Changes between Version 17 and Version 18 of Component Model
- Timestamp:
- Apr 12, 2012, 4:27:48 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component Model
v17 v18 1 1 = Component Model in WebKit = 2 2 3 The component model effort brings encapsulation to the Web. See [http://wiki.whatwg.org/index.php?title=Component_Model_Use_Cases use cases] for more background and the [https://bugs.webkit.org/showdependencytree.cgi?id=52962&hide_resolved=1 bug tree] to keep up with the progress. Ping '''dglazkov''', '''dominicc''', '''morrita''', or '''rolansteiner''' on `#webkit` if you'd like to talk to real people behind the effort.3 The component model effort brings encapsulation to the Web. See [http://wiki.whatwg.org/index.php?title=Component_Model_Use_Cases use cases] for more background and the [https://bugs.webkit.org/showdependencytree.cgi?id=52962&hide_resolved=1 bug tree] to keep up with the progress. Ping '''dglazkov''', '''dominicc''', '''morrita''', '''hayato''', or '''shinyak''' on `#webkit` if you'd like to talk to real people behind the effort. 4 4 5 5 == Implementation Status == … … 12 12 || [https://bugs.webkit.org/show_bug.cgi?id=59803 DOM Interfaces] || Not yet implemented || Waiting on the plumbing to settle down || 13 13 || [https://bugs.webkit.org/show_bug.cgi?id=59804 Declarative API (Markup)] || Not yet implemented || Waiting on the plumbing to settle down || 14 || [https://bugs.webkit.org/show_bug.cgi?id=59805 Events] || Functionally complete|| ||14 || [https://bugs.webkit.org/show_bug.cgi?id=59805 Events] || Partially implemented || || 15 15 || [https://bugs.webkit.org/show_bug.cgi?id=59806 Lifecycle] || Not yet implemented || Built-in HTML elements implementation uses direct wiring || 16 16 || [https://bugs.webkit.org/show_bug.cgi?id=59807 Document/Resource Loading] || Not yet implemented || ||