Commit Graph

33 Commits

Author SHA1 Message Date
ager@google.com 6f43aa828f Workaround VM issue with library tags in builtin libraries.
Get rid of lib/compiler/implementation/lib/scalarlist.dart which
should not be necessary.

R=lrn@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12626 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-20 09:25:05 +00:00
ager@google.com e676e88f81 Introduce a VM-only dart:scalarlist library for byte arrays.
Include it in the SDK so users can use it. Create a dummy
implementation and patch file for the library for dart2js so it can be
documented. Johnni, can you think of a nicer way of making
documentation generation work for a VM only library? Also, it seems that
patching kills the documentation comments and they do not show up in
the generated docs.

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

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12616 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-20 07:08:10 +00:00
lrn@google.com 9ae63b5684 Revert "Remove dart2js specific core.dart and coreimpl.dart files."
TBR=johnniwinter@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12101 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-10 08:50:40 +00:00
lrn@google.com d47489ba3c Remove dart2js specific core.dart and coreimpl.dart files.
Review URL: https://chromiumcodereview.appspot.com//10908167

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12100 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-10 08:05:49 +00:00
lrn@google.com 978c3f6da6 Move dart:web to pkg:htmlescape.
Remove the dart:web library from the VM.
Remove reference to web library from libraries.dart.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12023 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-07 12:30:55 +00:00
keertip@google.com cd3eb37f69 change sdk layout, fix tests to work with the change
Review URL: http://codereview.chromium.org//10914104

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11958 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 15:39:52 +00:00
kasperl@google.com 8db48e4171 Revert "Move dart:web to pkg:htmlescape."
This reverts r11943.

R=lrn@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11945 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 13:17:01 +00:00
lrn@google.com bd49eef27d Move dart:web to pkg:htmlescape.
Review URL: https://chromiumcodereview.appspot.com//10905125

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11943 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-06 12:54:59 +00:00
efortuna@google.com f19c48c69b Remove dom_deprecated from everywhere but lib/dom and lib/html.
Review URL: https://chromiumcodereview.appspot.com//10918063

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11908 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-05 22:22:31 +00:00
keertip@google.com b1ec697dea revert 11882
Review URL: http://codereview.chromium.org//10908097

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11888 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-05 17:00:05 +00:00
keertip@google.com cccf1d6268 change sdk layout, fixes to darta/editor tests to work with new layout
Review URL: http://codereview.chromium.org//10912087

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11882 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-05 16:10:10 +00:00
ager@google.com 156e6a71b5 First corelib cleanup patch after unification.
Do not go through coreimpl for object implementation. Instead, use patching
in core directly.

This leads to error message issues in dart2js which I have patched up
the best way I could find.

R=ajohnsen@google.com,johnniwinther@google.com,lrn@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11784 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-04 07:26:02 +00:00
dgrove@google.com 445cf76893 Revert changes due to SDK reorganization. It's not clear to me whether we'll get
back to a green dartc buildbot with this.
Review URL: https://chromiumcodereview.appspot.com//10911047

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11743 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-01 00:55:00 +00:00
dgrove@google.com f434791802 Continue quest for greenness.
Review URL: https://chromiumcodereview.appspot.com//10916070

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11740 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-01 00:23:17 +00:00
dgrove@google.com d5b41e6b83 fix buildbot redness (again)
Review URL: https://chromiumcodereview.appspot.com//10909040

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11736 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-31 23:14:28 +00:00
dgrove@google.com 09c50ddc54 Significant cleanup of create_sdk now that libraries have
been unified.

  - Remove separate copy of libs in SDK for dart2js
  - Make html library structure match in SDK and repo
Review URL: https://chromiumcodereview.appspot.com//10908038

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11732 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-31 22:50:52 +00:00
efortuna@google.com b2f2c43f34 Revert 11715.
Review URL: https://chromiumcodereview.appspot.com//10909035

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11718 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-31 20:01:09 +00:00
efortuna@google.com 7668c86f76 Reapply dom_deprecated removal with non-editor breaking change.
Review URL: https://chromiumcodereview.appspot.com//10916035

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11715 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-31 19:43:13 +00:00
efortuna@google.com 5065c6e7fd Revert 11651
Review URL: https://chromiumcodereview.appspot.com//10916028

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11655 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-30 20:59:42 +00:00
efortuna@google.com 99c5f9de07 Remove instances of dart:dom_deprecated from outside of lib/html and lib/dom.
There are several references in utils/apidoc as well, but that will be a
separate CL since it's going to require some substantial changes both in the
lib/dom/scripts end and in utils/apidoc.
Review URL: https://chromiumcodereview.appspot.com//10910013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11651 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-30 20:29:08 +00:00
ajohnsen@google.com 25b4c09050 Remove buildin library reference from dart-analyzer test.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11610 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-30 12:05:03 +00:00
ajohnsen@google.com 3cf5d6531d Move core and coreimpl from corelib/ to lib/core and lib/coreimpl.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11606 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-30 11:45:40 +00:00
lrn@google.com 78f404baca Remove library_map.dart.
Review URL: https://chromiumcodereview.appspot.com//10894005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11519 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-29 12:57:32 +00:00
lrn@google.com a7cc80dd7c Get library data from lib/_internal/libraries.dart.
Review URL: https://chromiumcodereview.appspot.com//10874030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11435 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-28 10:23:22 +00:00
iposva@google.com 43c364c8e5 - Change "static final" to "static const" in the lib/ directory.
Review URL: https://chromiumcodereview.appspot.com//10880068

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11401 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-27 18:28:29 +00:00
danrubel@google.com f987a3a3b7 update library mapping
Review URL: https://chromiumcodereview.appspot.com//10876045

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11339 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-24 20:11:38 +00:00
devoncarew@google.com d6041d86fc Add dart:mirrors to the SDK - this will allow the editor to resolve the mirrors library and the types within it.
Review URL: https://chromiumcodereview.appspot.com//10860074

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11099 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-21 21:16:01 +00:00
ajohnsen@google.com 0d078037e2 Re-apply 'Unify dart:isolate.' with fixes for autogenerated dart2js and dartium html files.
Old Review URL: https://chromiumcodereview.appspot.com//10828410

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11084 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-21 18:47:43 +00:00
ajohnsen@google.com 8f80365139 Revert "Unify dart:isolate."
This reverts commit 73190457cfff717e2706dd4715841f23a35d9ce7.

BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11017 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-21 08:22:05 +00:00
ajohnsen@google.com 5f4a0a2696 Unify dart:isolate.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11016 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-21 07:52:51 +00:00
dgrove@google.com e174e8d66f Move libraries.dart to lib/_internal/libraries.dart .
Review URL: https://chromiumcodereview.appspot.com//10829394

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10929 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-17 22:25:52 +00:00
zundel@google.com 6115c5e824 Revert "Moves the 'import_*.config' files in dart-sdk into a new directory"
Review URL: https://chromiumcodereview.appspot.com//10083015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6545 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 23:02:36 +00:00
zundel@google.com 2ebe9b35b7 Moves the 'import_*.config' files in dart-sdk into a new directory
These files are used by the static analyzer and editor to target
different implementations of the system library.

This change moves these files from lib/config to lib/_internal/config so
that there will be no confusion that these might be intended to
be dart system library files.

http://code.google.com/p/dart/issues/detail?id=2510

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6543 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 22:17:48 +00:00