Export to GitHub

bravojs - default

Source Commits


Commits

Author Date Commit Message
Wes Garland Jun 17, 2015 3f80406bf3da Stack dump now needs stack property, but no longer needs to be instanceof Error
Wes Garland Jun 1, 2015 e0deb897194a Added bravojs.warn; improved handling of module loading errors
Wes Garland May 21, 2015 aac31aa85ed0 Reduced bravojs noise in window.onerror stack traces; added support for recursiv
Wes Garland Jan 28, 2015 0318e9d6a397 Added support for HEADless documents
Wes Garland Jan 26, 2015 fa4c6bcdce6f Added uncaught exception stack printing for recent Firefox to default errorRepor
Wes Garland Jan 21, 2015 96a4d6466bd9 Added support for require.paths (max pathlen=1), with fallback to main module's
anthony Jul 26, 2012 3f9e8212e050 Typo : s/bravoje/bravojs
Wes Garland Jun 14, 2012 d8c9e0476901 Build system - initial work on CommonJS dependency management
Wes Garland Jan 10, 2012 0dee660411a7 ES5 Function.prototype.bind bugfix for Safari
Wes Garland Dec 8, 2011 63f49d767f81 Fixed relative-require bug during dependency canonicalization; added dependency-
Wes Garland Nov 17, 2011 5743728ec06d Added debug mode which poisons HTTP GETs with the current timestamp
Wes Garland Jan 6, 2011 863eb86d0acd Updated semantics of module.main to match Modules/2.0 draft 7
Wes Garland Jan 6, 2011 d755f3ee38a3 Removed null module.id; replaced with empty string module.id
Wes Garland Jan 2, 2011 d7ee85f038dd Added Modules/1.0 test suite so we can test dual-mode loaders
Wes Garland Jan 2, 2011 660a63c548ad Renamed Modules/2.0 tests, added timer to IOJS test suite runner
Wes Garland Dec 31, 2010 b052773ba4cb Added jQuery-based module loader plug-in
Wes Garland Dec 23, 2010 e293c498c5d1 Added debug-only reloadModule method
Wes Garland Dec 21, 2010 682699b0ca41 Improved bravojs.mainModuleDir override
Wes Garland Dec 9, 2010 3e60081840bf Made main module optional; might break external main modules
Wes Garland Dec 8, 2010 e3b533987f1c Relaxed validation of window.location.href URLs
Wes Garland Dec 1, 2010 728b72c1623c Added plugins dir and fastload plug-in
Wes Garland Nov 25, 2010 6c9174a4f32f Reverted test suite to default module loader
Wes Garland Nov 25, 2010 f397dde0f415 Juggled tests so that 404-fail modules are tried last
Wes Garland Nov 25, 2010 a557f2a3ada6 Added enforced-serial module.provide to LazyLoad.js loader
Wes Garland Nov 25, 2010 f73a983b6522 Added require.isMemoized interface
Wes Garland Nov 25, 2010 8068e23cd2ca Added alternative module loader using wonko.com's LazyLoad.js
Wes Garland Nov 25, 2010 d660fba2b904 Added require.memoize
Wes Garland Nov 24, 2010 12b85672dc59 Replaced es5-shim.js with Narwhal's global-es5.js
Wes Garland Nov 24, 2010 37bdded6f8e0 Corrected iojs test console stack output
Wes Garland Nov 23, 2010 9e38c25f779c Added labeled deps demo; changed labele deps semantic to match Stefaan's require
Wes Garland Nov 23, 2010 452cae4328e3 Added support for labeled dependencies; refactory/improved dependency list norma
Wes Garland Nov 18, 2010 b1956aa65fcf ES5 shim loader more robust on IE; added hello world demo
Wes Garland Nov 18, 2010 a8ec59f45c89 Added es5-shim.js, tweaked output and comments
Wes Garland Nov 18, 2010 cfd6d011c884 Passes modules/1.0 test suite in both IE 8 and Firefox 3.6
Wes Garland Nov 18, 2010 03b29e4df336 Check point - adding IE functionality
Wes Garland Nov 17, 2010 06589449b1a4 Initial commit: passes Modules/1.0 test suite