Closed
Bug 1289659
Opened 9 years ago
Closed 9 years ago
[OS X] Firefox Nightly 50.0a1 shows no "Bookmarks Menu" contents when no windows opened.
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
VERIFIED
FIXED
Firefox 51
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | unaffected |
| firefox48 | --- | unaffected |
| firefox49 | --- | verified |
| firefox50 | --- | verified |
| firefox51 | --- | verified |
People
(Reporter: suishouen, Assigned: dao)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
22.85 KB,
image/png
|
Details | |
|
1.63 KB,
patch
|
mikedeboer
:
review+
lizzard
:
approval-mozilla-aurora+
lizzard
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20160726080520
Steps to reproduce:
Close all windows or all tabs.
Actual results:
When I click Bookmarks menu, Bookmarks menu shows no "Bookmarks Menu" contents.
Expected results:
"Bookmarks Menu" contents should be shown.
Comment 1•9 years ago
|
||
Regression range:
https://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=70b3e6ac383941005652196f432d9134dea468a7&tochange=f98e3add979e3b2eba6461fdaed2cfc80961ff6f
apparently a regression from bug 1248268.
When I open the "bookmarks" menu without any window, the following error is thrown:
> TypeError: placesContextMenu is null
> browser-places.js:1429:5
https://dxr.mozilla.org/mozilla-central/rev/ceb63dec9267e9bb62f5e5e1f4c9d32d3ac1fbac/browser/base/content/browser-places.js#1429
> placesContextMenu.addEventListener("popupshowing", onPlacesContextMenuShowing);
Blocks: 1248268
Status: UNCONFIRMED → NEW
status-firefox48:
--- → unaffected
status-firefox49:
--- → affected
status-firefox50:
--- → affected
Component: Untriaged → Bookmarks & History
Ever confirmed: true
Keywords: regression
Updated•9 years ago
|
status-firefox47:
--- → unaffected
Comment 2•9 years ago
|
||
Dao, can you look at this since the regressing bug was yours?
Flags: needinfo?(dao+bmo)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dao+bmo
Flags: needinfo?(dao+bmo)
| Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8779701 -
Flags: review?(mdeboer)
Comment 4•9 years ago
|
||
Comment on attachment 8779701 [details] [diff] [review]
patch
Review of attachment 8779701 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8779701 -
Flags: review?(mdeboer) → review+
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7db46aeeaf03
Account for placesContext not existing in non-browser windows on Mac. r=mdeboer
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
Comment 7•9 years ago
|
||
Can you request uplift? Looks like a regression from 49 and we could still uplift this for beta 4.
Flags: needinfo?(dao+bmo)
| Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8779701 [details] [diff] [review]
patch
Approval Request Comment
[Feature/regressing bug #]: bug 1248268
[User impact if declined]: see comment 0
[Describe test coverage new/current, TreeHerder]: n/a
[Risks and why]: just a null check, super-low risk
[String/UUID change made/needed]: none
Flags: needinfo?(dao+bmo)
Attachment #8779701 -
Flags: approval-mozilla-beta?
Attachment #8779701 -
Flags: approval-mozilla-aurora?
Comment 9•9 years ago
|
||
Comment on attachment 8779701 [details] [diff] [review]
patch
Fix for bookmark regression in 49. Please uplift to aurora and beta.
Attachment #8779701 -
Flags: approval-mozilla-beta?
Attachment #8779701 -
Flags: approval-mozilla-beta+
Attachment #8779701 -
Flags: approval-mozilla-aurora?
Attachment #8779701 -
Flags: approval-mozilla-aurora+
Comment 10•9 years ago
|
||
| bugherder uplift | ||
Comment 11•9 years ago
|
||
| bugherder uplift | ||
Updated•9 years ago
|
Flags: qe-verify+
Comment 12•9 years ago
|
||
I have reproduced this bug with Firefox nightly 50.0a1(build id:20160726080520)on
windows 7(64 bit)
I have verified this bug fixed with Firefox nightly 51.0a1(build id:20160822064441)
User Agent:Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
[bugday-20160824]
Comment 14•9 years ago
|
||
Verified fixed on latest Nightly 51.0a1 (buildID: 20160828030602), latest Aurora 50.0a2 (buildID: 20160828004009) and Firefox 49 Beta 7 (buildID: 20160825132718).
You need to log in
before you can comment on or make changes to this bug.
Description
•