Commit Graph

10 Commits

Author SHA1 Message Date
vsm@google.com 9323a6d742 Add registerPort / lookupPort to generated interfaces with documentation
Note, the implementations are already there in Dartium and Dart2JS.
This will make the APIs show up in the Editor and dartdoc.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9537 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-10 23:54:37 +00:00
sra@google.com 161d21ec06 indexedDB work
Make string 'mode' argument to IDBDatabase.transaction work on older browsers.

Make window.indexedDB available.  Does not yet work of Firefox for other
reasons.

Add interface IDBOpenDBRequest.  IDBFactory.open returns this in the most recent spec, and is implemented by Firefox.

Next, I will try to use the new event kinds on IDBOpenDBRequest to get Firefox to open a database.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8369 260f80e4-7a28-3924-810f-c04153c831b5
2012-06-06 23:19:36 +00:00
sra@google.com 35eabb7293 Revert "Revert "Add cancelAnimationFrame""
Fix timeout polyfill.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7979 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-25 05:48:28 +00:00
sra@google.com 8045d05d2f Revert "Add cancelAnimationFrame"
Review URL: https://chromiumcodereview.appspot.com//10450033

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7978 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-25 05:38:13 +00:00
sra@google.com 77f7a18db4 Add cancelAnimationFrame
Review URL: https://chromiumcodereview.appspot.com//10454031

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7977 260f80e4-7a28-3924-810f-c04153c831b5
2012-05-25 05:14:23 +00:00
sra@google.com c809a98b54 Browser compat for window.requestAnimationFrame
Review URL: https://chromiumcodereview.appspot.com//10166024

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6824 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-21 19:38:23 +00:00
sra@google.com 18554fa4de Revert "Browser compat for window.requestAnimationFrame"
This reverts commit 5ce95ee727ce46bb0381926bba21335a1eff7443.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6823 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-21 19:03:26 +00:00
sra@google.com e6c9d7df7f Browser compat for window.requestAnimationFrame
Review URL: https://chromiumcodereview.appspot.com//10161014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6822 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-21 18:14:45 +00:00
jacobr@google.com af8e09788d Fix ApiDoc to work with new dart:html code. Tweak dart:html generator to generate clearer @domName annotations.
BUG=
TEST=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6505 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-13 09:27:20 +00:00
dgrove@google.com 7d558789d6 Rename client/{dom,html} to lib/{dom,html} .
Review URL: http://codereview.chromium.org//9845043

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5840 260f80e4-7a28-3924-810f-c04153c831b5
2012-03-26 16:29:54 +00:00