Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

4874 by briangoetz on 07 January 2009, 11:16:04 -0800 (7 hours ago) Make Review Commit r4873 to franca branch (Progress JFXC-2458 -- apply Jan Sterba's patch to SimpleInterpolator, enabling getting rid of Numerics class, and instead relying on downstream Number mangling.)

branches/franca/src/share/classes/com/sun/javafx/runtime/Numerics.java 4874 history deleted

branches/franca/src/share/classes/javafx/animation/SimpleInterpolator.fx 4874 history download (+27 -28) diffs

4873 by briangoetz on 07 January 2009, 09:25:47 -0800 (9 hours ago) Make Review Progress JFXC-2458 -- apply Jan Sterba's patch to SimpleInterpolator, enabling getting rid of Numerics class, and instead relying on downstream Number mangling.

trunk/src/share/classes/javafx/animation/SimpleInterpolator.fx 4873 history download (+27 -28) diffs

trunk/src/share/classes/com/sun/javafx/runtime/Numerics.java 4873 history deleted

trunk/src/share/classes/com/sun/javafx/runtime/location/BoundOperators.java 4873 history download (+4 -7) diffs

4872 by rfield on 07 January 2009, 00:52:37 -0800 (18 hours ago) Make Review Fix JFXC-2603 : javadump generated for binding XX[] to XX
more generally, deal with all conversions from bound object to bound sequence.
with regression test.

trunk/test/regress/jfxc2602b.fx 4872 history download (+1 -1) diffs

trunk/test/regress/jfxc2603.fx.EXPECTED 4872 history download (+5) new

trunk/test/regress/jfxc2603.fx 4872 history download (+22) new

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToBound.java 4872 history download (+42 -29) diffs

4871 by rfield on 06 January 2009, 23:42:31 -0800 (19 hours ago) Make Review Fix JFXC-2613 : protected access not properly analyzed in the face of multiple inheritance
this also required fixing subtype testing for generic classes.
these fixes fix the additional failing case fo…

trunk/test/regress/jfxc2602b.fx 4871 history download (+13) new

trunk/src/share/classes/com/sun/tools/javafx/code/JavafxTypes.java 4871 history download (+6 -1) diffs

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxResolve.java 4871 history download (+2 -2) diffs

trunk/test/functional/should-fail/AccessModifiersTest.fx.EXPECTED 4871 history download (+1 -10) diffs

trunk/test/regress/jfxc2613.fx 4871 history download (+13) new

4870 by JimHolmlund on 06 January 2009, 14:30:01 -0800 (28 hours ago) Make Review Fix JFXC-2564: BrickBreaker won't compile; This is trunk rev 4836.

branches/franca/test/regress/jfxc2564.fx 4870 history download (+21) new

branches/franca/test/regress/jfxc2564.fx.EXPECTED 4870 history download (+1) new

branches/franca/src/share/classes/com/sun/tools/javafx/comp/JavafxAttr.java 4870 history download (+2 -2) diffs

4869 by tball on 06 January 2009, 13:01:52 -0800 (30 hours ago) Make Review Tagged from openjfx-compiler #3266

tags/m8 4869 history download (+0) new

4868 by rfield on 06 January 2009, 12:45:54 -0800 (30 hours ago) Make Review Fix JFXC-2606 :  Compiler error returing an if expr that has a throw in the else part
caused by bollixed-up translation state. fixed by the below reorg. test added

Fix JFXC-2610 : Regularize and loca…

trunk/test/regress/jfxc2606.fx 4868 history download (+16) new

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java 4868 history download (+250 -336) diffs

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToBound.java 4868 history download (+7 -7) diffs

4866 by sgw on 06 January 2009, 07:31:19 -0800 (35 hours ago) Make Review JFXC-2393 Documentaion updates for isSameObject and isInitialized

trunk/src/share/classes/javafx/lang/FX.java 4866 history download (+8 -0) diffs

trunk/src/share/classes/javafx/lang/Builtins.java 4866 history download (+8 -0) diffs

4865 by mauriziocima on 06 January 2009, 04:23:08 -0800 (38 hours ago) Make Review Fixed JFXC-1151:  "x is already defined" is detected too late
Changed block attribution code,  added regression test

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxAttr.java 4865 history download (+7 -6) diffs

4864 by mauriziocima on 06 January 2009, 04:22:35 -0800 (38 hours ago) Make Review Fixed JFXC-1151:  "x is already defined" is detected too late
Changed block attribution code,  added regression test

trunk/test/should-fail/jfxc1151.fx 4864 history download (+9) new

trunk/test/should-fail/jfxc1151.fx.EXPECTED 4864 history download (+4) new

4862 by briangoetz on 05 January 2009, 19:23:20 -0800 (47 hours ago) Make Review JFXC-2500 and JFXC-2503 -- static footprint reduction.  Eliminate some unused classes (CartesianProduct and friends); reduce size of numeric locaion conversion wrappers; eliminate unmodifiableXxx() lo…

trunk/attic/com 4862 history download (+0) new

trunk/src/share/classes/com/sun/javafx/runtime/sequence/CartesianProduct2D.java 4862 history deleted

trunk/attic/com/sun/javafx/runtime/sequence/CartesianProduct.java 4862 history download (+95) new/moved

trunk/src/share/classes/com/sun/javafx/runtime/location/Locations.java 4862 history download (+133 -1188) diffs

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToBound.java 4862 history download (+9 -7) diffs

… 10 more files in changeset.
4861 by rfield on 05 January 2009, 18:17:05 -0800 (48 hours ago) Make Review Fix JFXC-2602 : Overriding a protected var in a different package fails

trunk/test/regress/sub2602/jfxc2602base.fx 4861 history download (+10) new

trunk/test/regress/sub2602 4861 history download (+0) new

trunk/test/regress/jfxc2602.fx 4861 history download (+12) new

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxAttr.java 4861 history download (+1 -1) diffs

4860 by bchristi on 05 January 2009, 14:05:58 -0800 (53 hours ago) Make Review Fixed JFXC-2544 : Animation: Zero frame not setup correctly

branches/franca/test/regress/jfxc2544.fx.EXPECTED 4860 history download (+6) new

branches/franca/src/share/classes/javafx/animation/Timeline.fx 4860 history download (+2 -2) diffs

branches/franca/test/regress/jfxc2544.fx 4860 history download (+40) new

4859 by bchristi on 05 January 2009, 13:20:22 -0800 (53 hours ago) Make Review Fixed JFXC-2544 : Animation: Zero frame not setup correctly

trunk/src/share/classes/javafx/animation/Timeline.fx 4859 history download (+2 -2) diffs

trunk/test/regress/jfxc2544.fx 4859 history download (+40) new

trunk/test/regress/jfxc2544.fx.EXPECTED 4859 history download (+6) new

4858 by rfield on 05 January 2009, 11:26:09 -0800 (55 hours ago) Make Review Fix JFXC-2026 : Elide unassigned and externally unassignable member vars
Fix JFXC-2103 : Elide object literal inited and public-init initable member vars
optimization -- don't turn things into Locatio…

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxVarUsageAnalysis.java 4858 history download (+7 -3) diffs

trunk/test/currently-failing/jfxc2026.fx 4858 history deleted

trunk/test/regress/jfxc2026.fx.EXPECTED 4858 history download (+18) new/moved

trunk/test/regress/jfxc2026.fx 4858 history download (+14) new/moved

trunk/src/share/classes/com/sun/tools/javafx/tree/JFXInterpolateValue.java 4858 history download (+5 -2) diffs

… 7 more files in changeset.
4857 by sgw on 05 January 2009, 10:54:36 -0800 (56 hours ago) Make Review JFXC-2323 Do not throw FXExit from RuntimeProvider.exit() Reviewed & Approved by Brian G

trunk/src/share/classes/com/sun/javafx/runtime/Entry.java 4857 history download (+0 -1) diffs

4856 by bothner on 05 January 2009, 06:33:49 -0800 (60 hours ago) Make Review More testing of "sequence sharing" (lazy-copying), specifically
that when we take a slaice of a sequence and then modify either
the slice or the original that the other (original or slice)
isn't chang…

trunk/test/functional/sequences/SeqCopy.fx.EXPECTED 4856 history download (+5 -0) diffs

trunk/test/functional/sequences/SeqCopy.fx 4856 history download (+15 -0) diffs

4855 by rfield on 03 January 2009, 22:24:18 -0800 (3 days ago) Make Review Fix JFXC-2592 : KeyFrame/Value retranslation hack blocks elision
complete removal of retransformation hack.
unify Instanciation translation with new KeyFrame/Value translation.
remove final retransfor…

trunk/test/currently-failing/jfxc1087run.fx.EXPECTED 4855 history deleted

trunk/test/currently-failing/jfxc1087run.fx 4855 history deleted

trunk/src/share/classes/com/sun/tools/javafx/antlr/AbstractGeneratedParserV4.java 4855 history download (+0 -2) diffs

trunk/test/regress/jfxc1087run.fx 4855 history download (+18) new/moved

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java 4855 history download (+58 -44) diffs

… 2 more files in changeset.
4854 by rfield on 03 January 2009, 20:04:06 -0800 (3 days ago) Make Review Progress JFXC-2592 : KeyFrame/Value retranslation hack blocks elision
fix JFXKeyFrameLiteral to KeyFrame translation

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java 4854 history download (+41 -39) diffs

4853 by rfield on 03 January 2009, 19:18:06 -0800 (3 days ago) Make Review Progress JFXC-2592 : KeyFrame/Value retranslation hack blocks elision
fix InterpolateValue to KeyValue translation

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java 4853 history download (+66 -53) diffs

4852 by rfield on 03 January 2009, 17:40:21 -0800 (4 days ago) Make Review Progress JFXC-2592 : KeyFrame/Value retranslation hack blocks elision
restructure InstanciateTranslator so that the new super-class can be used directly by KeyFrame/Value.

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxToJava.java 4852 history download (+129 -82) diffs

4851 by rfield on 02 January 2009, 16:19:42 -0800 (5 days ago) Make Review Add EXPECTED file missing from below commit --
Fixed JFXC-1952 : public-read allows subclass to override var
Fixed JFXC-2137 : def allows subclass to override var
and thus
Fixed  JFXC-2293 :  Umbrella…

trunk/test/should-fail/jfxc2293.fx.EXPECTED 4851 history download (+18) new

4850 by rfield on 02 January 2009, 13:21:28 -0800 (5 days ago) Make Review Fixed JFXC-1952 : public-read allows subclass to override var
Fixed JFXC-2137 : def allows subclass to override var
and thus
Fixed  JFXC-2293 :  Umbrella: variable override restrictions
error messages…

trunk/src/share/classes/com/sun/tools/javafx/util/MsgSym.java 4850 history download (+2 -0) diffs

trunk/src/share/classes/com/sun/tools/javafx/comp/JavafxCheck.java 4850 history download (+1 -1) diffs

trunk/test/should-fail/jfxc2293.fx 4850 history download (+18) new

trunk/test/should-fail/jfxc2293base.fx 4850 history download (+11) new

trunk/src/share/classes/com/sun/tools/javafx/resources/javafxcompiler.properties 4850 history download (+4 -0) diffs

… 1 more file in changeset.
4849 by ksrini on 31 December 2008, 15:00:38 -0800 (7 days ago) Make Review Fixed: JFXC-2471 javafxc -version in 1.0.1 b01

Details:
1. Refactored build scheme, such that each of the launcher's version
  can be set separately, using its own resource file.
2. Added system pr…

branches/franca/test/src/launchers 4849 history download (+0) new

branches/franca/launcher/bin/javafx.exe 4849 history download

branches/franca/src/share/classes/com/sun/javafx/runtime/version.txt 4849 history deleted

branches/franca/src/bin/javafx 4849 history download (+3 -1) diffs

branches/franca/test/src/launchers/VersionTest.java 4849 history download (+381) new

… 13 more files in changeset.
4848 by ksrini on 31 December 2008, 14:35:41 -0800 (7 days ago) Make Review Fixed: JFXC-2471 javafxc -version in 1.0.1 b01

Details:
1. Refactored build scheme, such that each of the launcher's version
  can be set separately, using its own resource file.
2. Added system pr…

trunk/javafxdoc/src/com/sun/tools/javafxdoc/Start.java 4848 history download (+38 -0) diffs

trunk/src/share/classes/com/sun/tools/javafx/resources/version.properties-template 4848 history deleted

trunk/test/src/launchers/VersionTest.java 4848 history download (+381) new

trunk/src/share/classes/com/sun/javafx/runtime/version.txt 4848 history deleted

trunk/launcher/src/configuration.cpp 4848 history download (+10 -3) diffs

… 13 more files in changeset.
4847 by ashusherov on 31 December 2008, 09:14:07 -0800 (7 days ago) Make Review Testing sequences containing elements of new numeric types.

trunk/test/features/F26-numerics/VarScopes.fx 4847 history download (+134 -33) diffs

trunk/test/features/F26-numerics/Sequences.fx 4847 history download (+145) new

4845 by bothner on 28 December 2008, 21:52:09 -0800 (9 days ago) Make Review Various small fixes and improvements.

trunk/src/share/classes/javafx/reflect/package-info.java 4845 history download (+41 -34) diffs

earlier earlier | later later