Hixie
46b137918b
Specs: fix typos in style2.md, checkin forgotten builtins.md, add guard feature to runloop.md, rename WeakMap to MapOfWeakReferences, factor out Pair<>
...
Review URL: https://codereview.chromium.org/974313003
2015-03-04 09:37:15 -08:00
Hixie
8eed30936f
Specs: rename 'paint' queue to 'frame' queue, add some bits and priorities, make them mutable
...
Review URL: https://codereview.chromium.org/939743002
2015-02-18 12:10:27 -08:00
Hixie
46f80e3ebd
Specs: update the run loop and timer stuff to use the new model with task filters, priorities, and so on
...
(the code in this checkin has not been syntax checked)
Review URL: https://codereview.chromium.org/931333002
2015-02-17 13:54:06 -08:00
Hixie
4589b77ef0
Specs and Docs: minor updates to fix mistakes I found when proof-reading
...
Review URL: https://codereview.chromium.org/845053002
2015-01-09 13:46:58 -08:00
Hixie
bb8b004928
Specs: try to import elements from module.exports as well as module.exports.*
...
Review URL: https://codereview.chromium.org/846523003
2015-01-08 11:34:17 -08:00
Hixie
4f7122c970
Specs: custom element constructor argument shouldn't clash with the module-global 'module' identifier
...
Review URL: https://codereview.chromium.org/829133003
2015-01-07 14:39:58 -08:00
Hixie
e499d36a13
Specs: Move the LayoutManager and RenderNode logic from Element to
...
Node since it is used by text nodes and document nodes as well.
Specs: Make it possible for an element to set what layout manager
class it uses.
Specs: Expose the root layout manager as mutable state.
Specs: Update the runloop to have more detail.
Specs: Add support for transitions, by making the resolver for a value
know when it has been called for the first time, and giving it access
to the previous cached value, and letting it store state on the render
node.
Other sundry changes.
Review URL: https://codereview.chromium.org/835973003
2015-01-05 14:33:42 -08:00
Hixie
baec01edaf
Specs: Split apis.md into dom.md, events.md, idl.md, and move the remainder into README.md and modules.md
...
Specs: Add runloop.md stub.
Specs: Add animation.md stub.
Review URL: https://codereview.chromium.org/824773002
2014-12-22 11:27:47 -08:00