Skip to content

Commit 2f7a9d1

Browse files
committed
Further Contributor Meeting Notes
1 parent bce3465 commit 2f7a9d1

File tree

8 files changed

+189
-63
lines changed

8 files changed

+189
-63
lines changed

Sources/WebKit/WebKit.docc/ContributorMeetings/2016.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ WebKit Contributors Meeting October 26, 2016
44

55
## Schedule
66

7-
* 8 AM Sign-in and Breakfast
8-
* 9 AM Welcome
9-
* 9:10 AM The State of JSC, JSC Team
10-
* 10 AM State of Web Inspector, Developer Experience Team
11-
* 11 AM Web Components, Ryosuke Niwa
12-
* 12 PM Lunch
13-
* 1 PM Sony WebKit Work, The Sony Team
14-
* 2 PM WebGL New Extension Proposal, Byungseon Shin (LG)
15-
* 3 PM Break
16-
* 3:30 PM Lightning Talks
17-
* 4:30 PM WebKit Security Guidelines, Brent Fulgham
18-
* 6-9 PM Party
7+
| Time | Talk | Presenter |
8+
| ---------------- | --------------------------------- | ------------------------- |
9+
| 8 AM | Sign-in and Breakfast | |
10+
| 9 AM | Welcome | |
11+
| 9:10 AM | The State of JSC | JSC Team |
12+
| 10 AM | State of Web Inspector | Developer Experience Team |
13+
| 11 AM | Web Components | Ryosuke Niwa |
14+
| 12 PM | Lunch | |
15+
| 1 PM | Sony WebKit Work | The Sony Team |
16+
| 2 PM | WebGL New Extension Proposal | Byungseon Shin (LG) |
17+
| 3 PM | Break | |
18+
| 3:30 PM | Lightning Talks | |
19+
| 4:30 PM | WebKit Security Guidelines | Brent Fulgham |
20+
| 6-9 PM | Party | |
1921

2022
## Lightning Talks
2123

Sources/WebKit/WebKit.docc/ContributorMeetings/2017.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ WebKit Contributors Meeting October 13, 2017
55

66
## Schedule
77

8-
* 8 AM Sign-in and Breakfast
9-
* 9 AM Welcome
10-
* 9:10 AM Optimizing zlib for ARM ​slides, Adenilson Cavalcanti
11-
* 10 AM JavaScriptCore Overview, Saam Barati
12-
* 11 AM WebKit Goals for 2018, Maciej Stachowiak
13-
* 12 PM Lunch
14-
* 1 PM Next-Gen Layout & Display List, Simon Fraser & Zalan Bujtas
15-
* 2 PM Secure WebCore Code, Jiewen Tan & Ryosuke Niwa
16-
* 3 PM Break
17-
* 3:30 PM Modern Clipboard API & Pasteboard Refactoring, Ryosuke Niwa & Wenson Hsieh
18-
* 4 PM-5:30 PM Lightning Talks
19-
* 6-9 PM Party
8+
| Time | Talk | Presenter |
9+
| ---------------- | ----------------------------------------------- | --------------------------- |
10+
| 8 AM | Sign-in and Breakfast | |
11+
| 9 AM | Welcome | |
12+
| 9:10 AM | Optimizing zlib for ARM ​slides | Adenilson Cavalcanti |
13+
| 10 AM | JavaScriptCore Overview | Saam Barati |
14+
| 11 AM | WebKit Goals for 2018 | Maciej Stachowiak |
15+
| 12 PM | Lunch | |
16+
| 1 PM | Next-Gen Layout & Display List | Simon Fraser & Zalan Bujtas |
17+
| 2 PM | Secure WebCore Code | Jiewen Tan & Ryosuke Niwa |
18+
| 3 PM | Break | |
19+
| 3:30 PM | Modern Clipboard API & Pasteboard Refactoring | Ryosuke Niwa & Wenson Hsieh |
20+
| 4 PM-5:30 PM | Lightning Talks | |
21+
| 6-9 PM | Party | |
2022

2123
## Lightning Talks
2224

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,48 @@
11
# 2018
22

3-
<!--@START_MENU_TOKEN@-->Summary<!--@END_MENU_TOKEN@-->
3+
WebKit Contributors Meeting October 12, 2018
44

5-
## Overview
5+
## Schedule
66

7-
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@-->
7+
| Time | Talk | Presenter |
8+
| ---------------- | ---------------------------------------------- | ---------------- |
9+
| 8 AM | Sign-in and Breakfast | |
10+
| 9 AM | Welcome | |
11+
| 9:10 AM | WebKit Goals for 2019 | ggaren |
12+
| 10 AM | How to Investigate Leaks and Memory Bloat | smfr |
13+
| 11 AM | Static Accessibility Trees | cfleizach |
14+
| 12 PM | Lunch | |
15+
| 1 PM | Web Inspector and WebDriver | JoePeck & bburg |
16+
| 1:45 PM | How Text Works | myles |
17+
| 2 PM | RegExp in JSC | msaboff |
18+
| 2:30 PM | State of JSC | sbarati |
19+
| 3 PM | Break | |
20+
| 3:30 PM | Igalia's Contributions to WebKit | fwang |
21+
| 4 PM-5:30 PM | Lightning Talks | |
22+
| 6-9 PM | Party | |
823

9-
## Topics
24+
## Lightning Talks
1025

11-
### <!--@START_MENU_TOKEN@-->Group<!--@END_MENU_TOKEN@-->
26+
* EWS updates (dean)
27+
* WPT and webkit tests (youenn)
28+
* Last 2 Years of Platform/Network/cURL (basuke)
29+
* Fixing WebKit Development Annoyances (smfr)
30+
* Redesigned Form Controls and Dark Mode CSS (xenon)
31+
* IntersectionObserver (alijuma)
1232

13-
- <!--@START_MENU_TOKEN@-->``Symbol``<!--@END_MENU_TOKEN@-->
33+
## Transcripts
34+
35+
* WebKit Feature Focus 2018-2019
36+
* Investigating Leaks and Bloat
37+
* WebKit Accessibility Performance
38+
* WebDriver Notes 2018
39+
* Web Inspector Notes 2018
40+
* JavaScript RegExp Processing and JavaScriptCore Goals
41+
* Igalia Contributions to WebKit
42+
* WebKitGTK+ and WPE WebKit in Five Minutes
43+
* EWS Updates
44+
* WPT and WebKit Tests
45+
* Last 2 Years of Platform/Network/cURL
46+
* Fixing WebKit Development Annoyances
47+
* Redesigned Form Controls and Dark Mode CSS
48+
* IntersectionObserver Notes
Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,50 @@
11
# 2019
22

3-
<!--@START_MENU_TOKEN@-->Summary<!--@END_MENU_TOKEN@-->
3+
WebKit Contributors Meeting November 1, 2019
44

5-
## Overview
65

7-
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@-->
6+
## Schedule
87

9-
## Topics
8+
| Time | Talk |
9+
| ----------------- | -------------------------------- |
10+
| 8 AM | Sign-in and Breakfast |
11+
| 9 AM | Welcome |
12+
| 9:10 AM | Igalia Focus and Goals 2020 |
13+
| 10 AM | WebKit Goals for 2020 |
14+
| 11 AM | PlayStation WebKit Port Update |
15+
| 12 PM | Lunch |
16+
| 1 PM | DOM Bindings, Event Loop & More |
17+
| 2 PM | Improving Interop with WPT |
18+
| 3 PM | Break |
19+
| 3:30 PM | The State of JSC |
20+
| 4-5:30 PM | Lightning Talks |
21+
| 6-9 PM | Dinner & Party |
1022

11-
### <!--@START_MENU_TOKEN@-->Group<!--@END_MENU_TOKEN@-->
23+
## Lightning Talks
1224

13-
- <!--@START_MENU_TOKEN@-->``Symbol``<!--@END_MENU_TOKEN@-->
25+
* WKWebView: An Embedder's Perspective
26+
* Handling Test Expectations
27+
* Python 3
28+
* zlib optimizations for ARM
29+
* Undo API
30+
* WebKit Windows Port
31+
* Privacy Features in WebKit
32+
* Simon's 5-Year Plan Retrospective?
33+
34+
## Transcripts
35+
36+
* Igalia Focus and Goals 2020
37+
* WebKit Goals for 2020
38+
* PlayStation WebKit Port Update
39+
* DOM Bindings, Event Loop
40+
* Back-Forward Cache
41+
* Improving Interop with WPT
42+
* The State of JSC
43+
* WKWebView: An Embedder's Perspective
44+
* Handling Test Expectations
45+
* Python 3
46+
* zlib optimizations for ARM
47+
* Undo API
48+
* WebKit Windows Port
49+
* Privacy Features in WebKit
50+
* Simon's 5-Year Plan Retrospective
Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,37 @@
11
# 2020
22

3-
<!--@START_MENU_TOKEN@-->Summary<!--@END_MENU_TOKEN@-->
3+
WebKit Contributors Meeting November 16-17, 2020
44

5-
## Overview
5+
## Schedule
66

7-
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@-->
7+
### Monday
88

9-
## Topics
9+
| Talk |
10+
| ----------------------------- |
11+
| Welcome |
12+
| Igalia Priorities for 2021 |
13+
| Apple WebKit Goals for 2021 |
14+
| Angle for WebGL |
15+
| Fuzzing |
1016

11-
### <!--@START_MENU_TOKEN@-->Group<!--@END_MENU_TOKEN@-->
17+
### Tuesday
1218

13-
- <!--@START_MENU_TOKEN@-->``Symbol``<!--@END_MENU_TOKEN@-->
19+
| Talk |
20+
| --------------------------------------------- |
21+
| WebKit Standards Positions |
22+
| Standards Implementation & Conformance in JSC |
23+
| Web Inspector Overview |
24+
| Moving WebKit to Git |
25+
26+
## Transcripts
27+
28+
* Igalia Priorities for 2021
29+
* Apple WebKit Goals for 2021
30+
* Angle for WebGL
31+
* Fuzzing a WKWebView-based Browser Session
32+
* WebKit Standards Positions
33+
* Collaboration on Standards in JSC: A Cross-Organizational Update
34+
* Moving WebKit to Git
35+
* Sony WebKit 2020 Retrospective
36+
* What's changing with scrolling on macOS
37+
* GPUProcess
Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,54 @@
11
# 2021
22

3-
<!--@START_MENU_TOKEN@-->Summary<!--@END_MENU_TOKEN@-->
3+
WebKit Contributors Meeting September 27-28, 2021
44

5-
## Overview
5+
## Schedule
66

7-
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@-->
7+
### Monday
88

9-
## Topics
9+
| Talk |
10+
| ------------------------------------- |
11+
| Welcome |
12+
| WebKit 2021/2022 Igalia |
13+
| Apple Plans for WebKit: 2022 Edition |
14+
| Protected Collaboration Tree |
15+
| GitHub and New Processes |
16+
| OffscreenCanvas 2021 Update |
1017

11-
### <!--@START_MENU_TOKEN@-->Group<!--@END_MENU_TOKEN@-->
18+
### Tuesday
1219

13-
- <!--@START_MENU_TOKEN@-->``Symbol``<!--@END_MENU_TOKEN@-->
20+
| Talk |
21+
| ------------------------------------------------------------- |
22+
| WPT Update |
23+
| Introduction to LFC |
24+
| GPU Process |
25+
| TV on the Web |
26+
| Dialog/Inert |
27+
| WebGL 2.0, ANGLE and the direct-to-Metal Compiler in WebKit |
28+
| Rendering, UI and Privacy challenges in WebXR Browsers |
29+
| SVG in WebKit: Status of Compositing |
30+
| WPE Android |
31+
| Diving into bmalloc |
32+
| Contributing to Web Inspector |
33+
| Control Flow Integrity in WebKit |
34+
35+
36+
## Transcripts
37+
38+
* WebKit 2021/2022 Igalia
39+
* Apple Plans for WebKit: 2022 Edition
40+
* Protected Collaboration Tree
41+
* GitHub and New Processes
42+
* OffscreenCanvas 2021 Update
43+
* WPT Update
44+
* Introduction to LFC
45+
* GPU Process
46+
* TV on the Web
47+
* Dialog/Inert
48+
* WebGL 2.0, ANGLE and the direct-to-Metal Compiler in WebKit
49+
* Rendering, UI and Privacy challenges in WebXR Browsers
50+
* SVG in WebKit: Status of Compositing
51+
* WPE Android
52+
* Diving into bmalloc
53+
* Contributing to Web Inspector
54+
* Control Flow Integrity in WebKit

Sources/WebKit/WebKit.docc/ContributorMeetings/2022.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

Sources/WebKit/WebKit.docc/ContributorMeetings/ContributorMeetings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ to share their thoughts and ideas for the project. This is a collection of notes
2323
- <doc:/2019>
2424
- <doc:/2020>
2525
- <doc:/2021>
26-
- <doc:/2022>
27-

0 commit comments

Comments
 (0)