Closed
Bug 1324035
Opened 8 years ago
Closed 8 years ago
Stop using ThreadSafeIsCallerChrome in nsMimeTypeArray and nsPluginArray
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
7.09 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
8.07 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
6.24 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
8.31 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
Use CallerType instead.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8819362 -
Flags: review?(kyle)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8819364 -
Flags: review?(kyle)
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8819365 -
Flags: review?(kyle)
Assignee | ||
Comment 4•8 years ago
|
||
Attachment #8819366 -
Flags: review?(kyle)
Updated•8 years ago
|
Attachment #8819362 -
Flags: review?(kyle) → review+
Updated•8 years ago
|
Attachment #8819364 -
Flags: review?(kyle) → review+
Updated•8 years ago
|
Attachment #8819365 -
Flags: review?(kyle) → review+
Updated•8 years ago
|
Attachment #8819366 -
Flags: review?(kyle) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/108b378e3508
part 1. Fix codegen to pass a CallerType to Length() calls that are generated for indexed getters if the indexed getter itself needs a CallerType. r=qdot
https://hg.mozilla.org/integration/mozilla-inbound/rev/2507af1c9c82
part 2. Stop using nsContentUtils::ThreadSafeIsCallerChrome in nsMimeTypeArray. r=qdot
https://hg.mozilla.org/integration/mozilla-inbound/rev/414b97796bb7
part 3. Stop using nsContentUtils::ThreadSafeIsCallerChrome in nsPluginArray. r=qdot
https://hg.mozilla.org/integration/mozilla-inbound/rev/13f20e14bb7e
part 4. Change nsContentUtils::ResistFingerprinting to just take a dom::CallerType instead of having all its consumers check it. r=qdot
Comment 6•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/108b378e3508
https://hg.mozilla.org/mozilla-central/rev/2507af1c9c82
https://hg.mozilla.org/mozilla-central/rev/414b97796bb7
https://hg.mozilla.org/mozilla-central/rev/13f20e14bb7e
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•