Closed
Bug 459189
Opened 16 years ago
Closed 16 years ago
failed to build firefox on OpenSolaris
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: eagle.lu, Assigned: eagle.lu)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Trying to build firefox trunk code on OpenSolaris, I got following error
"/export/home/brian/moz-ws/community3/builds/build1006/comm-central/mozilla/dom/src/threads/nsDOMWorkerXHRProxy.cpp", line 564: Error: Pointer type needed instead of nsCOMPtr<nsIDOMEventTarget>.
"/export/home/brian/moz-ws/community3/builds/build1006/comm-central/mozilla/dom/src/threads/nsDOMWorkerXHRProxy.cpp", line 565: Error: Pointer type needed instead of nsCOMPtr<nsIDOMEventTarget>.
"/export/home/brian/moz-ws/community3/builds/build1006/comm-central/mozilla/dom/src/threads/nsDOMWorkerXHRProxy.cpp", line 574: Error: Pointer type needed instead of nsCOMPtr<nsIDOMEventTarget>.
3 Error(s) detected.
Attachment #342394 -
Flags: review?(bzbarsky)
Updated•16 years ago
|
Assignee: nobody → brian.lu
Component: General → DOM
Product: Firefox → Core
QA Contact: general → general
Comment 1•16 years ago
|
||
I would prefer that whoever reviewed the code you're changing review this...
Attachment #342394 -
Flags: review?(bzbarsky) → review?(jst)
Updated•16 years ago
|
Attachment #342394 -
Flags: superreview+
Attachment #342394 -
Flags: review?(jst)
Attachment #342394 -
Flags: review+
Keywords: checkin-needed
Keywords: checkin-needed
Attachment #345261 -
Flags: review?(brendan)
Comment 4•16 years ago
|
||
Boying, please file a new bug for new problems -- this bug had a patch landed according to comment 2.
Also, I do not see why that cast is needed in attachment 345261 [details] [diff] [review]. GC is already a JSFastNative according to its signature.
/be
filed a new bug 462288
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Attachment #345261 -
Attachment is obsolete: true
Attachment #345261 -
Flags: review?(brendan)
Comment 6•16 years ago
|
||
Comment on attachment 345261 [details] [diff] [review]
patch
In spin-off bug.
/be
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•