Bug 25429 - Fix a bug in MediaDocument.cpp that gets triggered when entering a media file in address bar
Summary: Fix a bug in MediaDocument.cpp that gets triggered when entering a media file...
Status: RESOLVED DUPLICATE of bug 25427
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-27 13:27 PDT by Hin-Chung Lam
Modified: 2009-05-04 01:27 PDT (History)
2 users (show)

See Also:


Attachments
changelog + patch (1.07 KB, patch)
2009-04-27 13:37 PDT, Hin-Chung Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hin-Chung Lam 2009-04-27 13:27:43 PDT
After the first buffer is received for the media file, MediaTokenizer marks the parsing as done but didn't stop the resource loading, so when the second buffer is received a ASSERT is hit leading to a crash.
Comment 1 Hin-Chung Lam 2009-04-27 13:37:01 PDT
Created attachment 29824 [details]
changelog + patch

Stop the resource loading after the first buffer is received at MediaTokenizer. Please let me know if I need to provide a layout test for this bug fix, I'm not so sure where this layout test should be...
Comment 2 Mark Rowe (bdash) 2009-04-27 13:39:57 PDT

*** This bug has been marked as a duplicate of 25427 ***
Comment 3 Eric Seidel (no email) 2009-05-04 01:27:50 PDT
Comment on attachment 29824 [details]
changelog + patch

clearing the review flag to remove this from the review queue.