Bug 72788 - MHTML: the base url is not correct when the frame committed notification happens.
Summary: MHTML: the base url is not correct when the frame committed notification happ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jay Civelli
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-18 23:13 PST by Jay Civelli
Modified: 2011-11-19 00:45 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.81 KB, patch)
2011-11-18 23:21 PST, Jay Civelli
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jay Civelli 2011-11-18 23:13:49 PST
When loading a MHTML document, we set the base URL to the actual URL of the encoded document.
This is done right after the notification that the frame was committed.
It should be done before, so when the notification happens the base URL is correctly set on the document.
Comment 1 Jay Civelli 2011-11-18 23:21:41 PST
Created attachment 115933 [details]
Patch
Comment 2 WebKit Review Bot 2011-11-19 00:45:18 PST
Comment on attachment 115933 [details]
Patch

Clearing flags on attachment: 115933

Committed r100852: <http://trac.webkit.org/changeset/100852>
Comment 3 WebKit Review Bot 2011-11-19 00:45:23 PST
All reviewed patches have been landed.  Closing bug.