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

Issue 1640853004: Support 'dart.library.X' env variables in the VM. (Closed)

Created:
4 years, 10 months ago by floitsch
Modified:
4 years, 9 months ago
Reviewers:
Cutch, rmacnak, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Rename symbol #

Patch Set 3 : Two new lines between functions. #

Total comments: 2

Patch Set 4 : Remove TODO. #

Patch Set 5 : Rebase #

Total comments: 5

Patch Set 6 : Don't expose private libraries. #

Patch Set 7 : #

Patch Set 8 : Rebase and fix typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -18 lines) Patch
M runtime/lib/bool.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/integers.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/string.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/dart_api_impl.h View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 5 6 7 2 chunks +38 lines, -9 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/symbols.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 2 3 4 5 6 7 2 chunks +12 lines, -2 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (9 generated)
floitsch
Finally found a way...
4 years, 10 months ago (2016-01-28 17:28:00 UTC) #4
Cutch
lgtm
4 years, 10 months ago (2016-01-29 20:05:17 UTC) #5
Ivan Posva
This approach only works for libraries that have been preloaded into the VM. The embedder ...
4 years, 10 months ago (2016-01-29 21:29:49 UTC) #7
floitsch
On 2016/01/29 21:29:49, Ivan Posva wrote: > This approach only works for libraries that have ...
4 years, 10 months ago (2016-02-01 16:56:28 UTC) #8
floitsch
https://codereview.chromium.org/1640853004/diff/40001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/1640853004/diff/40001/runtime/vm/dart_api_impl.cc#newcode4839 runtime/vm/dart_api_impl.cc:4839: // TODO(iposva): Determine whether builtin values can be overriden ...
4 years, 10 months ago (2016-02-01 16:56:34 UTC) #9
floitsch
On 2016/02/01 16:56:28, floitsch wrote: > On 2016/01/29 21:29:49, Ivan Posva wrote: > > This ...
4 years, 10 months ago (2016-02-02 20:38:24 UTC) #10
floitsch
On 2016/02/02 20:38:24, floitsch wrote: > On 2016/02/01 16:56:28, floitsch wrote: > > On 2016/01/29 ...
4 years, 10 months ago (2016-02-03 17:57:31 UTC) #11
Ivan Posva
On 2016/02/03 17:57:31, floitsch wrote: > On 2016/02/02 20:38:24, floitsch wrote: > > On 2016/02/01 ...
4 years, 10 months ago (2016-02-04 07:17:46 UTC) #12
Ivan Posva
LGTM -Ivan
4 years, 10 months ago (2016-02-04 07:19:20 UTC) #13
floitsch
On 2016/02/04 07:19:20, Ivan Posva wrote: > LGTM > > -Ivan Thanks. I will do ...
4 years, 10 months ago (2016-02-04 11:56:40 UTC) #14
floitsch
Committed patchset #5 (id:80001) manually as c2a06e22cb83f491fd3accc33d7738c87490c26d (presubmit successful).
4 years, 10 months ago (2016-02-04 12:04:37 UTC) #16
floitsch
Reverted the CL. Uploaded a rebased version. We are going to modify Dartium (which triggered ...
4 years, 10 months ago (2016-02-04 23:39:04 UTC) #19
rmacnak
https://codereview.chromium.org/1640853004/diff/80001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/1640853004/diff/80001/runtime/vm/dart_api_impl.cc#newcode4951 runtime/vm/dart_api_impl.cc:4951: // Every 'dart:X' library introduces an environment variable Presumably ...
4 years, 10 months ago (2016-02-05 00:38:47 UTC) #21
Ivan Posva
Ryan, Thanks for taking a look. -Ivan https://codereview.chromium.org/1640853004/diff/80001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/1640853004/diff/80001/runtime/vm/dart_api_impl.cc#newcode4951 runtime/vm/dart_api_impl.cc:4951: // Every ...
4 years, 10 months ago (2016-02-05 01:10:53 UTC) #22
floitsch
https://codereview.chromium.org/1640853004/diff/80001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/1640853004/diff/80001/runtime/vm/dart_api_impl.cc#newcode4951 runtime/vm/dart_api_impl.cc:4951: // Every 'dart:X' library introduces an environment variable On ...
4 years, 10 months ago (2016-02-08 16:49:13 UTC) #23
floitsch
4 years, 9 months ago (2016-02-29 19:58:39 UTC) #25
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
55630a5e901edcafbaf4fa4971d6e4508358093d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698