Bug 124690 - Move activeURL getter to PageLoadState
Summary: Move activeURL getter to PageLoadState
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-20 17:05 PST by Anders Carlsson
Modified: 2013-11-21 11:41 PST (History)
0 users

See Also:


Attachments
Patch (3.63 KB, patch)
2013-11-20 17:06 PST, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (3.61 KB, patch)
2013-11-20 17:06 PST, Anders Carlsson
thorton: 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-20 17:05:08 PST
Move activeURL getter to PageLoadState
Comment 1 Anders Carlsson 2013-11-20 17:06:02 PST
Created attachment 217498 [details]
Patch
Comment 2 Anders Carlsson 2013-11-20 17:06:37 PST
Created attachment 217499 [details]
Patch
Comment 3 Tim Horton 2013-11-20 17:09:04 PST
Comment on attachment 217499 [details]
Patch

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

> Source/WebKit2/UIProcess/PageLoadState.cpp:53
> +    // If there is a currently pending url, it is the active URL,

url or URL?
Comment 4 Anders Carlsson 2013-11-21 11:41:57 PST
Committed r159638: <http://trac.webkit.org/changeset/159638>