Closed
Bug 1419247
Opened 8 years ago
Closed 8 years ago
Allow Stringify() to support nsSize.
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: tommykuo, Assigned: tommykuo)
Details
Attachments
(1 file)
Allow us to use Stringify() with nsSize.
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8930331 -
Flags: review?(mtseng)
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → kuoe0
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8930331 [details]
Bug 1419247 - Allow Stringify() to support nsSize.
https://reviewboard.mozilla.org/r/201470/#review206616
Attachment #8930331 -
Flags: review?(mtseng) → review+
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8930331 [details]
Bug 1419247 - Allow Stringify() to support nsSize.
https://reviewboard.mozilla.org/r/201470/#review206622
::: gfx/layers/LayersLogging.cpp:113
(Diff revision 2)
> + aStream << pfx;
> + aStream << nsPrintfCString(
> + "(w=%d, h=%d)",
> + sz.width, sz.height).get();
> + aStream << sfx;
> +}
Nit: A blank line here, please.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 8•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8930331 [details]
Bug 1419247 - Allow Stringify() to support nsSize.
https://reviewboard.mozilla.org/r/201470/#review206628
carry r+
Attachment #8930331 -
Flags: review+
Pushed by tokuo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/476e4e86e9df
Allow Stringify() to support nsSize. r=mtseng
Comment 10•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•