Closed
Bug 906852
Opened 10 years ago
Closed 10 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•10 years ago
|
Summary: Make layout/style/ImageLoader.* follow layout code style → Make layout/style/nsFontFaceLoader.* follow layout code style
Assignee | ||
Comment 1•10 years ago
|
||
Pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=990c23015604
Reporter | ||
Comment 2•10 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•10 years ago
|
||
Attachment #809225 -
Attachment is obsolete: true
Attachment #809641 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/eb18a564629a
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/eb18a564629a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•