electron/atom/browser
Cheng Zhao 21949e2f0c views: Don't retain MenuRunner on heap.
Sometimes the MenuHost would crash when the window is closed, the author
didn't recommend using MenuRunner on stack, but since we always run the
menu synchronously, this is no problem.
2014-07-21 21:42:01 +08:00
..
api views: Don't retain MenuRunner on heap. 2014-07-21 21:42:01 +08:00
default_app Enable accelerated composition in frameless window. 2014-07-09 19:05:24 +08:00
lib remote.require should use process.mainModule.require. 2014-06-22 14:56:30 +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.13.3. 2014-06-25 09:17:06 +08:00
ui views: Don't retain MenuRunner on heap. 2014-07-21 21:42:01 +08:00
atom_browser_client.cc Fix a crash when creating window. 2014-07-11 19:39:35 +08:00
atom_browser_client.h Adapt to API changes of Chromium and node. 2014-06-28 22:33:00 +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 Use views to implement NativeWindow and MessageBox on Linux. 2014-07-04 01:30:36 +08:00
atom_browser_main_parts.h Use views to implement NativeWindow and MessageBox on Linux. 2014-07-04 01:30:36 +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
native_window.cc Fix crashing when setting web-preferences, closes #443. 2014-07-21 13:08:52 +08:00
native_window.h Fix crashing when setting web-preferences, closes #443. 2014-07-21 13:08:52 +08:00
native_window_mac.h Add BrowserWindow::isMaximized. 2014-06-28 09:56:39 +09:00
native_window_mac.mm Merge branch 'master' into chrome35 2014-07-07 23:49:28 +08:00
native_window_observer.h Add a focus event to BrowserWindow 2014-05-21 13:46:13 -04:00
native_window_views.cc views: Add menu should not change window size. 2014-07-21 20:58:15 +08:00
native_window_views.h views: Add menu should not change window size. 2014-07-21 20:58:15 +08:00
native_window_win.cc Merge branch 'master' into chrome35 2014-07-07 23:49:28 +08:00
native_window_win.h Merge branch 'master' into chrome35 2014-07-07 23:49:28 +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