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

Issue 439713009: DevTools: Implement async stacks for IndexedDB. (Closed)

Created:
6 years, 4 months ago by aandrey
Modified:
6 years, 4 months ago
CC:
blink-reviews, caseq+blink_chromium.org, jsbell+idb_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, alecflett, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, cmumford, devtools-reviews_chromium.org, dgrogan, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: Implement async stacks for IndexedDB. BUG=390865, 272416 R=yurys Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179754

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -0 lines) Patch
A LayoutTests/inspector/sources/debugger/async-callstack-indexed-db.html View 1 chunk +123 lines, -0 lines 0 comments Download
A LayoutTests/inspector/sources/debugger/async-callstack-indexed-db-expected.txt View 1 chunk +72 lines, -0 lines 0 comments Download
M Source/modules/indexeddb/WebIDBCallbacksImpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/indexeddb/WebIDBCallbacksImpl.cpp View 4 chunks +27 lines, -0 lines 3 comments Download

Messages

Total messages: 19 (0 generated)
aandrey
6 years, 4 months ago (2014-08-04 16:15:10 UTC) #1
jsbell
On 2014/08/04 16:15:10, aandrey wrote: Onbl
6 years, 4 months ago (2014-08-04 16:42:04 UTC) #2
jsbell
blocked and upgradeneeded are not final states - they should be followed by subsequent calls ...
6 years, 4 months ago (2014-08-04 16:44:42 UTC) #3
aandrey
On 2014/08/04 16:44:42, jsbell (OOO through Aug 10) wrote: > blocked and upgradeneeded are not ...
6 years, 4 months ago (2014-08-04 17:01:37 UTC) #4
aandrey
ping?
6 years, 4 months ago (2014-08-06 16:34:10 UTC) #5
yurys
lgtm
6 years, 4 months ago (2014-08-07 08:45:06 UTC) #6
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 4 months ago (2014-08-07 10:03:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/439713009/1
6 years, 4 months ago (2014-08-07 10:04:13 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 4 months ago (2014-08-07 11:21:27 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-07 11:23:58 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/12113)
6 years, 4 months ago (2014-08-07 11:23:59 UTC) #11
aandrey
need an owner stamp on indexeddb/
6 years, 4 months ago (2014-08-07 11:44:31 UTC) #12
cmumford
Non owner review questions. https://codereview.chromium.org/439713009/diff/1/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp File Source/modules/indexeddb/WebIDBCallbacksImpl.cpp (right): https://codereview.chromium.org/439713009/diff/1/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp#newcode66 Source/modules/indexeddb/WebIDBCallbacksImpl.cpp:66: m_asyncOperationId = InspectorInstrumentation::traceAsyncOperationStarting(m_request->executionContext(), "IndexedDB"); Elsewhere ...
6 years, 4 months ago (2014-08-07 15:11:24 UTC) #13
aandrey
https://codereview.chromium.org/439713009/diff/1/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp File Source/modules/indexeddb/WebIDBCallbacksImpl.cpp (right): https://codereview.chromium.org/439713009/diff/1/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp#newcode66 Source/modules/indexeddb/WebIDBCallbacksImpl.cpp:66: m_asyncOperationId = InspectorInstrumentation::traceAsyncOperationStarting(m_request->executionContext(), "IndexedDB"); On 2014/08/07 15:11:24, cmumford wrote: ...
6 years, 4 months ago (2014-08-07 15:35:40 UTC) #14
cmumford
non owner lgtm
6 years, 4 months ago (2014-08-07 15:38:00 UTC) #15
dgrogan
lgtm
6 years, 4 months ago (2014-08-07 19:31:22 UTC) #16
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 4 months ago (2014-08-07 20:52:29 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aandrey@chromium.org/439713009/1
6 years, 4 months ago (2014-08-07 20:52:58 UTC) #18
commit-bot: I haz the power
6 years, 4 months ago (2014-08-07 21:11:16 UTC) #19
Message was sent while issue was closed.
Change committed as 179754

Powered by Google App Engine
This is Rietveld 408576698