Closed
Bug 536303
Opened 14 years ago
Closed 13 years ago
[OOPP] Loading any page with flash with dom.ipc.plugins.enabled = true crashes on Windows 2000
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(status1.9.2 .4-fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | .4-fixed |
People
(Reporter: tnikkel, Assigned: jimm)
References
Details
(Whiteboard: [fixed-lorentz])
Attachments
(1 file, 1 obsolete file)
896 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Loading any page with flash (eg a youtube video page) with dom.ipc.plugins.enabled = true crashes on Windows 2000. Tested with latest nightly (2009-12-21) and fresh profile. Crash report: http://crash-stats.mozilla.com/report/index/b6c88904-5ef7-476a-8f17-6525e2091221
Comment 1•14 years ago
|
||
Since RtlGenRandom() is only available from Windows XP. If we should support IPC for Windows 2000, we need emulate this function for 2000 support.
Updated•14 years ago
|
Summary: Loading any page with flash with dom.ipc.plugins.enabled = true crashes on Windows 2000 → [OOPP] Loading any page with flash with dom.ipc.plugins.enabled = true crashes on Windows 2000
Comment 2•13 years ago
|
||
As much as I would like to drop support for Win2k, if we're going to do OOPP as a minor update to Firefox 3.6 we don't want to bump version requirements. The easiest solution here is probably just to not to OOPP on Win2k. jmathies, can you implement that?
Comment 3•13 years ago
|
||
Whoops, hit enter too soon. The code which decides whether to use plugin processes is OOPPluginsEnabled in nsNPAPIPlugin.cpp.
Assignee: nobody → jmathies
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Attachment #419579 -
Flags: review?(benjamin)
Comment 5•13 years ago
|
||
Comment on attachment 419579 [details] [diff] [review] disable oopp on 2k or less Hrm, this is a lot of XPCOM goop for something which I hoped would be simpler. Is it possible to either use GetVersionEx or PR_GetSystemInfo rather than using system-info+propertybag?
Attachment #419579 -
Flags: review?(benjamin) → review-
![]() |
Assignee | |
Comment 6•13 years ago
|
||
here we go.
Attachment #419579 -
Attachment is obsolete: true
Attachment #420132 -
Flags: review?(benjamin)
Updated•13 years ago
|
Attachment #420132 -
Flags: review?(benjamin) → review+
![]() |
Assignee | |
Comment 7•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/e37603601684 I was going to add this to the tracking wiki page, but for some reason I don't have edit permissions?? https://wiki.mozilla.org/Plugins/OOPP_Branch_Tracking
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 8•13 years ago
|
||
(In reply to comment #7) > http://hg.mozilla.org/mozilla-central/rev/e37603601684 > > I was going to add this to the tracking wiki page, but for some reason I don't > have edit permissions?? > > https://wiki.mozilla.org/Plugins/OOPP_Branch_Tracking Doh, never mind.
Comment 9•13 years ago
|
||
http://hg.mozilla.org/projects/firefox-lorentz/rev/65467b56515c
Whiteboard: [fixed-lorentz]
Comment 10•13 years ago
|
||
Blanket approval for Lorentz merge to mozilla-1.9.2 a=beltzner for 1.9.2.4 - please make sure to mark status1.9.2:.4-fixed
Comment 11•13 years ago
|
||
Merged into 1.9.2 at http://hg.mozilla.org/releases/mozilla-1.9.2/rev/84ba4d805430
status1.9.2:
--- → .4-fixed
Depends on: 563188
Updated•11 months ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•