Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.2.1.1
/
pkg
tag
10ae005f8f5a05c74200c752bcfd45f0735cca95
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
8aea8593874f8afd9d38a883d33296fd7cfdefe1
0.2.1.1
b8b5632
Convert NoMoreElementsException and EmptyQueueException to StateError.
by lrn@google.com
· 13 years ago
7e1fc33
Fix break. Review URL: https://codereview.chromium.org//11265041
by gram@google.com
· 13 years ago
da30d37
Added a new Matcher, FeatureMatcher, that is a useful abstract base class
by gram@google.com
· 13 years ago
b24c823
Add logic to exclude certain libraries from API doc.
by amouravski@google.com
· 13 years ago
03e9718
Reinstate skipping of http_request_test on dartium
by alanknight@google.com
· 13 years ago
583697c
Tolerate null from finding browser locale, re-enable tests
by alanknight@google.com
· 13 years ago
9cc9214
Rename regexp methods to getters.
by floitsch@google.com
· 13 years ago
2e77838
Make getKeys, getValues getters (keys, values).
by floitsch@google.com
· 13 years ago
5df1c2a
Enable Opera tests. Review URL: https://codereview.chromium.org//11271016
by efortuna@google.com
· 13 years ago
3300f91
Make first and last getters.
by floitsch@google.com
· 13 years ago
e7c5e69
Make String.charCodes a getter.
by floitsch@google.com
· 13 years ago
3b5d04d
Fixes documentation generation for dart:html.
by amouravski@google.com
· 13 years ago
09f6d09
Make isEmpty a getter.
by floitsch@google.com
· 13 years ago
0e47b36
Make hasNext a getter instead of a method.
by floitsch@google.com
· 13 years ago
a083c1a
Removed IllegalAccessException and UnsupportedOperationException.
by lrn@google.com
· 13 years ago
ce3543f
Reapply ie to ie9 rename. Review URL: https://codereview.chromium.org//11231081
by efortuna@google.com
· 13 years ago
9205890
Revert rename ie to ie9. Review URL: https://codereview.chromium.org//11249003
by efortuna@google.com
· 13 years ago
27cadf2
isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue.
by floitsch@google.com
· 13 years ago
6254729
Revert "Parts must start with 'part of'" and "Attempt to fix VM build"
by ahe@google.com
· 13 years ago
50b5b6e
Parts must start with 'part of'
by scheglov@google.com
· 13 years ago
aced5af
Intl browser locale status on IE.
by efortuna@google.com
· 13 years ago
5c11640
Fix pkg.status with ie9 rename.
by efortuna@google.com
· 13 years ago
9074fd0
Make hashCode a getter and not a method.
by floitsch@google.com
· 13 years ago
09b22d5
Issue 6073. Fixes for 'export'.
by scheglov@google.com
· 13 years ago
42eb359
fix warning in Logger (setter type must be "void" or "Dynamic")
by jmesserly@google.com
· 13 years ago
5e0c331
Turns out that dartc didn't implement export.
by ahe@google.com
· 13 years ago
0fa9c80
Clean up leg.dart.
by ahe@google.com
· 13 years ago
42d2d4f
Change bidi_utils and bidi_formatter for new optional parameters.
by regis@google.com
· 13 years ago
8c3cfbb
Second round of cleanups for new optional parameter semantics.
by regis@google.com
· 13 years ago
d0289b7
Constructors are handled correct in dartdoc.
by johnniwinther@google.com
· 13 years ago
d65a5ef
Private constructors handled as private.
by johnniwinther@google.com
· 13 years ago
adb5346
Change core lib, dart2js, and more for new optional parameters syntax and semantics (new semantics is not enforced yet).
by regis@google.com
· 13 years ago
2e6fbf6
Fields, getters and setters documented as properties.
by johnniwinther@google.com
· 13 years ago
403bbf4
Added the ability for testrunner to start the HTTP server with a random port and communicate that port to the tests via a 'testState' map in unittest.
by gram@google.com
· 13 years ago
986f155
Try removing explicit use of dynamic
by alanknight@google.com
· 13 years ago
588a8fb
Remove function types from intl, as they appear to break the vm
by alanknight@google.com
· 13 years ago
4a0d950
Make verifiedLocale work differently depending on what it's verifying for
by alanknight@google.com
· 13 years ago
ef93dd9
Added support for exports and re-exports.
by johnniwinther@google.com
· 13 years ago
306a925
Revert r13442. The extension fails to install under Windows, and the sentinel
by gram@google.com
· 13 years ago
ee34ca9
Chrome extension to get console messages upon test failures. Unlike the
by gram@google.com
· 13 years ago
3f914b0
Speed up markdown parsing with fast path for plain words.
by sra@google.com
· 13 years ago
3c23d6f
Small changes for spec updates/editor suggestions
by alanknight@google.com
· 13 years ago
6637f2c
Clean up TODOs and comments in Intl
by alanknight@google.com
· 13 years ago
eaec433
Fix timer tests: timer tests were not using expectAsync to wait for
by justinfagnani@google.com
· 13 years ago
11e84ad
Fix fail call. Review URL: https://codereview.chromium.org//11035068
by gram@google.com
· 13 years ago
e5331d5
Abstract is now required on abstract classes so adding that.
by gram@google.com
· 13 years ago
7998b49
If no pattern is specified for date formatting, use a default
by alanknight@google.com
· 13 years ago
980ffae
Show top-level members (again).
by johnniwinther@google.com
· 13 years ago
1044555
Update date time test status
by efortuna@google.com
· 13 years ago
c3ced88
Move Bidi functions into methods to make the docs look better
by alanknight@google.com
· 13 years ago
8d7a79d
Add a space between test group iname and result summary (issue 3692).
by gram@google.com
· 13 years ago
cc93a9c
Fix test status on Windows.
by efortuna@google.com
· 13 years ago
f41e2ad
Avoid capture of 's' in dartdoc search input.
by johnniwinther@google.com
· 13 years ago
7cb95a6
Members and comments inherited in dartdoc.
by johnniwinther@google.com
· 13 years ago
c4c4b7f
Add in-process http server to the dart test scripts.
by ager@google.com
· 13 years ago
ac4f2c5
Change find-as-you-type shortcuts to Ctrl+3 and S.
by johnniwinther@google.com
· 13 years ago
a93c81e
Remove "slow" tag from Intl http_request test
by alanknight@google.com
· 13 years ago
14ce294
Make the date formatting library visible in apidoc by merging it into Intl
by alanknight@google.com
· 13 years ago
699c54c
Make Mirror.simpleName unique.
by johnniwinther@google.com
· 13 years ago
19d526b
Show noargs methods as () instead of (...) in find-as-you-type.
by johnniwinther@google.com
· 13 years ago
98ab126
Patch refactoring.
by johnniwinther@google.com
· 13 years ago
89de7ad
Fix markdown syntax in Intl
by alanknight@google.com
· 13 years ago
46e5218
Make the date_time_format_http_request_test run faster
by alanknight@google.com
· 13 years ago
cbba686
Dartdoc method sorting says it's case insensitive, but isn't
by alanknight@google.com
· 13 years ago
ab9a32f9
Dartdoc should sort constructors by constructorName, not by class name
by alanknight@google.com
· 13 years ago
70082fd
Minor cleanups to take advantage of lazy initialization
by alanknight@google.com
· 13 years ago
8d2d5bc
Finding locale from browser needs to canonicalize the result
by alanknight@google.com
· 13 years ago
6d78df2
Temporarily disable finding browser on safari while debugging
by alanknight@google.com
· 13 years ago
d5dd0c5
Make sure to wrap all callbacks with expectAsync in tests
by alanknight@google.com
· 13 years ago
ced5a06
Add pass marker to intl/test/date_time_format_http_request_test marked slow in last commit.
by ricow@google.com
· 13 years ago
f3b0a2c
Mark pkg/intl/test/date_time_format_http_request_test as slow.
by ricow@google.com
· 13 years ago
d8f6b41
Update status to reflect tests passing.
by ager@google.com
· 13 years ago
88fe3fe
Use static final empty Modifier instead of null.
by johnniwinther@google.com
· 13 years ago
58faaa7
dartdoc supports isAbstract on methods
by johnniwinther@google.com
· 13 years ago
7415f88
Make the matcher classes for exceptions public so that users can use them to create matchers for their own exception types. See issue 4107.
by gram@google.com
· 13 years ago
37197c2
Stop using the Hashable interface.
by lrn@google.com
· 13 years ago
d2585eb
Removed use of GT_GT_GT_TOKEN/GT_GT_GT_EQ_TOKEN in dartdoc.
by johnniwinther@google.com
· 13 years ago
74f89e5
Update the meta package to use the new pub format.
by devoncarew@google.com
· 13 years ago
2bd10c2
Apply patch from https://codereview.chromium.org/10967042/.
by rnystrom@google.com
· 13 years ago
a1faa6f
Change IllegalArgumentException to ArgumentError.
by lrn@google.com
· 13 years ago
1d347e1
migrate raw string to new syntax in dartdoc
by danrubel@google.com
· 13 years ago
9556023
Patch for issue 10966015; originally contributed by prujohn@gmail.com
by gram@google.com
· 13 years ago
7c89697
Make PASS, FAIL, ERROR public (see issue 5365).
by gram@google.com
· 13 years ago
5a6ea1d
Add missing method - this was added to html_config but not the enhanced config.
by gram@google.com
· 13 years ago
79ff4f3
Remove last references to frog from SDK.
by dgrove@google.com
· 13 years ago
f822965
Separate type for dynamic in mirrors.dart2js
by johnniwinther@google.com
· 13 years ago
9b89419
migrate raw string to new syntax in pkg
by danrubel@google.com
· 13 years ago
a9858d8
Also skip drt tests for http request
by alanknight@google.com
· 13 years ago
7de9ec0
Disable http request tests on Dartium until issues can be resolved
by alanknight@google.com
· 13 years ago
eb2a0fc
Eliminate some of the flakiness in testing:
by gram@google.com
· 13 years ago
0225c4b
Make invoking start_web_server use an absolute path to accomodate incremental dartium builds
by alanknight@google.com
· 13 years ago
379f74a
Fix typo in start_web_server, re-enable tests
by alanknight@google.com
· 13 years ago
fcc9f5f
Parse new library syntax.
by ahe@google.com
· 13 years ago
db7dcd4
Disable problematic http test
by alanknight@google.com
· 13 years ago
388a543
Temporarily disable intl http test on dartium because of issue with the inc build and working direc…
by alanknight@google.com
· 13 years ago
e8cb3a0
Spelling error in status file
by alanknight@google.com
· 13 years ago
eac6195
Be sure to use absolute paths in intl web server tests
by alanknight@google.com
· 13 years ago
6a15f1e
Status file automatic merge did not work
by alanknight@google.com
· 13 years ago
907c7ea
Read locales over http in the browser
by alanknight@google.com
· 13 years ago
3c4080a
Issue 5163. Constructor/member name conflict should be error
by scheglov@google.com
· 13 years ago
Next »