Branch: refs/heads/master
Home: https://github.com/qooxdoo/qooxdoo
Commit: c00ce6893b50a4537a58edc3ac7dc0490fa98e3c
https://github.com/qooxdoo/qooxdoo/commit/c00ce6893b50a4537a58edc3ac7dc0490fa98e3c
Author: John Spackman <joh...@ze...>
Date: 2015-10-16 (Fri, 16 Oct 2015)
Changed paths:
M framework/source/class/qx/ui/form/DateField.js
Log Message:
-----------
prevent unnecessary exception for empty/null strings instead of relying
on exception handling; this makes debugging much easier (and is an
optimisation)
Commit: 2d0f9c4c5edac68083c62d38f1fe4c128780985a
https://github.com/qooxdoo/qooxdoo/commit/2d0f9c4c5edac68083c62d38f1fe4c128780985a
Author: John Spackman <joh...@ze...>
Date: 2015-10-16 (Fri, 16 Oct 2015)
Changed paths:
M framework/source/class/qx/bom/client/Plugin.js
Log Message:
-----------
avoid unnecessary exception
Commit: c7b7e3afaa83c8e628e484ad87e0e9ef46a7cc79
https://github.com/qooxdoo/qooxdoo/commit/c7b7e3afaa83c8e628e484ad87e0e9ef46a7cc79
Author: John Spackman <joh...@ze...>
Date: 2015-10-16 (Fri, 16 Oct 2015)
Changed paths:
M framework/source/class/qx/data/controller/Form.js
Log Message:
-----------
improve debug logging to include the call stack
Commit: 6500c37af374bc5941dc31c8835da850c5450eef
https://github.com/qooxdoo/qooxdoo/commit/6500c37af374bc5941dc31c8835da850c5450eef
Author: John Spackman <joh...@ze...>
Date: 2015-11-19 (Thu, 19 Nov 2015)
Changed paths:
M framework/source/class/qx/event/handler/Focus.js
Log Message:
-----------
these exceptions make it impossible to debug with "break on all exceptions" on IE, this commit adds simple detection to prevent them
Commit: b03c4cf6a69560d90b839752d30cac6dca8cd7cc
https://github.com/qooxdoo/qooxdoo/commit/b03c4cf6a69560d90b839752d30cac6dca8cd7cc
Author: Tobias Oetiker <to...@oe...>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M framework/source/class/qx/bom/client/Plugin.js
M framework/source/class/qx/event/handler/Focus.js
M framework/source/class/qx/ui/form/DateField.js
Log Message:
-----------
Merge pull request #153 from johnspackman/prevent-unnecessary-exceptions
Making debugging easier - prevent unnecessary exceptions
Compare: https://github.com/qooxdoo/qooxdoo/compare/0d0dee509407...b03c4cf6a695 |