Summary: Add CSS to trunk, merged from coal.
New Features: CSS Bugs Fixed: LPP-2309 Design and implement runtime CSS LPP-2346 Develop basic datastructures for CSS support in javascript LPP-2539 Implement $style constraints in the compiler Technical Reviewer: mcarlson QA Reviewer: (pending) Doc Reviewer: frisco Documentation: Release Notes: Details: Merged all changes from coal: svn merge -r1131:1249 http://svn.openlaszlo.org/openlaszlo/branches/coal svn merge -r1250:1475 http://svn.openlaszlo.org/openlaszlo/branches/coal svn merge -r1476:1630 http://svn.openlaszlo.org/openlaszlo/branches/coal svn merge -r1631:1759 http://svn.openlaszlo.org/openlaszlo/branches/coal svn merge -r1760:1766 http://svn.openlaszlo.org/openlaszlo/branches/coal Tests: http://localhost:8080/trunk/test/style/attrselector/main.lzxhttp://localhost:8080/trunk/test/style/compiler/stylesheetelement- test.lzx http://localhost:8080/trunk/test/style/descendantselector/ descendantselector-test.lzx http://localhost:8080/trunk/test/style/descendantselector/complex- descendant-selector-test.lzx
http://localhost:8080/trunk/test/style/elementselector/main.lzxhttp://localhost:8080/trunk/test/style/errors/cssfilenotfound.lzx (intentional compilation error)
http://localhost:8080/trunk/test/style/fake/test-fake.lzx http://localhost:8080/trunk/test/style/idselector/main.lzx http://localhost:8080/trunk/test/style/names/main.lzx http://localhost:8080/trunk/test/style/names/main_underscore.lzxhttp://localhost:8080/trunk/test/style/names/main_dash.lzx (known failure)
http://localhost:8080/trunk/test/style/simple/simple.lzx http://localhost:8080/trunk/test/style/specificity/specificity-tests.lzx http://localhost:8080/trunk/test/style/trait/main.lzx http://localhost:8080/trunk/test/style/typography/typography-test.lzx Files: A + test/style A + test/style/brokentests.lzx A + test/style/styledefhack.js A + test/style/trait A + test/style/trait/main.lzx A + test/style/trait/traits.css A + test/style/simple A + test/style/simple/simple.lzx A + test/style/elementselector A + test/style/elementselector/main.lzx A + test/style/elementselector/elementselector-test.lzx A + test/style/elementselector/specialclassnames-test.lzx A + test/style/elementselector/elementselectors.css A + test/style/ids.lzx A + test/style/seeit_css.js A + test/style/oldway A + test/style/oldway/oldway1.css A + test/style/oldway/oldway.lzx A + test/style/firsttry.lzx A + test/style/moreselectors.lzx A + test/style/names A + test/style/names/main_dash.lzx A + test/style/names/main.lzx A + test/style/names/main_underscore.lzx A + test/style/html A + test/style/html/firstry.html A + test/style/html/specific.html A + test/style/html/styledefhack.css A + test/style/typography A + test/style/typography/typography-test.lzx A + test/style/neighborhood A + test/style/neighborhood/kennedy_css.js A + test/style/neighborhood/neighborhoodclasses.lzx A + test/style/neighborhood/thestreet.lzx A + test/style/neighborhood/kennedy.css A + test/style/neighborhood/neighborhood-main.lzx A + test/style/neighborhood/maintest-runtimecss.lzx A + test/style/neighborhood/kennedyfamily.lzx A + test/style/neighborhood/neighborhoodtestsuite.lzx A + test/style/neighborhood/maintest-compiletimecss.lzx A + test/style/constraints A + test/style/constraints/complex.lzx A + test/style/constraints/resources A + test/style/constraints/resources/beach_bungalow.jpg A + test/style/constraints/resources/los_angeles.jpg A + test/style/constraints/resources/seattle_pike_place.jpg A + test/style/constraints/speedtest.lzx A + test/style/constraints/constraint-test.lzx A + test/style/designerview.lzx A + test/style/descendantselectors.lzx A + test/style/descendantselector A + test/style/descendantselector/descendantselector-test.lzxA + test/style/descendantselector/complex-descendant-selector- test.lzx
A + test/style/moreselectors_css.js A + test/style/compiler A + test/style/compiler/stylesheetelement-test.lzx A + test/style/specificity A + test/style/specificity/specificity-tests.lzx A + test/style/attrselector A + test/style/attrselector/main.lzx A + test/style/attrselector/attrs.lzx A + test/style/test A + test/style/test/library.lzx A + test/style/test/testmanager.js A + test/style/test/test.lzx A + test/style/descendantselectors_css.js A + test/style/brokentestsmain.lzx A + test/style/seeit.lzx A + test/style/idselector A + test/style/idselector/main.lzx A + test/style/idselector/ids.css A + test/style/idselector/ids.lzx A + test/style/main.lzx A + test/style/ids_css.js A + test/style/notes.txt A + test/style/fake A + test/style/fake/test-fake.lzx A + test/style/fake/html-fake-elements.lzx A + test/style/errors A + test/style/errors/cssfilenotfound.lzx M WEB-INF/lps/schema/lzx.rnc A + WEB-INF/lps/lfc/services/LzCSSStyleSheet.js A + WEB-INF/lps/lfc/services/LzCSSStyle.js M WEB-INF/lps/lfc/services/Library.as A + WEB-INF/lps/lfc/services/LzStyleSheet.js M WEB-INF/lps/lfc/core/LzNode.as M WEB-INF/lps/server/src/org/openlaszlo/css/CSSHandler.javaM WEB-INF/lps/server/src/org/openlaszlo/compiler/ CanvasCompiler.java M WEB-INF/lps/server/src/org/openlaszlo/compiler/ CompilationEnvironment.java
M WEB-INF/lps/server/src/org/openlaszlo/compiler/NodeModel.java M WEB-INF/lps/server/src/org/openlaszlo/compiler/Compiler.javaA + WEB-INF/lps/server/src/org/openlaszlo/compiler/ StyleSheetCompiler.java
A + lps/utils/traits A + lps/utils/traits/cssable.lzx A + lps/components/utils/traits A + lps/components/utils/traits/cssable.lzx M lps/components/incubator/libflickr.lzx M lps/components/incubator/test/libflickr-test.lzx A + examples/css A + examples/css/test-haze.lzx A + examples/css/chocolate.css A + examples/css/berry.css A + examples/css/resources A + examples/css/resources/chocolate A + examples/css/resources/chocolate/logo.gnp A + examples/css/resources/chocolate/box.gnp A + examples/css/resources/berry A + examples/css/resources/berry/logo.gnp A + examples/css/resources/berry/box.gnp A + examples/css/resources/haze A + examples/css/resources/haze/logo.gnp A + examples/css/resources/haze/box.gnp A + examples/css/test-chocolate.lzx A + examples/css/test.lzx A + examples/css/test-berry.lzx A + examples/css/haze.css
patch.ben.MeFR.tgz
Description: Binary data
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
