summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_cookies_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Standardizing argument order for CanonicalCookie constructors.mkwst@chromium.org2011-04-191-12/+12
* Removing off the record references from TestingProfile and RenderMessageFilter.vipul.bhasin@gmail.com2011-03-251-2/+2
* Removing references to off the record in comments and log messages.akalin@chromium.org2011-03-081-2/+1
* Show the origin of the site setting the cookie instead of the domain of therogerta@chromium.org2011-02-241-5/+5
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-2/+3
* Do not create an incognito profile if none exists in cookies.getAllCookieStoresjochen@chromium.org2010-12-151-0/+4
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-6/+6
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-3/+3
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+2
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-16/+14
* Converted CanonicalCookies over to containing a domain.rdsmith@google.com2010-07-141-4/+4
* C++ readability change for cindylau.cindylau@google.com2010-06-021-20/+40
* Add the new cookies API to Chrome Extensions, minus the eventcindylau@google.com2010-05-181-0/+183