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

Issue 14400004: First try at removing ? from HTML. (Closed)

Created:
7 years, 8 months ago by Andrei Mouravski
Modified:
7 years, 7 months ago
CC:
reviews_dartlang.org, Bob Nystrom
Visibility:
Public.

Description

First try at removing ? from HTML. R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=22163

Patch Set 1 #

Total comments: 3

Patch Set 2 : Made positional arguments make more sense, #

Total comments: 3

Patch Set 3 : Reverted stupid things. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -90 lines) Patch
M sdk/lib/chrome/dart2js/chrome_dart2js.dart View 11 chunks +37 lines, -37 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 2 2 chunks +6 lines, -6 lines 1 comment Download
M tools/dom/scripts/htmldartgenerator.py View 1 1 chunk +1 line, -1 line 2 comments Download
M tools/dom/src/chrome/app_runtime.dart View 6 chunks +11 lines, -11 lines 0 comments Download
M tools/dom/src/chrome/app_window.dart View 3 chunks +24 lines, -24 lines 0 comments Download
M tools/dom/src/chrome/custom_dart/app_window.create.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/src/chrome/utils.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/dart2js/impl_AudioBufferSourceNode.darttemplate View 2 1 chunk +4 lines, -4 lines 0 comments Download
M tools/dom/templates/html/impl/impl_AudioContext.darttemplate View 2 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_RTCPeerConnection.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Andrei Mouravski
If you wouldn't mind, could you try patching this locally and seeing if anything breaks? ...
7 years, 8 months ago (2013-04-24 11:23:20 UTC) #1
Anton Muhin
https://codereview.chromium.org/14400004/diff/1/sdk/lib/chrome/dart2js/chrome_dart2js.dart File sdk/lib/chrome/dart2js/chrome_dart2js.dart (right): https://codereview.chromium.org/14400004/diff/1/sdk/lib/chrome/dart2js/chrome_dart2js.dart#newcode401 sdk/lib/chrome/dart2js/chrome_dart2js.dart:401: if (id != null) that's most probably an error: ...
7 years, 8 months ago (2013-04-25 09:33:34 UTC) #2
Andrei Mouravski
Should be okay like this. PTAL. https://chromiumcodereview.appspot.com/14400004/diff/1/sdk/lib/chrome/dart2js/chrome_dart2js.dart File sdk/lib/chrome/dart2js/chrome_dart2js.dart (right): https://chromiumcodereview.appspot.com/14400004/diff/1/sdk/lib/chrome/dart2js/chrome_dart2js.dart#newcode401 sdk/lib/chrome/dart2js/chrome_dart2js.dart:401: if (id != ...
7 years, 7 months ago (2013-04-29 22:33:05 UTC) #3
blois
https://chromiumcodereview.appspot.com/14400004/diff/5001/sdk/lib/chrome/dart2js/chrome_dart2js.dart File sdk/lib/chrome/dart2js/chrome_dart2js.dart (right): https://chromiumcodereview.appspot.com/14400004/diff/5001/sdk/lib/chrome/dart2js/chrome_dart2js.dart#newcode256 sdk/lib/chrome/dart2js/chrome_dart2js.dart:256: if (callback != null) { Was this manually changed ...
7 years, 7 months ago (2013-04-30 01:12:19 UTC) #4
Andrei Mouravski
Okay, everything resolved.
7 years, 7 months ago (2013-04-30 01:26:04 UTC) #5
blois
lgtm
7 years, 7 months ago (2013-04-30 02:02:46 UTC) #6
Andrei Mouravski
Committed patchset #3 manually as r22163 (presubmit successful).
7 years, 7 months ago (2013-04-30 02:29:40 UTC) #7
Anton Muhin
https://chromiumcodereview.appspot.com/14400004/diff/1/sdk/lib/chrome/dart2js/chrome_dart2js.dart File sdk/lib/chrome/dart2js/chrome_dart2js.dart (right): https://chromiumcodereview.appspot.com/14400004/diff/1/sdk/lib/chrome/dart2js/chrome_dart2js.dart#newcode401 sdk/lib/chrome/dart2js/chrome_dart2js.dart:401: if (id != null) Yes, you're right, I was ...
7 years, 7 months ago (2013-04-30 12:55:12 UTC) #8
blois
7 years, 7 months ago (2013-05-03 15:59:24 UTC) #9
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/14400004/diff/16001/tools/dom/scripts/...
File tools/dom/scripts/htmldartgenerator.py (right):

https://chromiumcodereview.appspot.com/14400004/diff/16001/tools/dom/scripts/...
tools/dom/scripts/htmldartgenerator.py:390: for index, param_info in
enumerate(constructor_info.param_infos):
On 2013/04/30 12:55:13, Anton Muhin wrote:
> I believe you should revert an order of iteration as was discussed above.
> 
> For now we're apparently just lucky that we don't have more than a single
> optional in ctors.

Has this been resolved?

Powered by Google App Engine
This is Rietveld 408576698