summaryrefslogtreecommitdiffstats
path: root/webkit/database
Commit message (Expand)AuthorAgeFilesLines
* Remove VfsBackend::FileTypeIs{Journal,MainDB}phajdan.jr@chromium.org2011-07-272-16/+0
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-195-15/+15
* Move code to clear web databases on shutdown to the database trackerjochen@chromium.org2011-07-085-57/+242
* Change all the references from app_base to sql.tfarina@chromium.org2011-07-061-1/+1
* Revert 91288 - Change references from app_base to sql.cmp@chromium.org2011-07-011-1/+1
* Change references from app_base to sql.tfarina@chromium.org2011-07-011-1/+1
* Remove msvs_guids from third_party, webkit, tools and views.tony@chromium.org2011-06-141-1/+0
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-142-31/+2
* More WebSQLDatabase and QuotaManager integration.michaeln@google.com2011-05-266-267/+148
* We need this work-around for file:/// URIs asmichaeln@google.com2011-05-252-3/+19
* Implement DatabaseQuotaClient's DeteleteOriginData method.michaeln@google.com2011-05-253-12/+140
* Use the QuotaManager to determine the space available to WebSQLDatabases. Sin...michaeln@google.com2011-05-251-7/+13
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
* Added DeleteOriginData to QuotaClientkinuko@chromium.org2011-05-172-0/+13
* More Quota + WebSQLDatabase integration.michaeln@google.com2011-05-157-34/+366
* Implementation of DatabaseQuotaClient for the WebSQLDatabase system.michaeln@google.com2011-05-107-14/+614
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-1/+1
* Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have ...michaeln@google.com2011-04-013-2/+167
* Move some files from base to base/memory.levin@chromium.org2011-03-282-6/+6
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-251-0/+4
* web databases: remove a ToWStringHackevan@chromium.org2011-03-101-2/+3
* wstring: remove some simple instances of ToWStringHackevan@chromium.org2011-03-021-2/+4
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-265-43/+68
* More net/ reordering.erg@google.com2011-01-211-0/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Add some initial OWNERS files for src/webkit/.darin@chromium.org2011-01-141-0/+1
* FBTF: More ctor/dtor cleanup.erg@google.com2010-10-142-1/+6
* FBTF: Further parts of r61237 that should be harmless to chrome_frame.erg@google.com2010-10-132-25/+40
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-012-40/+25
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-012-25/+40
* The return value of ClosePlatformFile() was reversed in r59041. Mostdumi@chromium.org2010-09-271-1/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+1
* Protect local storage created by extension apps.andybons@chromium.org2010-09-013-6/+19
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-2/+2
* FBTF: Remove unnecessary STL #includes from src/webkit.viettrungluu@chromium.org2010-08-191-3/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-1/+2
* Move bundled copy of sqlite one level deeper to better separate itphajdan.jr@chromium.org2010-08-181-1/+1
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-161-2/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-033-1/+3
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+2
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-292-2/+0
* Make tests that rely on getting a temp dir exit if they don't.evan@chromium.org2010-07-281-2/+2
* Remove incorrect usages of USE_SYSTEM_SQLITE.tfarina@chromium.org2010-07-191-6/+1
* Support WebSQLDatabases in incognito mode.dumi@chromium.org2010-06-135-361/+495
* Remove the dirfd parameter from all Chromium code. The POSIX VFSdumi@chromium.org2010-05-122-26/+5
* Enable -Werror on Linux and Win for src/webkit/tony@chromium.org2010-04-211-1/+1
* Include the appcache and database tracker databases into the sql diagnostics ...michaeln@chromium.org2010-04-021-0/+16
* Reapply 43381 - Add some safeguards in DatabaseTracker to prevent writing any...michaeln@chromium.org2010-04-023-19/+70