Cheng Zhao
|
4a7c85f43e
|
fix: use InspectableWebContentsView as content view
|
2018-07-16 10:20:35 +09:00 |
|
Cheng Zhao
|
0ec4ad288d
|
fix: fallback to FullSizeContentView for frameless window on mac (#13599)
fix: draggable regions not working on macOS
|
2018-07-10 11:43:42 +10:00 |
|
Milan Burda
|
28fd571d0c
|
refactoring: use std::make_unique<T> (#13245)
|
2018-06-18 16:32:55 +09:00 |
|
Shelley Vohr
|
12a57ff1c2
|
clang-format objc files (#12673)
|
2018-04-20 11:47:04 -07:00 |
|
Birunthan Mohanathas
|
377e6c3210
|
Rename system_drag_exclude_areas => drag_exclude_rects
|
2018-03-19 20:44:05 +02:00 |
|
Birunthan Mohanathas
|
6f6f388f38
|
Fix non-draggable regions on macOS (#12327)
This was a regression in 503b0ba1 .
|
2018-03-17 06:49:11 +09:00 |
|
Cheng Zhao
|
3b3e69f8b2
|
Save browser_view_ in the NativeWindow
No need to store it separately in subclasses.
|
2018-03-06 16:20:37 +09:00 |
|
Cheng Zhao
|
503b0ba1b1
|
mac: Move draggable region code to BrowserWindow
On macOS current draggable region implementation highly relies on
WebContents, the code is only meaningful for BrowserWindow.
|
2018-03-06 16:20:37 +09:00 |
|
Cheng Zhao
|
bc34ca9e25
|
mac: Call setMouseDownCanMoveWindow in BrowserWindow
|
2018-03-06 16:20:37 +09:00 |
|