WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
110912
[BlackBerry] Need WebPage API for animating scroll position & zoom changes
https://bugs.webkit.org/show_bug.cgi?id=110912
Summary
[BlackBerry] Need WebPage API for animating scroll position & zoom changes
Andrew Lo
Reported
2013-02-26 14:50:24 PST
Currently InputHandler and SelectionHandler set WebPagePrivate member variables to set up zoom/scroll animations. This should be cleaned up so that WebPage has a function which simply starts a scroll/zoom adjustment animation. This also allows the web page client to also initiate scroll/zoom animations.
Attachments
Patch
(16.46 KB, patch)
2013-02-26 15:00 PST
,
Andrew Lo
no flags
Details
Formatted Diff
Diff
Patch
(14.89 KB, patch)
2013-02-27 12:39 PST
,
Andrew Lo
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andrew Lo
Comment 1
2013-02-26 15:00:28 PST
Created
attachment 190368
[details]
Patch
Rob Buis
Comment 2
2013-02-27 10:35:01 PST
Comment on
attachment 190368
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=190368&action=review
> Source/WebKit/blackberry/Api/WebPage_p.h:478 > + void animateToScaleAndDocumentScrollPosition(double destinationZoomScale, const WebCore::FloatPoint& destinationScrollPosition, bool shouldConstrainScrollingToContentEdge = true);
You don't need the default parameter value here, this is private API.
Rob Buis
Comment 3
2013-02-27 10:52:37 PST
(In reply to
comment #2
)
> (From update of
attachment 190368
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=190368&action=review
> > > Source/WebKit/blackberry/Api/WebPage_p.h:478 > > + void animateToScaleAndDocumentScrollPosition(double destinationZoomScale, const WebCore::FloatPoint& destinationScrollPosition, bool shouldConstrainScrollingToContentEdge = true); > > You don't need the default parameter value here, this is private API.
Never mind this comment, we do use the private one internally.
Rob Buis
Comment 4
2013-02-27 10:59:03 PST
Comment on
attachment 190368
[details]
Patch Ok.
WebKit Review Bot
Comment 5
2013-02-27 11:00:52 PST
Comment on
attachment 190368
[details]
Patch Rejecting
attachment 190368
[details]
from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=webkit-commit-queue.appspot.com', '--bot-id=gce-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 190368, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue Last 500 characters of output: ffset -4 lines). Hunk #2 succeeded at 542 (offset -6 lines). patching file Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp patching file Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp Hunk #1 FAILED at 801. 1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit/blackberry/WebKitSupport/SelectionHandler.cpp.rej Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', '--force', '--reviewer', 'Rob Buis']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output:
http://webkit-commit-queue.appspot.com/results/16796047
Andrew Lo
Comment 6
2013-02-27 12:39:36 PST
Created
attachment 190578
[details]
Patch
Rob Buis
Comment 7
2013-02-27 13:09:12 PST
Comment on
attachment 190578
[details]
Patch Retry.
WebKit Review Bot
Comment 8
2013-02-27 13:32:12 PST
Comment on
attachment 190578
[details]
Patch Clearing flags on attachment: 190578 Committed
r144233
: <
http://trac.webkit.org/changeset/144233
>
WebKit Review Bot
Comment 9
2013-02-27 13:32:15 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug