summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/cookies_window_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Hook up the Delete key, in addition to the backspace key, to the Remove...rsesek@chromium.org2010-06-181-0/+17
* Initialize CookiesTreeModel with a cookie monster instead of a profil.jochen@chromium.org2010-05-311-2/+3
* Remove empty nodes when deleting cookies.jochen@chromium.org2010-04-261-8/+3
* [Mac] Select the previous node when the last cookie in the list is deleted.rsesek@chromium.org2010-03-311-13/+36
* [Mac] display appcaches in cookie treedanno@chromium.org2010-03-301-2/+4
* Mac: fix enabling of remove button in cookie tree when there is a selectiondanno@chromium.org2010-03-151-0/+4
* [Mac] augment modal cookie prompt on mac to include details panedanno@chromium.org2010-03-121-30/+12
* [Mac] Reduce jank in the cookie manager by batching updates from the model.rsesek@chromium.org2010-03-021-17/+46
* Teach the cookie tree view and model about appcaches. Not hooked up to real d...michaeln@chromium.org2010-02-261-1/+1
* [Mac] Implement HTML5 database items in "Cookies and Other Data" dialog.evan@chromium.org2010-02-241-7/+19
* Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...ian@chromium.org2010-02-101-1/+1
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-101-2/+5
* [Mac] Add local storage nodes to the cookie managerrsesek@chromium.org2010-02-091-1/+18
* Remove CookieTreeNode(UglyHacks) category because, as the name implies, it's ...rsesek@chromium.org2010-02-031-4/+4
* [Mac] Reduce jank in the cookie manager by lazily creating child nodes for th...rsesek@chromium.org2010-02-011-0/+7
* Fix an invalid read in CocoaCookieTreeNode that occurs when filtering cookies...rsesek@chromium.org2010-01-271-8/+45
* [Mac] Give the cookies manager a search field.rsesek@chromium.org2010-01-261-0/+8
* Adds local storage nodes to cookie tree model and cookies view.bulach@chromium.org2010-01-251-2/+4
* [Mac] Fix a crash in the cookies manager that was caused by an invalid select...rsesek@chromium.org2010-01-211-0/+28
* Fix a leak in -[CookiesWindowContrller loadTreeModelFromProfile] from r36497.rsesek@chromium.org2010-01-191-1/+3
* [Mac] If a user clears browsing data with the cookie manager open, update the UIrsesek@chromium.org2010-01-181-27/+62
* [Mac] Fix beta-blocking bugs in the cookies managerrsesek@chromium.org2010-01-161-3/+29
* [Mac] Implement the cookie managerrsesek@chromium.org2010-01-051-0/+242