Closed
Bug 1209401
Opened 9 years ago
Closed 9 years ago
Don't use preprocessor forced includes for API keys in nsURLFormatter.js
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox44 fixed)
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
(deleted),
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
I think this is the only use of the -I option to preprocessor.py in the tree. I'll do a try build to see if we can just remove that option, which I always found confusing, since it doesn't match the C preprocessor at all.
Attachment #8667107 -
Flags: review?(gps)
Assignee | ||
Comment 2•9 years ago
|
||
Unsurprisingly, I was wrong about -I not being used elsewhere:
https://dxr.mozilla.org/mozilla-central/rev/031db40e2b558c7e4dd0b4c565db4a992c1627c8/toolkit/locales/Makefile.in#5
Comment 3•9 years ago
|
||
Comment on attachment 8667107 [details] [diff] [review]
Don't use preprocessor forced includes for API keys in nsURLFormatter.js
Review of attachment 8667107 [details] [diff] [review]:
-----------------------------------------------------------------
Nice.
Attachment #8667107 -
Flags: review?(gps) → review+
Comment 5•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•