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
jat%princeton.edu
0a5641d407
Improves perf of filesystem datasource for bug 73214. r=jtaylor sr=dougt.
2001-06-27 23:28:12 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +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
waterson%netscape.com
832694b375
Bug 80589. Ensure that NS_NewLocalStore() will not return success unless it actually returns a component. r=alecf, sr=hyatt, a=asa.
2001-05-25 15:58:09 +00:00
waterson%netscape.com
ffa2de9ecd
Bug 69973. Use NC_EXTENSION on Win32, too. Patch submitted by william.cook@crocodile-clips.com, r=bryner, ksosez@softhome.net; sr=waterson
2001-04-01 20:10:37 +00:00
waterson%netscape.com
fb90ea7686
Bug 71530. Preflight required changes for RDF outliner. Need to include 'rdf.h' for progid prefixes. r=hyatt, sr=ben
2001-03-23 07:45:02 +00:00
dougt%netscape.com
c74c36c85e
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
ccarlen%netscape.com
4b14f2ddc4
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +00:00
disttsc%bart.nl
8b43034cef
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +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
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
waterson%netscape.com
9fe59f23f0
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
cls%seawood.org
6282f3a4dd
If folders have META:title attribute, then use it as the name of the folder. NetPositive feature matching.
...
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65185 . r=cls
2001-01-21 23:21:11 +00:00
cls%seawood.org
79ff2227f2
Make sure that we initialize the netPostive variables used in association with imported bookmarks. Marking importing bookmarks work on BeOS.
...
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65185 . r=cls
2001-01-13 05:28:12 +00:00
dbaron%fas.harvard.edu
2b2160f1b0
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2000-12-09 04:21:51 +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
alecf%netscape.com
68d3515b46
#45797 - fix consumers of NS_IMPL_ISUPPORTS
...
r=dveditz
2000-11-17 20:54:21 +00:00
waterson%netscape.com
4660c16995
Bug 58252. Make sure that local store and internet search service match RegisterDataSource() calls with UnregisterDataSource(). Make RDFServiceImpl support weak references. r=rjc,scc; sr=alecf
2000-10-31 07:27:49 +00:00
warren%netscape.com
cd56c0575b
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
bryner%uiuc.edu
b19ce67d83
Bug 56779 - dangling symlinks cause remainder of directory to not show up in filepicker. r=rjc, sr=shaver.
2000-10-24 02:51:08 +00:00
rjc%netscape.com
a8c526ae23
Fix bug # 45966 and bug # 51324: need to escape file URLs. r=me
2000-09-06 01:33:01 +00:00
rjc%netscape.com
85a442b4d8
Have FSDS tell nsIFile's to be less eager... shouldn't resolve aliases on Mac, for example. Preparation for additional work by ccarlsen. r=me
2000-09-05 00:15:22 +00:00
bryner%uiuc.edu
87a69226ec
Make the filesystem datasource understand file extensions. Bug 47795 (rdf
...
filepicker). r=rjc.
2000-09-01 01:08:23 +00:00
rjc%netscape.com
781a0712bc
Fix bug # 47336: files with question marks. r=me
2000-08-22 02:11:11 +00:00
ccarlen%netscape.com
5469d37218
Converted use of nsIFileLocator to nsIDirectoryService
r=valeski
2000-08-22 00:14:24 +00:00
rjc%netscape.com
0aba552bc6
Fix bug # 46229: get file: URL view to display file sizes and last mod dates. r=waterson
2000-07-26 23:39:49 +00:00
rjc%netscape.com
dff9b9ad5b
Fix bug # 46181: when getting a nsIFile from a file URL, don't open an nsIFilechannel. Patch from dougt, r/a=me
2000-07-23 06:58:16 +00:00
warren%netscape.com
de3523d540
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2000-07-19 03:58:25 +00:00
cls%seawood.org
1f3b6d75ab
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
rjc%netscape.com
52b6f1cf49
Fix bug # 43906: non-existant file URLs can cause template failure for bookmarks. R=waterson
2000-06-29 22:47:24 +00:00
waterson%netscape.com
4bd0260e2e
Bug 39699. Ignore errors from nsIFile, hyatt-style! seriously, though: nsIFile returns random error codes per-platform when you ask if a non-existant file is a directory. This was causing the RDF enumeration to abort prematurely for no good reason. r=rjc
2000-06-16 21:45:00 +00:00
mkaply%us.ibm.com
d7086a1fcb
# 37239
...
r = rjc, a = brendan
OS/2 bringup continues on M16 - Adding an XP_OS2 only path
2000-05-25 14:33:17 +00:00
waterson%netscape.com
61b8da1f41
Bug 38887. Fix import of IE bookmarks, patch courtesy m_kato@ga2.so-net.ne.jp (Makoto Kato). r=rjc
2000-05-25 06:43:01 +00:00
waterson%netscape.com
7a041f7f12
Remove obsolete file that is no longer part of the build.
2000-05-19 22:15:23 +00:00
rjc%netscape.com
1a44d56fe9
Fix silly warnings.
2000-05-10 07:26:13 +00:00
rjc%netscape.com
4b6d90b76b
Fix bug # 37682: use nsIFile instead of nsFileSpec.
2000-05-07 10:15:48 +00:00
cls%seawood.org
d99610fc89
More nsString fixes for BeOS
2000-04-29 01:14:31 +00:00
mjudge%netscape.com
2cfb602409
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
scc%netscape.com
8495fc494c
making string conversions explicit
2000-04-17 14:30:23 +00:00
rjc%netscape.com
afb16b6383
Comment out oftenhit assertion in ArcLabelsIn().
2000-04-17 05:26:25 +00:00
rjc%netscape.com
87b21b797a
Add support for #IEFavoriteFolder
2000-03-20 07:58:30 +00:00
rjc%netscape.com
df47fab4ca
When processing IE Favorites (on Windows), handle eof correctly.
2000-03-15 09:08:45 +00:00
rjc%netscape.com
14065c7824
Fix PDT+ bug # 6770: be able to get filenames from the file system in the platform native charset.
Patch from m_kato@ga2.so-net.ne.jp
Review: ftang, dougt, and myself.
Approval: jar
2000-02-26 02:19:34 +00:00
dp%netscape.com
8494b2f6e0
bug# 13732 Removing brprof from the build. r=akkanna
2000-02-12 18:50:36 +00:00
waterson%netscape.com
767cad41f2
Bug 24499, 15586. Hold strong ref to nsIRDFXMLSinkObservers; add onError() method to nsIRDFXMLSinkObserver API; be sure to notify observers in synchronous load case. r=shaver
2000-01-27 02:24:20 +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
rjc%netscape.com
62f4513c6e
Fix a small bug with determining when an item is truly an IE Favorite as opposed to a IE Favorite folder. Review: waterson@netscape.com
2000-01-06 00:51:35 +00:00
rjc%netscape.com
dede3f136b
Comment out.
2000-01-05 06:05:27 +00:00