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

Issue 8115020: add crypto module password dialog view and test. (Closed)

Created:
9 years, 2 months ago by alicet1
Modified:
9 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

add crypto module password dialog view and test. move cryto_module_password_dialog.cc out of gtk dir into cyrpto_module_password_dialog_view.cc and crypto_module_password_dialog.cc. crypto_module_password_dialog_view.cc needs views lib, and so it is not linked into all platform. BUG=97844 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112314

Patch Set 1 #

Patch Set 2 : include CryptoModulePasswordDialogView only when libviews.a is present. #

Total comments: 2

Patch Set 3 : fix window's dependencies #

Total comments: 18

Patch Set 4 : updates per comments. #

Patch Set 5 : fix unittest exclusion. #

Patch Set 6 : update #

Patch Set 7 : update #

Patch Set 8 : update #

Patch Set 9 : move into chrome/browser/ui/views #

Patch Set 10 : update #

Patch Set 11 : update friend_test #

Patch Set 12 : update #

Total comments: 10

Patch Set 13 : update #

Total comments: 1

Patch Set 14 : merge and update. #

Patch Set 15 : update and merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+406 lines, -261 lines) Patch
A chrome/browser/ui/crypto_module_password_dialog.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +118 lines, -0 lines 0 comments Download
D chrome/browser/ui/gtk/crypto_module_password_dialog.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -238 lines 0 comments Download
A chrome/browser/ui/views/crypto_module_password_dialog_view.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/crypto_module_password_dialog_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +149 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/stubs_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -21 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +7 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
alicet1
9 years, 2 months ago (2011-10-05 14:29:17 UTC) #1
Emmanuel Saint-loubert-Bié
Alice, Just a quick drive by comment :-) Also when you 'Publish' please indicate who ...
9 years, 2 months ago (2011-10-05 14:33:27 UTC) #2
Greg Spencer (Chromium)
http://codereview.chromium.org/8115020/diff/6001/chrome/browser/ui/crypto_module_password_dialog.cc File chrome/browser/ui/crypto_module_password_dialog.cc (right): http://codereview.chromium.org/8115020/diff/6001/chrome/browser/ui/crypto_module_password_dialog.cc#newcode17 chrome/browser/ui/crypto_module_password_dialog.cc:17: #if defined(OS_WIN) || defined(TOOLKIT_VIEWS) It seems to me that ...
9 years, 2 months ago (2011-10-05 23:41:16 UTC) #3
alicet1
http://codereview.chromium.org/8115020/diff/2001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/8115020/diff/2001/chrome/chrome_browser.gypi#newcode4422 chrome/chrome_browser.gypi:4422: 'browser/ui/crypto_module_password_dialog_view.h', On 2011/10/05 14:33:27, Emmanuel Saint-loubert wrote: > Because ...
9 years, 2 months ago (2011-10-06 22:04:08 UTC) #4
Greg Spencer (Chromium)
LGTM.
9 years, 2 months ago (2011-10-06 23:11:21 UTC) #5
alicet1
+scott for owners. ptal. thanx, alice
9 years ago (2011-11-29 00:40:39 UTC) #6
sky
Could you copy the existing files to make it easier to see what's actually changing ...
9 years ago (2011-11-29 00:51:28 UTC) #7
alicet1
http://codereview.chromium.org/8115020/diff/38001/chrome/browser/ui/crypto_module_password_dialog.cc File chrome/browser/ui/crypto_module_password_dialog.cc (right): http://codereview.chromium.org/8115020/diff/38001/chrome/browser/ui/crypto_module_password_dialog.cc#newcode38 chrome/browser/ui/crypto_module_password_dialog.cc:38: ~CryptoModuleBlockingDialogDelegate() { On 2011/11/29 00:51:28, sky wrote: > virtual ...
9 years ago (2011-11-29 19:04:27 UTC) #8
sky
LGTM
9 years ago (2011-11-29 21:40:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alicet@chromium.org/8115020/48010
9 years ago (2011-11-30 20:44:26 UTC) #10
commit-bot: I haz the power
9 years ago (2011-11-30 22:33:51 UTC) #11
Change committed as 112314

Powered by Google App Engine
This is Rietveld 408576698