| Index: docs/about_links.md
|
| diff --git a/docs/about_links.md b/docs/about_links.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2f8806edb03fd396e9e257f9780a751629d57356
|
| --- /dev/null
|
| +++ b/docs/about_links.md
|
| @@ -0,0 +1,25 @@
|
| +Chromium has special pages that are called About URLs. You can view them by typing the url in the Omnibar (address bar). Note: only about:blank could be linked within a web page, all the others cannot.
|
| +
|
| +| **Url** | **Description** |
|
| +|:--------|:----------------|
|
| +| about: | version information |
|
| +| about:version | version information |
|
| +| about:plugins | installed plugins |
|
| +| about:flags | list of available experiments |
|
| +| about:histograms | histogram data submitted/uploaded via UMA |
|
| +| about:objects | about tracked objects such as Tasks |
|
| +| about:dns | dns records information |
|
| +| about:stats | secret stats page |
|
| +| about:credits | chromium acknowledgments and legal information |
|
| +| about:terms | terms and conditions |
|
| +| about:memory | information about current memory state |
|
| +| about:network | current network status |
|
| +| about:cache | mapping to the view-cache: internal URL |
|
| +| about:ipc | ipc information |
|
| +| about:gpu | gpu information |
|
| +| about:conflicts | lists loaded modules and shows any known conflict |
|
| +| about:internets | some cool OpenGL screen |
|
| +| about:crash | crashes the browser |
|
| +| about:hang | hangs the browser |
|
| +| about:shorthang | short hangs the browser |
|
| +| about:blank | blank page |
|
|
|