-
Notifications
You must be signed in to change notification settings - Fork 551
Remove inline tool icon screenshots #3884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Leah (leahmsft)
wants to merge
7
commits into
main
Choose a base branch
from
user/leahtu/tool-icon-removal-update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
88a77f9
update primary files
leahtu 2587a91
remove all inline icon screenshots
leahtu e3bd640
fix broken link
leahtu 1fac615
Merge branch 'main' into user/leahtu/tool-icon-removal-update
mikehoffms 4f0b1b6
Merge branch 'main' into user/leahtu/tool-icon-removal-update
mikehoffms 9b706b2
linkfix
mikehoffms d20e030
del some unused pngs
mikehoffms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,16 +18,16 @@ DevTools provides more than 30 tools, consisting of _Default tools_ and _More to | |
|
|
||
| By default, the following tools are listed in the **Activity Bar** at the top of DevTools: | ||
|
|
||
| *  **Inspect tool** | ||
| *  **Device Emulation** | ||
| *  **Welcome** | ||
| *  **Elements** | ||
| *  **Console** | ||
| *  **Sources** | ||
| *  **Network** | ||
| *  **Performance** | ||
| *  **Memory** | ||
| *  **Application** | ||
| * **Inspect tool** | ||
| * **Device Emulation** | ||
| * **Welcome** | ||
| * **Elements** | ||
| * **Console** | ||
| * **Sources** | ||
| * **Network** | ||
| * **Performance** | ||
| * **Memory** | ||
| * **Application** | ||
|
|
||
|  | ||
|
|
||
|
|
@@ -37,16 +37,16 @@ By default, the following tools are listed in the **Activity Bar** at the top of | |
|
|
||
| | Tool | Purpose | Article | | ||
| | --- | --- | --- | | ||
| |  **Inspect** | Use the **Inspect** tool to see information about an item within a rendered webpage. When the **Inspect** tool is active, you _hover_ over items in the webpage, and DevTools adds an information overlay and grid highlighting on the webpage. | [Analyze pages using the Inspect tool](css/inspect.md) | | ||
| |  **Device Emulation** | Use the **Device Emulation** tool, also called _Device Simulation Mode_ or _Device Mode_, to approximate how your page looks and responds on a mobile device. | [Emulate mobile devices (Device Emulation)](device-mode/index.md) | | ||
| |  **Welcome** | The **Welcome** tool opens when you first open DevTools. It displays links to developer docs, latest features, release notes, and an option to contact the Microsoft Edge DevTools team. | [Welcome tool](welcome/welcome-tool.md) | | ||
| |  **Elements** | Inspect, edit, and debug your HTML and CSS. You can edit in the tool while displaying the changes live in the browser. Debug your HTML using the DOM tree, and inspect and work on the CSS for your webpage. | [Inspect, edit, and debug HTML and CSS with the Elements tool](elements-tool/elements-tool.md) | | ||
| |  **Console** | An intelligent, rich command line within DevTools. A great companion tool to use with others tools. Provides a powerful way to script functionality, inspect the current webpage, and manipulate the current webpage using JavaScript. | [Console overview](console/index.md) | | ||
| |  **Sources** | Use the **Sources** tool to view, modify, and debug front-end JavaScript code, and inspect and edit the HTML and CSS files that make up the current webpage. | [Sources tool overview](sources/index.md) | | ||
| |  **Network** | Use the **Network** tool to make sure that resources are being downloaded or uploaded as expected. Inspect the properties of an individual resource, such as the HTTP headers, content, or size. | [Inspect network activity](network/index.md) | | ||
| |  **Performance** | Analyze runtime performance, which is how your page performs when it's running, as opposed to loading. | [Analyze runtime performance (tutorial)](./performance/index.md) | | ||
| |  **Memory** | Find memory issues that affect page performance, including memory leaks, memory bloat, and frequent garbage collections. | [Fix memory problems](memory-problems/index.md) | | ||
| |  **Application** | Use the **Application** tool to manage storage for web app pages, including manifest, service workers, local storage, cookies, cache storage, and background services. | [The Application tool, to manage storage](storage/application-tool.md) | | ||
| | **Inspect** | Use the **Inspect** tool to see information about an item within a rendered webpage. When the **Inspect** tool is active, you _hover_ over items in the webpage, and DevTools adds an information overlay and grid highlighting on the webpage. | [Analyze pages using the Inspect tool](css/inspect.md) | | ||
| | **Device Emulation** | Use the **Device Emulation** tool, also called _Device Simulation Mode_ or _Device Mode_, to approximate how your page looks and responds on a mobile device. | [Emulate mobile devices (Device Emulation)](device-mode/index.md) | | ||
| | **Welcome** | The **Welcome** tool opens when you first open DevTools. It displays links to developer docs, latest features, release notes, and an option to contact the Microsoft Edge DevTools team. | [Welcome tool](welcome/welcome-tool.md) | | ||
| | **Elements** | Inspect, edit, and debug your HTML and CSS. You can edit in the tool while displaying the changes live in the browser. Debug your HTML using the DOM tree, and inspect and work on the CSS for your webpage. | [Inspect, edit, and debug HTML and CSS with the Elements tool](elements-tool/elements-tool.md) | | ||
| | **Console** | An intelligent, rich command line within DevTools. A great companion tool to use with others tools. Provides a powerful way to script functionality, inspect the current webpage, and manipulate the current webpage using JavaScript. | [Console overview](console/index.md) | | ||
| | **Sources** | Use the **Sources** tool to view, modify, and debug front-end JavaScript code, and inspect and edit the HTML and CSS files that make up the current webpage. | [Sources tool overview](sources/index.md) | | ||
| | **Network** | Use the **Network** tool to make sure that resources are being downloaded or uploaded as expected. Inspect the properties of an individual resource, such as the HTTP headers, content, or size. | [Inspect network activity](network/index.md) | | ||
| | **Performance** | Analyze runtime performance, which is how your page performs when it's running, as opposed to loading. | [Analyze runtime performance (tutorial)](./performance/index.md) | | ||
| | **Memory** | Find memory issues that affect page performance, including memory leaks, memory bloat, and frequent garbage collections. | [Fix memory problems](memory-problems/index.md) | | ||
| | **Application** | Use the **Application** tool to manage storage for web app pages, including manifest, service workers, local storage, cookies, cache storage, and background services. | [The Application tool, to manage storage](storage/application-tool.md) | | ||
|
|
||
| The **Elements**, **Console**, and **Sources** tools (tabs) are permanent, in the **Activity Bar**. The other tool tabs can be removed, or moved down to the **Quick View** toolbar. | ||
|
|
||
|
|
@@ -128,7 +128,7 @@ To move a tool to the other toolbar, right-click the tool's tab and then select | |
|
|
||
|  | ||
|
|
||
| To open the **Command Menu**, press **Ctrl+Shift+P** (Windows, Linux) or **Command+Shift+P** (macOS). Or, click the **Customize and control DevTools** () button and then select **Run command**. | ||
| To open the **Command Menu**, press **Ctrl+Shift+P** (Windows, Linux) or **Command+Shift+P** (macOS). Or, click the **Customize and control DevTools** button and then select **Run command**. | ||
|
|
||
|
|
||
| <!-- ====================================================================== --> | ||
|
|
@@ -148,7 +148,7 @@ The **Console** tool is also a permanent tab on the **Quick View** toolbar. In | |
|
|
||
| To restore all of the default tool tabs in the **Activity Bar** and **Quick View**: | ||
|
|
||
| 1. In DevTools, select **Customize and control DevTools** () > **Settings** () > **Preferences**. | ||
| 1. In DevTools, select **Customize and control DevTools** > **Settings** > **Preferences**. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. undo but w/ vertical dots? |
||
|
|
||
| 1. Click the **Restore defaults and refresh** button. DevTools restarts, and the default tabs appear in both toolbars. | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ There are several ways to get in touch with the Microsoft Edge DevTools team: | |
|
|
||
| To report a bug or request a feature while you are using DevTools: | ||
|
|
||
| 1. Click the **Help** () icon, and then click **Send Feedback** () (or press **Alt+Shift+I** on Windows and Linux or **Option+Shift+I** on macOS) to open the **Send feedback** window. | ||
| 1. Click **Send Feedback** () (or press **Alt+Shift+I** on Windows and Linux or **Option+Shift+I** on macOS) to open the **Send feedback** window. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PR removes ALL icons but should only remove tool icons |
||
| 1. In the **Send feedback** window, describe your bug or feature request. You can also attach a screenshot to help the team understand the problem better and add your email address so we can follow-up with you. | ||
| 1. Press **Send** to create a tracked issue for the Microsoft Edge development team. | ||
|
|
||
|
|
||
Binary file removed
BIN
-634 Bytes
microsoft-edge/devtools/crash-analyzer/index-images/console-icon.png
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-442 Bytes
microsoft-edge/devtools/issues/index-images/elements-tool-icon.png
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-442 Bytes
microsoft-edge/devtools/javascript/overrides-images/elements-tool-icon.png
Binary file not shown.
Binary file removed
BIN
-597 Bytes
microsoft-edge/devtools/javascript/overrides-images/network-tool-icon.png
Binary file not shown.
Binary file removed
BIN
-533 Bytes
microsoft-edge/devtools/javascript/overrides-images/sources-tool-icon.png
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-516 Bytes
...t-edge/devtools/memory-problems/allocation-profiler-images/memory-tool-icon.png
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-516 Bytes
...ry-problems/dom-leaks-memory-tool-detached-elements-images/memory-tool-icon.png
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-516 Bytes
microsoft-edge/devtools/memory-problems/heap-snapshots-images/memory-tool-icon.png
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace horiz ... icon by vertical dots
Stable:

Canary:
