Closed
Bug 826703
Opened 13 years ago
Closed 13 years ago
Convert CDATA sections and processing instructions to WebIDL
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
Tracking | Status | |
---|---|---|
firefox19 | --- | unaffected |
firefox20 | + | fixed |
firefox21 | --- | fixed |
firefox-esr17 | --- | unaffected |
b2g18 | --- | unaffected |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
(Keywords: regression, sec-critical, Whiteboard: [adv-main20-])
Attachments
(4 files, 1 obsolete file)
10.19 KB,
patch
|
peterv
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
9.61 KB,
patch
|
peterv
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
20.13 KB,
patch
|
peterv
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
10.67 KB,
patch
|
peterv
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
If we do that, we can nix so hasXPConnectImpls bits.
![]() |
Assignee | |
Updated•13 years ago
|
Whiteboard: [need review]
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #697936 -
Flags: review?(peterv)
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Attachment #697937 -
Flags: review?(peterv)
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Attachment #697938 -
Flags: review?(peterv)
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Attachment #697939 -
Flags: review?(peterv)
Comment 5•13 years ago
|
||
Comment on attachment 697938 [details] [diff] [review]
part 3. Rename nsXMLProcessingInstruction to mozilla::dom::ProcessingInstruction.
Review of attachment 697938 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/xml/content/src/nsXMLProcessingInstruction.cpp
@@ +141,1 @@
> bool aDumpAll) const
Indentation
::: content/xml/content/src/nsXMLProcessingInstruction.h
@@ +3,5 @@
> * License, v. 2.0. If a copy of the MPL was not distributed with this
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
>
> +#ifndef mozilla_dom_XMLProcessingInstruction_h
> +#define mozilla_dom_XMLProcessingInstruction_h
Drop the XML
![]() |
Assignee | |
Comment 6•13 years ago
|
||
Fixed those nits.
![]() |
Assignee | |
Comment 7•13 years ago
|
||
Attachment #698197 -
Flags: review?(peterv)
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #697939 -
Attachment is obsolete: true
Attachment #697939 -
Flags: review?(peterv)
Updated•13 years ago
|
Attachment #697936 -
Flags: review?(peterv) → review+
Updated•13 years ago
|
Attachment #697937 -
Flags: review?(peterv) → review+
Updated•13 years ago
|
Attachment #697938 -
Flags: review?(peterv) → review+
Updated•13 years ago
|
Attachment #698197 -
Flags: review?(peterv) → review+
![]() |
Assignee | |
Comment 8•13 years ago
|
||
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/fe88a7f31340
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/f9288409f219
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/0af1ffafa95d
remote: https://hg.mozilla.org/integration/mozilla-inbound/rev/279436817e2a
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla21
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #697936 -
Flags: approval-mozilla-aurora?
![]() |
Assignee | |
Comment 9•13 years ago
|
||
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 824823
User impact if declined: Probably expoitable, given bug 827468
Testing completed (on m-c, etc.): Green on inbound.
Risk to taking this patch (and alternatives if risky): I think this is low-risk. The
alternative is to back out the CharacterData and Text parts of bug 824823, which is
probably just as much risk.
String or UUID changes made by this patch: None.
Note: Private comment, since nothing else here indicates any sort of security thing....
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #697937 -
Flags: approval-mozilla-aurora?
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #697938 -
Flags: approval-mozilla-aurora?
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #698197 -
Flags: approval-mozilla-aurora?
![]() |
Assignee | |
Comment 10•13 years ago
|
||
Aand just closing this up, since bug 827468 just got marked sec-sensitive.
Group: core-security
Comment 9 is private:
false
Comment 11•13 years ago
|
||
Updated•13 years ago
|
status-firefox19:
--- → unaffected
status-firefox20:
--- → affected
tracking-firefox20:
--- → ?
Keywords: regression,
sec-critical
Updated•13 years ago
|
status-b2g18:
--- → unaffected
status-firefox-esr17:
--- → unaffected
Updated•13 years ago
|
Comment 12•13 years ago
|
||
Comment on attachment 697936 [details] [diff] [review]
part 1. Rename nsXMLCDATASection to mozilla::dom::CDATASection.
Approving on aurora considering it is sec-crit & the back-out of the regression is equally risky.
Attachment #697936 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•13 years ago
|
Attachment #697937 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•13 years ago
|
Attachment #697938 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•13 years ago
|
Attachment #698197 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 13•13 years ago
|
||
Updated•12 years ago
|
Whiteboard: [adv-main20-]
Updated•12 years ago
|
Group: core-security
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
•