Bug 31775 - [Qt] DRT: dumpBackForwardList() does not work properly with non-file URLs.
Summary: [Qt] DRT: dumpBackForwardList() does not work properly with non-file URLs.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 31638
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-21 16:07 PST by Jakub Wieczorek
Modified: 2009-11-23 13:48 PST (History)
1 user (show)

See Also:


Attachments
proposed patch (6.01 KB, patch)
2009-11-21 16:16 PST, Jakub Wieczorek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Wieczorek 2009-11-21 16:07:34 PST
LayoutTestController::dumpBackForwardList() should work with local URLs as well as with normal URLs (in http tests for instance). Currently it does not output the latter properly.
Comment 1 Jakub Wieczorek 2009-11-21 16:16:43 PST
Created attachment 43662 [details]
proposed patch

This change fixes some http/navigation tests:

Before:
6 test cases (7%) succeeded
54 test cases (70%) had incorrect layout
12 test cases (15%) were new
2 test cases (2%) timed out
3 test cases (3%) crashed
1 test case (1%) had stderr output

After:
32 test cases (41%) succeeded
28 test cases (36%) had incorrect layout
12 test cases (15%) were new
2 test cases (2%) timed out
3 test cases (3%) crashed
1 test case (1%) had stderr output

Not setting r? because of the dependency on https://bugs.webkit.org/show_bug.cgi?id=31638
Comment 2 Jakub Wieczorek 2009-11-22 12:29:57 PST
Comment on attachment 43662 [details]
proposed patch

Depends on https://bug-31638-attachments.webkit.org/attachment.cgi?id=43449
Comment 3 WebKit Commit Bot 2009-11-23 13:48:21 PST
Comment on attachment 43662 [details]
proposed patch

Clearing flags on attachment: 43662

Committed r51316: <http://trac.webkit.org/changeset/51316>
Comment 4 WebKit Commit Bot 2009-11-23 13:48:27 PST
All reviewed patches have been landed.  Closing bug.