This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
df59affbb81e1284db4ece252d583fa7a2a37089
Mozilla
/
mozilla
/
xpfe
/
components
/
console
History
scc%netscape.com
d2a7990448
making string conversions explicit
...
git-svn-id: svn://10.0.0.236/trunk@66364 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-18 23:53:10 +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
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
making string conversions explicit
2000-04-18 23:53:10 +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
…
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
Temporary add of needed define to fix bustage.
2000-04-18 03:07:38 +00:00
nsIScriptError.idl
Temporary definition of NS_SCRIPTERROR_CLASSNAME (until file removed) to stave off bustage.
2000-04-18 03:36:20 +00:00
nsScriptError.cpp
making string conversions explicit
2000-04-18 23:53:10 +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