Commit graph

3597 commits

Author SHA1 Message Date
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
William Hesse 4bc7c0e8f3 Update dartium DEPS to use co19 from github.
BUG=
R=terry@google.com

Review URL: https://codereview.chromium.org//1289303002 .
2015-08-14 18:22:31 +02:00
William Hesse e6020b39cf Start Version 13 on master (bleeding-edge).
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//1277523004 .
2015-08-11 12:39:50 +02:00
William Hesse c4f359fd9f Remove dartium formula from homebrew updater.
The dart formula has options --with-dartium and --with-content-shell, and
the dartium formula has been showing the deprecation message for months.

BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//1284633002 .
2015-08-10 15:39:17 +02:00
William Hesse 84d208a21f Add error and message to tools/make_links.py for duplicate packages.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//1272963004 .
2015-08-10 14:35:51 +02:00
William Hesse a89532d98d Update build utils to prefer Visual Studio 2013.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//1257013004 .
2015-08-03 10:28:34 +02:00
Jacob Richman 893287eb42 Roll blink branch forward to include fix for breakpoints bug.
BUG=
R=rmacnak@google.com

Review URL: https://codereview.chromium.org//1269593004 .
2015-07-30 16:09:33 -07:00
Rico Wind b67b36ab2a Don't force msvs 2010 version when running gyp
R=ahe@google.com, iposva@google.com, whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1267633003 .
2015-07-30 16:09:12 +02:00
Alan Knight cd8c569632 Make sure NodeValidator uriAttributes aren't passed as attributes
WIP

BUG=
R=terry@google.com

Review URL: https://codereview.chromium.org//1236413002 .
2015-07-17 14:12:44 -07:00
Alan Knight de3ce04f0a Fix type problem with FilteredElementList._iterable
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1236793006 .
2015-07-17 10:53:19 -07:00
Terry L. Lucas 206ffe343b Revert "- Update _blink library using dart:js instead of native keyword"
This reverts commit 8ecb64d6b0.

TBR=vsm@google.com

Review URL: https://codereview.chromium.org//1237263005 .
2015-07-17 07:45:12 -07:00
Terry L. Lucas 8ecb64d6b0 - Update _blink library using dart:js instead of native keyword
- Fixed dart:js event wrapping
- Fixed dart2js gen when --gen-interop used
- Cleanup and enabled static window() for JS interop
- Enabled --gen-interop
- Added --gen-interop switch

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

Review URL: https://codereview.chromium.org//1234273003 .
2015-07-17 07:37:18 -07:00
William Hesse ffd277576a Move third_party/observatory_pub_packages to github
BUG=
R=kustermann@google.com

Review URL: https://codereview.chromium.org//1242113002 .
2015-07-17 12:30:41 +02:00
Ryan Macnak 6d018b8ce3 Force non-executable stack and enable stack canaries.
BUG=http://b/22479195
R=asiva@google.com

Review URL: https://codereview.chromium.org//1238003002 .
2015-07-16 16:05:02 -07:00
Alan Knight d5599eb63b Restore workaround for old Chrome bug that also affects Safari and in some cases Firefox, fix test suppressions
BUG=

Review URL: https://codereview.chromium.org//1242063002 .
2015-07-16 13:20:26 -07:00
Alan Knight 4e790fef3d appendHtml, when sanitizing, should create document fragment in the right context
BUG=
R=terry@google.com

Committed: 560f12bb21

Committed: 930a40daa5

Review URL: https://codereview.chromium.org//1221043003 .
2015-07-16 10:30:51 -07:00
Terry L. Lucas 5e52d8dc5d Updates for dart:js fixes after initial --gen-interop
TBR=vsm@google.com,alanknight@google.com

Review URL: https://codereview.chromium.org//1228093007 .
2015-07-16 09:52:44 -07:00
Ryan Macnak 248f216887 "The "now" option forces the linker to resolve all dynamic symbols at program start time and the "relro" option marks the Global Offset Table (GOT) as read-only. Together, these options prevent attacks that try to overwrite libc function pointers in the GOT."
BUG=http://b/22479195
R=asiva@google.com

Review URL: https://codereview.chromium.org//1236933004 .
2015-07-16 09:39:45 -07:00
Ryan Macnak d09e04eff8 Enable Fortify Source functions.
BUG=http://b/22479195
R=asiva@google.com

Review URL: https://codereview.chromium.org//1223263007 .
2015-07-15 15:53:11 -07:00
Terry L. Lucas cec5812335 Fixed Dictionary and Event hookup w/o --gen-interop
TBR=vsm@google.com

Review URL: https://codereview.chromium.org//1233083004 .
2015-07-14 14:18:48 -07:00
Terry L. Lucas 1fa61ee114 Fixed a few more things to make Dartium build w/o --gen-interop
TBR=vsm@google.com

Review URL: https://codereview.chromium.org//1239653003 .
2015-07-14 07:17:59 -07:00
Terry L. Lucas 82fbd3382a Remove blink_jsObject when --gen-interop is not used.
TBR=vsm@google.com

Review URL: https://codereview.chromium.org//1236933003 .
2015-07-14 05:49:27 -07:00
Alan Knight 610edadff2 Revert "appendHtml, when sanitizing, should create document fragment in the right context"
This reverts commit 930a40daa5.

BUG=

Review URL: https://codereview.chromium.org//1230203005 .
2015-07-13 15:32:17 -07:00
Terry L. Lucas 045d9698d3 Revert "Turn on JS interop usage for DOM Dart libraries"
This reverts commit 7f6fc7eed2.
2015-07-13 13:40:42 -07:00
Terry L. Lucas 7f6fc7eed2 Turn on JS interop usage for DOM Dart libraries
Review URL: https://codereview.chromium.org//1235903003 .
2015-07-13 13:38:45 -07:00
Terry L. Lucas 48af868f47 Fixed compilation error
Review URL: https://codereview.chromium.org//1233923003 .
2015-07-13 13:24:08 -07:00
keertip d2a067e22b add footer for dartdocs generated for the sdk for analytics and survey
BUG=
R=sethladd@google.com, whesse@google.com

Review URL: https://codereview.chromium.org//1239543002 .
2015-07-13 13:14:09 -07:00
Alan Knight 930a40daa5 appendHtml, when sanitizing, should create document fragment in the right context
BUG=
R=terry@google.com

Committed: 560f12bb21

Review URL: https://codereview.chromium.org//1221043003 .
2015-07-13 12:50:49 -07:00
Terry L. Lucas 4947e570d4 Changed to use JSInterop
Review URL: https://codereview.chromium.org//1173403004 .
2015-07-13 12:38:16 -07:00
Seth Ladd 4c685b6e84 add docs for indexed_db
BUG=
R=vsm@google.com

Review URL: https://codereview.chromium.org//1233513002 .
2015-07-09 16:20:03 -07:00
keertip 89b79c8dd2 change gcs dir structure for docs generated by dartdoc
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1229683002 .
2015-07-09 08:55:39 -07:00
Alan Knight 1e8a275a20 Revert "appendHtml, when sanitizing, should create document fragment in the right context"
This reverts commit 560f12bb21.

	modified:   sdk/lib/html/dart2js/html_dart2js.dart
	modified:   sdk/lib/html/dartium/html_dartium.dart
	modified:   tests/html/element_add_test.dart
	modified:   tools/dom/templates/html/impl/impl_Element.darttemplate

BUG=

Review URL: https://codereview.chromium.org//1230553003 .
2015-07-08 12:19:30 -07:00
Alan Knight 560f12bb21 appendHtml, when sanitizing, should create document fragment in the right context
BUG=
R=terry@google.com

Review URL: https://codereview.chromium.org//1221043003 .
2015-07-08 10:16:37 -07:00
William Hesse 029d5c9f85 Add missing python import to utility script
BUG=
R=lrn@google.com

Review URL: https://codereview.chromium.org//1226963005.
2015-07-08 13:20:22 +02:00
William Hesse 6de1083784 Add missing import to utility python script
BUG=
R=kustermann@google.com

Review URL: https://codereview.chromium.org//1222793010.
2015-07-08 12:17:04 +02:00