RESOLVED FIXED 106605
IndexedDB: Remove IDBObjectStore/IndexBackendImpl and support functions
https://bugs.webkit.org/show_bug.cgi?id=106605
Summary IndexedDB: Remove IDBObjectStore/IndexBackendImpl and support functions
Alec Flett
Reported 2013-01-10 14:39:03 PST
IndexedDB: Remove IDBObjectStore/IndexBackendImpl and support functions
Attachments
Patch (116.71 KB, patch)
2013-01-10 14:47 PST, Alec Flett
no flags
Patch for landing (123.22 KB, patch)
2013-01-11 11:13 PST, Alec Flett
no flags
Patch for landing (123.29 KB, patch)
2013-01-14 11:05 PST, Alec Flett
no flags
Patch for landing (116.92 KB, patch)
2013-01-14 13:28 PST, Alec Flett
no flags
Alec Flett
Comment 1 2013-01-10 14:47:34 PST
Alec Flett
Comment 2 2013-01-10 14:47:58 PST
Note that this won't compile against chromium until https://codereview.chromium.org/11828054 lands.
WebKit Review Bot
Comment 3 2013-01-10 14:58:26 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
WebKit Review Bot
Comment 4 2013-01-10 15:22:44 PST
Comment on attachment 182213 [details] Patch Attachment 182213 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15810065
Peter Beverloo (cr-android ews)
Comment 5 2013-01-10 16:11:41 PST
Comment on attachment 182213 [details] Patch Attachment 182213 [details] did not pass cr-android-ews (chromium-android): Output: http://queues.webkit.org/results/15803139
Alec Flett
Comment 6 2013-01-11 11:13:09 PST
Created attachment 182376 [details] Patch for landing
WebKit Review Bot
Comment 7 2013-01-11 11:29:04 PST
Comment on attachment 182376 [details] Patch for landing Rejecting attachment 182376 [details] from commit-queue. Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', u'--status-host=queues.webkit.org', ..." exit_code: 2 cwd: /mnt/git/webkit-commit-queue Last 500 characters of output: pts/build-webkit', '--release', '--chromium', '--update-chromium']" exit_code: 2 urityOrigin&, WebKit::WebFrame*, const WebKit::WebString&) cc1plus: warnings being treated as errors At global scope: cc1plus: error: unrecognized command line option "-Wno-narrowing" cc1plus: error: unrecognized command line option "-Wno-narrowing" make: *** [out/Release/obj.target/webkit_support/Source/WebKit/chromium/webkit/support/test_webkit_platform_support.o] Error 1 make: *** Waiting for unfinished jobs.... Full output: http://queues.webkit.org/results/15801552
Alec Flett
Comment 8 2013-01-11 11:49:21 PST
sigh. I think that issue was because that build hadn't picked up the latest chromium, which fixes that. Gonna wait a bit and try again.
WebKit Review Bot
Comment 9 2013-01-11 12:17:48 PST
Comment on attachment 182376 [details] Patch for landing Attachment 182376 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15806474
Peter Beverloo (cr-android ews)
Comment 10 2013-01-11 12:43:02 PST
Comment on attachment 182376 [details] Patch for landing Attachment 182376 [details] did not pass cr-android-ews (chromium-android): Output: http://queues.webkit.org/results/15804476
Alec Flett
Comment 11 2013-01-13 22:00:21 PST
Comment on attachment 182376 [details] Patch for landing ok, chromium stuff that I missed before has now finally landed.
WebKit Review Bot
Comment 12 2013-01-13 22:31:18 PST
Comment on attachment 182376 [details] Patch for landing Rejecting attachment 182376 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 cwd: /mnt/git/webkit-commit-queue Last 500 characters of output: eue/Source/WebKit/chromium/third_party/libjingle/source --revision 257 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' 41>At revision 257. ________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' ________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' Updating webkit projects from gyp files... Full output: http://queues.webkit.org/results/15853392
Alec Flett
Comment 13 2013-01-14 11:05:34 PST
Created attachment 182602 [details] Patch for landing
WebKit Review Bot
Comment 14 2013-01-14 11:36:13 PST
Comment on attachment 182602 [details] Patch for landing Rejecting attachment 182602 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 cwd: /mnt/git/webkit-commit-queue Last 500 characters of output: queue/Source/WebKit/chromium/third_party/skia/include --revision 7126 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' 47>At revision 7126. ________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' ________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium' Updating webkit projects from gyp files... Full output: http://queues.webkit.org/results/15867570
Adam Barth
Comment 15 2013-01-14 12:19:30 PST
Comment on attachment 182602 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=182602&action=review > Source/WebCore/ChangeLog:11 > + No new tests (OOPS!). The following ChangeLog files contain OOPS: trunk/Source/WebCore/ChangeLog Please don't ever say "OOPS" in a ChangeLog file.
Alec Flett
Comment 16 2013-01-14 13:28:15 PST
Created attachment 182617 [details] Patch for landing
WebKit Review Bot
Comment 17 2013-01-14 14:41:52 PST
Comment on attachment 182617 [details] Patch for landing Clearing flags on attachment: 182617 Committed r139666: <http://trac.webkit.org/changeset/139666>
WebKit Review Bot
Comment 18 2013-01-14 14:41:57 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.