Closed
Bug 1615296
Opened 5 years ago
Closed 4 years ago
Add `MOZ_CAN_RUN_SCRIPT` annotations to `Selection::Collapse` methods
Categories
(Core :: DOM: Selection, enhancement)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: mbrodesser-Igalia, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
Requires adapting some of the callers.
Add MOZ_CAN_RUN_SCRIPT_BOUNDARY
for Selection::CollapseJS
too.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D93597
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D93598
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D93599
Updated•4 years ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Updated•4 years ago
|
Attachment #9181673 -
Attachment is obsolete: true
Updated•4 years ago
|
Attachment #9181674 -
Attachment description: Bug 1615296 - Part 2: Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from Selection → Bug 1615296 - Part 1: Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from Selection
Updated•4 years ago
|
Attachment #9181675 -
Attachment description: Bug 1615296 - Part 3: Fix MOZ_CAN_RUN_SCRIPT warnings in editor module → Bug 1615296 - Part 2: Fix MOZ_CAN_RUN_SCRIPT warnings in editor module
Updated•4 years ago
|
Attachment #9181676 -
Attachment description: Bug 1615296 - Part 4: Fix remaining MOZ_CAN_RUN_SCRIPT warnings → Bug 1615296 - Part 3: Fix remaining MOZ_CAN_RUN_SCRIPT warnings
Updated•4 years ago
|
Attachment #9181674 -
Attachment description: Bug 1615296 - Part 1: Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from Selection → Bug 1615296 - Part 1: Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from Selection::Collapse
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e9136664b05f
Part 1: Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from Selection::Collapse r=masayuki
https://hg.mozilla.org/integration/autoland/rev/62870d2afcd3
Part 2: Fix MOZ_CAN_RUN_SCRIPT warnings in editor module r=masayuki
https://hg.mozilla.org/integration/autoland/rev/8c5c9f850b9d
Part 3: Fix remaining MOZ_CAN_RUN_SCRIPT warnings r=emilio
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e9136664b05f
https://hg.mozilla.org/mozilla-central/rev/62870d2afcd3
https://hg.mozilla.org/mozilla-central/rev/8c5c9f850b9d
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/bc33f426917c
adjust Thunderbird to Selection::Collapse MOZ_CAN_RUN_SCRIPT annotations. rs=bustage-fix DONTBUILD
You need to log in
before you can comment on or make changes to this bug.
Description
•