electron/atom/browser
Sylvester Keil 2e91bf1e15 Fix GTK menubar item color (#15878)
Use menubar item color (not menu item color).
Closes #15194
2018-11-30 09:28:45 -08:00
..
api chore: DCHECK that events are only emitted on the UI thread (#15873) 2018-11-30 18:48:27 +09:00
lib fix: prevent bluetooth device list from growing without bound (#15805) 2018-11-28 11:36:00 -05:00
loader fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
mac fix: use NSURL path for receipt url (#15355) 2018-11-05 09:49:51 -08:00
media refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
net chore: DCHECK that events are only emitted on the UI thread (#15873) 2018-11-30 18:48:27 +09:00
notifications build: auto-gen libnotify_loader.cc (#15648) 2018-11-10 14:21:40 -05:00
osr fix: move NativeWindow tracking to OSR WCV (#15585) 2018-11-29 21:25:02 -08:00
printing refactor: printing implementation (#15143) 2018-11-09 14:42:34 +11:00
resources chore: bump minimum supported macOS version to 10.10 (#15357) 2018-10-25 10:59:42 +02:00
ui Fix GTK menubar item color (#15878) 2018-11-30 09:28:45 -08:00
win refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
atom_blob_reader.cc fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
atom_blob_reader.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
atom_browser_client.cc fix: bypass CORB when web security is disabled (#15737) 2018-11-21 14:10:05 -06:00
atom_browser_client.h fix: bypass CORB when web security is disabled (#15737) 2018-11-21 14:10:05 -06:00
atom_browser_context.cc chore: use chromes auto generated definition of CHROME_VERSION_STRING (#15275) 2018-11-02 23:32:33 +11:00
atom_browser_context.h refactor: move media/net from brightray to atom (#15288) 2018-10-19 14:51:43 -04:00
atom_browser_main_parts.cc chore: restore //url dchecks (#15637) 2018-11-22 09:02:52 -08:00
atom_browser_main_parts.h refactor: move IOThread and NetLog ownership to g_browser_process 2018-11-14 12:42:24 +05:30
atom_browser_main_parts_mac.mm refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
atom_browser_main_parts_posix.cc
atom_download_manager_delegate.cc feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
atom_download_manager_delegate.h feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
atom_javascript_dialog_manager.cc Remove WebContentsUserData::kLocatorKey 2018-10-09 14:38:00 -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 feat: add will-redirect (#13866) 2018-09-16 01:42:43 +10:00
atom_paths.h refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
atom_permission_manager.cc clang-format 2018-10-09 14:38:00 -07:00
atom_permission_manager.h chore: add --fix option to lint:cpp (#14977) 2018-10-15 22:59:45 -07:00
atom_quota_permission_context.cc Fix includes in AtomQuotaPermissionContext 2018-06-19 11:49:41 +10:00
atom_quota_permission_context.h Fix includes in AtomQuotaPermissionContext 2018-06-19 11:49:41 +10:00
atom_resource_dispatcher_host_delegate.cc build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04: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
auto_updater.h
auto_updater_mac.mm
browser.cc refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
browser.h feat: add about panel customization on linux (#15658) 2018-11-13 17:12:24 -05:00
browser_linux.cc feat: add about panel customization on linux (#15658) 2018-11-13 17:12:24 -05:00
browser_mac.mm chore: change return type of platform_util::SetLoginItemEnabled (#15854) 2018-11-27 23:16:53 -05:00
browser_observer.h fix: add method and referrer properties to app login event (#14231) 2018-08-23 18:55:13 +09:00
browser_process_impl.cc fix: initialize system network context from IOThread 2018-11-14 12:42:24 +05:30
browser_process_impl.h refactor: move IOThread and NetLog ownership to g_browser_process 2018-11-14 12:42:24 +05:30
browser_win.cc refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
child_web_contents_tracker.h refactor: remove potential double free when managing WebContents (#15280) 2018-10-22 13:02:25 -05:00
common_web_contents_delegate.cc fix: move NativeWindow tracking to OSR WCV (#15585) 2018-11-29 21:25:02 -08:00
common_web_contents_delegate.h fix: move NativeWindow tracking to OSR WCV (#15585) 2018-11-29 21:25:02 -08:00
common_web_contents_delegate_mac.mm refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
common_web_contents_delegate_views.cc fix: handle shortcuts by default if no WebPreferences object exists (#14766) 2018-09-28 01:41:09 +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 refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
fake_location_provider.cc fix: opt into location services once device service has been started (#14253) 2018-08-23 08:51:46 -07:00
fake_location_provider.h Port //services/device/geolocation to network::SimpleURLLoader 2018-10-09 14:38:00 -07:00
font_defaults.cc fix: match Chrome's font fallback behavior (#15486) 2018-11-08 10:51:51 -04:00
font_defaults.h fix: match Chrome's font fallback behavior (#15486) 2018-11-08 10:51:51 -04:00
io_thread.cc fix: initialize system network context from IOThread 2018-11-14 12:42:24 +05:30
io_thread.h fix: initialize system network context from IOThread 2018-11-14 12:42:24 +05:30
javascript_environment.cc fix: add microtask runner and fix promise test (#15071) 2018-10-16 02:26:47 +11:00
javascript_environment.h fix: add microtask runner and fix promise test (#15071) 2018-10-16 02:26:47 +11:00
login_handler.cc Merge pull request #14972 from electron/chromium-upgrade/69 2018-10-10 15:29:21 +11:00
login_handler.h Merge pull request #14972 from electron/chromium-upgrade/69 2018-10-10 15:29:21 +11:00
microtasks_runner.cc fix: add microtask runner and fix promise test (#15071) 2018-10-16 02:26:47 +11:00
microtasks_runner.h fix: add microtask runner and fix promise test (#15071) 2018-10-16 02:26:47 +11:00
native_browser_view.cc refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
native_browser_view.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
native_browser_view_mac.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
native_browser_view_mac.mm refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
native_browser_view_views.cc fix: schedule a paint after browserview's background is set (#15784) 2018-11-21 13:04:10 -06:00
native_browser_view_views.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
native_window.cc Remove WebContentsUserData::kLocatorKey 2018-10-09 14:38:00 -07:00
native_window.h fix: send NSView* as the response to getNativeWindowHandle() instead of a null handle (#15521) 2018-11-08 09:03:19 -08:00
native_window_mac.h fix: send NSView* as the response to getNativeWindowHandle() instead of a null handle (#15521) 2018-11-08 09:03:19 -08:00
native_window_mac.mm fix: remove event monitor before destroying window 2018-11-27 11:10:07 +09:00
native_window_observer.h feat: add evt listeners for SetAlwaysOnTop (#14951) 2018-10-04 13:02:16 -05:00
native_window_views.cc fix: Menu accelerators not working (#15094) 2018-11-09 13:54:16 -08:00
native_window_views.h fix: send NSView* as the response to getNativeWindowHandle() instead of a null handle (#15521) 2018-11-08 09:03:19 -08:00
native_window_views_win.cc fix: improved event flow management related to 'will-resize' event on Windows (#15695) 2018-11-26 12:26:48 -08:00
node_debugger.cc chore: re-enable DCHECK in node_debugger (#15649) 2018-11-09 14:44:31 +11:00
node_debugger.h inspector: stop dragging platform pointer 2018-09-11 20:24:03 +02:00
pref_store_delegate.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
pref_store_delegate.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
relauncher.cc PathService -> base::PathService 2018-10-04 00:12:54 +02:00
relauncher.h
relauncher_linux.cc fix relaunch on linux (#14975) 2018-10-04 18:41:37 -05:00
relauncher_mac.cc
relauncher_win.cc
render_process_preferences.cc refactor: replace base::Value::DeepCopy and CreateDeepCopy with Clone (#14420) 2018-09-02 17:38:35 -05:00
render_process_preferences.h Refactoring: use C++11 class member variable initialization 2018-05-22 00:18:38 +02:00
session_preferences.cc
session_preferences.h
special_storage_policy.cc Handle deleting cookies with session-only policy in network service 2018-10-09 14:38:00 -07:00
special_storage_policy.h Handle deleting cookies with session-only policy in network service 2018-10-09 14:38:00 -07:00
unresponsive_suppressor.cc
unresponsive_suppressor.h
web_contents_permission_helper.cc refactor: move media/net from brightray to atom (#15288) 2018-10-19 14:51:43 -04:00
web_contents_permission_helper.h chore: add --fix option to lint:cpp (#14977) 2018-10-15 22:59:45 -07:00
web_contents_preferences.cc fix: child window with nativeWindowOpen should disable node integration (#15213) 2018-10-25 15:31:07 +09:00
web_contents_preferences.h feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03:00
web_contents_zoom_controller.cc fix: use OOPIF for webview tag (#13869) 2018-08-16 15:57:40 -07:00
web_contents_zoom_controller.h fix: use OOPIF for webview tag (#13869) 2018-08-16 15:57:40 -07:00
web_dialog_helper.cc chore: Annotate fallthrough switch paths with FALLTHROUGH 2018-06-20 14:38:18 -07:00
web_dialog_helper.h
web_view_guest_delegate.cc std::unique_ptr<WebContents> 2018-10-04 00:12:54 +02: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
web_view_manager.h
window_list.cc
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 refactor: move media/net from brightray to atom (#15288) 2018-10-19 14:51:43 -04:00