Bug 124536 - The PageLoadState object should keep track of the current URL
Summary: The PageLoadState object should keep track of the current URL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-18 14:01 PST by Anders Carlsson
Modified: 2013-11-18 14:12 PST (History)
0 users

See Also:


Attachments
Patch (4.08 KB, patch)
2013-11-18 14:02 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-11-18 14:01:33 PST
The PageLoadState object should keep track of the current URL
Comment 1 Anders Carlsson 2013-11-18 14:02:25 PST
Created attachment 217230 [details]
Patch
Comment 2 mitz 2013-11-18 14:04:43 PST
Comment on attachment 217230 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=217230&action=review

> Source/WebKit2/UIProcess/PageLoadState.h:50
> +    void didSameDocumentNotification(const String& url);

s/Notification/Navigation/
Comment 3 Anders Carlsson 2013-11-18 14:12:22 PST
Committed r159456: <http://trac.webkit.org/changeset/159456>