electron/shell/browser
2021-09-17 06:01:05 -07:00
..
api refactor: reuse upstream //shell_dialogs (#30663) 2021-09-14 12:16:34 +02:00
badging chore: use =default for default constructors/destructors (#29511) 2021-06-04 13:16:13 +09:00
bluetooth chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
extensions fix: remove extension warning that do not have any impact (#29695) 2021-09-01 15:36:21 -07:00
font fix: prevent navigator.fonts.query() from crashing (#30930) 2021-09-15 09:56:38 -04:00
lib fix: select-bluetooth-device on Windows (#29591) 2021-06-09 10:48:18 -04:00
linux refactor: use auto env = base::Environment::Create(); everywhere (#29502) 2021-06-04 09:23:06 +09:00
mac feat: continue-activity event is extended to support webpageURL property (#30042) 2021-07-13 13:21:33 -07:00
media
net chore: fix compile errors (#30903) 2021-09-09 19:52:23 -07:00
notifications chore: remove unneeded conversions between wstring and u16string (#30047) 2021-07-12 13:33:26 +09:00
osr chore: bump chromium to 95.0.4629.0 (main) (#30676) 2021-09-01 15:55:07 -04:00
plugins chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00
printing chore: bump chromium to 95.0.4612.5 (main) (#30503) 2021-08-23 20:52:17 -04:00
resources Bump v16.0.0-nightly.20210917 2021-09-17 06:01:05 -07:00
serial chore: remove experimental from navigator.serial implementation (#30237) 2021-07-30 08:57:22 +09:00
ui fix: add casing for WCO edge (#30938) 2021-09-16 09:34:51 +09:00
win chore: use =default for default constructors/destructors (#29511) 2021-06-04 13:16:13 +09:00
auto_updater.cc
auto_updater.h chore: use consistent parameter names (#29361) 2021-06-01 10:46:25 +09:00
auto_updater_mac.mm refactor: ginify autoUpdater (#24678) 2020-07-28 11:04:34 -07:00
browser.cc fix: use correct userData path when unbundled (#30113) 2021-07-14 13:10:37 -07:00
browser.h feat: continue-activity event is extended to support webpageURL property (#30042) 2021-07-13 13:21:33 -07:00
browser_linux.cc refactor: use auto env = base::Environment::Create(); everywhere (#29502) 2021-06-04 09:23:06 +09:00
browser_mac.mm chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
browser_observer.h feat: continue-activity event is extended to support webpageURL property (#30042) 2021-07-13 13:21:33 -07:00
browser_process_impl.cc chore: bump chromium to 95.0.4612.5 (main) (#30503) 2021-08-23 20:52:17 -04:00
browser_process_impl.h chore: bump chromium to 95.0.4612.5 (main) (#30503) 2021-08-23 20:52:17 -04:00
browser_win.cc chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
child_web_contents_tracker.cc chore: use =default for default constructors/destructors (#29511) 2021-06-04 13:16:13 +09:00
child_web_contents_tracker.h
cookie_change_notifier.cc chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
cookie_change_notifier.h chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
electron_autofill_driver.cc
electron_autofill_driver.h
electron_autofill_driver_factory.cc
electron_autofill_driver_factory.h
electron_browser_client.cc fix: prevent navigator.fonts.query() from crashing (#30930) 2021-09-15 09:56:38 -04:00
electron_browser_client.h fix: prevent navigator.fonts.query() from crashing (#30930) 2021-09-15 09:56:38 -04:00
electron_browser_context.cc fix: persist permission granted to serial ports (#30209) 2021-07-26 13:10:57 -04:00
electron_browser_context.h chore: bump chromium to 94.0.4590.2 (main) (#30274) 2021-08-11 17:04:56 -04:00
electron_browser_handler_impl.cc chore: remove unused and broken ipcRendererInternal.sendTo() (#29743) 2021-06-17 23:26:18 -05:00
electron_browser_handler_impl.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_browser_main_parts.cc feat: add electron.safeStorage encryption API (#30020) 2021-08-05 15:12:54 -07:00
electron_browser_main_parts.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_browser_main_parts_mac.mm fix: geolocation crashes electron on macOS (#29343) (#29913) 2021-06-28 20:26:57 -07:00
electron_browser_main_parts_posix.cc chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_download_manager_delegate.cc refactor: remove base::Value from WebContentsPreferences (#30193) 2021-07-26 09:04:09 -07:00
electron_download_manager_delegate.h chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
electron_gpu_client.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_gpu_client.h
electron_javascript_dialog_manager.cc refactor: remove base::Value from WebContentsPreferences (#30193) 2021-07-26 09:04:09 -07:00
electron_javascript_dialog_manager.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_navigation_throttle.cc refactor: wire will-navigate up to a navigation throttle instead of OpenURL (#25065) 2020-08-21 12:34:09 -07:00
electron_navigation_throttle.h refactor: wire will-navigate up to a navigation throttle instead of OpenURL (#25065) 2020-08-21 12:34:09 -07:00
electron_pdf_web_contents_helper_client.cc chore: use =default for default constructors/destructors (#29511) 2021-06-04 13:16:13 +09:00
electron_pdf_web_contents_helper_client.h
electron_permission_manager.cc chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_permission_manager.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_quota_permission_context.cc chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_quota_permission_context.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_speech_recognition_manager_delegate.cc chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
electron_speech_recognition_manager_delegate.h chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
electron_web_ui_controller_factory.cc chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_web_ui_controller_factory.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
event_emitter_mixin.cc
event_emitter_mixin.h
extended_web_contents_observer.h chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
fake_location_provider.cc
fake_location_provider.h
feature_list.cc chore: bump chromium to 95.0.4612.5 (main) (#30503) 2021-08-23 20:52:17 -04:00
feature_list.h
file_select_helper.cc refactor: reuse upstream //shell_dialogs (#30663) 2021-09-14 12:16:34 +02:00
file_select_helper.h refactor: reuse upstream //shell_dialogs (#30663) 2021-09-14 12:16:34 +02:00
file_select_helper_mac.mm
font_defaults.cc Revert "chore: bump chromium to 91.0.4448.0 (master) (#28009)" 2021-03-30 21:28:40 -05:00
font_defaults.h
javascript_environment.cc chore: bump chromium to 95.0.4629.0 (main) (#30676) 2021-09-01 15:55:07 -04:00
javascript_environment.h chore: bump chromium to 95.0.4629.0 (main) (#30676) 2021-09-01 15:55:07 -04:00
login_handler.cc fix: crash when invoking login callback synchronously (#30068) 2021-07-12 12:33:41 -07:00
login_handler.h
microtasks_runner.cc
microtasks_runner.h
native_browser_view.cc chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
native_browser_view.h
native_browser_view_mac.h
native_browser_view_mac.mm chore: use =default for default constructors/destructors (#29511) 2021-06-04 13:16:13 +09:00
native_browser_view_views.cc fix: BrowserViews not painting their WebContents (#29919) 2021-07-30 08:59:24 +09:00
native_browser_view_views.h fix: BrowserViews not painting their WebContents (#29919) 2021-07-30 08:59:24 +09:00
native_window.cc feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
native_window.h feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
native_window_mac.h feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
native_window_mac.mm fix: titlebar and buttons state under simple fullscreen (#30671) 2021-08-26 08:29:34 +09:00
native_window_observer.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
native_window_views.cc fix: show maximized frameless window (#30804) 2021-09-07 10:18:43 +02:00
native_window_views.h feat: enable windows control overlay on Windows (#29600) 2021-08-11 14:07:36 -04:00
native_window_views_win.cc feat: include resize edge with will-resize event (#29199) 2021-06-02 11:37:10 +09:00
network_hints_handler_impl.cc
network_hints_handler_impl.h
pref_store_delegate.cc chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
pref_store_delegate.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
protocol_registry.cc chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
protocol_registry.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
relauncher.cc chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
relauncher.h chore: use consistent parameter names (#29361) 2021-06-01 10:46:25 +09:00
relauncher_linux.cc
relauncher_mac.cc
relauncher_win.cc chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
session_preferences.cc chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
session_preferences.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
special_storage_policy.cc
special_storage_policy.h
unresponsive_suppressor.cc
unresponsive_suppressor.h
web_contents_permission_helper.cc chore: bump chromium to 93.0.4539.0 (main) (#29608) 2021-06-16 15:43:51 -07:00
web_contents_permission_helper.h chore: bump chromium to 94.0.4584.0 (main) (#30030) 2021-07-26 09:02:16 -07:00
web_contents_preferences.cc fix: BrowserWindow backgroundColor (#30778) 2021-09-06 16:59:09 +09:00
web_contents_preferences.h fix: BrowserWindow backgroundColor (#30778) 2021-09-06 16:59:09 +09:00
web_contents_zoom_controller.cc chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
web_contents_zoom_controller.h chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
web_view_guest_delegate.cc fix: crash when clicking links with target=_blank from webview (#29874) 2021-06-29 18:10:18 -07:00
web_view_guest_delegate.h
web_view_manager.cc refactor: remove guestInstanceId from WebPreferences (#30280) 2021-07-28 15:32:53 -07:00
web_view_manager.h refactor: remove guestInstanceId from WebPreferences (#30280) 2021-07-28 15:32:53 -07:00
window_list.cc
window_list.h
window_list_observer.h
zoom_level_delegate.cc chore: bump chromium to 95.0.4612.5 (main) (#30503) 2021-08-23 20:52:17 -04:00
zoom_level_delegate.h chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00