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

Unified Diff: CHANGELOG.md

Issue 2985253002: [corelib] dart:developer timeline flow events (Closed)
Patch Set: Update changelog Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39b5c66ea85ef5ba8b700b56888f4d104321bb32..4070ffc8f2ef31842a8ba135190a08f281889fc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,12 @@
* The `Uri` class now correctly handles paths while running on Node.js on
Windows.
+* `dart:developer`
+ * `Timeline.startSync` and `Timeline.timeSync` now accept an optional
+ parameter `flow` of type `Flow`. The `flow` parameter is used to generate
+ flow timeline events that are enclosed by the slice described by
+ `Timeline.{start,finish}Sync` and `Timeline.timeSync`.
+
### Dart VM
* Support for MIPS has been remvoed.
« no previous file with comments | « no previous file | pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698