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

Side by Side 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 unified diff | Download patch
OLDNEW
1 2010-12-08 David Hyatt <hyatt@apple.com>
2
3 Reviewed by Anders Carlsson.
4
5 https://bugs.webkit.org/show_bug.cgi?id=50576
6
7 REGRESSION in position of autocomplete popup on RTL page.
8
9 RTL static position computation did not subtract out the width of the en closing box if the
10 immediate parent was a RenderInline. This bug was exposed by properly c hanging the RenderView
11 to be RTL when the document was RTL.
12
13 Added three new tests in fast/block/positioning.
14
15 * rendering/RenderBox.cpp:
16 (WebCore::RenderBox::computePositionedLogicalWidth):
17
1 2010-12-08 Xiaomei Ji <xji@chromium.org> 18 2010-12-08 Xiaomei Ji <xji@chromium.org>
2 19
3 Reviewed by David Hyatt. 20 Reviewed by David Hyatt.
4 21
5 Fix backward mouse wheeling not working when scroll position is below 0. 22 Fix backward mouse wheeling not working when scroll position is below 0.
6 https://bugs.webkit.org/show_bug.cgi?id=50370 23 https://bugs.webkit.org/show_bug.cgi?id=50370
7 24
8 Tests: fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html 25 Tests: fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
9 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html 26 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
10 27
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 (WebCore::ScriptCallFrame::buildInspectorObject): 1407 (WebCore::ScriptCallFrame::buildInspectorObject):
1391 * inspector/ScriptCallFrame.h: 1408 * inspector/ScriptCallFrame.h:
1392 (WebCore::ScriptCallFrame::sourceURL): 1409 (WebCore::ScriptCallFrame::sourceURL):
1393 * inspector/ScriptCallStack.h: 1410 * inspector/ScriptCallStack.h:
1394 * inspector/TimelineRecordFactory.cpp: 1411 * inspector/TimelineRecordFactory.cpp:
1395 (WebCore::TimelineRecordFactory::createGenericRecord): 1412 (WebCore::TimelineRecordFactory::createGenericRecord):
1396 * inspector/front-end/ConsoleView.js: 1413 * inspector/front-end/ConsoleView.js:
1397 (WebInspector.ConsoleMessage.prototype._populateStackTraceTreeElement): 1414 (WebInspector.ConsoleMessage.prototype._populateStackTraceTreeElement):
1398 1415
1399 == Rolled over to ChangeLog-2010-12-06 == 1416 == Rolled over to ChangeLog-2010-12-06 ==
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698