Closed
Bug 906852
Opened 12 years ago
Closed 12 years ago
Make layout/style/nsFontFaceLoader.* follow layout code style
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: MatsPalmgren_bugz, Assigned: poiru)
Details
Attachments
(1 file, 1 obsolete file)
20.01 KB,
patch
|
poiru
:
review+
|
Details | Diff | Splinter Review |
The '*' should go with the type, so all occurrences of "T *name" should
be changed to "T* name".
Reporter | ||
Updated•12 years ago
|
Summary: Make layout/style/ImageLoader.* follow layout code style → Make layout/style/nsFontFaceLoader.* follow layout code style
Assignee | ||
Comment 1•12 years ago
|
||
Pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=990c23015604
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 809225 [details] [diff] [review]
Make layout/style/nsFontFaceLoader.* pointer notation follow layout code style
Thanks, r=mats
Attachment #809225 -
Flags: review?(matspal) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #809225 -
Attachment is obsolete: true
Attachment #809641 -
Flags: review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•