Remy Sharp
8b0e963b6f
Fixed #788 and fixed #764 . Add inline loop protection, handles do loops and // noprotect to exit loop protection
2013-08-18 00:30:11 +01:00
Remy Sharp
5d454038a6
Fixed the debug and no-html rendering.
...
Why I was escaping quotes is beyond me. `<>&` should be the only characters.
2013-08-13 12:40:13 +01:00
Remy Sharp
c9f37c6ebf
Fix #736 . Prepend closing harness with html comment.
...
This hides the harness from any open comments in the user code (note that this doesn't protect against the insanity that is <plaintext> - http://jsbin.com/ebazek/1/edit !)
2013-07-24 11:08:44 +01:00
Tom Ashworth
b35d186cda
Use 100ms timeout on infinite loop protection, and don't mess with HTML or CSS.
2013-07-15 15:40:43 +01:00
Tom Ashworth
349bff066a
Fix attaching runnerWindow in firefox.
2013-07-15 12:42:08 +01:00
Remy Sharp
cad1f7c5b8
break runner up in to modules so they can be tested, and fixed loop detect to reset on beginning of loop
2013-07-14 12:00:32 +01:00