sigmund@google.com
|
3a14a5e215
|
fix .status for dartium tests.
Review URL: http://codereview.chromium.org//8526025
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1439 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-11 01:36:39 +00:00 |
|
sigmund@google.com
|
180456ce0b
|
convert html.dart to dart:html in all client samples.
Review URL: http://codereview.chromium.org//8526024
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1437 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-11 01:24:59 +00:00 |
|
antonm@google.com
|
68e902a530
|
Suppress more tests.
Review URL: http://codereview.chromium.org//8528001
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1412 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-10 18:08:35 +00:00 |
|
sigmund@google.com
|
c9b45e186b
|
Fix unittest - fix error in the error reporting code.
Review URL: http://codereview.chromium.org//8515004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1410 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-10 17:57:08 +00:00 |
|
olonho@google.com
|
f55292db92
|
Suppress broken tests.
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1409 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-10 17:36:01 +00:00 |
|
sigmund@google.com
|
aa720828b4
|
fix dartcombat tests
Review URL: http://codereview.chromium.org//8498019
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1325 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-08 18:55:46 +00:00 |
|
ngeoffray@google.com
|
8b50233c83
|
dartcombat fails due to http://codereview.chromium.org//8467034.
Review URL: http://codereview.chromium.org//8499008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1290 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-08 09:07:38 +00:00 |
|
sigmund@google.com
|
ca197c42c3
|
Support --frog flag in htmlconverter.py
Review URL: http://codereview.chromium.org//8495002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1280 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-08 01:41:08 +00:00 |
|
ngeoffray@google.com
|
35d8c67c72
|
Move us to a greener place.
Review URL: http://codereview.chromium.org//8461002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1186 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-04 08:14:03 +00:00 |
|
knorton@google.com
|
92d3c9f0ea
|
Fling: Fix bit rot.
Review URL: http://codereview.chromium.org/8447006/
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1160 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-03 19:04:31 +00:00 |
|
sigmund@google.com
|
48e1091e98
|
Small fix to buildbot_annotated_steps.py to find correctly the latest version of
dartium.
Review URL: http://codereview.chromium.org//8372083
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1122 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-02 20:57:26 +00:00 |
|
ngeoffray@google.com
|
33c83c7c03
|
Cleanup buildbot_annotated_steps.py to run and test at the top level.
Review URL: http://codereview.chromium.org//8341112
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1091 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-02 14:21:23 +00:00 |
|
jacobr@google.com
|
157b35983a
|
Implement measurement using promises
BUG=
TEST=
Review URL: http://codereview.chromium.org//8363040
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1050 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-01 23:17:47 +00:00 |
|
ngeoffray@google.com
|
33ec29bf11
|
Add a new variable environment for testing, to replace the misusage of 'arch'.
Review URL: http://codereview.chromium.org//8408002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@993 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-01 09:12:55 +00:00 |
|
sra@google.com
|
4e729db1f7
|
Add explicit 'super()' calls for dartc / frog.
BUG=
TEST=
Review URL: http://codereview.chromium.org//8432025
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@988 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-01 04:15:04 +00:00 |
|
sra@google.com
|
f22ce24b56
|
Work-arounds for missing and broken Frog functionality.
Local functions with named parameters don't work (missing metadata?)
Local functions with these paremeters don't parse:
- indented(action()) { // fix: indented(action) {
- wln([node=null]) { // fix: wln([node]) {
TBR=vsm
BUG=
TEST=
Review URL: http://codereview.chromium.org//8384029
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@986 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-11-01 03:21:33 +00:00 |
|
vsm@google.com
|
08aa372a33
|
Skip compiling frog_dom with dartc
TBR=sra
Review URL: http://codereview.chromium.org//8429025
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@979 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 23:16:45 +00:00 |
|
vsm@google.com
|
7e8446b9f9
|
Forgot generated code for frog dom.
TBR=sra
Review URL: http://codereview.chromium.org//8387057
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@977 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 22:59:50 +00:00 |
|
vsm@google.com
|
7b3449d97a
|
Mods to generate frog dom apis
Note: The generated DOM will be added under generated/src/frog. I'll upload them once you've had a chance to look at the script changes without clutter.
Review URL: https://chromereviews.googleplex.com/3563020
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@976 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 22:18:02 +00:00 |
|
floitsch@google.com
|
61b7e92560
|
Tell the testing-framework that we started the tests.
Review URL: http://codereview.chromium.org//8430005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@956 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 17:00:10 +00:00 |
|
ngeoffray@google.com
|
8033280bfc
|
Update status file to get bot green.
Review URL: http://codereview.chromium.org//8335007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@948 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 13:40:45 +00:00 |
|
ngeoffray@google.com
|
5496005d1d
|
Add optional arguments to our indexOf/lastIndexOf methods.
Review URL: http://codereview.chromium.org//8424012
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@947 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 13:21:30 +00:00 |
|
ngeoffray@google.com
|
210fd33d0a
|
Remove List.fromList constructor, and List.copyFrom. They are duplicates of the new range methods.
Review URL: http://codereview.chromium.org//8422005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@941 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-31 09:49:15 +00:00 |
|
rnystrom@google.com
|
b86e057931
|
Trying to make dartc happy again.
Review URL: http://codereview.chromium.org//8413064
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@931 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-29 01:37:14 +00:00 |
|
rnystrom@google.com
|
1612a0ca01
|
Make dartc happy.
Review URL: http://codereview.chromium.org//8341127
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@930 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-29 01:24:53 +00:00 |
|
sra@google.com
|
b1cdd76ec5
|
Revert "Revert "PEG Parser: under review at http://codereview.chromium.org/8399029""
This reverts commit 662a83bbf617fd8a008c3b55f7bf122be23dfd53.
Has added suppression to keep dartc green.
BUG=
TEST=
Review URL: http://codereview.chromium.org//8414040
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@929 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-29 01:14:18 +00:00 |
|
rnystrom@google.com
|
bd3084a223
|
Remove temp sample script.
Review URL: http://codereview.chromium.org//8417044
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@928 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-29 01:04:25 +00:00 |
|
rnystrom@google.com
|
9fde456594
|
Add command-line non-client support to unit test lib.
Review URL: http://codereview.chromium.org//8413058
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@927 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-29 00:49:03 +00:00 |
|
rnystrom@google.com
|
ea194f4bea
|
Get rid of use of dart:html in unittestlib.
Review URL: http://codereview.chromium.org//8341119
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@920 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-28 21:33:55 +00:00 |
|
nweiz@google.com
|
7ac8255b44
|
Add constructors to all the event classes.
Review URL: http://codereview.chromium.org//8404013
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@914 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-28 19:48:50 +00:00 |
|
antonm@google.com
|
297c5379f0
|
Switch to .setTimeout instead of onContentLoaded to start running tests.
Review URL: http://codereview.chromium.org//8400065
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@912 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-28 18:51:58 +00:00 |
|
rnystrom@google.com
|
c61570068f
|
Huge internal clean-up of unittestsuite:
- Get rid of UnitTestSuite class completely.
- Replace bool flags with a state machine.
- Remove some unneeded functions.
- Make some stuff private.
- Clean up generated HTML a bit.
Review URL: http://codereview.chromium.org//8418013
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@910 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-28 18:42:47 +00:00 |
|
rnystrom@google.com
|
7fcb20ea44
|
Move JSON unit tests to new test API.
Review URL: http://codereview.chromium.org//8392022
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@905 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-28 17:54:34 +00:00 |
|
ngeoffray@google.com
|
34b899fc7f
|
Unbreak the build.
Review URL: http://codereview.chromium.org//8413033
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@884 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-28 11:01:06 +00:00 |
|
ngeoffray@google.com
|
9acb7d6610
|
build.py will not accept --arch=dartc soon, so removing references and uses of --arch=dartc in the repo.
Review URL: http://codereview.chromium.org//8341103
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@882 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-28 10:39:30 +00:00 |
|
sra@google.com
|
9aacf5aa62
|
Revert "PEG Parser: under review at http://codereview.chromium.org/8399029"
This reverts commit e9f4f54f10af8a0b808b0fd4a1ea54384df0d7d9.
BUG=
TEST=
Review URL: http://codereview.chromium.org//8414016
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@870 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-28 05:34:41 +00:00 |
|
sra@google.com
|
5801bcfbb3
|
PEG Parser: under review at http://codereview.chromium.org/8399029
Some features are not yet implemented (e.g. attributes).
BUG=
TEST=
Review URL: http://codereview.chromium.org//8404031
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@869 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-28 05:12:12 +00:00 |
|
rnystrom@google.com
|
acbdba4a71
|
Clean up dartcombat tests to new API.
Review URL: http://codereview.chromium.org//8341039
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@854 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-27 20:35:53 +00:00 |
|
sigmund@google.com
|
a23f6229f0
|
Archive dartserver code
Review URL: http://codereview.chromium.org//8341078
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@853 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-27 19:51:13 +00:00 |
|
scheglov@google.com
|
b06998634f
|
Use onError()
R=codefu@google.com,zundel@google.com
BUG=
TEST=
Review URL: http://codereview.chromium.org//8413011
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@851 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-27 19:35:14 +00:00 |
|
rchandia@google.com
|
995680a037
|
Reroll r634 "Total now reads mortgage sample from server"
Fixed client/samples/total tests
Fixes rename of Process.std{out,err}
Original description:
Removed example SYLK from client
To get as SYLK spreadsheet named 'foo'
http://localhost:9090/spreadsheet/get?name=foo
To get a list of available spreasheets as a JSON array of Strings
http://localhost:9090/spreadsheet/list
For now the options are:
- empty
- mortgage
- collatz
- insertTest
BUG=
TEST=
Review URL: http://codereview.chromium.org//8391009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@831 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-27 14:47:10 +00:00 |
|
vsm@google.com
|
91601e09fc
|
Fix for events fired on different isolates.
Ensures that a DOM callback will be fired on the isolate that it
originated on.
BUG=5151491
TEST=https://chromereviews.googleplex.com/3624031/
Review URL: http://codereview.chromium.org//8370031
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@798 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-27 03:02:43 +00:00 |
|
vsm@google.com
|
659430b074
|
Move this to corelib
Review URL: http://codereview.chromium.org//8395056
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@782 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-26 21:07:33 +00:00 |
|
sigmund@google.com
|
df0fe640ad
|
Fixes to allow natives in copy_dart.py.
Review URL: http://codereview.chromium.org//8394065
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@774 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-26 20:03:42 +00:00 |
|
vsm@google.com
|
e95572dd87
|
Missing parens
Frog is breaking on this when compiling swarm.
Review URL: http://codereview.chromium.org//8390039
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@750 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-26 14:19:16 +00:00 |
|
nweiz@google.com
|
6c165ed12c
|
Code review fixes for CSSStyleDeclaration.
Review URL: http://codereview.chromium.org//8392023
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@729 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-26 00:28:50 +00:00 |
|
nweiz@google.com
|
7ed753c214
|
Fix client/html_tests so they use the new framework.
TBR=jacobr
Review URL: http://codereview.chromium.org//8341027
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@707 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-25 18:36:26 +00:00 |
|
antonm@google.com
|
60fbf3c3cd
|
Better mark as Failed than Skipped.
Review URL: http://codereview.chromium.org//8383035
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@682 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-25 10:38:57 +00:00 |
|
antonm@google.com
|
b8ddd0fd39
|
Temporary suppress the tests.
Review URL: http://codereview.chromium.org//8351031
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@681 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-25 10:13:50 +00:00 |
|
sigmund@google.com
|
b9dc2feb98
|
Allow running frog tests on bot
Review URL: http://codereview.chromium.org//8387017
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@674 260f80e4-7a28-3924-810f-c04153c831b5
|
2011-10-25 01:41:19 +00:00 |
|