Closed
Bug 740919
Opened 13 years ago
Closed 13 years ago
gkmedias.dll should be in dependentlibs.list
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla14
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file)
1.42 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
When using the XPCOM glue from a directory which is not the same as xul.dll, as WebRT is going to, gkmedias.dll cannot be found/loaded. This is causing the WebRT patch to currently use some unfortunate workarounds such as using SetDllDirectory, which is fragile. Instead I'd just like to undo the delay-loading of gkmedias.dll and load it eagerly again via dependentlibs.list.
So we can't delay load anything that we ship on Windows?
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #610972 -
Flags: review?(khuey)
Assignee | ||
Comment 3•13 years ago
|
||
We cannot delay-load it using the automatic windows mechanism. We could delay-load it using LoadLibrary.
Comment 4•13 years ago
|
||
Could we (at the expense of complicating the dependent libs loading) add an annotation to dependentlibs.list such that it only loads it if the executable is running from a different directory?
Comment on attachment 610972 [details] [diff] [review]
Remove delay-loading, add to dependentlibs.list, rev. 1
Review of attachment 610972 [details] [diff] [review]:
-----------------------------------------------------------------
:-(
Attachment #610972 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 6•13 years ago
|
||
re: comment 4; yes it's technically possible, but I would prefer not to do that unless we have data saying that this matters: bug 712175 appears to be preemptively doing it and it's not clear why that's necessary.
Assignee | ||
Comment 7•13 years ago
|
||
Target Milestone: --- → mozilla14
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•