mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
060e388a6b
caps/idl/nsICertificatePrincipal.idl caps/idl/nsIPrincipal.idl caps/src/nsBasePrincipal.cpp Implement the ability to manipulate multiple capabilties simultaneously. r=mstoltz@netscape.com Files: caps/src/nsCodebasePrincipal.cpp Codebase equality should be based upon origin, not full path. r=mstoltz@netscape.com Files: caps/src/nsScriptSecurityManager.cpp Change URI checking to deny based upon scheme rather than allow based upon scheme for greater flexibility. r=mstoltz@netscape.com Files: dom/public/nsDOMPropEnums.h dom/public/nsDOMPropNames.h dom/src/base/nsGlobalWindow.cpp modules/libpref/src/init/all.js Fix bug 20469 Seeing JS functions and global variables from arbitrary host r=vidur@netscape.com Files: dom/src/base/nsJSUtils.cpp dom/src/base/nsJSUtils.h dom/src/base/nsJSEnvironment.cpp dom/tools/JSStubGen.cpp layout/base/src/nsDocument.cpp layout/html/content/src/nsGenericHTMLElement.cpp Improve performance by removing NS_WITH_SERVICE call for every DOM access. Propagate XPCOM failure codes out properly. r=vidur@netscape.com Files: layout/html/document/src/nsFrameFrame.cpp Fix 27387 Circumventing Same Origin security policy using setAttribute r=vidur@netscape.com |
||
---|---|---|
.. | ||
idl | ||
include | ||
macbuild | ||
public | ||
src | ||
.cvsignore | ||
Makefile.in | ||
makefile.win | ||
README.html |
<html> <!-- - The contents of this file are subject to the Netscape Public - License Version 1.1 (the "License"); you may not use this file - except in compliance with the License. You may obtain a copy of - the License at http://www.mozilla.org/NPL/ - - Software distributed under the License is distributed on an "AS - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - implied. See the License for the specific language governing - rights and limitations under the License. - - The Original Code is mozilla.org code. - - The Initial Developer of the Original Code is Netscape - Communications Corporation. Portions created by Netscape are - Copyright (C) 1998-1999 Netscape Communications Corporation. All - Rights Reserved. - - Contributor(s): - Daniel Howard - - Alternatively, the contents of this file may be used under the - terms of the GNU Public License (the "GPL"), in which case the - provisions of the GPL are applicable instead of those above. - If you wish to allow use of your version of this file only - under the terms of the GPL and not to allow others to use your - version of this file under the NPL, indicate your decision by - deleting the provisions above and replace them with the notice - and other provisions required by the GPL. If you do not delete - the provisions above, a recipient may use your version of this - file under either the NPL or the GPL. --> <body> <h1> <span CLASS=LXRSHORTDESC> certificate and security management<p> </span> </h1> <span CLASS=LXRLONGDESC> caps contains C++ interfaces and code for determining the capabilities of content based on the security settings and certificates (e.g. Verisign). </span> </body> </html>