Closed
Bug 1415741
Opened 8 years ago
Closed 8 years ago
Stop using the MOZ_DEBUG env var in nsToolkit::RegisterForAllProcessMouseEvents
Categories
(Core :: Widget: Cocoa, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
It keeps causing problems at build time: see bug 861453, bug 1281603, bug 1415686.
We should just use a string that doesn't have special meaning to our build system instead.
| Assignee | ||
Comment 1•8 years ago
|
||
MozReview-Commit-ID: BgFpmE2Juom
Attachment #8928288 -
Flags: review?(mstange)
Updated•8 years ago
|
Attachment #8928288 -
Flags: review?(mstange) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f46e5a93d510
Switch to a different env var, not MOZ_DEBUG, for disabling mouse event taps on Mac. r=mstange
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•