Electron Bot 7a5cb9f47b Bump v2.0.18 6 years ago
..
api 90fc709194 fix: print warning after DOM is created 6 years ago
lib 411f2be579 Check dbus response for null before using. (#15088) 6 years ago
loader 5fb87f0c1e ResourceHandler API has been changed 8 years ago
mac 9337959f51 The tryToTerminateApp is not really needed 7 years ago
net 00da6ab43b link mojo proxy resolver in component build 6 years ago
osr 402201ac39 Fix cppcheck warnings (#11883) 7 years ago
resources 7a5cb9f47b Bump v2.0.18 6 years ago
ui 5a73ec2ec8 fix: honor dialog.showMessageBox()'s Icon argument on Linux (backport: 2-0-x) (#15341) 6 years ago
atom_access_token_store.cc ee80313666 opt into location service on main thread 7 years ago
atom_access_token_store.h 16f9754445 Create separate request context for geolocation service. 8 years ago
atom_blob_reader.cc edb7bc6572 Make BlobReader create its own file TaskRunner. 7 years ago
atom_blob_reader.h 7b85ca0301 create helper class to read blob data 8 years ago
atom_browser_client.cc 423bdda1b1 REVIEW: remove pre early initialization of v8 6 years ago
atom_browser_client.h affa21600c Remove unnecessary methods on WebContentsPreferences 7 years ago
atom_browser_context.cc d6d2a46821 REVIEW: create proxy helper per browser context 6 years ago
atom_browser_context.h d6d2a46821 REVIEW: create proxy helper per browser context 6 years ago
atom_browser_main_parts.cc dffd17ab70 fix: Improve --enable-features/--disable-features handling (2.0.x) (#13921) 6 years ago
atom_browser_main_parts.h 952928dc79 Singleton must be created on request 7 years ago
atom_browser_main_parts_mac.mm 2e5eeef70e Pass compilation on mac. 8 years ago
atom_browser_main_parts_posix.cc 402201ac39 Fix cppcheck warnings (#11883) 7 years ago
atom_download_manager_delegate.cc a518c5c3c4 derefence weak ptr only on the same sequence runner it was created in 7 years ago
atom_download_manager_delegate.h a518c5c3c4 derefence weak ptr only on the same sequence runner it was created in 7 years ago
atom_javascript_dialog_manager.cc 4044548f3e Add 'will-prevent-unload' event. 8 years ago
atom_javascript_dialog_manager.h 4044548f3e Add 'will-prevent-unload' event. 8 years ago
atom_permission_manager.cc 4d7b85bd01 Appease the linter 7 years ago
atom_permission_manager.h 98e9311669 Give user access to the URL that is attempting to be openExternal'ed 7 years ago
atom_quota_permission_context.cc 2785a4cc48 browser: create quota permission context to allow quota request 10 years ago
atom_quota_permission_context.h 2785a4cc48 browser: create quota permission context to allow quota request 10 years ago
atom_resource_dispatcher_host_delegate.cc affa21600c Remove unnecessary methods on WebContentsPreferences 7 years ago
atom_resource_dispatcher_host_delegate.h 15e2b2335f address review comments 8 years ago
atom_speech_recognition_manager_delegate.cc 9566904838 Speech recognition: Use BindOnce / OnceCallback / OnceClosure where applicable 7 years ago
atom_speech_recognition_manager_delegate.h 9566904838 Speech recognition: Use BindOnce / OnceCallback / OnceClosure where applicable 7 years ago
atom_web_ui_controller_factory.cc 402201ac39 Fix cppcheck warnings (#11883) 7 years ago
atom_web_ui_controller_factory.h fd8c450ef3 move pdfviewer ui data source to separate file 8 years ago
auto_updater.cc 6318cd781d Update to use Squirrel.Mac that supports CDN releases 7 years ago
auto_updater.h 6318cd781d Update to use Squirrel.Mac that supports CDN releases 7 years ago
auto_updater_mac.mm 549042160f requestHeaders --> headers 7 years ago
bridge_task_runner.cc 11fa935359 Introduce TaskRunner::RunsTasksInCurrentSequence() 7 years ago
bridge_task_runner.h 11fa935359 Introduce TaskRunner::RunsTasksInCurrentSequence() 7 years ago
browser.cc 176abdbd80 Linux named notifications - 2-0-0 (#12229) 7 years ago
browser.h 176abdbd80 Linux named notifications - 2-0-0 (#12229) 7 years ago
browser_linux.cc 443c30890b remove dummy check 7 years ago
browser_mac.mm b8eec43b31 fix: natively implement LoginItem functions (backport: 2-0-x) (#15139) 6 years ago
browser_observer.h 0ab83b301d Refactor as per @zcbenz comments 7 years ago
browser_win.cc 87c2f0f14f Fix build and ensure no breaking change 7 years ago
child_web_contents_tracker.cc b19c5154ca Fix cpplint errors 8 years ago
child_web_contents_tracker.h b19c5154ca Fix cpplint errors 8 years ago
common_web_contents_delegate.cc 69cd33395a Fixed crash on startup on Windows 7 years ago
common_web_contents_delegate.h f20f87829b Add webContents.setIgnoreMenuShortcuts() 7 years ago
common_web_contents_delegate_mac.mm 7a4ca08a8d The Blink Rename 7 years ago
common_web_contents_delegate_views.cc 627eb30409 The Blink Rename 7 years ago
javascript_environment.cc 00afeaba9a Use Node's V8Platform instead of gin's 7 years ago
javascript_environment.h c0c2461245 Do not create duplicate V8Platform in NodeDebugger 7 years ago
login_handler.cc 0e0235407b fill net::URLRequest details on IO thread 8 years ago
login_handler.h 0e0235407b fill net::URLRequest details on IO thread 8 years ago
native_browser_view.cc 8991ad31d8 Backport (2-0-x) - Update draggable regions when changing BrowserView (#12370) 7 years ago
native_browser_view.h 8991ad31d8 Backport (2-0-x) - Update draggable regions when changing BrowserView (#12370) 7 years ago
native_browser_view_mac.h 8991ad31d8 Backport (2-0-x) - Update draggable regions when changing BrowserView (#12370) 7 years ago
native_browser_view_mac.mm 8991ad31d8 Backport (2-0-x) - Update draggable regions when changing BrowserView (#12370) 7 years ago
native_browser_view_views.cc 8ed07298cc fix: schedule a paint after browserview's background is set (#15796) 6 years ago
native_browser_view_views.h 8991ad31d8 Backport (2-0-x) - Update draggable regions when changing BrowserView (#12370) 7 years ago
native_window.cc 9574a4f472 Only expand maximum size constraint if there was a constraint originally (#13014) 7 years ago
native_window.h e2e70e9b1e Match chromium's workaround when setting size of unresizable windows 7 years ago
native_window_mac.h 4279f2f3f8 fix: simpleFullscreen window should be on top of other OS X menu bars. (#15182) 6 years ago
native_window_mac.mm 0035a7b663 fix: NSWindow crash happening on macos 10.9 (#15729) 6 years ago
native_window_observer.h 4fb9f825b1 Add "New Tab" button for Native macOS Tabs 7 years ago
native_window_views.cc 2663d3e10d Backport of #14648 (#15025) 6 years ago
native_window_views.h ae632193c0 migrate to virtual void and start mac impl 7 years ago
native_window_views_win.cc d4bbd7c7ab Add example of using mouse forwarding. 7 years ago
node_debugger.cc b4c5a30469 fix: dont parse arguments after a -- in the inspector (#14297) (#14334) 6 years ago
node_debugger.h c0c2461245 Do not create duplicate V8Platform in NodeDebugger 7 years ago
relauncher.cc c49cb29ddf Disallow launching unknown apps via browser client. 7 years ago
relauncher.h 3de41fb22d Correctly quotes the argv on Windows 9 years ago
relauncher_linux.cc 54f74e8160 Redirect relaunch process's stdout to /dev/null 8 years ago
relauncher_mac.cc 6285500cdc Sort includes alphabetically 8 years ago
relauncher_win.cc 7bf156d197 win: Fix assertion "IsWprintfFormatPortable(format)" 7 years ago
render_process_preferences.cc 4fb9e20c33 Add API to set render process preferences 9 years ago
render_process_preferences.h 4fb9e20c33 Add API to set render process preferences 9 years ago
session_preferences.cc cb3a9c69ab Add a SessionPreferences to manage session related data 7 years ago
session_preferences.h cb3a9c69ab Add a SessionPreferences to manage session related data 7 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 b2e6340622 Reduce the number of helpers 7 years ago
web_contents_permission_helper.h b2e6340622 Reduce the number of helpers 7 years ago
web_contents_preferences.cc fbc7b7f8ad fix: do not enable node integration in child window if not enabled (#15109) 6 years ago
web_contents_preferences.h b32f332ce3 Backport (2-0-x) - Set appropriate defaults for webview options (#12292) 7 years ago
web_contents_zoom_controller.cc f8d3b363ea :art: lint fix 7 years ago
web_contents_zoom_controller.h f8d3b363ea :art: lint fix 7 years ago
web_dialog_helper.cc a09fa53d80 Add FILE_DIALOG_TREAT_PACKAGE_APP_AS_DIRECTORY to web open file dialog (#13220) (#13277) 6 years ago
web_dialog_helper.h 7e0593950c Code style fixes 7 years ago
web_view_guest_delegate.cc dadfbd3a4f Reset `embedder_zoom_controller_` before assigning new one 7 years ago
web_view_guest_delegate.h dadfbd3a4f Reset `embedder_zoom_controller_` before assigning new one 7 years ago
web_view_manager.cc 497f5a1199 Update files for Chrome 54 API changes 8 years ago
web_view_manager.h 88f665bc1b Restore original include location 9 years ago
window_list.cc 55f2b524e7 Close window in order from newer one on macOS 7 years ago
window_list.h e7b679ead6 Add IsEmpty helper and remove GetInstance public usage 8 years ago
window_list_observer.h b6b6fc3bfd Remove All Rights Reserved after GitHub copyright 10 years ago