Closed
Bug 391261
Opened 17 years ago
Closed 17 years ago
No windows media player invoked anymore with this testcase
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: martijn.martijn, Assigned: Biesinger)
References
Details
(Keywords: regression, testcase)
Attachments
(4 files, 2 obsolete files)
(deleted),
text/html
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
bzbarsky
:
approval1.9+
|
Details | Diff | Splinter Review |
See testcase, normally I get to see the windows media player invoked with it, showing a short movie.
But in current trunk build, this doesn't work anymore. It worked in yesterday's trunk build.
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-08-06+04&maxdate=2007-08-07+09&cvsroot=%2Fcvsroot
Regression from bug 364235 or perhaps more likely, bug 390385.
Flags: blocking1.9?
Reporter | ||
Updated•17 years ago
|
Version: 1.8 Branch → Trunk
Assignee | ||
Comment 1•17 years ago
|
||
OK, can you give some more details, like OS, version of WMP, version of the plugin?
this does work for me on winxp with WMP 11.
Reporter | ||
Comment 2•17 years ago
|
||
I'm using WMP 10 on windowsXP.
Assignee | ||
Comment 3•17 years ago
|
||
do you have a debug build? if so, could you make a log with NSPR_LOG_MODULES=objlc:5,Plugin:5,PluginNPP:5,PluginNPN:5
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → cbiesinger
Reporter | ||
Comment 4•17 years ago
|
||
Sorry, my debug build is too old for this 1 day old regression.
It seems like regular builds also give (useful?) data with this option. Maybe this is what you need?
Reporter | ||
Comment 5•17 years ago
|
||
Sorry, I attached the wrong kind of log, this one is with the correct settings, with: set NSPR_LOG_MODULES=objlc:5,Plugin:5,PluginNPP:5,PluginNPN:5
Attachment #275673 -
Attachment is obsolete: true
Reporter | ||
Comment 6•17 years ago
|
||
Ok, this is now an nsprlog from my updated debug build.
Attachment #275806 -
Attachment is obsolete: true
Assignee | ||
Comment 7•17 years ago
|
||
this looks ok....
but the warning near the end looks suspicious. Could you try applying the patch in bug 381812 and see whether that helps?
Reporter | ||
Comment 8•17 years ago
|
||
I applied the patch from bug 381812 and rebuilt my tree, and I can still see this bug afterwards.
Assignee | ||
Comment 9•17 years ago
|
||
Martijn, could you see if this patch fixes the issue?
(it's a hack... not for checkin, just for experimenting)
Reporter | ||
Comment 10•17 years ago
|
||
Yes, that experimental patch fixes the issue for me.
Assignee | ||
Comment 11•17 years ago
|
||
Attachment #277129 -
Flags: superreview?(bzbarsky)
Attachment #277129 -
Flags: review?(bzbarsky)
Comment 12•17 years ago
|
||
So why does this work? Document on the second CallSetWindow why it's needed?
Assignee | ||
Comment 13•17 years ago
|
||
like this?
// WMP10 needs an additional SetWindow call here (bug 391261)
I don't know exactly why it's needed, but apparently it is...
Comment 14•17 years ago
|
||
Comment on attachment 277129 [details] [diff] [review]
patch
If that's the best we can do, then yes... :(
Attachment #277129 -
Flags: superreview?(bzbarsky)
Attachment #277129 -
Flags: superreview+
Attachment #277129 -
Flags: review?(bzbarsky)
Attachment #277129 -
Flags: review+
Updated•17 years ago
|
Attachment #277129 -
Flags: approval1.9+
Assignee | ||
Comment 15•17 years ago
|
||
Checking in nsObjectFrame.cpp;
/cvsroot/mozilla/layout/generic/nsObjectFrame.cpp,v <-- nsObjectFrame.cpp
new revision: 1.613; previous revision: 1.612
done
Checking in nsObjectFrame.h;
/cvsroot/mozilla/layout/generic/nsObjectFrame.h,v <-- nsObjectFrame.h
new revision: 1.70; previous revision: 1.69
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 16•17 years ago
|
||
Thanks, it's working fine now, using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8pre) Gecko/2007082111 Minefield/3.0a8pre
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•