You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reducing our number of "supported" build systems from 7 to fewer-than-7 (eric) [torarne]
33
-
* Introduction to new CSS layout modes (maybe ojan/tony^work/TabAtkins/mihnea ?) [rniwa, hober, astearns, nov, dbates]
34
-
* Better documenting status of new features [rniwa, hober]
35
-
* Rethinking the rendering architecture: RenderLayer, RenderObject hierarchy, ... (jchaffraix) [eae, enne, kov, dbarton, huangdongsung]
36
-
* Revisiting the convention and the process to import third-party (e.g. W3C) tests (jacobg/astearns) - Thu 1:45-2:45pm [rniwa, tomz, dtharp, dbarton, hober] slides
37
-
* Indexed Database discussion - interest from other ports?, overview of implementation, roadmap (jsbell) []
38
-
* Canvas accessibility - how to implement latest whatwg additions like focusable fallback content, hit testing, ... (dmazzoni) [hober]
39
-
* Ninja build system: ninja is a new fast build system that builds the chromium/mac port 6x as fast as xcodebuild and the chromium/linux port 2x as fast as make. There are ninja backends for cmake and gyp. If there's interest, I can give a short overview/demo of ninja (thakis) []
40
-
* Web Components: progress update (dglazkov) [dominicc] Notes: WebComponentsStatusMeetingNotes
41
-
* Explain accelerated compositing (smfr) []
42
-
* Add topics here!
43
-
44
-
45
-
## Proposed Hackathons (host) [would attend!]
46
-
47
-
* Add performance tests (rniwa) [kseo]
48
-
* Stabilize performance tests (rniwa; needs to be on 20th as we need a bunch of clean machines) [kseo]
49
-
* Import/sync with w3c test suites (jacobg) [rniwa, astearns]
| Reducing our number of "supported" build systems from 7 to fewer-than-7 | eric | torarne |
35
+
| Introduction to new CSS layout modes | maybe ojan/tony^work/TabAtkins/mihnea ? | rniwa, hober, astearns, nov, dbates |
36
+
| Better documenting status of new features || rniwa, hober |
37
+
| Rethinking the rendering architecture: RenderLayer, RenderObject hierarchy, ... | jchaffraix | eae, enne, kov, dbarton, huangdongsung |
38
+
| Revisiting the convention and the process to import third-party (e.g. W3C) tests | jacobg/astearns | rniwa, tomz, dtharp, dbarton, hober |
39
+
| Indexed Database discussion - interest from other ports?, overview of implementation, roadmap | jsbell ||
40
+
| Canvas accessibility - how to implement latest whatwg additions like focusable fallback content, hit testing, ... | dmazzoni | hober |
41
+
| Ninja build system: ninja is a new fast build system that builds the chromium/mac port 6x as fast as xcodebuild and the chromium/linux port 2x as fast as make. There are ninja backends for cmake and gyp. If there's interest, I can give a short overview/demo of ninja | thakis ||
42
+
| Web Components: progress update | dglazkov | dominicc |
43
+
| Explain accelerated compositing | smfr ||
44
+
45
+
46
+
## Proposed Hackathons
47
+
48
+
49
+
| Talk | Host | Would Attend |
50
+
| ---- | ---- | ------------ |
51
+
| Add performance tests | rniwa | kseo |
52
+
| Stabilize performance tests | rniwa | kseo |
53
+
| Import/sync with w3c test suites | jacobg | rniwa, astearns |
Copy file name to clipboardExpand all lines: Sources/WebKit/WebKit.docc/Other/ContributorMeetings/2013.md
+35-30Lines changed: 35 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,41 @@
2
2
3
3
WebKit Contributors Meeting May 2-3, 2013
4
4
5
-
## Talks / Discussions (host) [would attend!]
6
-
7
-
* Unprefixing frenzy - state of the art, sharing the experience on some of the work done, list and create bugs for features we should unprefix (Simon Fraser) *
8
-
* Importing W3C Tests (rhauck) - needs to be early on Thursday [stearns]
9
-
* State and future of the Web Inspector & demo of deterministic record/replay (xenon/brrian) [JoePeck, vivekg, brrian]
10
-
* Restructuring of CSS, cleanup of StyleResolver/StyleBuilder [krit, rniwa]
11
-
* Pagination with Hyatt! (weinig)
12
-
* Status of JSC / Optimizations (Pizlo)
13
-
* Tools, Infrastructure, and Process (simon fraser/dirk)
14
-
* OpenType (martin)
15
-
* Build systems - why do we need so freaking many (mark salsbury)
16
-
* Improving the DOM now that we only have 1 JS engine / the removal of ScriptState! (rniwa)
17
-
* Enabling Experimental Features (beartravis)
18
-
* Managing the differences between ports (noam)
19
-
* JSC Profiler (pizlo)
20
-
* Merging iOS WebKit back to WebKit trunk (ggaren, ddklizer)
21
-
* WebKit2 Governance / Come for the Yelling (weinig)
22
-
* How to security now!? (weinig)
23
-
* Regions and Shapes (mihnea)
24
-
* Touch interaction and fat fingers (gmak)
25
-
* Remove all the things / Process for removing (weinig)
26
-
* How to debug the JIT in JSC
27
-
* What is our strategy for compatibility with more others / when to adopt / when to say no!
28
-
* Improving performance of Text Layout
29
-
* What are the layers of WebKit and why
30
-
31
-
## Hackathons (host) [would attend!]
32
-
33
-
* Removing/Adding Layering Violations
34
-
* Simplifying & refactoring the binding generators (jmason) [rniwa]
5
+
## Talks / Discussions
6
+
7
+
| Talk | Host | Would Attend |
8
+
| ---- | ---- | ------------ |
9
+
| Unprefixing frenzy - state of the art, sharing the experience on some of the work done, list and create bugs for features we should unprefix | Simon Fraser ||
10
+
| Importing W3C Tests | rhauck | stearns |
11
+
| State and future of the Web Inspector & demo of deterministic record/replay | xenon/brrian | JoePeck, vivekg, brrian |
12
+
| Restructuring of CSS, cleanup of StyleResolver/StyleBuilder || krit, rniwa |
13
+
| Pagination with Hyatt! | weinig ||
14
+
| Status of JSC / Optimizations | Pizlo ||
15
+
| Tools, Infrastructure, and Process | simon fraser/dirk ||
16
+
| OpenType | martin ||
17
+
| Build systems - why do we need so freaking many | mark salsbury ||
18
+
| Improving the DOM now that we only have 1 JS engine / the removal of ScriptState! | rniwa ||
19
+
| Enabling Experimental Features | beartravis ||
20
+
| Managing the differences between ports | noam ||
21
+
| JSC Profiler | pizlo ||
22
+
| Merging iOS WebKit back to WebKit trunk | ggaren, ddklizer ||
23
+
| WebKit2 Governance / Come for the Yelling | weinig ||
24
+
| How to security now!? | weinig ||
25
+
| Regions and Shapes | mihnea ||
26
+
| Touch interaction and fat fingers | gmak ||
27
+
| Remove all the things / Process for removing | weinig ||
28
+
| How to debug the JIT in JSC |||
29
+
| What is our strategy for compatibility with more others / when to adopt / when to say no! |||
0 commit comments