# HG changeset patch # User Oleksandr Gavenko # Date 1353519411 -7200 # Node ID 4c25fe5d35aea5b6e3c6305e2892deb94b3d3418 # Parent 5e4d2255fcbb7418d8071b8b630f7336cb953ce0# Parent 8d066d8806b39127b2f530d8424f030b81ab58b6 merged diff -r 5e4d2255fcbb -r 4c25fe5d35ae browsers.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/browsers.rst Wed Nov 21 19:36:51 2012 +0200 @@ -0,0 +1,30 @@ +.. -*- coding: utf-8; -*- +.. include:: HEADER.rst + +=========== + Browsers. +=========== +.. contents:: + +Browsers release history. +========================= + + https://wiki.mozilla.org/Releases + Firefox Releases. + http://en.wikipedia.org/wiki/Firefox_release_history + Firefox release history. + http://en.wikipedia.org/wiki/History_of_Firefox + History of Firefox. + http://www.opera.com/docs/history/ + Opera version history. + http://en.wikipedia.org/wiki/History_of_the_Opera_web_browser + History of the Opera web browser. + http://en.wikipedia.org/wiki/Safari_version_history + Safari version history. + +Browser popularity. +=================== + + http://caniuse.com/usage_table.php + Browser usage table, based on data from StatCounter GlobalStats. + diff -r 5e4d2255fcbb -r 4c25fe5d35ae js.rst --- a/js.rst Tue Nov 20 21:45:21 2012 +0200 +++ b/js.rst Wed Nov 21 19:36:51 2012 +0200 @@ -44,6 +44,20 @@ http://developer.yahoo.com/yui/compressor/ YUI Compressor +JavaScript standards. +===================== + + http://www.ecma-international.org/publications/standards/Ecma-262.htm + ECMAScript Language Specification. + http://www.ecma-international.org/publications/standards/Ecma-262-arch.htm + ECMAScript Language Specification. + http://www.ecma-international.org/publications/standards/Ecma-327.htm + ECMAScript 3rd Edition Compact Profile + http://www.ecma-international.org/publications/standards/Ecma-357.htm + ECMAScript for XML (E4X) Specification. + http://www.ecma-international.org/publications/standards/Ecma-290.htm + ECMAScript Components Specification. + JavaScript versions. ==================== @@ -55,6 +69,10 @@ List of versions per browser. http://en.wikipedia.org/wiki/ECMAScript#Version_correspondence List of versions. + http://kangax.github.com/es5-compat-table/ + ECMAScript 5 compatibility table. + http://caniuse.com/use-strict + Can I use ECMAScript 5 Strict Mode? XML from JavaScript. ====================