
| Key: |
LPP-5188
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
P0
|
| Assignee: |
Unassigned
|
| Reporter: |
Henry Minsky
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
7,442
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
The swf still reports that it's runtime is swf7
The file is a swf8 file, but the compiler constants $swf7 and $swf8 and canvas.runtime all say it's swf7
|
|
Description
|
The swf still reports that it's runtime is swf7
The file is a swf8 file, but the compiler constants $swf7 and $swf8 and canvas.runtime all say it's swf7 |
Show » |
|
Changed paths:
M /openlaszlo/trunk/WEB-INF/lps/config/lps.properties
M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/Canvas.java
M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/Main.java
M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/sc/Compiler.java
M /openlaszlo/trunk/lps/includes/source/embednew.js
Change 20071204-hqm-a by hqm@DADDY_THNKPAD67 on 2007-12-04 01:19:56 EST
in /cygdrive/c/users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: change runtime default to swf8, also change default cache sizes
New Features:
Bugs Fixed:
LPP-5188Technical Reviewer: ptw
QA Reviewer: max
Doc Reviewer:
Documentation:
Release Notes:
Details:
Change default runtime to swf8. Needed to modify embednew.js because it
had swf7 hardcoded in as the default runtime.
Also, changed LPS server cache sizes to match the demo server deployed values
which seem to make the server be stable these days.
Tests:
run this app and verify that it thinks the runtime is swf8
<canvas width="100%" height="80%" >
<simplelayout/>
<text text="${'canvas.runtime='+canvas.runtime}"/>
<text text="${'$swf7='+ $swf7+ ', $swf8=' + $swf8}"/>
</canvas>