shaver%mozilla.org
|
df7a7220b4
|
Bug 274679: ensure that nsHashPropertyBag's inner property hash is properly
initialized before enumerating. r=vlad/sr=darin.
|
2004-12-15 20:03:39 +00:00 |
|
cbiesinger%web.de
|
13bd35b35a
|
Bug 274086 fix "unused variable" warning in opt builds, which prevent building
with -Werror
patch by Crispin Flowerday <crispin@flowerday.cx> r=bsmedberg sr=darin
|
2004-12-15 17:25:42 +00:00 |
|
bryner%brianryner.com
|
d9626f6746
|
Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron.
|
2004-12-15 05:52:44 +00:00 |
|
doronr%us.ibm.com
|
9c78c6f546
|
Bug 223097 - XML Schema Validation initial checkin, not built by default. Lives in extensions/schema-validation. r=jst for build changes.
|
2004-12-10 15:11:31 +00:00 |
|
ginn.chen%sun.com
|
e811e759e0
|
Bug 268524 mozilla is unusable in solaris x86 using Sun SOS10 compiler.
patch maker=leon.sha@sun.com r=darin sr=henry.jia
|
2004-12-10 02:52:49 +00:00 |
|
jst%mozilla.jstenback.com
|
29a91b0229
|
Fixing bug 273961. Don't execute unix process creation code on windows. r+sr=darin@meer.net
|
2004-12-10 01:06:37 +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 |
|
shaver%mozilla.org
|
e1c7af5c96
|
add STORAGE error module, r=bz
|
2004-12-08 23:14:13 +00:00 |
|
timeless%mozdev.org
|
305f350379
|
Bug 239635 add support for ignoring assertions on windows
r=dougt
documentation: http://www.mozilla.org/build/windbgdlg.html
|
2004-12-08 17:51:07 +00:00 |
|
bsmedberg%covad.net
|
d465ab39d7
|
These functions were duplicated for no apparent reason, and are unused outside of XPCOM removal r=darin
|
2004-12-07 00:21:36 +00:00 |
|
bsmedberg%covad.net
|
f23f538920
|
Bug 272283 - initial work for --enable-libxul r=bryner+darin This is on by default for xulrunner and off by default for all other apps.
|
2004-12-06 22:39:54 +00:00 |
|
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 |
|