jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
Olli.Pettay%helsinki.fi
|
b944d2f678
|
Bug 385315, Remove unused parameters from XML/XBL/RDFContentSink::FlushText, r+sr=peterv
|
2007-06-27 04:22:36 +00:00 |
peterv%propagandism.org
|
d0d256596c
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 16:35:31 +00:00 |
benjamin%smedbergs.us
|
3fb4912f5d
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 14:22:04 +00:00 |
peterv%propagandism.org
|
727a2d25e8
|
Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron.
|
2007-04-10 22:05:44 +00:00 |
sspitzer%mozilla.org
|
0ac0fd1155
|
supplimental fix for bug #375102: make localstore.rdf use nsISafeOutputStream
revert back to 0666 perms on file to address a Seamonkey regression
Thanks to Andrew Schultz for reporting the problem.
r=dveditz
|
2007-04-01 01:58:58 +00:00 |
sspitzer%mozilla.org
|
117902cd24
|
fix for bug #375102: make localstore.rdf use nsISafeOutputStream
(similar to bug #252053: make bookmarks use nsISafeOutputStream)
r=vlad
|
2007-03-28 05:19:06 +00:00 |
dbaron%dbaron.org
|
a32fb9b241
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 15:33:45 +00:00 |
jonas%sicking.cc
|
4e449bc9e0
|
Bug 18333: Make the XML content sink incremental. Patch by Henri Sivonen<hsivonen@iki.fi>. r=peterv sr=sicking
|
2007-01-30 21:21:06 +00:00 |
mozilla.mano%sent.com
|
bd0648ec5b
|
Attempt to fix build bustage from bug 360812
|
2006-11-19 10:54:08 +00:00 |
sayrer%gmail.com
|
9b3c299cf5
|
Bug 360812. RDF uses nsCRT::strdup in getters. r=bsmedberg, sr=bz
|
2006-11-19 08:28:02 +00:00 |
sayrer%gmail.com
|
c249dc7837
|
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
|
2006-09-08 04:35:17 +00:00 |
timeless%mozdev.org
|
1846fd9c62
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-08-28 20:12:37 +00:00 |
bzbarsky%mit.edu
|
a6cd2d536c
|
Allow nsIExpatSink implementations to control whether the expat driver logs
parse errors to the console. Bug 342164, patch by Alex Vincent
<ajvincent@gmail.com>, r+sr=bzbarsky
|
2006-08-25 16:34:57 +00:00 |
benjamin%smedbergs.us
|
bece0ea443
|
Bug 347183 - frozen-linkage access to null/singleton/union/array enumerators, r=darin
|
2006-08-08 18:18:50 +00:00 |
gavin%gavinsharp.com
|
b6f0ad332b
|
Bug 334207: RDFContentSinkImpl::GetIdAboutAttribute can return an unintialized value, r=axel@pike.org, sr=bzbarsky
|
2006-04-17 22:39:20 +00:00 |
dbaron%dbaron.org
|
ac49c790c1
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
axel%pike.org
|
ed3551bbd8
|
bug 232623, support nodeID, patch by sharekk@hotmail.com, r=axel@pike.org, sr=shaver
|
2006-03-07 15:43:26 +00:00 |
cbiesinger%web.de
|
a898e666b8
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
bzbarsky%mit.edu
|
c6745a05d3
|
Make sure to parse UTF8 XML as UTF8 no matter what the encoding decl may be.
Bug 230275, r=mrbkap, sr=jst
|
2006-01-27 01:10:49 +00:00 |
mrbkap%gmail.com
|
0a86b61aab
|
bug 323908: Pass line and column information to ReportError. Patch by Robert Sayre <sayrer@gmail.com>. r=mrbkap sr=jst
|
2006-01-21 02:02:02 +00:00 |
axel%pike.org
|
ff3de812e5
|
bug 307558, fix RDF serializer to check for existing namespace mappings before adding new ones, r=bsmedberg, sr=mrbkap
|
2006-01-05 21:40:56 +00:00 |
darin%meer.net
|
645a0a885e
|
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
|
2006-01-02 02:30:32 +00:00 |
mrbkap%gmail.com
|
fe6e6a82ff
|
bug 319847: Make sure the namespace is properly escaped. r=bsmedberg/axel
|
2005-12-14 19:01:49 +00:00 |
gerv%gerv.net
|
73c5dcdbe9
|
Bug 236613: change to MPL/LGPL/GPL tri-license. Correctly indent Contributors lines. <yawn>
|
2005-12-13 14:27:13 +00:00 |
bsmedberg%covad.net
|
bce6a12b89
|
Bug 241758 - Bulletproof RDF globals for XPCOM restart r=pike sr=neil@p
|
2005-12-01 15:03:48 +00:00 |
timeless%mozdev.org
|
9ef60db03e
|
Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless rs=brendan
|
2005-11-21 06:30:34 +00:00 |
gavin%gavinsharp.com
|
1c4ebade4c
|
Bug 296836: Convert nsIRDFService documentation to a doxygen-parseable format, patch by J.P.Klippel <jklippel@xtux.org>, r=bsmedberg, rs=shaver
|
2005-11-19 22:38:40 +00:00 |
cbiesinger%web.de
|
59671ced1b
|
bug 231548 remove nsRDFParserUtils. This means we no longer unescape strings in
RDF/XML files twice.
patch by Chase Tingley <tingley@sundell.net> / Rob Adams <readams@readams.net>
r=pike sr=shaver
|
2005-11-18 20:34:19 +00:00 |
bsmedberg%covad.net
|
dff1dea638
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
peterv%propagandism.org
|
f54079d9e6
|
Fix for bug 307713 (Improve and use nsAgg's macros). r=dougt, sr=darin.
|
2005-09-28 13:13:27 +00:00 |
bob%bclary.com
|
d12eada893
|
Bug 303503 - make CompositeDataSourceImpl::GetAllResources NS_NOTYETIMPLEMENTED message meaningful, r=axel,sr=shaver
|
2005-09-04 18:21:36 +00:00 |
bzbarsky%mit.edu
|
f6a5a756fb
|
Make sure that a reflow flush on the document makes the sink start layout if
needed. Bug 253951, r=mrbkap, sr=jst
|
2005-08-24 20:56:58 +00:00 |
axel%pike.org
|
c0450d7009
|
bug 299151, fix crash in rdfxml serializer when QIed to bad interface on creation, r=bsmedberg, sr=shaver, a=bsmedberg
|
2005-07-01 08:22:17 +00:00 |
axel%pike.org
|
ef338bf950
|
bug 259119, rdf/xml serializer needs to be less memory consuming, first steps of the new APIs, r=bsmedberg, sr=shaver, a=bsmedberg
|
2005-06-24 07:49:44 +00:00 |
axel%pike.org
|
facc1aea55
|
bug 291123, remove unused MOZ_THREADSAFE_RDF, NPODB, r=bsmedberg, sr,a=brendan
|
2005-05-15 17:19:57 +00:00 |
axel%pike.org
|
0fcc132248
|
bug 281969, & isn't escaped when it's the first char, r=mcsmurf, sr=shaver, a=asa
|
2005-02-14 20:45:37 +00:00 |
axel%pike.org
|
3f6edfbd8d
|
Bug 278560, fix RDF/XML serialize - parse cycle wrt namespace mappings, regression from bug 192139, r=mscott, sr=peterv
|
2005-02-04 19:43:25 +00:00 |
peterv%propagandism.org
|
bd88f17b40
|
Correct function signature to fix Solaris bustage.
|
2004-12-24 15:34:52 +00:00 |
peterv%propagandism.org
|
325267b519
|
Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst.
|
2004-12-17 09:17:35 +00:00 |
peterv%propagandism.org
|
0c59b6df7f
|
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
|
2004-12-15 15:37:23 +00:00 |
bsmedberg%covad.net
|
7ccf6e4965
|
Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
|
2004-12-09 19:28:35 +00:00 |
darin%meer.net
|
373f51f2c6
|
fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron
|
2004-11-23 20:53:38 +00:00 |
axel%pike.org
|
cf1180e670
|
bug 263865, crash with nonconsecutive containers, r=bsmedberg, sr=shaver
|
2004-11-10 21:21:05 +00:00 |
darin%meer.net
|
f94aa8151e
|
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
|
2004-11-07 23:59:35 +00:00 |
axel%pike.org
|
4be4d2d0b0
|
fix crasher in serializing RDF/XML, missed a break; bug 267050, r=bsmedberg, sr=darin
|
2004-11-03 10:46:27 +00:00 |
jst%mozilla.jstenback.com
|
d9915d605d
|
Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org
|
2004-11-02 19:52:32 +00:00 |
darin%meer.net
|
96c79cea45
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
cbiesinger%web.de
|
cbb3297fbe
|
265333 don't explicitly pass all arguments to NS_NewInputStreamChannel, so that the
more efficient variant with fewer arguments can be used r+sr=darin
|
2004-10-25 22:08:09 +00:00 |
varga%nixcorp.com
|
cd1df2e308
|
Updating my email address.
|
2004-10-22 18:33:55 +00:00 |