Closed
Bug 1288823
Opened 9 years ago
Closed 9 years ago
Various XPConnect cleanups
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(7 files)
1.08 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
4.05 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
9.97 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
9.13 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
4.33 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
1.59 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
1.18 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
I came across some unused functions, plus a few other things, while digging through xpcprivate.h.
Assignee | ||
Comment 1•9 years ago
|
||
There's a bunch of patches, but there's nothing fancy going on.
try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6fdb87155d07
Attachment #8774053 -
Flags: review?(mrbkap)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8774054 -
Flags: review?(mrbkap)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8774055 -
Flags: review?(mrbkap)
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8774056 -
Flags: review?(mrbkap)
Assignee | ||
Comment 5•9 years ago
|
||
Attachment #8774057 -
Flags: review?(mrbkap)
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8774058 -
Flags: review?(mrbkap)
Assignee | ||
Comment 7•9 years ago
|
||
This ctor is only called in one place, with one argument.
Attachment #8774059 -
Flags: review?(mrbkap)
Updated•9 years ago
|
Attachment #8774053 -
Flags: review?(mrbkap) → review+
Updated•9 years ago
|
Attachment #8774054 -
Flags: review?(mrbkap) → review+
Updated•9 years ago
|
Attachment #8774055 -
Flags: review?(mrbkap) → review+
Updated•9 years ago
|
Attachment #8774056 -
Flags: review?(mrbkap) → review+
Updated•9 years ago
|
Attachment #8774057 -
Flags: review?(mrbkap) → review+
Updated•9 years ago
|
Attachment #8774058 -
Flags: review?(mrbkap) → review+
Updated•9 years ago
|
Attachment #8774059 -
Flags: review?(mrbkap) → review+
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/76dd054b8a00
part 1 - Use doSweep more consistently in XPCJSRuntime::FinalizeCallback. r=mrbkap
https://hg.mozilla.org/integration/mozilla-inbound/rev/9b1b7128fc7b
part 2 - Remove unused #defines from xpcprivate.h. r=mrbkap
https://hg.mozilla.org/integration/mozilla-inbound/rev/16f9e46e63bf
part 3 - Mark more classes final in xpcprivate.h. r=mrbkap
https://hg.mozilla.org/integration/mozilla-inbound/rev/6485be343d0c
part 4 - Mark things delete in XPConnect. r=mrbkap
https://hg.mozilla.org/integration/mozilla-inbound/rev/db8960bd95ac
part 5 - Remove the unused XPCWrappedNativeProto::mClassInfoFlags. r=mrbkap
https://hg.mozilla.org/integration/mozilla-inbound/rev/8c20c62cfabd
part 6 - Remove unused methods from XPCNativeScriptableInfo and XPCWrappedNativeProto. r=mrbkap
https://hg.mozilla.org/integration/mozilla-inbound/rev/51d3deee1f32
part 7 - Fix XPCNativeScriptableInfo ctor arguments. r=mrbkap
Comment 9•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/76dd054b8a00
https://hg.mozilla.org/mozilla-central/rev/9b1b7128fc7b
https://hg.mozilla.org/mozilla-central/rev/16f9e46e63bf
https://hg.mozilla.org/mozilla-central/rev/6485be343d0c
https://hg.mozilla.org/mozilla-central/rev/db8960bd95ac
https://hg.mozilla.org/mozilla-central/rev/8c20c62cfabd
https://hg.mozilla.org/mozilla-central/rev/51d3deee1f32
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•