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

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

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, add command line flag Created 8 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 4729 matching lines...) Expand 10 before | Expand all | Expand 10 after
4740 </message> 4740 </message>
4741 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s tring for access to geolocation."> 4741 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s tring for access to geolocation.">
4742 Detect your physical location 4742 Detect your physical location
4743 </message> 4743 </message>
4744 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st ring for access to extension management."> 4744 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st ring for access to extension management.">
4745 Manage your apps, extensions, and themes 4745 Manage your apps, extensions, and themes
4746 </message> 4746 </message>
4747 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs."> 4747 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs.">
4748 Access your tabs and browsing activity 4748 Access your tabs and browsing activity
4749 </message> 4749 </message>
4750 <message name="IDS_EXTENSION_PROMPT_WARNING_TAB_CAPTURE" desc="Permission string for access to capturing tab contents.">
4751 Video capture of your tabs and browsing activity
Aaron Boodman 2012/10/17 20:28:14 No separate warning for this permission. It will u
justinlin 2012/10/17 23:41:48 Done.
4752 </message>
4750 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger."> 4753 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger.">
4751 Access the page debugger backend 4754 Access the page debugger backend
4752 </message> 4755 </message>
4753 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> 4756 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard.">
4754 Access data you copy and paste 4757 Access data you copy and paste
4755 </message> 4758 </message>
4756 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech."> 4759 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech.">
4757 Access all text spoken using synthesized speech 4760 Access all text spoken using synthesized speech
4758 </message> 4761 </message>
4759 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings."> 4762 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings.">
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
5724 </message> 5727 </message>
5725 <message name="IDS_FLAGS_TOUCH_OPTIMIZED_UI_AUTOMATIC" desc="Option name f or automatic selection of touch optimized UI mode."> 5728 <message name="IDS_FLAGS_TOUCH_OPTIMIZED_UI_AUTOMATIC" desc="Option name f or automatic selection of touch optimized UI mode.">
5726 Automatic 5729 Automatic
5727 </message> 5730 </message>
5728 <message name="IDS_ENABLE_TOUCH_EVENTS_NAME" desc="Title of the enable tou ch-events flag." > 5731 <message name="IDS_ENABLE_TOUCH_EVENTS_NAME" desc="Title of the enable tou ch-events flag." >
5729 Force enable touch events. 5732 Force enable touch events.
5730 </message> 5733 </message>
5731 <message name="IDS_ENABLE_TOUCH_EVENTS_DESCRIPTION" desc="Description of t he enable touch-events flag."> 5734 <message name="IDS_ENABLE_TOUCH_EVENTS_DESCRIPTION" desc="Description of t he enable touch-events flag.">
5732 Enables experimental touch event support regardless of the presence of a physical touch screen capable of generating touch events. 5735 Enables experimental touch event support regardless of the presence of a physical touch screen capable of generating touch events.
5733 </message> 5736 </message>
5737 <message name="IDS_ENABLE_TAB_CAPTURE_NAME" desc="Title of the enable tab capture flag." >
5738 Enable Tab Capture API
5739 </message>
5740 <message name="IDS_ENABLE_TAB_CAPTURE_DESCRIPTION" desc="Description of th e enable tab capture flag.">
5741 Enables experimental tab capture API to generate video streams of tab co ntent.
5742 </message>
5734 <message name="IDS_ENABLE_BACKLOADER_NAME" desc="Title of the enable backg round loader flag." > 5743 <message name="IDS_ENABLE_BACKLOADER_NAME" desc="Title of the enable backg round loader flag." >
5735 Enable background loader component for hosted applications 5744 Enable background loader component for hosted applications
5736 </message> 5745 </message>
5737 <message name="IDS_ENABLE_BACKLOADER_DESCRIPTION" desc="Description of the enable background loader flag."> 5746 <message name="IDS_ENABLE_BACKLOADER_DESCRIPTION" desc="Description of the enable background loader flag.">
5738 Enable background loader component for hosted applications. 5747 Enable background loader component for hosted applications.
5739 </message> 5748 </message>
5740 <message name="IDS_ENABLE_BEZEL_TOUCH_NAME" desc="Title of the enble bezel touch actions flag." > 5749 <message name="IDS_ENABLE_BEZEL_TOUCH_NAME" desc="Title of the enble bezel touch actions flag." >
5741 Enable bezel touch actions 5750 Enable bezel touch actions
5742 </message> 5751 </message>
5743 <message name="IDS_ENABLE_BEZEL_TOUCH_DESCRIPTION" desc="Description of th e enable bezel touch actions flag."> 5752 <message name="IDS_ENABLE_BEZEL_TOUCH_DESCRIPTION" desc="Description of th e enable bezel touch actions flag.">
(...skipping 8882 matching lines...) Expand 10 before | Expand all | Expand 10 after
14626 14635
14627 <structures fallback_to_english="true"> 14636 <structures fallback_to_english="true">
14628 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14637 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14629 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14638 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14630 </structure> 14639 </structure>
14631 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14640 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14632 </structure> 14641 </structure>
14633 </structures> 14642 </structures>
14634 </release> 14643 </release>
14635 </grit> 14644 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/extensions/api/tab_capture/tab_capture_api.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698