Closed
Bug 1459455
Opened 7 years ago
Closed 6 years ago
Allow changing the tab separator color
Categories
(WebExtensions :: Themes, defect, P1)
WebExtensions
Themes
Tracking
(firefox62 verified, firefox63 verified)
VERIFIED
FIXED
mozilla62
People
(Reporter: ntim, Assigned: ntim)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
No description provided.
Comment hidden (mozreview-request) |
Updated•6 years ago
|
Assignee: nobody → ntim.bugs
Priority: -- → P1
Updated•6 years ago
|
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8973547 [details]
Bug 1459455 - Allow changing the tab separator color.
https://reviewboard.mozilla.org/r/241904/#review253782
::: toolkit/components/extensions/test/browser/browser_ext_themes_tab_separators.js:12
(Diff revision 3)
> + let extension = ExtensionTestUtils.loadExtension({
> + manifest: {
> + "theme": {
> + "colors": {
> + "accentcolor": "#000",
> + "textcolor": TAB_TEXT_COLOR,
TAB_TEXT_COLOR isn't referenced anywhere else so we should remove this constant so the test is easier to follow. Right now it gives the appearance that this constant may be referenced at another place within the test.
Attachment #8973547 -
Flags: review?(jaws) → review+
Comment hidden (mozreview-request) |
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c6bd6395abb7
Allow changing the tab separator color. r=jaws
Comment 7•6 years ago
|
||
Backed out changeset c6bd6395abb7 (bug 1459455) for ESlint failure on browser_ext_themes_tab_separators.js
Backout: https://hg.mozilla.org/integration/autoland/rev/064204d6d6d9a23a813e05839e94ab92f949328b
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=c6bd6395abb7548670943c86291c669a0959889d&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=success&filter-resultStatus=pending&filter-resultStatus=running&filter-classifiedState=unclassified&selectedJob=180796189
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=180796189&repo=autoland&lineNumber=257
Flags: needinfo?(ntim.bugs)
Comment hidden (mozreview-request) |
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/16f1a4771b09
Allow changing the tab separator color. r=jaws
Comment 10•6 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d67e33e20cbd
Revert accidentally-landed package-lock.json changes.
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(ntim.bugs)
Keywords: dev-doc-needed
Comment 11•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/16f1a4771b09
https://hg.mozilla.org/mozilla-central/rev/d67e33e20cbd
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•6 years ago
|
Product: Toolkit → WebExtensions
Comment 12•6 years ago
|
||
Added code example and image to https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/theme and updated the browser compatibility information. PR: https://github.com/mdn/browser-compat-data/pull/2349
Comment 13•6 years ago
|
||
Can we get a review on the docs change in c#12?
Also, Irene, remember to add an entry to the Fx62 rel notes to report this change:
https://developer.mozilla.org/en-US/Firefox/Releases/62
Thanks both!
Flags: needinfo?(ntim.bugs)
Assignee | ||
Comment 14•6 years ago
|
||
(In reply to Irene Smith from comment #12)
> Added code example and image to
> https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/
> theme and updated the browser compatibility information. PR:
> https://github.com/mdn/browser-compat-data/pull/2349
Looks great, thanks Irene!
Flags: needinfo?(ntim.bugs)
Comment 15•6 years ago
|
||
This issue is verified as fixed on Firefox 63.0a1 (20180709221247) and Firefox 62.0b7 (20180709172241) under Win 7 64-bit and Mac OS X 10.13.3.
Please see the attached screenshot.
Updated•6 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•