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
ca0f9533c52a8210d58a0ed6f8327ea95e33c00a
Mozilla
/
mozilla
/
embedding
/
components
/
windowwatcher
/
src
History
bryner%brianryner.com
eeddf02bde
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@148257 18797224-902f-48f8-a5cc-f745e15eee43
2003-10-22 06:09:48 +00:00
..
Makefile.in
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
nsDialogParamBlock.cpp
Bug 179798 cookie confirm dialog no longer works in embedding (doesn't call nsIPrompt service)
2003-01-22 05:52:33 +00:00
nsDialogParamBlock.h
Bug 179798 cookie confirm dialog no longer works in embedding (doesn't call nsIPrompt service)
2003-01-22 05:52:33 +00:00
nsPrompt.cpp
…
nsPrompt.h
…
nsPromptService.cpp
Set check value in ConfirmCheck even if cancel is pressed. b=218021 r=adamlock sr=bzbarsky
2003-09-17 17:51:33 +00:00
nsPromptService.h
…
nsWindowWatcher.cpp
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
nsWindowWatcher.h
…
nsWWJSUtils.cpp
Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com
2003-06-24 21:43:01 +00:00
nsWWJSUtils.h
…