electron/atom/browser
2019-04-02 14:43:04 -07:00
..
api fix: SetCanonicalCookieAsync now takes the full CookieOptions 2019-04-02 14:43:04 -07:00
lib
loader build: enable gn check for //electron:electron_lib (#17100) 2019-03-05 10:38:55 +05:30
mac feat: promisify In-App Purchase (#17355) 2019-03-13 13:56:01 -07:00
media
net fix: enable_file_url_support and enable_data_url_support have been 2019-04-02 14:43:04 -07:00
notifications fix: Add stub implementations for ScheduleTrigger and 2019-04-02 14:43:04 -07:00
osr
printing chore: node_includes header no longer needs to be at the end of the list (#17090) 2019-03-11 17:13:43 -07:00
resources Bump v6.0.0-nightly.20190311 2019-03-11 10:56:01 -07:00
ui fix: RFH->ExecuteJavascriptForTesting now requires a callback 2019-04-02 14:43:04 -07:00
win
atom_blob_reader.cc feat: promisify session.getBlobData() (#17303) 2019-03-14 08:11:01 -07:00
atom_blob_reader.h feat: promisify session.getBlobData() (#17303) 2019-03-14 08:11:01 -07:00
atom_browser_client.cc add extra arguments to HandleExternalProtocol 2019-04-02 14:43:03 -07:00
atom_browser_client.h add extra arguments to HandleExternalProtocol 2019-04-02 14:43:03 -07:00
atom_browser_context.cc refactor: Enable network service (Part 1) (#17431) 2019-03-26 10:10:48 +09:00
atom_browser_context.h refactor: Enable network service (Part 1) (#17431) 2019-03-26 10:10:48 +09:00
atom_browser_main_parts.cc chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
atom_browser_main_parts.h chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
atom_browser_main_parts_mac.mm
atom_browser_main_parts_posix.cc feat: Upgrade to Chromium 71.0.3578.98 (#15966) 2019-01-11 17:00:43 -08:00
atom_download_manager_delegate.cc feat: promisify dialog.showSaveDialog() (#17054) 2019-03-05 13:48:20 -08:00
atom_download_manager_delegate.h
atom_javascript_dialog_manager.cc fix: use file path as key for safeDialogs on filesystem (#17546) 2019-03-27 11:21:10 -07:00
atom_javascript_dialog_manager.h Give the JS dialog manager the alerting frame. 2018-06-19 11:49:42 +10:00
atom_navigation_throttle.cc refactor: remove WebContents::CreateFrom (#15241) 2018-10-19 17:52:07 +09:00
atom_navigation_throttle.h
atom_paths.h refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
atom_permission_manager.cc
atom_permission_manager.h
atom_quota_permission_context.cc
atom_quota_permission_context.h
atom_resource_dispatcher_host_delegate.cc Remove const interfaces from content::ResourceRequestInfo. 2019-03-08 15:06:16 -08:00
atom_resource_dispatcher_host_delegate.h Handle external protocols with the network service. 2018-09-11 20:24:03 +02:00
atom_speech_recognition_manager_delegate.cc Remove content::SpeechRecognitionResult 2018-10-09 14:38:00 -07:00
atom_speech_recognition_manager_delegate.h Remove content::SpeechRecognitionResult 2018-10-09 14:38:00 -07:00
atom_web_ui_controller_factory.cc refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
atom_web_ui_controller_factory.h Change CreateWebUIControllerForURL() to return a unique_ptr 2018-10-09 14:38:00 -07:00
auto_updater.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
auto_updater.h
auto_updater_mac.mm
browser.cc chore: make util::Promise a move-only type (#17071) 2019-02-21 12:32:44 +00:00
browser.h feat: add native emoji picker (#17359) 2019-03-14 13:39:52 -07:00
browser_linux.cc feat: add native emoji picker (#17359) 2019-03-14 13:39:52 -07:00
browser_mac.mm feat: add native emoji picker (#17359) 2019-03-14 13:39:52 -07:00
browser_observer.h chore: make BrowserObserver a CheckedObserver 2018-12-03 20:07:38 +05:30
browser_process_impl.cc refactor: Enable network service (Part 1) (#17431) 2019-03-26 10:10:48 +09:00
browser_process_impl.h refactor: Enable network service (Part 1) (#17431) 2019-03-26 10:10:48 +09:00
browser_win.cc feat: add native emoji picker (#17359) 2019-03-14 13:39:52 -07:00
child_web_contents_tracker.cc content: Fix WebContentsUserData for usage across components. 2019-02-14 23:59:21 +05:30
child_web_contents_tracker.h content: Fix WebContentsUserData for usage across components. 2019-02-14 23:59:21 +05:30
common_web_contents_delegate.cc chore: bump chromium to 74.0.3729.27 (master) (#17345) 2019-03-21 11:45:22 -04:00
common_web_contents_delegate.h fix: enable autofill popups on mac (#16308) 2019-02-11 09:38:58 -10:00
common_web_contents_delegate_mac.mm
common_web_contents_delegate_views.cc fix: enable autofill popups on mac (#16308) 2019-02-11 09:38:58 -10:00
cookie_change_notifier.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
cookie_change_notifier.h
fake_location_provider.cc
fake_location_provider.h Port //services/device/geolocation to network::SimpleURLLoader 2018-10-09 14:38:00 -07:00
font_defaults.cc Use base::size rather than arraysize 2019-02-14 23:59:22 +05:30
font_defaults.h
io_thread.cc refactor: Enable network service (Part 1) (#17431) 2019-03-26 10:10:48 +09:00
io_thread.h fix: initialize system network context from IOThread 2018-11-14 12:42:24 +05:30
javascript_environment.cc chore: node_includes header no longer needs to be at the end of the list (#17090) 2019-03-11 17:13:43 -07:00
javascript_environment.h
login_handler.cc Remove const interfaces from content::ResourceRequestInfo. 2019-03-08 15:06:16 -08:00
login_handler.h Remove const interfaces from content::ResourceRequestInfo. 2019-03-08 15:06:16 -08:00
microtasks_runner.cc
microtasks_runner.h
native_browser_view.cc
native_browser_view.h
native_browser_view_mac.h
native_browser_view_mac.mm feat: flexible autoresize for BrowserViews (#16184) 2019-01-31 11:07:19 +09:00
native_browser_view_views.cc feat: flexible autoresize for BrowserViews (#16184) 2019-01-31 11:07:19 +09:00
native_browser_view_views.h feat: flexible autoresize for BrowserViews (#16184) 2019-01-31 11:07:19 +09:00
native_window.cc
native_window.h feat: allow windows to be excluded from the windows menu (#17404) 2019-03-27 08:10:23 -04:00
native_window_mac.h feat: allow windows to be excluded from the windows menu (#17404) 2019-03-27 08:10:23 -04:00
native_window_mac.mm feat: allow windows to be excluded from the windows menu (#17404) 2019-03-27 08:10:23 -04:00
native_window_observer.h feat: implement 'app-command' events for browser history navigation keys on Linux (#15441) 2018-12-05 09:35:59 -08:00
native_window_views.cc feat: allow windows to be excluded from the windows menu (#17404) 2019-03-27 08:10:23 -04:00
native_window_views.h feat: allow windows to be excluded from the windows menu (#17404) 2019-03-27 08:10:23 -04:00
native_window_views_win.cc fix: improve the way frameless windows are handled on Windows (#16596) 2019-01-31 11:19:47 +09:00
node_debugger.cc fix: pass the correct HostPort into the node inspector (#17380) 2019-03-18 09:19:33 -07:00
node_debugger.h inspector: stop dragging platform pointer 2018-09-11 20:24:03 +02:00
pref_store_delegate.cc
pref_store_delegate.h
relauncher.cc
relauncher.h
relauncher_linux.cc
relauncher_mac.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
relauncher_win.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
render_process_preferences.cc
render_process_preferences.h
session_preferences.cc
session_preferences.h clang-format atom files 2018-04-18 20:48:45 -04:00
special_storage_policy.cc
special_storage_policy.h
unresponsive_suppressor.cc
unresponsive_suppressor.h Replace DialogScope with UnresponsiveSuppressor 2016-07-11 15:29:03 +09:00
web_contents_permission_helper.cc content: Fix WebContentsUserData for usage across components. 2019-02-14 23:59:21 +05:30
web_contents_permission_helper.h content: Fix WebContentsUserData for usage across components. 2019-02-14 23:59:21 +05:30
web_contents_preferences.cc feat: add 'disableHtmlFullscreenWindowResize' option to webPreferences (#17203) 2019-03-07 15:29:37 -08:00
web_contents_preferences.h content: Fix WebContentsUserData for usage across components. 2019-02-14 23:59:21 +05:30
web_contents_zoom_controller.cc
web_contents_zoom_controller.h
web_dialog_helper.cc IWYU: add missing headers 2019-03-08 15:04:32 -08:00
web_dialog_helper.h
web_view_guest_delegate.cc AttachToOuterWebContentsFrame => AttachInnerWebContents 2019-03-08 15:13:12 -08:00
web_view_guest_delegate.h fix: use OOPIF for webview tag (#13869) 2018-08-16 15:57:40 -07:00
web_view_manager.cc [chromium-style] auto variable type must not deduce to a raw pointer type 2018-04-19 11:10:52 -07:00
web_view_manager.h
window_list.cc [chromium-style] auto variable type must not deduce to a raw pointer type 2018-04-19 11:10:52 -07:00
window_list.h
window_list_observer.h
zoom_level_delegate.cc refactor: move media/net from brightray to atom (#15288) 2018-10-19 14:51:43 -04:00
zoom_level_delegate.h