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

Issue 23681003: added library-level description for dart:indexed_db (Closed)

Created:
7 years, 3 months ago by mem
Modified:
7 years, 3 months ago
Visibility:
Public.

Description

added library-level description for dart:indexed_db BUG= R=blois@google.com, kathyw@google.com, sethladd@google.com Committed: https://code.google.com/p/dart/source/detail?r=27076

Patch Set 1 #

Total comments: 8

Patch Set 2 : incorporated seth's comments #

Total comments: 8

Patch Set 3 : incorporated Seth's review comments #

Total comments: 4

Patch Set 4 : fixed code sample that opens a DB to show a little more #

Total comments: 4

Patch Set 5 : removed reference to lawndart, clarified local storage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -3 lines) Patch
M sdk/lib/html/dartium/html_dartium.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 1 2 3 1 chunk +74 lines, -0 lines 0 comments Download
M tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate View 1 2 3 4 1 chunk +72 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
mem
Your comments would be cherished. Thanks. mem
7 years, 3 months ago (2013-08-28 14:35:33 UTC) #1
Kathy Walrath
lgtm, except for the weird way html_dartium.dart changed. https://codereview.chromium.org/23681003/diff/1/sdk/lib/html/dartium/html_dartium.dart File sdk/lib/html/dartium/html_dartium.dart (right): https://codereview.chromium.org/23681003/diff/1/sdk/lib/html/dartium/html_dartium.dart#newcode26104 sdk/lib/html/dartium/html_dartium.dart:26104: + ...
7 years, 3 months ago (2013-08-28 14:40:01 UTC) #2
sethladd
https://codereview.chromium.org/23681003/diff/1/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart File sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart (right): https://codereview.chromium.org/23681003/diff/1/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart#newcode2 sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart:2: * A client-side storage mechanism with efficient data retrieval ...
7 years, 3 months ago (2013-08-28 14:41:54 UTC) #3
blois
lgtm https://codereview.chromium.org/23681003/diff/1/sdk/lib/html/dartium/html_dartium.dart File sdk/lib/html/dartium/html_dartium.dart (right): https://codereview.chromium.org/23681003/diff/1/sdk/lib/html/dartium/html_dartium.dart#newcode26104 sdk/lib/html/dartium/html_dartium.dart:26104: + if ((blob_OR_source_OR_stream is _WebKitMediaSource || blob_OR_source_OR_stream == ...
7 years, 3 months ago (2013-08-28 15:56:51 UTC) #4
mem
Thanks for your comments. Here's a second pass after Seth's comments. mem https://codereview.chromium.org/23681003/diff/1/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart File sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart ...
7 years, 3 months ago (2013-08-29 08:07:07 UTC) #5
sethladd
https://codereview.chromium.org/23681003/diff/8001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart File sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart (right): https://codereview.chromium.org/23681003/diff/8001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart#newcode14 sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart:14: * You can store large amounts of structured data, ...
7 years, 3 months ago (2013-08-29 08:16:13 UTC) #6
mem
Another pass. https://codereview.chromium.org/23681003/diff/8001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart File sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart (right): https://codereview.chromium.org/23681003/diff/8001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart#newcode14 sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart:14: * You can store large amounts of ...
7 years, 3 months ago (2013-08-29 11:12:35 UTC) #7
sethladd
https://codereview.chromium.org/23681003/diff/14001/tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate File tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate (right): https://codereview.chromium.org/23681003/diff/14001/tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate#newcode45 tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate:45: * to open an indexed database, you would write ...
7 years, 3 months ago (2013-08-29 11:26:34 UTC) #8
mem
Done and done. Ready to go? mem https://codereview.chromium.org/23681003/diff/14001/tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate File tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate (right): https://codereview.chromium.org/23681003/diff/14001/tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate#newcode45 tools/dom/templates/html/dart2js/indexed_db_dart2js.darttemplate:45: * to ...
7 years, 3 months ago (2013-09-03 17:41:06 UTC) #9
sethladd
lgtm with a few comments. https://codereview.chromium.org/23681003/diff/18001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart File sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart (right): https://codereview.chromium.org/23681003/diff/18001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart#newcode61 sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart:61: * basic mechanism in ...
7 years, 3 months ago (2013-09-03 18:46:18 UTC) #10
mem
all done. https://codereview.chromium.org/23681003/diff/18001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart File sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart (right): https://codereview.chromium.org/23681003/diff/18001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart#newcode61 sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart:61: * basic mechanism in which data is ...
7 years, 3 months ago (2013-09-03 20:24:02 UTC) #11
mem
7 years, 3 months ago (2013-09-03 20:25:01 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 manually as r27076 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698