bsmedberg%covad.net
|
6adc8716c8
|
Bug 272957 - cvsmove xpcom/obsolete/dlldeps.cpp to dlldeps-obs.cpp (required for libxul work). Updating makefile and removing old location rs=darin
|
2004-12-04 18:21:08 +00:00 |
mkaply%us.ibm.com
|
edf0052253
|
#266785
r=mkaply
Patch from darin - OS/2 only - move nsOS2VACLegacy for legacy reasons
|
2004-12-02 16:46:39 +00:00 |
dbaron%dbaron.org
|
888fe0c640
|
Add assertions where they help implementors of nsISerializable, and remove a bogus one. b=252703 r=darin sr=bzbarsky
|
2004-12-02 06:58:06 +00:00 |
dbaron%dbaron.org
|
9643fc6c04
|
Back out 252703 due to Txul / Ts regression.
|
2004-12-02 01:26:20 +00:00 |
dbaron%dbaron.org
|
21dccaeace
|
Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky
|
2004-12-01 22:39:17 +00:00 |
gerv%gerv.net
|
670fb87360
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-12-01 22:27:03 +00:00 |
pedemont%us.ibm.com
|
15717f0bf7
|
Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner
|
2004-12-01 17:33:16 +00:00 |
darin%meer.net
|
e286aea889
|
fixing win32 bustage
|
2004-11-30 02:41:31 +00:00 |
darin%meer.net
|
9aee2fe67a
|
fixes bug 270110 "Add versions of nsDependentString and friends to the Gecko SDK" r=bsmedberg
|
2004-11-30 00:57:24 +00:00 |
darin%meer.net
|
e149e8077b
|
fixes bug 271630 "XPCOM glue broken on Linux/PPC [monkeypox orange]" r=bsmedberg
|
2004-11-30 00:28:48 +00:00 |
bryner%brianryner.com
|
2a500b8d07
|
Reduce string copying and allocation in the parser by only copying the scanner buffer when we need to mutate the string. Allow a nsDependentString / nsDependentSubstring to be created without being bound to anything. Move StripChar() onto nsSubstring from nsString. Bug 269853, r=jst, sr=darin.
|
2004-11-25 07:03:20 +00:00 |
vladimir%pobox.com
|
86363e20d8
|
b=266085, nsIWritablePropertyBag interface and hashtable component implementation; r=darin,sr=shaver
|
2004-11-24 23:21:14 +00:00 |
bryner%brianryner.com
|
0dedd4e02f
|
Remove unused labels pointed out by dbaron.
|
2004-11-24 23:12:18 +00:00 |
bryner%brianryner.com
|
29c70cffe8
|
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
|
2004-11-24 22:48:45 +00:00 |
timeless%mozdev.org
|
6abcae9c71
|
Bug 270768 spelling
rs=brendan
|
2004-11-24 00:54:11 +00:00 |
darin%meer.net
|
d7a21f643e
|
fixing MingW / GCC 3.4 build bustage
|
2004-11-23 22:19:13 +00:00 |
darin%meer.net
|
565164cf17
|
fixing win32 bustage
|
2004-11-23 21:39:51 +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 |
timeless%mozdev.org
|
0f580b3f96
|
Bug 251078 Remove xpcom's rebase utility
patch by sdwalker@myrealbox.com r=bryner
|
2004-11-23 20:00:26 +00:00 |
timeless%mozdev.org
|
d01dd1aa4c
|
Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
|
2004-11-23 19:34:02 +00:00 |
bsmedberg%covad.net
|
ab83401377
|
Bug 271313 - nsMemory::HeapMinimize crashes r=darin (regression introduced in bug 267767
|
2004-11-23 17:20:00 +00:00 |
darin%meer.net
|
fb4ede0f57
|
alternate fix for bug 234620 "Unknown random SEGV/seg fault/core dumps/crashes, only thing on is Mail/IMAP"
in an attempt to avoid crash bug 269585, r=dbaron sr=bienvenu a=asa
|
2004-11-19 19:06:58 +00:00 |
darin%meer.net
|
90246214db
|
fixes bug 264274 "support dependent strings in frozen string API" r=biesi sr=bsmedberg
|
2004-11-16 04:44:57 +00:00 |
darin%meer.net
|
f103a62f64
|
fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky
|
2004-11-15 20:16:52 +00:00 |
bsmedberg%covad.net
|
2ab6a99b48
|
Remove extraneous semicolon (breaks gcc3.4 and mingw) r=bustage
|
2004-11-12 21:46:49 +00:00 |
bsmedberg%covad.net
|
82022506fd
|
Bug 267767 - Make XPCOM memory management functions frozen exports. r=darin sr=shaver
|
2004-11-12 19:26:37 +00:00 |
jst%mozilla.jstenback.com
|
6d2f6721eb
|
Fixing bugstage.
|
2004-11-11 20:48:45 +00:00 |
jst%mozilla.jstenback.com
|
c89c3224a3
|
Fixing bug 267269. Make nsIProcess::Run() use NSPR code for running the process if arguments are passed. r=pinkerton@aol.net, sr=bzbarsky@mit.edu
|
2004-11-11 19:42:26 +00:00 |
jshin%mailaps.org
|
a58a3f011f
|
bug 268219 NS_CopyNativeToUnicode/NS_CopyUnicodeToNative on Mac OS X should use CopyUTF8toUTF16/CopyUTF16toUTF8, r=ccarlen sr=darin
|
2004-11-08 05:20:05 +00:00 |
cbiesinger%web.de
|
6359f9fb2c
|
fixing more build bustage
|
2004-11-08 01:27:35 +00:00 |
darin%meer.net
|
950a78482d
|
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
|
2004-11-07 23:59:35 +00:00 |
darin%meer.net
|
a3a42ca4f6
|
fixes bug 234620 "Unknown random SEGV/seg fault/core dumps/crashes, only thing on is Mail/IMAP" r=dbaron sr=bienvenu
|
2004-11-04 02:34:11 +00:00 |
roc+%cs.cmu.edu
|
5b10c8c493
|
Bug 265084. Lay the groundwork for nscoord being a float, by introducing nsIntRect/Point/Size/Margin and wrapper functions for doing tricky nscoord operations. r+sr=bzbarsky
|
2004-11-03 02:48:04 +00:00 |
cbiesinger%web.de
|
3f64219c22
|
fixing gcc 3.4 bustage with --enable-timeline, bug 261293
|
2004-11-01 22:37:14 +00:00 |
darin%meer.net
|
873f8ad744
|
fix win32 bustage. make sure we still export required nsComponentManager:: methods
|
2004-11-01 20:22:49 +00:00 |
darin%meer.net
|
189ba5e5c4
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
timeless%mozdev.org
|
72625c5395
|
Bug 250152 Remove XPT_PARAMDESCRIPTOR_SIZE
r=dbradley
|
2004-11-01 02:35:28 +00:00 |
darin%meer.net
|
abcd15ca39
|
fixes bug 266006 "xpcom/glue should not declare methods with NS_COM" r=bsmedberg
|
2004-10-29 19:43:51 +00:00 |
darin%meer.net
|
bd8b7d985b
|
fixes bug 266564 "No need to include XPCOM.DLL in the Gecko SDK" r=bsmedberg
|
2004-10-29 19:09:02 +00:00 |
dveditz%cruzio.com
|
dda30fd22f
|
bug 265135: put internal referrers on channels to fix xpinstall whitelisting the right way. r=darin,sr=jst
|
2004-10-28 22:52:45 +00:00 |
kjh-5727%comcast.net
|
0c4917ad12
|
Bug 264326 - xpcom fixes for s390(x). Patch by Wolfgang Rosenauer <mozilla@rosenauer.org>, r/sr=shaver.
|
2004-10-28 18:13:12 +00:00 |
timeless%mozdev.org
|
f731589825
|
Bug 254555 mark nsConsoleService as nsIClassInfo::THREAD_SAFE
r=dougt
|
2004-10-28 07:34:41 +00:00 |
darin%meer.net
|
07c028ea2d
|
Applying fix for smoketest blocker, bug 266214 "Browser will not start after install (xpcom_core.dll not found)"
|
2004-10-27 08:10:40 +00:00 |
bzbarsky%mit.edu
|
e7cc653157
|
Make it possible to use the string input stream without heap-allocating a
string. Bug 263973, r=darin, sr=dbaron
|
2004-10-27 02:19:43 +00:00 |
neil%parkwaycc.co.uk
|
6a176399ec
|
Bug 253941 Compilers that know about explicit constructors should be able to stop you from assigning nsISupports and derived pointers directly into incompatible nsCOMPtrs r=scc sr=dbaron
|
2004-10-25 21:45:00 +00:00 |
mkaply%us.ibm.com
|
27cb040fd1
|
OS/2 build bustage - don't ask
|
2004-10-25 20:45:17 +00:00 |
darin%meer.net
|
0c816c6f44
|
moved build/nsStringAPI.cpp into stub/ to fix win32 depend build bustage, r=bsmedberg
|
2004-10-25 20:35:12 +00:00 |
darin%meer.net
|
3eb2f75165
|
fixes bug 263957 "Convert nsProperties to nsTHashtable, implement GetKeys" r=bsmedberg sr=shaver
|
2004-10-25 19:52:48 +00:00 |
darin%meer.net
|
52ac61d678
|
landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner
|
2004-10-25 19:34:45 +00:00 |
bzbarsky%mit.edu
|
608e73b236
|
nsCOMArray::RemoveObjectAt fails to remove nulls correctly. Bug 265772,
r=darin, sr=dbaron
|
2004-10-24 17:24:25 +00:00 |