Stop keeping a frame tree in the UIProcess
Created attachment 132952 [details] Patch
Comment on attachment 132952 [details] Patch r=me
Sam, has this patch been landed?
Alas, it did not. But should!
Committed r141708: <http://trac.webkit.org/changeset/141708>
This may have caused an API test to start failing: Note: Google Test filter = WebKit2.ShouldGoToBackForwardListItem [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from WebKit2 [ RUN ] WebKit2.ShouldGoToBackForwardListItem /Volumes/Data/slave/mountainlion-debug/build/Tools/TestWebKitAPI/Tests/WebKit2/ShouldGoToBackForwardListItem.cpp:89: Failure Value of: true Expected: receivedProperBackForwardCallbacks Which is: false [ FAILED ] WebKit2.ShouldGoToBackForwardListItem (508 ms)
(In reply to comment #6) > This may have caused an API test to start failing: > > Note: Google Test filter = WebKit2.ShouldGoToBackForwardListItem > [==========] Running 1 test from 1 test case. > [----------] Global test environment set-up. > [----------] 1 test from WebKit2 > [ RUN ] WebKit2.ShouldGoToBackForwardListItem > /Volumes/Data/slave/mountainlion-debug/build/Tools/TestWebKitAPI/Tests/WebKit2/ShouldGoToBackForwardListItem.cpp:89: Failure > Value of: true > Expected: receivedProperBackForwardCallbacks > Which is: false > [ FAILED ] WebKit2.ShouldGoToBackForwardListItem (508 ms) Indeed. Easy to fix.
(In reply to comment #7) > (In reply to comment #6) > > This may have caused an API test to start failing: > > > > Note: Google Test filter = WebKit2.ShouldGoToBackForwardListItem > > [==========] Running 1 test from 1 test case. > > [----------] Global test environment set-up. > > [----------] 1 test from WebKit2 > > [ RUN ] WebKit2.ShouldGoToBackForwardListItem > > /Volumes/Data/slave/mountainlion-debug/build/Tools/TestWebKitAPI/Tests/WebKit2/ShouldGoToBackForwardListItem.cpp:89: Failure > > Value of: true > > Expected: receivedProperBackForwardCallbacks > > Which is: false > > [ FAILED ] WebKit2.ShouldGoToBackForwardListItem (508 ms) > > Indeed. Easy to fix. Fixed in r141729.