Closed
Bug 934990
Opened 12 years ago
Closed 12 years ago
unresolved external symbol in debug builds when calling shadow::Zone::runtimeFromMainThread from browser
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
Tracking | Status | |
---|---|---|
firefox26 | --- | fixed |
firefox27 | --- | fixed |
firefox28 | --- | fixed |
firefox-esr24 | --- | unaffected |
b2g18 | --- | unaffected |
b2g-v1.1hd | --- | unaffected |
b2g-v1.2 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.04 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Windows-only. I'm guessing CurrentThreadCanAccessRuntime and CurrentThreadCanAccessZone need to be JS_FRIEND_API rather than extern. Does that sound right? I'll confirm that, then put up a patch for review.
UnifiedBindings17.obj : error LNK2001: unresolved external symbol "bool __cdecl js::CurrentThreadCanAccessRuntime(struct JSRuntime *)" (?CurrentThreadCanAccessRuntime@js@@YA_NPAUJSRuntime@@@Z)
(I have a zone sitting around already and I want to go from zone to runtime quickly, so that seemed like the fastest thing.)
Assignee | ||
Comment 1•12 years ago
|
||
This at least builds.
Attachment #827454 -
Flags: review?(terrence)
Comment 2•12 years ago
|
||
Comment on attachment 827454 [details] [diff] [review]
will you be my JS_FRIEND_API?
Review of attachment 827454 [details] [diff] [review]:
-----------------------------------------------------------------
You are quite correct! __declspec(dllexport) r=me
Attachment #827454 -
Flags: review?(terrence) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Assignee | ||
Comment 5•12 years ago
|
||
status-firefox26:
--- → fixed
Updated•12 years ago
|
status-firefox27:
--- → affected
status-firefox28:
--- → fixed
Assignee | ||
Comment 6•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
status-b2g18:
--- → unaffected
status-firefox-esr24:
--- → unaffected
Comment 7•12 years ago
|
||
Updated•12 years ago
|
status-b2g-v1.1hd:
--- → unaffected
status-b2g-v1.2:
--- → fixed
I don't think this needs QA verification. If anyone thinks that's a mistake please remove the [qa-] whiteboard tag and add the verifyme keyword.
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•