RESOLVED FIXED 59044
[Qt][WK2] Emit QWKPage::urlChanged() when navigating within the same document.
https://bugs.webkit.org/show_bug.cgi?id=59044
Summary [Qt][WK2] Emit QWKPage::urlChanged() when navigating within the same document.
Andreas Kling
Reported 2011-04-20 17:16:42 PDT
SSIA
Attachments
Proposed patch (3.10 KB, patch)
2011-04-20 17:17 PDT, Andreas Kling
kenneth: review+
Andreas Kling
Comment 1 2011-04-20 17:17:31 PDT
Created attachment 90453 [details] Proposed patch
WebKit Review Bot
Comment 2 2011-04-20 17:20:15 PDT
Attachment 90453 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1 Source/WebKit2/UIProcess/API/qt/ClientImpl.h:46: The parameter name "page" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebKit2/UIProcess/API/qt/ClientImpl.h:46: The parameter name "frame" adds no information, so it should be removed. [readability/parameter_name] [5] Source/WebKit2/UIProcess/API/qt/ClientImpl.h:46: The parameter name "type" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 3 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Kenneth Rohde Christiansen
Comment 3 2011-04-21 03:57:07 PDT
Comment on attachment 90453 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=90453&action=review >>>> Source/WebKit2/UIProcess/API/qt/ClientImpl.h:46 >>>> +void qt_wk_didSameDocumentNavigationForFrame(WKPageRef page, WKFrameRef frame, WKSameDocumentNavigationType type, WKTypeRef userData, const void *clientInfo); >>> >>> The parameter name "page" adds no information, so it should be removed. [readability/parameter_name] [5] >> >> The parameter name "frame" adds no information, so it should be removed. [readability/parameter_name] [5] > > The parameter name "type" adds no information, so it should be removed. [readability/parameter_name] [5] I agree with the style guide here :-) only clientInfo and userData brings value
Andreas Kling
Comment 4 2011-04-21 12:32:17 PDT
Note You need to log in before you can comment on or make changes to this bug.