About protocol links: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(Sm2 -> SM2.1a trunk. added bug report)
(add about:addons, some other minor updates)
Line 2: Line 2:
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".)''
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".
* 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|Mozilla Suite/SeaMonkey]] only).
* about:about — Lists all these about: URLs ([[Mozilla Suite|Mozilla Suite/SeaMonkey]] 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:blank — A blank page. Useful for setting as your homepage.
* about:bloat — Displays [http://www.mozilla.org/projects/xpcom/MemoryTools.html#BloatView BloatView] output (disabled in release builds).
* about:bloat — Displays [http://www.mozilla.org/projects/xpcom/MemoryTools.html#BloatView BloatView] output (disabled in release builds).
Line 14: Line 15:
* about:cache-entry — Shows information about a cache entry. Used in about:cache links. Requires parameters.
* about:cache-entry — Shows information about a cache entry. Used in about:cache links. Requires parameters.
* [[about:config]] — GUI for modifying user [[:Category:Preferences|preferences]].
* [[about:config]] — GUI for modifying user [[:Category:Preferences|preferences]].
* about:crashes &mdash; 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)<!--, none of which are released yet-->.
* about:crashes &mdash; 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).
* [http://www.mozilla.org/credits/ about:credits] &mdash; The list of contributors to the Mozilla projects.
* [http://www.mozilla.org/credits/ about:credits] &mdash; The list of contributors to the Mozilla projects.
* about:logo &mdash; Displays the application logo ([[Mozilla Suite]], {{SeaMonkey}}, and {{Firefox}} 3).
* about:logo &mdash; Displays the application logo ([[Mozilla Suite]], {{SeaMonkey}}, and {{Firefox}} 3).
Line 31: Line 32:
* [https://addons.mozilla.org/firefox/addon/13681 about:me], (graphs) personalized patterns in browser usage, including trends in browsing history and download activity.  
* [https://addons.mozilla.org/firefox/addon/13681 about:me], (graphs) personalized patterns in browser usage, including trends in browsing history and download activity.  
* [http://surfmind.com/lab/mozilla/aboutsearch/ about:search], (graphs) statistical analysis (graphs) of the user's search history
* [http://surfmind.com/lab/mozilla/aboutsearch/ about:search], (graphs) statistical analysis (graphs) of the user's search history
* [http://forums.mozillazine.org/viewtopic.php?t=271309 MR Tech's About:About]
* [http://forums.mozillazine.org/viewtopic.php?t=271309 MR Tech's About:About], also as part of [https://addons.mozilla.org/en-US/seamonkey/addon/421 MR Tech Toolkit]


===External Links===
===External Links===
* [http://lxr.mozilla.org/seamonkey/source/docshell/build/nsDocShellModule.cpp#138 Place in Mozilla's code where these are listed]
* [http://mxr.mozilla.org/seamonkey/source/docshell/build/nsDocShellModule.cpp#160 Place in Mozilla's code where these are listed]

Revision as of 07:02, 16 June 2010

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 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.
  • 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: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:mozilla — The famous Book of Mozilla.
  • 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), Extensions, and Modified Preferences. Also accessible via "Help -> Troubleshooting information".

Extensions

Certain extensions add a few additional about: URLs.

External Links