RESOLVED FIXED 44913
add missing parts of didFinishDocumentLoadForFrame
https://bugs.webkit.org/show_bug.cgi?id=44913
Summary add missing parts of didFinishDocumentLoadForFrame
Alice Liu
Reported 2010-08-30 17:37:47 PDT
Created attachment 65984 [details] patch Support for didFinishDocumentLoadForFrame is currently only in InjectedBundlePageLoaderClient. Add the rest of it.
Attachments
patch (11.38 KB, patch)
2010-08-30 17:37 PDT, Alice Liu
darin: review-
patch with changelog, WKTR, MiniBrowser, and qt changes (13.38 KB, patch)
2010-08-30 18:45 PDT, Alice Liu
no flags
(for real this time) patch with changelog, WKTR, MiniBrowser, and qt changes (16.72 KB, patch)
2010-08-30 18:48 PDT, Alice Liu
darin: review+
Darin Adler
Comment 1 2010-08-30 17:42:10 PDT
Comment on attachment 65984 [details] patch Changes are good. But need a change log.
Adam Roben (:aroben)
Comment 2 2010-08-30 17:47:06 PDT
I think you also need to update DRT (and maybe MiniBrowser) to account for the new callback.
Early Warning System Bot
Comment 3 2010-08-30 17:50:03 PDT
Sam Weinig
Comment 4 2010-08-30 17:53:55 PDT
(In reply to comment #2) > I think you also need to update DRT (and maybe MiniBrowser) to account for the new callback. And qwkpage.cpp.
Alice Liu
Comment 5 2010-08-30 18:45:45 PDT
Created attachment 65997 [details] patch with changelog, WKTR, MiniBrowser, and qt changes thanks everyone!
WebKit Review Bot
Comment 6 2010-08-30 18:47:14 PDT
Attachment 65997 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKit2/UIProcess/API/C/WKPage.h:91: Extra space between WKPageDidFinishDocumentLoadForFrameCallback and didFinishDocumentLoadForFrame [whitespace/declaration] [3] WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h:77: Extra space between WKBundlePageDidFinishDocumentLoadForFrameCallback and didFinishDocumentLoadForFrame [whitespace/declaration] [3] Total errors found: 2 in 11 files If any of these errors are false positives, please file a bug against check-webkit-style.
Alice Liu
Comment 7 2010-08-30 18:48:44 PDT
Created attachment 65998 [details] (for real this time) patch with changelog, WKTR, MiniBrowser, and qt changes lol what is wrong with me today
WebKit Review Bot
Comment 8 2010-08-30 18:50:06 PDT
Attachment 65998 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKit2/UIProcess/API/C/WKPage.h:91: Extra space between WKPageDidFinishDocumentLoadForFrameCallback and didFinishDocumentLoadForFrame [whitespace/declaration] [3] WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h:77: Extra space between WKBundlePageDidFinishDocumentLoadForFrameCallback and didFinishDocumentLoadForFrame [whitespace/declaration] [3] Total errors found: 2 in 15 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 9 2010-08-30 18:56:24 PDT
Csaba Osztrogonác
Comment 10 2010-08-30 22:54:10 PDT
http://trac.webkit.org/changeset/66448 broke Qt build: ../../../WebKit2/UIProcess/API/qt/qwkpage.cpp: In constructor ‘QWKPage::QWKPage(OpaqueWKPageNamespace*)’: ../../../WebKit2/UIProcess/API/qt/qwkpage.cpp:228: error: ‘qt_wk_didFinishDocumentLoadForFrame’ was not declared in this scope
Csaba Osztrogonác
Comment 11 2010-08-31 01:48:49 PDT
(In reply to comment #10) > http://trac.webkit.org/changeset/66448 broke Qt build: > > ../../../WebKit2/UIProcess/API/qt/qwkpage.cpp: In constructor ‘QWKPage::QWKPage(OpaqueWKPageNamespace*)’: > ../../../WebKit2/UIProcess/API/qt/qwkpage.cpp:228: error: ‘qt_wk_didFinishDocumentLoadForFrame’ was not declared in this scope Fix landed in http://trac.webkit.org/changeset/66466
Alice Liu
Comment 12 2010-08-31 11:40:41 PDT
my apologies. thank you for the qt build fix. (In reply to comment #11)
Note You need to log in before you can comment on or make changes to this bug.