cef/tests/cefclient/browser
Marshall Greenblatt 3b652a9966 chrome: win: Fix app icon for default Chrome windows (fixes #3606)
This fixes the app icon for default Chrome windows such as DevTools
and Task Manager.

An ICON with value IDR_MAINFRAME (101) will be loaded from the main
executable is available. Otherwise, the default Chromium ICON will be
loaded from libcef.dll.
2023-11-20 19:35:09 -05:00
..
binary_transfer_test.cc Add binary format support to CefMessageRouter (fixes #3502) 2023-10-25 18:20:55 +00:00
binary_transfer_test.h Add binary format support to CefMessageRouter (fixes #3502) 2023-10-25 18:20:55 +00:00
binding_test.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
binding_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_window.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
browser_window.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
browser_window_osr_gtk.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
browser_window_osr_gtk.h chrome: Add ability to handle chrome menu/keyboard commands (fixes issue #3280) 2022-03-22 15:11:47 -04:00
browser_window_osr_mac.h chrome: Add ability to handle chrome menu/keyboard commands (fixes issue #3280) 2022-03-22 15:11:47 -04:00
browser_window_osr_mac.mm mac: cefclient: Fix deprecation warnings 2023-07-24 12:57:37 -04:00
browser_window_osr_win.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
browser_window_osr_win.h chrome: Add ability to handle chrome menu/keyboard commands (fixes issue #3280) 2022-03-22 15:11:47 -04:00
browser_window_std_gtk.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
browser_window_std_gtk.h chrome: Add ability to handle chrome menu/keyboard commands (fixes issue #3280) 2022-03-22 15:11:47 -04:00
browser_window_std_mac.h chrome: Add ability to handle chrome menu/keyboard commands (fixes issue #3280) 2022-03-22 15:11:47 -04:00
browser_window_std_mac.mm Update source files for bracket style 2023-01-04 17:47:17 -05:00
browser_window_std_win.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
browser_window_std_win.h chrome: Add ability to handle chrome menu/keyboard commands (fixes issue #3280) 2022-03-22 15:11:47 -04:00
bytes_write_handler.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
bytes_write_handler.h Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
client_app_delegates_browser.cc Move cookieable scheme configuration to settings (see issue #2969) 2021-04-09 15:04:24 -04:00
client_browser.cc chrome: cefclient: Add default handler for request tests (see issue #3444) 2023-02-17 16:01:22 -05:00
client_browser.h Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
client_handler.cc chrome: Support Chrome and DevTools command execution (fixes #3282, fixes #3600) 2023-11-14 17:16:43 +00:00
client_handler.h chrome: Support Chrome and DevTools command execution (fixes #3282, fixes #3600) 2023-11-14 17:16:43 +00:00
client_handler_osr.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
client_handler_osr.h chrome: Add ability to handle chrome menu/keyboard commands (fixes issue #3280) 2022-03-22 15:11:47 -04:00
client_handler_std.cc chrome: Add ability to handle chrome menu/keyboard commands (fixes issue #3280) 2022-03-22 15:11:47 -04:00
client_handler_std.h chrome: Add ability to handle chrome menu/keyboard commands (fixes issue #3280) 2022-03-22 15:11:47 -04:00
client_prefs.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
client_prefs.h cefclient: views: Support window state restore (see issue #3359) 2022-10-28 14:28:53 -04:00
client_types.h Update to Chromium version 86.0.4240.0 (#800218) 2020-09-03 17:44:25 -04:00
default_client_handler.cc chrome: cefclient: Add default handler for request tests (see issue #3444) 2023-02-17 16:01:22 -05:00
default_client_handler.h chrome: cefclient: Add default handler for request tests (see issue #3444) 2023-02-17 16:01:22 -05:00
dialog_handler_gtk.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
dialog_handler_gtk.h Use Chrome file dialogs on all platforms and runtimes (fixes issue #3314) 2022-04-19 18:52:26 -04:00
dialog_test.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
dialog_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
image_cache.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
image_cache.h tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
main_context.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_context.h chrome: Support Chrome and DevTools command execution (fixes #3282, fixes #3600) 2023-11-14 17:16:43 +00:00
main_context_impl.cc chrome: Support Chrome and DevTools command execution (fixes #3282, fixes #3600) 2023-11-14 17:16:43 +00:00
main_context_impl.h chrome: Support Chrome and DevTools command execution (fixes #3282, fixes #3600) 2023-11-14 17:16:43 +00:00
main_context_impl_posix.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_context_impl_win.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
main_message_loop_multithreaded_gtk.cc tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
main_message_loop_multithreaded_gtk.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
main_message_loop_multithreaded_win.cc chrome: win: Fix app icon for default Chrome windows (fixes #3606) 2023-11-20 19:35:09 -05:00
main_message_loop_multithreaded_win.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
media_router_test.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
media_router_test.h Add support for media device discovery and messaging (fixes issue #2900) 2020-03-27 15:54:39 -04:00
osr_accessibility_helper.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
osr_accessibility_helper.h Windows: cefclient: Fix accessibility where TreeId type has changed from int to string 2020-04-02 21:19:25 +00:00
osr_accessibility_node.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
osr_accessibility_node.h Update to Chromium version 86.0.4240.0 (#800218) 2020-09-03 17:44:25 -04:00
osr_accessibility_node_mac.mm Update source files for bracket style 2023-01-04 17:47:17 -05:00
osr_accessibility_node_win.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
osr_d3d11_win.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
osr_d3d11_win.h cefclient: Add support for shared texture and external BeginFrame in OSR mode (issue #1006) 2018-09-27 10:32:05 +02:00
osr_dragdrop_events.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
osr_dragdrop_win.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
osr_dragdrop_win.h Update source files for bracket style 2023-01-04 17:47:17 -05:00
osr_ime_handler_win.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
osr_ime_handler_win.h Update CefRange type to match gfx::Range (fixes #3422) 2023-05-16 14:44:19 +03:00
osr_render_handler_win.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
osr_render_handler_win.h cefclient: Add support for shared texture and external BeginFrame in OSR mode (issue #1006) 2018-09-27 10:32:05 +02:00
osr_render_handler_win_d3d11.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
osr_render_handler_win_d3d11.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
osr_render_handler_win_gl.cc Replace macros with C++17 features (see issue #3362) 2022-07-27 12:52:45 -04:00
osr_render_handler_win_gl.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
osr_renderer.cc mac: cefclient: Fix deprecation warnings 2023-07-24 12:57:37 -04:00
osr_renderer.h Update to Chromium version 74.0.3729.0 (#638880) 2019-03-13 21:27:37 +00:00
osr_renderer_settings.h cefclient: Fix rendering of example background for OSR transparency (see issue #2938) 2020-07-20 15:43:26 -04:00
osr_window_win.cc Update CefRange type to match gfx::Range (fixes #3422) 2023-05-16 14:44:19 +03:00
osr_window_win.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
preferences_test.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
preferences_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
print_handler_gtk.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
print_handler_gtk.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
resource.h chrome: win: Fix app icon for default Chrome windows (fixes #3606) 2023-11-20 19:35:09 -05:00
resource_util_linux.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
resource_util_win_idmap.cc Add binary format support to CefMessageRouter (fixes #3502) 2023-10-25 18:20:55 +00:00
response_filter_test.cc cefclient: Fix incorrect logic in PassThruResponseFilter 2023-03-06 16:48:03 +00:00
response_filter_test.h Add support for response filtering (issue #515). 2015-12-08 13:47:52 -05:00
root_window.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
root_window.h chrome: Support Chrome and DevTools command execution (fixes #3282, fixes #3600) 2023-11-14 17:16:43 +00:00
root_window_create.cc Update to Chromium version 95.0.4638.0 (#920003) 2021-09-22 12:08:24 +03:00
root_window_gtk.cc views: Add support for modal browser dialogs 2023-06-21 11:18:24 +03:00
root_window_gtk.h tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
root_window_mac.h tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
root_window_mac.mm mac: cefclient: Fix deprecation warnings 2023-07-24 12:57:37 -04:00
root_window_manager.cc views: Add support for modal browser dialogs 2023-06-21 11:18:24 +03:00
root_window_manager.h tests: Convert usage of base::Bind to Once or Repeating (see issue #3140) 2021-06-19 17:19:32 -04:00
root_window_views.cc chrome: Support Chrome and DevTools command execution (fixes #3282, fixes #3600) 2023-11-14 17:16:43 +00:00
root_window_views.h views: Add support for modal browser dialogs 2023-06-21 11:18:24 +03:00
root_window_win.cc chrome: win: Fix app icon for default Chrome windows (fixes #3606) 2023-11-20 19:35:09 -05:00
root_window_win.h cefclient: win: Support window state restore (see issue #3359) 2022-11-07 15:21:46 -05:00
scheme_test.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
scheme_test.h
server_test.cc cefclient: Use HTTPS for test URLs 2023-09-28 12:01:04 -04:00
server_test.h Add CefServer API for handling HTTP/WebSocket requests (issue #2278) 2017-11-15 12:00:36 -05:00
temp_window.h Update to Chromium version 86.0.4240.0 (#800218) 2020-09-03 17:44:25 -04:00
temp_window_mac.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
temp_window_mac.mm Update to Chromium version 104.0.5112.0 (#1012729) 2022-06-22 10:56:35 +03:00
temp_window_win.cc Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
temp_window_win.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
temp_window_x11.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
temp_window_x11.h Various fixes related to the C++11/14 update (see issue #3140) 2021-06-18 13:42:31 -04:00
test_runner.cc Add binary format support to CefMessageRouter (fixes #3502) 2023-10-25 18:20:55 +00:00
test_runner.h cefclient: Use HTTPS for test URLs 2023-09-28 12:01:04 -04:00
text_input_client_osr_mac.h Update source files for bracket style 2023-01-04 17:47:17 -05:00
text_input_client_osr_mac.mm mac: cefclient: Fix deprecation warnings 2023-07-24 12:57:37 -04:00
urlrequest_test.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
urlrequest_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
util_gtk.cc Linux: Add multi-threaded message loop support (issue #2512) 2018-09-20 15:17:35 +02:00
util_gtk.h Linux: Add multi-threaded message loop support (issue #2512) 2018-09-20 15:17:35 +02:00
views_menu_bar.cc cefclient: mac: Fix type conversion error with Xcode 2023-07-06 13:19:51 +03:00
views_menu_bar.h cefclient: views: Add option for bottom controls placement 2023-07-04 16:38:44 +03:00
views_overlay_controls.cc cefclient: views: Add option for bottom controls placement 2023-07-04 16:38:44 +03:00
views_overlay_controls.h cefclient: views: Add option for bottom controls placement 2023-07-04 16:38:44 +03:00
views_style.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
views_style.h views: Add support for absolute positioned overlay views. 2021-09-16 18:25:43 +03:00
views_window.cc chrome: Support Chrome and DevTools command execution (fixes #3282, fixes #3600) 2023-11-14 17:16:43 +00:00
views_window.h chrome: Support Chrome and DevTools command execution (fixes #3282, fixes #3600) 2023-11-14 17:16:43 +00:00
views_window_mac.mm views: mac: Support dynamic resize of title bar height (see #3189) 2023-03-16 17:19:50 +00:00
window_test.cc chrome: Standardize fullscreen transition behavor/callbacks (fixes #3571) 2023-09-28 17:44:35 -04:00
window_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner.cc chrome: Standardize fullscreen transition behavor/callbacks (fixes #3571) 2023-09-28 17:44:35 -04:00
window_test_runner.h chrome: Standardize fullscreen transition behavor/callbacks (fixes #3571) 2023-09-28 17:44:35 -04:00
window_test_runner_gtk.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
window_test_runner_gtk.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
window_test_runner_mac.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
window_test_runner_mac.mm Update source files for bracket style 2023-01-04 17:47:17 -05:00
window_test_runner_views.cc chrome: Standardize fullscreen transition behavor/callbacks (fixes #3571) 2023-09-28 17:44:35 -04:00
window_test_runner_views.h chrome: Standardize fullscreen transition behavor/callbacks (fixes #3571) 2023-09-28 17:44:35 -04:00
window_test_runner_win.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
window_test_runner_win.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00