-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Summit meeting 2013 09 09
Lars Bergstrom edited this page Sep 9, 2013
·
1 revision
iframes running different things that each do their own thing (e.g., fact in different iframes) any demo with servo, FF, and Chrome where we are faster is super-impressive
ideas for specific changes in individual iframes that continue running
- changing width/height or style on an item. appendChild is best. background color rotate…
- demo can have updating images
- crash task (in the image) not take down the whole page
re-run the keynote demo Others do not need to be as polished
- basic acid tests
- wikipedia
- Security
- architectural simplicity
- parallelism
- PRODUCT / what does it mean to succeed? there are wins to be had along the way (we experience the marsh to tell them whether to march the army through) maybe compete with FF; maybe be hosted inside of FF; maybe win on a new platform
tree traversals instead of virtual methods
division between layout/flows (IMMUTABLE!) and render boxes. Render boxes are the things that are displayed (as display list items), which aids with word wrapping. Look at renderblock.cpp in webit sometime!