Open
Bug 801357
Opened 13 years ago
Updated 3 years ago
Remove nsIScriptContext::Get/SetProcessingScriptTag()
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
REOPENED
mozilla19
People
(Reporter: torisugari, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
|
5.22 KB,
patch
|
Details | Diff | Splinter Review |
No one uses Get/SetProcessingScriptTag() unless bug 754029 backouts.
| Reporter | ||
Comment 1•13 years ago
|
||
| Reporter | ||
Comment 2•13 years ago
|
||
Comment on attachment 671158 [details] [diff] [review]
p
I'm not too sure when to land though. A few days?
Attachment #671158 -
Flags: review?(bugs)
Comment 3•13 years ago
|
||
Comment on attachment 671158 [details] [diff] [review]
p
Review of attachment 671158 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/base/src/nsScriptLoader.cpp
@@ -854,5 @@
>
> JSContext *cx = nullptr; // Initialize this to keep GCC happy.
> cx = context->GetNativeContext();
> JSAutoRequest ar(cx);
> - context->SetProcessingScriptTag(oldProcessingScriptTag);
You can also remove the three lines above this one.
Updated•13 years ago
|
Attachment #671158 -
Flags: review?(bugs) → review+
| Reporter | ||
Comment 4•13 years ago
|
||
Thanks. Now all I understand is JSAutoRequest() is very mysterious...
Attachment #671158 -
Attachment is obsolete: true
| Reporter | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 7•12 years ago
|
||
(In reply to O. Atsushi (Torisugari) from comment #0)
> No one uses Get/SetProcessingScriptTag() unless bug 754029 backouts.
Which it was: https://hg.mozilla.org/mozilla-central/rev/b695e94363b5
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Comment 8•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: torisugari → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•