Closed
Bug 1118134
Opened 11 years ago
Closed 11 years ago
B2G desktop should be able to draw in the titlebar
Categories
(Firefox OS Graveyard :: Runtime, defect)
Tracking
(firefox38 fixed)
RESOLVED
FIXED
2.2 S5 (6feb)
| Tracking | Status | |
|---|---|---|
| firefox38 | --- | fixed |
People
(Reporter: paul, Assigned: paul)
References
Details
Attachments
(3 files, 4 obsolete files)
|
872 bytes,
patch
|
Details | Diff | Splinter Review | |
|
326.82 KB,
image/png
|
Details | |
|
3.95 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
The same way we can draw in the titlebar in a xul:window with chromemargin="0,-1,-1,-1", it should be possible to draw shell.html over the titlebar.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
Of course, this is useless until we support dragging from HTML content.
| Assignee | ||
Comment 4•11 years ago
|
||
Assignee: nobody → paul
Attachment #8544435 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #8555662 -
Flags: review?(mstange)
Comment 5•11 years ago
|
||
Comment on attachment 8555662 [details] [diff] [review]
v1
Review of attachment 8555662 [details] [diff] [review]:
-----------------------------------------------------------------
You might need a DOM peer review on the idl change.
::: dom/interfaces/base/nsIDOMWindowUtils.idl
@@ +1769,5 @@
> readonly attribute unsigned long long framesReflowed;
> +
> + /**
> + * Controls the amount of chrome that should be visible on each side of
> + * the window. Works like the chromemargin xul:window attribute.
Mention that this should only be used if your window is not XUL.
Attachment #8555662 -
Flags: review?(mstange) → review+
| Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8555662 -
Attachment is obsolete: true
Attachment #8555723 -
Flags: review?(bzbarsky)
Comment 7•11 years ago
|
||
Comment on attachment 8555723 [details] [diff] [review]
v1.1
r=me
Attachment #8555723 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 8•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 9•11 years ago
|
||
This throws on Mac. I need to figure out what's going on.
Keywords: checkin-needed
| Assignee | ||
Comment 10•11 years ago
|
||
Attachment #8557032 -
Flags: review?(mstange)
Comment 11•11 years ago
|
||
Comment on attachment 8557032 [details] [diff] [review]
addendum
Oops.
Attachment #8557032 -
Flags: review?(mstange) → review+
| Assignee | ||
Comment 12•11 years ago
|
||
Attachment #8555723 -
Attachment is obsolete: true
Attachment #8557032 -
Attachment is obsolete: true
Attachment #8558108 -
Flags: review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 13•11 years ago
|
||
Keywords: checkin-needed
Comment 14•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 2.2 S5 (6feb)
You need to log in
before you can comment on or make changes to this bug.
Description
•