Closed
Bug 1317771
Opened 8 years ago
Closed 8 years ago
remove all code #ifdef'd on SPS_STANDALONE
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: froydnj, Assigned: n.nethercote)
References
Details
Attachments
(2 files)
56.62 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
7.75 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
I don't think we're actually testing a SPS_STANDALONE build configuration, so we're sure to break it at some point...if it isn't broken already. Making this change would also remove a decent amount of clutter.
Updated•8 years ago
|
Blocks: profiler-cleanup
Assignee | ||
Comment 2•8 years ago
|
||
This patch removes all the |#ifndef SPS_STANDALONE| guards.
Attachment #8827714 -
Flags: review?(mstange)
Assignee | ||
Comment 3•8 years ago
|
||
This patch removes all the |#ifdef SPS_STANDALONE| blocks.
Attachment #8827715 -
Flags: review?(mstange)
Updated•8 years ago
|
Attachment #8827714 -
Flags: review?(mstange) → review+
Updated•8 years ago
|
Attachment #8827715 -
Flags: review?(mstange) → review+
Assignee | ||
Comment 4•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/450a6f20a957ebfadde152595142421c8202d896
Bug 1317771 (part 1) - Remove SPS_STANDALONE. r=mstange.
https://hg.mozilla.org/integration/mozilla-inbound/rev/fdfd2c64c77cdc3458660e3338e9e3c952f6f535
Bug 1317771 (part 2) - Remove SPS_STANDALONE. r=mstange.
Comment 5•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/450a6f20a957
https://hg.mozilla.org/mozilla-central/rev/fdfd2c64c77c
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•