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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2795703002: ui: Add debug flag to show composited layer borders in ChromeOS UI. (Closed)
Patch Set: nits Created 3 years, 8 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 | « chrome/browser/flag_descriptions.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('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 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 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 "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 "Material Design Ink Drop Animation Speed"; 748 "Material Design Ink Drop Animation Speed";
749 749
750 const char kMaterialDesignInkDropAnimationSpeedDescription[] = 750 const char kMaterialDesignInkDropAnimationSpeedDescription[] =
751 "Sets the speed of the experimental visual feedback animations for " 751 "Sets the speed of the experimental visual feedback animations for "
752 "material design."; 752 "material design.";
753 753
754 const char kUiSlowAnimationsName[] = "Slow UI animations"; 754 const char kUiSlowAnimationsName[] = "Slow UI animations";
755 755
756 const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow."; 756 const char kUiSlowAnimationsDescription[] = "Makes all UI animations slow.";
757 757
758 const char kUiShowCompositedLayerBordersName[] =
759 "Show UI composited layer borders";
760
761 const char kUiShowCompositedLayerBordersDescription[] =
762 "Show border around composited layers created by UI.";
763
764 const char kUiShowCompositedLayerBordersRenderPass[] = "RenderPass";
765
766 const char kUiShowCompositedLayerBordersSurface[] = "Surface";
767
768 const char kUiShowCompositedLayerBordersLayer[] = "Layer";
769
770 const char kUiShowCompositedLayerBordersAll[] = "All";
771
758 #endif // defined(USE_ASH) 772 #endif // defined(USE_ASH)
759 773
760 const char kJavascriptHarmonyShippingName[] = 774 const char kJavascriptHarmonyShippingName[] =
761 "Latest stable JavaScript features"; 775 "Latest stable JavaScript features";
762 776
763 const char kJavascriptHarmonyShippingDescription[] = 777 const char kJavascriptHarmonyShippingDescription[] =
764 "Some web pages use legacy or non-standard JavaScript extensions that " 778 "Some web pages use legacy or non-standard JavaScript extensions that "
765 "may conflict with the latest JavaScript features. This flag allows " 779 "may conflict with the latest JavaScript features. This flag allows "
766 "disabling support of those features for compatibility with such " 780 "disabling support of those features for compatibility with such "
767 "pages."; 781 "pages.";
(...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2981 const char kEnableCopylessPasteDescription[] = 2995 const char kEnableCopylessPasteDescription[] =
2982 "Provide suggestions for text input, based on your recent context. For " 2996 "Provide suggestions for text input, based on your recent context. For "
2983 "example, if you looked at a restaurant website and switched to the Maps " 2997 "example, if you looked at a restaurant website and switched to the Maps "
2984 "app, the keyboard would offer the name of that restaurant as a suggestion " 2998 "app, the keyboard would offer the name of that restaurant as a suggestion "
2985 "to enter into the search bar. The data is indexed locally, and never sent " 2999 "to enter into the search bar. The data is indexed locally, and never sent "
2986 "to the server. It's disabled in incognito mode."; 3000 "to the server. It's disabled in incognito mode.";
2987 3001
2988 #endif // defined(OS_ANDROID) 3002 #endif // defined(OS_ANDROID)
2989 3003
2990 } // namespace flag_descriptions 3004 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698