Граф коммитов

56 Коммитов

Автор SHA1 Сообщение Дата
norris%netscape.com 3c14af2f14 Fix the following bugs:
14443 "Same origin" security policy may be circumvented using docu
14820 Fixing up the relationship between nsCodeBasePrincipal and n
14919 Crash in JS MM code
Reviewed by mstoltz, approved by scc.
1999-10-02 03:41:37 +00:00
hyatt%netscape.com f9371e4b93 Resolving apprunner bustage in an unfortunate way. r=danm 1999-10-02 01:48:59 +00:00
warren%netscape.com fec02a32a9 Removed caps dependency from necko. Used nsCOMPtr for nsInputStreamChannel. 1999-09-11 18:45:36 +00:00
norris%netscape.com 72e3153d3a * Add checks on urls formed from web scripts
* Make nsScriptSecurityManager implement nsXPCSecurityManager
* Fix unix warnings
1999-09-07 02:54:19 +00:00
bruce%cybersight.com f16fb790a0 Use nsCRT::free() instead of delete[] 1999-09-03 06:20:06 +00:00
kipp%netscape.com f8634d45f4 Switch to nsAutoString 1999-09-03 03:52:19 +00:00
norris%netscape.com bff57397e0 Add all-powerful system principals. Remove some dead code from the build. 1999-09-01 00:54:35 +00:00
norris%netscape.com 59b4dc8374 * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
rpotts%netscape.com 3ed5c99db2 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
warren%netscape.com 2b79a15ba4 Fixed to work like all the other MakeAbsolute implementations. 1999-08-24 09:45:06 +00:00
sdagley%netscape.com 080ec0a8fd We now propogate the return value received from NewChannelFromURI rather than just returning NS_OK from nsChromeProtocolHandler::NewChannel. This fixes the crash when opening bookmarks on Mac with a missing bookmarks.dtd file (and probably other similiar ones). We still try to open a null content window in this case but Nisheeth has a bug logged (# unknown) to fix that. 1999-08-24 00:35:10 +00:00
mccabe%netscape.com 3d4917b628 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
warren%netscape.com 8439e8f8ec Fix for bug 7682: StringBundle can't load URLs from imap thread. 1999-08-13 00:43:48 +00:00
waterson%netscape.com 6228b1819d Bug 9799. Implement nsIRDFRemoteDataSource so that datastore can be flushed to disk. 1999-08-05 04:33:41 +00:00
gagan%netscape.com 90b112fdf7 Removed some debugging printf. 1999-07-30 14:35:13 +00:00
gagan%netscape.com 6cac624c75 Fixes the random / and eventually the spaces problems. 1999-07-30 00:53:42 +00:00
valeski%netscape.com 3b47bd5edf fixing mem leak 1999-07-27 21:12:50 +00:00
gordon%netscape.com 50883650e6 Changed handling of pathnames under NECKO to avoid excess slashes "/". 1999-07-27 01:12:59 +00:00
rickg%netscape.com bcfb3a153a replaced call to deprecated nsString API 1999-07-26 00:47:36 +00:00
sfraser%netscape.com feee6dc7ef Fix Mac startup crash: #ifdef NECKO around changes that Gagan made yesterday, so that chrome URL resolution works again. 1999-07-23 22:22:47 +00:00
gagan%netscape.com e546a70149 Necko only changes for the setting relative path. 1999-07-22 21:17:11 +00:00
warren%netscape.com c5684bf4d7 Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
valeski%netscape.com 73c1abc20c necko only - extended chrome's make absolute implementation 1999-07-13 01:37:23 +00:00
warren%netscape.com f51b095d63 Added chrome protocol handler for necko. 1999-07-02 23:38:51 +00:00
warren%netscape.com 50a62a2e79 Added ifdefs for necko-only. 1999-07-02 23:30:12 +00:00
warren%netscape.com 5d9bba4b88 Added chrome protocol handler 1999-07-02 04:15:43 +00:00
warren%netscape.com f6b9d3a028 Necko ifdefs for layout and rdf. 1999-06-26 06:36:26 +00:00
rjc%netscape.com 93b3b3c31c Oops, missed updating chrome with the new GetAllCmds() method. 1999-06-26 01:43:00 +00:00
waterson%netscape.com f008503b2f Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. 1999-06-24 00:22:58 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
waterson%netscape.com 3dfae0dd79 Use RDF/XML datasource directly, rather than loading through RDF service. The separates this from whatever policy RDF service ends up needing to use for RDF/XML. Chrome registry _must_ be loaded synchronously no matter what. 1999-06-15 00:42:45 +00:00
hyatt%netscape.com b507a5b1bf Adding support for the chrome registry naming stuff. 1999-06-03 19:32:47 +00:00
danm%netscape.com 36d8c5644e save search part of URL when munging and reconstructing 1999-05-27 20:34:42 +00:00
hyatt%netscape.com 64aad9318d Switching over to nsIEventQueues. Adding support for onunload, onabort, and
onerror.  Adding support for event capturing through script.  Adding support
for robust error-checking in the chrome registry.
1999-05-04 23:32:25 +00:00
waterson%netscape.com e545139879 The Great Cursor Excorcism. Removed cursors in favor of enumerators. Misc updates to purge the xpidl stubs stuff in preparation for XPConnect. Details on RDF_19990422_BRANCH. 1999-04-24 02:41:02 +00:00
donm%netscape.com ba1095ca1c backing out hyatt's change 1999-04-22 22:35:05 +00:00
hyatt%netscape.com 63c265da0b Added error-checking to track the build problem on the Mac (and possibly Linux). 1999-04-22 22:00:04 +00:00
rickg%netscape.com 0d1b06ca19 sync with nsString2 API 1999-04-20 07:20:21 +00:00
hyatt%netscape.com a3d8385a9e Fixing case sensitivity problem. 1999-04-16 21:27:00 +00:00
hyatt%netscape.com b2e67b355c Improving chrome URLs. 1999-04-15 05:24:57 +00:00
hyatt%netscape.com ccde0dd489 Fixing build bustage. 1999-04-10 09:13:54 +00:00
hyatt%netscape.com f0cf863dea Implementing persistence of chrome. 1999-04-10 08:08:48 +00:00
hyatt%netscape.com ef75e908d6 Fixing a bug in the RDF content sink where the ID attribute was being
qualified with a document URI even when it was a URI in its own right.
1999-04-03 01:47:07 +00:00
hyatt%netscape.com 27fb6ca58c Fixing some stuff. 1999-04-02 07:35:38 +00:00
hyatt%netscape.com 3ffe82117b Node, not Resource. 1999-04-02 06:59:04 +00:00
hyatt%netscape.com 852fc3e8a0 Target, not source. 1999-04-02 06:58:35 +00:00
hyatt%netscape.com 58875be384 Retrieving the base directory (in theory). 1999-04-02 06:55:10 +00:00
hyatt%netscape.com 965300f901 More work in progress... 1999-04-02 06:49:20 +00:00
hyatt%netscape.com 9a948f9283 Teaching the chrome registry how to obtain skin and content nodes. 1999-04-02 06:24:30 +00:00
hyatt%netscape.com 25873817b2 Getting there... 1999-04-02 06:12:22 +00:00