Closed
Bug 252755
Opened 21 years ago
Closed 21 years ago
Tidy nsIDOMClassInfo.h and nsDOMClassInfo.cpp
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file, 2 obsolete files)
|
35.72 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Bug for putting the SVG parts of these two files in alphabetical order and
removing trailing whitespace from all lines in the files.
| Assignee | ||
Updated•21 years ago
|
Assignee: alex → jonathan.watt
| Assignee | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Comment 2•21 years ago
|
||
| Assignee | ||
Updated•21 years ago
|
Attachment #154092 -
Flags: superreview?(jst)
| Assignee | ||
Comment 3•21 years ago
|
||
I've been asked not to make massive changes to whitespace for its own sake, so
here's a new patch without the ws changes.
Attachment #154091 -
Attachment is obsolete: true
Attachment #154092 -
Attachment is obsolete: true
| Assignee | ||
Updated•21 years ago
|
Attachment #154092 -
Flags: superreview?(jst)
| Assignee | ||
Updated•21 years ago
|
Attachment #154112 -
Flags: superreview?(jst)
Attachment #154112 -
Flags: review?(alex)
| Assignee | ||
Comment 4•21 years ago
|
||
jst, bz has pointed out
http://lxr.mozilla.org/seamonkey/source/dom/public/nsIDOMClassInfo.h#195 to me.
Is it okay to be doing this since it only applied to SVG, or will putting things
in order cause problems for anyone building/running an SVG enabled mozilla? That
comment doesn't explain why binary compatibility is desirable.
Comment 5•21 years ago
|
||
Yeah, that's fine... the binary compatibility here is pretty bogus, so feel free
to move things around for SVG.
| Assignee | ||
Comment 6•21 years ago
|
||
Thanks jst.
Confirming I didn't have any problems when browsing through
croczilla.com/svg/samples.
Comment 7•21 years ago
|
||
Comment on attachment 154112 [details] [diff] [review]
patch without whitespace changes
r+sr=jst
Attachment #154112 -
Flags: superreview?(jst)
Attachment #154112 -
Flags: superreview+
Attachment #154112 -
Flags: review?(alex)
Attachment #154112 -
Flags: review+
Comment 8•21 years ago
|
||
Checking in mozilla/dom/public/nsIDOMClassInfo.h;
/cvsroot/mozilla/dom/public/nsIDOMClassInfo.h,v <-- nsIDOMClassInfo.h
new revision: 1.50; previous revision: 1.49
done
Checking in mozilla/dom/src/base/nsDOMClassInfo.cpp;
/cvsroot/mozilla/dom/src/base/nsDOMClassInfo.cpp,v <-- nsDOMClassInfo.cpp
new revision: 1.226; previous revision: 1.225
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•