Closed
Bug 734003
Opened 12 years ago
Closed 12 years ago
Maple: using white as the base checkerboard color doesn't work
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox13 affected, firefox14 verified)
VERIFIED
FIXED
Firefox 14
People
(Reporter: kats, Assigned: wlach)
Details
Attachments
(1 file)
2.37 KB,
patch
|
pcwalton
:
review+
BenWa
:
feedback+
|
Details | Diff | Splinter Review |
This code comment: // XXX We don't handle setting the color to white (-1), // there a bug somewhere but I'm not sure where, // let's hardcode the color for now to black and come back and fix should be fixed.
Assignee | ||
Comment 1•12 years ago
|
||
It looks like browser.js just needed some slight updates here. The attached wfm. (assigning to :pcwalton as he was the person who wrote the original code, feel free to reassign if more convenient)
Assignee: nobody → wlachance
Attachment #606741 -
Flags: review?(pwalton)
Comment 2•12 years ago
|
||
I didn't write that XXX comment.
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Patrick Walton (:pcwalton) from comment #2) > I didn't write that XXX comment. Right, but you did write the original code to set the checkerboard color. ;)
Comment 4•12 years ago
|
||
Comment on attachment 606741 [details] [diff] [review] Fix checkerboarding color after merge with maple Review of attachment 606741 [details] [diff] [review]: ----------------------------------------------------------------- I can rubber stamp this, I guess. I'd check with whoever wrote that XXX comment though.
Attachment #606741 -
Flags: review?(pwalton) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 606741 [details] [diff] [review] Fix checkerboarding color after merge with maple git blame suggests it was Benoit Girard? Benoit: Can you give your feedback on this? It looks like things were just temporarily broken in a refactoring...
Attachment #606741 -
Flags: feedback?(bgirard)
Comment 6•12 years ago
|
||
Comment on attachment 606741 [details] [diff] [review] Fix checkerboarding color after merge with maple As long we we're handling checkerboarding correctly with varius background colors including white I'm fine by this.
Attachment #606741 -
Flags: feedback?(bgirard) → feedback+
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Benoit Girard (:BenWa) from comment #6) > Comment on attachment 606741 [details] [diff] [review] > Fix checkerboarding color after merge with maple > > As long we we're handling checkerboarding correctly with varius background > colors including white I'm fine by this. Yup, everything is working as it was before the merge. Sites with a light background (e.g. taskjs.org) get a white/gray checkerboard, sites with a dark background (e.g. daringfireball.net) get a gray/back checkerboard.
Keywords: checkin-needed
Comment 9•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/14c95d1e5f35
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•12 years ago
|
status-firefox13:
--- → affected
status-firefox14:
--- → fixed
Comment 10•12 years ago
|
||
Default checkerboard color has been changed to white. According to Comment 7 this implementation has worked at some point. Closing the issue as verified although this is no longer valid
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•