IndexedDB: Implement IDBTransaction.error and IDBRequest.error
Created attachment 144850 [details] Patch
Attachment 144850 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/stor..." exit_code: 1 Source/WebCore/ChangeLog:8: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [5] Total errors found: 1 in 77 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 144853 [details] Patch
Comment on attachment 144853 [details] Patch tony@ - r? cq? This builds on yesterday's patch and I have another one following. Most of the patch here is mechanical test updates. Obviously the meat is in the C++, but even that is pretty minor code cleanup.
oops, trying again with tony on the CC: tony@ - r? cq?
Comment on attachment 144853 [details] Patch Clearing flags on attachment: 144853 Committed r118986: <http://trac.webkit.org/changeset/118986>
All reviewed patches have been landed. Closing bug.
Re-opened since this is blocked by 87914
Created attachment 145131 [details] Patch
Comment on attachment 145131 [details] Patch ok, trying again - the chrome bug revealed a tiny bug in the proxy code (note the change from code() to idbCode() in the chromium/src stuff) and also the test expectations weren't updated for shared workers since they require browser tests to be run. tony@ - r? cq?
Comment on attachment 145131 [details] Patch Clearing flags on attachment: 145131 Committed r119161: <http://trac.webkit.org/changeset/119161>