blois@google.com
|
a9a2c026f2
|
Removing more APIs from Document.
Basically hiding APIs which are either redundant or should be on HtmlDocument rather than Document.
BUG=6989
Review URL: https://codereview.chromium.org//11470009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15855 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-12-07 19:04:28 +00:00 |
|
blois@google.com
|
2688c60a05
|
Dartifying members.
Updating dart:html to generate members which follow the Dart naming guidelines.
BUG=4830
Review URL: https://codereview.chromium.org//11418075
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15405 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-11-27 17:38:23 +00:00 |
|
gram@google.com
|
981c4b11df
|
Restructure pkg/unittest and pkg/webdriver to follow the pub conventions.
This means all imports of unittest in our test code had to change to include 'lib' in the path.
While doing that change I changed the library/imports to the new syntax in the affected files.
Review URL: https://codereview.chromium.org//11301046
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14443 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-11-01 23:09:47 +00:00 |
|
gram@google.com
|
f7d27f2c64
|
Modified unittest to use new argument syntax.
Fix affected unit tests.
Clean up unit tests that are using Expect instead of expect.
Get rid of warnings about duplicated library names.
Review URL: https://codereview.chromium.org//11275054
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14158 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-10-26 22:52:03 +00:00 |
|
sra@google.com
|
848ffe5c82
|
Update tests/html to use r'' strings
Review URL: https://codereview.chromium.org//10996010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12883 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-25 23:07:21 +00:00 |
|
efortuna@google.com
|
12c3bcdd4d
|
Take three of FooList to List<Foo> again.
Review URL: https://codereview.chromium.org//10947040
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12596 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-19 19:49:11 +00:00 |
|
efortuna@google.com
|
1bc6009f30
|
Revert r12581.
TBR
Review URL: https://codereview.chromium.org//10952032
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12590 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-19 19:03:59 +00:00 |
|
efortuna@google.com
|
7638353d5c
|
Take two of making FooList List<Foo>.
Review URL: https://codereview.chromium.org//10952008
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12581 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-19 17:50:47 +00:00 |
|
efortuna@google.com
|
2f5f36c87c
|
Revert 12414.
Review URL: https://codereview.chromium.org//10910301
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12416 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-16 00:27:43 +00:00 |
|
efortuna@google.com
|
2c6d3d823d
|
Part one of Converting DOMList types like FooList to List<Foo>.
This makes the immutable list types actually inherit from list, but to actually make the
FooList types invisible to the user is going to take a lot more work.
Additionally "lists" with extra methods will need to be unified for consistency.
Review URL: https://codereview.chromium.org//10914293
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12414 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-15 22:15:41 +00:00 |
|