Skip to content

Commit 1296597

Browse files
committed
convert some of contributor meeting notes to tables
1 parent 5e5a471 commit 1296597

File tree

2 files changed

+122
-116
lines changed

2 files changed

+122
-116
lines changed

Sources/WebKit/WebKit.docc/Other/ContributorMeetings/2010.md

Lines changed: 70 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,80 @@
22

33
WebKit Contributors Meeting April 12-13, 2010
44

5-
## Overview
5+
## Schedule
66

7-
This is an unofficial page for the April 12-13 meeting announced [here](https://lists.webkit.org/pipermail/webkit-dev/2010-March/011876.html).
8-
9-
## Proposed Talks / Discussions (host) [would attend!]
7+
### Monday
108

11-
* Mobile Features Talk
12-
* Using webkit-patch for fun and profit (eseidel, abarth)
13-
* I didn't know the Web Inspector could do that! (JoePeck)
14-
* How the commit-queue saved my life, and other stories. (eseidel) [maruel]
15-
* WebKit2, Electric Boogaloo! (weinig, andersca) [othermaciej, abarth, dimich, xan, fishd]
16-
* The messiah cometh: how new-run-webkit-tests will save us all! (ojan, eseidel, abarth) [othermaciej, xan]
17-
* Do we need a better code review tool? (maruel) [abarth, eseidel, kbr, jamesr,dave_levin]
18-
* JavaScript engine performance optimization. (ggaren?) [othermaciej, xan]
19-
* Loader code: can we make it hurt our eyes less? (othermaciej, abarth?) [dave_levin, xan, fishd]
20-
* gyp - maybe we can get more ports to use it (??) [eseidel, othermaciej, abarth, maruel,dave_levin, xan, tronical]
21-
* HTML5 new elements and input types [othermaciej, tkent, morrita, fishd, bergkvist]
22-
* CSS Animations, Transitions & Transforms: how they work (smfr) [othermaciej, jamesr, icefox, bergkvist]
23-
* What's new with WebGL? (kbr?, cmarrin?)
24-
* Hardware accelerated drawing [othermaciej, jamesr, xan, tronical, fishd, smfr]
25-
* The new V8 autogen testing and how we can use it for other ports! (yaar?, natechapin?) [eseidel, abarth]
26-
* Features for mobile devices - should we get them into standards? - viewport meta, touch events, etc (manyoso) [othermaciej, bergkvist]
27-
* Device element / Stream API / device access [bergkvist]
28-
* The future of porting macros (othermaciej) [eseidel, dimich, icefox, xan, fishd]
29-
* Improving the editing code (enrica?) [eseidel, morrita]
30-
* Licensing, license compliance, dealing with license violations (george s)
31-
* Git (icefox)[simon, bergkvist]
32-
* Project-wide planning for new and experimental features (othermaciej) [dave_levin, fishd, bergkvist, tronical,dimich]
33-
* How you can help to get the review queue under control. (abarth?) [dave_levin]
34-
* WebKit releasing: branching/maintaining webkit releases (tronical)
35-
* Documentation: coordinating documentation for web developers, including webkit extensions (tronical)
36-
* Bug tracking: best practices (?) [tronical]
37-
* Remote Web Inspector (pmueller)
38-
* Can we have fewer platform-specific tests, maybe with reftests? (manyoso)
39-
* Automating performance tests (enrica)
40-
* Memory use (jasonr)
41-
* Media elements (ecarlson)
9+
| Time | Talk |
10+
| ---- | ---- |
11+
| 9-9:30 | breakfast |
12+
| 9:30-10:00 | intro session |
13+
| 10:15-11:15 | sessions 1 (3 or 4 tracks) |
14+
| 11:30-12:30 | sessions 2 (3 or 4 tracks) |
15+
| 12:30-2:00 | lunch |
16+
| 2:00-3:00 | sessions 3 (3 or 4 tracks) |
17+
| 3:15-5:00 | hackfest 1 (3 or 4 tracks) |
4218

43-
## Proposed Hackathons (host) [would attend!]
19+
### Tuesday
4420

45-
* Fix the issues that stop you from using webkit-patch (eseidel, abarth, cjerdonek)
46-
* Unforking our URL code (othermaciej) [abarth, fishd, dave_levin]
47-
* Adding new-run-webkit-tests support for your platform. (eseidel) [abarth]
48-
* Get the Windows Bots green! (aroben?, bweinstein?) [eseidel, abarth]
49-
* Get the Qt Bot green! (Ossy?)
50-
* WebKit2 for your platform (weinig, andersca) [icefox, tronical]
51-
* Cutting down SKipped lists (darin)
52-
* Reduce number of unanswered bugs (Rik)
53-
* Fix leaks on leaks bot (eseidel?)
21+
| Time | Talk |
22+
| ---- | ---- |
23+
| 9:00-10:00 | breakfast |
24+
| 10:00-11:00 | session 1 (3 or 4 tracks) |
25+
| 11:15-12:15 | session 2 (3 or 4 tracks) |
26+
| 12:15-1:45 | lunch |
27+
| 1:45-2:45 | session 3 (3 or 4 tracks) |
28+
| 3:00-5:00 | hackfest 2 (3 or 4 tracks) |
29+
30+
## Proposed Talks / Discussions
31+
32+
| Talks | Host | Would Attend |
33+
| ----- | --------------- | ------------ |
34+
| Mobile Features Talk | | |
35+
| Using webkit-patch for fun and profit | eseidel, abarth | |
36+
| I didn't know the Web Inspector could do that! | JoePeck | |
37+
| How the commit-queue saved my life, and other stories. | eseidel | maruel |
38+
| WebKit2, Electric Boogaloo! | weinig, andersca | othermaciej, abarth, dimich, xan, fishd |
39+
| The messiah cometh: how new-run-webkit-tests will save us all! | ojan, eseidel, abarth | othermaciej, xan |
40+
| Do we need a better code review tool? | maruel | abarth, eseidel, kbr, jamesr,dave_levin |
41+
| JavaScript engine performance optimization. | ggaren? | othermaciej, xan |
42+
| Loader code: can we make it hurt our eyes less? | othermaciej, abarth? | dave_levin, xan, fishd |
43+
| gyp - maybe we can get more ports to use it | | eseidel, othermaciej, abarth, maruel,dave_levin, xan, tronical |
44+
| HTML5 new elements and input types | | othermaciej, tkent, morrita, fishd, bergkvist |
45+
| CSS Animations, Transitions & Transforms: how they work | smfr | othermaciej, jamesr, icefox, bergkvist |
46+
| What's new with WebGL? | kbr?, cmarrin? |
47+
| Hardware accelerated drawing | | othermaciej, jamesr, xan, tronical, fishd, smfr |
48+
| The new V8 autogen testing and how we can use it for other ports! | yaar?, natechapin? | eseidel, abarth |
49+
| Features for mobile devices - should we get them into standards? - viewport meta, touch events, etc | manyoso | othermaciej, bergkvist |
50+
| Device element / Stream API / device access | | bergkvist |
51+
| The future of porting macros | othermaciej | eseidel, dimich, icefox, xan, fishd |
52+
| Improving the editing code | enrica? | | eseidel, morrita |
53+
| Licensing, license compliance, dealing with license violations | george s | |
54+
| Git | icefox | simon, bergkvist |
55+
| Project-wide planning for new and experimental features | othermaciej | dave_levin, fishd, bergkvist, tronical,dimich |
56+
| How you can help to get the review queue under control. | abarth? | dave_levin |
57+
| WebKit releasing: branching/maintaining webkit releases | tronical | |
58+
| Documentation: coordinating documentation for web developers, including webkit extensions | tronical | |
59+
| Bug tracking: best practices | ? | tronical |
60+
| Remote Web Inspector | pmueller | |
61+
| Can we have fewer platform-specific tests, maybe with reftests? | manyoso | |
62+
| Automating performance tests | enrica | |
63+
| Memory use | jasonr | |
64+
| Media elements | ecarlson | |
65+
66+
## Proposed Hackathons
67+
68+
| Talks | Host | Would Attend |
69+
| ----- | --------------- | ------------ |
70+
| Fix the issues that stop you from using webkit-patch | eseidel, abarth, cjerdonek | |
71+
| Unforking our URL code | othermaciej | abarth, fishd, dave_levin |
72+
| Adding new-run-webkit-tests support for your platform. | eseidel | abarth |
73+
| Get the Windows Bots green! | aroben?, bweinstein? | eseidel, abarth |
74+
| Get the Qt Bot green! | Ossy? | |
75+
| WebKit2 for your platform | weinig, andersca | icefox, tronical |
76+
| Cutting down Skipped lists | darin | |
77+
| Reduce number of unanswered bugs | Rik | |
78+
| Fix leaks on leaks bot | eseidel? | |
5479

5580
## Attendees
5681

@@ -94,25 +119,3 @@ This is an unofficial page for the April 12-13 meeting announced [here](https://
94119
* Tor Arne Vestbø
95120
* Ojan Vafai (ojan)
96121
* Sam Weinig (weinig)
97-
98-
99-
## Time Blocks
100-
101-
### Monday
102-
103-
* 9-9:30 breakfast
104-
* 9:30-10:00 intro session
105-
* 10:15-11:15 sessions 1 (3 or 4 tracks)
106-
* 11:30-12:30 sessions 2 (3 or 4 tracks)
107-
* 12:30-2:00 lunch
108-
* 2:00-3:00 sessions 3 (3 or 4 tracks)
109-
* 3:15-5:00 hackfest 1 (3 or 4 tracks)
110-
111-
### Tuesday
112-
113-
* 9:00-10:00 breakfast
114-
* 10:00-11:00 session 1 (3 or 4 tracks
115-
* 11:15-12:15 session 2 (3 or 4 tracks)
116-
* 12:15 - 1:45 lunch
117-
* 1:45 - 2:45 session 3 (3 or 4 tracks)
118-
* 3:00-5:00 hackfest 2 (3 or 4 tracks)

Sources/WebKit/WebKit.docc/Other/ContributorMeetings/2011.md

Lines changed: 52 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -6,59 +6,62 @@ WebKit Contributors Meeting April 25-26, 2011
66

77
[Group photo from meeting](http://farm6.static.flickr.com/5070/5684090280_fb2fc42c3c_z.jpg).
88

9-
Please add your suggested talks to the list below. We'll lay out the schedule for the conference on Monday.
9+
## Proposed Talks / Discussions
1010

11-
## Proposed Talks / Discussions (host) [would attend!]
11+
| Talk | Host | Would Attend | Importance |
12+
| ---- | ---- | ------------ | ---------- |
13+
| Getting compile time under control | weinig | levin, mjs, dpranke, ojan, sjl, kling, torarne, estes, alexg, dimich, eseidel, aroben, lgombos, more... | Super-High |
14+
| Unifying the build system | abarth | ddkilzer, dpranke, ojan, torarne, estes, eseidel, demarchi, jturcotte, aroben, lgombos | High |
15+
| WebKit2 - One year later | weinig | kling, mms, enrica, yael, noamr, torarne, estes, alexg, demarchi, jturcotte, philn, aroben, lgombos, kenneth, joone | Medium-High |
16+
| Common thread patterns in WebKit | levin | mjs, dimich, aroben, lgombos | Medium-High |
17+
| Removing or rejecting features - is there a way for the WebKit project to say no to things? | mjs | weinig, abarth, levin, morrita, dpranke, ojan, sjl, noamr, kling, torarne, dimich, lgombos | Medium-High |
18+
| Advanced tool usage (webkit-patch, commit-queue, ews-bots, sheriff-bot, re-baseline tool, new-run-webkit-test, reviewtool, etc.) | eseidel | mjs, dpranke, ojan, sjl, yael, estes, alexg, jparent, philn, aroben, inferno-sec, lgombos, hayato | Medium |
19+
| Redesign of Position-related classes | rniwa | leviw, enrica, eae | Medium |
20+
| Add a way to RenderObject destruction | aka add RenderObject guard | | rniwa | dglazkov, eseidel, inferno-sec | Medium |
21+
| Shadow DOM and the component model | dglazkov and friends | rniwa, leviw, mjs, enrica, dbates, dpranke, sjl, yael, jparent, eseidel, inferno-sec, kenneth | Medium |
22+
| Hardware acceleration roundup, what do we share? what can we share? | noamr | sjl, torarne, alexg, jturcotte, aroben, lgombos, smfr, joone | Medium |
23+
| Getting layout test times under control, getting new-run-webkit-tests working for everyone? | geoffrey garen/dpranke | | Medium |
24+
| ​Strategies for decreasing the number/frequency/duration of test failures | aroben | lgombos, eseidel, levin | Medium |
25+
| HTML5 parser | eseidel, abarth | mjs, estes, demarchi, inferno-sec | Medium |
26+
| Sharing LayoutTestController Code? | morrita | | Medium-Low |
27+
| Understanding line-layout | bidi, line-box tree, etc. | | eseidel | rniwa, dbates, morrita, ojan, yael, alexg, jparent, dimich, demarchi, inferno-sec, eae | Medium-Low |
28+
| Media elements using the WebKit loader | scherkus | | Medium-Low |
29+
| Reducing checkout/update times, reducing layout test result churn | | | Medium-Low |
30+
| Switching layout offsets to floats from ints | leviw | dglazkov, ojan, eseidel, inferno-sec, eae | Low |
31+
| Improving the verbosity of the editing markup | enrica | rniwa | Low |
32+
| MathML update | alex milowski | | Low |
33+
| Media element pseudo classes | eric | | Low |
34+
| New CSS positioning modes, eg. flex, grid | | | Low |
35+
| Coming together on threading patterns for speed optimizations | ap? | | Low |
36+
| Updates on the grand loader fix, including plugins | | | Low |
37+
| Sharing more code between WebKit1 and WebKit2 | | | Low |
38+
| Overview of adding a new Element subclass | | | Two |
39+
| LayoutTestAnalyzer, what is it? | | | Low |
40+
| Gardening and keeping the bots green | | | Low |
41+
| Adding multi-threaded code to WebKit, strategies | jchaffraix | | Low |
42+
| Advanced text layout (vertical text, ruby, etc) | | | mjs, eseidel | Double |
43+
| XML Processor Profiles (W3C LC Draft and WebKit ) | alex milowski | | Single |
44+
| Getting more ports to enable pixel tests on bots, and making them less brittle | | | Silence |
1245

13-
* Getting compile time under control (weinig) [levin, mjs, dpranke, ojan, sjl, kling, torarne, estes, alexg, dimich, eseidel, aroben, lgombos, more...] {Super-High}
14-
* Unifying the build system (abarth) [ddkilzer, dpranke, ojan, torarne, estes, eseidel, demarchi, jturcotte, aroben, lgombos] {High}
15-
* WebKit2 - One year later (weinig) [kling, mms, enrica, yael, noamr, torarne, estes, alexg, demarchi, jturcotte, philn, aroben, lgombos, kenneth, joone] {Medium-High}
16-
* Common thread patterns in WebKit (levin) [mjs, dimich, aroben, lgombos] {Medium-High}
17-
* Removing or rejecting features - is there a way for the WebKit project to say no to things? (mjs) [weinig, abarth, levin, morrita, dpranke, ojan, sjl, noamr, kling, torarne, dimich, lgombos] {Medium-High}
18-
* Advanced tool usage (webkit-patch, commit-queue, ews-bots, sheriff-bot, re-baseline tool, new-run-webkit-test, reviewtool, etc.) (eseidel) [mjs, dpranke, ojan, sjl, yael, estes, alexg, jparent, philn, aroben, inferno-sec, lgombos, hayato] {Medium}
19-
* Redesign of Position-related classes (rniwa) [leviw, enrica, eae] {Medium}
20-
* Add a way to RenderObject destruction (aka add RenderObject guard) (rniwa) [dglazkov, eseidel, inferno-sec] {Medium}
21-
* Shadow DOM and the component model (dglazkov and friends) [rniwa, leviw, mjs, enrica, dbates, dpranke, sjl, yael, jparent, eseidel, inferno-sec, kenneth] {Medium}
22-
* Hardware acceleration roundup, what do we share? what can we share? (noamr) [sjl, torarne, alexg, jturcotte, aroben, lgombos, smfr, joone] {Medium}
23-
* Getting layout test times under control, getting new-run-webkit-tests working for everyone? (geoffrey garen/dpranke) [] {Medium}
24-
* ​Strategies for decreasing the number/frequency/duration of test failures (aroben) [lgombos, eseidel, levin] {Medium}
25-
* HTML5 parser (eseidel, abarth) [mjs, estes, demarchi, inferno-sec] {Medium}
26-
* Sharing LayoutTestController Code? (morrita) [] {Medium-Low}
27-
* Understanding line-layout (bidi, line-box tree, etc.) (eseidel) [rniwa, dbates, morrita, ojan, yael, alexg, jparent, dimich, demarchi, inferno-sec, eae] {Medium-Low}
28-
* Media elements using the WebKit loader (scherkus) [] {Medium-Low}
29-
* Reducing checkout/update times, reducing layout test result churn () [] {Medium-Low}
30-
* Switching layout offsets to floats from ints (leviw) [dglazkov, ojan, eseidel, inferno-sec, eae] {Low}
31-
* Improving the verbosity of the editing markup (enrica) [rniwa] {Low}
32-
* MathML update (alex milowski) [] {Low}
33-
* Media element pseudo classes (eric) [] {Low}
34-
* New CSS positioning modes, eg. flex, grid () [] {Low}
35-
* Coming together on threading patterns for speed optimizations (ap?) [] {Low}
36-
* Updates on the grand loader fix, including plugins () [] {Low}
37-
* Sharing more code between WebKit1 and WebKit2 () [] {Low}
38-
* Overview of adding a new Element subclass () [] {Two}
39-
* LayoutTestAnalyzer, what is it? () [] {Low}
40-
* Gardening and keeping the bots green () [] {Low}
41-
* Adding multi-threaded code to WebKit, strategies (jchaffraix) {Low}
42-
* Advanced text layout (vertical text, ruby, etc) () [mjs, eseidel] {Double}
43-
* XML Processor Profiles ​(W3C LC Draft) and WebKit (alex milowski) [] {Single}
44-
* Getting more ports to enable pixel tests on bots, and making them less brittle () [] {Silence}
4546

46-
## Proposed Hackathons (host) [would attend!]
47+
## Proposed Hackathons
4748

48-
* EventHandler cleanup (rniwa) [dglazkov, weinig, ojan, sjl, yael, demarchi, kenneth] {Medium-Low}
49-
* Fuzz-a-thon - run fuzzers, find bugs, fix them () [mjs, inferno-sec] {Medium-Low}
50-
* Converting more rendertree/manual tests to dumpAsText/dumpAsMarkup () [] {Medium-Low}
51-
* Review-a-thon! Get as many patches out of webkit.org/pending-review as possible (eseidel) [mjs, abarth, levin, ojan, weinig, kling, aroben] {Medium-Low}
52-
* Flip on strict mode for smart pointers () [] {Medium-Low}
53-
* Component model API brainstorming (dglazkov) [weinig, lgombos, kenneth] {Low}
54-
* Hacking webkitpy/bugzilla for fun and profit. Tour all the tool code? Write our own sheriff-bot command? (eseidel) [levin, ojan, jparent, abarth, philn, aroben] {Low}
55-
* KURL unforking revisited (mjs) [abarth, weinig] {Low}
56-
* Finish bust'n up the Frame class cluster, and other big classes () [] {Low}
57-
* Splitting JSC into its own library for GTK () [] {Low}
58-
* Moving another port to GYP () [] {Low}
59-
* Splitting WTF out of JavaScriptCore () [] {Low}
60-
* Hacking check-webkit-style so you never have to flag the issue in a review again. (levin) {Double}
61-
* TextInputTestSuite—improving the coverage of editing in input type=text, search, etc. and textarea [rniwa, enrica, xji, yael, morrita, dglazkov]
49+
| Talk | Host | Would Attend | Importance |
50+
| ---- | ---- | ------------ | ---------- |
51+
| EventHandler cleanup | rniwa | dglazkov, weinig, ojan, sjl, yael, demarchi, kenneth | Medium-Low |
52+
| Fuzz-a-thon - run fuzzers, find bugs, fix them | | mjs, inferno-sec | Medium-Low |
53+
| Converting more rendertree/manual tests to dumpAsText/dumpAsMarkup | | Medium-Low |
54+
| Review-a-thon! Get as many patches out of webkit.org/pending-review as possible | eseidel | mjs, abarth, levin, ojan, weinig, kling, aroben | Medium-Low |
55+
| Flip on strict mode for smart pointers | | | Medium-Low |
56+
| Component model API brainstorming | dglazkov | weinig, lgombos, kenneth | Low |
57+
| Hacking webkitpy/bugzilla for fun and profit. Tour all the tool code? Write our own sheriff-bot command? | eseidel | levin, ojan, jparent, abarth, philn, aroben | Low |
58+
| KURL unforking revisited | mjs | abarth, weinig | Low |
59+
| Finish bust'n up the Frame class cluster, and other big classes | | | Low |
60+
| Splitting JSC into its own library for GTK | | | Low |
61+
| Moving another port to GYP | | | Low |
62+
| Splitting WTF out of JavaScriptCore | | | Low |
63+
| Hacking check-webkit-style so you never have to flag the issue in a review again. | | levin | Double |
64+
| TextInputTestSuite—improving the coverage of editing in input type=text, search, etc. and textarea | | rniwa, enrica, xji, yael, morrita, dglazkov | |
6265

6366
## Attendees
6467

0 commit comments

Comments
 (0)