| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -2/+0 |
* | Changed type CookieList to being a vector CanonicalCookies. | rdsmith@google.com | 2010-07-21 | 1 | -5/+5 |
* | Store creating url in origin nodes and use it for content settings. | jochen@chromium.org | 2010-07-19 | 1 | -33/+48 |
* | compile fix. | bauerb@chromium.org | 2010-07-19 | 1 | -5/+6 |
* | Preparatory work for adding content exceptions from the tab cookie view. | bauerb@chromium.org | 2010-07-19 | 1 | -0/+7 |
* | Initialize CookiesTreeModel with a cookie monster instead of a profil. | jochen@chromium.org | 2010-05-31 | 1 | -13/+5 |
* | Remove empty nodes when deleting cookies. | jochen@chromium.org | 2010-04-26 | 1 | -0/+4 |
* | Don't show extension state in cookie tree list. | jochen@chromium.org | 2010-03-29 | 1 | -24/+0 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -1/+2 |
* | Hook up the content settings UI to the appcache. | michaeln@chromium.org | 2010-03-05 | 1 | -9/+20 |
* | [Mac] Reduce jank in the cookie manager by batching updates from the model. | rsesek@chromium.org | 2010-03-02 | 1 | -1/+43 |
* | Clearly identify extension and file:// resources in the cookie tree view. | michaeln@chromium.org | 2010-02-27 | 1 | -22/+59 |
* | Teach the cookie tree view and model about appcaches. Not hooked up to real d... | michaeln@chromium.org | 2010-02-26 | 1 | -98/+106 |
* | Add an icon for local storage and web databses in the cookie manager. | rsesek@chromium.org | 2010-02-25 | 1 | -2/+8 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Actually delete databases in CookiesTreeModel. | jochen@chromium.org | 2010-02-18 | 1 | -6/+13 |
* | Add support for HTML5 databases to the cookie tree model. | jochen@chromium.org | 2010-02-10 | 1 | -39/+118 |
* | Adds local storage nodes to cookie tree model and cookies view. | bulach@chromium.org | 2010-01-25 | 1 | -6/+118 |
* | Revert last 3 patches. Sorry guys. :-( | jorlow@chromium.org | 2010-01-20 | 1 | -113/+4 |
* | Adds local storage nodes to cookie tree model and cookies view. | jorlow@chromium.org | 2010-01-20 | 1 | -4/+113 |
* | Linux: Adds back the ability to filter cookies by origin in the cookies optio... | mattm@chromium.org | 2009-11-30 | 1 | -1/+0 |
* | Adds back the ability to filter cookies by origin in the cookies options view. | ian@chromium.org | 2009-11-25 | 1 | -7/+22 |
* | Fixing GCC 4.4 build fix (landing a patch for hbono) | ian@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | Sort the origins in the cookies_tree_model by effective TLD, as opposed | ian@chromium.org | 2009-11-19 | 1 | -1/+49 |
* | Linux: Convert Cookies options page from a list into a tree. | mattm@chromium.org | 2009-11-11 | 1 | -1/+1 |
* | Converting the Cookies options page from a TableView to a TreeView | ian@chromium.org | 2009-11-06 | 1 | -0/+231 |