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
3ec00cae5618de227f53568f9df1d88c028eac2d
Mozilla
/
mozilla
/
embedding
/
components
/
windowwatcher
/
src
History
jst%mozilla.jstenback.com
803e4eb910
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
...
git-svn-id: svn://10.0.0.236/trunk@151115 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-09 23:54:21 +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
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:32:55 +00:00
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
General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org
2004-01-09 23:54:21 +00:00
nsWindowWatcher.h
prevent untrusted script from opening modal windows in general while still allowing alerts and the like. bug 180048 r=jst,mstoltz
2002-11-20 03:25:08 +00:00
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
…