Created
May 3, 2016 15:12
-
-
Save neurobashing/b88e0a2b5f9ff164960106422b17f1ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2016-05-03 11:11:58,718] [INFO] Startup: Welcome to Komodo IDE 10.0.0-alpha1 build 89034 (platform macosx, running on Darwin 15.4.0 version Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64) | |
[2016-05-03 11:11:58,718] [INFO] Startup: /Applications/Komodo IDE 10.app/Contents/MacOS/komodo built on Mon May 2 01:56:48 2016 | |
[2016-05-03 11:11:58,817] [WARNING] koInitService: Unable to determine the current locale settings, defaulting to mac-roman | |
[2016-05-03 11:11:59,070] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in resource://gre/modules/Preferences.jsm:381 | |
[2016-05-03 11:11:59,075] [WARNING] console-logger: Trying to re-register CID '{4e5c9764-d465-4fef-ae24-8032f257d174}' already registered by file:///Users/greggt/Library/Application%20Support/KomodoIDE/10.0/XRE/extensions/[email protected]/components/pyShell.py. (1) in file:///Users/greggt/Library/Application%20Support/KomodoIDE/10.0/XRE/extensions/[email protected]/components/component.manifest:2 | |
[2016-05-03 11:11:59,076] [WARNING] console-logger: Ignoring obsolete chrome registration modifier 'xpcnativewrappers=no'. (1) in file:///Users/greggt/Library/Application%20Support/KomodoIDE/10.0/XRE/extensions/[email protected]/chrome.manifest:16 | |
[2016-05-03 11:11:59,121] [WARNING] root: ko.logging has been converted to a CommonJS module; use require("ko/logging") instead (since Komodo 9.0.0a1). | |
@chrome://komodo/content/komodo.js:15:1 | |
[2016-05-03 11:11:59,365] [ERROR] console-logger: TypeError: xtk.Controller is not a constructor (2) in chrome://profiler/content/profiler-overlay.js:86 | |
Traceback (most recent call last): | |
File "chrome://profiler/content/profiler-overlay.js", line 86, in | |
[2016-05-03 11:11:59,371] [ERROR] console-logger: TypeError: xtk.Controller is not a constructor (2) in chrome://publishing/content/publishing.js:214 | |
Traceback (most recent call last): | |
File "chrome://publishing/content/publishing.js", line 214, in | |
[2016-05-03 11:11:59,536] [ERROR] console-logger: bad script XDR magic number (0) in :0 | |
Traceback (most recent call last): | |
File "", line 0, in | |
[2016-05-03 11:11:59,656] [WARNING] keybindings: [Shift+Down] was used for 'cmd_selectLineNext', overriding to use 'cmd_selectLineNext' | |
[2016-05-03 11:11:59,657] [WARNING] keybindings: [Ctrl+Shift+Right] was used for 'cmd_endOfWordExtend', overriding to use 'cmd_selectRectCharNext' | |
[2016-05-03 11:11:59,657] [WARNING] keybindings: [Ctrl+Shift+Left] was used for 'cmd_selectWordLeft', overriding to use 'cmd_selectRectCharPrevious' | |
[2016-05-03 11:12:00,552] [ERROR] view.editor: | |
-- EXCEPTION START -- | |
TypeError: xtk.domutils is undefined | |
+ stack | |
set_koDoc@vieweditor:271:17 | |
initWithDocument@vieweditor:384:13 | |
setState@viewtabbedlist:421:25 | |
setState@viewmultiview:458:21 | |
this._restoreWindowWorkspace@chrome://komodo/content/workspace.js:446:17 | |
view_restoreWorkspace@chrome://komodo/content/workspace.js:225:1 | |
ko_workspace_restore@chrome://komodo/content/workspace.js:90:13 | |
onloadDelay@chrome://komodo/content/komodo.js:399:9 | |
window.onload/<@chrome://komodo/content/komodo.js:538:13 | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:00,580] [ERROR] view.multiview: | |
-- EXCEPTION START -- | |
TypeError: xtk.domutils is undefined | |
+ stack | |
setState@viewtabbedlist:422:25 | |
setState@viewmultiview:458:21 | |
this._restoreWindowWorkspace@chrome://komodo/content/workspace.js:446:17 | |
view_restoreWorkspace@chrome://komodo/content/workspace.js:225:1 | |
ko_workspace_restore@chrome://komodo/content/workspace.js:90:13 | |
onloadDelay@chrome://komodo/content/komodo.js:399:9 | |
window.onload/<@chrome://komodo/content/komodo.js:538:13 | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:00,688] [ERROR] workspace: Error restoring workspace: | |
-- EXCEPTION START -- | |
TypeError: xtk.domutils is undefined | |
+ stack | |
this.initializeEssentials@chrome://komodo/content/workspace.js:519:5 | |
this._restoreWindowWorkspace@chrome://komodo/content/workspace.js:453:9 | |
view_restoreWorkspace@chrome://komodo/content/workspace.js:225:1 | |
ko_workspace_restore@chrome://komodo/content/workspace.js:90:13 | |
onloadDelay@chrome://komodo/content/komodo.js:399:9 | |
window.onload/<@chrome://komodo/content/komodo.js:538:13 | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:00,693] [ERROR] ko.main: | |
-- EXCEPTION START -- | |
TypeError: xtk.domutils is undefined | |
+ stack | |
this.initializeEssentials@chrome://komodo/content/workspace.js:519:5 | |
ko_workspace_restore@chrome://komodo/content/workspace.js:143:9 | |
onloadDelay@chrome://komodo/content/komodo.js:399:9 | |
window.onload/<@chrome://komodo/content/komodo.js:538:13 | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:00,722] [INFO] koInitService: Adding pre startup service for 'koFileStatusService': '@activestate.com/koFileStatusService;1' | |
[2016-05-03 11:12:00,857] [ERROR] console-logger: bad script XDR magic number (0) in :0 | |
Traceback (most recent call last): | |
File "", line 0, in | |
[2016-05-03 11:12:00,865] [ERROR] console-logger: TypeError: xtk.domutils is undefined (2) in chrome://breadcrumbs/content/sdk/breadcrumbs.js:211 | |
Traceback (most recent call last): | |
File "chrome://breadcrumbs/content/sdk/breadcrumbs.js", line 211, in | |
[2016-05-03 11:12:01,005] [ERROR] console-logger: TypeError: xtk.domutils is undefined (2) in chrome://komodo/content/komodo.js:425 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/komodo.js", line 425, in | |
[2016-05-03 11:12:02,099] [ERROR] koPlaceTreeView: handleCallback: callback post_refreshTreeOnOpen | |
Traceback (most recent call last): | |
File "/Applications/Komodo IDE 10.app/Contents/Resources/distribution/bundles/[email protected]/components/koPlaceTreeView.py", line 2421, in handleCallback | |
getattr(self, callback)(rv, requestID) | |
File "/Applications/Komodo IDE 10.app/Contents/Resources/distribution/bundles/[email protected]/components/koPlaceTreeView.py", line 1451, in post_refreshTreeOnOpen | |
"") | |
File "<XPCOMObject method 'callback'>", line 3, in callback | |
Exception: 2153185313 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS) | |
[2016-05-03 11:12:02,103] [ERROR] console-logger: While trying to require("scope-shell-npm/npm"): (0) in chrome://komodo/content/jetpack.js:156 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 156, in | |
[2016-05-03 11:12:02,105] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in chrome://komodo/content/jetpack.js:157 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 157, in | |
[2016-05-03 11:12:02,108] [ERROR] console-logger: @chrome://scope-shell-npm/content/sdk/npm.js:6:23 | |
@chrome://scope-shell-npm/content/sdk/npm.js:1:1 | |
require@chrome://komodo/content/jetpack.js:154:20 | |
loadIntoWindow@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:9:9 | |
windowListener.onOpenWindow/onLoad/<@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:28:44 | |
notify@resource://gre/modules/commonjs/sdk/timers.js:40:9 | |
(0) in chrome://komodo/content/jetpack.js:160 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 160, in | |
[2016-05-03 11:12:02,110] [ERROR] console-logger: Commando: Exception while registering scope 'Shell - NPM' (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:11 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 11, in | |
[2016-05-03 11:12:02,113] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:12 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 12, in | |
[2016-05-03 11:12:02,152] [ERROR] console-logger: While trying to require("scope-shell-cordova/cordova"): (0) in chrome://komodo/content/jetpack.js:156 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 156, in | |
[2016-05-03 11:12:02,156] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in chrome://komodo/content/jetpack.js:157 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 157, in | |
[2016-05-03 11:12:02,158] [ERROR] console-logger: @chrome://scope-shell-cordova/content/sdk/cordova.js:5:23 | |
@chrome://scope-shell-cordova/content/sdk/cordova.js:1:1 | |
require@chrome://komodo/content/jetpack.js:154:20 | |
loadIntoWindow@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:9:9 | |
windowListener.onOpenWindow/onLoad/<@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:28:44 | |
notify@resource://gre/modules/commonjs/sdk/timers.js:40:9 | |
(0) in chrome://komodo/content/jetpack.js:160 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 160, in | |
[2016-05-03 11:12:02,161] [ERROR] console-logger: Commando: Exception while registering scope 'Shell - Cordova' (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:11 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 11, in | |
[2016-05-03 11:12:02,165] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:12 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 12, in | |
[2016-05-03 11:12:02,169] [ERROR] console-logger: While trying to require("scope-shell-grunt/grunt"): (0) in chrome://komodo/content/jetpack.js:156 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 156, in | |
[2016-05-03 11:12:02,172] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in chrome://komodo/content/jetpack.js:157 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 157, in | |
[2016-05-03 11:12:02,175] [ERROR] console-logger: @chrome://scope-shell-grunt/content/sdk/grunt.js:6:23 | |
@chrome://scope-shell-grunt/content/sdk/grunt.js:1:1 | |
require@chrome://komodo/content/jetpack.js:154:20 | |
loadIntoWindow@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:9:9 | |
windowListener.onOpenWindow/onLoad/<@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:28:44 | |
notify@resource://gre/modules/commonjs/sdk/timers.js:40:9 | |
(0) in chrome://komodo/content/jetpack.js:160 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 160, in | |
[2016-05-03 11:12:02,178] [ERROR] console-logger: Commando: Exception while registering scope 'Shell - Grunt' (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:11 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 11, in | |
[2016-05-03 11:12:02,181] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:12 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 12, in | |
[2016-05-03 11:12:02,184] [ERROR] console-logger: While trying to require("scope-shell-gulp/gulp"): (0) in chrome://komodo/content/jetpack.js:156 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 156, in | |
[2016-05-03 11:12:02,187] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in chrome://komodo/content/jetpack.js:157 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 157, in | |
[2016-05-03 11:12:02,190] [ERROR] console-logger: @chrome://scope-shell-gulp/content/sdk/gulp.js:6:23 | |
@chrome://scope-shell-gulp/content/sdk/gulp.js:1:1 | |
require@chrome://komodo/content/jetpack.js:154:20 | |
loadIntoWindow@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:9:9 | |
windowListener.onOpenWindow/onLoad/<@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:28:44 | |
notify@resource://gre/modules/commonjs/sdk/timers.js:40:9 | |
(0) in chrome://komodo/content/jetpack.js:160 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 160, in | |
[2016-05-03 11:12:02,193] [ERROR] console-logger: Commando: Exception while registering scope 'Shell - Gulp' (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:11 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 11, in | |
[2016-05-03 11:12:02,196] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:12 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 12, in | |
[2016-05-03 11:12:02,201] [ERROR] console-logger: While trying to require("scope-shell-phonegap/phonegap"): (0) in chrome://komodo/content/jetpack.js:156 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 156, in | |
[2016-05-03 11:12:02,203] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in chrome://komodo/content/jetpack.js:157 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 157, in | |
[2016-05-03 11:12:02,206] [ERROR] console-logger: @chrome://scope-shell-phonegap/content/sdk/phonegap.js:5:23 | |
@chrome://scope-shell-phonegap/content/sdk/phonegap.js:1:1 | |
require@chrome://komodo/content/jetpack.js:154:20 | |
loadIntoWindow@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:9:9 | |
windowListener.onOpenWindow/onLoad/<@jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:28:44 | |
notify@resource://gre/modules/commonjs/sdk/timers.js:40:9 | |
(0) in chrome://komodo/content/jetpack.js:160 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/jetpack.js", line 160, in | |
[2016-05-03 11:12:02,211] [ERROR] console-logger: Commando: Exception while registering scope 'Shell - PhoneGap' (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:11 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 11, in | |
[2016-05-03 11:12:02,214] [ERROR] console-logger: Module `scope-shell/shell` is not found at resource://gre/modules/commonjs/scope-shell/shell.js (0) in resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js:12 | |
Traceback (most recent call last): | |
File "resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/extensions/[email protected]!/bootstrap.js", line 12, in | |
[2016-05-03 11:12:02,322] [ERROR] console-logger: TypeError: xtk.domutils is undefined (2) in chrome://komodo-places/content/places.js:2110 | |
Traceback (most recent call last): | |
File "chrome://komodo-places/content/places.js", line 2110, in | |
[2016-05-03 11:12:03,638] [ERROR] commands: doing _updateCommand: cmd_showHideMinimap: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "this.currentView is null" {file: "chrome://komodo/content/views.js" line: 2431}]'[JavaScript Error: "this.currentView is null" {file: "chrome://komodo/content/views.js" line: 2431}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "this.currentView is null" {file: "chrome://komodo/content/views.js" line: 2431}]'...257 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,647] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_1: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,651] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_2: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,655] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_3: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,659] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_4: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,664] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_5: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,668] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_6: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,672] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_7: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,677] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_8: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,681] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_9: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,686] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_0: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,760] [ERROR] commands: doing _updateCommand: cmd_showHideMinimap: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "this.currentView is null" {file: "chrome://komodo/content/views.js" line: 2431}]'[JavaScript Error: "this.currentView is null" {file: "chrome://komodo/content/views.js" line: 2431}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "this.currentView is null" {file: "chrome://komodo/content/views.js" line: 2431}]'...257 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,769] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_1: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,773] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_2: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,776] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_3: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,781] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_4: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,785] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_5: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,789] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_6: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,793] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_7: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,799] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_8: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,804] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_9: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,808] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_0: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:03,996] [ERROR] commands: doing _updateCommand: cmd_showHideMinimap: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "this.currentView is null" {file: "chrome://komodo/content/views.js" line: 2431}]'[JavaScript Error: "this.currentView is null" {file: "chrome://komodo/content/views.js" line: 2431}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "this.currentView is null" {file: "chrome://komodo/content/views.js" line: 2431}]'...257 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,005] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_1: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,009] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_2: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,013] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_3: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,017] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_4: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,021] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_5: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,026] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_6: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,030] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_7: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,035] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_8: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,040] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_9: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,044] [ERROR] commands: doing _updateCommand: cmd_goToQuickBookmark_0: | |
-- EXCEPTION START -- | |
[Exception... "[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]'[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" line: 164}]' when calling method: [nsIController::isCommandEnabled]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72" data: yes] | |
+ QueryInterface (function) 3 lines | |
+ message (string) '[JavaScript Error: "docState.hasPref is not a function" {file: "chrome://komodo/content/editor.js" l'...277 chars | |
+ result (number) 2153185313 | |
+ name (string) 'NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS' | |
+ filename (string) 'chrome://komodo/content/library/commands.js' | |
+ lineNumber (number) 72 | |
+ columnNumber (number) 0 | |
+ location (object) JS frame :: chrome://komodo/content/library/commands.js :: _command_updateCommand :: line 72 | |
| + QueryInterface (function) 3 lines | |
| + language (number) 2 | |
| + languageName (string) 'JavaScript' | |
| + filename (string) 'chrome://komodo/content/library/commands.js' | |
| + name (string) '_command_updateCommand' | |
| + lineNumber (number) 72 | |
| + columnNumber (number) 22 | |
| + sourceLine (string) '' | |
| + caller (object) JS frame :: chrome://komodo/content/library/commands.js :: command_updateCommandset/commandset._updateTimer< :: line 99 | |
| + formattedStack (string) '_command_updateCommand@chrome://komodo/content/library/commands.js:72:22 | |
command_updateCommandset/commandset._updateTimer<@chrome://komodo/content/library/commands.js:99:21 | |
' | |
| + inner (object) null | |
| + data (object) [xpconnect wrapped nsISupports] | |
| + QueryInterface (function) 3 lines | |
| + initialize (function) 3 lines | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:04,059] [ERROR] console-logger: TypeError: this.currentView is null (2) in chrome://komodo/content/views.js:2431 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/views.js", line 2431, in | |
[2016-05-03 11:12:04,062] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,065] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,068] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,072] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,075] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,079] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,083] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,088] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,091] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,094] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,099] [ERROR] console-logger: TypeError: this.currentView is null (2) in chrome://komodo/content/views.js:2431 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/views.js", line 2431, in | |
[2016-05-03 11:12:04,103] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,106] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,109] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,112] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,116] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,119] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,123] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,126] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,128] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,132] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,135] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361 | |
[2016-05-03 11:12:04,136] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366 | |
[2016-05-03 11:12:04,163] [ERROR] console-logger: TypeError: this.currentView is null (2) in chrome://komodo/content/views.js:2431 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/views.js", line 2431, in | |
[2016-05-03 11:12:04,173] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,176] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,179] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,182] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,185] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,190] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,194] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,199] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,204] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,207] [ERROR] console-logger: TypeError: docState.hasPref is not a function (2) in chrome://komodo/content/editor.js:164 | |
Traceback (most recent call last): | |
File "chrome://komodo/content/editor.js", line 164, in | |
[2016-05-03 11:12:04,216] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:361 | |
[2016-05-03 11:12:04,216] [WARNING] console-logger: Empty string passed to getElementById(). (1) in chrome://global/content/bindings/richlistbox.xml:366 | |
[2016-05-03 11:12:04,279] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in file:///Applications/Komodo%20IDE%2010.app/Contents/Resources/components/koamAddonManager.js:138 | |
[2016-05-03 11:12:07,186] [ERROR] uilayout: | |
-- EXCEPTION START -- | |
TypeError: xtk.domutils is undefined | |
+ stack | |
uilayout_togglePane@chrome://komodo/content/library/uilayout.js:539:1 | |
handlers.cmd_viewLeftPane@chrome://komodo/content/library/controller.js:13:36 | |
broadcasterController.prototype.doCommand@chrome://komodo/content/library/controller.js:113:20 | |
command_doCommand@chrome://komodo/content/library/commands.js:239:1 | |
command_doCommandAsync/<@chrome://komodo/content/library/commands.js:196:13 | |
-- EXCEPTION END -- | |
[2016-05-03 11:12:08,040] [ERROR] uilayout: | |
-- EXCEPTION START -- | |
TypeError: xtk.domutils is undefined | |
+ stack | |
uilayout_togglePane@chrome://komodo/content/library/uilayout.js:539:1 | |
handlers.cmd_viewLeftPane@chrome://komodo/content/library/controller.js:13:36 | |
broadcasterController.prototype.doCommand@chrome://komodo/content/library/controller.js:113:20 | |
command_doCommand@chrome://komodo/content/library/commands.js:239:1 | |
command_doCommandAsync/<@chrome://komodo/content/library/commands.js:196:13 | |
-- EXCEPTION END -- | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment