Milan Burda
|
c344eca32c
fix: HTML5 fullscreen APIs not working in <webview> (#20432)
|
5 years ago |
trop[bot]
|
dd595a7f49
fix: return pointer instead of pointer's content (#16022)
|
6 years ago |
trop[bot]
|
c45ac5108e
fix: send NSView* as the response to getNativeWindowHandle() instead of a null handle (#15644)
|
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 |
Paulius
|
b89848d683
feat: allow window above full screen windows on mac (#14122)
|
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 |
Cheng Zhao
|
2b24b26e59
refactor: do not pass WebContents to NativeWindow
|
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 |
Cheng Zhao
|
6d18bd0633
refactor: Make NativeWindow inherit WidgetDelegate
|
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
|
53bdf22c85
clang-format atom files
|
7 years ago |
Cheng Zhao
|
56735d4ff5
Add NativeWindow::SetContentView
|
7 years ago |
Cheng Zhao
|
97e8800677
Remove web_contents from NativeWindow's constructor
|
7 years ago |
Cheng Zhao
|
c75dd93b92
Move AutofillPopup from NativeWindow to WebContents (#12514)
|
7 years ago |
MadfishDT
|
200388ff96
add moveTop API to move window z-oder to top for win32, mac (#12485)
|
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
|
3b3e69f8b2
Save browser_view_ in the NativeWindow
|
7 years ago |
Cheng Zhao
|
503b0ba1b1
mac: Move draggable region code to BrowserWindow
|
7 years ago |
Cheng Zhao
|
1681ee35db
Set WebContents background color in BrowserWindow
|
7 years ago |