| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanup. Simplify the DOMStorageContext interface exposed by the conten... | michaeln@google.com | 2012-06-11 | 1 | -2/+4 |
* | Refactor *BrowsingDataCookieHelper and remove the profile dependency. | markusheintz@chromium.org | 2012-06-06 | 1 | -1/+1 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Show ServerBoundCerts in site data viewer. | mattm@chromium.org | 2012-04-06 | 1 | -9/+87 |
* | Move creation of BrowserContext objects that live in content to content, inst... | jam@chromium.org | 2012-02-20 | 1 | -2/+8 |
* | Reverting to green up the memory waterfall. | jhawkins@chromium.org | 2012-02-19 | 1 | -5/+2 |
* | Move creation of BrowserContext objects that live in content to content, inst... | jam@chromium.org | 2012-02-17 | 1 | -2/+5 |
* | Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par... | erg@chromium.org | 2012-02-13 | 1 | -2/+3 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 1 | -0/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -3/+4 |
* | Adding CookieSettings for storing cookie content settings. | marja@chromium.org | 2011-10-28 | 1 | -3/+5 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | * Wire up the delete command in the cookie tree UI to actually delete indexed... | michaeln@google.com | 2011-08-25 | 1 | -2/+3 |
* | When deleting storage through the cookies tree model, also update its cache | jochen@chromium.org | 2011-08-18 | 1 | -0/+4 |
* | Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging... | ycxiao@chromium.org | 2011-08-12 | 1 | -109/+93 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Adding usage entry to chrome://settings/cookies. | tzik@chromium.org | 2011-08-09 | 1 | -23/+126 |
* | Revert 95607 - Adding usage entry to chrome://settings/cookies. | tzik@chromium.org | 2011-08-08 | 1 | -114/+22 |
* | Adding usage entry to chrome://settings/cookies. | tzik@chromium.org | 2011-08-05 | 1 | -22/+114 |
* | Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel... | yzshen@chromium.org | 2011-08-05 | 1 | -91/+105 |
* | Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging... | ycxiao@chromium.org | 2011-08-04 | 1 | -105/+91 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -1/+2 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | bookmarks: Use empty() accessor in some places instead of relying in child_co... | tfarina@chromium.org | 2011-07-12 | 1 | -1/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Adding filesystems to CookiesTreeModel search results. | mkwst@chromium.org | 2011-07-06 | 1 | -0/+21 |
* | Add methods to support item_pattern, top_level_frame_pattersn to host_content... | markusheintz@chromium.org | 2011-06-16 | 1 | -7/+12 |
* | Split incognito extension content settings in session-only and persistent. | bauerb@chromium.org | 2011-06-03 | 1 | -5/+11 |
* | Wrapping blocked filesystems into TabSpecificContentSettings | mkwst@chromium.org | 2011-05-27 | 1 | -63/+253 |
* | Apply third party cookie blocking to all kinds of cookies | jochen@chromium.org | 2011-05-26 | 1 | -2/+1 |
* | Enable ContentSettingsPattern to match origins. | markusheintz@chromium.org | 2011-05-19 | 1 | -1/+2 |
* | Revert 85894 - Enable ContentSettingsPattern to match origins. | markusheintz@chromium.org | 2011-05-19 | 1 | -2/+1 |
* | Enable ContentSettingsPattern to match origins. | markusheintz@chromium.org | 2011-05-19 | 1 | -1/+2 |
* | Have AppCache code go through the content embedder API for content settings c... | jam@chromium.org | 2011-05-08 | 1 | -0/+1 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -1/+1 |
* | Improve the algorithm of TreeNode::Remove. | tfarina@chromium.org | 2011-03-22 | 1 | -4/+3 |
* | Group cookies by source field only in the collected cookies | jochen@chromium.org | 2011-03-17 | 1 | -6/+12 |
* | Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3. | tfarina@chromium.org | 2011-03-10 | 1 | -4/+4 |
* | Rename TreeNode::GetParent() to TreeNode::parent(). Part 2 | tfarina@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -2/+2 |
* | Rename IndexOfChild to GetIndexOf. Part 1 | tfarina@chromium.org | 2011-03-08 | 1 | -2/+2 |
* | Even more test cleanup. | erg@google.com | 2011-02-10 | 1 | -1/+1 |
* | Cleanup: Remove unneeded includes of notification_service.h, part 2. | thestig@chromium.org | 2010-12-17 | 1 | -1/+0 |
* | Implement preference and policy based content settings providers. | jochen@chromium.org | 2010-12-10 | 1 | -24/+1 |
* | Make the cookie list a class (instead of a typedef inside CookieMonster)... | jochen@chromium.org | 2010-12-03 | 1 | -1/+1 |
* | Move ContentSettingsDetails and Pattern out of HostContentSettingsMap as sepa... | jochen@chromium.org | 2010-12-02 | 1 | -4/+4 |
* | Refactor: move HostContentSettingsMap to content_settings | gfeher@chromium.org | 2010-11-30 | 1 | -1/+1 |