electron/atom/browser/ui/views
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
..
frameless_view.cc linux: Share code on frameless window with Windows. 2014-07-16 16:00:08 +08:00
frameless_view.h win: Implement frameless window. 2014-07-16 15:33:40 +08:00
global_menu_bar_x11.cc views: Add an empty menu bar. 2014-07-16 22:12:57 +08:00
global_menu_bar_x11.h views: Add an empty menu bar. 2014-07-16 22:12:57 +08:00
linux_frame_view.cc linux: Share code on frameless window with Windows. 2014-07-16 16:00:08 +08:00
linux_frame_view.h linux: Share code on frameless window with Windows. 2014-07-16 16:00:08 +08:00
menu_bar.cc views: Implement the window menu bar. 2014-07-17 14:23:28 +08:00
menu_bar.h views: Implement the window menu bar. 2014-07-17 14:23:28 +08:00
menu_delegate.cc views: Don't retain MenuRunner on heap. 2014-07-21 21:42:01 +08:00
menu_delegate.h views: Don't retain MenuRunner on heap. 2014-07-21 21:42:01 +08:00
menu_layout.cc views: Add an empty menu bar. 2014-07-16 22:12:57 +08:00
menu_layout.h views: Add an empty menu bar. 2014-07-16 22:12:57 +08:00
win_frame_view.cc win: Min/max size uses scaled DPI size. 2014-07-16 15:40:22 +08:00
win_frame_view.h win: Min/max size uses scaled DPI size. 2014-07-16 15:40:22 +08:00