There are no messages other than the standard:
000100 qx.core.Init: Load runtime: 100ms
demobr...dern.js (line 13207)
000124 qx.core.Init: Main runtime: 22ms
demobr...dern.js (line 13207)
000136 qx.core.Init: Finalize runtime: 10ms

I have grepped the source tree of the framework and the demobrowser
application for references to the word "console" and found a couple of
stray "console.log(...)" but nothing too serious. The output is below
if you're interested.

-deech

==DemoBrowser==
./demobrowser/Application.js:62:        qx.log.appender.Console;
./demobrowser/demo/mobile/ScaleImage.js:59:        // support
additional cross-browser console. Press F7 to toggle visibility
./demobrowser/demo/mobile/ScaleImage.js:60:        qx.log.appender.Console;
./demobrowser/demo/mobile/PingPong.js:59:        // support additional
cross-browser console. Press F7 to toggle visibility
./demobrowser/demo/mobile/PingPong.js:60:        qx.log.appender.Console;
./demobrowser/demo/mobile/Fingers.js:51:        // support additional
cross-browser console. Press F7 to toggle visibility
./demobrowser/demo/mobile/Fingers.js:52:        qx.log.appender.Console;
./demobrowser/demo/test/Touch.js:57:        // support additional
cross-browser console. Press F7 to toggle visibility
./demobrowser/demo/test/Touch.js:58:        qx.log.appender.Console;
./demobrowser/demo/ui/FiniteStateMachine.js:58:        // support
additional cross-browser console. Press F7 to toggle visibility
./demobrowser/demo/ui/FiniteStateMachine.js:59:        qx.log.appender.Console;
./demobrowser/demo/ui/WebFonts.js:39:        // support additional
cross-browser console. Press F7 to toggle visibility
./demobrowser/demo/ui/WebFonts.js:40:        qx.log.appender.Console;
./demobrowser/demo/bom/WebStorage.js:29:      console.log("Web Storage");
./demobrowser/demo/bom/Geolocation.js:52:        console.log(positionError);
./demobrowser/demo/bom/Video.js:129:        console.log('ended');
./demobrowser/demo/bom/HtmlArea.js:235:                    "Impact",
"Comic Sans MS", "Lucida Console" ];
./demobrowser/demo/virtual/ExtendedList.js:95:        // open the console
./demobrowser/demo/virtual/ExtendedList.js:96:
qx.log.appender.Console.show();
./demobrowser/demo/virtual/ListWithFilter.js:90:        // open the console
./demobrowser/demo/virtual/ListWithFilter.js:91:
qx.log.appender.Console.show();
./demobrowser/demo/virtual/ListWithFilter.js:92:        // push the
data in the console
./demobrowser/demo/widget/MenuBar.js:252:      var consoleCheckbox =
new qx.ui.menu.CheckBox("Show console");
./demobrowser/demo/widget/MenuBar.js:263:
consoleCheckbox.addListener("changeValue", this.debugCheckBox);
./demobrowser/demo/widget/MenuBar.js:271:      menu.add(consoleCheckbox);
./demobrowser/demo/widget/GroupBox.js:56:      box1.add(new
qx.ui.form.CheckBox("Show debugging console"));
./demobrowser/demo/widget/Menu.js:460:      var consoleCheckbox = new
qx.ui.menu.CheckBox("Show console");
./demobrowser/demo/widget/Menu.js:471:
consoleCheckbox.addListener("changeValue", this.debugCheckBox);
./demobrowser/demo/widget/Menu.js:479:      menu.add(consoleCheckbox);
./demobrowser/demo/widget/HtmlArea.js:237:
"Impact", "Comic Sans MS", "Lucida Console" ];
./demobrowser/demo/showcase/Translation.js:52:        // support
additional cross-browser console. Press F7 to toggle visibility
./demobrowser/demo/showcase/Translation.js:53:        qx.log.appender.Console;
./demobrowser/demo/showcase/Localization.js:58:        // support
additional cross-browser console. Press F7 to toggle visibility
./demobrowser/demo/showcase/Localization.js:59:        qx.log.appender.Console;
./demobrowser/demo/data/ListControllerWithFilter.js:101:        //
open the console
./demobrowser/demo/data/ListControllerWithFilter.js:102:
qx.log.appender.Console.show();
./demobrowser/demo/data/ListControllerWithFilter.js:103:        //
push the data in the console
./demobrowser/demo/data/ListControllerWithObjects.js:132:        //
open the console
./demobrowser/demo/data/ListControllerWithObjects.js:133:
qx.log.appender.Console.show();
./demobrowser/demo/data/ListController.js:96:        // open the console
./demobrowser/demo/data/ListController.js:97:
qx.log.appender.Console.show();
./demobrowser/demo/data/ListController.js:98:        // push the data
in the console
./demobrowser/demo/data/ExtendedList.js:103:        // open the console
./demobrowser/demo/data/ExtendedList.js:104:
qx.log.appender.Console.show();
./demobrowser/demo/data/ListControllerWith3Widgets.js:82:        //
open the console
./demobrowser/demo/data/ListControllerWith3Widgets.js:83:
qx.log.appender.Console.show();
./demobrowser/demo/data/ListControllerWith3Widgets.js:84:        //
push the data in the console
./demobrowser/demo/data/TreeController.js:108:        // push the data
in the consoleListController.html
./demobrowser/demo/data/ExtendedTree.js:88:        // push the data in
the consoleListController.html

==Framework==
./qx/theme/modern/Font.js:79:        [ "Lucida Console", "Monaco" ] :
./qx/test/performance/MMeasure.js:27:        console.profile(msg);
./qx/test/performance/MMeasure.js:36:        console.profileEnd(msg);
./qx/test/ui/virtual/performance/AbstractLayerTest.js:134:      if
(window.console && window.console.profile) console.profile(name + "; "
+ this.classname);
./qx/test/ui/virtual/performance/AbstractLayerTest.js:152:      if
(window.console && window.console.profile) console.profileEnd(name + "
" + this.classname);
./qx/test/ui/virtual/Axis.js:354:
//window.top.console.profile("setup (best case)");
./qx/test/ui/virtual/Axis.js:362:      //window.top.console.profileEnd();
./qx/test/ui/virtual/Axis.js:374:
//window.top.console.profile("setup (worst case)");
./qx/test/ui/virtual/Axis.js:382:      //window.top.console.profileEnd();
./qx/test/ui/virtual/Axis.js:394:
//window.top.console.profile("find (best case)");
./qx/test/ui/virtual/Axis.js:400:      //window.top.console.profileEnd();
./qx/test/ui/virtual/Axis.js:415:
//window.top.console.profile("find (worst case)");
./qx/test/ui/virtual/Axis.js:421:      //window.top.console.profileEnd();
./qx/test/data/singlevalue/Deep.js:258:      // log this binding in the console
./qx/ui/virtual/selection/CellRectangle.js:101:
//console.log("selecte range", item1, item2);
./qx/util/EditDistance.js:126:          // console.log("delete " +
dataA[posA-1] + ": " + (posA-1));
./qx/util/EditDistance.js:133:          // console.log("insert " +
dataB[posB-1] + " ein, in: " + (posA));
./qx/util/EditDistance.js:142:            // console.log("replace " +
dataA[posA-1] + " durch " + dataB[posB-1] + ".");
./qx/dev/Pollution.js:84:        "console",
./qx/dev/unit/TestLoaderInline.js:60:      qx.log.appender.Console;
./qx/log/appender/Console.js:66:        '.qxconsole
.messages{background:white;height:100%;width:100%;overflow:auto;}',
./qx/log/appender/Console.js:67:        '.qxconsole .messages
div{padding:0px 4px;}',
./qx/log/appender/Console.js:69:        '.qxconsole .messages
.user-command{color:blue}',
./qx/log/appender/Console.js:70:        '.qxconsole .messages
.user-result{background:white}',
./qx/log/appender/Console.js:71:        '.qxconsole
.me:./qx/dev/unit/TestLoader.js:60:      qx.log.appender.Console;
./qx/dev/unit/TestLoaderNative.js:60:      qx.log.appender.Console;
./qx/bom/element/Scroll.js:75:          // console.debug("Process: " +
parent.$$hash);
./qx/bom/element/Scroll.js:119:            // console.debug("Align left...");
./qx/bom/element/Scroll.js:126:            // console.debug("Align right...");
./qx/bom/element/Scroll.js:135:            // console.debug("Go Down...");
./qx/bom/element/Scroll.js:143:            // console.debug("Go Up...");
./qx/bom/element/Scroll.js:147:          // console.log("Scroll by: "
+ scrollDiff);
./qx/bom/element/Scroll.js:199:          // console.debug("Process: "
+ parent.$$hash);
./qx/bom/element/Scroll.js:243:            // console.debug("Align top...");
./qx/bom/element/Scroll.js:250:            // console.debug("Align bottom...");
./qx/bom/element/Scroll.js:259:            // console.debug("Go Down...");
./qx/bom/element/Scroll.js:267:            // console.debug("Go Up...");
./qx/log/appender/Console.js:28: * Feature-rich console appender for
the qooxdoo logging system.
./qx/log/appender/Console.js:36: * * Clearing the console using a button.
./qx/log/appender/Console.js:40:qx.Class.define("qx.log.appender.Console",
./qx/log/appender/Console.js:51:     * Initializes the console,
building HTML and pushing last
./qx/log/appender/Console.js:61:
'.qxconsole{z-index:10000;width:600px;height:300px;top:0px;right:0px;position:absolute;border-left:1px
solid black;color:black;border-bottom:1px solid
black;color:black;font-family:Consolas,Monaco,monospace;font-size:11px;line-height:1.2;}',
./qx/log/appender/Console.js:63:        '.qxconsole
.control{background:#cdcdcd;border-bottom:1px solid black;padding:4px
8px;}',
./qx/log/appender/Console.js:64:        '.qxconsole .control
a{text-decoration:none;color:black;}',

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to