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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 289973008: Remove Chromium plumbing for fixed-position-creates-stacking-context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/browser/about_flags.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 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5733 matching lines...) Expand 10 before | Expand all | Expand 10 after
5744 This option disables support in WebRTC for encoding video streams using platform hardware. 5744 This option disables support in WebRTC for encoding video streams using platform hardware.
5745 </message> 5745 </message>
5746 <if expr="is_android"> 5746 <if expr="is_android">
5747 <message name="IDS_FLAGS_DISABLE_WEBAUDIO_NAME" desc="Name of the 'Disab le WebAudio' lab."> 5747 <message name="IDS_FLAGS_DISABLE_WEBAUDIO_NAME" desc="Name of the 'Disab le WebAudio' lab.">
5748 Disable WebAudio 5748 Disable WebAudio
5749 </message> 5749 </message>
5750 <message name="IDS_FLAGS_DISABLE_WEBAUDIO_DESCRIPTION" desc="Description for the flag to disable WebAudio."> 5750 <message name="IDS_FLAGS_DISABLE_WEBAUDIO_DESCRIPTION" desc="Description for the flag to disable WebAudio.">
5751 Enabling this option prevents web sites from accessing the WebAudio AP I. 5751 Enabling this option prevents web sites from accessing the WebAudio AP I.
5752 </message> 5752 </message>
5753 </if> 5753 </if>
5754 <message name="IDS_FLAGS_FIXED_POSITION_CREATES_STACKING_CONTEXT_NAME" des c="Name of the 'Fixed position creates stacking context' lab.">
5755 Fixed position elements create stacking contexts.
5756 </message>
5757 <message name="IDS_FLAGS_FIXED_POSITION_CREATES_STACKING_CONTEXT_DESCRIPTI ON" desc="Description for the flag to make fixed position elements create stacki ng contexts.">
5758 Enabling this option makes all fixed position elements create new CSS st acking contexts.
5759 </message>
5760 <message name="IDS_FLAGS_COMPOSITING_FOR_FIXED_POSITION_NAME" desc="Name o f the 'Compositing for fixed position elements' lab."> 5754 <message name="IDS_FLAGS_COMPOSITING_FOR_FIXED_POSITION_NAME" desc="Name o f the 'Compositing for fixed position elements' lab.">
5761 Compositing for fixed position elements. 5755 Compositing for fixed position elements.
5762 </message> 5756 </message>
5763 <message name="IDS_FLAGS_COMPOSITING_FOR_FIXED_POSITION_DESCRIPTION" desc= "Description for the flag to make fixed position elements become composited laye rs."> 5757 <message name="IDS_FLAGS_COMPOSITING_FOR_FIXED_POSITION_DESCRIPTION" desc= "Description for the flag to make fixed position elements become composited laye rs.">
5764 Enabling this option will make fixed position elements have their own co mposited layers. Note that fixed position elements must also create stacking con texts for this to work. 5758 Enabling this option will make fixed position elements have their own co mposited layers. Note that fixed position elements must also create stacking con texts for this to work.
5765 </message> 5759 </message>
5766 <message name="IDS_FLAGS_COMPOSITING_FOR_FIXED_POSITION_HIGH_DPI" desc="De scription of the 'Compositing for fixed position elements on high DPI' experimen t."> 5760 <message name="IDS_FLAGS_COMPOSITING_FOR_FIXED_POSITION_HIGH_DPI" desc="De scription of the 'Compositing for fixed position elements on high DPI' experimen t.">
5767 Enabled only for high-DPI displays 5761 Enabled only for high-DPI displays
5768 </message> 5762 </message>
5769 <message name="IDS_FLAGS_COMPOSITING_FOR_TRANSITION_NAME" desc="Name of th e 'Compositing for RenderLayers with transitions' lab."> 5763 <message name="IDS_FLAGS_COMPOSITING_FOR_TRANSITION_NAME" desc="Name of th e 'Compositing for RenderLayers with transitions' lab.">
(...skipping 8392 matching lines...) Expand 10 before | Expand all | Expand 10 after
14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode"> 14156 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr iption of the 'Extension Content Verification' enforce mode">
14163 Enforce (try to get hashes, and enforce them if successful) 14157 Enforce (try to get hashes, and enforce them if successful)
14164 </message> 14158 </message>
14165 14159
14166 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode"> 14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc ="Description of the 'Extension Content Verification' enforce strict mode">
14167 Enforce strict (hard fail if we can't get hashes) 14161 Enforce strict (hard fail if we can't get hashes)
14168 </message> 14162 </message>
14169 </messages> 14163 </messages>
14170 </release> 14164 </release>
14171 </grit> 14165 </grit>
OLDNEW
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698