From 8f9615a408f9739c7dcfc66760d62f99739d711e Mon Sep 17 00:00:00 2001 From: BEEDELLROKEJULIANLOCKHART Date: Sun, 31 Jul 2022 14:56:49 +0100 Subject: [PATCH 1/3] Removal of reference to platform-issues within "README.md". I believe that "https://blogs.windows.com/msedgedev/2016/04/06/edgehtml-issue-tracker/" was for EdgeHTML, rather than Microsoft's fork of Chromium, which is the new Edge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ecd580..683144f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [Character Identifier](https://dbaron.org/mozilla/char-identifier/) is a [Web Extension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) that adds a browser context menu item for selected text that provides more information (from the [Unicode database](http://www.unicode.org/ucd/)) about the characters selected. -It was previously (in this same repository) a Firefox extension using the old XUL-based Firefox extensions API. As a Web extension, it works in both Firefox and Chrome, but crashes the entire browser reliably in Edge, perhaps due to [Issue #10831621](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/10831621/). +It was previously (in this same repository) a Firefox extension using the old XUL-based Firefox extensions API. As a Web extension, it works in both Firefox, Chrome, and Edge. Build it by running `make`. The unpacked output will be in `output/`, and the packaged extension will be in `char-identifier.zip`. From 901972962b41c7741ed99f1bd141527555c72471 Mon Sep 17 00:00:00 2001 From: BEEDELLROKEJULIANLOCKHART Date: Sun, 31 Jul 2022 14:57:53 +0100 Subject: [PATCH 2/3] Removed double-space and clarified grammar. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683144f..fdf64c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [Character Identifier](https://dbaron.org/mozilla/char-identifier/) is a [Web Extension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions) that adds a browser context menu item for selected text that provides more information (from the [Unicode database](http://www.unicode.org/ucd/)) about the characters selected. -It was previously (in this same repository) a Firefox extension using the old XUL-based Firefox extensions API. As a Web extension, it works in both Firefox, Chrome, and Edge. +It was previously (in this same repository) a Firefox extension using the old XUL-based Firefox extensions API. Because it is a Web extension, it works in both Firefox, Chrome, and Edge. Build it by running `make`. The unpacked output will be in `output/`, and the packaged extension will be in `char-identifier.zip`. From 976940960c2b5f7275b14f5d41ac9535b4713108 Mon Sep 17 00:00:00 2001 From: BEEDELLROKEJULIANLOCKHART Date: Mon, 1 Aug 2022 02:57:11 +0100 Subject: [PATCH 3/3] Removed the sole additional double-space. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdf64c5..cbd3bb6 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ It was previously (in this same repository) a Firefox extension using the old XUL-based Firefox extensions API. Because it is a Web extension, it works in both Firefox, Chrome, and Edge. -Build it by running `make`. The unpacked output will be in `output/`, and the packaged extension will be in `char-identifier.zip`. +Build it by running `make`. The unpacked output will be in `output/`, and the packaged extension will be in `char-identifier.zip`.