Closed
Bug 962505
Opened 11 years ago
Closed 11 years ago
fix display list printing to play nicely with fennec and b2g
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: tnikkel, Assigned: tnikkel)
Details
Attachments
(2 files)
12.95 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
5.11 KB,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
The output for a single fprintf_stderr call ends up on its own line in the logcat output even if there is no newline in the string. So we have to create the the whole and then output it at once. Printing out indentation spaces makes the output somewhat hard to interpret.
Attachment #8363566 -
Flags: review?(matspal)
Comment 1•11 years ago
|
||
Comment on attachment 8363566 [details] [diff] [review]
patch
While you're here, please add MOZ_OVERRIDE on the first WriteDebugInfo
in layout/base/nsDisplayList.h too.
Same comment as before regarding nsAutoCString.
Attachment #8363566 -
Flags: review?(matspal) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Putting this in here because it's small and not worth another bug.
Attachment #8364868 -
Flags: review?(matspal)
Updated•11 years ago
|
Attachment #8364868 -
Flags: review?(matspal) → review+
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Mats Palmgren (:mats) from comment #1)
> Comment on attachment 8363566 [details] [diff] [review]
> patch
>
> While you're here, please add MOZ_OVERRIDE on the first WriteDebugInfo
> in layout/base/nsDisplayList.h too.
I'm not sure what you mean here, all the WriteDebugInfo have MOZ_OVERRIDE that I can tell, except for the original declaration, which isn't an override.
> Same comment as before regarding nsAutoCString.
Done.
Comment 4•11 years ago
|
||
Sorry, I didn't realize the first one was actually the root.
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b7f02d545988
https://hg.mozilla.org/mozilla-central/rev/bd61bfb42d02
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•