Closed
Bug 1302093
Opened 9 years ago
Closed 9 years ago
Move function bodies from InputData.h to InputData.cpp
Categories
(Core :: Widget, defect)
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
Details
Attachments
(1 file)
InputData.h is used in a lot of places, and I often find myself doing long rebuilds because I touched something or the other in the method bodies. We should move those bodies to the .cpp file. I have a patch that does this and cleans up some formatting as well.
| Assignee | ||
Updated•9 years ago
|
Summary: Move function bodes from InputData.h to InputData.cpp → Move function bodies from InputData.h to InputData.cpp
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•9 years ago
|
||
^ no functional changes. The diff for the .cpp might be a bit hard to read because I rearranged some of the functions so they're in the same order as in the .h file.
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8790266 [details]
Bug 1302093 - Move all the method bodies from InputData.h to InputData.cpp to avoid rebuilding the world for itty-bitty changes.
https://reviewboard.mozilla.org/r/78172/#review76640
Yeah, mozreview didn't do the best job of figuring out what happened in the cpp file, but this looks good.
Attachment #8790266 -
Flags: review?(mstange) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7351b2e1dacc
Move all the method bodies from InputData.h to InputData.cpp to avoid rebuilding the world for itty-bitty changes. r=mstange
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•