mscott%netscape.com
|
54e572a820
|
Bug #14815 --> fix some ref counting problems between nsJSPrincipal and nsCodebasePrincipal. nsCodeBasePrinciapl
was always getting leaked. And since it held onto the document's nsIURI, our uri's were getting leaked to.
r=brendan,a=chofmann.
|
1999-09-24 06:18:55 +00:00 |
norris%netscape.com
|
c99b609910
|
Add ability to disable JS. Fix 13978 shopping at webvan.com crashes
|
1999-09-17 20:13:52 +00:00 |
norris%netscape.com
|
9acf604770
|
Add security support for javascript: uris.
|
1999-09-15 20:58:41 +00:00 |
norris%netscape.com
|
0865f1cdaa
|
Create preferences for security checks.
Add new methods on nsIScriptSecurityManager for capabilities.
Fix 13739 MLK: nsScriptSecurityManager::CreateCodebasePrincipal
Fix 11666 Eliminate plvector (was: [infinite loop] bugs - plvector.c)
|
1999-09-15 04:05:43 +00:00 |
norris%netscape.com
|
350b2d64a7
|
Fix arielb warnings.
|
1999-09-13 23:23:54 +00:00 |
norris%netscape.com
|
6ce2283719
|
Remove unused files.
|
1999-09-13 20:10:24 +00:00 |
briano%netscape.com
|
4f8c7d2d53
|
General cleanup.
|
1999-09-10 08:53:30 +00:00 |
norris%netscape.com
|
88708be24d
|
Makefile.in: remove unused file
nsScriptSecurityManager.cpp: Fix CheckURI problems (but still disabled)
nsSecurityManagerFactory.cpp: Make registration string match convention
|
1999-09-09 13:47:16 +00:00 |
alecf%netscape.com
|
ec49081f52
|
caps doesn't need libxp anymore
|
1999-09-09 06:29:32 +00:00 |
don%netscape.com
|
fe371d4b25
|
Temporarily disabled CheckURI so the Manage Bookmarks dialog and other windows work again. Norris will fix the window.open problem later.
|
1999-09-08 04:25:14 +00:00 |
norris%netscape.com
|
20a52a4fa4
|
disable XPConnect security check, perhaps related to test failure. Getting reports of failures on Mac at least.
|
1999-09-07 22:29:56 +00:00 |
norris%netscape.com
|
eb23e76298
|
Fix bug 13253.
Enable restrictions on use of Components array from web JavaScript.
|
1999-09-07 20:40:20 +00:00 |
norris%netscape.com
|
2d8e12375f
|
* Add checks on urls formed from web scripts
* Make nsScriptSecurityManager implement nsXPCSecurityManager
* Fix unix warnings
|
1999-09-07 02:54:19 +00:00 |
shaver%netscape.com
|
65115e55ff
|
quell assignment-as-boolean warning
|
1999-09-05 05:28:28 +00:00 |
bruce%cybersight.com
|
0ae97d3196
|
Use nsAllocator not new[] for char* data.
|
1999-09-03 14:15:03 +00:00 |
kipp%netscape.com
|
b92bd76cbb
|
Make it build on unix
|
1999-09-01 01:50:01 +00:00 |
norris%netscape.com
|
ec9d253f50
|
Add all-powerful system principals. Remove some dead code from the build.
|
1999-09-01 00:54:35 +00:00 |
joki%netscape.com
|
155255be20
|
Adding new flag to the security check calls out of the DOM generated JS files.
|
1999-08-31 14:23:55 +00:00 |
norris%netscape.com
|
d8507f844e
|
* clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
|
1999-08-29 21:58:42 +00:00 |
beard%netscape.com
|
eb5fd8e5f0
|
Removed a potentially dangerous cast.
|
1999-08-28 03:00:19 +00:00 |
gagan%netscape.com
|
b82db954ce
|
Fixed some memory leaks showing up on bruce's log-
http://www.cybersight.com/~bruce/apprunner.mongo.19990827.log.
|
1999-08-27 08:36:49 +00:00 |
alecf%netscape.com
|
6c2881ae30
|
remove libcaps dependancy on libxp by using PL/PR routines instead of XP_*
|
1999-08-27 04:09:41 +00:00 |
arielb%netscape.com
|
1b252b2e3b
|
includes updates to codbase matching security checks currently turned off
but in place. redefined the script security manager in caps and it is
now generating codebase principals.
|
1999-08-20 09:51:02 +00:00 |
arielb%netscape.com
|
4e0fc6ab1e
|
adding functionality to security
|
1999-08-08 22:29:02 +00:00 |
arielb%netscape.com
|
1125dac5c8
|
removing public directory for good. fixed up nsPrivilegeManager.cpp
|
1999-08-08 21:04:16 +00:00 |
arielb%netscape.com
|
4b06750b30
|
removed zip support from caps module. from now on all that stuff will
be used by libjar. should also remove a lot of memory leaks reported on
nsZip
|
1999-08-07 21:40:33 +00:00 |
arielb%netscape.com
|
9655521b0f
|
Fix to bug 11330 and some changes to reduce warnings in linux builds
|
1999-08-07 19:59:31 +00:00 |
briano%netscape.com
|
a47d75cc4c
|
Fixed the missing EOF newline problem.
|
1999-08-07 03:01:30 +00:00 |
sspitzer%netscape.com
|
18ee1a3dd5
|
fix the port bustages. use ZLIB_LIBS and not -lz. r=briano.
|
1999-08-07 02:15:37 +00:00 |
sspitzer%netscape.com
|
e6cfae8c46
|
fix for run time bustage. r=briano
|
1999-08-07 00:10:14 +00:00 |
arielb%netscape.com
|
a1d83223f4
|
added a new and improved factory to caps module. fixed some bugs and
cleared some warnings. also move some methods of privilege manager to
principal manager.
|
1999-08-06 22:44:35 +00:00 |
briano%netscape.com
|
e9e0a60caa
|
Added a newline to the EOF to fix the Unix native compiler builds.
|
1999-08-02 06:40:28 +00:00 |
briano%netscape.com
|
39e329f8ae
|
Cleaned it up.
|
1999-08-02 06:40:06 +00:00 |
jband%netscape.com
|
9b59237936
|
fixing runtime crash for arielb - was shadowing a member with a local in the ctor
|
1999-08-02 01:44:18 +00:00 |
arielb%netscape.com
|
0d16b83058
|
add a principal manager to caps api. everything is now xpidled so
i removed the public directory from the module.
|
1999-08-01 21:26:02 +00:00 |
briano%netscape.com
|
25ce386224
|
Added a newline the the end of file to make the native Unix compilers happy.
|
1999-07-28 21:55:50 +00:00 |
arielb%netscape.com
|
387cbc374e
|
xpidling and updating nsTarget object. should resolve build errors on
SeaMonkey Ports
|
1999-07-28 05:43:26 +00:00 |
bruce%cybersight.com
|
49f92f70e7
|
Add newlines for unix compilers.
|
1999-07-27 20:31:21 +00:00 |
arielb%netscape.com
|
d00edf950d
|
removed some enums and migrated them into nsPrivilege, nsIPrivilege and
nsPrivilegemanager. cleaning up some old code from the security module
and refining their api's and such like.
|
1999-07-27 00:50:59 +00:00 |
arielb%netscape.com
|
8dad60d09d
|
Fix to the caps security module. I removed the nsPrincipal struct, from now
on you can access principals by their xpcomed interface nsIPrincipal.
|
1999-07-24 03:58:23 +00:00 |
briano%netscape.com
|
c38045d303
|
Added a newline at the EOF to make the Unix native compilers happy.
|
1999-07-19 21:05:56 +00:00 |
sspitzer%netscape.com
|
9ba33ac20b
|
add new line to end of file
|
1999-07-18 01:13:25 +00:00 |
arielb%netscape.com
|
587d04c222
|
idled principals interfaces and some fixes to caps manager...
|
1999-07-16 20:31:18 +00:00 |
norris%netscape.com
|
f64740e501
|
Move several security files into idl. (Create idl directory in caps module.)
Implement methods of nsIXPCSecurityManager.
Fix random errors in DOM JS security.
|
1999-07-15 23:23:16 +00:00 |
norris%netscape.com
|
06317a54b3
|
Tom Pixley's code for the beginnings of DOM security, with a fix for the previous Mac link failure.
|
1999-07-07 07:50:03 +00:00 |
sspitzer%netscape.com
|
59413cec7e
|
fix warnings
|
1999-07-03 00:39:28 +00:00 |
dveditz%netscape.com
|
9bc612bf52
|
makeile cleanups
|
1999-07-02 13:38:47 +00:00 |
joki%netscape.com
|
37a6739ec1
|
Backing out js security changes.
|
1999-07-01 13:03:35 +00:00 |
joki%netscape.com
|
ccd5375141
|
New JavaScript/DOM security stuff.
|
1999-07-01 10:38:26 +00:00 |
sspitzer%netscape.com
|
e053cfd43e
|
fix warnings for sudu.
|
1999-07-01 08:30:51 +00:00 |