Closed
Bug 1233208
Opened 6 years ago
Closed 6 years ago
IOInterposer is enabled in beta
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla46
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
|
881 bytes,
patch
|
froydnj
:
review+
ritu
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
lizzard
:
approval-mozilla-release-
|
Details | Diff | Splinter Review |
That was never intended but I think it inadvertently happened due to some changes to when MOZ_ENABLE_PROFILER_SPS is set. Let's change the ifdefs to make this more sensible.
| Assignee | ||
Comment 1•6 years ago
|
||
Attachment #8699196 -
Flags: review?(nfroyd)
Comment 2•6 years ago
|
||
Comment on attachment 8699196 [details] [diff] [review] Change define to use RELEASE_BUILD Review of attachment 8699196 [details] [diff] [review]: ----------------------------------------------------------------- Good catch.
Attachment #8699196 -
Flags: review?(nfroyd) → review+
| Assignee | ||
Comment 4•6 years ago
|
||
Comment on attachment 8699196 [details] [diff] [review] Change define to use RELEASE_BUILD (Adding release to suggest that this be a ride-along to any 43 chemspill) Approval Request Comment [Feature/regressing bug #]: IOInterposer [User impact if declined]: Slower performance due to I/O reporting functionality being mistakenly enabled in Beta/Release [Describe test coverage new/current, TreeHerder]: Any test that does file I/O will interact with the affected code, so I'd say it has extensive coverage. [Risks and why]: Low, just disables something that used to be disabled previously. [String/UUID change made/needed]: None
Attachment #8699196 -
Flags: approval-mozilla-release?
Attachment #8699196 -
Flags: approval-mozilla-beta?
Attachment #8699196 -
Flags: approval-mozilla-aurora?
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6aa41697cb73
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Comment on attachment 8699196 [details] [diff] [review] Change define to use RELEASE_BUILD Makes sense, taking it. Beta44+, Aurora45+
Attachment #8699196 -
Flags: approval-mozilla-beta?
Attachment #8699196 -
Flags: approval-mozilla-beta+
Attachment #8699196 -
Flags: approval-mozilla-aurora?
Attachment #8699196 -
Flags: approval-mozilla-aurora+
status-firefox44:
--- → affected
status-firefox45:
--- → affected
Comment 7•6 years ago
|
||
| bugherderuplift | ||
https://hg.mozilla.org/releases/mozilla-beta/rev/71d087ecddc0
Comment on attachment 8699196 [details] [diff] [review] Change define to use RELEASE_BUILD This looks great but I want to minimize any more risk in 43.0.2. Good that we're fixing it in 44 though.
Attachment #8699196 -
Flags: approval-mozilla-release? → approval-mozilla-release-
Comment 9•6 years ago
|
||
| bugherderuplift | ||
https://hg.mozilla.org/releases/mozilla-aurora/rev/7d7176ca2470
Comment 10•6 years ago
|
||
| bugherderuplift | ||
https://hg.mozilla.org/releases/mozilla-b2g44_v2_5/rev/71d087ecddc0
status-b2g-v2.5:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•