Commit Graph

712 Commits

Author SHA1 Message Date
vsm@google.com 95e272386c Use userAgent instead of webkitStartDart
This modifies our browser package and test scripts to use the
userAgent instead of webkitStartDart (which is gone) to determine if
we have native dart support.

I'm TBR-ing to get rid of a ton of warnings on the Dartium bots (they
are trying to run both native tests (successfully) and compiled-to-js
tests (warning no js file)).

E.g., see HttpServer warnings on this otherwise green run:

http://chromegw.corp.google.com/i/client.dart/builders/dartium-mac-inc-be/builds/634/steps/drt_core_checked_tests/logs/stdio

Siggi: you have comments elsewhere around removing/refactoring when
webkitStartDart is gone.  They are still there.

TBR=sigmund@google.com,ricow@google.com

Review URL: https://codereview.chromium.org//52023002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29515 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-30 04:08:39 +00:00
kustermann@google.com 2d51255501 Changes to annotated step scripts: dart-editor-installer-* builders will build installer
R=ricow@google.com

Review URL: https://codereview.chromium.org//28773003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28857 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-18 14:12:34 +00:00
ricow@google.com 7d5b8fd88f Revert revisions 28764, 28756, 28754, 28751
R=ager@google.com

Review URL: https://codereview.chromium.org//27668002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28785 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-17 06:53:01 +00:00
efortuna@google.com f106bea99c Get Windows Editor buildbot running with correct java again.
BUG=
R=danrubel@google.com

Review URL: https://codereview.chromium.org//27443003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28764 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-16 23:53:26 +00:00
efortuna@google.com ce3e48fcf8 ignore buildbot_java_home value.
BUG=
R=dgrove@google.com

Review URL: https://codereview.chromium.org//27588003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28756 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-16 22:04:29 +00:00
efortuna@google.com 5835205874 More print statements.
BUG=

Review URL: https://codereview.chromium.org//27551004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28754 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-16 21:42:13 +00:00
kustermann@google.com 315daf1d72 First CL for removing our dependency on the checked-in binary for building
R=ricow@google.com

Review URL: https://codereview.chromium.org//22393002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25809 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-06 10:52:57 +00:00
kustermann@google.com 464566ce81 Remove chromium boto configuration from editor-fyi builder
R=ricow@google.com

Review URL: https://codereview.chromium.org//17552002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24287 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-21 13:50:26 +00:00
kustermann@google.com 9451aa49a4 Also remove chromium specific boto config for cross-vm environment
R=ricow@google.com

Review URL: https://codereview.chromium.org//16968005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24020 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-14 08:26:59 +00:00
kustermann@google.com 0a94e8ddfb Remove AWS_CREDENTIAL_FILE env-variable for editor bots as well
R=ricow@google.com

Review URL: https://codereview.chromium.org//16923004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23963 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-13 10:36:56 +00:00
ricow@google.com b90d0b0080 Fix editor usage of boto file.
Use the boto file from home instead of the chromium one.

R=kustermann@google.com

Review URL: https://codereview.chromium.org//16871008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23956 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-13 09:14:19 +00:00
kustermann@google.com abf0ad60ac First CL for supporting arm cross compilation + testing on dart buildbots
R=ricow@google.com

Review URL: https://codereview.chromium.org//15258005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22839 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-17 09:35:32 +00:00
kustermann@google.com 5054acf8c4 Don't run the old annotated step script on our dart-editor-fyi-* builders
Review URL: https://codereview.chromium.org//13461007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20800 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-02 16:51:41 +00:00
kustermann@google.com 12c1a842ba Add java to PATH on windows bots and run ia32 editor tests instead of x64 on windows
Review URL: https://codereview.chromium.org//12674025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20372 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 10:40:45 +00:00
kustermann@google.com 88875ffe94 Small fix in buildbot_annotated_steps.py
TBR=ricow@google.com

Review URL: https://codereview.chromium.org//12434016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20320 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 15:31:48 +00:00
kustermann@google.com 538c35dd52 Added tools/bots/editor.py to build the editor (using gyp/build.py) and run editor tests
Review URL: https://codereview.chromium.org//12450026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20319 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 15:25:38 +00:00
vsm@google.com 1156ea3216 Add a warning to the old dart.js
Review URL: https://codereview.chromium.org//11886028

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17070 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-15 14:27:10 +00:00
ricow@google.com 8b9954344c Fix javahome for pub bots
Review URL: https://codereview.chromium.org//11573003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16118 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-13 15:29:32 +00:00
vsm@google.com eb7ec0e6ae Suppress check on localStorage to enable chrome apps
Review URL: https://codereview.chromium.org//11428064

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15487 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-29 00:51:12 +00:00
vsm@google.com 43851494a8 Phase out local storage usage in PortSync code
Review URL: https://codereview.chromium.org//11415064

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15151 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-20 15:00:17 +00:00
ricow@google.com e07e058bb9 Remove the mode flag for clobbering - we will now just nuke the complete output directory.
Review URL: https://codereview.chromium.org//11411004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14998 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-16 07:37:24 +00:00
amouravski@google.com ce9513affe Added API docs build target to the Pub buildbot.
See issue: http://code.google.com/p/dart/issues/detail?id=4989

Review URL: https://codereview.chromium.org//11266046

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14107 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-25 22:22:08 +00:00
efortuna@google.com 8ea5741261 Set up Android build config.
Review URL: https://codereview.chromium.org//11264019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14105 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-25 22:14:43 +00:00
rnystrom@google.com 9049103355 Add script for pub buildbots.
Also modify annotated_steps to invoke it on the right bots.

Review URL: https://codereview.chromium.org//11236012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14032 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-24 17:53:06 +00:00
devoncarew@google.com 1afe1c4d9b Change the editor build to use the latest changed svn revision and not the global svn revision.
Review URL: https://codereview.chromium.org//11150023

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13665 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-15 20:55:16 +00:00
vsm@google.com 5031069f74 Fix SendPortSync dispatch for FF
TextEvent (used previously) does not work on FireFox

Review URL: https://codereview.chromium.org//10960062

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12857 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-25 17:33:34 +00:00
ahe@google.com 23b116ff3a Update .gitignore files to svn:ignore from r12476.
Review URL: https://codereview.chromium.org//10946009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12503 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-18 15:53:48 +00:00
antonm@google.com a1770a8bbd Sync .gitignore with the corresponding svn properties.
R=ahe@google.com

Review URL: https://chromiumcodereview.appspot.com//10914176

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12122 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-10 15:44:25 +00:00
vsm@google.com 37b7e470e4 Remove proxying support from dart:html
I'm moving this functionality to a user-level library.

Review URL: https://chromiumcodereview.appspot.com//10914129

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11997 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 22:27:45 +00:00
danrubel@google.com 2b11b09a3e revert alternate build approach
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11900 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-05 19:54:32 +00:00
danrubel@google.com 4b29bcd640 test alternate build approach
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11898 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-05 19:39:20 +00:00
vsm@google.com 47e90c2a71 Cache function proxies. This ensures that we forward invocations to the original send port.
Review URL: https://chromiumcodereview.appspot.com//10876084

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11410 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-27 20:21:37 +00:00
vsm@google.com 8802f83208 Serialize Elements through PortSync
Review URL: https://chromiumcodereview.appspot.com//10883037

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11365 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-26 21:55:31 +00:00
vsm@google.com d7b836f226 Support methods, getters, and setters on JS proxies.
Review URL: https://chromiumcodereview.appspot.com//10873037

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11345 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-24 21:40:18 +00:00
vsm@google.com 769cfa00b1 Support proxying of objects between JS and Dart.
Review URL: https://chromiumcodereview.appspot.com//10827462

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11182 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-22 20:13:36 +00:00
vsm@google.com 9259b263fd Support general serializing of functions between JS and Dart
Anton: This expands on your earlier CL.  Do you mind taking a look?

Review URL: https://chromiumcodereview.appspot.com//10834426

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11066 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-21 15:59:54 +00:00
ricow@google.com 2cba3d5933 Remove second argument from python clobbering cmd on editor annotated steps
TBR
Review URL: https://chromiumcodereview.appspot.com//10823359

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10791 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 06:06:50 +00:00
ricow@google.com 41ad4a52da Add mission constant to dart editor annotated steps.
Review URL: https://chromiumcodereview.appspot.com//10834352

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10790 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 05:58:24 +00:00
ricow@google.com 71ff9c1549 Fix dart editor buildbot scripts to support clobbering.
Additionally, default to deleting both debug and release mode output directories when nothing has been specified on the command line using the --mode option.
Review URL: https://chromiumcodereview.appspot.com//10829351

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10789 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-16 05:55:09 +00:00
antonm@google.com 0e9ad86574 Move function serialization to sync ports.
For now only dart to JS serialization.

R=sammccall@google.com,vsm@google.com

Review URL: https://chromiumcodereview.appspot.com//10690142

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10750 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-15 16:58:36 +00:00
antonm@google.com 0e4bc22c37 Revert "Switch to new expiration protocol."
This reverts commit 83a7e7a6bc37f1c7b0780be5ba0a621c2e9c6e3e.

TBR=vsm@google.com

Review URL: https://chromiumcodereview.appspot.com//10829167

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10230 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-03 13:37:11 +00:00
antonm@google.com 46eda615fc Switch to new expiration protocol.
R=vsm@google.com

Review URL: https://chromiumcodereview.appspot.com//10843055

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10225 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-03 11:56:59 +00:00
antonm@google.com 0db7d72b36 Support references in serialization.
R=sammccall@google.com,vsm@google.com

Review URL: https://chromiumcodereview.appspot.com//10693174

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9632 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-13 15:44:38 +00:00
hausner@google.com a8f0861510 Fix bug in SendPortSync serialization
Review URL: https://chromiumcodereview.appspot.com//10698150

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9543 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-11 08:45:07 +00:00
hausner@google.com 7f897e16ec Fix bug in array serialization
Review URL: https://chromiumcodereview.appspot.com//10696143

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9499 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-10 09:38:36 +00:00
efortuna@google.com cae0859989 Fix deserializeList.
Review URL: https://chromiumcodereview.appspot.com//10696142

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9498 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-10 09:07:22 +00:00
vsm@google.com ee6b0e23a8 Serialize/deserialize lists in JS ports
Review URL: https://chromiumcodereview.appspot.com//10702113

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9452 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-09 02:10:37 +00:00
vsm@google.com 9c4f5eda7f Added Dartium support for JS to Dart PortSync calls
I addressed your test comments from the last cl - sorry for missing the last time.

Review URL: https://chromiumcodereview.appspot.com//10702110

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9431 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-06 09:33:34 +00:00
vsm@google.com d14ba572e8 Add support for JS->Dart and Dart->dart via *PortSync.
Review URL: https://chromiumcodereview.appspot.com//10695111

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9427 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-06 08:09:58 +00:00
kasperl@google.com 41d66571ff Stop adding so many global functions in client/dart.js.
R=vsm@google.com
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com//10700103

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9395 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-04 10:51:39 +00:00