Changes between Version 3 and Version 4 of FiveYearPlanFall2015
- Timestamp:
- Nov 12, 2015, 12:59:49 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FiveYearPlanFall2015
v3 v4 2 2 * Display list experiment 3 3 * Optimized offsetWidth/height 4 * Indexed DB improvement 4 5 5 6 == Loading == … … 7 8 * Page cache cleanup 8 9 10 == Standards things == 11 * Maintain status on all the CSS Properties 12 * Event loop 13 * Fetch spec and API 14 * Service Workers 15 * Event handler attributes 16 * Intersection observer 17 * Scroll-linked effects 18 * Houdini 19 9 20 == Page & friends == 10 21 * Page/Frame/FrameView/FrameLoader disambiguation 11 22 * Unify scrolling architecture 23 * Get WebKit1 scrolling out of WebCore 12 24 13 25 == Code organization == … … 32 44 * lldb macros 33 45 * notifyutil -p com.apple.WebKit.showRenderTree 34 35 == Standards things ==36 * Maintain status on all the CSS Properties37 * Event loop38 * Event handler attributes39 * Intersection observer40 * Scroll-linked effects41 * Houdini