Closed
Bug 1163113
Opened 10 years ago
Closed 10 years ago
Implement -moz-window-dragging on Windows for Graphene window dragging
Categories
(Firefox OS Graveyard :: Runtime, defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
2.2 S12 (15may)
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: bbondy, Assigned: bbondy)
References
Details
Attachments
(1 file)
3.13 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
`nsIWidget::UpdateWindowDraggingRegion` isn't implemented on Windows which means `-moz-window-dragging: drag` has no effect on Windows. Since this is used on Windows we need to implement it so the window can be dragged around via the CSS specified titlebar.
Assignee | ||
Comment 1•10 years ago
|
||
Most graphene stuff is going on the Larch twig but this should go on m-c.
Attachment #8603512 -
Flags: review?(jmathies)
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
(In reply to Brian R. Bondy [:bbondy] from comment #1)
> Created attachment 8603512 [details] [diff] [review]
> Patch v1.
>
> Most graphene stuff is going on the Larch twig but this should go on m-c.
what is graphene?
Assignee | ||
Comment 4•10 years ago
|
||
It's a mozilla b2g desktop runtime used to run b2g apps on the desktop. mozilla/browser.html is an example, also there's a webvr one.
Assignee | ||
Comment 5•10 years ago
|
||
Note that the same functionality is already implemented in widget/cocoa/, this is just a widget/windows implementation.
Updated•10 years ago
|
Attachment #8603512 -
Flags: review?(jmathies) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S12 (15may)
You need to log in
before you can comment on or make changes to this bug.
Description
•