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
156ccb08f90b1e82f6bdfd2105a4e1f67bebf605
Mozilla
/
mozilla
/
embedding
/
components
/
windowwatcher
/
src
History
jaggernaut%netscape.com
df747d0621
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@145205 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-25 19:06:59 +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
Make some strings in prompt service char arrays instead of pointers to move
2003-04-12 03:17:15 +00:00
nsPromptService.h
…
nsWindowWatcher.cpp
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +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
…