WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 71529
[chromium] Write unit tests for compositor-thread zooming
https://bugs.webkit.org/show_bug.cgi?id=71529
Summary
[chromium] Write unit tests for compositor-thread zooming
Alexandre Elias
Reported
2011-11-03 17:58:37 PDT
[chromium] Write unit tests for compositor-thread zooming
Attachments
Patch
(11.51 KB, patch)
2012-01-20 15:38 PST
,
Alexandre Elias
no flags
Details
Formatted Diff
Diff
Patch
(11.50 KB, patch)
2012-01-20 16:05 PST
,
Alexandre Elias
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Alexandre Elias
Comment 1
2012-01-20 15:38:42 PST
Created
attachment 123396
[details]
Patch
Alexandre Elias
Comment 2
2012-01-20 15:40:15 PST
Finally got around to writing some tests for this. Please take a look.
James Robinson
Comment 3
2012-01-20 16:01:36 PST
Comment on
attachment 123396
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=123396&action=review
R=me
> Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp:181 > + const float minPageScale = 0.5f, maxPageScale = 4;
nit: webkit style is to define these sorts of literals as "0.5" without the trailing "f"
> Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp:219 > + float pageScaleDelta = 0.1f;
same here: WK style prefers "0.1"
> Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp:240 > + const float minPageScale = 0.5f, maxPageScale = 4;
ditto
Alexandre Elias
Comment 4
2012-01-20 16:05:51 PST
Created
attachment 123400
[details]
Patch
James Robinson
Comment 5
2012-01-20 16:24:36 PST
Comment on
attachment 123400
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=123400&action=review
> Source/WebKit/chromium/tests/CCLayerTreeHostImplTest.cpp:275 > + expectContains(*scrollInfo.get(), scrollLayer->id(), IntSize(-50, -50));
FYI for the future, with WebKit smart pointers doing *ptr is the same as *ptr.get()
WebKit Review Bot
Comment 6
2012-01-20 19:19:25 PST
Comment on
attachment 123400
[details]
Patch Clearing flags on attachment: 123400 Committed
r105566
: <
http://trac.webkit.org/changeset/105566
>
WebKit Review Bot
Comment 7
2012-01-20 19:19:30 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