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

Issue 188503002: Oilpan: add transition types to FileSystem APIs. (Closed)

Created:
6 years, 9 months ago by sof
Modified:
6 years, 9 months ago
CC:
blink-reviews, Nils Barth (inactive), jamesr, kojih, arv+blink, jsbell+bindings_chromium.org, tzik, nhiroki, abarth-chromium, kinuko, marja+watch_chromium.org, dglazkov+blink, adamk+blink_chromium.org, Nate Chapin, Inactive, jochen (gone - plz use gerrit)
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Oilpan: add transition types to FileSystem APIs. R= BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168897

Patch Set 1 #

Patch Set 2 : Avoid DirectoryReaderBase virtuals #

Total comments: 25

Patch Set 3 : Improve some type names #

Total comments: 8

Patch Set 4 : Rebase and adjust to crrev.com/190753008 #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+316 lines, -195 lines) Patch
M Source/bindings/v8/SerializedScriptValue.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/DOMFileSystem.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystem.cpp View 5 chunks +7 lines, -7 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystem.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/filesystem/DOMFileSystemBase.h View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystemBase.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/DOMFileSystemSync.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystemSync.cpp View 1 2 3 8 chunks +19 lines, -14 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystemSync.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/filesystem/DataTransferItemFileSystem.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/filesystem/DataTransferItemFileSystem.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/DirectoryEntry.h View 1 2 3 2 chunks +7 lines, -4 lines 0 comments Download
M Source/modules/filesystem/DirectoryEntry.cpp View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M Source/modules/filesystem/DirectoryEntrySync.h View 1 2 3 1 chunk +8 lines, -6 lines 0 comments Download
M Source/modules/filesystem/DirectoryEntrySync.cpp View 1 2 3 3 chunks +9 lines, -4 lines 0 comments Download
M Source/modules/filesystem/DirectoryReader.h View 1 2 3 4 3 chunks +9 lines, -6 lines 0 comments Download
M Source/modules/filesystem/DirectoryReader.cpp View 1 2 3 4 4 chunks +15 lines, -8 lines 0 comments Download
M Source/modules/filesystem/DirectoryReader.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/filesystem/DirectoryReaderBase.h View 1 2 3 4 2 chunks +9 lines, -3 lines 0 comments Download
M Source/modules/filesystem/DirectoryReaderSync.h View 1 2 3 4 3 chunks +10 lines, -7 lines 0 comments Download
M Source/modules/filesystem/DirectoryReaderSync.cpp View 1 2 3 4 5 chunks +16 lines, -10 lines 0 comments Download
M Source/modules/filesystem/DirectoryReaderSync.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/filesystem/EntriesCallback.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M Source/modules/filesystem/Entry.h View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
M Source/modules/filesystem/Entry.cpp View 1 2 3 3 chunks +8 lines, -3 lines 0 comments Download
M Source/modules/filesystem/Entry.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/filesystem/EntryBase.h View 3 chunks +6 lines, -3 lines 0 comments Download
M Source/modules/filesystem/EntryBase.cpp View 2 chunks +6 lines, -1 line 0 comments Download
M Source/modules/filesystem/EntrySync.h View 1 2 3 2 chunks +10 lines, -7 lines 0 comments Download
M Source/modules/filesystem/EntrySync.cpp View 1 2 3 2 chunks +11 lines, -6 lines 0 comments Download
M Source/modules/filesystem/EntrySync.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/filesystem/FileEntry.h View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M Source/modules/filesystem/FileEntry.cpp View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M Source/modules/filesystem/FileEntrySync.h View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
M Source/modules/filesystem/FileEntrySync.cpp View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download
M Source/modules/filesystem/FileSystemCallbacks.h View 3 chunks +9 lines, -9 lines 0 comments Download
M Source/modules/filesystem/FileSystemCallbacks.cpp View 1 2 3 7 chunks +14 lines, -12 lines 0 comments Download
M Source/modules/filesystem/FileWriter.h View 1 2 4 chunks +7 lines, -5 lines 0 comments Download
M Source/modules/filesystem/FileWriter.cpp View 2 chunks +9 lines, -2 lines 0 comments Download
M Source/modules/filesystem/FileWriter.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/filesystem/FileWriterBase.h View 3 chunks +4 lines, -1 line 0 comments Download
M Source/modules/filesystem/FileWriterSync.h View 2 chunks +4 lines, -3 lines 0 comments Download
M Source/modules/filesystem/FileWriterSync.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/filesystem/HTMLInputElementFileSystem.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/HTMLInputElementFileSystem.cpp View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M Source/modules/filesystem/InspectorFileSystemAgent.cpp View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/filesystem/InspectorFrontendHostFileSystem.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/Metadata.h View 1 chunk +8 lines, -5 lines 0 comments Download
M Source/modules/filesystem/Metadata.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/filesystem/SyncCallbackHelper.h View 1 2 3 4 chunks +7 lines, -3 lines 0 comments Download
M Source/modules/filesystem/WorkerGlobalScopeFileSystem.h View 2 chunks +3 lines, -2 lines 0 comments Download
M Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/web/WebDOMFileSystem.cpp View 2 chunks +3 lines, -8 lines 0 comments Download
M public/web/WebDOMFileSystem.h View 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
sof
Please take a look.
6 years, 9 months ago (2014-03-06 10:38:25 UTC) #1
haraken
On 2014/03/06 10:38:25, sof wrote: > Please take a look. Let me take a look ...
6 years, 9 months ago (2014-03-06 15:09:30 UTC) #2
sof
On 2014/03/06 15:09:30, haraken wrote: > On 2014/03/06 10:38:25, sof wrote: > > Please take ...
6 years, 9 months ago (2014-03-06 15:16:54 UTC) #3
haraken
Sorry for the review delay! Overall the CL looks good. This CL contains a bunch ...
6 years, 9 months ago (2014-03-07 08:24:35 UTC) #4
sof
https://codereview.chromium.org/188503002/diff/20001/Source/modules/filesystem/DOMFileSystemBase.h File Source/modules/filesystem/DOMFileSystemBase.h (right): https://codereview.chromium.org/188503002/diff/20001/Source/modules/filesystem/DOMFileSystemBase.h#newcode124 Source/modules/filesystem/DOMFileSystemBase.h:124: ExecutionContext* m_context; On 2014/03/07 08:24:35, haraken wrote: > > ...
6 years, 9 months ago (2014-03-07 09:37:35 UTC) #5
haraken
LGTM (if you add trace() methods to sub-classes.) I might want to have one more ...
6 years, 9 months ago (2014-03-10 01:55:25 UTC) #6
sof
https://codereview.chromium.org/188503002/diff/20001/Source/modules/filesystem/DirectoryEntrySync.h File Source/modules/filesystem/DirectoryEntrySync.h (right): https://codereview.chromium.org/188503002/diff/20001/Source/modules/filesystem/DirectoryEntrySync.h#newcode46 Source/modules/filesystem/DirectoryEntrySync.h:46: class DirectoryEntrySync FINAL : public EntrySync { On 2014/03/10 ...
6 years, 9 months ago (2014-03-10 10:01:23 UTC) #7
haraken
https://codereview.chromium.org/188503002/diff/40001/Source/modules/filesystem/FileWriter.cpp File Source/modules/filesystem/FileWriter.cpp (right): https://codereview.chromium.org/188503002/diff/40001/Source/modules/filesystem/FileWriter.cpp#newcode69 Source/modules/filesystem/FileWriter.cpp:69: FileWriter::~FileWriter() On 2014/03/10 10:01:23, sof wrote: > On 2014/03/10 ...
6 years, 9 months ago (2014-03-10 10:19:34 UTC) #8
sof
tkent, jochen: approve of web/ changes?
6 years, 9 months ago (2014-03-10 12:48:27 UTC) #9
tkent
web/ lgtm.
6 years, 9 months ago (2014-03-11 03:36:21 UTC) #10
sof
haraken: wait for this CL to be double-checked?
6 years, 9 months ago (2014-03-11 06:22:48 UTC) #11
haraken
On 2014/03/11 06:22:48, sof wrote: > haraken: wait for this CL to be double-checked? LGTM.
6 years, 9 months ago (2014-03-11 06:47:17 UTC) #12
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 9 months ago (2014-03-11 06:52:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/188503002/80001
6 years, 9 months ago (2014-03-11 06:52:49 UTC) #14
commit-bot: I haz the power
6 years, 9 months ago (2014-03-11 08:18:32 UTC) #15
Message was sent while issue was closed.
Change committed as 168897

Powered by Google App Engine
This is Rietveld 408576698