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

Issue 11875020: Merge 138991 (Closed)

Created:
7 years, 11 months ago by Xianzhu
Modified:
7 years, 11 months ago
Reviewers:
Xianzhu
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Visibility:
Public.

Description

Merge 138991 > Add window.internals.nonFastScrollableRects for testing scrollable areas in fast/slow paths > https://bugs.webkit.org/show_bug.cgi?id=105546 > > Reviewed by James Robinson. > > .: > > Export the new symbol. > > * Source/autotools/symbols.filter: > > Source/WebCore: > > No new tests. Added test API for new tests of other bugs. > > * WebCore.exp.in: > * page/Page.cpp: > (WebCore::Page::nonFastScrollableRects): > (WebCore): > * page/Page.h: > (WebCore): > (Page): > * page/scrolling/ScrollingCoordinator.cpp: > (WebCore::ScrollingCoordinator::computeNonFastScrollableRegion): Change to public to allow Page::nonFastScrollableRects to access. > * page/scrolling/ScrollingCoordinator.h: > (ScrollingCoordinator): > * testing/Internals.cpp: > (WebCore::Internals::nonFastScrollableRects): > (WebCore): > * testing/Internals.h: > * testing/Internals.idl: > > Source/WebKit2: > > Export the new symbol. > > * win/WebKit2.def.in: > TBR=wangxianzhu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=139631

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -3 lines) Patch
M Source/WebCore/WebCore.exp.in View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebCore/page/Page.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/WebCore/page/Page.cpp View 2 chunks +16 lines, -0 lines 0 comments Download
M Source/WebCore/page/scrolling/ScrollingCoordinator.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/WebCore/page/scrolling/ScrollingCoordinator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/testing/Internals.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/WebCore/testing/Internals.cpp View 1 chunk +14 lines, -0 lines 0 comments Download
M Source/WebCore/testing/Internals.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/autotools/symbols.filter View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Xianzhu
7 years, 11 months ago (2013-01-14 19:19:46 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698