Closed
Bug 992327
Opened 11 years ago
Closed 11 years ago
Change directoryLinks and NewTabUtils to imageURI instead of imageURISpec
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
VERIFIED
FIXED
Firefox 31
Tracking | Status | |
---|---|---|
firefox31 | --- | fixed |
People
(Reporter: Mardak, Assigned: oyiptong)
References
()
Details
(Whiteboard: p=2 s=it-31c-30a-29b.2 [qa-])
Attachments
(1 file)
(deleted),
patch
|
adw
:
review+
|
Details | Diff | Splinter Review |
from adw: hey, i saw the json in one of the bugs, and i feel bad about asking you to call the image uri property imageURISpec. please feel free to change it back to imageURI if it's not too much trouble, preemptive r+!
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → oyiptong
Assignee | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Attachment #8403590 -
Flags: review+
Reporter | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 31
Comment 4•11 years ago
|
||
Hi Anthony, can you review if this resolved bug will need further verification. Thanks.
Flags: needinfo?(anthony.s.hughes)
Flags: firefox-backlog+
Whiteboard: p=2 → p=2 s=it-31c-30a-29b.2
Ed, does this area of code have tests already? If so manual spotchecking is probably not worth it. If not, we should probably at least check that image rendering hasn't regressed from this change. What are some things we can be checking if that's the case.
Flags: needinfo?(anthony.s.hughes) → needinfo?(edilee)
Whiteboard: p=2 s=it-31c-30a-29b.2 → p=2 s=it-31c-30a-29b.2 [qa?]
Reporter | ||
Comment 6•11 years ago
|
||
adw, I don't think there's tests that check for the value of background-image style to see if it's set to url(moz-page-thumb://..) vs url(imageURI). Do you think it'll be good to create that test?
Flags: needinfo?(edilee)
(In reply to Ed Lee :Mardak from comment #6)
> adw, I don't think there's tests that check for the value of
> background-image style to see if it's set to url(moz-page-thumb://..) vs
> url(imageURI). Do you think it'll be good to create that test?
Probably not of much use to have this test. What's important is ensuring images continue to render when they should. If this isn't done automatically somewhere currently then we should explore adding that test. However in the meantime we can check manually. What functionality is affected by this code change?
Sorry for forgetting to needinfo you. Ed, can you please answer comment 7?
Flags: needinfo?(edilee)
Reporter | ||
Comment 9•11 years ago
|
||
There isn't really any functionality change. It's just renaming a variable/key that we had in a reference data file and updating uses of that key.
Flags: needinfo?(edilee)
Comment 10•11 years ago
|
||
Tagging [qa-] based on comment 9.
status-firefox31:
--- → fixed
Whiteboard: p=2 s=it-31c-30a-29b.2 [qa?] → p=2 s=it-31c-30a-29b.2 [qa-]
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•