Electron Bot f5fab127ca Bump v5.0.13 5 years ago
..
api 78417443df fix: ensure that reloads retain modified window background colors (#19972) 5 years ago
lib 52fe92d02e feat: Upgrade to Chromium 71.0.3578.98 (#15966) 6 years ago
loader d663b4eaee fix: fix gn cpplint warnings (#14583) 6 years ago
mac 0e0c3da49a fix: correct isDownloadable docs to match impl (#18748) 5 years ago
media eabc5166ac Move MediaStream Mojo and public interfaces to Blink. 6 years ago
net a9ada36097 fix: sanitize invalid custom protocol headers (#18928) 5 years ago
notifications eaa22b4aa8 fix: remove lingering data when notifications autodismiss on Windows 7 (#18741) 5 years ago
osr 1e31bfe287 fix: port OSR code to new viz compositor codepath (backport: 5-0-x) (#17572) 6 years ago
printing 277373a95a fix: remove deprecated usage of v8::String::NewFromUtf8 6 years ago
resources f5fab127ca Bump v5.0.13 5 years ago
ui b169e025a3 fix: retain menu when popuping (#21227) 5 years ago
win 8ba271efba refactor: eliminate brightray (#15240) 6 years ago
atom_blob_reader.cc 52fe92d02e feat: Upgrade to Chromium 71.0.3578.98 (#15966) 6 years ago
atom_blob_reader.h d663b4eaee fix: fix gn cpplint warnings (#14583) 6 years ago
atom_browser_client.cc 33a007383d fix: always use new site instance for a new navigation. (#19828) 5 years ago
atom_browser_client.h 33a007383d fix: always use new site instance for a new navigation. (#19828) 5 years ago
atom_browser_context.cc a91054883f Move client hints to content 6 years ago
atom_browser_context.h a91054883f Move client hints to content 6 years ago
atom_browser_main_parts.cc 1154f3c585 fix: ensure the inspector agent is shutdown before cleaning up the node env (#18076) 6 years ago
atom_browser_main_parts.h 4089620729 fix: Initialize resource bundle for the browser process earlier 6 years ago
atom_browser_main_parts_mac.mm f3a05c30ae fix: crash when run from SMB network share (#17908) 6 years ago
atom_browser_main_parts_posix.cc 52fe92d02e feat: Upgrade to Chromium 71.0.3578.98 (#15966) 6 years ago
atom_download_manager_delegate.cc 900feef89f fix: incorrect default path setting for dl items (#17797) 6 years ago
atom_download_manager_delegate.h 4d7ddcd750 fix: use async save dialog for anchor download attribute (#16640) 6 years ago
atom_javascript_dialog_manager.cc 46841d7373 fix: set default_id and cancel_id correctly on confirm dialogs (#17578) 6 years ago
atom_javascript_dialog_manager.h a1683eb4e8 Give the JS dialog manager the alerting frame. 6 years ago
atom_navigation_throttle.cc 94aa0762f0 refactor: remove WebContents::CreateFrom (#15241) 6 years ago
atom_navigation_throttle.h 7065093869 feat: add will-redirect (#13866) 6 years ago
atom_paths.h 8ba271efba refactor: eliminate brightray (#15240) 6 years ago
atom_permission_manager.cc 8e68e6eb75 feat: provide the frame URL with permission requests and checks (#18757) (#18773) 5 years ago
atom_permission_manager.h 8e68e6eb75 feat: provide the frame URL with permission requests and checks (#18757) (#18773) 5 years ago
atom_quota_permission_context.cc bb150185ac Fix includes in AtomQuotaPermissionContext 6 years ago
atom_quota_permission_context.h bb150185ac Fix includes in AtomQuotaPermissionContext 6 years ago
atom_resource_dispatcher_host_delegate.cc 52fe92d02e feat: Upgrade to Chromium 71.0.3578.98 (#15966) 6 years ago
atom_resource_dispatcher_host_delegate.h aa6d769229 Handle external protocols with the network service. 6 years ago
atom_speech_recognition_manager_delegate.cc 9e110ec915 Remove content::SpeechRecognitionResult 6 years ago
atom_speech_recognition_manager_delegate.h 9e110ec915 Remove content::SpeechRecognitionResult 6 years ago
atom_web_ui_controller_factory.cc 6f3c46cc7e refactor: move devtools from brightray to atom (#15234) 6 years ago
atom_web_ui_controller_factory.h 2a3a845262 Change CreateWebUIControllerForURL() to return a unique_ptr 6 years ago
auto_updater.cc c6f4bbd143 also format missing .cc files 7 years ago
auto_updater.h 53bdf22c85 clang-format atom files 7 years ago
auto_updater_mac.mm 12a57ff1c2 clang-format objc files (#12673) 7 years ago
browser.cc e8df32f354 chore: make util::Promise a move-only type (#17113) 6 years ago
browser.h e8df32f354 chore: make util::Promise a move-only type (#17113) 6 years ago
browser_linux.cc 753501442f fix: handle edge behavior for about panel on Linux (#19634) 5 years ago
browser_mac.mm fce543d725 chore: finalize dropping support for OS X Mavericks (version 10.9) (#17122) 6 years ago
browser_observer.h 6b4b7c9831 chore: make BrowserObserver a CheckedObserver 6 years ago
browser_process_impl.cc 94246d428b resource_coordinator_parts stub in BrowserProcessImpl 6 years ago
browser_process_impl.h 94246d428b resource_coordinator_parts stub in BrowserProcessImpl 6 years ago
browser_win.cc 303559e2f1 fix: clearRecentDocuments role on Windows (#19599) (#19640) 5 years ago
child_web_contents_tracker.cc d5c37c301a content: Fix WebContentsUserData for usage across components. 6 years ago
child_web_contents_tracker.h d5c37c301a content: Fix WebContentsUserData for usage across components. 6 years ago
common_web_contents_delegate.cc bf9b001989 fix: HTML fullscreen request for sub frames (#18736) (#18781) 5 years ago
common_web_contents_delegate.h bf9b001989 fix: HTML fullscreen request for sub frames (#18736) (#18781) 5 years ago
common_web_contents_delegate_mac.mm 5e043812ef fix HandleKeyboardEvent merge failure 6 years ago
common_web_contents_delegate_views.cc 3825bf0b6d fix: enable autofill popups on mac (backport: 5-0-x) (#17888) 6 years ago
cookie_change_notifier.cc 434a6e3561 refactor: create request context from network context (#14656) 6 years ago
cookie_change_notifier.h 434a6e3561 refactor: create request context from network context (#14656) 6 years ago
fake_location_provider.cc bce5bd87a8 fix: opt into location services once device service has been started (#14253) 6 years ago
fake_location_provider.h eef375a428 Port //services/device/geolocation to network::SimpleURLLoader 6 years ago
font_defaults.cc bbd72e5658 Use base::size rather than arraysize 6 years ago
font_defaults.h 7e0e12b8a3 fix: match Chrome's font fallback behavior (#15486) 6 years ago
io_thread.cc 57356036db fix: initialize system network context from IOThread 6 years ago
io_thread.h 57356036db fix: initialize system network context from IOThread 6 years ago
javascript_environment.cc b91dcfb314 fix: drain tasks before shutting down isolate (#17877) 6 years ago
javascript_environment.h 0c711f690e fix: add microtask runner and fix promise test (#15071) 6 years ago
login_handler.cc 52fe92d02e feat: Upgrade to Chromium 71.0.3578.98 (#15966) 6 years ago
login_handler.h cc0c6ad14a Merge pull request #14972 from electron/chromium-upgrade/69 6 years ago
microtasks_runner.cc 0c711f690e fix: add microtask runner and fix promise test (#15071) 6 years ago
microtasks_runner.h 0c711f690e fix: add microtask runner and fix promise test (#15071) 6 years ago
native_browser_view.cc 6f3c46cc7e refactor: move devtools from brightray to atom (#15234) 6 years ago
native_browser_view.h 6f3c46cc7e refactor: move devtools from brightray to atom (#15234) 6 years ago
native_browser_view_mac.h 6f3c46cc7e refactor: move devtools from brightray to atom (#15234) 6 years ago
native_browser_view_mac.mm d228bdfb9e gfx::NativeView is no longer NSView on mac 6 years ago
native_browser_view_views.cc 5db8197a5d fix: schedule a paint after browserview's background is set (#15784) 6 years ago
native_browser_view_views.h 6f3c46cc7e refactor: move devtools from brightray to atom (#15234) 6 years ago
native_window.cc d5c37c301a content: Fix WebContentsUserData for usage across components. 6 years ago
native_window.h d5c37c301a content: Fix WebContentsUserData for usage across components. 6 years ago
native_window_mac.h 00bc8c265a fix: crash when exiting simple fullscreen on macOS (#20144) (#20291) 5 years ago
native_window_mac.mm 9591975f32 fix: notify views of content view size change (#19882) 5 years ago
native_window_observer.h d243a45173 feat: implement 'app-command' events for browser history navigation keys on Linux (#15441) 6 years ago
native_window_views.cc 1d9c3d7d2a fix: normalize behavior of `win.setOpacity()` for invalid number values across operating systems (#19724) 5 years ago
native_window_views.h f115376595 fix: remove pretarget handler before window destruction 6 years ago
native_window_views_win.cc d243a45173 feat: implement 'app-command' events for browser history navigation keys on Linux (#15441) 6 years ago
node_debugger.cc 1154f3c585 fix: ensure the inspector agent is shutdown before cleaning up the node env (#18076) 6 years ago
node_debugger.h 1154f3c585 fix: ensure the inspector agent is shutdown before cleaning up the node env (#18076) 6 years ago
pref_store_delegate.cc 434a6e3561 refactor: create request context from network context (#14656) 6 years ago
pref_store_delegate.h 434a6e3561 refactor: create request context from network context (#14656) 6 years ago
relauncher.cc de581ca0b4 PathService -> base::PathService 6 years ago
relauncher.h 3de41fb22d Correctly quotes the argv on Windows 9 years ago
relauncher_linux.cc 9d4818c784 fix relaunch on linux (#14975) 6 years ago
relauncher_mac.cc c6f4bbd143 also format missing .cc files 7 years ago
relauncher_win.cc c6f4bbd143 also format missing .cc files 7 years ago
render_process_preferences.cc aa01a7337c refactor: replace base::Value::DeepCopy and CreateDeepCopy with Clone (#14420) 6 years ago
render_process_preferences.h 2337237d58 Refactoring: use C++11 class member variable initialization 7 years ago
session_preferences.cc c6f4bbd143 also format missing .cc files 7 years ago
session_preferences.h 53bdf22c85 clang-format atom files 7 years ago
special_storage_policy.cc 7ce338e420 Handle deleting cookies with session-only policy in network service 6 years ago
special_storage_policy.h 7ce338e420 Handle deleting cookies with session-only policy in network service 6 years ago
unresponsive_suppressor.cc 7848608198 Replace DialogScope with UnresponsiveSuppressor 8 years ago
unresponsive_suppressor.h 7848608198 Replace DialogScope with UnresponsiveSuppressor 8 years ago
web_contents_permission_helper.cc d5c37c301a content: Fix WebContentsUserData for usage across components. 6 years ago
web_contents_permission_helper.h d5c37c301a content: Fix WebContentsUserData for usage across components. 6 years ago
web_contents_preferences.cc ddc85869de fix: <webview> not working in scriptable popups (#19206) 5 years ago
web_contents_preferences.h 4318ad8f3a fix: set nativeWindowOpen when sandboxed (#18273) (#18798) 5 years ago
web_contents_zoom_controller.cc d5c37c301a content: Fix WebContentsUserData for usage across components. 6 years ago
web_contents_zoom_controller.h d5c37c301a content: Fix WebContentsUserData for usage across components. 6 years ago
web_dialog_helper.cc 2cbf3080d0 Make webkitRelativePath interoperable 6 years ago
web_dialog_helper.h 52fe92d02e feat: Upgrade to Chromium 71.0.3578.98 (#15966) 6 years ago
web_view_guest_delegate.cc 06a5ade3c6 fixup! Use strong ownership for attached inner WebContents 6 years ago
web_view_guest_delegate.h dd5b8769be fix: use OOPIF for webview tag (#13869) 6 years ago
web_view_manager.cc a635f078c6 [chromium-style] auto variable type must not deduce to a raw pointer type 7 years ago
web_view_manager.h 53bdf22c85 clang-format atom files 7 years ago
window_list.cc a635f078c6 [chromium-style] auto variable type must not deduce to a raw pointer type 7 years ago
window_list.h e7b679ead6 Add IsEmpty helper and remove GetInstance public usage 8 years ago
window_list_observer.h 6b4b7c9831 chore: make BrowserObserver a CheckedObserver 6 years ago
zoom_level_delegate.cc 6d844a0b67 refactor: move media/net from brightray to atom (#15288) 6 years ago
zoom_level_delegate.h 6d844a0b67 refactor: move media/net from brightray to atom (#15288) 6 years ago