Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Issue 17761003: Remove FileException (Closed)

Created:
7 years, 6 months ago by arv (Not doing code reviews)
Modified:
7 years, 5 months ago
Reviewers:
ericu, Yuta Kitamura, jsbell
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, adamk+blink_chromium.org
Visibility:
Public.

Description

Remove FileException The File API no longer uses FileException http://dev.w3.org/2006/webapi/FileAPI/#dfn-error-codes Firefox does not implement this interface BUG=251285 R=ericu@chromium.org, yutak@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153159

Patch Set 1 #

Patch Set 2 : Rebase and missing file #

Patch Set 3 : rebase #

Patch Set 4 : rebase and fix new test #

Patch Set 5 : #

Patch Set 6 : Fix compile warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -311 lines) Patch
M LayoutTests/fast/files/workers/worker-read-file-sync-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/filesystem/resources/file-writer-abort-depth.js View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt View 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/filesystem/workers/script-tests/resolve-url-sync.js View 8 chunks +15 lines, -13 lines 0 comments Download
M LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/webexposed/global-constructors-listing-shared-worker-expected.txt View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/dom/DOMCoreException.cpp View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M Source/core/dom/DOMExceptions.in View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/ExceptionCode.h View 1 1 chunk +15 lines, -0 lines 0 comments Download
M Source/core/fileapi/FileError.h View 2 chunks +2 lines, -0 lines 0 comments Download
A + Source/core/fileapi/FileError.cpp View 1 2 3 4 5 1 chunk +32 lines, -18 lines 0 comments Download
D Source/core/fileapi/FileException.h View 1 chunk +0 lines, -83 lines 0 comments Download
D Source/core/fileapi/FileException.cpp View 1 2 3 1 chunk +0 lines, -70 lines 0 comments Download
D Source/core/fileapi/FileException.idl View 1 chunk +0 lines, -56 lines 0 comments Download
M Source/core/fileapi/FileReader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fileapi/FileReader.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/fileapi/FileReaderLoader.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/fileapi/FileReaderLoader.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/fileapi/FileReaderLoaderClient.h View 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/fileapi/FileReaderSync.cpp View 6 chunks +6 lines, -7 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystemSync.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/filesystem/DirectoryEntrySync.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/filesystem/DirectoryReaderSync.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/filesystem/EntrySync.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/filesystem/FileWriter.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M Source/modules/filesystem/FileWriterBase.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/filesystem/FileWriterSync.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/filesystem/SyncCallbackHelper.h View 4 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp View 1 4 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/filesystem/WorkerGlobalScopeFileSystem.idl View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/websockets/MainThreadWebSocketChannel.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/websockets/MainThreadWebSocketChannel.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
arv (Not doing code reviews)
7 years, 6 months ago (2013-06-25 22:22:31 UTC) #1
michaeln
ericu said he'd take a look, so swapping reviewers list around
7 years, 6 months ago (2013-06-25 22:49:40 UTC) #2
Yuta Kitamura
modules/websockets LGTM.
7 years, 6 months ago (2013-06-26 00:30:01 UTC) #3
kinuko
looks good, but doesn't this break existing app behavior?
7 years, 6 months ago (2013-06-26 02:49:33 UTC) #4
arv (Not doing code reviews)
Firefox does this already. Generally web content does not check instanceof or the deprecated code ...
7 years, 6 months ago (2013-06-26 03:09:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/17761003/2001
7 years, 6 months ago (2013-06-26 14:20:02 UTC) #6
commit-bot: I haz the power
Failed to apply patch for LayoutTests/webexposed/global-constructors-listing-worker-expected.txt: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
7 years, 6 months ago (2013-06-26 14:20:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/17761003/11001
7 years, 6 months ago (2013-06-26 16:53:12 UTC) #8
commit-bot: I haz the power
Failed to apply patch for LayoutTests/webexposed/global-constructors-listing-worker-expected.txt: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
7 years, 6 months ago (2013-06-26 16:53:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/17761003/15001
7 years, 6 months ago (2013-06-26 17:07:43 UTC) #10
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=2444
7 years, 6 months ago (2013-06-26 17:15:59 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/17761003/13003
7 years, 6 months ago (2013-06-26 18:33:29 UTC) #12
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=2459
7 years, 6 months ago (2013-06-26 18:42:31 UTC) #13
ericu
LGTM. This is long been a TODO on my low-priority list. Thanks for doing the ...
7 years, 6 months ago (2013-06-27 00:01:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/17761003/13003
7 years, 5 months ago (2013-06-27 13:47:02 UTC) #15
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-06-27 14:29:01 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/17761003/45001
7 years, 5 months ago (2013-06-27 15:04:46 UTC) #17
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=11205
7 years, 5 months ago (2013-06-27 17:03:25 UTC) #18
arv (Not doing code reviews)
7 years, 5 months ago (2013-06-27 17:13:35 UTC) #19
Message was sent while issue was closed.
Committed patchset #6 manually as r153159 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698