deepak1556
|
9439ac108d
content: Fix WebContentsUserData for usage across components.
|
6 years ago |
Heilig Benedek
|
cbb5164cc8
fix: improve the way frameless windows are handled on Windows (#16596)
|
6 years ago |
Saswat Bhattacharya
|
d243a45173
feat: implement 'app-command' events for browser history navigation keys on Linux (#15441)
|
6 years ago |
Jeremy Apthorp
|
34e54b93a4
Remove WebContentsUserData::kLocatorKey
|
6 years ago |
Shelley Vohr
|
27bbf6a3c6
feat: add evt listeners for SetAlwaysOnTop (#14951)
|
6 years ago |
deepak1556
|
63006aebe8
REVIEW: Delete WidgetDelegate before widget is destroyed.
|
6 years ago |
Siddharth Dalal
|
afdb6c5f90
feat: 'will-move' event for windows. (#14283)
|
6 years ago |
Emmanuel Kimmerlin
|
5f6706ac33
feat: BrowserWindow.getNormalBounds() (#13290)
|
6 years ago |
Birunthan Mohanathas
|
c8dc2d3730
feat: Add will-resize event to TopLevelWindow (#13649)
|
6 years ago |
Birunthan Mohanathas
|
a42ca9eecc
feat: Add BrowserWindow.setWindowButtonVisibility()
|
6 years ago |
Milan Burda
|
2337237d58
Refactoring: use C++11 class member variable initialization
|
7 years ago |
Heilig Benedek
|
8b2bffcf9e
Only expand maximum size constraint if there was a constraint originally (#13003)
|
7 years ago |
Cheng Zhao
|
2b24b26e59
refactor: do not pass WebContents to NativeWindow
|
7 years ago |
Heilig Benedek
|
ce8af7d499
#else instead of #elif
|
7 years ago |
Heilig Benedek
|
c6bf39b283
Only include windows headers on windows
|
7 years ago |
Heilig Benedek
|
f1fd457411
Format code with clang-format
|
7 years ago |
Heilig Benedek
|
eae0674f61
Match chromium's workaround when setting size of unresizable windows
|
7 years ago |
Cheng Zhao
|
2225cc9608
refactor: manage widget_ in NativeWindow
|
7 years ago |
Jeremy Apthorp
|
27cee90e5e
[chromium-style] move methods out of headers
|
7 years ago |
Jeremy Apthorp
|
f1587da480
[chromium-style] out-of-line default constructors and destructors
|
7 years ago |
Shelley Vohr
|
c6f4bbd143
also format missing .cc files
|
7 years ago |
Cheng Zhao
|
5a95aaaa54
kVibrancyType should be read in InitFromOptions
|
7 years ago |
Cheng Zhao
|
97e8800677
Remove web_contents from NativeWindow's constructor
|
7 years ago |
Cheng Zhao
|
8fc5c6c862
Refactor NativeWindow (Part 3): Remove is_offscreen_dummy from NativeWindow (#12503)
|
7 years ago |
Cheng Zhao
|
78468098c5
Don't store WebContents in NativeWindow
|
7 years ago |
Cheng Zhao
|
9c7854aef6
NativeWindow is no longer WebContentsObserver
|
7 years ago |
Cheng Zhao
|
702f1631a3
Remove NativeWindow::FromWebContents
|
7 years ago |
Cheng Zhao
|
eea4e60b73
Remove NativeWindow's webview APIs
|
7 years ago |
Cheng Zhao
|
5a4c2fb61d
mac: Pass the view to install
|
7 years ago |
Cheng Zhao
|
3b3e69f8b2
Save browser_view_ in the NativeWindow
|
7 years ago |