About protocol links: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(mention about:data)
m (use {{bug}} template)
Line 19: Line 19:
* '''about:data''' & mdash; opens the [[Data Manager]] which shows per-site data and permissions. This is part of SeaMonkey 2.x and available as a Firefox extension.
* '''about:data''' & mdash; opens the [[Data Manager]] which shows per-site data and permissions. This is part of SeaMonkey 2.x and available as a Firefox extension.
* '''about:logo''' — Displays the application logo ([[Mozilla Suite]], {{SeaMonkey}}, and {{Firefox}} 3).
* '''about:logo''' — Displays the application logo ([[Mozilla Suite]], {{SeaMonkey}}, and {{Firefox}} 3).
* [http://www.mozilla.org/docs/web-developer/samples/kitchensink.xml '''about:kitchensink'''] — Was never included in Mozilla for the reasons listed in [https://bugzilla.mozilla.org/show_bug.cgi?id=122411 Bug 122411] ("Mozilla does not have a kitchen sink"). You can install an [https://addons.mozilla.org/extensions/moreinfo.php?id=742 extension that adds it] though :)
* [http://www.mozilla.org/docs/web-developer/samples/kitchensink.xml '''about:kitchensink'''] — Was never included in Mozilla for the reasons listed in {{bug|122411}} ("Mozilla does not have a kitchen sink"). You can install an [https://addons.mozilla.org/extensions/moreinfo.php?id=742 extension that adds it] though :)
* '''about:licence''' and '''about:license''' — both show the Mozilla Public License and the Netscape Public License for the piece of software. ( Only in products based on Gecko 1.8 or later)  
* '''about:licence''' and '''about:license''' — both show the Mozilla Public License and the Netscape Public License for the piece of software. ( Only in products based on Gecko 1.8 or later)  
* '''about:memory''' shows the memory usage of Firefox starting in Firefox 3.6 (Windows) and Firefox 4 (Linux). Implemented via [https://bugzilla.mozilla.org/show_bug.cgi?id=515354 Bug 515354]
* '''about:memory''' shows the memory usage of Firefox starting in Firefox 3.6 (Windows) and Firefox 4 (Linux). Implemented in {{bug|515354}}
* [http://www.mozillazine.org/misc/about:mozilla/7:15.xhtml '''about:mozilla'''] — The famous ''[http://en.wikipedia.org/wiki/The_Book_of_Mozilla Book of Mozilla]''
* [http://www.mozillazine.org/misc/about:mozilla/7:15.xhtml '''about:mozilla'''] — The famous ''[http://en.wikipedia.org/wiki/The_Book_of_Mozilla Book of Mozilla]''
* '''about:permissions''' shows and manages the permissions as also shown in Tools → Page Info → Permissions. Implemented starting with Firefox 6 via [https://bugzilla.mozilla.org/show_bug.cgi?id=573176 Bug 573176]
* '''about:permissions''' shows and manages the permissions as also shown in Tools → Page Info → Permissions. Implemented starting with Firefox 6 ({{bug|573176}})
* '''about:data''' (for SeaMonkey) — same as about:permissions for Firefox above
* '''about:data''' (for SeaMonkey) — same as about:permissions for Firefox above
* [[about:plugins|'''about:plugins''']] — Lists all your plugins as well as other useful information.
* [[about:plugins|'''about:plugins''']] — Lists all your plugins as well as other useful information.
* '''about:robots''' — Easter egg, see [https://bugzilla.mozilla.org/show_bug.cgi?id=417302 bug 417302]. Beginning with March 8th, 2008 trunk builds, it's now available on Firefox 3.0b5.
* '''about:robots''' — Easter egg, see {{bug|417302}}. Beginning with March 8th, 2008 trunk builds, it's now available on Firefox 3.0b5.
* [[Troubleshooting Information report | '''about:support''']] — Starting in Firefox 3.6 ([https://bugzilla.mozilla.org/show_bug.cgi?id=367596 bug 367596]) and SeaMonkey 2.1a trunk builds based on Gecko 1.9.3a ([https://bugzilla.mozilla.org/show_bug.cgi?id=518607 bug 518607]).  Displays  information such as Application Basics (version, link to open the profile folder, link to about:plugins and about:buildconfig), Extensions,  Modified Preferences and, starting in Firefox 4, Graphics information ([https://bugzilla.mozilla.org/show_bug.cgi?id=587102 bug 587102]).  Also accessible via "Help -> Troubleshooting information".
* [[Troubleshooting Information report | '''about:support''']] — Starting in Firefox 3.6 ({{bug|367596}}) and SeaMonkey 2.1a trunk builds based on Gecko 1.9.3a ({{bug|518607}}).  Displays  information such as Application Basics (version, link to open the profile folder, link to about:plugins and about:buildconfig), Extensions,  Modified Preferences and, starting in Firefox 4, Graphics information ({{bug|587102}}).  Also accessible via "Help -> Troubleshooting information".
  <!-- the following lists need references -->
  <!-- the following lists need references -->
* '''about:home''' &mdash; Firefox Start Page
* '''about:home''' &mdash; Firefox Start Page

Revision as of 23:38, 25 April 2012

There are a few special URLs, which begin with about:, that you can type into the Location Bar. (In Thunderbird, which has no Location Bar, or in SeaMonkey, you can also use them as "Mail Start Page".)

  • about: — The same page as "Help -> About" (except that, on some applications, Help → About is a much smaller popup).
  • about:about — Lists all these about: URLs (Mozilla Suite/SeaMonkey or Firefox 4 and newer only).
  • about:addons — The "new" addons manager, in trunk builds dated 2010-05-11 or later.
  • about:blank — A blank page. Useful for setting as your homepage.
  • about:bloat — Displays BloatView output (disabled in release builds).
    • about:bloat?new
    • about:bloat?clear
  • about:buildconfig — Reveals details about your Mozilla build options.
  • about:cache — Displays cache statistics and disk cache directory location.
    • about:cache?device=memory — Lists memory cache entries.
    • about:cache?device=disk — Lists disk cache entries.
  • about:cache-entry — Shows information about a cache entry. Used in about:cache links. Requires parameters.
  • about:config — GUI for modifying user preferences. (Also accessible in Thunderbird by means of the "Config Editor" button in the "Advanced" Preferences).
  • about:crashes — List of Breakpad crash reports, with links and datestamps. Only in products based on Gecko 1.9 or later (Firefox 3, Thunderbird 3, SeaMonkey 2).
  • about:credits — The list of contributors to the Mozilla projects.
  • about:data & mdash; opens the Data Manager which shows per-site data and permissions. This is part of SeaMonkey 2.x and available as a Firefox extension.
  • about:logo — Displays the application logo (Mozilla Suite, SeaMonkey, and Firefox 3).
  • about:kitchensink — Was never included in Mozilla for the reasons listed in bug 122411 ("Mozilla does not have a kitchen sink"). You can install an extension that adds it though :)
  • about:licence and about:license — both show the Mozilla Public License and the Netscape Public License for the piece of software. ( Only in products based on Gecko 1.8 or later)
  • about:memory shows the memory usage of Firefox starting in Firefox 3.6 (Windows) and Firefox 4 (Linux). Implemented in bug 515354
  • about:mozilla — The famous Book of Mozilla
  • about:permissions shows and manages the permissions as also shown in Tools → Page Info → Permissions. Implemented starting with Firefox 6 (bug 573176)
  • about:data (for SeaMonkey) — same as about:permissions for Firefox above
  • about:plugins — Lists all your plugins as well as other useful information.
  • about:robots — Easter egg, see bug 417302. Beginning with March 8th, 2008 trunk builds, it's now available on Firefox 3.0b5.
  • about:support — Starting in Firefox 3.6 (bug 367596) and SeaMonkey 2.1a trunk builds based on Gecko 1.9.3a (bug 518607). Displays information such as Application Basics (version, link to open the profile folder, link to about:plugins and about:buildconfig), Extensions, Modified Preferences and, starting in Firefox 4, Graphics information (bug 587102). Also accessible via "Help -> Troubleshooting information".
  • about:home — Firefox Start Page
  • about:rights
  • about:sync-log
  • about:sync-tab

Extensions

Certain extensions add a few additional about: URLs.

External Links