Rename `invoketarget` to `commandfor`, `invokeaction` to `command`, `InvokerEvent` to `CommandEvent`.
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: keithamus, Assigned: keithamus)
References
(Blocks 1 open bug)
Details
Attachments
(8 files, 4 obsolete files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Comment 1•1 year ago
|
||
Thanks for filing the issue Keith.
For DevTools, this will impact https://searchfox.org/mozilla-release/rev/201ece97e589a880d0b3f000affc9bf459e90cee/devtools/client/shared/node-attribute-parser.js#162
["invoketarget", { WILDCARD: { namespaceURI: HTML_NS, type: TYPE_IDREF } }],
// The condition should be removed when "dom.element.invokers.enabled" is removed
generalEvent(
"control",
"invoke",
global => global && "InvokeEvent" in global
),
(and their related tests)
| Assignee | ||
Updated•11 months ago
|
| Assignee | ||
Comment 2•11 months ago
|
||
Updated•11 months ago
|
| Assignee | ||
Comment 3•11 months ago
|
||
| Assignee | ||
Comment 4•11 months ago
|
||
| Assignee | ||
Comment 5•11 months ago
|
||
| Assignee | ||
Comment 6•11 months ago
|
||
| Assignee | ||
Comment 7•11 months ago
|
||
| Assignee | ||
Comment 8•11 months ago
|
||
| Assignee | ||
Comment 9•11 months ago
|
||
| Assignee | ||
Comment 10•11 months ago
|
||
| Assignee | ||
Comment 11•11 months ago
|
||
Renames:
- IsValidInvokeAction->IsValidCommandAction
- HandleInvokeInternal->HandleCommandInternal
- InvokeAction->CommandAction
| Assignee | ||
Comment 12•11 months ago
|
||
| Assignee | ||
Comment 13•11 months ago
|
||
Updated•11 months ago
|
Updated•11 months ago
|
Updated•11 months ago
|
Updated•11 months ago
|
Comment 14•11 months ago
|
||
Comment 15•11 months ago
|
||
Comment 16•11 months ago
|
||
Backed out for causing build bustages in CommandEvent.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/events/CommandEvent.cpp:15:10: error: use of undeclared identifier 'nsContentUtils'
| Assignee | ||
Updated•11 months ago
|
Comment 17•11 months ago
|
||
Comment 18•11 months ago
|
||
Comment 19•11 months ago
|
||
Reverted this because it was causing bp-nu bustages in CommandEvent.cpp.
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/events/CommandEvent.cpp(17,23): error: no member named 'dom_element_commandfor_enabled' in namespace 'mozilla::StaticPrefs'
| Assignee | ||
Updated•11 months ago
|
Comment 20•11 months ago
|
||
Comment 21•11 months ago
|
||
Comment 22•11 months ago
|
||
Backed out for causing build bustages @CommandEvent.cpp.
| Assignee | ||
Updated•11 months ago
|
Comment 23•11 months ago
|
||
Comment 24•11 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/bf2b15523abb
https://hg.mozilla.org/mozilla-central/rev/90975547494d
https://hg.mozilla.org/mozilla-central/rev/668c9dce117d
https://hg.mozilla.org/mozilla-central/rev/0b0ece5025dd
https://hg.mozilla.org/mozilla-central/rev/e47577d5654f
https://hg.mozilla.org/mozilla-central/rev/4c2744e092ba
https://hg.mozilla.org/mozilla-central/rev/7c462cdeeb06
https://hg.mozilla.org/mozilla-central/rev/da6cfc7c1ec0
https://hg.mozilla.org/mozilla-central/rev/0b0b068bbdd6
Updated•11 months ago
|
Description
•