Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.7.1
/
pkg
tag
0699d015d3b11b55abfb484959275c16114bbccd
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
a00c6e4db8da11413152ea3a8b84ffd4d6b2326a
0.4.7.1
466d667
Refactor Future constructors.
by floitsch@google.com
· 12 years ago
62d413e
Remove StreamController.broadcast.
by floitsch@google.com
· 12 years ago
5431a5a
Remove AsyncError with Expando.
by floitsch@google.com
· 12 years ago
e2ee353
Rename unsubscribeOnError to cancelOnError.
by floitsch@google.com
· 12 years ago
5b6c0ba
Rename InvocationMirror to Invocation.
by ahe@google.com
· 12 years ago
759a366
Remove insertRange.
by floitsch@google.com
· 12 years ago
9bfc844
Refactor removeRange.
by floitsch@google.com
· 12 years ago
45ad548
Update dart:mirrors to use Symbol.
by ahe@google.com
· 12 years ago
485c8a5
Move Iterable implementation to collection.
by lrn@google.com
· 12 years ago
0f607e4
Remove methods on StackTrace class.
by lrn@google.com
· 12 years ago
67650cb
Remove .writeStream, .consume and rewrite IOSink to correctly implement a (sane) well-defined behaviour of the .done future.
by ajohnsen@google.com
· 12 years ago
9b392dc
ListWrapper tweak.
by scheglov@google.com
· 12 years ago
94fd64a
Import math library with a prefix.
by floitsch@google.com
· 12 years ago
2ec62cf
Backport analyzer-experimental changes to 'resources'.
by scheglov@google.com
· 12 years ago
1dc981b
Don't run tests in "packages" directories.
by nweiz@google.com
· 12 years ago
13bcc02
Correctly compile unresolved for-in loops.
by ahe@google.com
· 12 years ago
4091b19
Add length getter to ListWrapper.
by ajohnsen@google.com
· 12 years ago
044f0d0
Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove.
by ajohnsen@google.com
· 12 years ago
285849c
Change hasSubscribers to hasListener.
by floitsch@google.com
· 12 years ago
5198c39
Mark scheduled_test/test/scheduled_server_test as flaky chrashing
by ricow@google.com
· 12 years ago
dcaf527
Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink.
by ajohnsen@google.com
· 12 years ago
57161d6
Remove deprecated CollectionSink and Stream.pipeInto.
by ajohnsen@google.com
· 12 years ago
974a300
Remove deprecated <, <=, >, and >= of DateTime.
by ajohnsen@google.com
· 12 years ago
f41508d
Added new version of reduce.
by lrn@google.com
· 12 years ago
e08647b
BREAKING CHANGE: Rename InstanceMIrror.invoke, .getField, .setField to invokeAsync, getFieldAsync, setFieldAsync. Likewise ClosureMirror.apply and ClassMIrror.newInstance. This is in preparation of new synchronous versions of the originals.
by gbracha@google.com
· 12 years ago
68a5c9a
Add flag to disable capturing stack traces.
by rnystrom@google.com
· 12 years ago
21451e1
Remove HttpClientRequest.response, as it's identical to HttpClientRequest.done.
by ajohnsen@google.com
· 12 years ago
664fe17
Make use of the patterns in Intl number formatting
by alanknight@google.com
· 12 years ago
536efee
Don't try to measure the running time if the test hasn't started yet.
by floitsch@google.com
· 12 years ago
470b770
lib/utf: remove codepointsToString
by kevmoo@j832.com
· 12 years ago
97606a6
Fix pkg:http tests to include the accept-encoding header.
by ajohnsen@google.com
· 12 years ago
4911395
Normalize packages' library names.
by nweiz@google.com
· 12 years ago
24e3c0b
Reapply "Reduce usage of IterableMixinWorkaround"
by lrn@google.com
· 12 years ago
78c2dee
skipping IE test which is now timing out instead of failing
by kevmoo@j832.com
· 12 years ago
8fd6d0a
Remove Expect from core library.
by floitsch@google.com
· 12 years ago
755c71f
pkg/intl test cleanup
by kevmoo@j832.com
· 12 years ago
c931326
Fix for pub.
by floitsch@google.com
· 12 years ago
e72250e
StreamConsumer has an addStream and a close functions.
by floitsch@google.com
· 12 years ago
bef8ebb
Add Iterable.fold (and Stream.fold) which replace `reduce`.
by floitsch@google.com
· 12 years ago
4e0db7c
Revert 20969: Reduce usage of IterableMixinWorkaround
by erikcorry@google.com
· 12 years ago
f360840
Reduce usage of IterableMixinWorkaround.
by lrn@google.com
· 12 years ago
e10bc2d
Reapply "Add a sleep function to dart:io"
by sgjesse@google.com
· 12 years ago
1241f2b
Add optional writeAll separator argument.
by floitsch@google.com
· 12 years ago
47414d7
pkg/unittest: handling of runTests being called without any tests
by kevmoo@j832.com
· 12 years ago
c0eea0c
Fix bug in code sample
by alanknight@google.com
· 12 years ago
d974f9b
Mark unittest_test as flaky
by kustermann@google.com
· 12 years ago
3b13f62
Remove addLast from List.
by lrn@google.com
· 12 years ago
1b90c01
Mark some more tests as flaky due to v8 bug.
by floitsch@google.com
· 12 years ago
5e5d827
Split apart several asynchronous tests to reduce timeouts.
by nweiz@google.com
· 12 years ago
d52c9fe
status file: crash in unittest tests due to issue 9406
by kevmoo@j832.com
· 12 years ago
ba0bc83
- Mark more tests as unnecessarily slow.
by iposva@google.com
· 12 years ago
f614719
pkg/unittest: clean up unittest tests
by kevmoo@j832.com
· 12 years ago
f15b696
Add a new implementation of HashMap that uses JS objects for its (multiple) hash tables.
by kasperl@google.com
· 12 years ago
bb9c6ea
Mark scheduled_server_test as flaky and increase the timeout on the other scheduled tests.
by nweiz@google.com
· 12 years ago
59a8523
Split up some slow pub tests and mark some scheduled_test tests as slow.
by nweiz@google.com
· 12 years ago
23bf53b
Use the stack_trace library in scheduled_test.
by nweiz@google.com
· 12 years ago
a80505a
pkg/unittest: cleanup to logMessage
by kevmoo@j832.com
· 12 years ago
0d0cdb5
Check in pkg/stack_trace/lib/src/utils.dart.
by nweiz@google.com
· 12 years ago
250224e
Be more careful about converting between file URIs and paths.
by nweiz@google.com
· 12 years ago
0c20674
Make pub warning-clean.
by nweiz@google.com
· 12 years ago
93d2ac2
"Reverting 20670"
by kevmoo@j832.com
· 12 years ago
f5534bd
Increase the default test timeout for scheduled tests on Windows.
by nweiz@google.com
· 12 years ago
de23c7e
pkg/unittest: clean up test tests
by kevmoo@j832.com
· 12 years ago
bbc2360
pkg/unittest: readonly view of testCase collection
by kevmoo@j832.com
· 12 years ago
5e3c5d5
Change http code in pkg to use dart:typeddata instead of dart:scalarlist
by asiva@google.com
· 12 years ago
c590e8a
Switch pkg packages, pub, and dartdoc to use package: imports.
by nweiz@google.com
· 12 years ago
fac7fba
Re-enable throwing if we try to set the unit test configuration twice.
by efortuna@google.com
· 12 years ago
7c0d12b
Remove throw from unittest.
by efortuna@google.com
· 12 years ago
0831efd
Don't run stack_trace tests on Dartium.
by nweiz@google.com
· 12 years ago
829edfc
Fix the stack_trace frame test on Windows as well.
by nweiz@google.com
· 12 years ago
e3fcad4
Fix Frame.location on Windows in pkg/stack_trace.
by nweiz@google.com
· 12 years ago
3697a04
Add a library for manipulating stack traces.
by nweiz@google.com
· 12 years ago
9db4a1d
pkg/logging: removed deprecated 'on' API
by kevmoo@j832.com
· 12 years ago
64f07b2
Tweak Resolver driver sample to prevent warning from new analyzer.
by scheglov@google.com
· 12 years ago
9ce0f42
Allow 'empty' tests if a feature is not supported in the browser.
by efortuna@google.com
· 12 years ago
9bf5ff3
Make path to meta go through pkg/ , so that it's rewritten properly.
by dgrove@google.com
· 12 years ago
020f085
Temporary fix to get tests running again.
by efortuna@google.com
· 12 years ago
d44ba6d
"Reverting 20457"
by efortuna@google.com
· 12 years ago
fb5790f
Add a dependency on pathos from http.
by nweiz@google.com
· 12 years ago
b684a1e
pkg/unittest: config refactor
by kevmoo@j832.com
· 12 years ago
a707fd0
pkg/unittest: removed html_layout_config
by kevmoo@j832.com
· 12 years ago
c21b5e3
fix variable in catch statement
by kevmoo@j832.com
· 12 years ago
e728737
pkg/unittest: eliminate unneeded var
by kevmoo@j832.com
· 12 years ago
7533136
New Analysis Engine translation.
by scheglov@google.com
· 12 years ago
1a69837
pkg/intl: cleanup after message extraction test
by kevmoo@j832.com
· 12 years ago
d2fe9fb
Set pkg.status for more Intl tests that crash the VM
by alanknight@google.com
· 12 years ago
5c7234a
Suppress no_library_test on Dartium, which requires all tests wrapped
by alanknight@google.com
· 12 years ago
6ed8fcc
Add test and fix for 9203, fix sdk dep, delete unused file.
by alanknight@google.com
· 12 years ago
da21fcd
Update status file for intl test that sporadically crashes the VM
by alanknight@google.com
· 12 years ago
94073b7
Fix an outdated method call in example code for oauth2.
by nweiz@google.com
· 12 years ago
699a7a7
Fix for returned Futures in unittest
by kevmoo@j832.com
· 12 years ago
afeda4a
Marked date_time_format_file_even_test as flaky
by kustermann@google.com
· 12 years ago
68a2631
Move source maps package to the dart repo, so it can be used by other internal
by sigmund@google.com
· 12 years ago
7d365a2
Cut down the default timeout in scheduled_test.
by nweiz@google.com
· 12 years ago
6cd9cee
Provisionally stop working around issues 9252 and 9253.
by nweiz@google.com
· 12 years ago
1d90135
Moved pkg pubspecs to use dev_dependencies where appropriate
by kevmoo@j832.com
· 12 years ago
876a1c0
Properly collate multiple directory validation errors in scheduled_test.
by nweiz@google.com
· 12 years ago
d98dc62
Parameterize the import directories, fix test to behave correctly on an error
by alanknight@google.com
· 12 years ago
90e03e6
Miscellaneous small improvements for scheduled_test.
by nweiz@google.com
· 12 years ago
b3d14f2
Mark pkg/scheduled_test/test/descriptor_test as flaky.
by ricow@google.com
· 12 years ago
Next »