Commit Graph

160257 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
b207cbf645 Adding more testcases
git-svn-id: svn://10.0.0.236/trunk@195335 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 04:38:25 +00:00
jst%mozilla.jstenback.com
9b996cb876 Removing unused variable as pointed out by dbaron at https://bugzilla.mozilla.org/show_bug.cgi?id=321299#c29
git-svn-id: svn://10.0.0.236/trunk@195334 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 04:04:27 +00:00
bryner%brianryner.com
e3799f97b3 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
git-svn-id: svn://10.0.0.236/trunk@195333 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 04:03:51 +00:00
bzbarsky%mit.edu
51445fc89c Adding some regression tests
git-svn-id: svn://10.0.0.236/trunk@195332 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 03:53:11 +00:00
bzbarsky%mit.edu
f736a7bab0 Deal with checkLoadURI better in the face of URI fixup. Bug 334341, r=biesi, sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@195330 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 03:24:43 +00:00
ajschult%verizon.net
0e42cbdc9a Bug 335329: Remote instance used with unrecognized seamonkey arguments. r+sr=jag
git-svn-id: svn://10.0.0.236/trunk@195329 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 03:02:36 +00:00
alexei.volkov.bugs%sun.com
41df12217a [Bug 334277] double free in [@ sftk_FreeAttribute - sftk_DeleteAttributeType]. r=relyea
git-svn-id: svn://10.0.0.236/trunk@195326 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 02:34:01 +00:00
alexei.volkov.bugs%sun.com
3f3d42121a [Bug 334276] double free in [@ SECKEY_CopyPublicKey]. r=nelson
git-svn-id: svn://10.0.0.236/trunk@195325 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 02:23:52 +00:00
dbaron%dbaron.org
c238cedbfc Fix MOZ_JPROF bustage from bug 333640.
git-svn-id: svn://10.0.0.236/trunk@195321 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 01:58:41 +00:00
justdave%bugzilla.org
dcc7175efa the crypto checkins list has a new address
git-svn-id: svn://10.0.0.236/trunk@195320 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 01:57:33 +00:00
bzbarsky%mit.edu
3c4d872469 Don't do URI fixup if NS_NewURI throws some random error. Bug 335193, r=biesi, sr+branch181=darin
git-svn-id: svn://10.0.0.236/trunk@195319 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 01:53:26 +00:00
wtchang%redhat.com
db87af390e 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.


git-svn-id: svn://10.0.0.236/trunk@195317 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 01:26:42 +00:00
cvshook%sicking.cc
b0cf41e97f Bug 334515: Use nsWeakPtr rather than raw pointers to avoid crashes. r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@195314 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 00:44:30 +00:00
dougt%meer.net
cc0601bc8d Adding methods for querying and setting default browser application
git-svn-id: svn://10.0.0.236/trunk@195313 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 00:20:06 +00:00
dougt%meer.net
daadfa20a9 Fixing up Registry calls
git-svn-id: svn://10.0.0.236/trunk@195312 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-25 00:09:40 +00:00
mark%moxienet.com
51618d7785 334464 Crash when loading formhistory due to abuse of string APIs. Initialize using PRUnichar data with an explicit length. r=darin
git-svn-id: svn://10.0.0.236/trunk@195308 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 23:31:14 +00:00
brettw%gmail.com
afdb9f2d3a Bug 335308 r=annie.sullivan Exported bookmarks are not readable by 1.5
git-svn-id: svn://10.0.0.236/trunk@195307 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 23:30:53 +00:00
jminta%gmail.com
7a115a1b43 Bug 237148 hide menuitems for as-yet unsupported features. patch by bugzilla@babylonsounds.com, r=jminta
git-svn-id: svn://10.0.0.236/trunk@195306 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 23:25:12 +00:00
wtchang%redhat.com
61120f7730 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


git-svn-id: svn://10.0.0.236/trunk@195304 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 22:50:13 +00:00
nelson%bolyard.com
96ee922999 Remove call to printf in ecl/ecp_224.c Bug 334448. r=wtchang
git-svn-id: svn://10.0.0.236/trunk@195297 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 21:27:38 +00:00
mrbkap%gmail.com
1f0253c287 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
git-svn-id: svn://10.0.0.236/trunk@195295 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 21:18:44 +00:00
bzbarsky%mit.edu
171a2f6f0c Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@195293 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 20:25:56 +00:00
aaronleventhal%moonset.net
60e6cc8f90 Bug 327918. Setting role='wairole:application' dynamically is not successful. r=ginn.chen, sr=roc
git-svn-id: svn://10.0.0.236/trunk@195292 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 20:19:44 +00:00
wtchang%redhat.com
b55ecb3aaa Bugzilla bug 335275: compile with the GCC flag
-Werror-implicit-function-declaration. r=nelsonb.
Modified files: Linux.mk SunOS5.mk


git-svn-id: svn://10.0.0.236/trunk@195291 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 20:07:15 +00:00
benjamin%smedbergs.us
56e1f0ce8e Bug 320316 - libxul doesn't compile with cairo-gtk (thebes) toolkit, r=vlad
git-svn-id: svn://10.0.0.236/trunk@195290 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 20:05:29 +00:00
bzbarsky%mit.edu
e07858d903 Fix image blocking for obviously image objects. Bug 334825, r=biesi, sr=shaver
git-svn-id: svn://10.0.0.236/trunk@195288 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 19:56:18 +00:00
joshmoz%gmail.com
6c20d0684d Mac OS X application menu implementation for Cocoa widgets. b=335006 r=mscott
git-svn-id: svn://10.0.0.236/trunk@195286 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 19:53:25 +00:00
bzbarsky%mit.edu
24d1be29e9 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


git-svn-id: svn://10.0.0.236/trunk@195285 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 19:52:21 +00:00
cltbld
509dc9fbbb Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@195284 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 19:32:18 +00:00
mrbkap%gmail.com
2ff82b73fc 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.
git-svn-id: svn://10.0.0.236/trunk@195283 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 19:27:25 +00:00
cbiesinger%web.de
0973ffb1e7 bug 335185 remove unused --enable-detect-webshell-leaks r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@195282 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 19:23:22 +00:00
cltbld
582fddaa1b Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@195281 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 19:22:12 +00:00
cbiesinger%web.de
2f987e06aa bug 335187 remove unused WIDGET_DLL, GFXWIN_DLL, MOZ_GFX_TOOLKIT_LDFLAGS and
MOZ_WIDGET_TOOLKIT_LDFLAGS
r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@195279 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 19:21:26 +00:00
dougt%meer.net
081d8b0716 Adding cmd line support. minimo-only
git-svn-id: svn://10.0.0.236/trunk@195275 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 18:56:43 +00:00
mark%moxienet.com
6adf91adeb 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
git-svn-id: svn://10.0.0.236/trunk@195273 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 18:31:23 +00:00
mark%moxienet.com
64a5651436 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
git-svn-id: svn://10.0.0.236/trunk@195272 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 18:29:16 +00:00
mark%moxienet.com
c0337e0fdd 332170 gtk2 Xft static builds may fail with unresolved symbols from libXft when gtk2's library list includes libpangocairo instead of libpangoxft. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@195271 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 18:27:37 +00:00
mkaply%us.ibm.com
bf326931bf #335277
CCK only - not built
Allow disabling of about:config from the CCK


git-svn-id: svn://10.0.0.236/trunk@195270 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 18:17:21 +00:00
mkaply%us.ibm.com
8bb5da024e #334673
CCK only - not built
Rewrite prefs interface so it is more userfriendly.


git-svn-id: svn://10.0.0.236/trunk@195269 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 18:14:51 +00:00
brettw%gmail.com
aafe753135 Bug 335270 r=ben Make subscriptions item have a favicon, fix importer icon bugs.
git-svn-id: svn://10.0.0.236/trunk@195268 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 18:11:46 +00:00
bzbarsky%mit.edu
f4b574fe50 Add an async mode to the SAX stuff. Bug 334304, patch by Robert Sayre
<sayrer@gmail.com>, r=biesi, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@195264 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 17:01:40 +00:00
mvl%exedo.nl
d7d0062170 bug 335169: turn of grid re-use, because of al lthe regressions. r=jminta
git-svn-id: svn://10.0.0.236/trunk@195263 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 16:59:27 +00:00
brettw%gmail.com
5944fa9e2a Bug 334722 (for kherron+mozilla@fmailbox.com) r=brettw Ineffective allocation check
git-svn-id: svn://10.0.0.236/trunk@195262 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 16:53:06 +00:00
mkaply%us.ibm.com
bab76f68b3 #334673
CCK only - not built
Rewrite prefs interface so it is more userfriendly.


git-svn-id: svn://10.0.0.236/trunk@195261 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 16:52:07 +00:00
mattwillis%gmail.com
c1ceeaea2f bug 333626 add trademarked sunbird branding items to /mozilla/other-licenses/branding a=shaver
git-svn-id: svn://10.0.0.236/trunk@195260 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 16:48:00 +00:00
brettw%gmail.com
9df31947f3 Bug 318057 r=ben bookmarks.html exporter, modifications to importer
git-svn-id: svn://10.0.0.236/trunk@195259 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 16:40:02 +00:00
jag%tty.nl
ad4f6e8eb6 Bug 245684: Add image encoding support
Make sure to rebuild nsImageModule when MOZ_IMG_ENCODERS changes. r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@195258 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 16:30:30 +00:00
dmose%mozilla.org
d6c8ecaa48 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.
git-svn-id: svn://10.0.0.236/trunk@195254 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 16:11:12 +00:00
benjamin%smedbergs.us
a6275dbb93 Bug 335242 - nsIAccessibleSelectable should use scriptable constants, r=aaronl
git-svn-id: svn://10.0.0.236/trunk@195252 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 14:10:39 +00:00
mozilla.mano%sent.com
8335ce0944 Bug 335077 - Middle click on back button does not work. r=mconnor.
git-svn-id: svn://10.0.0.236/trunk@195251 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 14:09:00 +00:00