Closed
Bug 881385
Opened 11 years ago
Closed 11 years ago
Remove checks for text iconmodes in browser-social.js
Categories
(Firefox Graveyard :: SocialAPI, defect)
Firefox Graveyard
SocialAPI
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: jaws, Assigned: jaws)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Australis:M7][qa-])
Attachments
(1 file)
2.48 KB,
patch
|
mixedpuppy
:
review+
|
Details | Diff | Splinter Review |
There are some checks in browser-social.js that look for the navbar having mode="text", but since bug 573329 that mode doesn't exist anymore.
One of these changes landed after the patch for bug 573329 landed and another was missed in bug 573329. The mode still exists on m-c hence this not being noticed when it was merged from m-c to ux.
Attachment #760516 -
Flags: review?(mixedpuppy)
Updated•11 years ago
|
Attachment #760516 -
Flags: review?(mixedpuppy) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Whiteboard: [Australis:M7] → [Australis:M7][fixed-in-ux]
Comment 2•11 years ago
|
||
Jared, there is a cross-platform b-c opt perma-failure since your push:
15:05:13 WARNING - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/social/browser_share.js | uncaught exception - ReferenceError: aToolbarButton is not defined at chrome://browser/content/browser.js:5351
15:05:14 WARNING - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/social/browser_share.js | uncaught exception - ReferenceError: aToolbarButton is not defined at chrome://browser/content/browser.js:5351
15:05:42 WARNING - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/social/browser_share.js | Test timed out
15:05:43 WARNING - TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/social/browser_share.js | Found a tab after previous test timed out: https://example.com/browser/browser/base/content/test/social/opengraph/og_invalid_url.html
https://tbpl.mozilla.org/php/getParsedLog.php?id=23983043&tree=UX
Assignee | ||
Comment 3•11 years ago
|
||
Pushed https://hg.mozilla.org/projects/ux/rev/8a9bf2595921 to fix the test orange.
Updated•11 years ago
|
Component: Toolbars and Customization → SocialAPI
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1b4b5f70d7d3
https://hg.mozilla.org/mozilla-central/rev/8a9bf2595921
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [Australis:M7][fixed-in-ux] → [Australis:M7]
Target Milestone: --- → Firefox 28
Updated•11 years ago
|
Whiteboard: [Australis:M7] → [Australis:M7][qa-]
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•