ajohnsen@google.com
|
970cc5ba68
|
Move JSSyntaxRegExp to core as a private member. This removes the last refrences to dart:coreimpl.
After this cleanup, RegExp no longer have a const constructor. Use 'new
RegExp(...)' from now on.
BUG=
Review URL: https://codereview.chromium.org//11365196
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14838 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-11-13 10:41:37 +00:00 |
|
floitsch@google.com
|
8e6f238f86
|
a === b -> identical(a, b)
Replace === null with == null.
BUG=http://dartbug.com/6380
Review URL: https://codereview.chromium.org//11361190
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14794 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-11-12 17:19:58 +00:00 |
|
floitsch@google.com
|
7041a6bbf1
|
Make methods in Stopwatch getters and rename to be more consistent.
Includes:
- Stopwatch.frequency.
- Stopwatch.elapsedInMs() -> Stopwatch.elapsedMilliseconds
- Stopwatch.elapsedInUs() -> Stopwatch.elapsedMicroseconds
- Stopwatch.elapsed() -> Stopwatch.elapsedTicks
Review URL: https://codereview.chromium.org//11265024
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14140 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-10-26 14:25:23 +00:00 |
|
whesse@google.com
|
2722230b81
|
Fix dart/tools directory to remove @'raw string' and foo.dynamic.
BUG=
Review URL: https://codereview.chromium.org//10908239
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12698 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-21 12:53:08 +00:00 |
|
bak@google.com
|
5782b0beba
|
- Removed named constructor Stopwatch.start() due to conflict with instance methods start().
This change reduces errors reported by dart_analyser when cheking corelib.
- Change comment format in newissues.dart.
Review URL: https://chromiumcodereview.appspot.com//10908066
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11801 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-04 10:56:29 +00:00 |
|
whesse@google.com
|
a4e88c8b3e
|
Remove string concatenation with + from all Dart files in tools directory.
Fix whitespace errors and rename shadowed variable in ddbg.dart.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//10387232
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7897 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-23 08:51:38 +00:00 |
|
mattsh@google.com
|
3ee233c155
|
updated legpad with new DART2JS_LIBRARY_MAP
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//10391007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7417 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-08 15:06:05 +00:00 |
|
mattsh@google.com
|
b7e61d5ede
|
fix legpad example to use new dart2js bash script
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//10187018
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7102 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-04-27 19:07:38 +00:00 |
|
mattsh@google.com
|
eaa028f3d5
|
small fixes per code review
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//9958048
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6124 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-04-03 16:19:46 +00:00 |
|
mattsh@google.com
|
13fa7a6330
|
legpad.py (python script that generates legpad.html files)
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//9866022
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6041 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-03-30 15:41:00 +00:00 |
|
mattsh@google.com
|
ed060deddf
|
add legpad
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com//9866007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5860 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-03-27 02:34:28 +00:00 |
|