jwalden@mit.edu
|
6d7584839a
|
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 00:08:04 -07:00 |
|
Olli.Pettay@helsinki.fi
|
1ed587d4b9
|
Bug 385315, Remove unused parameters from XML/XBL/RDFContentSink::FlushText, r+sr=peterv
|
2007-06-26 21:22:35 -07:00 |
|
peterv@propagandism.org
|
f091506c2b
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
|
benjamin@smedbergs.us
|
baab01ada6
|
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 07:21:53 -07:00 |
|
peterv@propagandism.org
|
98262e788a
|
Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron.
|
2007-04-10 15:05:41 -07:00 |
|
sspitzer@mozilla.org
|
a7c028597b
|
supplimental fix for bug #375102: make localstore.rdf use nsISafeOutputStreamrevert back to 0666 perms on file to address a Seamonkey regressionThanks to Andrew Schultz for reporting the problem.r=dveditz
|
2007-03-31 18:58:58 -07:00 |
|
sspitzer@mozilla.org
|
0ba74e1421
|
fix for bug #375102: make localstore.rdf use nsISafeOutputStream(similar to bug #252053: make bookmarks use nsISafeOutputStream)r=vlad
|
2007-03-27 22:19:06 -07:00 |
|
dbaron@dbaron.org
|
d98d9fdec5
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
|
hg@mozilla.com
|
05e5d33a57
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|
jonas%sicking.cc
|
a9f34ee020
|
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
|
c9b17c927d
|
Attempt to fix build bustage from bug 360812
|
2006-11-19 10:54:08 +00:00 |
|
sayrer%gmail.com
|
b057888564
|
Bug 360812. RDF uses nsCRT::strdup in getters. r=bsmedberg, sr=bz
|
2006-11-19 08:28:02 +00:00 |
|
sayrer%gmail.com
|
9395f31ee3
|
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
|
2006-09-08 04:35:17 +00:00 |
|
timeless%mozdev.org
|
97d86b0df2
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-08-28 20:12:37 +00:00 |
|
bzbarsky%mit.edu
|
3514212c00
|
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
|
ef6b6ab3b4
|
Bug 347183 - frozen-linkage access to null/singleton/union/array enumerators, r=darin
|
2006-08-08 18:18:50 +00:00 |
|
gavin%gavinsharp.com
|
fc81710a28
|
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
|
04b8c33eda
|
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
|
561ca826c2
|
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
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
bzbarsky%mit.edu
|
36b12202c3
|
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
|
fb3f80349e
|
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
|
3059ffaf24
|
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
|
eb3847a802
|
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
|
2006-01-02 02:30:32 +00:00 |
|
mrbkap%gmail.com
|
27881a2aea
|
bug 319847: Make sure the namespace is properly escaped. r=bsmedberg/axel
|
2005-12-14 19:01:49 +00:00 |
|
gerv%gerv.net
|
dc1383971c
|
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
|
37ab37a770
|
Bug 241758 - Bulletproof RDF globals for XPCOM restart r=pike sr=neil@p
|
2005-12-01 15:03:48 +00:00 |
|
timeless%mozdev.org
|
98c84e24ac
|
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
|
b968683bbd
|
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
|
a3b4ff0954
|
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
|
78f6d0683d
|
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
|
8702e6b0aa
|
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
|
5953c746f2
|
Bug 303503 - make CompositeDataSourceImpl::GetAllResources NS_NOTYETIMPLEMENTED message meaningful, r=axel,sr=shaver
|
2005-09-04 18:21:36 +00:00 |
|
bzbarsky%mit.edu
|
3656444b70
|
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
|
c566fcd541
|
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
|
39c3c8adf5
|
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
|
21cb13b7ec
|
bug 291123, remove unused MOZ_THREADSAFE_RDF, NPODB, r=bsmedberg, sr,a=brendan
|
2005-05-15 17:19:57 +00:00 |
|
axel%pike.org
|
f3779ff921
|
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
|
14d0d7849a
|
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
|
e80ad869c7
|
Correct function signature to fix Solaris bustage.
|
2004-12-24 15:34:52 +00:00 |
|
peterv%propagandism.org
|
26bb2f4e91
|
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
|
a7ac96fea9
|
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
|
2004-12-15 15:37:23 +00:00 |
|
bsmedberg%covad.net
|
79241940e8
|
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
|
6d8591d85f
|
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
|
34c58ba355
|
bug 263865, crash with nonconsecutive containers, r=bsmedberg, sr=shaver
|
2004-11-10 21:21:05 +00:00 |
|
darin%meer.net
|
950a78482d
|
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
|
2004-11-07 23:59:35 +00:00 |
|
axel%pike.org
|
9463c11103
|
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
|
05e17f4cd7
|
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
|
189ba5e5c4
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
|
cbiesinger%web.de
|
2e997df0c3
|
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 |
|