[Laszlo-checkins] r11337 - openlaszlo/trunk/lps/components/debugger/platform/swf9
hqm@openlaszlo.org
hqm at openlaszlo.org
Fri Oct 3 07:01:00 PDT 2008
Author: hqm
Date: 2008-10-03 07:00:58 -0700 (Fri, 03 Oct 2008)
New Revision: 11337
Modified:
openlaszlo/trunk/lps/components/debugger/platform/swf9/eval.lzs
Log:
Change 20081003-hqm-M by hqm at badtzmaru.home on 2008-10-03 09:58:30 EDT
in /Users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: swf9 fix for debug when lzproxied=false
New Features:
Bugs Fixed: LPP-7117
Technical Reviewer: promanik
QA Reviewer: mamye
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
+ a line of code from the swf8 implementation was accidentally cut and pasted in causing
a runtime error when the debugger probes for the LPS server on startup
Tests:
run any app with lzr=swf9&debug=true&lzproxied=false, the debugger should come up
properly and app should not lock up
Modified: openlaszlo/trunk/lps/components/debugger/platform/swf9/eval.lzs
===================================================================
--- openlaszlo/trunk/lps/components/debugger/platform/swf9/eval.lzs 2008-10-03 14:00:41 UTC (rev 11336)
+++ openlaszlo/trunk/lps/components/debugger/platform/swf9/eval.lzs 2008-10-03 14:00:58 UTC (rev 11337)
@@ -38,7 +38,6 @@
public function checkServerResponse () {
var loadobj = new Loader();
loadobj.contentLoaderInfo.addEventListener(Event.INIT, checkServerResponseHandler);
- loadobj.onData = this.checkServerResponseHandler;
var reqstr = lz.Browser.toAbsoluteURL( "__dbgprobe.lzx?lzt=stat", false );
this.loader.load(new URLRequest(reqstr),
new LoaderContext(false,
More information about the Laszlo-checkins
mailing list