Closed
Bug 904178
Opened 10 years ago
Closed 10 years ago
Cleanup includes in nsPIDOMWindow.h
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
(Blocks 1 open bug)
Details
Attachments
(6 files)
1.23 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
1.00 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
2.76 KB,
patch
|
wchen
:
review+
|
Details | Diff | Splinter Review |
1.16 KB,
patch
|
smichaud
:
review+
|
Details | Diff | Splinter Review |
2.41 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
16.33 KB,
patch
|
mounir
:
review+
|
Details | Diff | Splinter Review |
Bug 901132 comment 11 reports the following criticalities: 1851 dom/interfaces/xul/nsIDOMXULCommandDispatcher.idl 1849 dom/interfaces/base/nsIDOMLocation.idl 1226 dom/interfaces/core/nsIDOMDocument.idl 560 dom/interfaces/core/nsIDOMElement.idl 25 netwerk/base/public/nsIURI.idl
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #789609 -
Flags: review?(surkov.alexander)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #789610 -
Flags: review?(bugs)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #789614 -
Flags: review?(wchen)
Comment 4•10 years ago
|
||
Comment on attachment 789609 [details] [diff] [review] Part a: Use nsIDocument in logging::DocLoad Review of attachment 789609 [details] [diff] [review]: ----------------------------------------------------------------- ::: accessible/src/base/Logging.cpp @@ +396,5 @@ > MsgEnd(); > return; > } > > + nsCOMPtr<nsIDocument> documentNode = window->GetDoc(); you don't need nsCOMPtr
Attachment #789609 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #789617 -
Flags: review?
Assignee | ||
Updated•10 years ago
|
Attachment #789617 -
Flags: review? → review?(smichaud)
Updated•10 years ago
|
Attachment #789610 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #789618 -
Flags: review?(dzbarsky)
Assignee | ||
Comment 7•10 years ago
|
||
Attachment #789621 -
Flags: review?(mounir)
Updated•10 years ago
|
Attachment #789617 -
Flags: review?(smichaud) → review+
Assignee | ||
Updated•10 years ago
|
Blocks: includehell
Updated•10 years ago
|
Attachment #789614 -
Flags: review?(wchen) → review+
Comment 8•10 years ago
|
||
Comment on attachment 789621 [details] [diff] [review] Part f: Remove some includes from nsPIDOMWindow.h Review of attachment 789621 [details] [diff] [review]: ----------------------------------------------------------------- Thanks :)
Attachment #789621 -
Flags: review?(mounir) → review+
Assignee | ||
Comment 9•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4aa0ac960f13 https://hg.mozilla.org/mozilla-central/rev/93500f208103 https://hg.mozilla.org/mozilla-central/rev/9481576bf939 https://hg.mozilla.org/mozilla-central/rev/3c61cc01a3b1
Flags: in-testsuite-
Updated•10 years ago
|
Attachment #789618 -
Flags: review?(dzbarsky) → review+
Assignee | ||
Comment 10•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/625ec8bb4155 https://hg.mozilla.org/mozilla-central/rev/c50cc0eeb5da
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•