summaryrefslogtreecommitdiffstats
path: root/webkit/storage_common.gyp
Commit message (Collapse)AuthorAgeFilesLines
* [Retry] SyncFS: Support resolveLocalFileSystemURL on SyncFileSystemnhiroki@chromium.org2013-09-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Original review: https://codereview.chromium.org/23856002/ window.resolveLocalFileSystemURL is originally defined only for FileSystem API, but it'd be nice if it works on SyncFileSystem in a similar way. For that this change adds new IPC messages and interfaces. Blink side change depends on this: https://codereview.chromium.org/23537011/ BUG=177137,294502 TEST=manual (Get FileSystemURL for a file on SyncFS, and then resolve it) TEST=unit_tests TEST=run_webkit_tests.sh http/tests/filesystem/\* TEST=run_webkit_tests.sh http/tests/inspector/filesystem/\* TBR=tsepez@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23526076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224542 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 223635 "SyncFS: Support resolveLocalFileSystemURL on Sync..."nhiroki@chromium.org2013-09-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | > SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem > > window.resolveLocalFileSystemURL is originally defined only for FileSystem API, > but it'd be nice if it works on SyncFileSystem in a similar way. For that this > change adds new IPC messages and interfaces. > > Blink side change depends on this: > https://codereview.chromium.org/23537011/ > > > BUG=177137 > TEST=manual (Get FileSystemURL for a file on SyncFS, and then resolve it) > TEST=unit_tests > TEST=run_webkit_tests.sh http/tests/inspector/filesystem/\* > TEST=run_webkit_tests.sh http/tests/inspector/filesystem/\* > > Review URL: https://chromiumcodereview.appspot.com/23856002 BUG=294502 TBR=nhiroki@chromium.org Review URL: https://codereview.chromium.org/23558016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224038 0039d316-1c4b-4281-b951-d872f2087c98
* SyncFS: Support resolveLocalFileSystemURL on SyncFileSystemnhiroki@chromium.org2013-09-171-0/+2
| | | | | | | | | | | | | | | | | | | | window.resolveLocalFileSystemURL is originally defined only for FileSystem API, but it'd be nice if it works on SyncFileSystem in a similar way. For that this change adds new IPC messages and interfaces. Blink side change depends on this: https://codereview.chromium.org/23537011/ BUG=177137 TEST=manual (Get FileSystemURL for a file on SyncFS, and then resolve it) TEST=unit_tests TEST=run_webkit_tests.sh http/tests/inspector/filesystem/\* TEST=run_webkit_tests.sh http/tests/inspector/filesystem/\* Review URL: https://chromiumcodereview.appspot.com/23856002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223635 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/{browser,common}/dom_storage into content/kinuko@chromium.org2013-08-071-4/+0
| | | | | | | | | | | | | | | | | | Mechanical changes only, directory moving + * renamed all DomStorage* to DOMStorage* for consistency * renamed DOMStorageContextImpl to DOMStorageContextProxy, and renamed DomStorageContext to DOMStorageContextImpl * other minor cleanups Diff for dom_storage_context_impl.* may look a bit messy due to chained renames (it's just replaced with former webkit/browser/dom_storage/dom_storage_context.*) BUG=265769 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22297005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216211 0039d316-1c4b-4281-b951-d872f2087c98
* Move DataElement into webkit/commonjamesr@chromium.org2013-07-111-1/+1
| | | | | | | | | R=michaeln BUG=237267 Review URL: https://chromiumcodereview.appspot.com/17513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211006 0039d316-1c4b-4281-b951-d872f2087c98
* webkit_storage_common doesn't need to link against blink.darin@chromium.org2013-06-291-1/+0
| | | | | | | | BUG=237267 Review URL: https://chromiumcodereview.appspot.com/18241002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209355 0039d316-1c4b-4281-b951-d872f2087c98
* Time to kill googleurl.gyptfarina@chromium.org2013-06-221-1/+1
| | | | | | | | | | | | Now that Blink has rolled into chromium we can move on and remove googleurl.gyp from build/temp_gyp! BUG=229660 R=thestig@chromium.org,darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/17335013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208034 0039d316-1c4b-4281-b951-d872f2087c98
* Port database identifier <-> origin conversions to chromiumjamesr@chromium.org2013-06-171-0/+2
| | | | | | | | | | | | | | This ports the logic to convert between database identifiers and origins to chromium to avoid depending on the blink DLL and WTF's string tables being initialized. This code is intended to be a bug-for-bug clone of the code in third_party/WebKit/Source/weborigin/ including unit tests. BUG=243095 TBR=jochen for content_tests.gypi change Review URL: https://chromiumcodereview.appspot.com/17037002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206815 0039d316-1c4b-4281-b951-d872f2087c98
* Media Galleries API: Make directory entry have constructor.tommycli@chromium.org2013-06-131-0/+1
| | | | | | | | BUG=151701 Review URL: https://chromiumcodereview.appspot.com/16775005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206204 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit_storage exports definitionskinuko@chromium.org2013-06-131-2/+2
| | | | | | | | | | | | Also removes webkit/storage/* BUG=239109 R=tzik@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/16701004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205996 0039d316-1c4b-4281-b951-d872f2087c98
* Depend on blink.gyp:blink instead of Source/WebKit/chromium/WebKit.gyp:webkitjamesr@chromium.org2013-06-121-1/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/16104013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205719 0039d316-1c4b-4281-b951-d872f2087c98
* 2nd try: Split webkit_storage target into ↵kinuko@chromium.org2013-06-111-0/+48
| | | | | | | | | | | | | | | | | | | | | | webkit_storage_{browser,common,renderer} This does: - Remove all webkit/browser/foo/*.gypi, webkit/common/foo/*.gypi for storage - Add three top-level gyp's in webkit/: storage_{browser,common,renderer}.gyp storage_common and storage_renderer might be able to be subsumed in bigger targets for common|renderer, but believe we can do that later when necessary. Original review: https://codereview.chromium.org/15716007/ BUG=239109 TBR=jamesr@chromium.org,mnaganov@chromium.org,thestig@chromium.org,avi@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16091011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205489 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 205463 "Split webkit_storage target into webkit_storage_{..."kinuko@chromium.org2013-06-111-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Broke split_link > Split webkit_storage target into webkit_storage_{browser,common,renderer} > > This does: > - Remove all webkit/browser/foo/*.gypi, webkit/common/foo/*.gypi for storage > - Add three top-level gyp's in webkit/: storage_{browser,common,renderer}.gyp > > storage_common and storage_renderer might be able to be subsumed in > bigger targets for common|renderer, but believe we can do that later > when necessary. > > BUG=239109 > TBR=mnaganov,thestig,avi > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/15716007 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/16365013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205474 0039d316-1c4b-4281-b951-d872f2087c98
* Split webkit_storage target into webkit_storage_{browser,common,renderer}kinuko@chromium.org2013-06-111-0/+48
This does: - Remove all webkit/browser/foo/*.gypi, webkit/common/foo/*.gypi for storage - Add three top-level gyp's in webkit/: storage_{browser,common,renderer}.gyp storage_common and storage_renderer might be able to be subsumed in bigger targets for common|renderer, but believe we can do that later when necessary. BUG=239109 TBR=mnaganov,thestig,avi NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15716007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205463 0039d316-1c4b-4281-b951-d872f2087c98