Closed
Bug 940235
Opened 12 years ago
Closed 12 years ago
Build uriloader in unified mode
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file, 2 obsolete files)
11.77 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Comment on attachment 8334395 [details] [diff] [review]
unify-uriloader.patch
oops: patch had link errors related to inconsistent PR_LOGGING definitions.
Attachment #8334395 -
Attachment is obsolete: true
Assignee | ||
Comment 2•12 years ago
|
||
Unassigning myself because I don't have time to investigate these link errors right now.
Assignee: cpeterson → nobody
Status: ASSIGNED → NEW
Comment 3•12 years ago
|
||
Bug 941854 uncovers a bunch of forced NSPR logging here, see:
$ git grep FORCE uriloader/
uriloader/base/nsURILoader.h:21:// #define FORCE_PR_LOG
uriloader/exthandler/nsExternalHelperAppService.cpp:8:#define FORCE_PR_LOG
uriloader/exthandler/nsExternalHelperAppService.h:10:#define FORCE_PR_LOG
uriloader/prefetch/nsOfflineCacheUpdate.cpp:7:#define FORCE_PR_LOG
uriloader/prefetch/nsOfflineCacheUpdateService.cpp:7:#define FORCE_PR_LOG
You should exclude these files from the unified build; that will fix the link issue. Are you planning on updating your patch?
Flags: needinfo?(cpeterson)
Assignee | ||
Comment 4•12 years ago
|
||
Let's try this again:
https://tbpl.mozilla.org/?tree=Try&rev=39cacaff246b
Assignee: nobody → cpeterson
Status: NEW → ASSIGNED
Flags: needinfo?(cpeterson)
Assignee | ||
Comment 5•12 years ago
|
||
And then I fixed the Linux compile errors by adding an include guard to nsGNOMERegistry.h:
https://tbpl.mozilla.org/?tree=Try&rev=bf27ee7a666a
Attachment #8339690 -
Attachment is obsolete: true
Attachment #8339757 -
Flags: review?(ehsan)
Updated•12 years ago
|
Attachment #8339757 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•