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

Side by Side Diff: content/public/common/content_switches.cc

Issue 1724103002: Reverting changes that made window.scroll properties relative to the layout viewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 10 months 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/public/common/web_preferences.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "build/build_config.h" 5 #include "build/build_config.h"
6 #include "content/public/common/content_switches.h" 6 #include "content/public/common/content_switches.h"
7 7
8 namespace switches { 8 namespace switches {
9 9
10 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to 10 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 566
567 // These mappings only apply to the host resolver. 567 // These mappings only apply to the host resolver.
568 const char kHostResolverRules[] = "host-resolver-rules"; 568 const char kHostResolverRules[] = "host-resolver-rules";
569 569
570 // Ignores certificate-related errors. 570 // Ignores certificate-related errors.
571 const char kIgnoreCertificateErrors[] = "ignore-certificate-errors"; 571 const char kIgnoreCertificateErrors[] = "ignore-certificate-errors";
572 572
573 // Ignores GPU blacklist. 573 // Ignores GPU blacklist.
574 const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist"; 574 const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist";
575 575
576 // Makes all APIs reflect the layout viewport.
577 const char kInertVisualViewport[] = "inert-visual-viewport";
578
576 // Run the GPU process as a thread in the browser process. 579 // Run the GPU process as a thread in the browser process.
577 const char kInProcessGPU[] = "in-process-gpu"; 580 const char kInProcessGPU[] = "in-process-gpu";
578 581
579 // Overrides the timeout, in seconds, that a child process waits for a 582 // Overrides the timeout, in seconds, that a child process waits for a
580 // connection from the browser before killing itself. 583 // connection from the browser before killing itself.
581 const char kIPCConnectionTimeout[] = "ipc-connection-timeout"; 584 const char kIPCConnectionTimeout[] = "ipc-connection-timeout";
582 585
583 // Specifies the flags passed to JS engine 586 // Specifies the flags passed to JS engine
584 const char kJavaScriptFlags[] = "js-flags"; 587 const char kJavaScriptFlags[] = "js-flags";
585 588
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb"; 998 const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb";
996 999
997 // Enables the exporting of the tracing events to ETW. This is only supported on 1000 // Enables the exporting of the tracing events to ETW. This is only supported on
998 // Windows Vista and later. 1001 // Windows Vista and later.
999 const char kTraceExportEventsToETW[] = "trace-export-events-to-etw"; 1002 const char kTraceExportEventsToETW[] = "trace-export-events-to-etw";
1000 #endif 1003 #endif
1001 1004
1002 // Don't dump stuff here, follow the same order as the header. 1005 // Don't dump stuff here, follow the same order as the header.
1003 1006
1004 } // namespace switches 1007 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/public/common/web_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698