Closed
Bug 1387184
Opened 8 years ago
Closed 8 years ago
Remove nsIDOMHTMLEmbedElement
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: qdot, Assigned: qdot)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Since it is no longer used (superceded by WebIDL), we can remove the members of nsIDOMHTMLEmbedElement, preparing it for complete removal when 57 moves to beta.
| Assignee | ||
Updated•8 years ago
|
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•8 years ago
|
||
Since the pref to turn off extensions is supposed to land in nightly this week, I went ahead and removed the whole interface in this bug. Getting reviews now as it has passed try, but will wait to land until after pref is changed (need to find bug # for that).
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8895597 [details]
Bug 1387184 - Remove nsIDOMHTMLEmbedElement;
https://reviewboard.mozilla.org/r/166810/#review172500
r=me
::: xpcom/reflect/xptinfo/ShimInterfaceInfo.cpp
(Diff revision 1)
> DEFINE_SHIM(HTMLCanvasElement),
> DEFINE_SHIM(HTMLCollection),
> DEFINE_SHIM(HTMLDirectoryElement),
> DEFINE_SHIM(HTMLDocument),
> DEFINE_SHIM(HTMLElement),
> - DEFINE_SHIM(HTMLEmbedElement),
This is going to break the instanceof test in suite/browser/nsTypeAheadFind.js in comm-central. Please file a bug on them to switch to some other method of detecting HTMLEmbedElement.
Attachment #8895597 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 4•8 years ago
|
||
Filed Bug 1389622 for comm-central followup.
Comment 5•8 years ago
|
||
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.
hg error in cmd: hg rebase -s 5839ce212d53 -d 222deac54a16: rebasing 413061:5839ce212d53 "Bug 1387184 - Remove nsIDOMHTMLEmbedElement; r=bz" (tip)
other [source] changed addon-sdk/source/lib/sdk/content/context-menu.js which local [dest] deleted
use (c)hanged version, leave (d)eleted, or leave (u)nresolved? u
merging docshell/base/nsDocShellTreeOwner.cpp
merging dom/webbrowserpersist/WebBrowserPersistLocalDocument.cpp
merging editor/libeditor/HTMLEditorDataTransfer.cpp
merging layout/printing/nsPrintEngine.cpp
unresolved conflicts (see hg resolve, then hg rebase --continue)
| Comment hidden (mozreview-request) |
Pushed by kmachulis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4858624ff8c4
Remove nsIDOMHTMLEmbedElement; r=bz
| Assignee | ||
Updated•8 years ago
|
Summary: Prepare nsIDOMHTMLEmbedElement for removal → Remove nsIDOMHTMLEmbedElement
Comment 8•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•