Closed
Bug 1875822
Opened 1 year ago
Closed 1 year ago
nsObjectLoadingContent does not need to inherit from nsImageLoadingContent
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: tschuster, Assigned: emilio)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files)
Images are now always loaded as (image) documents similar to iframes. See D199117.
Reporter | ||
Updated•1 year ago
|
Flags: needinfo?(emilio)
Reporter | ||
Updated•1 year ago
|
Type: defect → task
Assignee | ||
Comment 1•1 year ago
|
||
After bug 1875466, this is no longer needed and simplifies the code
quite a bit.
Updated•1 year ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 year ago
|
||
Flags: needinfo?(emilio)
Assignee | ||
Comment 3•1 year ago
|
||
Bonus clean-up.
Depends on D199252
Assignee | ||
Comment 4•1 year ago
|
||
Also bonus clean-up.
Depends on D199271
Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/744415fe4845
nsObjectLoadingContent doesn't need to inherit from nsImageLoadingContent anymore. r=smaug
Comment 6•1 year ago
|
||
bugherder |
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/daf3f3a4709c
Remove unused TYPE_FAKE_PLUGIN from nsObjectLoadingContent. r=dom-core,webidl,peterv,smaug
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1f7098e71c91
Remove a bunch of dead JS plugin code. r=nika
Comment 10•1 year ago
|
||
Pushed by ctuns@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ab70de91ba35
Fix lint failures in rejected-words.yml CLOSED TREE
Comment 11•1 year ago
|
||
bugherder |
Assignee | ||
Updated•1 year ago
|
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Updated•1 year ago
|
Keywords: leave-open
Updated•1 year ago
|
status-firefox124:
--- → fixed
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•