electron/atom/browser
Cheng Zhao e3118359ad Destroy web contents when window is closed.
Previously this was reverted because of Chromium's spammy error
loggings, but it also causes the renderer process not to exit when the
page has been closed. After fixing the spammy error logging, we can now
bring this back.

Fixes atom/atom#3141.
2014-08-04 14:55:08 +08:00
..
api Merge pull request #534 from hokein/hotkey 2014-08-03 22:34:59 +08:00
default_app Merge pull request #440 from atom/chrome35 2014-07-21 22:23:04 +08:00
lib Don't mess up with browser process's execArgv, fixes #492. 2014-07-31 16:58:59 +08:00
mac Switch to use MIT license. 2014-05-04 20:29:08 +08:00
net Adapt to API changes of Chromium and node. 2014-06-28 22:33:00 +08:00
resources Bump v0.15.1. 2014-07-31 11:48:09 +00:00
ui mac: Guard against closed window, fixes #536. 2014-07-31 10:33:45 +08:00
atom_browser_client.cc Fix a crash when creating window. 2014-07-11 19:39:35 +08:00
atom_browser_client.h Update brightray to fix webrtc warning. 2014-07-28 20:28:52 +08:00
atom_browser_context.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
atom_browser_context.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
atom_browser_main_parts.cc Make sure javascript environment is initialized after ProxyResolverV8. 2014-07-28 20:28:50 +08:00
atom_browser_main_parts.h Make sure javascript environment is initialized after ProxyResolverV8. 2014-07-28 20:28:50 +08:00
atom_browser_main_parts_mac.mm Initialize locale on mac. 2014-05-29 15:54:25 +08:00
atom_javascript_dialog_manager.cc Rename string16 to base::string16. 2014-06-28 19:49:22 +08:00
atom_javascript_dialog_manager.h Rename string16 to base::string16. 2014-06-28 19:49:22 +08:00
auto_updater.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
auto_updater.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
auto_updater_delegate.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
auto_updater_linux.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
auto_updater_mac.mm Switch to use MIT license. 2014-05-04 20:29:08 +08:00
auto_updater_win.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
browser.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
browser.h mac: Add app.dock.hide()/show() APIs, closes #422. 2014-06-25 11:55:33 +08:00
browser_linux.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
browser_mac.mm mac: Add app.dock.hide()/show() APIs, closes #422. 2014-06-25 11:55:33 +08:00
browser_observer.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
browser_win.cc win: Fix compilation errors for chrome35. 2014-07-11 12:19:01 +08:00
javascript_environment.cc Make sure javascript environment is initialized after ProxyResolverV8. 2014-07-28 20:28:50 +08:00
javascript_environment.h Make sure javascript environment is initialized after ProxyResolverV8. 2014-07-28 20:28:50 +08:00
native_window.cc Destroy web contents when window is closed. 2014-08-04 14:55:08 +08:00
native_window.h Add BrowserWindow.isMaximized API. 2014-07-26 13:58:26 +08:00
native_window_mac.h Add BrowserWindow.isMaximized API. 2014-07-26 13:58:26 +08:00
native_window_mac.mm Destroy web contents when window is closed. 2014-08-04 14:55:08 +08:00
native_window_observer.h Add a focus event to BrowserWindow 2014-05-21 13:46:13 -04:00
native_window_views.cc linux: Only use global application menubar on unity. 2014-07-31 13:11:03 +08:00
native_window_views.h Add BrowserWindow.isMaximized API. 2014-07-26 13:58:26 +08:00
window_list.cc Switch to use MIT license. 2014-05-04 20:29:08 +08:00
window_list.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00
window_list_observer.h Switch to use MIT license. 2014-05-04 20:29:08 +08:00