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
bsmedberg%covad.net
c85be04cc3
Bug 322965 (relanding) - Allow building xulrunner with --disable-xul, this fixes dynamic builds which didn't have the correct linker flags and combines passwordmgr/satchel in one XPCOM module since they have symbol dependencies
2006-01-25 20:23:24 +00:00
pavlov%pavlov.net
fbc6cb3e44
backing out bsmedberg's checkins for bug 322965 due to build bustage.
2006-01-25 04:54:07 +00:00
bsmedberg%covad.net
9b69041028
Bug 322965 - Allow building XULRunner with --disable-xul, r=dougt (This also contains some bits of 299988, build gtkmozembed into libxul)
2006-01-24 19:27:00 +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
cbiesinger%web.de
4fd815bd39
309525 add a method to nsIURILoader that accepts a (possibly already opened)
...
channel and returns a streamlistener for getting the data. Add a flag
DONT_RETARGET for ensuring that content will load in a specific docshell or not
at all.
Also, fix nsChromeProtocolHandler to correctly implement IsPending.
r=bz sr=darin
2005-12-17 18:26:25 +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
neil%parkwaycc.co.uk
f0be4e9388
Bug 318128 Fix abuse of the CSS loader as a service r=bsmedberg sr=bz
2005-12-09 11:10:36 +00:00
cbiesinger%web.de
22c086176c
bug 318669 fixing beos bustage from bug 241758
...
patch by Doug Shelton <doug@sheltonfamily.org> r=sergei_d,bsmedberg
2005-12-03 16:16:24 +00:00
bsmedberg%covad.net
67ba7e4cce
Bustage fix for MSVC6, bug 241758
2005-12-01 16:06:27 +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
532329ac75
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 19:48:04 +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
bsmedberg%covad.net
27dae01b2a
Bug 315584 - Convert RDF tests to use the glue, r=Pike
2005-11-09 14:40:19 +00:00
bsmedberg%covad.net
8efe80b0e2
Add MOZILLA_INTERNAL_API to triplescat, r=pike, regression from bug 314015
2005-10-28 13:19:14 +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
axel%pike.org
9b17524216
bug 308495, remove rdf/opendir from the tree, NPOB, r=bsmedberg, ok by waterson
2005-09-18 10:30:07 +00:00
bzbarsky%mit.edu
025c02e44e
Improve the CSSLoader API: make it clear which methods return results
...
sync and which return async, move the handling of alternates more completely
into the CSSLoader, make it possible for observers to tell whether the load
actually succeeded. Bug 293825, r+sr=peterv
2005-09-12 18:41:15 +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
748dac40db
bug 296507, nuke rdf/resources examples, finally removing npob files from the tree, they're old. a=shaver
2005-06-29 17:56:05 +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
bsmedberg%covad.net
de6570bd76
Bug 221490 - Remove the extension-whitelist for giving chrome docs system privileges (privileges are now granted to all content files) patch by dveditz, r+a=me
2005-06-23 18:18:51 +00:00
cst%andrew.cmu.edu
cf9e96baaf
Bug 296507 RDF resource examples shouldn't be built by default
...
Patch by sipaq <bugzilla@babylonsounds.com>, r=axel sr=shaver a=shaver
2005-06-05 00:41:19 +00:00
mnyromyr%tprac.de
f06c75d8a1
Bug 295475: retain legacy overlayinfo; r=Neil, sr=darin, a=shaver
2005-06-01 19:26:41 +00:00
neil%parkwaycc.co.uk
f5ac06642d
Stop sharing DOM object wrappers between content and chrome, specifically reporter wallet mail pki browser communicator global b=281988 r=bsmedberg sr=bz a=asa
2005-05-23 08:34:02 +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
neil%parkwaycc.co.uk
3d04f3e272
Cleanup bad string usage by my previous patch to bug 191309 r+sr=darin
2005-04-05 22:56:29 +00:00
bsmedberg%covad.net
8374f4f3e4
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 14:13:03 +00:00
neil%parkwaycc.co.uk
1b03b78cd3
Bug 284521 Still can't switch themes, but in a different set of circumstances, so check the skin switch pref in more places. r=bsmedberg sr=darin
2005-03-21 10:46:46 +00:00
neil%parkwaycc.co.uk
47f3b227f1
Bug 161751 Can't switch themes when certain prefs are set r=bsmedberg sr=darin
2005-03-01 09:05:40 +00:00
neil%parkwaycc.co.uk
45cafb65c9
Allow themes to specify that they support multiple skin versions b=191309 r=bsmedberg sr=darin
2005-02-23 09:18:37 +00:00
bsmedberg%covad.net
aab6284169
Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben
2005-02-22 21:49:45 +00:00
bsmedberg%covad.net
6308fe5e8d
Backout bug 278534 due to tinderbox orange.
2005-02-20 01:47:13 +00:00
bsmedberg%covad.net
500173e4bd
Bug 278534 - Make a plaintext chrome registration file format to replace contents.rdf r/sr=darin+dveditz+ben
2005-02-19 15:35:36 +00:00
bryner%brianryner.com
e6dfc671b2
Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky.
2005-02-19 10:31:27 +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
bryner%brianryner.com
1733c3ad7c
Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron.
2005-02-04 21:10:45 +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
dougt%meer.net
6a9e8e09f1
fixes 280242. build fix for wince. r=bsmedberg
2005-01-28 22:20:23 +00:00
kyle.yuan%sun.com
1f0c8cba82
Bug 278047 mozilla does not switch profile completely to a different locale selection
...
r=bsmedberg, sr=neil.parkwaycc.co.uk, patch=brian.lu@sun.com
2005-01-17 03:14:27 +00:00
dbaron%dbaron.org
a576d20c3f
CVS remove files that were not part of the build for long (due to performance regression).
2005-01-11 22:51:55 +00:00