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

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

Issue 8051030: Changing third-party cookie blocking: strict by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
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 4431 matching lines...) Expand 10 before | Expand all | Expand 10 after
4442 <if expr="pp_ifdef('android')"> 4442 <if expr="pp_ifdef('android')">
4443 <message name="IDS_FLAGS_EXPERIMENTAL_LOCATION_FEATURES_DESCRIPTION" des c="Description of the 'Enable experimental location features' lab."> 4443 <message name="IDS_FLAGS_EXPERIMENTAL_LOCATION_FEATURES_DESCRIPTION" des c="Description of the 'Enable experimental location features' lab.">
4444 Enables experimental extensions to the geolocation feature. Includes u sing operating system location APIs (where available), and sending additional lo cal network configuration data to the Google location service to provide higher accuracy positioning. 4444 Enables experimental extensions to the geolocation feature. Includes u sing operating system location APIs (where available), and sending additional lo cal network configuration data to the Google location service to provide higher accuracy positioning.
4445 </message> 4445 </message>
4446 </if> 4446 </if>
4447 <if expr="not pp_ifdef('android')"> 4447 <if expr="not pp_ifdef('android')">
4448 <message name="IDS_FLAGS_EXPERIMENTAL_LOCATION_FEATURES_DESCRIPTION" des c="Description of the 'Enable experimental location features' lab."> 4448 <message name="IDS_FLAGS_EXPERIMENTAL_LOCATION_FEATURES_DESCRIPTION" des c="Description of the 'Enable experimental location features' lab.">
4449 Enables experimental extensions to the geolocation feature to use oper ating system location APIs (where available). 4449 Enables experimental extensions to the geolocation feature to use oper ating system location APIs (where available).
4450 </message> 4450 </message>
4451 </if> 4451 </if>
4452 <message name="IDS_FLAGS_BLOCK_ALL_THIRD_PARTY_COOKIES_NAME" desc="Name of the 'Block all third-party cookies' lab.">
4453 Block all third-party cookies
4454 </message>
4455 <message name="IDS_FLAGS_BLOCK_ALL_THIRD_PARTY_COOKIES_DESCRIPTION" desc=" Description of the 'Block all third-party cookies' lab.">
4456 When the option to block third-party cookies from being set is enabled, also block third-party cookies from being read.
4457 </message>
4458 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_NAME" desc="N ame of the 'Disable HTML5 interactive form validation' lab."> 4452 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_NAME" desc="N ame of the 'Disable HTML5 interactive form validation' lab.">
4459 Disable HTML5 interactive form validation 4453 Disable HTML5 interactive form validation
4460 </message> 4454 </message>
4461 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab."> 4455 <message name="IDS_FLAGS_DISABLE_INTERACTIVE_FORM_VALIDATION_DESCRIPTION" desc="Description of the 'Disable HTML5 interactive form validation' lab.">
4462 Disable showing validation messages and preventing form submission. 4456 Disable showing validation messages and preventing form submission.
4463 </message> 4457 </message>
4464 <message name="IDS_FLAGS_STATIC_IP_CONFIG_NAME" desc="Name of the static i p config lab."> 4458 <message name="IDS_FLAGS_STATIC_IP_CONFIG_NAME" desc="Name of the static i p config lab.">
4465 Experimental static ip configuration 4459 Experimental static ip configuration
4466 </message> 4460 </message>
4467 <message name="IDS_FLAGS_STATIC_IP_CONFIG_DESCRIPTION" desc="Description o f the static ip config lab."> 4461 <message name="IDS_FLAGS_STATIC_IP_CONFIG_DESCRIPTION" desc="Description o f the static ip config lab.">
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
5594 <message name="IDS_COOKIES_SESSION_ONLY_RADIO" desc="A radio button in the Content Settings dialog for allowing cookies and other site data for the curren t session only."> 5588 <message name="IDS_COOKIES_SESSION_ONLY_RADIO" desc="A radio button in the Content Settings dialog for allowing cookies and other site data for the curren t session only.">
5595 Allow local data to be set for the current session only 5589 Allow local data to be set for the current session only
5596 </message> 5590 </message>
5597 <message name="IDS_COOKIES_BLOCK_RADIO" desc="A radio button in the Conten t Settings dialog for blocking cookies and other site data from being stored on your computer."> 5591 <message name="IDS_COOKIES_BLOCK_RADIO" desc="A radio button in the Conten t Settings dialog for blocking cookies and other site data from being stored on your computer.">
5598 Block sites from setting any data 5592 Block sites from setting any data
5599 </message> 5593 </message>
5600 <message name="IDS_COOKIES_EXCEPTIONS_BUTTON" desc="A button in the Conten t Settings dialog for opening cookie storing exception rules dialog."> 5594 <message name="IDS_COOKIES_EXCEPTIONS_BUTTON" desc="A button in the Conten t Settings dialog for opening cookie storing exception rules dialog.">
5601 Exceptions... 5595 Exceptions...
5602 </message> 5596 </message>
5603 <message name="IDS_COOKIES_BLOCK_3RDPARTY_CHKBOX" desc="A checkbox in the Content Settings dialog for blocking all 3rd party cookies."> 5597 <message name="IDS_COOKIES_BLOCK_3RDPARTY_CHKBOX" desc="A checkbox in the Content Settings dialog for blocking all 3rd party cookies.">
5604 Block third-party cookies from being set 5598 Block all third-party cookies
5605 </message> 5599 </message>
5606 <message name="IDS_INTENTS_TAB_LABEL" desc="Label for Web Intents tab on C ontent Settings page"> 5600 <message name="IDS_INTENTS_TAB_LABEL" desc="Label for Web Intents tab on C ontent Settings page">
5607 Web Intents 5601 Web Intents
5608 </message> 5602 </message>
5609 5603
5610 <!-- Mac users do not close their browser; they quit it. --> 5604 <!-- Mac users do not close their browser; they quit it. -->
5611 <if expr="not is_macosx"> 5605 <if expr="not is_macosx">
5612 <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is closed." > 5606 <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is closed." >
5613 Clear cookies and other site data when I close my browser 5607 Clear cookies and other site data when I close my browser
5614 </message> 5608 </message>
(...skipping 8143 matching lines...) Expand 10 before | Expand all | Expand 10 after
13758 </messages> 13752 </messages>
13759 <structures fallback_to_english="true"> 13753 <structures fallback_to_english="true">
13760 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13754 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13761 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13755 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13762 </structure> 13756 </structure>
13763 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13757 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13764 </structure> 13758 </structure>
13765 </structures> 13759 </structures>
13766 </release> 13760 </release>
13767 </grit> 13761 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/content_settings/host_content_settings_map.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698