| Google Chrome | Chromium | Notes | |
| Logo | Colorful | Blue | |
| Crash reporting | Yes, if you turn it on | None | Please include symbolized backtraces in bug reports if you don't have crash reporting |
| User metrics | Yes, if you turn it on | No | |
| Video and audio tags | AAC, MP3, Vorbis and Theora | Vorbis and Theora by default | May vary by distro |
| Adobe Flash | custom (non-free) plugin included in release | supports NPAPI plugins, including the one from Adobe | |
| PDF support | custom (non-free) plugin included in release | downloads and displays with system PDF viewer | The Chrome PDF plugin uses 3rd-party non-free code; no Free Software PDF plugin exists that supports all the PDF features we'd like (such as filling in forms). :( |
| Code | Tested by Chrome developers | May be modified by distributions | Please include distribution information if you report bugs |
| Sandbox | Always on | Depending on the distribution (navigate to about:sandbox to confirm) | |
| Package | Single deb/rpm | Depending on the distribution | |
| Profile | Kept in ~/.config/google-chrome | Kept in ~/.config/chromium | |
| Cache | Kept in ~/.cache/google-chrome | Kept in ~/.cache/chromium | |
| Quality Assurance | New releases are tested before sending to users | Depending on the distribution | Distributions are encouraged to track stable channel releases: see http://googlechromereleases.blogspot.com/ , http://omahaproxy.appspot.com/ and http://gsdview.appspot.com/chromium-browser-official/ |
| Google API keys | Added by Google | Depending on the distribution | See http://www.chromium.org/developers/how-tos/api-keys |
Wednesday, November 27, 2013
Google Chrome vs Chromium
Monday, November 11, 2013
URL Encoding Codes
| Character | Character Name | URL Encoding | ASCII |
| Space | + or %20 | 32 | |
| a-z | Lower case letters | - | 97-122 (&61-&7A) |
| A-Z | Upper case letters | - | 65-90 (&41-&5A) |
| 0-9 | Numbers | - | 48-57 (&30-&39) |
| ` | Accent Grave | %60 | 96 |
| ~ | Tilde | %7E | 126 |
| ! | Exclamation | %21 | 33 |
| @ | At | - | 64 (&40) |
| # | Number Sign | %23 | 35 |
| $ | Dollar Sign | %24 | 36 |
| % | Percent | %25 | 37 |
| ^ | Circumflex | %5E | 94 |
| & | Ampersand | %26 | 38 |
| * | Asterisk | - | 42 (&2A) |
| ( | Open Parenthesis | %28 | 40 |
| ) | Close Parenthesis | %29 | 41 |
| - | Hyphen | - | 45 (&2D) |
| _ | Underscore | - | 95 (&5F) |
| = | Equals | %3D | 61 |
| + | Plus | %2B | 43 |
| \ | Back Slash * | %5C | 92 |
| | | Bar | %7C | 124 |
| [ | Left Bracket | %5B | 91 |
| ] | Right Bracket | %5D | 93 |
| { | Left Brace | %7B | 123 |
| } | Right Brace | %7D | 125 |
| ; | Semi-colon | %3B | 59 |
| : | Colon | %3A | 58 |
| ' | Single Quote | %27 | 39 |
| " | Double Quote * | %22 | 34 |
| , | Comma | %2C | 44 |
| . | Period | - | 46 (&2E) |
| < | Less Than | %3C | 60 |
| > | Greater Than | %3E | 62 |
| / | Forward Slash | - | 47 (&2F) |
| ? | Question Mark | %3F | 63 |
Subscribe to:
Comments
(
Atom
)