26 Commits

Author SHA1 Message Date
Remy Sharp
da9651ac57 prevent infinite loops in the render if workers are available 2013-06-02 19:35:42 -04:00
Remy Sharp
81140d4f68 Merge pull request #596 from remy/fix/embedded-console-582
Don't replace console. for window.top.console. when embedded.
2013-05-17 05:21:32 -07:00
Tom Ashworth
66d699525c Don't use replace to swap in code with dollars in it, fix #587. 2013-05-16 14:40:46 +01:00
Tom Ashworth
8377a247ef Don't replace console. for window.top.console. when embedded. 2013-05-16 11:13:18 +01:00
Remy Sharp
3f5cc6c716 fix #547 and escape string when only JS in the live output (first version was on wrong branch) 2013-03-24 04:37:38 -04:00
Remy Sharp
16c1276cb4 Fixes #459. Reverting back to the old regex, but attempt to work out if the match is *inside* a script tag, ref #432 2013-01-16 11:57:15 +00:00
Tom Ashworth
e575e6b065 Improve (?) the console.x regex to ensure we're inside a script tag. 2013-01-04 15:03:05 +00:00
Tom Ashworth
9e712c972b Fix the console replace regex. #432 2012-12-19 12:30:49 +00:00
Tom Ashworth
cd15d786f4 Document the fix. 2012-12-04 09:53:37 +00:00
Tom Ashworth
89be873dba Only add defer to inline script tags, addressed #334 2012-11-27 15:25:31 +00:00
Tom Ashworth
e7a4d0b486 Remove CSS when JS in rendered in Live, close #368 #372 2012-10-11 16:14:35 +01:00
Remy Sharp
5e195f8eae Picking up the wrong console inside production mode 2012-08-25 23:56:08 +01:00
Remy Sharp
437d7cba91 Big change to get the console working properly. Fixes #253, #178 and #258
Now the console has history, correct cursor focus, and correct context
when running.
2012-07-27 00:35:25 +01:00
Remy Sharp
c70e394814 Fixed IE rendering shit - basically it would run all the JS in random order crashing the iframe. Lame. So I append a defer it we're working in IE.
Tested and confirmed in IE8 - not yet checked IE9 or 10
2012-07-18 09:38:06 +01:00
Remy Sharp
c711042432 .trim() polyfill and adding comment rendered JS 2012-07-13 17:57:07 +01:00
Remy Sharp
e39129ba75 Moved title update to prepare code 2012-07-12 20:04:44 +02:00
Remy Sharp
5e3a23b36a IE fixes *and including an IE specific CSS link) 2012-07-08 22:37:49 +02:00
Remy Sharp
21c9b85a48 Fixed regexp by reseting the last index. ::Sigh:: 2012-07-01 23:58:04 +01:00
Remy Sharp
2ee5d0ba05 Bit of lint, most importantly, adding @sourceURL support - cool, eh? 2012-06-28 16:50:09 +01:00
Remy Sharp
82a4c5850b Allow debugging without reload 2012-06-22 16:28:33 +01:00
Remy Sharp
09b8905f1e Capture logging from all sources 2012-06-18 07:39:00 +01:00
Remy Sharp
80177733e4 Jade and Stylus preprocessors. Smarter preprocessors too. 2012-06-17 09:48:11 +01:00
Remy Sharp
0fa7f87e5d Switch to render methods - this gives us the "processed" output 2012-06-16 18:43:15 +01:00
Aron Carroll
54bdaa6280 Merge branch 'next/3' into 'feature/node'
Massive merge I'm sure nearly everything is broken :)

Conflicts:
	config.default.php
	index.php
	js/chrome/download.js
	public/app.php
	public/font/fontawesome-webfont.eot
	public/font/fontawesome-webfont.svg
	public/font/fontawesome-webfont.svgz
	public/font/fontawesome-webfont.ttf
	public/font/fontawesome-webfont.woff
	public/font/pictos-web.eot
	public/font/pictos-web.svg
	public/font/pictos-web.ttf
	public/font/pictos-web.woff
	public/js/chrome/login.js
	public/js/chrome/navigation.js
	public/js/jsbin.js
2012-05-25 14:17:32 +01:00
Aron Carroll
80b2a4c078 Merge branch 'next/3' into feature/node
Conflicts:
	index.php
2012-04-20 17:53:54 +01:00
Aron Carroll
ef05666727 Move PHP codebase into ./public directory
Updated all relevant paths to point to new locations. Webs servers will
need to be updated to point to ./public. The build script remains in the
root and will work as before.
2012-04-17 11:38:35 +01:00