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

Side by Side Diff: chrome/browser/resources/feedback/html/default.html

Issue 189833007: Change screenshots from default opt-in to default opt-out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"></link> 5 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"></link>
6 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"></li nk> 6 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"></li nk>
7 <link rel="stylesheet" href="../css/feedback.css"> 7 <link rel="stylesheet" href="../css/feedback.css">
8 8
9 <script src="chrome://resources/js/load_time_data.js"></script> 9 <script src="chrome://resources/js/load_time_data.js"></script>
10 <script src="chrome://resources/js/i18n_template_no_process.js"></script> 10 <script src="chrome://resources/js/i18n_template_no_process.js"></script>
(...skipping 30 matching lines...) Expand all
41 <div id="custom-file-container" hidden> 41 <div id="custom-file-container" hidden>
42 <label id="attached-filename-text"></label> 42 <label id="attached-filename-text"></label>
43 <button id="remove-attached-file" class="remove-file-button"></button> 43 <button id="remove-attached-file" class="remove-file-button"></button>
44 </div> 44 </div>
45 <div id="attach-error" class="attach-file-notification" 45 <div id="attach-error" class="attach-file-notification"
46 i18n-content="attach-file-to-big" hidden></div> 46 i18n-content="attach-file-to-big" hidden></div>
47 </div> 47 </div>
48 <div id="attach-file-note" i18n-content="attach-file-note"></div> 48 <div id="attach-file-note" i18n-content="attach-file-note"></div>
49 <!-- Screenshot --> 49 <!-- Screenshot -->
50 <div id="screenshot-container" class="checkbox-field-container"> 50 <div id="screenshot-container" class="checkbox-field-container">
51 <input id="screenshot-checkbox" type="checkbox" aria-labelledby="screensho t-label" checked> 51 <input id="screenshot-checkbox" type="checkbox" aria-labelledby="screensho t-label">
52 <label id="screenshot-label" i18n-content="screenshot"></label> 52 <label id="screenshot-label" i18n-content="screenshot"></label>
53 <img id="screenshot-image" alt="screenshot"> 53 <img id="screenshot-image" alt="screenshot">
54 </div> 54 </div>
55 <!-- System Information --> 55 <!-- System Information -->
56 <div class="checkbox-field-container"> 56 <div class="checkbox-field-container">
57 <input id="sys-info-checkbox" type="checkbox" aria-labelledby="sys-info-la bel" checked> 57 <input id="sys-info-checkbox" type="checkbox" aria-labelledby="sys-info-la bel" checked>
58 <label id="sys-info-label" i18n-values=".innerHTML:sys-info"></label> 58 <label id="sys-info-label" i18n-values=".innerHTML:sys-info"></label>
59 </span> 59 </span>
60 </div> 60 </div>
61 <if expr="chromeos"> 61 <if expr="chromeos">
(...skipping 11 matching lines...) Expand all
73 <button id="cancel-button" type="submit" 73 <button id="cancel-button" type="submit"
74 class="white-button" i18n-content="cancel"> 74 class="white-button" i18n-content="cancel">
75 </button> 75 </button>
76 <button id="send-report-button" type="submit" 76 <button id="send-report-button" type="submit"
77 class="blue-button" i18n-content="send-report"> 77 class="blue-button" i18n-content="send-report">
78 </button> 78 </button>
79 </div> 79 </div>
80 </div> 80 </div>
81 </body> 81 </body>
82 </html> 82 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698