Closed
Bug 982552
Opened 11 years ago
Closed 11 years ago
MOZ_DEBUG not defined in mobile/android/modules/WebappManager.jsm for debug build
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: myk, Assigned: myk)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
I'm unsure when MOZ_DEBUG stopped being defined in mobile/android/modules/, but it isn't anymore, so the `#ifdef MOZ_DEBUG` directive in WebappManager.jsm needs to be something else, perhaps `#ifdef DEBUG`, to which dom/apps/src/Webapps.jsm changed last month <http://hg.mozilla.org/mozilla-central/rev/95b4dc85e526>, and which works as expected.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8389682 -
Flags: review?(wjohnston)
Assignee | ||
Updated•11 years ago
|
Attachment #8389682 -
Flags: review?(wjohnston) → review?(mark.finkle)
Updated•11 years ago
|
Attachment #8389682 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Priority: -- → P3
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 30
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•