Skip to content

Commit 7d86759

Browse files
committed
Merge remote-tracking branch 'upstream/main' into user/mikehoffms/win32-sample-readme
2 parents 5b628dc + 68f4369 commit 7d86759

10 files changed

Lines changed: 381 additions & 35 deletions

File tree

.github/workflows/ado-issue-tracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Create an ADO work item for labeled issues
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: captainbrosset/github-actions-issue-to-work-item@simple-sync
13+
- uses: MicrosoftEdge/action-issue-to-workitem@main
1414
env:
1515
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
1616
github_token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/ado-pr-tracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Create an ADO work item for new PRs
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: captainbrosset/github-actions-issue-to-work-item@simple-sync
13+
- uses: MicrosoftEdge/action-issue-to-workitem@main
1414
env:
1515
ado_token: "${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}"
1616
github_token: "${{ secrets.GITHUB_TOKEN }}"

microsoft-edge/devtools-guide-chromium/network/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Right-click the header of the Requests table and select an option to hide or sho
350350

351351
#### Add custom columns
352352

353-
To add a custom column to the Requests table, right-click the header of the Requests table and then select **Response Headers** > **Manage Header Columns**.
353+
To add a custom column to the Requests table, right-click the header of the Requests table and then select **Response Headers** > **Manage Header Columns**. The **Manage Header Columns** popup window opens. Click the **Add custom header** button, enter the custom header name, and then click **Add**.
354354

355355
![Adding a custom column to the Requests table](./reference-images/network-network-requests-add-custom.png)
356356

microsoft-edge/extensions-chromium/developer-guide/native-messaging.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,23 +181,26 @@ If Microsoft Edge finds the registry key at any of the previously listed locatio
181181
The search order for the registry locations is:
182182

183183
```output
184-
HKEY_CURRENT_USER\SOFTWARE\WOW6432Node\Microsoft\Edge\NativeMessagingHosts\
185-
HKEY_CURRENT_USER\SOFTWARE\WOW6432Node\Chromium\NativeMessagingHosts\
186-
HKEY_CURRENT_USER\SOFTWARE\WOW6432Node\Google\Chrome\NativeMessagingHosts\
187184
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Edge\NativeMessagingHosts\
188185
HKEY_CURRENT_USER\SOFTWARE\Chromium\NativeMessagingHosts\
189186
HKEY_CURRENT_USER\SOFTWARE\Google\Chrome\NativeMessagingHosts\
190187
191188
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Edge\NativeMessagingHosts\
192189
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Chromium\NativeMessagingHosts\
193190
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Google\Chrome\NativeMessagingHosts\
191+
194192
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Edge\NativeMessagingHosts\
195193
HKEY_LOCAL_MACHINE\SOFTWARE\Chromium\NativeMessagingHosts\
196194
HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\
197195
```
198196

199-
> [!NOTE]
200-
> If you have extensions on the Microsoft Edge Add-ons and the Chrome Webstore, you must add the extension IDs corresponding to both the stores in the `allowed_origins` of the native messaging host manifest file. This is required because only the native messaging host manifest file that corresponds to the first registry location found is read.
197+
#### WOW6432Node registry node
198+
199+
The `HKEY_CURRENT_USER\SOFTWARE\WOW6432Node` registry node is not searched on 64-bit machines, due to the way registry works on them. For more information, see [Registry Keys Affected by Windows Installations That Include Windows on Windows (WOW) Support For Multiple Processor Architectures](/windows/win32/winprog64/shared-registry-keys).
200+
201+
#### Extension IDs required for both stores
202+
203+
If you have extensions on the Microsoft Edge Add-ons and the Chrome Webstore, you must add the extension IDs corresponding to both the stores in the `allowed_origins` of the native messaging host manifest file. This is required because only the native messaging host manifest file that corresponds to the first registry location found is read.
201204

202205
##### [macOS](#tab/macos/)
203206

microsoft-edge/extensions-chromium/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The zip file includes HTML, CSS, JavaScript, and image files. One more file is
5555

5656
Web servers contain your web bundle. A browser navigates to URLs on the server, and downloads the file to render in the browser. A browser navigates using certificates, configuration files, and so on. If an `index.html` file is specified, the file is stored at a special location on the web server.
5757

58-
When you use an extension, the tab page of your browser gets to the web bundle of your extension using the extension runtime. The extension runtime serves the files from the URL `extension://{some-long-unique-identifier}/index.html`, where `{some-long-unique-identifier}` is a unique identifier assigned to the extension when during installation. Each extension uses a different unique identifier. Each identifier points to the web bundle that is installed in your browser.
58+
When you use an extension, the tab page of your browser gets to the web bundle of your extension using the extension runtime. The extension runtime serves the files from the URL `extension://{some-long-unique-identifier}/index.html`, where `{some-long-unique-identifier}` is a unique identifier assigned to the extension during installation. Each extension uses a different unique identifier. Each identifier points to the web bundle that is installed in your browser.
5959

6060
#### Communication with tabs and browser toolbar
6161

microsoft-edge/extensions-chromium/store-policies/developer-policies.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.prod: microsoft-edge
8-
ms.date: 11/09/2022
8+
ms.date: 07/10/2023
99
---
1010
# Microsoft Edge Add-ons store developer policies
1111

@@ -359,18 +359,18 @@ If you submit a promotional video in the listing, it should follow all the conte
359359

360360
All the extensions should adhere to the store policies listed above. If your extension failed in the review process, please review the store policies to understand the reason for failure. After submitting your extension using Partner Center, to ask a question about the review or certification status of it, go to [New Support Request](https://support.microsoft.com/supportrequestform/e7a381be-9c9a-fafb-ed76-262bc93fd9e4) and complete the form.
361361

362-
### Microsoft Edge Add-ons appeal statistics for FY2021
362+
### Microsoft Edge Add-ons appeal statistics for FY2022
363363

364-
Numbers as reported on 8/1/2022
364+
Numbers as reported on 7/1/2023
365365

366366

367-
| Statistic | Count |
368-
|----------------------------------------------|----------|
369-
| App and/or Account Enforcement Action Appeals | 42 |
370-
| Complaints about Technological Issues | 27 |
371-
| Regulatory Compliance Complaints | 0 |
372-
| Questions about certification, policy, submission, and technical help | 76 |
373-
| Miscellaneous | 15 |
374-
| Total Issues | 160 |
375-
| Overturned decisions | 8 |
376-
| Average Processing Time | 3.6 days |
367+
| Statistic | Count |
368+
|-----------------------------------------------------------------------|-----------|
369+
| App and/or Account Enforcement Action Appeals | 34 |
370+
| Complaints about Technological Issues | 0 |
371+
| Regulatory Compliance Complaints | 0 |
372+
| Questions about certification, policy, submission, and technical help | 131 |
373+
| Miscellaneous | 5 |
374+
| Total Issues | 175 |
375+
| Overturned decisions | 28 |
376+
| Average Processing Time | 6.58 days |

microsoft-edge/privacy-whitepaper/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ You can delete templates stored on the device and clear the cache data. Go to `e
9999

100100
<!-- Above, should pick one way. Check UI for privacy updates -->
101101

102-
103102
You can use the title of your collection to find relevant Pinterest Topic pages when searching in Microsoft Bing. Go to `edge://settings/privacy`. Turn on the **Show suggestions from Pinterest in Collections** setting. Microsoft Edge does not send data about your collections to Pinterest. You can remove the suggestions and stop searches for Pinterest Topic pages. Go to `edge://settings/privacy` and turn off the **Show suggestions from Pinterest in Collections** setting.
104103
Collections aren't available when using **InPrivate** or **Guest** modes.
105104

@@ -196,6 +195,7 @@ Microsoft Edge lets you download files safely and securely. To choose where fil
196195

197196
To view the history of your previous downloads, go to `edge://downloads`. To clear your browsing data and delete your download history, go to `edge://settings/clearBrowserData`. Deleting your download history from Microsoft Edge does not remove the files from your device. Deleting downloaded files from your device does not remove the files from your download history. When you use **InPrivate** browsing or **Guest** mode, the download history from the session is cleared when you close the **InPrivate** or **Guest** windows. The files remain saved on the device.
198197

198+
199199
<!-- ====================================================================== -->
200200
## Enterprise security and compliance
201201

@@ -204,13 +204,15 @@ Microsoft Edge supports a variety of first-party enterprise security and complia
204204
* [Microsoft Defender Application Guard](/windows/security/threat-protection/microsoft-defender-application-guard/md-app-guard-overview)
205205
* [Microsoft Endpoint Data Loss Prevention (DLP)](/microsoft-365/compliance/endpoint-dlp-learn-about)
206206
* [Microsoft Insider Risk Management](/microsoft-365/compliance/insider-risk-management-solution-overview)
207+
* [Microsoft Edge management service](/deployedge/microsoft-edge-management-service)
207208

208209
These features become functional only on enterprise-managed devices by acquiring the right license for the feature or by the administrator deploying specific policies on the device.
209210

210211
When these enterprise features are on, the browser sends auditing and diagnostic data to the administrator as per the feature’s requirement to function, manage or diagnose properly. This data collection is controlled by the enterprise administrator and end user is not able to opt-out.
211212

212213
Please contact your enterprise administrator to understand your company's policies for such data collection.
213214

215+
214216
<!-- ====================================================================== -->
215217
## Extensions and Microsoft Edge Add-ons
216218

@@ -302,8 +304,6 @@ To control Image Descriptions, go to `edge://settings/accessibility`. Toggle the
302304

303305
Image Descriptions can be turned on for the current web page without enabling for all web pages. While using a screen reader, right-click the webpage, and select **Get image descriptions from Microsoft** > **Just once**. The current web page will be scanned for all images without alt text and send those to the service for descriptions. The Image Description feature will remain off for other pages and future browsing.
304306

305-
<!-- ====================================================================== -->
306-
307307

308308
<!-- ====================================================================== -->
309309
## Image Enhancement
@@ -328,6 +328,7 @@ When importing extensions, if the extension is not available on the Microsoft Ed
328328

329329
Your browsing data from older versions of Microsoft Edge is automatically imported when you update Microsoft Edge.
330330

331+
331332
<!-- ====================================================================== -->
332333
## Install and update
333334

@@ -553,6 +554,7 @@ If Microsoft Edge detects SSL connection timeouts, certificate errors, or other
553554

554555
<!-- ====================================================================== -->
555556
## Search results data for product improvement
557+
556558
In order to improve your experience in Microsoft Edge, Microsoft Bing, Microsoft News, and other Microsoft services, when the setting for this feature is enabled, Microsoft Edge will collect and use data from your web searches in Microsoft Edge. Microsoft will use your search results activity to make everyone's web and search experience better, more relevant, and useful. The data Microsoft collects is from searches you do across the web, including sites Microsoft doesn't own or operate.
557559

558560
* Microsoft Edge will scrub and de-identify the data by removing data identifying the person or device from which it was collected.
@@ -693,11 +695,13 @@ To convert your speech into text, Microsoft Edge supports the [Web Speech API](h
693695

694696
To turn off speech translated to text, you may deny microphone access from any site that prompts for permission. To turn off the Microphone permission for all sites, go to `edge://settings/content/microphone`.
695697

698+
696699
<!-- ====================================================================== -->
697700
## Suggest similar sites
698701

699702
To help resolve URL typos in the address bar that result in a website error, Microsoft Edge may recommend a corrected URL. When a website navigation error occurs, Microsoft Edge sends the domain of the web address to the Microsoft service to suggest a corrected URL. Microsoft Edge does not include identifiers or tokens with the domain. If the service finds a suggestion, it returns the suggested URL. Microsoft stores the incorrect domain, and suggested domain, to help improve the service. To help you go to the correct sites, the feature is turned on by default. To turn off the feature, go to `edge://settings/privacy` and under the **Services** turn off the **Suggest similar sites when a website can't be found** setting.
700703

704+
701705
<!-- ====================================================================== -->
702706
## Support nonprofits
703707

@@ -840,6 +844,7 @@ If your device is managed by using group policies set by your organization, the
840844

841845
Text prediction is only available in select languages and regions.
842846

847+
843848
<!-- ====================================================================== -->
844849
## Thank you!
845850

microsoft-edge/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,10 @@
12401240
href: webview2/concepts/navigation-events.md
12411241
displayName: Navigation events for WebView2 apps # top-of-page title
12421242

1243+
- name: Process-related events
1244+
href: webview2/concepts/process-related-events.md
1245+
displayName: Handling process-related events in WebView2 # top-of-page title
1246+
12431247
- name: Basic authentication
12441248
href: webview2/concepts/basic-authentication.md
12451249
displayName: auth, Basic authentication for WebView2 apps # top-of-page title

0 commit comments

Comments
 (0)