Commit graph

3631 commits

Author SHA1 Message Date
keertip 895abbf8dd rev up dartdoc, markdown
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1360823002 .
2015-09-22 09:44:56 -07:00
Alan Knight 0568fa8679 Omit extra argument to createElement/NS if null
BUG=

Review URL: https://codereview.chromium.org//1345413004 .
2015-09-22 09:28:38 -07:00
William Hesse c04db16af6 Fix typo in >= operator.
BUG=
TBR=kevmoo

Review URL: https://codereview.chromium.org//1359813002 .
2015-09-22 14:49:03 +02:00
Kevin Moore 6012e9070d SDK gyp: support Xcode V7
R=whesse@google.com

Review URL: https://codereview.chromium.org//1343393004 .
2015-09-22 14:21:20 +02:00
Harry Terkelsen 3d00bbf484 Update Angular to da6def3772e22665c381306fd5f8be30a60c2058
R=sra@google.com

Review URL: https://codereview.chromium.org//1348033004 .
2015-09-21 18:25:17 -07:00
Terry L. Lucas 36f70ac68b Point to latest change for DevConsole
TBR=jacobr@google.com

Review URL: https://codereview.chromium.org//1355753006 .
2015-09-21 10:44:29 -07:00
William Hesse eee0e77207 Fix obsolete gsutil command in scripts. Delete editor signing script.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//1353373002 .
2015-09-21 12:18:50 +02:00
keertip d6cff42ea5 fix build (TBR)
BUG=

Review URL: https://codereview.chromium.org//1353213002 .
2015-09-18 13:35:38 -07:00
keertip 3d37a55dce remove docgen from the sdk
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1356943002 .
2015-09-18 13:18:10 -07:00
Alan Knight aebb870b13 Start using the dart2js type conversions in Dartium as well.
BUG=

Review URL: https://codereview.chromium.org//1349293006 .
2015-09-18 12:44:36 -07:00
Terry L. Lucas bcf8dfe1f1 Merge mistake removed annotations for dart2js; re-added.
TBR=sra@google.com

Review URL: https://codereview.chromium.org//1350063004 .
2015-09-18 07:25:33 -07:00
William Hesse 01a4e08809 Give environment var DART_NUMBER_OF_CORES priority over /proc/cpuinfo when choosing the number of cpus to use.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//1356643002 .
2015-09-17 16:12:56 +02:00
Johnni Winther ecb1e33a7f Report hint on unmatched show and hide combinators.
BUG=
R=karlklose@google.com

Review URL: https://codereview.chromium.org//1346133002.
2015-09-17 12:33:17 +02:00
John McCutchan eb3fe78200 Automatically set correct Observatory analytics version
R=turnidge@google.com

Review URL: https://codereview.chromium.org//1352493002 .
2015-09-16 10:47:19 -07:00
Terry L. Lucas fc8682ceac Fixed another dart2js code emitting error and enabled tests that now work
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1346203002 .
2015-09-16 08:19:15 -07:00
Terry L. Lucas 7b322c246c Dartium JS Enabled take 2
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1348173002 .
2015-09-16 07:13:53 -07:00
William Hesse 9aeb907f9d Observatory build should try backup method if the SDK doesn't work.
Fix up SDK for mips and arm processors on demand.

BUG=
R=iposva@google.com, johnmccutchan@google.com

Review URL: https://codereview.chromium.org//1343103002 .
2015-09-16 13:13:32 +02:00
William Hesse f03279a7eb Copy entire api-docs directory to release GCloud directory in promote script.
BUG=
R=keertip@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//1341353002 .
2015-09-16 12:12:29 +02:00
Terry L. Lucas 09c804aa78 Revert "Dartium JS Interop enabled."
This reverts commit 403bd1698d.

TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1345083002 .
2015-09-15 19:44:26 -07:00
Terry L. Lucas 403bd1698d Dartium JS Interop enabled.
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1349493003 .
2015-09-15 17:36:47 -07:00
Harry Terkelsen 2f15390314 Update Angular to 63e785902fbc6d5edbc1a4ed135f65d1cdf00acd
R=sra@google.com

Review URL: https://codereview.chromium.org//1341883002 .
2015-09-14 11:33:33 -07:00
John McCutchan 28a2239289 Move CheckedInSdkPath helpers to utils
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//1342493003 .
2015-09-14 07:05:51 -07:00
Rico Wind 2e22f41612 This is a fixed up version of:
https://codereview.chromium.org/1305183010/

- Reorder the priority of flags in the test harness when passed to the VM:
  default flags, file flags, command line flags
- Ensure to not enable assertions when not being requested.

Peter, any reason to not move the flags in to the
configuration file?  Why don't we actually have all of them in there? (not
that I want to move them, I am just currious why we don't add them in
there, it seems more logical to me)

BUG=
R=iposva@google.com, whesse@google.com

Committed: dd7767d95e

Review URL: https://codereview.chromium.org//1330643003 .
2015-09-14 07:58:18 +02:00
John McCutchan e07d9e8918 Use the checked in SDK to build Observatory
BUG=
R=turnidge@google.com

Review URL: https://codereview.chromium.org//1337503003 .
2015-09-10 11:15:41 -07:00
Terry L. Lucas 9b0d2582fc Revert "Dartium w/ JsInterop enabled"
This reverts commit 346af54711.

TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1330163010 .
2015-09-09 17:33:24 -07:00
Terry L. Lucas 346af54711 Dartium w/ JsInterop enabled
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1321613005 .
2015-09-09 17:01:40 -07:00
Terry L. Lucas 012c998f64 Revert "Patched in Dartium JsInterop"
This reverts commit 4bb2e617db.

TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1327083002 .
2015-09-08 13:35:03 -07:00
Terry L. Lucas 4bb2e617db Patched in Dartium JsInterop
TBR=alanknight@google.com

Review URL: https://codereview.chromium.org//1310363006 .
2015-09-08 12:46:41 -07:00
Rico Wind 02320ff26e Revert "This is a fixed up version of:"
This reverts commit dd7767d95e.

This made the analyzer fail:
http://build.chromium.org/p/client.dart/builders/analyzer_experimental-linux-release-be/builds/3418/

Please note that this is just not the new test (which I would just have
suppressed)
It seems that in --checked --host-checked mode we see a range of new
failures, because of the change to flags.

It also made dart2js fail on the new tests

Ivan: Will you look into this with the analyzer people?

R=iposva@google.com
BUG=

Review URL: https://codereview.chromium.org//1308743006 .
2015-09-07 08:41:46 +02:00
Rico Wind dd7767d95e This is a fixed up version of:
https://codereview.chromium.org/1305183010/

- Reorder the priority of flags in the test harness when passed to the VM:
  default flags, file flags, command line flags
- Ensure to not enable assertions when not being requested.

Peter, any reason to not move the flags in to the
configuration file?  Why don't we actually have all of them in there? (not
that I want to move them, I am just currious why we don't add them in
there, it seems more logical to me)

BUG=
R=iposva@google.com, whesse@google.com

Review URL: https://codereview.chromium.org//1330643003 .
2015-09-07 07:44:41 +02:00
Ryan Macnak 83585cfbf1 Emit assembly instead of a blob for the instructions snapshot, and provide labels for the entry point of each Instructions.
R=asiva@google.com

Review URL: https://codereview.chromium.org//1309563006 .
2015-09-04 15:15:50 -07:00
Ryan Macnak 0ed4d44a99 Toward precompiled snapshots.
Gets as far as encountering null Instructions in the first Dart_Invoke after loading the snapshot.

R=asiva@google.com

Review URL: https://codereview.chromium.org//1318803002 .
2015-09-02 16:15:02 -07:00
William Hesse 0c88126f7d Add download of the stable SDK from gcloud to the gclient hooks in DEPS.
This will be used for the observatory build, and to replace testing/bin.

BUG=https://github.com/dart-lang/sdk/issues/24053
R=iposva@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//1322753005 .
2015-09-02 13:11:42 +02:00
Harry Terkelsen 2d18c9252c Update Angular to be0739085976bbdbcf8f560475e87b07343f464d
R=sra@google.com

Review URL: https://codereview.chromium.org//1319973009 .
2015-08-28 13:24:01 -07:00
John McCutchan 021d7c0aa5 Make build incremental
- Make sure observatory's index.html is touched.
- Switch generate_snapshot_bin to have only one output (a timestamp file)

Fixes #24220

R=iposva@google.com, ricow@google.com

Review URL: https://codereview.chromium.org//1304953004 .
2015-08-27 11:14:13 -07:00
William Hesse 9163181e0e Remove custom .boto file path in tools.
BUG=

TBR=ricow@google.com

Review URL: https://codereview.chromium.org//1315343002 .
2015-08-27 11:36:05 +02:00
Ryan Macnak 3fbb328065 Roll Dartium blink to r201240 "Adjust for additional parameter to Dart_Initialize."
Review URL: https://codereview.chromium.org//1318783002 .
2015-08-26 11:08:17 -07:00
keertip a6d128832c update to dartdoc 0.6.1
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1321513002 .
2015-08-26 09:35:40 -07:00
William Hesse 4c8049780c Switch dartium.deps to use the googlesource.com mirror of github/dart-lang repos.
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//1308403006 .
2015-08-26 10:32:17 +02:00
Lasse R.H. Nielsen e3963b88d1 Move package_config deps to 0.1.3.
R=whesse@google.com

Review URL: https://codereview.chromium.org//1302073004 .
2015-08-20 13:46:03 +02:00
Rico Wind 171ca680ba Upstream change to also kill fletch as part of task_kill.py.
This is to keep the patching of our branch as small as possible (and to guarantee consistency if we share bots between sdk and fletch runners)

R=ahe@google.com, whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1304613002 .
2015-08-20 09:32:59 +02:00
Sigmund Cherem aae02054d2 Record information about constants in dump info
R=johnniwinther@google.com

Review URL: https://codereview.chromium.org//1301903002 .
2015-08-19 13:52:49 -07:00
keertip 3865dd8748 create dartdoc snapshot, add to dart-sdk. Also add resources needed to run dartdoc from the sdk.
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1295073003 .
2015-08-19 08:02:41 -07:00
Sigmund Cherem a984fb2b72 Update status of pkgbuild test for shelf, update dart2js_info to fix pkgbuild test for args
(args was an easy fix, just downgrade within the same major version. shelf
requires switching to 0.5.7 from 0.6.2 which might involve working around
breaking changes, so I'll do so more calmly later.)

Review URL: https://codereview.chromium.org//1302693003 .
2015-08-18 20:57:17 -07:00
Sigmund Cherem fa23bfb2b9 Update deps: use new version of dart2js_info with relaxed version on yaml (I
broke a test that checks that the repo version of yaml works with this package,
so I updated dart2js_info to use version 2.1.0 and not 2.1.3 of yaml, that way
the repo version of yaml 2.1.2 is accepted.)

TBR=het@google.com

Review URL: https://codereview.chromium.org//1300923005 .
2015-08-18 16:32:33 -07:00
Sigmund Cherem 8896ccd385 dart2js: switch to use dart2js_info/info.dart
R=het@google.com

Review URL: https://codereview.chromium.org//1298553002 .
2015-08-18 15:44:38 -07:00
pq 5f4b7a9083 DEPS update to grab fixed package_config.
R=het@google.com

Review URL: https://codereview.chromium.org//1296323005 .
2015-08-18 10:00:58 -07:00
pq 8d6be6387a DEPS update to pull in latest package_config.
R=whesse@google.com

Review URL: https://codereview.chromium.org//1298963003 .
2015-08-18 09:09:37 -07:00
Harry Terkelsen f65c675c16 Add tests for simple packages scenarios
BUG=
R=iposva@google.com, pquitslund@google.com

Review URL: https://codereview.chromium.org//1290623002 .
2015-08-17 17:13:19 -07:00
Alan Knight 89b99e60bf Remove dart2js-specific annotations from childNodes
BUG=
R=terry@google.com

Review URL: https://codereview.chromium.org//1290263002 .
2015-08-14 09:32:45 -07:00