1
0
Fork 0

Commit Graph

  • 204f4451b4 Adjusted copyright styling Mike Gerwitz 2011-12-14 23:20:35 -0500
  • 2527536881 Added content border Mike Gerwitz 2011-12-14 19:27:05 -0500
  • 2c0dba6687 Added tools/compiler.jar to .gitignore Mike Gerwitz 2011-12-13 22:49:50 -0500
  • 9117b2e4cf Updated package.json to remove deps and correct license Mike Gerwitz 2011-12-13 21:22:52 -0500
  • e24784529e Resolved majority of Closure Compiler warnings (VERBOSE) - Ignored warnings from tests for now - VERBOSE flag removed from Makefile for now until I can figure out how to resolve certain warnings Mike Gerwitz 2011-12-13 21:19:14 -0500
  • 3922d6874e Added mkexterns for internal externs (see comments within file for information as to why this is necessary) Mike Gerwitz 2011-12-10 16:45:10 -0500
  • d1b1d2691a Fixed initial warnings provided by Closure Compiler Mike Gerwitz 2011-12-10 11:06:34 -0500
  • 4e1380837f Began making changes ... (overwrite this commit) closure/master Mike Gerwitz 2011-12-09 23:07:41 -0500
  • 45f3d62727 Removing toString() call on failAssertion(); string may be passed Mike Gerwitz 2011-12-07 23:11:10 -0500
  • e0254f6441 Removed invalid @package tags Mike Gerwitz 2011-12-06 20:19:29 -0500
  • 66fd2ece83 Switched to Closure Compiler Mike Gerwitz 2011-12-06 18:28:56 -0500
  • 58f2e3afc4 Made necessary changes to tests to prevent Closure Compiler from optimizing them away, causing test failures Mike Gerwitz 2011-12-06 18:28:16 -0500
  • a18dedbddb Added missing client-side "fail" assertion Mike Gerwitz 2011-12-06 18:27:41 -0500
  • e385a9c8fb MemberBuilderValidator tests now properly wrap certain functions (they were working, but let's be safe) Mike Gerwitz 2011-12-06 18:26:28 -0500
  • e4cd1eabe5 Fixed issue with minified files in IE Mike Gerwitz 2011-12-06 18:20:41 -0500
  • 74dd239de0 Corrected errors/warnings as indicated by Google Closure compiler Mike Gerwitz 2011-12-04 19:26:53 -0500
  • f39fc05ae2 test/inc-*.js files will now be recognized by make to rebuild combined file Mike Gerwitz 2011-12-04 19:13:51 -0500
  • e86ed63fd8 Fixed trailing comma issue in test - Caused problems in IE6 - Comma stripping script did not catch it due to trailing comments Mike Gerwitz 2011-12-04 13:06:28 -0500
  • 1a3b5f2893 Now using vm module in node instead of process.binding.Script (deprecated in newer versions of node) Mike Gerwitz 2011-12-04 12:50:01 -0500
  • 27eea93d6f Now setting mocked console in warn module for tests - Replacing console broken in newer versions of node/v8 - Replacing console.warn/log works fine, but is a poor choice for testing Mike Gerwitz 2011-12-04 12:30:15 -0500
  • 0f4ce6acc1 Warning test workaround for FF - Note that warnings do work properly in practice in FF Mike Gerwitz 2011-12-04 11:38:24 -0500
  • 446aa8d413 Fixed __self assignment for FF Mike Gerwitz 2011-12-04 00:32:16 -0500
  • f2e0bbc2f6 Outputting stack trace in browser tests if available Mike Gerwitz 2011-12-03 13:08:18 -0500
  • 599f100cfa Added browser-test-min.html Mike Gerwitz 2011-12-03 12:56:37 -0500
  • 075e73e4d1 [#5] Added private naming conflict mention and inheritance information to Inheritance section of manual Mike Gerwitz 2011-12-03 12:26:03 -0500
  • e41495c0d1 Added private member name conflict validations Mike Gerwitz 2011-12-03 00:30:22 -0500
  • 9ba9c9e6f6 Added mention of other manual formats Mike Gerwitz 2011-11-29 22:43:13 -0500
  • 50da560c1f [#5] Added pre-es5 fallback section to visibility object implementation Mike Gerwitz 2011-11-29 21:07:24 -0500
  • b339cf0859 [#5] Removed doc-* prefix from doc Makefile; redundant Mike Gerwitz 2011-11-29 19:48:26 -0500
  • 2c5bc6b63c uglify's mangle currently causing problems in IE8; removing until it can be further researched Mike Gerwitz 2011-11-29 15:06:30 -0500
  • ba28f0a753 Now implicitly adding abstract keyword for interface method declarations Mike Gerwitz 2011-11-28 15:10:26 -0500
  • bdc32906e7 [#5] Added FinalClass to manual Mike Gerwitz 2011-11-27 22:53:43 -0500
  • d730481332 [#5] Updated "Root Directory" section of manual Mike Gerwitz 2011-11-27 22:43:31 -0500
  • e376770cf4 [#5] Updated "Lib Directory" section Mike Gerwitz 2011-11-27 22:40:55 -0500
  • 80577e06b0 [#5] Updated "Test Directory" section Mike Gerwitz 2011-11-27 22:39:35 -0500
  • 4d50a40577 [#5] Slightly adjusted *-wide.dia PNG output size Mike Gerwitz 2011-11-27 21:42:14 -0500
  • 412f8ad769 [#5] Added method wrapping details for visibility implementation Mike Gerwitz 2011-11-27 21:40:30 -0500
  • 5ef46d4992 [#5] Added property proxy implementation details Mike Gerwitz 2011-11-27 16:53:07 -0500
  • 0a88a0f83b [#5] Added bulk of "The Visibility Object" section to manual Mike Gerwitz 2011-11-27 14:11:02 -0500
  • 49dd78f5c2 [#5] Altered doc Makefile to build wide pngs from dia diagrams Mike Gerwitz 2011-11-27 11:56:19 -0500
  • 4c4c716596 [#5] Added additional visibility rationale examples Mike Gerwitz 2011-11-25 17:27:08 -0500
  • 9aaef9736e [#5] Began adding visibility implementation details Mike Gerwitz 2011-11-25 12:53:06 -0500
  • 3f2cc33998 Typo correction on source page Mike Gerwitz 2011-11-23 23:56:40 -0500
  • b837b2179a Added console.warn() output to dialog and placed newline after input, rather than before (to remove awkward newline) Mike Gerwitz 2011-11-23 23:50:37 -0500
  • bdc4c37b21 Removing whitespace from beginning of lines of generated HTML pages - Otherwise the indentation is not pretty between headers, content and footers Mike Gerwitz 2011-11-23 23:43:45 -0500
  • dd7d85222f Added source.html Mike Gerwitz 2011-11-23 23:33:52 -0500
  • 569f66e7b8 manual-select.html => man.html Mike Gerwitz 2011-11-23 22:57:56 -0500
  • da9a5d58a3 Minor menu padding adjustment Mike Gerwitz 2011-11-23 22:53:28 -0500
  • 9734b883f0 Adjusted Makefile and CSS to properly highlight current page Mike Gerwitz 2011-11-23 22:49:59 -0500
  • a30bf60d92 Began adding manual.html Mike Gerwitz 2011-11-23 22:13:02 -0500
  • ab785a1f5f Began adding Makefile to generate pages with header/footer Mike Gerwitz 2011-11-23 20:08:26 -0500
  • e9a130ad4b Do not want to seem as though we are endorsing IE Mike Gerwitz 2011-11-23 19:31:17 -0500
  • 2ef17cd297 IE uses empty string (rather than undefined) for unmatched regex groups Mike Gerwitz 2011-11-20 20:37:59 -0500
  • a701ee40a7 [#5] Typo correction in abstract class example Mike Gerwitz 2011-11-20 18:08:52 -0500
  • 20b3abc008 [#5] Added abstract classes section to manual Mike Gerwitz 2011-11-20 14:25:37 -0500
  • 8655a6a58f [#5] Added mention to Interfaces section in manual that Interface must be imported Mike Gerwitz 2011-11-20 10:53:16 -0500
  • a7258f99cb [#5] Adjusted manual CSS to place border around @samp Mike Gerwitz 2011-11-20 00:27:43 -0500
  • 199bba3c38 [#5] Added interface documentation to manual (abstract class pending) Mike Gerwitz 2011-11-20 00:24:53 -0500
  • b2fcf8880a [#5] Corrected <= in doc Makefile for HTML replacement Mike Gerwitz 2011-11-19 22:32:45 -0500
  • 058e5f5f7d [#5] Minor typo correction in inheritance section of manual Mike Gerwitz 2011-11-19 22:30:10 -0500
  • 87dd1b8961 [#29] Re-added interface name to interface errors since abstract requirement change Mike Gerwitz 2011-11-19 22:17:59 -0500
  • a33df4dcbe [#29] Refactored interface extend() test against non-interface into ExtendTest Mike Gerwitz 2011-11-19 22:05:18 -0500
  • 4fe20762c8 'abstract' keyword no longer required for interface method declarations - A warning is not yet being thrown for redundancy if the abstract keyword is explicitly specified Mike Gerwitz 2011-11-19 19:07:38 -0500
  • 91db43d21d [#29] Outputting newline and count every 60 tests Mike Gerwitz 2011-11-19 14:15:31 -0500
  • c605113412 [#29] Refactored test-interface-extend into new test case format - Preparing for minor changes Mike Gerwitz 2011-11-19 14:09:59 -0500
  • 164b6a925b [#29] Added @each() support to test cases - A little sloppy, but it gets the job done Mike Gerwitz 2011-11-19 14:09:23 -0500
  • a022b62f8f [#5] Committed forgotten mkeywords.texi (oops Mike Gerwitz 2011-11-19 12:40:16 -0500
  • cef0c0146b [#29] Refactored test-interface.js into new test case format Mike Gerwitz 2011-11-19 12:39:45 -0500
  • 4e49282515 Fixed bug causing invocation error when accessing undefined static members on a non-class base Mike Gerwitz 2011-11-19 00:09:49 -0500
  • 80846e95f3 __proto__ => getPrototypeOf Mike Gerwitz 2011-11-18 23:14:40 -0500
  • 94419742c0 Resolved IE8 test failures - Additional checks for its buggy defineProperty(), etc implementation Mike Gerwitz 2011-11-18 08:57:37 -0500
  • 18c31cc9e5 [#5] Added additional information to Visibility Escallation section of manual Mike Gerwitz 2011-11-15 23:40:38 -0500
  • 1590d59eb7 [#5] Added gte and lte replacement for manual HTML output Mike Gerwitz 2011-11-15 23:24:19 -0500
  • 8e079129f3 ClassBuilder.isInstanceOf() will no longer throw errors when given undefined for either argument - Yes, this is just quickly adding a test to a pre-existing, terrible format. This will be refactored with the rest of the test case. Mike Gerwitz 2011-11-15 22:22:24 -0500
  • 6c379968bc [#5] Reworked member keywords and member visibility section in manual Mike Gerwitz 2011-11-15 22:14:32 -0500
  • fae30c877a [#5] Removed duplicate phrase for "virtual" keyword in manual Mike Gerwitz 2011-11-10 23:48:43 -0500
  • 771d8d981d [#5] Added @ref's to member inheritence section of manual Mike Gerwitz 2011-11-10 23:44:32 -0500
  • fea1960ab5 [#5] Added forgotten @code to override keyword Mike Gerwitz 2011-11-10 23:20:59 -0500
  • 2bb7d0f858 [#5] Adjusted margins for sub/superscript in manual Mike Gerwitz 2011-11-10 23:20:08 -0500
  • ef12444a6c [#5] Added additional inheritance information Mike Gerwitz 2011-11-10 23:02:26 -0500
  • 322c078c5a [#5] Minor subscript correction for "o" in inheritance section of manual Mike Gerwitz 2011-11-09 00:32:14 -0500
  • b2083e9b47 Added free software notice to noscript tag message Mike Gerwitz 2011-11-09 00:25:20 -0500
  • 67b794c854 [#5] jQuery UI not currently needed in manual Mike Gerwitz 2011-11-09 00:22:01 -0500
  • a2926385b5 [#5] Began adding technical details of inheritance to manual Mike Gerwitz 2011-11-09 00:10:52 -0500
  • 5999223c4e [#5] Added sub/sup support for vars in documentation Mike Gerwitz 2011-11-08 22:51:04 -0500
  • c7fbb47d70 Typo fix on index page Mike Gerwitz 2011-11-07 00:13:10 -0500
  • 6452a239f3 [#5] Added 'virtual' and 'override' keywords to inheritance example in manual; will continue revisions in following commits - This needs to be corrected as it's a very important detail. However, I need to get to bed. So the remaining changes will simply need to wait. Mike Gerwitz 2011-11-07 00:03:39 -0500
  • ed7e988c00 [#5] Added 'Member Keywords' section to manual Mike Gerwitz 2011-11-07 00:01:27 -0500
  • 8370b62d17 [#5] Altered manual CSS for table display Mike Gerwitz 2011-11-06 23:55:41 -0500
  • d3fda70e3f [#5] Began altering class section of manual, adding detailed syntax and specs Mike Gerwitz 2011-11-06 23:29:55 -0500
  • c6e499e5b1 Updated ease.js description Mike Gerwitz 2011-11-06 01:43:23 -0400
  • c3228f528f Using image for logo instead of pure CSS to ensure it displays consistently across all potential impls, regardless of font Mike Gerwitz 2011-11-06 01:19:49 -0400
  • 5b65c9ce3b Altered easejs theme (prototype) Mike Gerwitz 2011-11-06 00:27:17 -0400
  • f2b7ecb4a6 Added to class example Mike Gerwitz 2011-11-05 13:04:55 -0400
  • 5657e40f92 Added {Abstract,Final}Class and Interface imports to test script runner Mike Gerwitz 2011-11-05 13:02:34 -0400
  • d59fe3481e Website will now reference minified ease-full js file Mike Gerwitz 2011-11-05 12:31:52 -0400
  • 379c3aeed8 Added node_modules to .gitignore (it's retained after switching branches since it is not committed) Mike Gerwitz 2011-11-05 12:29:36 -0400
  • c77d989b63 Prefixing warning output with 'Warning: ' Mike Gerwitz 2011-11-05 12:10:20 -0400
  • bc589c035f Added warning handler to class facade - This isn't yet tested; have to begin test case for facade - Do note that the actual calling by MemberBuilderValidator is tested Mike Gerwitz 2011-11-05 12:07:52 -0400
  • 8bcd55dbbb MemberBuilderValidator will now throw a warning if 'override' keyword is used without a super method Mike Gerwitz 2011-11-05 11:56:28 -0400