<rdar://problem/13924889> The first URL passed to -[NSObject(WebHistoryDelegate) webView:didPerformClientRedirectFromURL:toURL:inFrame:] is currently the URL at the beginning of the redirect chain. It should be the URL that performed the redirect.
Created attachment 202845 [details] Track the last committed URL in WebFrame and pass it to the delegate in the client redirect case
Comment on attachment 202845 [details] Track the last committed URL in WebFrame and pass it to the delegate in the client redirect case Attachment 202845 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/725003 New failing tests: svg/W3C-SVG-1.1-SE/color-prop-05-t.svg
Created attachment 202849 [details] Archive of layout-test-results from webkit-ews-14 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-14 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.3
The patch is strictly against WebKit1, so the test failures are almost certainly unrelated to it.
Fixed in r150688. <http://trac.webkit.org/r150688>