Changes between Version 26 and Version 27 of March 2015 Meeting
- Timestamp:
- Mar 11, 2015, 11:31:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
March 2015 Meeting
v26 v27 6 6 = Topics = 7 7 8 * Improving collaboration on the Windows port [bfulgham] 9 * Display list drawing [smfr] 10 * WebCore architecture in 5 years [smfr] 11 * Rendering state enforcement [smfr] 8 * Infrastructure improvements 9 * Display list drawing [smfr] 10 * Rendering state enforcement [smfr] 11 * WebCore architecture in 5 years [smfr] 12 * The new WebKit Network cache [antti, volunteered by chris] 13 * Make filters fast all the time [dino] 14 * Refactorings [? weinig] 15 * FrameVIew/ScrollView/Widgets 16 * Scrolling [bfulgham] 12 17 13 * Refactorings [? weinig] 14 * FrameVIew/ScrollView/Widgets 15 * Scrolling [bfulgham] 18 * CSS features 19 * CSS Grid Layout [lajava] 20 * Current status and roadmap . 21 * CSS Box Alignment support. 22 * Project Houdini topics [dino] 23 * Resize events 24 * CSS Parser extensions and object model 25 * CSS custom properties 26 * Custom layout via a box tree API 27 * Custom painting of elements via JS 28 * Scroll synchronisation 29 * UIWorkers 30 31 * New features in ES6 16 32 17 33 * New HTML/DOM Features … … 20 36 * Resource-Hints [yoav] 21 37 22 * New features in ES623 24 * Project Houdini topics [dino]25 * Resize events26 * CSS Parser extensions and object model27 * CSS custom properties28 * Custom layout via a box tree API29 * Custom painting of elements via JS30 * Scroll synchronisation31 * UIWorkers32 33 * Make filters fast all the time [dino]34 35 38 * Web Inspector topics [xenon] 36 39 * Demo of element change tracking [brrian] 37 40 * Web Replay status and plans [brrian] 38 41 * Demo of JS liveness/type profiler [saamyjoon] 42 43 * EAWebKit [abaldeva] 44 * Challenges faced by smaller/non-trunk ports. reintegration efforts 45 * Testing tools/mechanisms 46 * Pushing our port upstream. 47 * How we can help? 39 48 40 49 * Tools and testing … … 44 53 * Bugzilla improvements 45 54 * Can we fix review clobbering? 55 * WebKit2 testing 56 * iOS testing 46 57 47 * How to communicate better with the web developers who do not follow our commits? [Jon Davis, volunteered by Benjamin] 58 * Process 59 * How to communicate better with the web developers who do not follow our commits? [Jon Davis, volunteered by Benjamin] 60 * Making reviews work without begging on IRC. 61 * Improving collaboration on the Windows port [bfulgham] 48 62 49 * Making reviews work without begging on IRC. 63 * Building and Debugging 64 * Using CMake on Mac and Windows [alexchristensen] 65 * Debugging tips, tricks and feature requests [?] 50 66 51 * CSS Grid Layout [lajava]52 * Current status and roadmap .53 * CSS Box Alignment support.54 55 * Debugging tips, tricks and feature requests [?]56 57 * Moar testing58 * WebKit2 testing59 * iOS testing60 61 * The new WebKit Network cache [antti, volunteered by chris]62 63 * Using CMake on Mac and Windows [alexchristensen]64 * EAWebKit [abaldeva]65 * Challenges faced by smaller/non-trunk ports. reintegration efforts66 * Testing tools/mechanisms67 * Pushing our port upstream.68 * How we can help?