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

Issue 435423004: DevTools: Async call stacks for FileSystem API part 1 (second try). (Closed)

Created:
6 years, 4 months ago by aandrey
Modified:
6 years, 4 months ago
Reviewers:
kinuko, yurys, nhiroki, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, tzik, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, nhiroki, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org, kinuko+fileapi
Project:
blink
Visibility:
Public.

Description

DevTools: Async call stacks for FileSystem API part 1 (second try). This uses a simpler instrumentation API. First try was in r178149. BUG=272416, 390863 R=yurys, pfeldman Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179585

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -4 lines) Patch
A LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem.html View 1 chunk +111 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem-expected.txt View 1 chunk +60 lines, -0 lines 0 comments Download
M Source/modules/filesystem/DOMFileSystem.h View 4 chunks +20 lines, -4 lines 3 comments Download
M Source/modules/filesystem/FileSystemCallbacks.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/filesystem/FileSystemCallbacks.cpp View 4 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
aandrey
6 years, 4 months ago (2014-08-05 14:09:34 UTC) #1
yurys
lgtm https://codereview.chromium.org/435423004/diff/1/Source/modules/filesystem/DOMFileSystem.h File Source/modules/filesystem/DOMFileSystem.h (right): https://codereview.chromium.org/435423004/diff/1/Source/modules/filesystem/DOMFileSystem.h#newcode117 Source/modules/filesystem/DOMFileSystem.h:117: return m_taskName; Maybe just return "FileSystem"; ?
6 years, 4 months ago (2014-08-05 15:44:10 UTC) #2
aandrey
https://codereview.chromium.org/435423004/diff/1/Source/modules/filesystem/DOMFileSystem.h File Source/modules/filesystem/DOMFileSystem.h (right): https://codereview.chromium.org/435423004/diff/1/Source/modules/filesystem/DOMFileSystem.h#newcode117 Source/modules/filesystem/DOMFileSystem.h:117: return m_taskName; On 2014/08/05 15:44:09, yurys wrote: > Maybe ...
6 years, 4 months ago (2014-08-05 15:46:18 UTC) #3
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 4 months ago (2014-08-05 15:46:27 UTC) #4
yurys
https://codereview.chromium.org/435423004/diff/1/Source/modules/filesystem/DOMFileSystem.h File Source/modules/filesystem/DOMFileSystem.h (right): https://codereview.chromium.org/435423004/diff/1/Source/modules/filesystem/DOMFileSystem.h#newcode117 Source/modules/filesystem/DOMFileSystem.h:117: return m_taskName; On 2014/08/05 15:46:18, aandrey wrote: > On ...
6 years, 4 months ago (2014-08-05 15:48:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/435423004/1
6 years, 4 months ago (2014-08-05 15:49:03 UTC) #6
aandrey
The CQ bit was unchecked by aandrey@chromium.org
6 years, 4 months ago (2014-08-05 15:49:07 UTC) #7
aandrey
need owner stamp on filesystem/
6 years, 4 months ago (2014-08-05 15:50:30 UTC) #8
kinuko
rslgtm
6 years, 4 months ago (2014-08-06 06:40:25 UTC) #9
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 4 months ago (2014-08-06 07:17:33 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/435423004/1
6 years, 4 months ago (2014-08-06 07:18:46 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_compile_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-06 08:30:34 UTC) #12
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 08:49:01 UTC) #13
Message was sent while issue was closed.
Change committed as 179585

Powered by Google App Engine
This is Rietveld 408576698