[Laszlo-checkins] r14154 - in openlaszlo/branches/4.4: . WEB-INF/lps/lfc/views
ptw@openlaszlo.org
ptw at openlaszlo.org
Tue Jun 16 12:40:16 PDT 2009
Author: ptw
Date: 2009-06-16 12:40:14 -0700 (Tue, 16 Jun 2009)
New Revision: 14154
Modified:
openlaszlo/branches/4.4/
openlaszlo/branches/4.4/WEB-INF/lps/lfc/views/LaszloCanvas.lzs
Log:
Merged revisions 14153 via svnmerge from
http://svn.openlaszlo.org/openlaszlo/trunk
.......
r14153 | max | 2009-06-16 15:34:22 -0400 (Tue, 16 Jun 2009) | 16 lines
Change 20090616-maxcarlson-b by maxcarlson at Bank on 2009-06-16 12:24:15 PDT
in /Users/maxcarlson/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Add canvas.capabilities property
Bugs Fixed: LPP-8273 - Add canvas.capabilities (like view.capabilities)
Technical Reviewer: ptw
QA Reviewer: hminsky
Details: Save a copy of the capabilities hash, like in LaszloView.
Tests: Run with debug mode on, and type 'canvas.capabilities'
.......
Property changes on: openlaszlo/branches/4.4
___________________________________________________________________
Name: svnmerge-integrated
- /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.2:1-12154,12181,13205,13778 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476,13629 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-13938,13940-13945,13947-13952,13954-13968,13970,13972-13980,13982-13985,13987-14015,14017-14032,14034,14036-14069,14071-14109,14116,14124,14127,14129,14146
+ /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.2:1-12154,12181,13205,13778 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476,13629 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-13938,13940-13945,13947-13952,13954-13968,13970,13972-13980,13982-13985,13987-14015,14017-14032,14034,14036-14069,14071-14109,14116,14124,14127,14129,14146,14153
Modified: openlaszlo/branches/4.4/WEB-INF/lps/lfc/views/LaszloCanvas.lzs
===================================================================
--- openlaszlo/branches/4.4/WEB-INF/lps/lfc/views/LaszloCanvas.lzs 2009-06-16 19:34:22 UTC (rev 14153)
+++ openlaszlo/branches/4.4/WEB-INF/lps/lfc/views/LaszloCanvas.lzs 2009-06-16 19:40:14 UTC (rev 14154)
@@ -195,6 +195,7 @@
override function construct (parent , args) {
this.__makeSprite(null);
var capabilities = this.sprite.capabilities;
+ this.capabilities = capabilities;
// TODO: [2006-05-19 ptw] The original did not do this, should we?
// super(null, args);
More information about the Laszlo-checkins
mailing list