summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/cookies_window_controller_unittest.mm
Commit message (Expand)AuthorAgeFilesLines
* Replace hard-coded strings in CookiesWindowControllerTest with their GRIT val...rsesek@chromium.org2010-05-171-10/+22
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* [Mac] Select the previous node when the last cookie in the list is deleted.rsesek@chromium.org2010-03-311-3/+27
* [Mac] display appcaches in cookie treedanno@chromium.org2010-03-301-11/+25
* [Mac] Better code sharing between cookie tree and cookie promptdanno@chromium.org2010-03-181-44/+48
* [Mac] augment modal cookie prompt on mac to include details panedanno@chromium.org2010-03-121-8/+1
* [Mac] Reduce jank in the cookie manager by batching updates from the model.rsesek@chromium.org2010-03-021-2/+2
* Teach the cookie tree view and model about appcaches. Not hooked up to real d...michaeln@chromium.org2010-02-261-2/+2
* [Mac] Implement HTML5 database items in "Cookies and Other Data" dialog.evan@chromium.org2010-02-241-1/+57
* Mark CookiesWindowControllerTest.RemoveButtonEnabled as flaky.rsesek@chromium.org2010-02-101-1/+7
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-101-2/+19
* Fix a leak in CookiesWindowControllerTest and remove the appropriate suppressionrsesek@chromium.org2010-02-101-0/+5
* [Mac] Add local storage nodes to the cookie managerrsesek@chromium.org2010-02-091-3/+78
* Remove CookieTreeNode(UglyHacks) category because, as the name implies, it's ...rsesek@chromium.org2010-02-031-45/+29
* [Mac] Reduce jank in the cookie manager by lazily creating child nodes for th...rsesek@chromium.org2010-02-011-1/+1
* Fix an invalid read in CocoaCookieTreeNode that occurs when filtering cookies...rsesek@chromium.org2010-01-271-5/+4
* Change hardcoded strings (!) in Mac unittest to match real string changes.pkasting@chromium.org2010-01-271-2/+2
* [Mac] Give the cookies manager a search field.rsesek@chromium.org2010-01-261-0/+52
* Adds local storage nodes to cookie tree model and cookies view.bulach@chromium.org2010-01-251-10/+22
* [Mac] Fix a crash in the cookies manager that was caused by an invalid select...rsesek@chromium.org2010-01-211-0/+55
* [Mac] If a user clears browsing data with the cookie manager open, update the UIrsesek@chromium.org2010-01-181-0/+27
* [Mac] Fix beta-blocking bugs in the cookies managerrsesek@chromium.org2010-01-161-0/+72
* Revert 36314 - Failed unit tests - Fix a leak in CookiesWindowControllerTest ...rsesek@chromium.org2010-01-151-8/+0
* Fix a leak in CookiesWindowControllerTest and remove the appropriate suppressionrsesek@chromium.org2010-01-151-0/+8
* Move code duplicated in two tests up into the TestingProfile.rsesek@chromium.org2010-01-081-51/+23
* Revert 35703 - Move code duplicated in two tests up into the TestingProfile.rsesek@chromium.org2010-01-071-22/+51
* Move code duplicated in two tests up into the TestingProfile.rsesek@chromium.org2010-01-071-51/+22
* [Mac] Implement the cookie managerrsesek@chromium.org2010-01-051-0/+366