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 83366
Correct some LayoutUnit misuse in FilterEffectRenderer, RenderBlock, and RenderEmbeddedObject
https://bugs.webkit.org/show_bug.cgi?id=83366
Summary
Correct some LayoutUnit misuse in FilterEffectRenderer, RenderBlock, and Rend...
Levi Weintraub
Reported
2012-04-06 07:16:29 PDT
Description in changelog.
Attachments
Patch
(5.20 KB, patch)
2012-04-06 07:27 PDT
,
Levi Weintraub
no flags
Details
Formatted Diff
Diff
Patch for landing
(2.57 KB, patch)
2012-04-09 10:01 PDT
,
Levi Weintraub
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Levi Weintraub
Comment 1
2012-04-06 07:27:06 PDT
Created
attachment 136021
[details]
Patch
Eric Seidel (no email)
Comment 2
2012-04-06 10:17:58 PDT
Comment on
attachment 136021
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=136021&action=review
> Source/WebCore/rendering/RenderBlock.cpp:7475 > - return String::format("%p (%dx%d %dx%d)", floatingObject, floatingObject->x(), floatingObject->y(), floatingObject->maxX(), floatingObject->maxY()); > + return String::format("%p (%dx%d %dx%d)", floatingObject, floatingObject->pixelSnappedX(), floatingObject->pixelSnappedY(), floatingObject->pixelSnappedMaxX(), floatingObject->pixelSnappedMaxY());
Huh? Why does this method exist? :)
WebKit Review Bot
Comment 3
2012-04-06 12:33:03 PDT
Comment on
attachment 136021
[details]
Patch Rejecting
attachment 136021
[details]
from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: queue/Source/WebKit/chromium/third_party/skia/include --revision 3543 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' 42>At revision 3543. ________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' ________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' Updating webkit projects from gyp files... Full output:
http://queues.webkit.org/results/12362008
Levi Weintraub
Comment 4
2012-04-09 10:01:59 PDT
Created
attachment 136247
[details]
Patch for landing
WebKit Review Bot
Comment 5
2012-04-09 12:47:12 PDT
Comment on
attachment 136247
[details]
Patch for landing Clearing flags on attachment: 136247 Committed
r113607
: <
http://trac.webkit.org/changeset/113607
>
WebKit Review Bot
Comment 6
2012-04-09 12:47:17 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