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

Issue 2859040: Implement limited paged media support for win. (Closed)

Created:
10 years, 5 months ago by hamaji
Modified:
9 years, 5 months ago
Reviewers:
hayato, Yuzo
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Implement limited paged media support for win. BUG=47277 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51501

Patch Set 1 #

Total comments: 8

Patch Set 2 : updated #

Total comments: 2

Patch Set 3 : add change for page_overlays_unittest #

Patch Set 4 : the comment fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -18 lines) Patch
M chrome/browser/printing/print_view_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/render_messages.h View 1 2 3 3 chunks +6 lines, -1 line 0 comments Download
M chrome/renderer/print_web_view_helper.cc View 2 chunks +8 lines, -1 line 0 comments Download
M chrome/renderer/print_web_view_helper_win.cc View 1 4 chunks +44 lines, -4 lines 0 comments Download
M printing/page_overlays_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M printing/printed_document.h View 1 chunk +2 lines, -1 line 0 comments Download
M printing/printed_document.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M printing/printed_document_win.cc View 3 chunks +14 lines, -3 lines 0 comments Download
M printing/printed_page.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M printing/printed_page.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
hamaji
10 years, 5 months ago (2010-07-01 07:52:15 UTC) #1
Yuzo
Hi, thank you for writing this patch. http://codereview.chromium.org/2859040/diff/1/4 File chrome/renderer/print_web_view_helper_win.cc (right): http://codereview.chromium.org/2859040/diff/1/4#newcode119 chrome/renderer/print_web_view_helper_win.cc:119: static_cast<int>(ConvertUnitDouble( Why ...
10 years, 5 months ago (2010-07-01 09:33:39 UTC) #2
hamaji
Sorry, somehow my previous patch was wrong. So, there are a few more modified files ...
10 years, 5 months ago (2010-07-01 11:24:26 UTC) #3
Yuzo
On 2010/07/01 11:24:26, hamaji wrote: > Sorry, somehow my previous patch was wrong. So, there ...
10 years, 5 months ago (2010-07-01 11:34:26 UTC) #4
Yuzo
LGTM http://codereview.chromium.org/2859040/diff/6001/7002 File chrome/common/render_messages.h (right): http://codereview.chromium.org/2859040/diff/6001/7002#newcode465 chrome/common/render_messages.h:465: // False if the overlay is not visible ...
10 years, 5 months ago (2010-07-01 11:40:17 UTC) #5
hamaji
10 years, 5 months ago (2010-07-01 11:43:20 UTC) #6
http://codereview.chromium.org/2859040/diff/6001/7002
File chrome/common/render_messages.h (right):

http://codereview.chromium.org/2859040/diff/6001/7002#newcode465
chrome/common/render_messages.h:465: // False if the overlay is not visible in
this page.
On 2010/07/01 11:40:18, Yuzo wrote:
> s/overlay is/overlays are/ ?
> 
> I also think
> "True if the page has visible overlays." is more straightforward than
> "False ... not ..." .

Done.

Powered by Google App Engine
This is Rietveld 408576698