Closed
Bug 724453
Opened 13 years ago
Closed 13 years ago
nsTextFrameThebes assumes wrong bool size
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: spectre, Assigned: spectre)
Details
Attachments
(1 file)
2.66 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
From bug 720350, a two-line patch to fix bool size issues in nsTextFrameThebes. The other bug I was tracking in content/base/src/nsLineBreaker.cpp was already fixed.
Assignee | ||
Updated•13 years ago
|
Attachment #594619 -
Attachment is patch: true
Attachment #594619 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 1•13 years ago
|
||
Er, three, even.
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 594619 [details] [diff] [review]
Use sizeof(bool) with memset()
r=me
Attachment #594619 -
Flags: review?(bzbarsky) → review+
Updated•13 years ago
|
Assignee: nobody → spectre
Updated•13 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [autoland-try]
Version: unspecified → Trunk
Updated•13 years ago
|
Whiteboard: [autoland-try] → [autoland-in-queue]
Comment 4•13 years ago
|
||
Autoland Patchset:
Patches: 594619
Branch: mozilla-central => try
Destination: http://hg.mozilla.org/try/rev/811d13c9ada2
Try run started, revision 811d13c9ada2. To cancel or monitor the job, see: https://tbpl.mozilla.org/?tree=Try&rev=811d13c9ada2
![]() |
||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Try run for 811d13c9ada2 is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=811d13c9ada2
Results (out of 207 total builds):
exception: 1
success: 187
warnings: 19
Builds (or logs if builds failed) available at:
http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/autolanduser@mozilla.com-811d13c9ada2
Timed out after 06 hours without completing.
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [autoland-in-queue]
Updated•7 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
•