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

Side by Side Diff: pkg/js/CHANGELOG.md

Issue 2179153002: Fix analyzer warnings in js_util_test, skip js_util_test in csp mode and baseline expectations for … (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.6.1 1 ## 0.6.1
2 * Add js_util library of utility methods to efficiently manipulate typed 2 * Add js_util library of utility methods to efficiently manipulate typed
3 JavaScript interop objects in cases where the member name is not known 3 JavaScript interop objects in cases where the member name is not known
4 statically. These methods would be extension methods on JSObject if 4 statically.
5 Dart supported extension methods.
6 5
7 ## 0.6.0 6 ## 0.6.0
8 7
9 * Version 0.6.0 is a complete rewrite of `package:js`. 8 * Version 0.6.0 is a complete rewrite of `package:js`.
OLDNEW
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698