Closed
Bug 1619914
Opened 6 years ago
Closed 6 years ago
Mark `nsITransaction::DoTransaction()`, `nsITransaction::UndoTransaction()`, `nsITransaction::RedoTransaction()` and its callers as `MOZ_CAN_RUN_SCRIPT`
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Updated•6 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Depends on D69302
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/876b1031a6ae
part 1: Make each transaction class grab their members with local variable before touching the DOM tree r=m_kato
https://hg.mozilla.org/integration/autoland/rev/d3816f82c0b9
part 2: Mark transaction class methods and their caller methods as `MOZ_CAN_RUN_SCRIPT r=m_kato
Comment 4•6 years ago
|
||
Backed out 2 changesets for causing gtest failures regarding TransactionManager.
Backout link: https://hg.mozilla.org/integration/autoland/rev/efd779b64b3fadfea4b6569490a3cd5546acba1a
Failure log:
Flags: needinfo?(masayuki)
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/ce2087ddab5c
part 1: Make each transaction class grab their members with local variable before touching the DOM tree r=m_kato
https://hg.mozilla.org/integration/autoland/rev/b9ebe58001d7
part 2: Mark transaction class methods and their caller methods as `MOZ_CAN_RUN_SCRIPT r=m_kato
Comment 6•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ce2087ddab5c
https://hg.mozilla.org/mozilla-central/rev/b9ebe58001d7
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/f511a27de53a
mark AddMarkAllReadUndoAction with MOZ_CAN_RUN_SCRIPT to make Thunderbird build again. rs=bustage-fix
| Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(masayuki)
You need to log in
before you can comment on or make changes to this bug.
Description
•