Closed
Bug 538362
Opened 14 years ago
Closed 13 years ago
rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b1
People
(Reporter: smaug, Assigned: Ms2ger)
References
Details
Attachments
(1 file, 2 obsolete files)
107.16 KB,
patch
|
Details | Diff | Splinter Review |
.
Assignee | ||
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•14 years ago
|
||
Comment on attachment 450928 [details] [diff] [review] Patch >--- a/accessible/src/base/nsAccessibilityService.cpp >+++ b/accessible/src/base/nsAccessibilityService.cpp >@@ -198,21 +198,21 @@ nsAccessibilityService::GetInfo(nsIFrame > nsIContent* content = aFrame->GetContent(); > if (!content) > return NS_ERROR_FAILURE; > > nsIDocument* document = content->GetOwnerDoc(); > if (!document) > return NS_ERROR_FAILURE; > >- NS_ASSERTION(document->GetPrimaryShell(),"Error no shells!"); >+ NS_ASSERTION(document->GetShell(),"Error no shells!"); Want to fix the assertion comment. shells -> shell (The assertion seems bogus, but I don't know a11y code well enough to be sure.) >diff --git a/content/base/public/nsIDocument.h b/content/base/public/nsIDocument.h >--- a/content/base/public/nsIDocument.h >+++ b/content/base/public/nsIDocument.h You're changing an interface so please update NS_IDOCUMENT_IID http://mozilla.pettay.fi/cgi-bin/mozuuid.pl gives it in js and C++ form.
Attachment #450928 -
Flags: review?(Olli.Pettay) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 4•13 years ago
|
||
bz added a new consumer in <http://hg.mozilla.org/mozilla-central/rev/dee1e84a95aa>, fixing that.
Attachment #450941 -
Attachment is obsolete: true
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 5•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/0dd4e086cea5
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a6
Assignee | ||
Updated•13 years ago
|
Flags: in-testsuite-
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•