Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2596)

Unified Diff: WebCore/ChangeLog

Issue 5670003: Merge 73531 - https://bugs.webkit.org/show_bug.cgi?id=50576... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: WebCore/ChangeLog
===================================================================
--- WebCore/ChangeLog (revision 73555)
+++ WebCore/ChangeLog (working copy)
@@ -1,3 +1,20 @@
+2010-12-08 David Hyatt <hyatt@apple.com>
+
+ Reviewed by Anders Carlsson.
+
+ https://bugs.webkit.org/show_bug.cgi?id=50576
+
+ REGRESSION in position of autocomplete popup on RTL page.
+
+ RTL static position computation did not subtract out the width of the enclosing box if the
+ immediate parent was a RenderInline. This bug was exposed by properly changing the RenderView
+ to be RTL when the document was RTL.
+
+ Added three new tests in fast/block/positioning.
+
+ * rendering/RenderBox.cpp:
+ (WebCore::RenderBox::computePositionedLogicalWidth):
+
2010-12-08 Xiaomei Ji <xji@chromium.org>
Reviewed by David Hyatt.

Powered by Google App Engine
This is Rietveld 408576698