Summary: | [Qt] Fix cursor change propagation | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Balazs Kelemen <kbalazs> | ||||||
Component: | Platform | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, tonikitoo | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | All | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 44263 | ||||||||
Attachments: |
|
Description
Balazs Kelemen
2010-08-19 04:58:40 PDT
Created attachment 64850 [details] proposed patch Second part of the changes started in bug 44062. Comment on attachment 64850 [details] proposed patch Rejecting patch 64850 from commit-queue. Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--wait-for-httpd', '--ignore-tests', 'compositing', '--quiet']" exit_code: 1 Last 500 characters of output: LayoutTests Testing 20876 test cases. media/video-pause-empty-events.html -> timed out Sampling process 67564 for 10 seconds with 10 milliseconds of run time between samples Sampling completed, processing symbols... Sample analysis of process 67564 written to file /Users/eseidel/Library/Logs/DumpRenderTree/HangReport.txt Exiting early after 1 failures. 17229 tests run. 677.54s total testing time 17228 test cases (99%) succeeded 1 test case (<1%) timed out 34 test cases (<1%) had stderr output Full output: http://queues.webkit.org/results/3796077 Comment on attachment 64850 [details] proposed patch > diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog > index 25e8fb3..2e18fa0 100644 > --- a/WebKit/qt/ChangeLog > +++ b/WebKit/qt/ChangeLog > @@ -1,3 +1,22 @@ > +2010-08-19 Balazs Kelemen <kb@inf.u-szeged.hu> > + > + Reviewed by NOBODY (OOPS!). > + > + [Qt] Fix cursor change propagation > + https://bugs.webkit.org/show_bug.cgi?id=44250 > + > + * WebCoreSupport/ChromeClientQt.cpp: > + (WebCore::ChromeClientQt::setCursor): Implemented. Propagete the callback forward to the PageClient. > + > +2010-08-19 Balazs Kelemen <kb@inf.u-szeged.hu> > + > + Reviewed by NOBODY (OOPS!). > + > + Need a short description and bug URL (OOPS!) > + > + * WebCoreSupport/ChromeClientQt.cpp: > + (WebCore::ChromeClientQt::setCursor): > + > 2010-08-17 Laszlo Gombos <laszlo.1.gombos@nokia.com> > > Reviewed by Ariya Hidayat. Fix the doubled change log entry, please. > Fix the doubled change log entry, please. Oops, sorry, going to fix immediately. Created attachment 64906 [details]
ch fixed
cq? again since I think the failing test was a flaky one.
Comment on attachment 64906 [details]
ch fixed
r=me
Comment on attachment 64906 [details] ch fixed Rejecting patch 64906 from commit-queue. Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--wait-for-httpd', '--ignore-tests', 'compositing', '--quiet']" exit_code: 1 Running build-dumprendertree Compiling Java tests make: Nothing to be done for `default'. Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests Testing 20884 test cases. media/video-preload.html -> crashed Exiting early after 1 failures. 17248 tests run. 656.80s total testing time 17247 test cases (99%) succeeded 1 test case (<1%) crashed 37 test cases (<1%) had stderr output Full output: http://queues.webkit.org/results/3721346 Comment on attachment 64906 [details] ch fixed Clearing flags on attachment: 64906 Committed r65722: <http://trac.webkit.org/changeset/65722> All reviewed patches have been landed. Closing bug. |