Closed
Bug 1680167
Opened 4 years ago
Closed 4 years ago
Mark nsFocusManager::SetFocus as MOZ_CAN_RUN_SCRIPT
Categories
(Core :: DOM: UI Events & Focus Handling, task, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
Attachments
(9 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Because it can fire a synchronous focus event.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → krosylight
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Updated•4 years ago
|
Component: DOM: Core & HTML → DOM: UI Events & Focus Handling
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D98624
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D98625
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D98626
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D98627
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D98628
Assignee | ||
Comment 7•4 years ago
|
||
Depends on D98629
Assignee | ||
Comment 8•4 years ago
|
||
Depends on D98630
Assignee | ||
Comment 9•4 years ago
|
||
Depends on D98631
Comment 10•4 years ago
|
||
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2674197fb4e7
Part 1: MOZ_CAN_RUN_SCRIPT_BOUNDARY in accessible/ r=masayuki
https://hg.mozilla.org/integration/autoland/rev/94342ecd2ca3
Part 2: MOZ_CAN_RUN_SCRIPT in dom/html r=masayuki
https://hg.mozilla.org/integration/autoland/rev/7a8a4aad88d4
Part 3: MOZ_CAN_RUN_SCRIPT_BOUNDARY in dom/base r=masayuki
https://hg.mozilla.org/integration/autoland/rev/d6580f14dc79
Part 4: MOZ_CAN_RUN_SCRIPT in dom/xul r=masayuki
https://hg.mozilla.org/integration/autoland/rev/95de969a1cef
Part 5: MOZ_CAN_RUN_SCRIPT_BOUNDARY in dom/* r=masayuki
https://hg.mozilla.org/integration/autoland/rev/1a52669779d5
Part 6: Use RefPtr for nsFocusManager in editor r=masayuki
https://hg.mozilla.org/integration/autoland/rev/e8be9b56e318
Part 7: MOZ_CAN_RUN_SCRIPT_BOUNDARY in layout r=masayuki
https://hg.mozilla.org/integration/autoland/rev/fa5112de4b90
Part 8: MOZ_CAN_RUN_SCRIPT_BOUNDARY in toolkit r=masayuki
https://hg.mozilla.org/integration/autoland/rev/298d9590e8c9
Part 9: Mark setFocus() as [can_run_script] r=masayuki
Comment 11•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2674197fb4e7
https://hg.mozilla.org/mozilla-central/rev/94342ecd2ca3
https://hg.mozilla.org/mozilla-central/rev/7a8a4aad88d4
https://hg.mozilla.org/mozilla-central/rev/d6580f14dc79
https://hg.mozilla.org/mozilla-central/rev/95de969a1cef
https://hg.mozilla.org/mozilla-central/rev/1a52669779d5
https://hg.mozilla.org/mozilla-central/rev/e8be9b56e318
https://hg.mozilla.org/mozilla-central/rev/fa5112de4b90
https://hg.mozilla.org/mozilla-central/rev/298d9590e8c9
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•