Open
Bug 1108683
Opened 11 years ago
Updated 3 years ago
Get rid of WindowDraggingUtils and handle window dragging using nsIWidget::UpdateWindowDraggingRegion on all platforms
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
NEW
People
(Reporter: mstange, Unassigned)
References
Details
Attachments
(1 file)
|
30.90 KB,
patch
|
Details | Diff | Splinter Review |
The infrastructure for widget-side window dragging was added in bug 944836 but we currently only use it on Mac. Using it on the other platforms would simplify some code.
| Reporter | ||
Comment 1•11 years ago
|
||
One thing I haven't yet checked is whether panel dragging still works with this patch. Neil, do you know if we're still using those anywhere in Firefox, and if not, can we drop support for them?
Flags: needinfo?(enndeakin)
Comment 2•11 years ago
|
||
Panel dragging doesn't work with this patch. Some extensions are using it. I'd rather the panel dragging code was just left as is.
Flags: needinfo?(enndeakin)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•