Commit Graph

25510 Commits

Author SHA1 Message Date
nweiz@google.com c5d6dd178d Make path_set_test use Windows-friendly paths where necessary.
R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30171 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-11 21:01:41 +00:00
sigmund@google.com 303e25eb32 Use logger for polymer loader warning
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30169 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-11 20:00:55 +00:00
nweiz@google.com 03337e9e5f Wrap Directory.watch on Mac OS for the watcher package.
R=rnystrom@google.com
BUG=14428

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30168 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-11 19:47:18 +00:00
sigmund@google.com fcb74c7a3f Add a build filter (only necessary HTML files are emitted) and logic to use .min.js by default, but keeps it disabled until the dart2js/mirrors bugs are addressed (dartbug.com/14720).
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30164 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-11 18:39:47 +00:00
lrn@google.com cbe8145c38 Add README.md for package:collections_helpers.
BUG= http://dartbug.com/14681
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30145 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-11 09:47:44 +00:00
amouravski@google.com 239d152949 Way more documentation blanks filled in.
Review URL: https://codereview.chromium.org//66193010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30134 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-09 01:19:44 +00:00
nweiz@google.com 0a22d14296 Work around issue 14971 in barback.
R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30131 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 23:34:53 +00:00
efortuna@google.com 8002af3122 Fix single library test.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30130 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 23:25:13 +00:00
efortuna@google.com 7e46880b21 Add package name for resolved names in packages.
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30129 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 23:05:30 +00:00
nweiz@google.com 88124b3f81 Serialize barback assets more efficiently.
This adds an [InternalAsset] class to barback that supports serialization
operations, and specializes those operations for each asset type (for example,
FileAssets will just send the file path across isolates). This class isn't
exposed publicly, but pub imports it and uses it to handle asset serialization.

BUG=14430
R=rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30126 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 22:14:03 +00:00
sigmund@google.com 55ee7003b7 Fix in compound path observer: this fixes the error we saw in our manual testing
of todomvc.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30121 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 19:02:35 +00:00
nweiz@google.com 578e9a5281 Fix an analyzer error in the linux directory watcher.
R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30093 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 01:46:11 +00:00
nweiz@google.com 5c6573addf Mark directory_watcher/polling_test as timing out.
R=rnystrom@google.com
BUG=14943

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30092 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 01:45:25 +00:00
nweiz@google.com 73e68b810f Fix the watcher tests on Windows.
The tests were assuming POSIX paths.

R=rnystrom@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30091 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 01:44:53 +00:00
efortuna@google.com 49d3509250 Fixing some more resolving issues with super classes in docgen.
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30090 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 01:15:55 +00:00
sigmund@google.com 536f92456d Ensure we run the observable transform on PolymerElement (fixes issue 14942)
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30089 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-08 00:32:54 +00:00
nweiz@google.com 500eb1266b Wrap Directory.watch on linux for the watcher package.
R=rnystrom@google.com
BUG=14428

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30081 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 22:49:18 +00:00
nweiz@google.com 31ac89f049 Properly parse jsshell and d8 stack frames.
It turns out jsshell and d8 can use native paths where Firefox and
Chrome usually use URLs. This CL accommodates that.

R=rnystrom@google.com
BUG=14897

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30079 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 22:41:42 +00:00
efortuna@google.com eb118c82b1 Fix single library test.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30076 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 22:12:08 +00:00
efortuna@google.com 581ff321fa Properly resolve qualified names in documenation (possibly from other libraries).
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30073 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 21:44:54 +00:00
alanknight@google.com e8c2a68c76 Filter out statics when adding inherited members
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30072 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 21:42:19 +00:00
kevmoo@j832.com 0617dd633f pkg/csslib: fix analyzer issue
R=terry@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30062 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 18:35:43 +00:00
kevmoo@j832.com c05b384ba1 pkg/csslib: types, fixes, cleanup
R=terry@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30049 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 14:45:52 +00:00
ajohnsen@google.com 19c39a72f7 Update status file.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30040 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 10:53:41 +00:00
ajohnsen@google.com f115b26c11 Don't use mirrors in pkg/path.
BUG=
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30038 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 08:13:26 +00:00
ajohnsen@google.com 81ec2a91ba Only run missing_tick_test for 2 seconds, before timeing out.
BUG=
R=ahe@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30035 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 07:36:47 +00:00
iposva@google.com 1cae21b556 - Reverting mirror changes.
Review URL: https://codereview.chromium.org//62373008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30029 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 02:07:37 +00:00
iposva@google.com d27c33b5b2 - Reverting mirror changes.
Review URL: https://codereview.chromium.org//61873007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30028 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 01:57:18 +00:00
iposva@google.com a2d280501e - Reverting mirror changes.
Review URL: https://codereview.chromium.org//63563003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30027 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 01:48:45 +00:00
efortuna@google.com 5aa38829a1 "Reverting 30019" (aka reverting the revert)
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30026 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 01:37:40 +00:00
rmacnak@google.com bc897425e1 Cascaded mirror removal revert.
Review URL: https://codereview.chromium.org//63363003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30024 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 01:20:51 +00:00
rmacnak@google.com f7dc19ada8 Revert change to docgen.
Review URL: https://codereview.chromium.org//60323008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30022 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 01:07:05 +00:00
efortuna@google.com 25911d62c9 "Reverting 30015"
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30019 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 00:35:37 +00:00
rmacnak@google.com c3cf0dde46 Fix some users of removed mirror API.
R=gbracha@google.com, jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30016 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 00:24:53 +00:00
efortuna@google.com 86a3f4a27c Properly escape angle brackets and find their corresponding links in docgen.
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30015 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-07 00:04:50 +00:00
alanknight@google.com b7dbc53b05 Stopgap generating docgen all at once until --append mode can be fixed
R=efortuna@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30009 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 23:16:41 +00:00
rmacnak@google.com 1caa73df59 Remove implementations of mirror methods not in the API from the VM. Update tests.
R=iposva@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30005 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 22:30:45 +00:00
kevmoo@j832.com b2b6c335cb pkg/csslib: remove drone.io reference from README
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29992 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 20:13:09 +00:00
dgrove@google.com 18ca7d0036 Re-land r29957 (add versions and constraints for packages and samples), with
SDK constraints bumped from 1.0.0 to 0.8.10+6 .

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29986 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 18:28:22 +00:00
ajohnsen@google.com eb784f6d98 Fix scheduled_server_test to not timeout-fail.
The test was expecting the server to be force closed on errors.

BUG=
R=rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29984 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 17:42:21 +00:00
ajohnsen@google.com 61f6c51990 Revert "add versions and constraints for packages and samples"
This is currently blocking us from testing samples.

BUG=
R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29960 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 09:09:18 +00:00
jmesserly@google.com 02638c5760 add versions and constraints for packages and samples
- all packages at 0.9.0, except "analyzer" which had a version already
- dependencies at ">=0.9.0 <0.10.0" except analyzer is ">=0.10.0 <0.11.0"
- sdk constraint ">=1.0.0 <2.0.0"

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29957 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-06 03:27:58 +00:00
sigmund@google.com 260edd95ea Switch to new main semantics (fixes issue 14797)
R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29870 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 01:51:58 +00:00
jmesserly@google.com faf0b24b95 load MutationObserver polyfill for IE
needed for the template_binding test

also adds to pubspec.yaml

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29861 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-05 00:01:32 +00:00
sigmund@google.com aaf8927792 Fixes in custom_element.dart: some of the code was broken, fixes needed for
those using web-ui

(patch follows from issue 53293003)

R=jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29860 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 23:47:48 +00:00
jmesserly@google.com 2fe06839a8 update shadow dom pkg
ShadowDOM is at revision 31c0d9699b5b41bdb1c36e26d0956574dac684e3
  platform is at revision dad88031041c887cc0de2fd6164bc5c4ca3019ae

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29858 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 22:50:07 +00:00
efortuna@google.com 02fdd1b877 Fix triple slash comments new paragraph spacing.
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29857 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 22:46:22 +00:00
jmesserly@google.com d93ec94300 fix selected index binding to not count microtasks
https://code.google.com/p/dart/issues/detail?id=13968

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29851 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 22:10:48 +00:00
efortuna@google.com f910d299e0 Added a few more annotations to the blacklist for docgen.
BUG=
R=alanknight@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29845 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 21:22:01 +00:00
ajohnsen@google.com a41a1f597a Fix style in pkg/http.
BUG=
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29791 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-04 07:18:06 +00:00