gecko-dev/xpfe/components/console
2000-04-13 07:20:24 +00:00
..
macbuild Fix fragment name on Macintosh. 2000-04-03 07:27:34 +00:00
resources Rename interface constants from names like ERROR and STRICT, which evidently conflict with preprocessor defines on Windows. 2000-04-13 07:03:46 +00:00
.cvsignore ignore generated makefiles. 2000-04-01 10:08:39 +00:00
Makefile.in Define MOZ_COMPONENT_LIBS to resolve missing symbols. r=cls 2000-04-02 23:34:34 +00:00
makefile.win Switch from nsIScriptErrorLogger approach - having the Console Service support multiple factory interfaces for different kinds of console methods - to having a separate script error class. Per discussion with jband. 2000-03-30 09:40:11 +00:00
MANIFEST_IDL Not part of the build. IDL manifest for soon-to-be-landed mac project for js console. 2000-03-31 01:59:50 +00:00
nsConsoleMessage.cpp Make the console service threadsafe. Lock when logging messages, copying out the message array, registering and unregistering listeners, etc. Also proxy each registered listener to ensure that it is called only on the thread that registers it; hopefully this will make it safe to use javascript-implemented listeners even when error messages are logged on other threads. 2000-04-13 07:20:24 +00:00
nsConsoleMessage.h Switch from nsIScriptErrorLogger approach - having the Console Service support multiple factory interfaces for different kinds of console methods - to having a separate script error class. Per discussion with jband. 2000-03-30 09:40:11 +00:00
nsConsoleService.cpp Make the console service threadsafe. Lock when logging messages, copying out the message array, registering and unregistering listeners, etc. Also proxy each registered listener to ensure that it is called only on the thread that registers it; hopefully this will make it safe to use javascript-implemented listeners even when error messages are logged on other threads. 2000-04-13 07:20:24 +00:00
nsConsoleService.h Make the console service threadsafe. Lock when logging messages, copying out the message array, registering and unregistering listeners, etc. Also proxy each registered listener to ensure that it is called only on the thread that registers it; hopefully this will make it safe to use javascript-implemented listeners even when error messages are logged on other threads. 2000-04-13 07:20:24 +00:00
nsConsoleServiceModule.cpp Switch from nsIScriptErrorLogger approach - having the Console Service support multiple factory interfaces for different kinds of console methods - to having a separate script error class. Per discussion with jband. 2000-03-30 09:40:11 +00:00
nsIConsoleListener.idl Initial add of files to support a JavaScript console. 2000-03-25 04:23:31 +00:00
nsIConsoleMessage.idl Make the console service threadsafe. Lock when logging messages, copying out the message array, registering and unregistering listeners, etc. Also proxy each registered listener to ensure that it is called only on the thread that registers it; hopefully this will make it safe to use javascript-implemented listeners even when error messages are logged on other threads. 2000-04-13 07:20:24 +00:00
nsIConsoleService.idl Make the console service threadsafe. Lock when logging messages, copying out the message array, registering and unregistering listeners, etc. Also proxy each registered listener to ensure that it is called only on the thread that registers it; hopefully this will make it safe to use javascript-implemented listeners even when error messages are logged on other threads. 2000-04-13 07:20:24 +00:00
nsIScriptError.idl Rename interface constants from names like ERROR and STRICT, which evidently conflict with preprocessor defines on Windows. 2000-04-13 07:03:46 +00:00
nsScriptError.cpp fix for #34182. r=cls 2000-04-01 10:04:45 +00:00
nsScriptError.h Switch from nsIScriptErrorLogger approach - having the Console Service support multiple factory interfaces for different kinds of console methods - to having a separate script error class. Per discussion with jband. 2000-03-30 09:40:11 +00:00