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

Issue 9104026: Iterate an array in O(n) rather than O(n^2) time during IDBKey conversion. (Closed)

Created:
8 years, 10 months ago by jsbell
Modified:
8 years, 10 months ago
Reviewers:
dgrogan
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Iterate an array in O(n) rather than O(n^2) time during IDBKey conversion. BUG=112016 TEST=third_party/WebKit/LayoutTests/storage/indexeddb/key-type-array.html Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119956

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M content/common/indexed_db/indexed_db_key.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
dgrogan
lgtm
8 years, 10 months ago (2012-01-31 18:39:24 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/9104026/1
8 years, 10 months ago (2012-01-31 19:33:18 UTC) #2
commit-bot: I haz the power
8 years, 10 months ago (2012-01-31 21:13:37 UTC) #3
Change committed as 119956

Powered by Google App Engine
This is Rietveld 408576698