electron/atom/browser
Cheng Zhao 2b04af4349 No longer need to count the references in webContents
All remote objects are now cached in renderer process, so there is
always only one reference to one remote object for each webContents.
2016-02-22 15:24:18 +08:00
..
api Rename constant PERSIST_PERFIX to PERSIST_PREFIX in session.js. 2016-02-21 00:16:53 -08:00
default_app Use background color as border color 2016-02-18 10:15:44 -08:00
lib No longer need to count the references in webContents 2016-02-22 15:24:18 +08:00
mac Don't add the "Enter Full Screen" menu item automatically 2015-12-10 11:27:41 +08:00
net session: provide uploadData with webrequest api when available 2016-01-27 18:39:40 +05:30
resources Bump v0.36.8 2016-02-19 14:38:36 +08:00
ui Set icon on NSAlert when specified 2016-02-08 15:18:05 -08:00
atom_access_token_store.cc Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
atom_access_token_store.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
atom_browser_client.cc delegate to permission manager for other permissions 2016-01-30 16:49:18 +05:30
atom_browser_client.h add spec 2016-01-29 15:23:28 +05:30
atom_browser_context.cc remove unnecessary getter 2016-02-01 00:43:29 +05:30
atom_browser_context.h remove unnecessary getter 2016-02-01 00:43:29 +05:30
atom_browser_main_parts.cc Pass --touch-devices to chromium contents under X11 2016-01-11 12:23:53 +01:00
atom_browser_main_parts.h Include exit code with quit event 2015-12-09 18:09:59 -08:00
atom_browser_main_parts_mac.mm Initialize resource bundle on browser process separately 2016-01-08 12:06:06 +08:00
atom_browser_main_parts_posix.cc Fix cpplint warnings 2015-10-04 19:36:41 +08:00
atom_download_manager_delegate.cc Get rid of SavePathData 2016-02-02 20:11:39 +08:00
atom_download_manager_delegate.h Some cleanup. 2015-09-24 19:31:09 +08:00
atom_javascript_dialog_manager.cc Make beforeunload work in webview 2015-05-01 13:48:39 +08:00
atom_javascript_dialog_manager.h Fix compilation errors 2015-05-22 15:24:34 +08:00
atom_permission_manager.cc add pointerlock permission type 2016-02-01 15:13:49 +05:30
atom_permission_manager.h add pointerlock permission type 2016-02-01 15:13:49 +05:30
atom_quota_permission_context.cc browser: create quota permission context to allow quota request 2015-05-12 17:52:30 +05:30
atom_quota_permission_context.h browser: create quota permission context to allow quota request 2015-05-12 17:52:30 +05:30
atom_resource_dispatcher_host_delegate.cc Call OpenExternal with new true default to activate arg 2016-02-17 08:56:59 -08:00
atom_resource_dispatcher_host_delegate.h Add dummy LoginHandler 2015-10-28 19:54:59 +08:00
atom_speech_recognition_manager_delegate.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_speech_recognition_manager_delegate.h Upgrade cpplint 2014-12-15 17:15:56 -08:00
auto_updater.cc Simplify the auto-updater implementations 2015-10-23 15:40:56 +08:00
auto_updater.h Simplify the auto-updater implementations 2015-10-23 15:40:56 +08:00
auto_updater_mac.mm Simplify the auto-updater implementations 2015-10-23 15:40:56 +08:00
bridge_task_runner.cc Delete BridgeTaskRunner when main message loop is ready 2015-11-30 22:29:01 +08:00
bridge_task_runner.h Delete BridgeTaskRunner when main message loop is ready 2015-11-30 22:29:01 +08:00
browser.cc Don't emit will-quit event when calling app.exit 2015-12-10 11:22:55 +08:00
browser.h 🍎 Add Show to API for OS X 2016-01-30 22:30:38 +01:00
browser_linux.cc win: Set app user model ID in one place 2015-11-03 15:09:31 +08:00
browser_mac.mm Merge pull request #4301 from ragingwind/set-icon-crash 2016-02-01 18:46:20 +08:00
browser_observer.h Get exit code from within App::OnQuit 2015-12-09 18:19:51 -08:00
browser_win.cc Fix up Windows build errors 2015-12-07 10:02:06 -08:00
common_web_contents_delegate.cc No need to override RequestToLockMouse in CommonWebContentsDelegate 2016-02-01 21:05:29 +08:00
common_web_contents_delegate.h No need of DefaultWebContentsDelegate 2016-02-01 21:09:12 +08:00
javascript_environment.cc Cleanup and docs for the --js-flags 2015-11-13 12:22:08 +08:00
javascript_environment.h Initialize V8 in browser process 2015-05-22 15:30:02 +08:00
login_handler.cc Guard against multiple calls of auth 2015-10-28 21:20:08 +08:00
login_handler.h Guard against multiple calls of auth 2015-10-28 21:20:08 +08:00
native_window.cc Merge pull request #4181 from bengotow/scroll-touch-events 2016-01-25 14:47:54 +08:00
native_window.h Merge pull request #4181 from bengotow/scroll-touch-events 2016-01-25 14:47:54 +08:00
native_window_mac.h No need to use scoped_nsobject for id 2016-01-25 15:15:58 +08:00
native_window_mac.mm mac: Simulate the behavior of cmd+~ when OS X didn't handle it 2016-02-18 18:32:13 +08:00
native_window_observer.h Rename up/down => begin/end 2016-01-21 16:31:09 -08:00
native_window_views.cc spec: Fix failing tests on Windows 2016-01-24 14:31:37 +08:00
native_window_views.h Make hasShadow work on Windows/Linux 2016-01-24 14:31:37 +08:00
native_window_views_win.cc Reorgnize how attributes work 2016-01-24 14:31:37 +08:00
node_debugger.cc debugger: expose v8debug 2015-10-22 16:20:48 +05:30
node_debugger.h Use libuv to wake up main thread 2015-08-27 13:30:04 +08:00
web_contents_permission_helper.cc browser: handle desktop capture devices in media permission request 2016-02-12 05:07:06 +05:30
web_contents_permission_helper.h add fullscreen permission type 2016-02-01 16:22:05 +05:30
web_contents_preferences.cc browser: add font related settings to webpreferences 2016-01-21 13:30:05 +05:30
web_contents_preferences.h Avoid storing unrelated things in WebContentsPreferences 2015-11-11 10:37:34 +08:00
web_dialog_helper.cc Merge pull request #2340 from atom/set_download_path_api 2015-07-29 17:19:02 +08:00
web_dialog_helper.h Implement EnumerateDirectory 2014-10-31 17:37:32 +08:00
web_view_guest_delegate.cc remove unused code 2015-09-08 05:24:07 +05:30
web_view_guest_delegate.h Fix WillAttach API changes in content::BrowserPluginGuestDelegate. 2015-08-11 09:48:29 +08:00
web_view_manager.cc Read guest view's info from WebContentsPreferences 2015-09-06 10:53:03 +08:00
web_view_manager.h Read guest view's info from WebContentsPreferences 2015-09-06 10:53:03 +08:00
window_list.cc Fix API changes 2015-09-03 17:50:23 +09:00
window_list.h Fix API changes 2015-09-03 17:50:23 +09:00
window_list_observer.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00