Bug 127883 - Pass navigation IDs along to LoadRequest and Reload
Summary: Pass navigation IDs along to LoadRequest and Reload
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: 2014-01-29 17:57 PST by Anders Carlsson
Modified: 2014-01-29 18:02 PST (History)
0 users

See Also:


Attachments
Patch (12.21 KB, patch)
2014-01-29 17:57 PST, Anders Carlsson
sam: 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 2014-01-29 17:57:09 PST
Pass navigation IDs along to LoadRequest and Reload
Comment 1 Anders Carlsson 2014-01-29 17:57:56 PST
Created attachment 222616 [details]
Patch
Comment 2 Sam Weinig 2014-01-29 18:00:41 PST
Comment on attachment 222616 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/WebDocumentLoader.cpp:44
> +    printf("set navigation id %llu\n", navigationID);

WAT
Comment 3 mitz 2014-01-29 18:01:20 PST
Comment on attachment 222616 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/WebDocumentLoader.cpp:44
> +    printf("set navigation id %llu\n", navigationID);

No way!
Comment 4 Anders Carlsson 2014-01-29 18:02:29 PST
Committed r163060: <http://trac.webkit.org/changeset/163060>