| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: More ctor/dtor cleanup. | erg@google.com | 2010-10-14 | 2 | -1/+6 |
* | FBTF: Further parts of r61237 that should be harmless to chrome_frame. | erg@google.com | 2010-10-13 | 2 | -25/+40 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 2 | -40/+25 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 2 | -25/+40 |
* | The return value of ClosePlatformFile() was reversed in r59041. Most | dumi@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Protect local storage created by extension apps. | andybons@chromium.org | 2010-09-01 | 3 | -6/+19 |
* | Add an optional parameter to CreatePlatformFile() to report the type | dumi@chromium.org | 2010-08-31 | 1 | -2/+2 |
* | FBTF: Remove unnecessary STL #includes from src/webkit. | viettrungluu@chromium.org | 2010-08-19 | 1 | -3/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -1/+2 |
* | Move bundled copy of sqlite one level deeper to better separate it | phajdan.jr@chromium.org | 2010-08-18 | 1 | -1/+1 |
* | GTTF: some more FRIEND_TEST_ALL_PREFIXES | phajdan.jr@chromium.org | 2010-08-16 | 1 | -2/+2 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 3 | -1/+3 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 2 | -2/+0 |
* | Make tests that rely on getting a temp dir exit if they don't. | evan@chromium.org | 2010-07-28 | 1 | -2/+2 |
* | Remove incorrect usages of USE_SYSTEM_SQLITE. | tfarina@chromium.org | 2010-07-19 | 1 | -6/+1 |
* | Support WebSQLDatabases in incognito mode. | dumi@chromium.org | 2010-06-13 | 5 | -361/+495 |
* | Remove the dirfd parameter from all Chromium code. The POSIX VFS | dumi@chromium.org | 2010-05-12 | 2 | -26/+5 |
* | Enable -Werror on Linux and Win for src/webkit/ | tony@chromium.org | 2010-04-21 | 1 | -1/+1 |
* | Include the appcache and database tracker databases into the sql diagnostics ... | michaeln@chromium.org | 2010-04-02 | 1 | -0/+16 |
* | Reapply 43381 - Add some safeguards in DatabaseTracker to prevent writing any... | michaeln@chromium.org | 2010-04-02 | 3 | -19/+70 |
* | Revert 43381 - Add some safeguards in DatabaseTracker to prevent writing anyt... | michaeln@google.com | 2010-04-01 | 3 | -38/+16 |
* | Add some safeguards in DatabaseTracker to prevent writing anything to disk fo... | michaeln@chromium.org | 2010-04-01 | 3 | -16/+38 |
* | Hook up extension apps notification permission, take two | rafaelw@chromium.org | 2010-03-31 | 2 | -0/+6 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 2 | -10/+60 |
* | Copy header files to third_party/WebKit/WebKit/chromium/public when | tony@chromium.org | 2010-03-25 | 1 | -0/+7 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 2 | -60/+10 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 2 | -10/+60 |
* | Revert r42467: "Clear cookies, local storage and databases when an extension ... | maruel@chromium.org | 2010-03-24 | 2 | -60/+10 |
* | Clear cookies, local storage and databases when an extension gets uninstalled. | jochen@chromium.org | 2010-03-24 | 2 | -10/+60 |
* | Move glue, appcache, and database targets out of webkit into gypi files. | tony@chromium.org | 2010-03-15 | 1 | -0/+32 |
* | webkit/database: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-06 | 4 | -4/+5 |
* | Reset the default quota limit for extensions to 5MB, but add a | dumi@chromium.org | 2010-02-27 | 4 | -11/+39 |
* | Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-25 | 2 | -2/+1 |
* | Increase the default quota for extensions to 1GB. | dumi@chromium.org | 2010-02-20 | 1 | -1/+1 |
* | Actually delete databases in CookiesTreeModel. | jochen@chromium.org | 2010-02-18 | 3 | -51/+202 |
* | Ask renderers to immediately close all DB handles to a database file | dumi@chromium.org | 2010-02-12 | 5 | -14/+99 |
* | Add support for CONTENT_SETTING_ASK to database. | jorlow@chromium.org | 2010-02-11 | 4 | -10/+40 |
* | Add support for HTML5 databases to the cookie tree model. | jochen@chromium.org | 2010-02-10 | 2 | -11/+30 |
* | Delete HTML5 database in BrowsingDataRemover, part 1. | jochen@chromium.org | 2010-02-06 | 2 | -13/+55 |
* | Reland 37913. Clear local state on exit. | jochen@chromium.org | 2010-02-03 | 2 | -1/+48 |
* | Revert 37913 - Clear local state (cookies, databases, local storage) on exit. | chase@chromium.org | 2010-02-03 | 2 | -48/+1 |
* | Clear local state (cookies, databases, local storage) on exit. | jochen@chromium.org | 2010-02-03 | 2 | -1/+48 |
* | Adds support for SetDatabaseQuota(). Also, should remove a lot of | dumi@chromium.org | 2010-01-22 | 4 | -8/+26 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -2/+2 |
* | Adding methods that will be used by the quota management UI. | dumi@chromium.org | 2010-01-06 | 11 | -96/+622 |
* | Clarify licenses on a bunch of files. | evan@chromium.org | 2009-12-29 | 3 | -3/+3 |
* | Use utf_string_conversions header in more places. | maruel@chromium.org | 2009-12-11 | 1 | -1/+2 |