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

Issue 12288029: Improve IsolateNatives.computeThisScript(). (Closed)

Created:
7 years, 10 months ago by ahe
Modified:
7 years, 10 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org, kasperl, sra1, Siggi Cherem (dart-lang)
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address review comments #

Patch Set 3 : Fix regular expression that matches on IE, Chrome, and Safari #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -16 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart View 1 2 1 chunk +38 lines, -16 lines 0 comments Download
A dart/tests/compiler/dart2js_native/compute_this_script_test.dart View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ahe
7 years, 10 months ago (2013-02-18 15:16:18 UTC) #1
ngeoffray
LGTM! https://codereview.chromium.org/12288029/diff/1/dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart File dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart (right): https://codereview.chromium.org/12288029/diff/1/dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart#newcode423 dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart:423: 'function() {try{throw new Error()}catch(e){return e.stack}}'); Please add the ...
7 years, 10 months ago (2013-02-18 15:52:08 UTC) #2
ahe
https://codereview.chromium.org/12288029/diff/1/dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart File dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart (right): https://codereview.chromium.org/12288029/diff/1/dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart#newcode423 dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart:423: 'function() {try{throw new Error()}catch(e){return e.stack}}'); On 2013/02/18 15:52:08, ngeoffray ...
7 years, 10 months ago (2013-02-18 15:55:50 UTC) #3
ngeoffray
https://codereview.chromium.org/12288029/diff/1/dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart File dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart (right): https://codereview.chromium.org/12288029/diff/1/dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart#newcode423 dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart:423: 'function() {try{throw new Error()}catch(e){return e.stack}}'); On 2013/02/18 15:55:50, ahe ...
7 years, 10 months ago (2013-02-18 15:58:57 UTC) #4
ahe
https://codereview.chromium.org/12288029/diff/1/dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart File dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart (right): https://codereview.chromium.org/12288029/diff/1/dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart#newcode423 dart/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart:423: 'function() {try{throw new Error()}catch(e){return e.stack}}'); On 2013/02/18 15:58:57, ngeoffray ...
7 years, 10 months ago (2013-02-18 18:10:31 UTC) #5
ahe
PTAL Reopened CL and corrected the regular expression to work on IE. Before it only ...
7 years, 10 months ago (2013-02-19 09:19:40 UTC) #6
ngeoffray
7 years, 10 months ago (2013-02-19 09:36:37 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698