dbaron%fas.harvard.edu
3a1721ec4d
Adding more tests. Not part of the build.
2002-01-09 22:15:22 +00:00
mcafee%netscape.com
0ff7ca1b24
Ignore generated files
2001-12-29 03:21:06 +00:00
dbaron%fas.harvard.edu
7a72f2d9f4
Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527
2001-12-20 02:09:49 +00:00
dougt%netscape.com
849d297364
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com
fe4f079813
Fix bustage
2001-12-17 08:10:57 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
dbaron%fas.harvard.edu
4df9c4de1e
Commenting out tests that can't be made to work under MSVC++ 6.0. Not part of the build.
2001-12-11 03:15:37 +00:00
seawood%netscape.com
33ab7a9398
Add win32 support to xpcom Makefile.ins
...
Bug #58981 r=bryner
2001-12-09 07:05:12 +00:00
pete%alphanumerica.com
efee7eec18
b=77933, r=ccarlen, sr=jst
...
nsIFile::CreateUnique() has unused parameter
removed unused parameter
/**
WARNING commercial tree has one hit for this API change
*/
--pete
2001-12-07 23:06:51 +00:00
leaf%mozilla.org
8310ba80d7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
alecf%netscape.com
5bc871f27f
oops, requires update - add uconv
2001-12-04 01:12:51 +00:00
alecf%netscape.com
917e1454a4
fix for bug 110531, r=dougt, jag, sr=darin - moving ConverterInputStream into uconv, and changing the one in XPCOM into an UTF8-only converter
2001-12-04 01:10:43 +00:00
dbaron%fas.harvard.edu
7cfd69c6a4
Fix bustage.
2001-11-28 01:26:26 +00:00
timeless%mac.com
51a4520c4a
Bugzilla Bug 107823 change nsIFile
...
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
bzbarsky%mit.edu
edfb3b268f
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
seawood%netscape.com
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
bzbarsky%mit.edu
4668789df4
msvc barfs on functions taking nsAString& with default initializers from
...
an NS_LITERAL_STRING. Remove the default initializer, which is not
being used. r=jag, a=leaf to get tests building again.
2001-11-14 17:27:11 +00:00
bzbarsky%mit.edu
f2ee8260a0
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
seawood%netscape.com
be10c3b1a8
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
alecf%netscape.com
96cded8c72
yank a bunch of junk from tests
...
r=jag, sr=scc
2001-11-01 23:40:10 +00:00
seawood%netscape.com
8a2a775382
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
pete%alphanumerica.com
b52992027b
b=107823, r=ccarlen, sr=brendan
...
--pete
2001-11-01 00:11:15 +00:00
dougt%netscape.com
80a163df0e
ugh. I did not mean to commit these changes. Backing out
2001-10-30 22:19:32 +00:00
dougt%netscape.com
e03c679302
Moving nsISimpleEnumeratory interface into a seperate idl file. bug 99136. r=alecf@netscape.com, sr=rpotts@netscape.com
2001-10-30 22:03:05 +00:00
jaggernaut%netscape.com
28aee5db2e
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-29 09:12:39 +00:00
seawood%netscape.com
9b5ae05e33
Landing the rest of the mach-o OSX changes.
...
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
dbaron%fas.harvard.edu
f882baf3ea
Adding work in progress for new auto pointers in order to test easily on many compilers. b=104346
2001-10-25 04:09:38 +00:00
seawood%netscape.com
9abb977bfd
Convert MyService test component into an "generic" module
...
Bug #71601 r=dougt
2001-10-23 02:56:35 +00:00
dougt%netscape.com
0a62d4e8d5
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
dbaron%fas.harvard.edu
2fe76cd2ac
Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan
2001-10-20 23:19:07 +00:00
dougt%netscape.com
d18d7e2b17
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
dougt%netscape.com
4f3a44d63b
API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147
2001-10-16 03:35:52 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
62424ee7b2
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
dbaron%fas.harvard.edu
dcd9a0a54f
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag sr=alecf b=45797
2001-09-10 19:54:27 +00:00
dougt%netscape.com
f72e52e830
Merge ServiceManager and ComponentManager. Bug 96457. r=dp@netscape.com, sr=wat
...
erson@netscape.com
2001-09-06 21:13:11 +00:00
alecf%netscape.com
c20ca03a02
dumb
...
CVS :nd string makefile updates for 98371 r=cls----------------------------------------------------------------------
2001-09-06 03:56:35 +00:00
valeski%netscape.com
93959d48cc
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
jaggernaut%netscape.com
3b3680c17e
Bug 98153: Remove SubsumeStr. r=dbaron, sr=scc
2001-09-05 10:46:45 +00:00
dbaron%fas.harvard.edu
113ad642ae
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
2001-08-21 01:48:11 +00:00
dbaron%fas.harvard.edu
a2213222f4
Add CallGetInterface. b=92602 r=jag sr=scc
2001-08-18 14:15:07 +00:00
cls%seawood.org
80edcd8228
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
...
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 04:18:27 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
pete%alphanumerica.com
f020dcc1cd
Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
...
Renamed all Delete methods to Remove.
--pete
2001-07-24 18:38:25 +00:00
dbaron%fas.harvard.edu
aa4fec2b67
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
cls%seawood.org
cfce8f4dcc
Updating .cvsignore files.
...
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
dbaron%fas.harvard.edu
d8c954e551
Some compilers don't support default parameters on templates, so split CallGetService and use what would have been a better solution in the first place. sr=scc b=87735
2001-07-04 20:26:31 +00:00
dbaron%fas.harvard.edu
255759ce27
Add tests for CallQueryInterface, CallQueryReferent, CallCreateInstance, and CallGetService to make sure they compile on all platforms. b=87735 r=jaggernaut sr=scc
2001-07-04 18:55:15 +00:00
jaggernaut%netscape.com
5a6317b8a5
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
waterson%netscape.com
b74d6e1c8b
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
scc%mozilla.org
a8fb409c6e
bug #85271 : sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process.
2001-06-17 05:23:38 +00:00
dougt%netscape.com
cf53c8d954
Adds a test case for bug 84489. r=danm@netscape.com, sr=darin@netscape.com, a=clayton@netscape.com
2001-06-12 18:38:17 +00:00
kandrot%netscape.com
afdac97c93
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
cls%seawood.org
d62bacf705
Remove unneeded LOST_SYM_LIBS defines.
2001-04-30 01:13:22 +00:00
darin%netscape.com
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
timeless%mac.com
e76ccfd647
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
mkaply%us.ibm.com
27a4acaa13
#71558
...
No r= (will be OS/2 bustage)
Add HAS_EXTRAEXPORTS hack for now until we find out if IS_COMPONENT should be here
2001-03-12 05:47:26 +00:00
dbaron%fas.harvard.edu
1576f71896
Include iomanip.h because we need the |using std::hex| and |using std::dec| from it to build with libstdc++ 3.0. b=63604 r=cls@seawood.org
2001-03-11 18:10:58 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
scc%mozilla.org
0f90f747e6
bug #53209 : removing |nsSharedString| here, just from my test harness.
2001-02-24 03:13:51 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
mcafee%netscape.com
c2bd7e5ab4
Ignore generated files
2001-02-14 00:22:38 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
dbaron%fas.harvard.edu
83f5c6af53
Add TestCOMPtrEq back to the build now that we know it works on HP. b=65664 r=scc@mozilla.org sr=brendan@mozilla.org
2001-02-07 04:04:12 +00:00
dbaron%fas.harvard.edu
850a57ed98
Disable earlier changes for bug 65664 for fear they might cause HP-only bustage.
2001-02-05 01:04:38 +00:00
dbaron%fas.harvard.edu
2841d457ba
Add TestCOMPtrEq to the build to make sure that all nsCOMPtr operator== will work correctly across platforms. r=scc@mozilla.org sr=brendan@mozilla.org b=65664
2001-02-04 19:57:33 +00:00
dbaron%fas.harvard.edu
9adc8a60f5
Add a test to test all the combinations of |operator==| with nsCOMPtr so we can make sure that they will all compile on all platforms (to help with bug 65664). sr=scc@mozilla.org Not part of the build.
2001-01-31 20:18:47 +00:00
darin%netscape.com
6a7567992b
Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
...
r=dougt@netcape.com , sr=mscott@netscape.com .
2001-01-23 22:10:34 +00:00
dprice%netscape.com
3feac174eb
BUG 63013 changes to the makefile to enable string factoring tests run on windows.
...
Changes return code of test program on failure. Added all-tests:: rule to makefile
2001-01-13 07:06:03 +00:00
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
pete%alphanumerica.com
7f540ada8a
r=dougt,brendan a=dougt
...
not part of the build.
--pete
2000-06-15 13:16:49 +00:00
scc%mozilla.org
22deb21d5b
adding |nsWork[C]String| classes
2000-06-14 05:41:05 +00:00
waterson%netscape.com
8c319ed8a3
Add test for Iterator.
2000-06-13 08:02:30 +00:00
waterson%netscape.com
d151fb1b00
How'd that get in there?
2000-06-13 05:26:00 +00:00
waterson%netscape.com
69e59a8c3d
Add TestVoidBTree to the build.
2000-06-13 04:57:14 +00:00
scc%mozilla.org
bc987dce5d
...and set the define for the test case
2000-06-12 02:50:27 +00:00
scc%mozilla.org
7619583dad
updated to reflect work done
2000-06-11 01:11:13 +00:00
scc%mozilla.org
008e0b3e60
Added new targets to compare between the |wchar_t| version and the no |wchar_t| version
2000-06-11 01:10:49 +00:00
scc%mozilla.org
e18d48139d
convert to the new scheme for handling wide string literals: |NS_LITERAL_STRING|.
2000-06-11 01:09:54 +00:00
scc%mozilla.org
3a7bb8ec08
now that NEW_STRING_APIS is turned on in the actual string headers, I needed to move some defs around. Also setting a new define for HAVE_CPP_2BYTE_WCHAR_T
2000-06-11 01:09:00 +00:00
scc%mozilla.org
25896e8f49
First checked in.
2000-06-11 01:07:41 +00:00
waterson%netscape.com
a339f479a5
First checked in, not part of the build.
2000-06-10 05:55:37 +00:00
warren%netscape.com
512c8bf433
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
scc%mozilla.org
80e3b6a3ae
Bug #39686 . Made an |NS_COUNT|. Put it in the new file "nsAlgorithm.h", to which I also moved |NS_MIN| and |NS_MAX| from "nscore.h", and |copy_string| and |copy_string_backward| from "nsAReadableString.h". Also fixed non-standard include-guards. r={sford, jag}
2000-05-20 20:43:26 +00:00
pavlov%netscape.com
803190ad4b
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
scc%netscape.com
fbfcb9d94b
fixed a problem with cut and advancing past the end of a string with an iterator r=waterson
2000-05-16 10:13:23 +00:00
brendan%mozilla.org
44ffcfa883
Enforce interCaps Mozilla XPIDL style (r=shaver).
2000-05-15 07:03:46 +00:00
scc%netscape.com
37ec015a19
fixed macro-based comparison operators to help with our type-unification problems
2000-05-13 21:39:37 +00:00
scc%netscape.com
0d642cf442
added tests for the new IO stuff, etc.
2000-05-12 05:19:46 +00:00
scc%netscape.com
bc2e03c19d
Uncommented tests that should work now that I've fixed the block stomping bug.
2000-05-12 05:18:36 +00:00
scc%netscape.com
d3d0b85749
Changed some comments
2000-05-12 05:17:51 +00:00
dougt%netscape.com
5b16d0583a
adding dirs.js. example of how you can get different locations via the
...
nsDirectoryService via JS.
not part of build.
2000-05-11 20:58:47 +00:00
cls%seawood.org
5be082e304
More OS/2 Makefile changes. Bug #34106 Batch 13
2000-05-11 14:15:34 +00:00
dp%netscape.com
462db59ab4
Converting to generic module.
2000-05-05 05:53:21 +00:00
dp%netscape.com
222d9164f6
Added progid.
2000-05-05 05:52:26 +00:00
mkaply%us.ibm.com
152f6f29e4
# 34082
...
r= dougt@netscape.com
OS/2 bring up continues - Adding PR_CALLBACKs for VisualAge Compiler
2000-05-02 22:38:04 +00:00
jbetak%netscape.com
cae4b1c886
37408
...
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 05:52:50 +00:00
jbetak%netscape.com
c0fdb39f76
37408
...
String bundle doesn't offer a scriptable enumerator
r=be
2000-05-02 05:08:39 +00:00
mkaply%us.ibm.com
fa49948d4f
# 37239
...
r= dougt@netscape.com
Misspelling in printf
2000-05-01 22:26:26 +00:00
erik%netscape.com
2bab4b8598
fixing build bustage
2000-04-28 22:06:39 +00:00
erik%netscape.com
f225b7c2ba
fixing build bustage; temporary removal of nsStringTest.cpp
2000-04-28 22:04:57 +00:00
amasri%netscape.com
d70ba8d8b0
*** empty log message ***
2000-04-28 21:05:28 +00:00
pavlov%netscape.com
22bc369d79
fix tests
2000-04-27 23:20:32 +00:00
mjudge%netscape.com
743ec446de
strange corruptness
2000-04-26 01:58:34 +00:00
mjudge%netscape.com
3c00091d57
scc string fixes
2000-04-26 00:55:37 +00:00
warren%netscape.com
5e96caa8ea
Fixed thread pool thread allocation to be more lazy (still doesn't release unused threads though). (Code adapted from dougt.)
2000-04-21 05:12:57 +00:00
rickg%netscape.com
8394e82e58
improvements to string testbed to test perf
2000-04-05 06:04:12 +00:00
scc%netscape.com
c7f2aa9d6f
Added tests for construction and |Find|. Added null loop timings to help better analyze results. Temporarily commented out block-stomping tests.
2000-04-04 05:20:05 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
mkaply%us.ibm.com
7249817f9b
# 33859
...
r= dp@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:56:47 +00:00
scc%netscape.com
74a3c00cac
incremental changes. these files are not yet part of the build
2000-03-31 07:28:38 +00:00
scc%netscape.com
6e2cad434e
Fixed timer code for Mac (PR_Now wasn't doing the trick). Now using |nsInt64| instead of implementing my own |operator-()|
2000-03-29 08:14:09 +00:00
scc%netscape.com
e275624147
added "nsFragmentedString.h"
2000-03-29 08:12:54 +00:00
warren%netscape.com
727f312b32
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
scc%netscape.com
80b6553802
updating to reflect work done and desired
2000-03-27 09:07:39 +00:00
scc%netscape.com
0ac1f0ce94
traded in |copy_chunky_backward| for |string_copy_backward| and moved it to "nsAReadableString.h" along with the |string_copy|s. Added tests for |SetLength|, which would have caught the problem in |nsString| I fixed earlier, and one for |Insert| that exposed the trouble in |copy_chunky_backward|.
2000-03-27 09:06:37 +00:00
rickg%netscape.com
7838b08ad9
removed reference to nsString2
2000-03-26 23:06:01 +00:00
scc%netscape.com
b06ac90413
re-fix for the Mac after working with Pav to make all the tests compile on Linux
2000-03-25 05:44:57 +00:00
scc%netscape.com
a858dc4f15
File Removed.
2000-03-25 05:37:30 +00:00
pavlov%netscape.com
3ae340c6ea
make string tests build on unix
2000-03-25 01:59:19 +00:00
scc%netscape.com
08b157baba
getting the unit tests and profiling tests to run on all platforms
2000-03-25 00:56:47 +00:00
scc%netscape.com
21455ac353
Lots of changes to get this stuff building on Solaris, et al. None of these changes effect the mainline build yet, and won't until |NEW_STRING_APIS| is defined for everyone (coming soon)
2000-03-24 21:33:58 +00:00
dougt%netscape.com
fcb973ff92
Adding a rename test.
2000-03-24 05:48:18 +00:00
scc%netscape.com
7d2d0cf608
Added "nsCharTraits.h"; no longer relying on |std::char_traits|. Renamed some things so overloading wouldn't fight with overriding.
2000-03-23 21:15:01 +00:00
scc%netscape.com
dfe662ba68
|wchar_t| will not be turned on by default, yet. These files are still not part of the build.
2000-03-22 22:53:44 +00:00
scc%netscape.com
73a7e0c910
Incremental changes. These files are still not part of the build.
2000-03-22 08:22:28 +00:00
scc%netscape.com
81d0ddeea5
Added ToDo.doc, so the list of things to do is visible in the project. This project is not part of the build.
2000-03-14 17:32:27 +00:00
scc%netscape.com
4af37dd4bd
First Checked In.
2000-03-14 17:31:43 +00:00
scc%netscape.com
8c3b397934
First Checked In.
2000-03-14 15:56:34 +00:00
warren%netscape.com
c0497e31be
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
rickg%netscape.com
03c9cea010
moved string test to windows subdirectory
2000-02-28 15:58:17 +00:00
rickg%netscape.com
f3e3ccbf79
Added nsString regression test; not part of build
2000-02-28 15:57:30 +00:00
rickg%netscape.com
c37e88e9c1
adding testfile for nsString; this is NOT part of the build
2000-02-28 15:53:11 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
pp%ludusdesign.com
48e640ed4f
Conversion to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-01 14:26:27 +00:00
scc%netscape.com
ea5051731c
fix include paths
2000-01-29 20:09:20 +00:00
sspitzer%netscape.com
5cdaa13c07
ignore the generated executable
2000-01-25 06:54:39 +00:00
dougt%netscape.com
0b0346079c
Landing nsIFile.
2000-01-24 21:28:28 +00:00
briano%netscape.com
9506fe0682
Replaced MOZ_COMPONENT_XPCOM_LIBS with MOZ_COMPONENT_LIBS so we pick up the NSPR libs as well. Fixes a couple of ignored platform Tinderbox builds.
2000-01-16 22:52:57 +00:00
pp%ludusdesign.com
698852a4f4
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00