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

Issue 630903002: Allow enabling "CSSViewport" runtime feature outside Blink (Closed)

Created:
6 years, 2 months ago by Mikhail
Modified:
6 years, 2 months ago
CC:
blink-reviews, mkwst+moarreviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Introduce WebRuntimeFeatures::setCSSViewportEnabled() so that it can be called from content::SetRuntimeFeaturesDefaultsAndUpdateFromArgs() if the "--enable-viewport" command line option is present. BUG=420535 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183593

Patch Set 1 #

Patch Set 2 : Export WebRuntimeFeatures::setCSSViewportEnabled() to be called from content::SetRuntimeFeaturesDef… #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M Source/web/WebRuntimeFeatures.cpp View 1 1 chunk +5 lines, -0 lines 1 comment Download
M public/web/WebRuntimeFeatures.h View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
Mikhail
PTAL. (I'm not 100% sure this is the proper fix: do we need to have ...
6 years, 2 months ago (2014-10-06 15:04:59 UTC) #2
Mike West
On 2014/10/06 15:04:59, Mikhail wrote: > PTAL. > (I'm not 100% sure this is the ...
6 years, 2 months ago (2014-10-06 15:41:06 UTC) #3
Mikhail
On 2014/10/06 15:41:06, Mike West wrote: > On 2014/10/06 15:04:59, Mikhail wrote: > > PTAL. ...
6 years, 2 months ago (2014-10-07 14:22:46 UTC) #4
Mike West
On 2014/10/07 14:22:46, Mikhail wrote: > Right, though the situation with tests is a bit ...
6 years, 2 months ago (2014-10-08 12:39:10 UTC) #5
Mikhail
On 2014/10/08 12:39:10, Mike West wrote: > On 2014/10/07 14:22:46, Mikhail wrote: > > Right, ...
6 years, 2 months ago (2014-10-08 13:10:37 UTC) #6
Mike West
On 2014/10/08 13:10:37, Mikhail wrote: > Agree, but when you run "content_shell --enable-viewport" the 'CSSViewport' ...
6 years, 2 months ago (2014-10-08 13:17:53 UTC) #7
Mikhail
On 2014/10/08 13:17:53, Mike West wrote: > On 2014/10/08 13:10:37, Mikhail wrote: > > Agree, ...
6 years, 2 months ago (2014-10-13 07:49:27 UTC) #9
Mike West
On 2014/10/13 07:49:27, Mikhail wrote: > On 2014/10/08 13:17:53, Mike West wrote: > > On ...
6 years, 2 months ago (2014-10-13 07:56:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/630903002/20001
6 years, 2 months ago (2014-10-13 08:04:19 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 183593
6 years, 2 months ago (2014-10-13 09:11:42 UTC) #13
Noel Gordon
6 years, 2 months ago (2014-10-15 06:22:32 UTC) #15
Message was sent while issue was closed.
https://codereview.chromium.org/630903002/diff/20001/Source/web/WebRuntimeFea...
File Source/web/WebRuntimeFeatures.cpp (right):

https://codereview.chromium.org/630903002/diff/20001/Source/web/WebRuntimeFea...
Source/web/WebRuntimeFeatures.cpp:311: void
WebRuntimeFeatures::setCSSViewportEnabled(bool enable)
Naming: should this be called enableCSSViewport(bool enable) like all the other
WebRuntimeFeatures ?

Powered by Google App Engine
This is Rietveld 408576698