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 16494002: Expand overloaded methods and optional parameters in the html library. (Closed)

Created:
7 years, 6 months ago by Emily Fortuna
Modified:
7 years, 5 months ago
Reviewers:
blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Expand overloaded methods and optional parameters in the html library. BUG= R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=24655

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 9

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+705 lines, -294 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 3 4 5 6 16 chunks +110 lines, -36 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 9 chunks +71 lines, -27 lines 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
M sdk/lib/indexed_db/dartium/indexed_db_dartium.dart View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 1 2 3 4 5 4 chunks +16 lines, -3 lines 0 comments Download
M sdk/lib/web_audio/dartium/web_audio_dartium.dart View 1 4 5 4 chunks +14 lines, -16 lines 0 comments Download
M sdk/lib/web_gl/dart2js/web_gl_dart2js.dart View 1 2 3 4 5 3 chunks +44 lines, -58 lines 0 comments Download
M sdk/lib/web_gl/dartium/web_gl_dartium.dart View 1 2 3 4 5 3 chunks +57 lines, -103 lines 0 comments Download
M tests/html/audiocontext_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/html/canvasrenderingcontext2d_test.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/html/form_data_test.dart View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M tests/html/indexeddb_1_test.dart View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M tests/html/indexeddb_2_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tests/html/indexeddb_3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/indexeddb_4_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/indexeddb_5_test.dart View 5 chunks +18 lines, -18 lines 0 comments Download
M tests/html/interactive_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/html/url_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/html/webgl_1_test.dart View 2 chunks +35 lines, -0 lines 0 comments Download
M tools/dom/dom.json View 1 2 3 4 5 14 chunks +48 lines, -3 lines 0 comments Download
M tools/dom/idl/dart/dart.idl View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M tools/dom/scripts/generator.py View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 1 2 3 4 5 6 7 3 chunks +75 lines, -1 line 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 1 2 3 4 5 6 7 5 chunks +86 lines, -5 lines 0 comments Download
M tools/dom/scripts/logging.conf View 1 2 3 4 5 6 7 2 chunks +7 lines, -1 line 0 comments Download
M tools/dom/scripts/monitored.py View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 2 3 4 3 chunks +8 lines, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/impl_URL.darttemplate View 1 2 3 1 chunk +10 lines, -1 line 0 comments Download
A tools/dom/templates/html/impl/impl_AudioNode.darttemplate View 1 chunk +16 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_IDBDatabase.darttemplate View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Navigator.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Emily Fortuna
There are some more to go, but this is a chunk of them.
7 years, 6 months ago (2013-06-11 21:14:59 UTC) #1
Emily Fortuna
ptal
7 years, 6 months ago (2013-06-17 21:48:07 UTC) #2
blois
Some comments inline, but also wondering what sort of error handling there is here for ...
7 years, 6 months ago (2013-06-18 18:11:21 UTC) #3
Emily Fortuna
ptal
7 years, 6 months ago (2013-06-22 01:00:29 UTC) #4
blois
https://codereview.chromium.org/16494002/diff/40001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart File sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart (right): https://codereview.chromium.org/16494002/diff/40001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart#newcode270 sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart:270: Transaction transactionString(String storeName, String mode) { can this be ...
7 years, 6 months ago (2013-06-24 16:58:02 UTC) #5
Emily Fortuna
https://codereview.chromium.org/16494002/diff/40001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart File sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart (right): https://codereview.chromium.org/16494002/diff/40001/sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart#newcode270 sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart:270: Transaction transactionString(String storeName, String mode) { On 2013/06/24 16:58:02, ...
7 years, 6 months ago (2013-06-25 03:53:31 UTC) #6
Emily Fortuna
and so the Epic CL goes out for another iteration.
7 years, 5 months ago (2013-06-28 18:39:19 UTC) #7
blois
https://codereview.chromium.org/16494002/diff/65001/tools/dom/scripts/htmldartgenerator.py File tools/dom/scripts/htmldartgenerator.py (right): https://codereview.chromium.org/16494002/diff/65001/tools/dom/scripts/htmldartgenerator.py#newcode155 tools/dom/scripts/htmldartgenerator.py:155: print 'WARNING: Multiple type signatures for %s.%s' % ( ...
7 years, 5 months ago (2013-06-28 20:57:48 UTC) #8
Emily Fortuna
ptal
7 years, 5 months ago (2013-06-28 21:40:18 UTC) #9
blois
lgtm
7 years, 5 months ago (2013-06-28 22:39:36 UTC) #10
Emily Fortuna
7 years, 5 months ago (2013-07-01 20:49:23 UTC) #11
Message was sent while issue was closed.
Committed patchset #8 manually as r24655 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698