From d0c3e85695ffb09a2fa1a11c54b11c34ff04e05e Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Tue, 6 Jan 2026 15:46:42 -0800 Subject: [PATCH] chore: clean up RFC template title --- 0000-template.md | 4 +--- text/.gitkeep | 0 text/0004-api-history-schema.md | 6 +++--- text/0008-preload-realm.md | 4 ++-- text/0012-corner-smoothing.md | 6 ++---- text/0014-ai-prompt-api.md | 6 ++---- text/0015-hyphenation-data-api.md | 6 ++---- text/0016-save-restore-window-state.md | 7 +++---- text/0017-shared-texture.md | 4 ++-- text/0021-msix-auto-updater.md | 2 +- 10 files changed, 18 insertions(+), 27 deletions(-) delete mode 100644 text/.gitkeep diff --git a/0000-template.md b/0000-template.md index 8aa23ca..8dbb933 100644 --- a/0000-template.md +++ b/0000-template.md @@ -1,4 +1,4 @@ -# RFC Template +# Feature Name - Start Date: (fill me in with today's date, YYYY-MM-DD) - RFC PR: [electron/rfcs#0000](https://github.com/electron/rfcs/pull/0000) @@ -6,8 +6,6 @@ - Reference Implementation: [electron/electron#0000](https://github.com/electron/electron/pull/0000) - Status: **Proposed** -# Feature Name - ## Summary One paragraph explanation of the feature. diff --git a/text/.gitkeep b/text/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/text/0004-api-history-schema.md b/text/0004-api-history-schema.md index b6019bd..47d6ed1 100644 --- a/text/0004-api-history-schema.md +++ b/text/0004-api-history-schema.md @@ -1,12 +1,12 @@ +# API History Schema + - Start Date: 2024-06-11 - RFC PR: [electron/rfcs#6](https://github.com/electron/rfcs/pull/6) - Electron Issues: Related to [electron/electron#39877](https://github.com/electron/electron/issues/39877) - Reference Implementation: [electron/lint-roller (feat/api-history-schema-rfc)](https://github.com/electron/lint-roller/commit/d88115ad9ef0df7966976220adb7846f4338caf3) -- Status: **Proposed** - -# API History Schema +- Status: **Completed** ## Summary diff --git a/text/0008-preload-realm.md b/text/0008-preload-realm.md index c96f7ee..b25c173 100644 --- a/text/0008-preload-realm.md +++ b/text/0008-preload-realm.md @@ -1,11 +1,11 @@ +# Preload Realm for Service Workers + - Start Date: 2024-01-11 - RFC PR: [electron/rfcs#8](https://github.com/electron/rfcs/pull/8) - Electron Commit: [electron/electron@26da3c5](https://github.com/electron/electron/commit/26da3c5d6ed2af2d8ab8d4ab03b35762549b0a2c) - Electron Release: v35.0.0 - Status: **Completed** -# Preload Realm for Service Workers - ## Summary Preload realms provide an isolated context to run JavaScript prior to code evaluating in another diff --git a/text/0012-corner-smoothing.md b/text/0012-corner-smoothing.md index 3800661..2dd5a1f 100644 --- a/text/0012-corner-smoothing.md +++ b/text/0012-corner-smoothing.md @@ -1,12 +1,10 @@ -# RFC Template +# Corner Smoothing - Start Date: 2024-11-26 - RFC PR: [electron/rfcs#0012](https://github.com/electron/rfcs/pull/12) - Electron Issues: None - Reference Implementation: [electron/electron#45185](https://github.com/electron/electron/pull/45185) -- Status: **Active** - -# Corner Smoothing +- Status: **Completed** ![There is a black rectangle on the left using simple rounded corners, and a blue rectangle on the right using smooth rounded corners. Inbetween those rectangles is a magnified view of the same corner from both rectangles overlapping to show the subtle difference in shape.](../images/0012/Summary.svg) diff --git a/text/0014-ai-prompt-api.md b/text/0014-ai-prompt-api.md index 4dd2a33..5871dc3 100644 --- a/text/0014-ai-prompt-api.md +++ b/text/0014-ai-prompt-api.md @@ -1,12 +1,10 @@ -# RFC Template +# Prompt API support - Start Date: 2025-04-09 - RFC PR: [electron/rfcs#14](https://github.com/electron/rfcs/pull/14) - Electron Issues: - Reference Implementation: -- Status: **Proposed** - -# Prompt API support +- Status: **Active** ## Summary diff --git a/text/0015-hyphenation-data-api.md b/text/0015-hyphenation-data-api.md index 785e689..0639146 100644 --- a/text/0015-hyphenation-data-api.md +++ b/text/0015-hyphenation-data-api.md @@ -1,13 +1,11 @@ -# RFC Template +# Hyphenation data support - Start Date: 2025-02-20 - RFC PR: [electron/rfcs#0015](https://github.com/electron/rfcs/pull/15) - Electron Issues: https://github.com/electron/electron/issues/33692 -- Reference Implementation: +- Reference Implementation: - Status: **Active** -# Hyphenation data support - ## Summary Chromium uses a folder called `hyphen-data` downloaded after installation to enable automatic hyphenation of words in various diff --git a/text/0016-save-restore-window-state.md b/text/0016-save-restore-window-state.md index ccdda18..9578e32 100644 --- a/text/0016-save-restore-window-state.md +++ b/text/0016-save-restore-window-state.md @@ -1,11 +1,10 @@ -# RFC +# Save/Restore Window State API + - Start Date: 2025-03-20 - RFC PR: [electron/rfcs#16](https://github.com/electron/rfcs/pull/16) - Electron Issues: [electron/electron#526](https://github.com/electron/electron/issues/526) - Reference Implementation: https://github.com/electron/electron/tree/gsoc-2025 -- Status: **Proposed** - -# Save/Restore Window State API +- Status: **Active** Currently, Electron does not have any built-in mechanism for saving and restoring the state of BaseWindows, but this is a very common need for apps that want to feel more native. diff --git a/text/0017-shared-texture.md b/text/0017-shared-texture.md index 4f05c52..a3cc39f 100644 --- a/text/0017-shared-texture.md +++ b/text/0017-shared-texture.md @@ -1,3 +1,5 @@ +# Import Shared Texture + - Start Date: 2025-05-16 - RFC PR: [electron/rfcs#17](https://github.com/electron/rfcs/pull/17) - Electron Issues: [electron/electron#46779](https://github.com/electron/electron/issues/46779) @@ -5,8 +7,6 @@ - Electron Commit: [electron/electron@bab11f8](https://github.com/electron/electron/commit/bab11f8c7b1d7acdf7a16c81951613e72ef681dc) - Status: **Completed** -# Import Shared Texture - ## Summary This feature introduces a way to import a native shared texture handle into Electron, specifically as a [`VideoFrame`](https://developer.mozilla.org/en-US/docs/Web/API/VideoFrame). `VideoFrame` natively supports several web rendering systems, including `WebGPU` and `WebGL`. This enables developers to integrate arbitrary native-rendered content with their web applications. diff --git a/text/0021-msix-auto-updater.md b/text/0021-msix-auto-updater.md index 57b70c5..19b09f6 100644 --- a/text/0021-msix-auto-updater.md +++ b/text/0021-msix-auto-updater.md @@ -6,7 +6,7 @@ - [electron/forge#3976](https://github.com/electron/forge/issues/3976) - [electron/electron#17722](https://github.com/electron/electron/issues/17722) - Reference Implementation: [electron/electron#0000](https://github.com/electron/electron/pull/0000) -- Status: **Proposed** +- Status: **Active** ## Summary