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

Issue 8619009: Fix print preview control button order for views. (Closed)

Created:
9 years, 1 month ago by Lei Zhang
Modified:
9 years ago
Reviewers:
Evan Stade
CC:
chromium-reviews
Visibility:
Public.

Description

Fix print preview control button order for views. BUG=104236 TEST=see bug, also chrome.toolkit is available in print preview's JS console. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113356

Patch Set 1 : '' #

Total comments: 2

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M chrome/browser/resources/print_preview/print_preview.css View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/resources/print_preview/print_preview.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/constrained_html_ui.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Lei Zhang
9 years, 1 month ago (2011-11-22 00:44:01 UTC) #1
Evan Stade
http://codereview.chromium.org/8619009/diff/1002/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (right): http://codereview.chromium.org/8619009/diff/1002/chrome/browser/resources/print_preview/print_preview.css#newcode417 chrome/browser/resources/print_preview/print_preview.css:417: -webkit-box-pack: start; no
9 years, 1 month ago (2011-11-22 02:16:08 UTC) #2
Lei Zhang
http://codereview.chromium.org/8619009/diff/1002/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (right): http://codereview.chromium.org/8619009/diff/1002/chrome/browser/resources/print_preview/print_preview.css#newcode417 chrome/browser/resources/print_preview/print_preview.css:417: -webkit-box-pack: start; On 2011/11/22 02:16:08, Evan Stade wrote: > ...
9 years, 1 month ago (2011-11-22 02:29:14 UTC) #3
Lei Zhang
ping
9 years ago (2011-11-28 20:42:44 UTC) #4
Lei Zhang
ping again (and how did this CL get closed?)
9 years ago (2011-12-02 19:02:18 UTC) #5
Lei Zhang
http://codereview.chromium.org/8619009/diff/6002/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (left): http://codereview.chromium.org/8619009/diff/6002/chrome/browser/resources/print_preview/print_preview.css#oldcode417 chrome/browser/resources/print_preview/print_preview.css:417: -webkit-box-direction: reverse; I tried putting this back as follows, ...
9 years ago (2011-12-02 22:25:53 UTC) #6
Evan Stade
I'll have a look at it tomorrow, that property works but I guess the rules ...
9 years ago (2011-12-05 02:11:59 UTC) #7
Lei Zhang
On 2011/12/05 02:11:59, Evan Stade wrote: > I'll have a look at it tomorrow, that ...
9 years ago (2011-12-06 22:40:26 UTC) #8
Evan Stade
http://codereview.chromium.org/8619009/diff/14001/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (right): http://codereview.chromium.org/8619009/diff/14001/chrome/browser/resources/print_preview/print_preview.css#newcode421 chrome/browser/resources/print_preview/print_preview.css:421: html[toolkit=views] .button-strip { can't you use toolkit!=views or something
9 years ago (2011-12-06 23:24:33 UTC) #9
Lei Zhang
On 2011/12/06 23:24:33, Evan Stade wrote: > http://codereview.chromium.org/8619009/diff/14001/chrome/browser/resources/print_preview/print_preview.css > File chrome/browser/resources/print_preview/print_preview.css (right): > > http://codereview.chromium.org/8619009/diff/14001/chrome/browser/resources/print_preview/print_preview.css#newcode421 ...
9 years ago (2011-12-06 23:29:14 UTC) #10
Evan Stade
On 2011/12/06 23:29:14, Lei Zhang wrote: > On 2011/12/06 23:24:33, Evan Stade wrote: > > ...
9 years ago (2011-12-06 23:30:19 UTC) #11
Lei Zhang
On 2011/12/06 23:30:19, Evan Stade wrote: > html:not([toolkit=views]) Thanks. Done.
9 years ago (2011-12-06 23:40:00 UTC) #12
Evan Stade
lgtm with nit http://codereview.chromium.org/8619009/diff/14010/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (right): http://codereview.chromium.org/8619009/diff/14010/chrome/browser/resources/print_preview/print_preview.css#newcode420 chrome/browser/resources/print_preview/print_preview.css:420: html:not([toolkit=views]) .button-strip { prefer to group ...
9 years ago (2011-12-07 04:37:27 UTC) #13
Lei Zhang
http://codereview.chromium.org/8619009/diff/14010/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (right): http://codereview.chromium.org/8619009/diff/14010/chrome/browser/resources/print_preview/print_preview.css#newcode420 chrome/browser/resources/print_preview/print_preview.css:420: html:not([toolkit=views]) .button-strip { On 2011/12/07 04:37:27, Evan Stade wrote: ...
9 years ago (2011-12-07 04:44:12 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/8619009/21001
9 years ago (2011-12-07 04:44:35 UTC) #15
commit-bot: I haz the power
9 years ago (2011-12-07 06:49:15 UTC) #16
Change committed as 113356

Powered by Google App Engine
This is Rietveld 408576698