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

Issue 1025543002: Remove old pinch-zoom paths from Blink (Closed)

Created:
5 years, 9 months ago by bokan
Modified:
5 years, 9 months ago
CC:
aandrey+blink_chromium.org, apavlov+blink_chromium.org, blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-events_chromium.org, blink-reviews-rendering, caseq+blink_chromium.org, dcheng, devtools-reviews_chromium.org, dglazkov+blink, Dominik Röttsches, eae+blinkwatch, eustas+blink_chromium.org, gavinp+loader_chromium.org, Nate Chapin, jchaffraix+rendering, kozyatinskiy+blink_chromium.org, leviw+renderwatch, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, mlamouri+watch-blink_chromium.org, pdr+renderingwatchlist_chromium.org, pfeldman+blink_chromium.org, rwlbuis, sergeyv+blink_chromium.org, sof, tyoshino+watch_chromium.org, yurys+blink_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Remove old pinch-zoom paths from Blink BUG=304869 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192391

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : Removed FIXME and made patch a no-op #

Total comments: 2

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -412 lines) Patch
M Source/core/dom/ViewportDescription.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/frame/FrameView.cpp View 1 2 3 4 5 5 chunks +3 lines, -22 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 1 2 3 4 5 7 chunks +7 lines, -7 lines 0 comments Download
M Source/core/frame/LocalFrame.cpp View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/frame/PinchViewport.h View 1 2 3 4 5 2 chunks +7 lines, -1 line 0 comments Download
M Source/core/frame/PinchViewport.cpp View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
M Source/core/frame/Settings.in View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M Source/core/layout/LayoutBox.cpp View 1 2 3 4 5 1 chunk +22 lines, -28 lines 0 comments Download
M Source/core/layout/LayoutFullScreen.cpp View 1 chunk +3 lines, -8 lines 0 comments Download
M Source/core/layout/TextAutosizer.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/layout/compositing/DeprecatedPaintLayerCompositor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 2 3 4 3 chunks +8 lines, -17 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/Page.cpp View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M Source/web/ChromeClientImpl.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ExternalPopupMenuTest.cpp View 1 2 chunks +1 line, -6 lines 0 comments Download
M Source/web/InspectorEmulationAgent.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M Source/web/InspectorOverlayImpl.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M Source/web/PopupMenuTest.cpp View 1 2 chunks +1 line, -6 lines 0 comments Download
M Source/web/WebFrameWidgetImpl.h View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
M Source/web/WebFrameWidgetImpl.cpp View 1 2 3 4 5 1 chunk +0 lines, -5 lines 0 comments Download
M Source/web/WebSettingsImpl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/web/WebSettingsImpl.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M Source/web/WebViewImpl.h View 1 2 3 4 5 3 chunks +0 lines, -17 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 4 5 22 chunks +34 lines, -194 lines 0 comments Download
M Source/web/tests/PinchViewportTest.cpp View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M Source/web/tests/TopControlsTest.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 31 chunks +34 lines, -43 lines 0 comments Download
M Source/web/tests/WebInputEventConversionTest.cpp View 1 2 3 4 5 3 chunks +2 lines, -8 lines 0 comments Download
M Source/web/tests/WebViewTest.cpp View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
M public/web/WebSettings.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M public/web/WebView.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (3 generated)
bokan
Snippety snip snip
5 years, 9 months ago (2015-03-20 20:00:15 UTC) #2
aelias_OOO_until_Jul13
https://codereview.chromium.org/1025543002/diff/60001/Source/core/frame/PinchViewport.cpp File Source/core/frame/PinchViewport.cpp (right): https://codereview.chromium.org/1025543002/diff/60001/Source/core/frame/PinchViewport.cpp#newcode239 Source/core/frame/PinchViewport.cpp:239: // TODO(bokan): Seems that in some tests (svg-resource-fragment-identifier-img-src.html), I ...
5 years, 9 months ago (2015-03-20 20:25:18 UTC) #3
bokan
https://codereview.chromium.org/1025543002/diff/60001/Source/core/frame/PinchViewport.cpp File Source/core/frame/PinchViewport.cpp (right): https://codereview.chromium.org/1025543002/diff/60001/Source/core/frame/PinchViewport.cpp#newcode239 Source/core/frame/PinchViewport.cpp:239: // TODO(bokan): Seems that in some tests (svg-resource-fragment-identifier-img-src.html), On ...
5 years, 9 months ago (2015-03-20 23:15:47 UTC) #4
aelias_OOO_until_Jul13
lgtm!
5 years, 9 months ago (2015-03-20 23:31:02 UTC) #5
Rick Byers
Great! LGTM with minor nits https://codereview.chromium.org/1025543002/diff/80001/Source/web/InspectorOverlayImpl.cpp File Source/web/InspectorOverlayImpl.cpp (right): https://codereview.chromium.org/1025543002/diff/80001/Source/web/InspectorOverlayImpl.cpp#newcode375 Source/web/InspectorOverlayImpl.cpp:375: // TODO(bokan): |pageScaleFactor| was ...
5 years, 9 months ago (2015-03-23 19:16:14 UTC) #6
bokan
On 2015/03/23 19:16:14, Rick Byers wrote: > Great! LGTM with minor nits > > https://codereview.chromium.org/1025543002/diff/80001/Source/web/InspectorOverlayImpl.cpp ...
5 years, 9 months ago (2015-03-23 19:17:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1025543002/100001
5 years, 9 months ago (2015-03-23 19:55:35 UTC) #10
Rick Byers
On 2015/03/23 19:17:33, bokan wrote: > On 2015/03/23 19:16:14, Rick Byers wrote: > > Great! ...
5 years, 9 months ago (2015-03-23 20:16:06 UTC) #11
commit-bot: I haz the power
5 years, 9 months ago (2015-03-23 23:15:49 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192391

Powered by Google App Engine
This is Rietveld 408576698