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

Issue 11417003: Reland r167487: Get full WebPluginInfo for the PDF plug-in before enabling it for print preview. (Closed)

Created:
8 years, 1 month ago by Bernhard Bauer
Modified:
8 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Reland r167487: Get full WebPluginInfo for the PDF plug-in before enabling it for print preview. Previous review: http://codereview.chromium.org/11364202/ TBR=thestig@chromium.org BUG=159902, 113008 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=169938

Patch Set 1 #

Total comments: 15

Patch Set 2 : review #

Patch Set 3 : fix #

Patch Set 4 : fix #

Total comments: 4

Patch Set 5 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -115 lines) Patch
M chrome/browser/printing/print_preview_tab_controller.cc View 1 2 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/printing/print_preview_tab_controller_unittest.cc View 1 3 chunks +2 lines, -15 lines 0 comments Download
A chrome/browser/printing/print_preview_test.h View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/browser/printing/print_preview_test.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc View 1 2 3 3 chunks +17 lines, -9 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/base/win/window_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/win/window_impl.cc View 1 2 3 4 5 chunks +66 lines, -85 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Bernhard Bauer
Please review... Peter: This does what you suggested in http://crbug.com/113008 (Don't unregister window classes) by ...
8 years, 1 month ago (2012-11-15 16:27:12 UTC) #1
Ben Goodger (Google)
I'll admit I've never really understood the complexity we have around WNDCLASS registration in WindowImpl. ...
8 years, 1 month ago (2012-11-15 17:08:22 UTC) #2
Peter Kasting
LGTM https://codereview.chromium.org/11417003/diff/1/chrome/browser/printing/print_preview_tab_controller.cc File chrome/browser/printing/print_preview_tab_controller.cc (right): https://codereview.chromium.org/11417003/diff/1/chrome/browser/printing/print_preview_tab_controller.cc#newcode66 chrome/browser/printing/print_preview_tab_controller.cc:66: pdf_plugin_path, &pdf_plugin)) { Nit: Indent 4, not 8. ...
8 years, 1 month ago (2012-11-15 18:53:50 UTC) #3
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/11417003/diff/1/ui/base/win/window_impl.cc File ui/base/win/window_impl.cc (left): http://codereview.chromium.org/11417003/diff/1/ui/base/win/window_impl.cc#oldcode56 ui/base/win/window_impl.cc:56: << ". Error = " << GetLastError(); So we ...
8 years, 1 month ago (2012-11-15 19:08:36 UTC) #4
Bernhard Bauer
Thanks for the reviews! I'll do the fixes tomorrow. http://codereview.chromium.org/11417003/diff/1/chrome/browser/printing/print_preview_tab_controller_unittest.cc File chrome/browser/printing/print_preview_tab_controller_unittest.cc (right): http://codereview.chromium.org/11417003/diff/1/chrome/browser/printing/print_preview_tab_controller_unittest.cc#newcode53 chrome/browser/printing/print_preview_tab_controller_unittest.cc:53: ...
8 years, 1 month ago (2012-11-15 23:26:29 UTC) #5
cpu_(ooo_6.6-7.5)
On 2012/11/15 23:26:29, Bernhard Bauer wrote: > Thanks for the reviews! I'll do the fixes ...
8 years, 1 month ago (2012-11-16 21:35:32 UTC) #6
Bernhard Bauer
On 2012/11/16 21:35:32, cpu wrote: > On 2012/11/15 23:26:29, Bernhard Bauer wrote: > > Thanks ...
8 years, 1 month ago (2012-11-18 19:15:26 UTC) #7
cpu_(ooo_6.6-7.5)
maybe use GetClassInfo instead? I believe we only have classes in the chrome.dll so the ...
8 years, 1 month ago (2012-11-20 20:19:57 UTC) #8
Peter Kasting
LGTM https://codereview.chromium.org/11417003/diff/10003/chrome/browser/printing/print_preview_test.h File chrome/browser/printing/print_preview_test.h (right): https://codereview.chromium.org/11417003/diff/10003/chrome/browser/printing/print_preview_test.h#newcode17 chrome/browser/printing/print_preview_test.h:17: virtual void SetUp() OVERRIDE; Nit: Extra space https://codereview.chromium.org/11417003/diff/10003/ui/base/win/window_impl.cc ...
8 years, 1 month ago (2012-11-20 21:05:07 UTC) #9
Bernhard Bauer
https://codereview.chromium.org/11417003/diff/10003/chrome/browser/printing/print_preview_test.h File chrome/browser/printing/print_preview_test.h (right): https://codereview.chromium.org/11417003/diff/10003/chrome/browser/printing/print_preview_test.h#newcode17 chrome/browser/printing/print_preview_test.h:17: virtual void SetUp() OVERRIDE; On 2012/11/20 21:05:07, Peter Kasting ...
8 years, 1 month ago (2012-11-21 16:48:44 UTC) #10
Bernhard Bauer
On 2012/11/20 20:19:57, cpu wrote: > maybe use GetClassInfo instead? I believe we only have ...
8 years ago (2012-11-26 20:28:00 UTC) #11
cpu_(ooo_6.6-7.5)
lgtm
8 years ago (2012-11-27 23:44:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11417003/10
8 years ago (2012-11-28 00:20:59 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bauerb@chromium.org/11417003/10
8 years ago (2012-11-28 13:25:24 UTC) #14
commit-bot: I haz the power
8 years ago (2012-11-28 14:45:49 UTC) #15
Message was sent while issue was closed.
Change committed as 169938

Powered by Google App Engine
This is Rietveld 408576698