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

Side by Side Diff: chrome/browser/resources/print_preview/settings/scaling_settings.html

Issue 2829973002: add customized printing setting for headless (Closed)
Patch Set: add skia as public_deps instead Created 3 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
« no previous file with comments | « no previous file | components/printing/renderer/print_web_view_helper.h » ('j') | headless/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="scaling-settings" class="two-column" hidden> 1 <div id="scaling-settings" class="two-column" hidden>
2 <div class="left-column"> 2 <div class="left-column">
3 <h1 id="scaling-label">$i18n{scalingLabel}</h1> 3 <h1 id="scaling-label">$i18n{scalingLabel}</h1>
4 </div> 4 </div>
5 <div class="right-column"> 5 <div class="right-column">
6 <div class="settings-box"> 6 <div class="settings-box">
7 <!-- The max and min value should match the ones in
8 headless_devtools_manager_delegate.cc.
9 Update both files at the same time -->
7 <input class="user-value" aria-labelledby="scaling-label" 10 <input class="user-value" aria-labelledby="scaling-label"
8 type="number" value="100" max="200" min="10" maxlength="3"> 11 type="number" value="100" max="200" min="10" maxlength="3">
9 </div> 12 </div>
10 <span class="hint" aria-live="polite" aria-hidden="true"> 13 <span class="hint" aria-live="polite" aria-hidden="true">
11 $i18n{scalingInstruction}</span> 14 $i18n{scalingInstruction}</span>
12 </div> 15 </div>
13 </div> 16 </div>
OLDNEW
« no previous file with comments | « no previous file | components/printing/renderer/print_web_view_helper.h » ('j') | headless/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698