Bug 58844 - [Qt][WK2] Clean up tool-tip/status-bar confusion.
Summary: [Qt][WK2] Clean up tool-tip/status-bar confusion.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (PowerPC) OS X 10.5
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-04-18 15:46 PDT by Andreas Kling
Modified: 2011-04-18 16:06 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (5.95 KB, patch)
2011-04-18 15:48 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-04-18 15:46:20 PDT
Tool-tip changes currently emit QWKPage::statusBarMessage() and status bar message changes emit nothing.
This is obviously rather backwards. :)
Comment 1 Andreas Kling 2011-04-18 15:48:56 PDT
Created attachment 90107 [details]
Proposed patch
Comment 2 WebKit Review Bot 2011-04-18 15:51:15 PDT
Attachment 90107 [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:53:  The parameter name "page" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 1 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2011-04-18 16:06:52 PDT
Comment on attachment 90107 [details]
Proposed patch

Clearing flags on attachment: 90107

Committed r84201: <http://trac.webkit.org/changeset/84201>
Comment 4 Andreas Kling 2011-04-18 16:06:59 PDT
All reviewed patches have been landed.  Closing bug.