Closed
Bug 904695
Opened 11 years ago
Closed 11 years ago
Don't include nsReadableUtils.h in nsContentUtils.h
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
The most pointless review request ever. Does what it says on the can. Whoever r+'es first wins!
Attachment #789679 -
Flags: review?(khuey)
Attachment #789679 -
Flags: review?(justin.lebar+bug)
Attachment #789679 -
Flags: review?(Ms2ger)
Comment 2•11 years ago
|
||
You're still transitively including it.
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to comment #2)
> You're still transitively including it.
Through which header?
Comment 4•11 years ago
|
||
nsContentUtils.h -> nsContentListDeclarations.h -> nsStringGlue.h -> nsReadableUtils.h
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to comment #4)
> nsContentUtils.h -> nsContentListDeclarations.h -> nsStringGlue.h ->
> nsReadableUtils.h
Alright.
Comment on attachment 789679 [details] [diff] [review]
Patch (v1)
nsContentListDeclarations.h should be able to use nsStringFwd.h, I think.
Anyways as is the patch doesn't accomplish anything.
Attachment #789679 -
Flags: review?(khuey)
Attachment #789679 -
Flags: review?(justin.lebar+bug)
Attachment #789679 -
Flags: review?(Ms2ger)
Assignee | ||
Comment 7•11 years ago
|
||
This does get the job done!
Attachment #789679 -
Attachment is obsolete: true
Attachment #791415 -
Flags: review?(khuey)
Comment 8•11 years ago
|
||
Comment on attachment 791415 [details] [diff] [review]
Patch (v2)
Review of attachment 791415 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/base/public/HTMLSplitOnSpacesTokenizer.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 HTMLSplitOnSpacesTokenizer_h__
> +#define HTMLSplitOnSpacesTokenizer_h__
No trailing underscores per the style guide.
Assignee | ||
Comment 9•11 years ago
|
||
(In reply to comment #8)
> Comment on attachment 791415 [details] [diff] [review]
> --> https://bugzilla.mozilla.org/attachment.cgi?id=791415
> Patch (v2)
>
> Review of attachment 791415 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: content/base/public/HTMLSplitOnSpacesTokenizer.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 HTMLSplitOnSpacesTokenizer_h__
> > +#define HTMLSplitOnSpacesTokenizer_h__
>
> No trailing underscores per the style guide.
OK, this is the first time I'm hearing about this rule though, not sure why we have it...
Assignee | ||
Comment 10•11 years ago
|
||
Added the missing header, and addressed Ms2ger's nit.
Attachment #791415 -
Attachment is obsolete: true
Attachment #791415 -
Flags: review?(khuey)
Attachment #791453 -
Flags: review?(khuey)
Comment on attachment 791453 [details] [diff] [review]
Patch (v3)
I'm going to delegate this one to Ms2ger.
Attachment #791453 -
Flags: review?(khuey) → review?(Ms2ger)
Assignee | ||
Comment 12•11 years ago
|
||
Comment on attachment 791453 [details] [diff] [review]
Patch (v3)
Over to jst, since Ms2ger said he probably won't get to this before Friday, and I really don't want to spend time unbitrotting this again... :/
Attachment #791453 -
Flags: review?(Ms2ger) → review?(jst)
Updated•11 years ago
|
Attachment #791453 -
Flags: review?(jst) → review+
Assignee | ||
Comment 13•11 years ago
|
||
Comment 14•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
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
•