Closed
Bug 855830
Opened 12 years ago
Closed 11 years ago
this.button is null at chrome://browser/content/browser.js:6605
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
Firefox 28
People
(Reporter: jaws, Assigned: jaws)
References
Details
Attachments
(1 file, 2 obsolete files)
3.70 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #730846 -
Flags: review?(mconley)
Assignee | ||
Updated•12 years ago
|
Attachment #730846 -
Attachment is obsolete: true
Attachment #730846 -
Flags: review?(mconley)
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment on attachment 730848 [details] [diff] [review]
Patch
Hm - I think this is covering up a larger issue.
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.xul#666
shows webrtc-status-button as a child of nav-bar.
In Jamun, it looks like webrtc-status-button has been moved to the palette.
Is the webrtc-status-button supposed to be customizable? If not, it needs to be moved out of the palette, and back under nav-bar. We should also make sure other buttons weren't moved in the same way (I suspect the Social API button was).
So, locally, when I moved webrtc-status-button back under nav-bar, the browser chrome tests started just fine.
Attachment #730848 -
Flags: review?(mconley)
Assignee | ||
Comment 3•12 years ago
|
||
Good point, how's this?
Attachment #730848 -
Attachment is obsolete: true
Attachment #730924 -
Flags: review?(mconley)
Comment 4•12 years ago
|
||
Comment on attachment 730924 [details] [diff] [review]
Move the button outside of the palette
This looks good to me!
Attachment #730924 -
Flags: review?(mconley) → review+
Comment 5•12 years ago
|
||
Hey Blair, I could be wrong, but I think it was one of your original patches that moved the webrtc-status-button into the palette. Was there some requirement there that jaws and I don't know about? Or are we OK to move this back under nav-bar?
Flags: needinfo?(bmcbride)
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #5)
> Hey Blair, I could be wrong, but I think it was one of your original patches
> that moved the webrtc-status-button into the palette. Was there some
> requirement there that jaws and I don't know about? Or are we OK to move
> this back under nav-bar?
Actually I don't think it was intentional. I'm pretty sure that the webrtc frontend bits landed after Blair uploaded the initial patch, and debitrotting that patch placed the webrtc button in the wrong position.
Assignee | ||
Comment 7•12 years ago
|
||
Whiteboard: [fixed in jamun]
Comment 8•12 years ago
|
||
(In reply to Jared Wein [:jaws] (Vacation 3/30 to 4/7) from comment #6)
> Actually I don't think it was intentional. I'm pretty sure that the webrtc
> frontend bits landed after Blair uploaded the initial patch, and
> debitrotting that patch placed the webrtc button in the wrong position.
This (AFAIK).
Flags: needinfo?(bmcbride)
Comment 9•12 years ago
|
||
Landed on jamun as https://hg.mozilla.org/projects/jamun/rev/98c873f5d5c0
Comment 10•12 years ago
|
||
Landed on UX as https://hg.mozilla.org/projects/ux/rev/98c873f5d5c0
Whiteboard: [fixed in jamun] → [fixed in jamun][fixed in ux]
Comment 11•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8f4153b311db
https://hg.mozilla.org/mozilla-central/rev/4fae96ad1f12
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed in jamun][fixed in ux]
Target Milestone: --- → Firefox 28
You need to log in
before you can comment on or make changes to this bug.
Description
•