WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
119229
[CSS Shapes] Stop using internals in shape-outside tests
https://bugs.webkit.org/show_bug.cgi?id=119229
Summary
[CSS Shapes] Stop using internals in shape-outside tests
Bem Jones-Bey
Reported
2013-07-29 16:11:36 PDT
[CSS Shapes] Stop using internals in shape-outside tests
Attachments
Patch
(50.58 KB, patch)
2013-07-29 16:15 PDT
,
Bem Jones-Bey
no flags
Details
Formatted Diff
Diff
Patch
(49.18 KB, patch)
2013-07-31 09:56 PDT
,
Bem Jones-Bey
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Bem Jones-Bey
Comment 1
2013-07-29 16:15:43 PDT
Created
attachment 207678
[details]
Patch Remove use of internals, since it isn't needed anymore, and makes csswg tests cleaner
Alexandru Chiculita
Comment 2
2013-07-31 09:53:25 PDT
Comment on
attachment 207678
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=207678&action=review
Looks a lot better. Please update SUBPIXELS_FOR_PIXEL back to SUBPIXELS_PER_PIXEL before committing.
> LayoutTests/csswg/submitted/shapes/shape-outside/resources/subpixel-utils.js:21 > + return isEnabled() ? Math.floor(f * SUBPIXELS_FOR_PIXEL) / SUBPIXELS_FOR_PIXEL : Math.floor(f); // as in LayoutUnit(f).toFloat()
Why do you need this change?
> LayoutTests/csswg/submitted/shapes/shape-outside/resources/subpixel-utils.js:24 > + return isEnabled() ? Math.ceil(f * SUBPIXELS_FOR_PIXEL) / SUBPIXELS_FOR_PIXEL : Math.ceil(f); // see ceiledLayoutUnit(), LayoutUnit.h
ditto
Bem Jones-Bey
Comment 3
2013-07-31 09:56:20 PDT
Created
attachment 207855
[details]
Patch Update for review comments
WebKit Commit Bot
Comment 4
2013-07-31 09:57:16 PDT
Comment on
attachment 207855
[details]
Patch Rejecting
attachment 207855
[details]
from commit-queue.
bjonesbe@adobe.com
does not have committer permissions according to
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py
. - If you do not have committer rights please read
http://webkit.org/coding/contributing.html
for instructions on how to use bugzilla flags. - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
Bem Jones-Bey
Comment 5
2013-07-31 11:14:12 PDT
Comment on
attachment 207855
[details]
Patch This time with feeling. (It seems like the bot has been restarted in the meantime. :-)
WebKit Commit Bot
Comment 6
2013-07-31 11:17:26 PDT
Comment on
attachment 207855
[details]
Patch Clearing flags on attachment: 207855 Committed
r153528
: <
http://trac.webkit.org/changeset/153528
>
WebKit Commit Bot
Comment 7
2013-07-31 11:17:27 PDT
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