Closed
Bug 1229838
Opened 10 years ago
Closed 10 years ago
Support for apple-touch-icon-precomposed to trigger mozbrowsericonchange
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla46
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | fixed |
People
(Reporter: rakhavan, Assigned: sfoster)
References
Details
(Whiteboard: [systemsfe])
Attachments
(1 file, 1 obsolete file)
|
2.37 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
AFAICT this looks like it just needs a simple change to https://dxr.mozilla.org/mozilla-central/source/dom/browser-element/BrowserElementChildPreload.js#597 and the associated mochitest to recognize the rel="apple-touch-icon-precomposed" value as a change we want to announce as a mozbrowsericonchange event
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sfoster
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8695641 -
Flags: review?(fabrice)
| Assignee | ||
Updated•10 years ago
|
Attachment #8695639 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8695641 [details] [diff] [review]
rel=apple-touch-icon-precomposed should fire mozbrowsericonchange
This fixes the symptoms of bug 1217095 for me - github and others are using the 'apple-touch-icon-precomposed' in favor of the apple-touch-icon link relation.
We may also need a corresponding gaia change to update the condition that triggers the warning added in https://github.com/mozilla-b2g/gaia/commit/f3a33a528d194dc631ecc892ba24ea152ed087b4
Updated•10 years ago
|
Whiteboard: [systemsfe]
Updated•10 years ago
|
Attachment #8695641 -
Flags: review?(fabrice) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
| Assignee | ||
Comment 6•10 years ago
|
||
| Assignee | ||
Comment 7•10 years ago
|
||
(In reply to Sam Foster [:sfoster] from comment #6)
> https://treeherder.mozilla.org/#/jobs?repo=try&revision=41dc498b776c
Still some orange in there, what do you think Fabrice? Sorry I have no context on these tests so I'm relying on someone else to tell me if I caused a problem here or not.
Flags: needinfo?(fabrice)
Comment 8•10 years ago
|
||
I can't see any reasons for these failures to be caused by your patch. ship it!
Flags: needinfo?(fabrice)
| Assignee | ||
Comment 9•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8e8934c580ec5c0c7fcc60543cfcda621cfef87b
Bug 1229838 - rel=apple-touch-icon-precomposed should fire mozbrowsericonchange. r=fabrice
Comment 10•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•