Commit Graph

3577 Commits

Author SHA1 Message Date
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: https://github.com/dart-lang/sdk/commit/560f12bb21874824788e1f660ca07b8914c8cc4f

Committed: https://github.com/dart-lang/sdk/commit/930a40daa50a93adfce8786f4d7ef25e06324dda

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: https://github.com/dart-lang/sdk/commit/560f12bb21874824788e1f660ca07b8914c8cc4f

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
Natalie Weizenbaum 49948accad Run pub tests on the pub bots.
The pub bot script just runs the new test runner against the repo versions of
all the packages.

R=whesse@google.com

Review URL: https://codereview.chromium.org//1214343004.
2015-07-07 13:14:22 -07:00
Sigmund Cherem b273d56f0d Fix pkgbuild tests after adding a pubspec on pkg/compiler (fix #23750)
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1217353002.
2015-07-01 08:19:00 -07:00
Rico Wind 76bfe2e842 Remove dart-services annotated steps script
This was never put to use

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

Review URL: https://codereview.chromium.org//1214483009.
2015-07-01 12:36:00 +02:00
William Hesse feade0551f Flag --with-dartium should install dartium
Although the --with-dartium flag was documented, the flag
--with-content-shell was used for installing dartium instead.

Chromium path in caveats should be version agnostic
Fixes https://github.com/dart-lang/homebrew-dart/issues/32

R=whesse@google.com

Review URL: https://codereview.chromium.org//1211743002.
2015-07-01 10:25:03 +02:00
Sigmund Cherem 4ec3db6947 keep old location of libraries.dart in the generated SDK (fixes 23755)
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1216313002.
2015-06-30 17:08:21 -07:00
William Hesse 120bff1f3b Fix build directory cleaner, to not follow links on Windows.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//1219833003.
2015-06-30 14:08:03 +02:00
Jacob Richman d530da7002 Update dartium_webkit_revision to match tip of trunk dartium blink branch.
BUG=

Review URL: https://codereview.chromium.org//1212333007.
2015-06-29 14:15:14 -07:00
Jacob Richman 5ebb4b6019 Update dartium_webkit_revision to match tip of trunk dartium blink branch.
BUG=

Review URL: https://codereview.chromium.org//1211103005.
2015-06-29 12:16:40 -07:00
Jacob Richman ae72b6a701 Enhance dart:js interop in a backwards compatible manner.
BUG=

Review URL: https://codereview.chromium.org//1213873004.
2015-06-29 11:20:11 -07:00
Sigmund Cherem b18c5a3e7c sdk files reorganization to make dart2js a proper package
BUG=
R=brianwilkerson@google.com, floitsch@google.com, whesse@google.com

Review URL: https://codereview.chromium.org//1212513002.
2015-06-29 10:21:14 -07:00
Jacob Richman 7e9e4d89d3 Revert "Enhance dart:js interop in a backwards compatible manner."
This reverts commit ac32e37ab1300cb1ce1cd081f050ff1d04e54cbe.

BUG=

Review URL: https://codereview.chromium.org//1209093005.
2015-06-26 10:29:25 -07:00
Jacob Richman 3fdeb669ee Enhance dart:js interop in a backwards compatible manner. List objects can now be passed back and forth to Dartium without requiring jsify
BUG=
R=terry@google.com, vsm@google.com

Review URL: https://codereview.chromium.org//1194643002.
2015-06-26 10:06:45 -07:00
Rico Wind 6c50e6d941 Update version on master
We are now working on 1.12

R=kasperl@google.com
BUG=

Review URL: https://codereview.chromium.org//1210813003.
2015-06-25 12:18:28 +02:00
Stephan Herhut cfde2f0831 Trigger build in the bots after exception.
BUG=
R=johnniwinther@google.com
TBR=johnniwinther@google.com

Review URL: https://codereview.chromium.org//1204243002.
2015-06-25 09:57:55 +02:00
pq 0350c9e4c4 Bump package_config tag to 0.1.1.
R=het@google.com

Review URL: https://codereview.chromium.org//1207833003.
2015-06-24 15:38:23 -07:00
Alan Knight 1d5b657427 Make it easier and more efficient to use trusted HTML text
BUG=
R=sra@google.com

Review URL: https://codereview.chromium.org//1154423009.
2015-06-22 09:41:01 -07:00
keertip 72ac998b8d add generation of docs by dartdoc on the bots
BUG=
R=pquitslund@google.com

Review URL: https://codereview.chromium.org//1180773005.
2015-06-18 10:30:28 -07:00
Ryan Macnak 4155dd73d9 Update Dartium blink DEPS to r197293 "Further use dart_tools_api instead of dart_debugger_api."
Review URL: https://codereview.chromium.org//1185373009.
2015-06-17 16:08:56 -07:00
Ryan Macnak ce83ec900e Update Dartium blink DEPS to r197292 "Use dart_tools_api instead of dart_debugger_api"
Review URL: https://codereview.chromium.org//1173203008.
2015-06-17 15:58:12 -07:00
John McCutchan bcf6eb7099 Remove dart_debugger_api.h
BUG=
R=asiva@google.com

Review URL: https://codereview.chromium.org//1190103003.
2015-06-17 14:56:55 -07:00