summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authordanno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-12 06:54:09 +0000
committerdanno@chromium.org <danno@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-12 06:54:09 +0000
commitd0edf4e5adf877515ff49a59f63600fd88a25b36 (patch)
treead789884b7918146fcbcddaf4f10284836ff3496 /chrome/chrome_tests.gypi
parent5fed0f1c5195ded63dfadadeb93c0b1d006f1fb4 (diff)
downloadchromium_src-d0edf4e5adf877515ff49a59f63600fd88a25b36.zip
chromium_src-d0edf4e5adf877515ff49a59f63600fd88a25b36.tar.gz
chromium_src-d0edf4e5adf877515ff49a59f63600fd88a25b36.tar.bz2
[Mac] augment modal cookie prompt on mac to include details pane
Added two new xibs. The first is a cookie info view that is shared between the tree that shows browser data and the cookie modal prompt to block accepting cookies. The second is a window to replace the NSAlert modal dialog for the cookie prompt. Modified cookie tree code and added cookie prompt code to use new xibs. Changed "hidden" handling of cookie detail view to use bindings rather than explicit code. TODOs for http://crbug.com/36948 not in this CL: - changing the expiration for cookies isn't implemented TEST=manually testing of modal cookie prompt, new unit tests BUG=http://crbug.com/36948 Review URL: http://codereview.chromium.org/669127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1fde562..ef4d494 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -636,6 +636,8 @@
'browser/cocoa/content_exceptions_window_controller_unittest.mm',
'browser/cocoa/content_settings_dialog_controller_unittest.mm',
'browser/cocoa/cookies_window_controller_unittest.mm',
+ 'browser/cocoa/cookie_prompt_window_controller_unittest.mm',
+ 'browser/cocoa/cookie_details_view_controller_unittest.mm',
'browser/cocoa/custom_home_pages_model_unittest.mm',
'browser/cocoa/delayedmenu_button_unittest.mm',
'browser/cocoa/disclosure_view_controller_unittest.mm',