Commit Graph

140578 Commits

Author SHA1 Message Date
robert%accettura.com
fdc190bfe5 fix broken link in agg queries. Not part of build, no bug (as with checkin before) 2005-04-02 05:44:28 +00:00
julien.pierre.bugs%sun.com
16a9e79d60 Silence compiler warnings 2005-04-02 05:33:41 +00:00
julien.pierre.bugs%sun.com
bfae460ea7 Remove unused variable 2005-04-02 05:26:58 +00:00
julien.pierre.bugs%sun.com
e413d4ae39 Remove unused variables 2005-04-02 05:25:26 +00:00
julien.pierre.bugs%sun.com
a35532a9db Cleanup unused variables and dead code 2005-04-02 05:24:07 +00:00
julien.pierre.bugs%sun.com
85f13422bc Remove unused variable 2005-04-02 05:17:27 +00:00
robert%accettura.com
2145134fa6 more portable escaping, moved to selectLimit(), fixed pagination bug from move to ADOdb, fixed that bug in the service so it works again, other tiny changes. 2005-04-02 04:25:08 +00:00
bugzilla%arlen.demon.co.uk
cba005d6d7 Bug 287291 Removing then adding RSS account with same details gives blank account name
p=me r=mscott sr=bienvenu
2005-04-02 02:52:44 +00:00
brendan%mozilla.org
7c1886e41a Fix 8-year-old bug with lambda replace clobbering cx->regExpStatics (288688, r=shaver, sr=dbaron). 2005-04-02 02:48:16 +00:00
alexei.volkov.bugs%sun.com
aa8a4b4b1c fix for bug 265003: selfserv.c: allow selfserv to load crls. R=julien 2005-04-02 02:29:24 +00:00
bugzilla%arlen.demon.co.uk
41f0656d13 Bug 288696 HandleMDNResponse should not be returning 0
p=me r=mscott sr=bienvenu
2005-04-02 01:45:06 +00:00
aaronleventhal%moonset.net
4a53868c77 Bug 288521. Support accessible STATE_HASPOPUP for xul buttons of type menu or menu-button. r=doronr, sr=dmose 2005-04-02 01:00:20 +00:00
aaronleventhal%moonset.net
1f7a9d234d Bug 288242. Bad accessible shutdown procedure, leading to creation of new objects right when we're trying to bring things to an end. r=pkwarren, sr=demose 2005-04-02 00:58:45 +00:00
aaronleventhal%moonset.net
0192e35de6 Bug 288386. Java applet + screen reader: heap corruption brings down Firefox, depending on the JRE build. Temporary solution to turn off Java applet support when screen reader is present. This bandaid is okay for now, because Java applets are still not supported by any screen readers that currently support Gecko. r=kyle, sr=jst 2005-04-02 00:57:08 +00:00
bienvenu%nventure.com
9e74b8a623 fix 288702 saving as template shouldn't change message-id, and should replace existing template, if any 2005-04-02 00:49:27 +00:00
bienvenu%nventure.com
0b26bbe69b fix 142703, sr=mscott, we don't notice when imap select failed if it's the first connection to the folder, and think that uid validity changed 2005-04-02 00:46:29 +00:00
nelsonb%netscape.com
aed5390a2d Rename functions that are shared by pk11wrap and softoken from sftk_ to
secmod_.  Bug 286685. r=relyea.
2005-04-02 00:46:13 +00:00
scott%scott-macgregor.org
6d71513a9b Bug #285772 --> part of the theme restructuring work.
fix missing offline indicator and broken activity indicator icon in the toolbar on Mac OS X.
2005-04-01 23:54:10 +00:00
timeless%mozdev.org
e4dc0afeb4 Bug 283540 OOM mlk [@ NS_NewPluginPostDataStream]
patch by jlurz24@gmail.com r=timeless sr=jst
2005-04-01 23:33:00 +00:00
darin%meer.net
df9961125e fixes bug 287648 "Unify 'request' object interface for DNS and PPS asyncResolve methods" r=biesi sr=bzbarsky 2005-04-01 23:31:04 +00:00
dbaron%dbaron.org
da745299c9 Implement CSS2 counters. b=3247 r+sr=bzbarsky 2005-04-01 23:07:00 +00:00
bugzilla%arlen.demon.co.uk
6b9064b82f Bug 288529 Receipt notification message should not popup in spammail folder (Port Thunderbird fix) - original patch by mscott
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2005-04-01 22:40:19 +00:00
wtchang%redhat.com
1ddbee0247 Bugzilla bug 288657: fixed the bug that pk11_AnyUnwrapKey returns a
partially constructed symKey object if C_UnwrapKey fails with
CKR_DEVICE_ERROR.  r=relyea.
2005-04-01 22:27:44 +00:00
kairo%kairo.at
5807972621 bug 288156 - Hardcoded appname in messenger.properties (filterFolderTruncateFailed), patch by Mark Banner <bugzilla@standard8.demon.co.uk>, r=Neil sr=mscott 2005-04-01 22:18:16 +00:00
tor%cs.brown.edu
e6ddab7a33 Bug 288656 - Events not getting delivered to <svg:image> if fill=none. r=afri 2005-04-01 20:49:42 +00:00
tor%cs.brown.edu
99135b0a12 Bug 280988 - SVG frames should implement GetFrameName.
Patch by scootermorris@comcast.net, r=tor.
2005-04-01 19:56:08 +00:00
doronr%us.ibm.com
8e77e8e384 Bug 288662 - apply same fixes to winstripe that were added to gnomestrip in bug 204944. r=mconnor 2005-04-01 19:20:41 +00:00
darin%meer.net
d7017bfdec fixes bug 220566 "Randomly hangs in PL_HashTableRawLookup at start of page load" r=brendan 2005-04-01 18:35:14 +00:00
bsmedberg%covad.net
beadf6cd74 Bug 288626 - Begin switch from MOZILLA_STRICT_API to MOZILLA_INTERNAL_API rs=darin for the Makefile var additions. Should not affect the build yet, until we flip a few switches at the end. 2005-04-01 18:22:57 +00:00
bzbarsky%mit.edu
821ec9f30c Wrap a view update batch around all restyle processing and switch
ApplyRenderingChangeToTree to use a NO_SYNC view batch, since we now flush
reflows before painting.  Bug 288365, r+sr=roc
2005-04-01 18:14:18 +00:00
bugzilla%arlen.demon.co.uk
7a84ac3af7 Bug 288542 GetElementsByAttribute should return live nodelists (original patch by bz)
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2005-04-01 18:13:13 +00:00
smfr%smfr.org
576ecd0feb Improve sorting of history categories and items, taking care to sort categories sensibly given the current sort order.
Also save the expanded state of the history view in user defaults, to preserve it across launches.
No bug.
2005-04-01 18:12:16 +00:00
aaronleventhal%moonset.net
3d3e10d040 Fixing bustage correctly, thanks bz 2005-04-01 17:42:25 +00:00
aaronleventhal%moonset.net
ee2e795e67 Attempt to fix bustage on gcc 2005-04-01 17:26:05 +00:00
brendan%mozilla.org
8982d3997d Fix unique attribute {uri, localName} bug (283972) and follow the spec on escaping > (264369). 2005-04-01 17:23:12 +00:00
aaronleventhal%moonset.net
c6d85bcd50 Bug 288017: proper init/shudown for list items and list bullet accessibles. r=pkw, sr=neil 2005-04-01 16:45:40 +00:00
timeless%mozdev.org
d4bd0359bb Bug 288587 crash while viewing Real videos
r=tor sr=tor
2005-04-01 16:41:55 +00:00
jwatt%jwatt.org
e8011e9164 Fixing bug 288267. getAttribute("transform") giving back "" for transform="matrix(...)". r=tor@acm.org 2005-04-01 16:07:37 +00:00
doronr%us.ibm.com
3cc3874252 Bug 204944 (a11y) - Sidebar History >View not keyboard accessible. sr=neil 2005-04-01 15:48:44 +00:00
jay%mozilla.org
27871111a1 Fixing packaging bustage sr=bryner (The Brain) 2005-04-01 09:10:30 +00:00
timeless%mozdev.org
3a3c8ef69a Bug 288544 an asynchronous "oom" loop in jsconsole's implementation of nsIConsoleListener.observe with nsIConsoleService and xpconnect
r=neil sr=neil
2005-04-01 08:47:17 +00:00
neil%parkwaycc.co.uk
c7f18c5874 Make -ProfileWizard start the newly created profile b=288098 r=ccarlen sr=me 2005-04-01 08:29:25 +00:00
jshin%mailaps.org
64a16361e5 bug 229399 : RFC 2047 Subject and From header fields are misinterpreted if charset used for the header is different from charset used for the message body : r=bienvenu, sr=mscott 2005-04-01 05:25:05 +00:00
timeless%mozdev.org
3e489b6c8f Bug 288532 OOM crash [@ XPCConvert::JSErrorToXPCException]
r=dbradley sr=rbs
2005-04-01 04:36:44 +00:00
cltbld
adeba2d5a7 Automated update from host egg 2005-04-01 03:08:57 +00:00
jay%mozilla.org
4ac8d5739e Hookup Reporter tool to Firefox nightlies r=robert@accettura.con sr=bryner@brianryner.com (The Brain) Bug 285653 2005-04-01 03:06:30 +00:00
jay%mozilla.org
93aa471d1c Hookup Reporter tool to Firefox nightlies r=robert@accettura.con sr=bryner@brianryner.org (The Brain) Bug 285653 2005-04-01 03:02:31 +00:00
julien.pierre.bugs%sun.com
ae1e453088 Cleanup unused variables 2005-04-01 02:47:52 +00:00
bienvenu%nventure.com
ab771c28ea fix 286446 write mime part boundaries correctly when stripping mime attachments, sr=mscott, also clean up some tabs 2005-04-01 02:17:04 +00:00
julien.pierre.bugs%sun.com
f48776e693 Indentation fix (related to 287498) 2005-04-01 00:14:34 +00:00