bryner%brianryner.com
22ba033aa0
Redo the way that collectors are created and destroyed to be more stable and extensible (bug 335120). Collectors are now instantiated by contract id and held onto by the metrics service directly. r=darin
2006-04-25 04:00:40 +00:00
bzbarsky%mit.edu
6275859935
Adding some regression tests
2006-04-25 03:53:11 +00:00
bzbarsky%mit.edu
000f1cb779
Deal with checkLoadURI better in the face of URI fixup. Bug 334341, r=biesi, sr=dveditz
2006-04-25 03:24:43 +00:00
ajschult%verizon.net
498be22656
Bug 335329: Remote instance used with unrecognized seamonkey arguments. r+sr=jag
2006-04-25 03:02:36 +00:00
alexei.volkov.bugs%sun.com
7fc553fcf8
[Bug 334277] double free in [@ sftk_FreeAttribute - sftk_DeleteAttributeType]. r=relyea
2006-04-25 02:33:58 +00:00
alexei.volkov.bugs%sun.com
97c78b7911
[Bug 334276] double free in [@ SECKEY_CopyPublicKey]. r=nelson
2006-04-25 02:23:52 +00:00
dbaron%dbaron.org
2b8a4e4edf
Fix MOZ_JPROF bustage from bug 333640.
2006-04-25 01:58:41 +00:00
bzbarsky%mit.edu
0d74057281
Don't do URI fixup if NS_NewURI throws some random error. Bug 335193, r=biesi, sr+branch181=darin
2006-04-25 01:53:06 +00:00
wtchang%redhat.com
530dee8657
Bugzilla Bug 335275: include pk11pqg.h to declare the PK11_PQG_ functions.
...
The PK11_PQG_ functions operate on PQGParams, so we declare pqgParams as
a pointer to PQGParams, and cast a SECKEYParams pointer to a PQGParams
pointer. (SECKEYParams and PQGParams are isomorphic.) r=nelson.
2006-04-25 01:26:42 +00:00
cvshook%sicking.cc
eb966d89e7
Bug 334515: Use nsWeakPtr rather than raw pointers to avoid crashes. r/sr=dbaron
2006-04-25 00:44:30 +00:00
dougt%meer.net
055dda3e6a
Adding methods for querying and setting default browser application
2006-04-25 00:20:06 +00:00
dougt%meer.net
65ba8a32ca
Fixing up Registry calls
2006-04-25 00:09:40 +00:00
mark%moxienet.com
21963c6464
334464 Crash when loading formhistory due to abuse of string APIs. Initialize using PRUnichar data with an explicit length. r=darin
2006-04-24 23:31:14 +00:00
brettw%gmail.com
84e9af60e2
Bug 335308 r=annie.sullivan Exported bookmarks are not readable by 1.5
2006-04-24 23:30:34 +00:00
jminta%gmail.com
f419835cc5
Bug 237148 hide menuitems for as-yet unsupported features. patch by bugzilla@babylonsounds.com, r=jminta
2006-04-24 23:24:53 +00:00
wtchang%redhat.com
085b36691e
Bugzilla Bug 320336: SECITEM_AllocItem should return a NULL pointer if the
...
allocation of its 'data' buffer fails. r=nelson. This checkin fixed bug
333405 as a byproduct.
Modified files: secitem.c secitem.h
2006-04-24 22:50:13 +00:00
nelson%bolyard.com
dbe80e7489
Remove call to printf in ecl/ecp_224.c Bug 334448. r=wtchang
2006-04-24 21:27:38 +00:00
mrbkap%gmail.com
62fd40b6c4
Don't cache the result of GetPointFromOffset if it failed, since subsequent queries for that offset will return the bogus offset. bug 334608, r+sr=roc
2006-04-24 21:18:44 +00:00
bzbarsky%mit.edu
add20431b9
Fix build bustage
2006-04-24 20:25:56 +00:00
aaronleventhal%moonset.net
da39bdb339
Bug 327918. Setting role='wairole:application' dynamically is not successful. r=ginn.chen, sr=roc
2006-04-24 20:19:44 +00:00
wtchang%redhat.com
1fe17580e4
Bugzilla bug 335275: compile with the GCC flag
...
-Werror-implicit-function-declaration. r=nelsonb.
Modified files: Linux.mk SunOS5.mk
2006-04-24 20:07:15 +00:00
benjamin%smedbergs.us
bb7bb3b093
Bug 320316 - libxul doesn't compile with cairo-gtk (thebes) toolkit, r=vlad
2006-04-24 20:05:29 +00:00
bzbarsky%mit.edu
c6cc005766
Fix image blocking for obviously image objects. Bug 334825, r=biesi, sr=shaver
2006-04-24 19:56:18 +00:00
joshmoz%gmail.com
e93cb5c9b1
Mac OS X application menu implementation for Cocoa widgets. b=335006 r=mscott
2006-04-24 19:53:25 +00:00
bzbarsky%mit.edu
7f9b937064
Dispatch mutation events even in documents that are not rendered in a window.
...
Bug 201236, patch by Alex Vincent <ajvincent@gmail.com>, r=smaug, sr=peterv
2006-04-24 19:52:21 +00:00
cltbld
a27b6f82fc
Automated update from host egg
2006-04-24 19:32:18 +00:00
mrbkap%gmail.com
d5be5a4723
Backing out bug 326497 again to see if it fixes the problems that we're seeing with us not recognizing functions set on [classname].prototype.
2006-04-24 19:27:25 +00:00
cbiesinger%web.de
4c8b3f4c77
bug 335185 remove unused --enable-detect-webshell-leaks r=bsmedberg
2006-04-24 19:23:22 +00:00
cltbld
b5a6f28473
Automated update from host egg
2006-04-24 19:22:12 +00:00
cbiesinger%web.de
f35ea5a0a9
bug 335187 remove unused WIDGET_DLL, GFXWIN_DLL, MOZ_GFX_TOOLKIT_LDFLAGS and
...
MOZ_WIDGET_TOOLKIT_LDFLAGS
r=bsmedberg
2006-04-24 19:21:26 +00:00
dougt%meer.net
d8876aa7ca
Adding cmd line support. minimo-only
2006-04-24 18:56:43 +00:00
mark%moxienet.com
63a222a721
305479 Cmd-, needs to be pressed twice to access Preferences. Enable the preferences command when it's known that one exists, don't defer it until asked to update the menus. r=josh sr=pink
2006-04-24 18:31:23 +00:00
mark%moxienet.com
1fffe2d324
333121 BROKEN_PLUGIN_HACK (313347) can be removed. A fixed Flash plugin is available (8.0.27/x86) and was included with Mac OS X 10.4.6/x86. r=josh sr=pink
2006-04-24 18:29:16 +00:00
mark%moxienet.com
8990ac7a72
332170 gtk2 Xft static builds may fail with unresolved symbols from libXft when gtk2's library list includes libpangocairo instead of libpangoxft. r=bsmedberg
2006-04-24 18:27:37 +00:00
mkaply%us.ibm.com
5e1ce4e70d
#335277
...
CCK only - not built
Allow disabling of about:config from the CCK
2006-04-24 18:17:21 +00:00
mkaply%us.ibm.com
8a2a16c69c
#334673
...
CCK only - not built
Rewrite prefs interface so it is more userfriendly.
2006-04-24 18:14:51 +00:00
brettw%gmail.com
00f3d9c94e
Bug 335270 r=ben Make subscriptions item have a favicon, fix importer icon bugs.
2006-04-24 18:09:34 +00:00
bzbarsky%mit.edu
aa75391cba
Add an async mode to the SAX stuff. Bug 334304, patch by Robert Sayre
...
<sayrer@gmail.com>, r=biesi, sr=bzbarsky
2006-04-24 17:01:40 +00:00
mvl%exedo.nl
1d0e188239
bug 335169: turn of grid re-use, because of al lthe regressions. r=jminta
2006-04-24 16:59:16 +00:00
brettw%gmail.com
3fb9232b85
Bug 334722 (for kherron+mozilla@fmailbox.com) r=brettw Ineffective allocation check
2006-04-24 16:52:38 +00:00
mkaply%us.ibm.com
9d397cddf1
#334673
...
CCK only - not built
Rewrite prefs interface so it is more userfriendly.
2006-04-24 16:52:07 +00:00
mattwillis%gmail.com
e1aa2f3525
bug 333626 add trademarked sunbird branding items to /mozilla/other-licenses/branding a=shaver
2006-04-24 16:48:00 +00:00
brettw%gmail.com
cf2e0ba420
Bug 318057 r=ben bookmarks.html exporter, modifications to importer
2006-04-24 16:40:02 +00:00
jag%tty.nl
421b17ab81
Bug 245684: Add image encoding support
...
Make sure to rebuild nsImageModule when MOZ_IMG_ENCODERS changes. r=bsmedberg
2006-04-24 16:30:30 +00:00
dmose%mozilla.org
9c8ff4ec6f
Allow CalDAV provider to use prompt service to request username and password (bug 308567); thanks to Gary van der Merwe <garyvdm@gmail.com> for the patch, r=dmose@mozilla.org. Not part of the default build.
2006-04-24 16:10:59 +00:00
benjamin%smedbergs.us
8caf51c024
Bug 335242 - nsIAccessibleSelectable should use scriptable constants, r=aaronl
2006-04-24 14:10:39 +00:00
mozilla.mano%sent.com
9e96921912
Bug 335077 - Middle click on back button does not work. r=mconnor.
2006-04-24 14:09:00 +00:00
masayuki%d-toybox.com
bc656fb178
Bug 314130 input numbers twice when using Unispim IME at chinese input mode r=ere, sr=roc
2006-04-24 13:58:38 +00:00
benjamin%smedbergs.us
579713320b
From bug 334688 - remove xpcomobsolete from Firefox package lists
2006-04-24 13:45:44 +00:00
cvshook%sicking.cc
1b8fe517b5
More redness fixes
2006-04-24 07:46:03 +00:00