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

Issue 341543004: Adding embedder API function Dart_FinalizeLoading (Closed)

Created:
6 years, 6 months ago by hausner
Modified:
6 years, 6 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Adding embedder API function Dart_FinalizeLoading Embedder must call Dart_FinalizeLoading when all outstanding load requests are satisfied, to complete the deferred loading futures. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37423

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -13 lines) Patch
M runtime/bin/dartutils.cc View 1 chunk +2 lines, -13 lines 0 comments Download
M runtime/include/dart_api.h View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
hausner
6 years, 6 months ago (2014-06-17 18:07:01 UTC) #1
hausner
As discussed offline, avoid calling Dart_Invoke()
6 years, 6 months ago (2014-06-17 20:10:58 UTC) #2
siva
lgtm https://codereview.chromium.org/341543004/diff/40001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/341543004/diff/40001/runtime/include/dart_api.h#newcode2650 runtime/include/dart_api.h:2650: * finalizing classes and completing deferred library futures. ...
6 years, 6 months ago (2014-06-17 20:43:19 UTC) #3
hausner
Thank you. https://codereview.chromium.org/341543004/diff/40001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/341543004/diff/40001/runtime/include/dart_api.h#newcode2650 runtime/include/dart_api.h:2650: * finalizing classes and completing deferred library ...
6 years, 6 months ago (2014-06-17 20:55:54 UTC) #4
hausner
6 years, 6 months ago (2014-06-17 21:05:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r37423 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698