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

399 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu fa7d014c05 Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:46:08 +00:00
mkaply%us.ibm.com be46098572 OS/2 build break
Need PR_CALLBACK
2000-12-08 20:36:53 +00:00
jband%netscape.com b27fc45e0b fix warnings from fix to bug 61369 2000-12-06 19:40:56 +00:00
jband%netscape.com 0848a5d31c Add some thread stress tests used to figure out problem in bug 61369. r=brendan sr=waterson 2000-11-30 05:26:15 +00:00
cls%seawood.org 434edd6f33 Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
danm%netscape.com 2c6d578e14 removing glowcode directives. won't affect you unless you use an obsolete version of glowcode. 2000-11-18 02:13:42 +00:00
blizzard%redhat.com 646e1d37ac two line change to remove iostreams from this test list. r=alecf,jag sr=scc 2000-11-17 21:17:53 +00:00
alecf%netscape.com 0934a8bda2 fix for #45797 - fix NS_IMPL_ISUPPORTS consumers
r=dveditz a=self
2000-11-17 03:41:41 +00:00
dougt%netscape.com f8ca50385e Checking error code from IsDirectory(). 2000-11-15 22:39:43 +00:00
mcafee%netscape.com a8dd507165 Ignore generated files 2000-09-18 17:43:15 +00:00
dougt%netscape.com c2923c8476 + Added OnSecurityChange() to nsIWebProgressListener interface.
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.

Fixes bug 46872.  r=valeski/rpotts
2000-09-14 22:56:56 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
pete%alphanumerica.com e49a8860f7 cleaned up and added two more functions
a=brendan
2000-09-11 16:50:44 +00:00
scc%mozilla.org 1881ab2220 finishing up the special string class for the parser 2000-09-11 05:24:49 +00:00
scc%mozilla.org 6c54834914 fixing some bugs in the new parser string code; changing some names 2000-09-09 11:31:04 +00:00
scc%mozilla.org 51a6875de0 adding more new string files 2000-09-09 09:50:14 +00:00
scc%mozilla.org 3798ef25f3 adding more new string files 2000-09-09 06:29:37 +00:00
scc%mozilla.org f005c9b3b7 adding the new string files 2000-09-09 04:43:55 +00:00
pete%alphanumerica.com 4c2dd8fb4b added two more functions:
permissions and dateModified

did some style cleanup and tested out each function

a=brendan

--pete
2000-09-03 13:37:19 +00:00
scc%mozilla.org bc2af7530d files from the string test harness, updated to match the string changes already in the tree 2000-09-03 07:10:03 +00:00
vidur%netscape.com e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
pete%alphanumerica.com ec741b9cb3 Ah! found one more undeclared variable.
r=dougt

--pete
2000-08-29 20:05:19 +00:00
pete%alphanumerica.com 1008dafcdb fixing a bunch of member functions that were not returning values etc . .
that i found running in strict mode.

cleaned up some of the syntax to make Brendan happy.

r=dougt

--pete
2000-08-29 13:02:02 +00:00
pete%alphanumerica.com 40da71f89e just an update to reflect the interCaps API style changes
I also caught a small error running in js strict mode.

r=dougt

--pete
2000-08-26 22:56:35 +00:00
warren%netscape.com 15b00f8b9a Removed reference to nsIBaseStream 2000-08-22 09:56:13 +00:00
warren%netscape.com e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
pete%alphanumerica.com 76d965a6da Fixed problem i was having returning array from readDir member function.
Thanks jband for the fix.

not part of the build

r=jband

--pete
2000-08-16 13:35:13 +00:00
pete%alphanumerica.com 5a0bb16248 moving APPEND comment. Wrong spot.
r=dougt

--pete
2000-08-15 13:14:51 +00:00
pete%alphanumerica.com 683ce122fc added readDir(dirPath) member function.
Also fixed a small bug in copy to return if the source file is a dir.
r=dougt

--pete
2000-08-15 12:37:40 +00:00
pete%alphanumerica.com 688cfedc46 added two more member functions:
*       9. copy(source, dest);
*       10.leaf(path);

Fixed a bug i found in exists() member function.
Expanded tabs out of file. Tested.
not part of the build.

r=dougt

--pete
2000-08-14 17:14:29 +00:00
scc%mozilla.org e9b47b215c not part of the build; adding multi-fragment strings to the test suite 2000-08-11 20:54:25 +00:00
pete%alphanumerica.com 23b5850b8b added two member functions to the File object prototype
r=dougt,brendan a=dougt
not part of the build.

--pete
2000-08-01 22:50:16 +00:00
scc%mozilla.org e4c73c28a5 adding a needed prefix file, these are not part of the build, just part of the string test framework (as was StringTest.mcp, just checked in) 2000-07-28 22:47:17 +00:00
scc%mozilla.org 73b7121bc5 get rid of "nsWorkString" 2000-07-28 22:45:58 +00:00
jband%netscape.com ff320436f0 patches from madams@janna.com to build xpconnect standalone. bug 42026. r=leaf@mozilla.org a=brendan@mozilla.org 2000-07-19 03:36:27 +00:00
dougt%netscape.com d84c495203 bug 40750.
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org.
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
warren%netscape.com 7982bac600 Fixed warning. 2000-07-11 09:46:51 +00:00
dougt%netscape.com 7016b714ad First check in. NOT PART OF BUILD. 2000-07-11 00:10:34 +00:00
mkaply%us.ibm.com 40b51de15a 42637
r=dougt, a=brendan
OS/2 bringup - DLL names need to be 8.3 on OS/2
2000-07-05 13:53:12 +00:00
mkaply%us.ibm.com a3c3e7afcb #42637
r=dougt, a=brendan
OS/2 bringup - change to locate DLL in components dir
2000-07-05 13:40:53 +00:00
cls%seawood.org 1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
mkaply%us.ibm.com 515dc5503f #42637
r = dougt, a = brendan
Rather than using cast and &operator to get spec, use the Spec member function
2000-06-28 21:56:49 +00:00
dougt%netscape.com da981cc3bf Forgot to check these changes is which were submitted by roc+moz@cs.cmu.edu
and approved by brendan.  See bug 43314.
2000-06-28 06:14:09 +00:00
mkaply%us.ibm.com 6ed25d5b08 #42637
r=valeski, a=brendan
OS/2 bringup - Support for OS/2 special system directories
2000-06-27 21:23:51 +00:00
dougt%netscape.com b329184329 adding helper source. Not part of built. 2000-06-24 02:01:29 +00:00
scc%mozilla.org 6951acdde0 added blizzards tests for problems with |Substring| 2000-06-21 02:06:29 +00:00
scc%mozilla.org e777b2b3db had to add a bunch of libraries to get the debug target to build 2000-06-21 02:05:54 +00:00
scc%mozilla.org 1f29f46c00 removed nsWork[C]String, as discussed with waterson 2000-06-20 04:31:42 +00:00
scc%mozilla.org a7afde0889 added tests for self-assignment, self-insertion, self-appending, and self-replacement 2000-06-20 04:31:00 +00:00