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

Issue 2745703002: [IndexedDB] Added IndexedDBCursor lifetime tracing (Closed)

Created:
3 years, 9 months ago by dmurph
Modified:
3 years, 8 months ago
Reviewers:
cmumford
CC:
chromium-reviews, jam, jsbell+idb_chromium.org, darin-cc_chromium.org, cmumford
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[IndexedDB] Added IndexedDBCursor lifetime tracing IndexedDBCursor creation can currently cause OOM's in the browser. Adding lifetime tracing so that this situation is visible. R=cmumford BUG=690517 Review-Url: https://codereview.chromium.org/2745703002 Cr-Commit-Position: refs/heads/master@{#460608} Committed: https://chromium.googlesource.com/chromium/src/+/84f5e2800a49ce3de9f877ea842b104d0484bd52

Patch Set 1 #

Patch Set 2 : Trace end on close #

Total comments: 4

Patch Set 3 : comments #

Patch Set 4 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M content/browser/indexed_db/indexed_db_cursor.cc View 1 2 3 2 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (11 generated)
dmurph
Chris, can you PTAL? Super small patch, adding IDBCursor lifetime tracing.
3 years, 9 months ago (2017-03-10 01:16:29 UTC) #1
cmumford
lgtm
3 years, 9 months ago (2017-03-13 14:22:33 UTC) #2
dmurph
On 2017/03/13 14:22:33, cmumford wrote: > lgtm FYI - I changed this slightly, as this ...
3 years, 9 months ago (2017-03-13 22:36:52 UTC) #5
cmumford
https://codereview.chromium.org/2745703002/diff/20001/content/browser/indexed_db/indexed_db_cursor.cc File content/browser/indexed_db/indexed_db_cursor.cc (right): https://codereview.chromium.org/2745703002/diff/20001/content/browser/indexed_db/indexed_db_cursor.cc#newcode73 content/browser/indexed_db/indexed_db_cursor.cc:73: if (!closed_) { Nit: How about Having ::Close() to ...
3 years, 9 months ago (2017-03-14 16:30:56 UTC) #8
dmurph
https://codereview.chromium.org/2745703002/diff/20001/content/browser/indexed_db/indexed_db_cursor.cc File content/browser/indexed_db/indexed_db_cursor.cc (right): https://codereview.chromium.org/2745703002/diff/20001/content/browser/indexed_db/indexed_db_cursor.cc#newcode73 content/browser/indexed_db/indexed_db_cursor.cc:73: if (!closed_) { On 2017/03/14 16:30:56, cmumford wrote: > ...
3 years, 8 months ago (2017-03-29 23:02:19 UTC) #10
dmurph
I'm going to go ahead and submit (cl queue is pretty big), let me know ...
3 years, 8 months ago (2017-03-29 23:02:57 UTC) #11
commit-bot: I haz the power
3 years, 8 months ago (2017-03-30 00:59:45 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/84f5e2800a49ce3de9f877ea842b...

Powered by Google App Engine
This is Rietveld 408576698