summaryrefslogtreecommitdiffstats
path: root/webkit/storage
Commit message (Collapse)AuthorAgeFilesLines
* Move webkit/quota files to webkit/browser/quota or webkit/common/quotatzik@chromium.org2013-05-301-2/+0
| | | | | | | | | | | | | | | | | This CL includes: - Move webkit/quota/quota_{types.{h,cc},callbacks.h} webkit/common/quota/, - Move other webkit/quota/ files to webkit/browser/quota/, - #include and include guard fix for the move, - Split webkit/quota/webkit_quota.gypi to webkit/{browser,common}/quota, - Change DEPS to allow #include webkit/common from chrome/browser. BUG=244363 TEST=should build successfully and should pass deps check. NOTRY=True Review URL: https://chromiumcodereview.appspot.com/16010007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203082 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ↵michaeln@google.com2013-05-291-2/+0
| | | | | | | | | | | | | | | | | | the new common_child library. - just moving the files in the source repository - and fixing up complilation guards - and fixing up include paths throughout - and fixing up DEPs files as needed Note: Everything in /webkit is still being built into the same old webkit_storage target for now, new actual build target(s) will come later. TBR=kinuko@chromium.org, thestig@chromium.org BUG=239109 Review URL: https://codereview.chromium.org/15746017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202762 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/chromeos into webkit/browser/chromeoskinuko@chromium.org2013-05-281-2/+1
| | | | | | | | | | | As all of the code are browser-specific. BUG=239710 R=kinaba@chromium.org Review URL: https://codereview.chromium.org/16010006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202542 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!)kinuko@chromium.org2013-05-281-1/+0
| | | | | | | | | | | | | This moves all webkit/fileapi/syncable/* code under webkit/browser/fileapi/syncable. BUG=239710 TBR=avi, thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15806012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202507 0039d316-1c4b-4281-b951-d872f2087c98
* Split FileAPI code for common|common_child|rendererkinuko@chromium.org2013-05-281-2/+5
| | | | | | | | | | | | | | | | | | | | | | | Move following files from content/common to content/common_child: - webfilesystem_callback_adapters.* - webfilesystem_impl.* - webfilewriter_impl.* Move following files from webkit/fileapi to webkit/common/fileapi: - directory_entry.h - file_system_types.h - file_system_url* - file_system_util* Move following files from webkit/fileapi to webkit/renderer/fileapi: - webfilewriter_base* BUG=239710 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/15658004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202501 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/database to webkit/browser and webkit/common. Also move ↵michaeln@google.com2013-05-221-2/+2
| | | | | | | | | | | | | | | | | | content::WebDatabaseObserverImpl to the new common_child library. - just moving the files in the source repository - and fixing up complilation guards - and fixing up include paths throughout - and fixing up DEPs files as needed Note: Everything in /webkit is still being built into the same old webkit_storage target for now, new actual build target(s) will come later. BUG=239109 R=jamesr@chromium.org, kinuko@chromium.org, piman@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/15367010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201619 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapikinuko@chromium.org2013-05-201-0/+7
| | | | | | | | | | | | | | | | | | This one also: - Adds webkit/browser dependency to chrome/browser/DEPS (with TODO) - Adds webkit/browser/webkit_browser.gypi which only defines new source list for now (will make build target changes later) More bulk file moving is coming later BUG=239710 R=jamesr@chromium.org, michaeln@chromium.org, thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200828 Review URL: https://codereview.chromium.org/14895013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201034 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 200828 "Move webkit/fileapi/file_system_mount_point_provi..."kinuko@chromium.org2013-05-171-7/+0
| | | | | | | | | | | | | | | | | | | | | | > Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi > > This one also: > - Adds webkit/browser dependency to chrome/browser/DEPS (with TODO) > - Adds webkit/browser/webkit_browser.gypi which only defines new source list > for now (will make build target changes later) > > More bulk file moving is coming later > > BUG=239710 > R=jamesr@chromium.org, michaeln@chromium.org, thestig@chromium.org > > Review URL: https://codereview.chromium.org/14895013 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/15292007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200833 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapikinuko@chromium.org2013-05-171-0/+7
| | | | | | | | | | | | | | | | This one also: - Adds webkit/browser dependency to chrome/browser/DEPS (with TODO) - Adds webkit/browser/webkit_browser.gypi which only defines new source list for now (will make build target changes later) More bulk file moving is coming later BUG=239710 R=jamesr@chromium.org, michaeln@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/14895013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200828 0039d316-1c4b-4281-b951-d872f2087c98
* Remove inside_chromium_build gyp variablejamesr@chromium.org2013-05-081-15/+1
| | | | | | | | | | | | | In the days of olde, we supported compiling from inside a chromium checkout and inside a WebKit checkout with some chromium libraries. In the latter configuration, used mainly by the build.webkit.org bots, the paths to the WebKit headers relative to chromium gyp files was different. This added a lot of complexity and some extra scripts to fix up paths and includes. Blink only supports building within a chromium checkout so all of this complexity can be removed. Review URL: https://chromiumcodereview.appspot.com/14823005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199057 0039d316-1c4b-4281-b951-d872f2087c98
* Move Media Galleries FileAPI code out of webkit.tommycli@chromium.org2013-04-241-5/+0
| | | | | | | | BUG=175936 Review URL: https://chromiumcodereview.appspot.com/14247034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196265 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 193992 "Lets try this again."jochen@chromium.org2013-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The XP bots are still red, and it's still whining about URL.DLL > Lets try this again. > > Revert 193983 "Revert 193968 "Roll the DEPS for google-url."" > > > Revert 193968 "Roll the DEPS for google-url." > > > > > Roll the DEPS for google-url. > > > > > > And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. > > > > > > This also changes googleurl.gyp to reference the files under url/, so that we > > > don't break the Blink tree. > > > > > > BUG=229660 > > > R=brettw@chromium.org > > > TBR=brettw@chromium.org > > > > > > Review URL: https://chromiumcodereview.appspot.com/14089011 > > > > TBR=tfarina@chromium.org > > Review URL: https://codereview.chromium.org/14028012 > > TBR=michaeln@google.com > Review URL: https://codereview.chromium.org/14109014 TBR=michaeln@google.com Review URL: https://codereview.chromium.org/14263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194151 0039d316-1c4b-4281-b951-d872f2087c98
* Lets try this again.michaeln@google.com2013-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Revert 193983 "Revert 193968 "Roll the DEPS for google-url."" > Revert 193968 "Roll the DEPS for google-url." > > > Roll the DEPS for google-url. > > > > And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. > > > > This also changes googleurl.gyp to reference the files under url/, so that we > > don't break the Blink tree. > > > > BUG=229660 > > R=brettw@chromium.org > > TBR=brettw@chromium.org > > > > Review URL: https://chromiumcodereview.appspot.com/14089011 > > TBR=tfarina@chromium.org > Review URL: https://codereview.chromium.org/14028012 TBR=michaeln@google.com Review URL: https://codereview.chromium.org/14109014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193992 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 193968 "Roll the DEPS for google-url."michaeln@google.com2013-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | > Roll the DEPS for google-url. > > And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. > > This also changes googleurl.gyp to reference the files under url/, so that we > don't break the Blink tree. > > BUG=229660 > R=brettw@chromium.org > TBR=brettw@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/14089011 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/14028012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193983 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the DEPS for google-url.tfarina@chromium.org2013-04-121-1/+1
| | | | | | | | | | | | | | | And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. This also changes googleurl.gyp to reference the files under url/, so that we don't break the Blink tree. BUG=229660 R=brettw@chromium.org TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/14089011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193968 0039d316-1c4b-4281-b951-d872f2087c98
* Filesystem interface for Mac PTP/MTP devices using ImageCaptureCoregbillock@chromium.org2013-02-081-1/+1
| | | | | | | | | BUG=151681 Review URL: https://chromiumcodereview.appspot.com/11416089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181532 0039d316-1c4b-4281-b951-d872f2087c98
* Make webkit_storage build on Win64jschuh@chromium.org2013-01-261-0/+2
| | | | | | | | | | BUG=166496 BUG=167187 TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/12036107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178991 0039d316-1c4b-4281-b951-d872f2087c98
* [Media Gallery] Added code to support mtp device media file system on Windows.kmadhusu@chromium.org2013-01-171-1/+1
| | | | | | | | | BUG=151679 TEST=none Review URL: https://chromiumcodereview.appspot.com/11297002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177517 0039d316-1c4b-4281-b951-d872f2087c98
* webkit: Merge 'database' and 'quota' to 'webkit_storage'hashimoto@chromium.org2012-10-261-3/+4
| | | | | | | | | | | | | | | Remove webkit/database/quota_table* since it's not used. Merge 'database' and 'quota' to 'webkit_storage'. Add WEBKIT_STORAGE_EXPORT(_PRIVATE) when necessary. BUG=155242 TEST=build TBR=jam@chromium.org for trivial gyp changes Review URL: https://chromiumcodereview.appspot.com/11274003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164329 0039d316-1c4b-4281-b951-d872f2087c98
* webkit: Merge 'dom_storage' to 'webkit_storage'hashimoto@chromium.org2012-10-231-0/+4
| | | | | | | | | | | | | | Build target 'dom_storage' is merged into 'webkit_storage' DOM_STORAGE_EXPORT is replaced with WEBKIT_STORAGE_EXPORT BUG=155242 TEST=build TBR=darin@chroimum.org for simple gyp chnages Review URL: https://chromiumcodereview.appspot.com/11189085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163524 0039d316-1c4b-4281-b951-d872f2087c98
* webkit: Merge build target 'appcache' to 'webkit_storage'hashimoto@chromium.org2012-10-231-0/+3
| | | | | | | | | | | | BUG=155242 TEST=build TBR=darin@chromium.org for trivial gyp changes Review URL: https://chromiumcodereview.appspot.com/11230022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163491 0039d316-1c4b-4281-b951-d872f2087c98
* webkit: Merge blob and fileapi into one build target 'webkit_storage'hashimoto@chromium.org2012-10-182-0/+95
Replace build targets 'blob' and 'fileapi' with newly introduced 'webkit_storage' Introduce a new directory webkit/storage to host webkit_storage.gypi and webkit_storage_export.h Replace BLOB_EXPORT and FILEAPI_EXPORT with WEBKIT_STORAGE_EXPORT BUG=155242 TEST=build TBR=darin@chromium.org, piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/11103031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162679 0039d316-1c4b-4281-b951-d872f2087c98