Commit Graph

145106 Commits

Author SHA1 Message Date
nelsonb%netscape.com
8521bea2ba Add new functions for blapi symmetric ciphers and digest functions,
so that all those functions can initialize a preallocated context.
Bug 303334. r=rrelyea.
Modified Files: aeskeywrap.c alg2268.c arcfour.c blapi.h blapit.h desblapi.c
ldvector.c loader.c loader.h md2.c md5.c rijndael.c rijndael.h sha512.c
2005-08-06 07:24:21 +00:00
nelsonb%netscape.com
51714ee5f1 Faster SHA1 implementation. Further corrections expected. bug 285932.
r=wtchang     Modified Files: prng_fips1861.c sha_fast.c sha_fast.h
2005-08-06 07:10:34 +00:00
aaronleventhal%moonset.net
37f937ea73 Bug 249136. Focus and key navigation broken for links opened in new tabs. r=mconnor, r=timeless, a=bsmedberg 2005-08-06 04:20:13 +00:00
aaronleventhal%moonset.net
23da1858e6 Bug 302677. Accessible focus events incorrect for autocomplete. r=mconnor, +sr=neil, a=bsmedberg 2005-08-06 04:14:55 +00:00
aaronleventhal%moonset.net
c9232f814a Bug 280153. Better fix for initial default focus in trees and lists so that it doesn't cause scrolling. Focus a visible item if no other item was focused. r=mconnor, a=bsmedberg 2005-08-06 04:10:42 +00:00
bryner%brianryner.com
006c256aff Use the target window's outer window when we're checking for the focused window for fastback. Bug 298077, r=dbaron a=bsmedberg 2005-08-06 03:17:28 +00:00
ben%bengoodger.com
48ecfb0eda 300089 - make sure active-updates.xml is cleared out more aggressively in error conditions to prevent busted update windows in edge cases. r=darin... also includes appearance tweak to mac downloading panel 2005-08-06 01:40:04 +00:00
mkaply%us.ibm.com
f6353771ac #303623
r/sr/a=mkaply - OS/2 only
From Peter Weilbacher - add a cast so GCC 335 works
2005-08-06 00:53:10 +00:00
wtchang%redhat.com
4140069c43 Use #ifdef XP_MACOSX as a shorthand for #if defined(XP_MACOSX). 2005-08-06 00:11:34 +00:00
wtchang%redhat.com
33736611eb Bugzilla Bug 303345: just use c2pstrcpy directly. This patch is
contributed by Mark Mentovai <mark@moxienet.com>. r=wtc.
2005-08-06 00:05:09 +00:00
rob_strong%exchangecode.com
ae5a2f8e5d Bug 302581 Show install dialog for single extension updates as well as multiple. r+a=bsmedberg 2005-08-06 00:00:26 +00:00
rob_strong%exchangecode.com
0e55a2b6c1 Bug 303270 Theme's chrome.manifest are not always created when upgrading. r+a=bsmedberg 2005-08-05 23:53:39 +00:00
justdave%bugzilla.org
97056d6090 Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors
r= LpSolit, a= justdave
2005-08-05 23:47:28 +00:00
rob_strong%exchangecode.com
a0f8978a3e Bug 302750 Extension manager: can't install multiple updates anymore. r+a=bsmedberg 2005-08-05 23:47:11 +00:00
wtchang%redhat.com
9f122f5591 Bugzilla Bug 303345: removed support for XP_MAC (Mac OS Classic). The
patch is contributed by Josh Aas <joshmoz@gmail.com>. r=wtc.
2005-08-05 23:38:30 +00:00
wtchang%redhat.com
fc2773f746 Bugzilla Bug 298612: ensure that the return value of StringGetChar, which
is passed to isspace, etc., is EOF or between 0 and 255. r=darin.
2005-08-05 22:44:06 +00:00
ben%bengoodger.com
9f022e06d9 303449 - show update history button missing from preferences 2005-08-05 22:05:41 +00:00
ben%bengoodger.com
c3ec2009d8 303485 - update manager no longer connects to update server: add 'extra1' button to MacOS X wizard buttons binding so client code can access and use it. r=darin 2005-08-05 21:42:47 +00:00
julien.pierre.bugs%sun.com
440dae786f Fix for bug 303494 . SEC_LookupCrls passes the address of a stack variable that goes out of scope. r=nelson,wtchang 2005-08-05 21:15:22 +00:00
jminta%gmail.com
5d9ad19f0e Bug 302588 Test for valid recurrence values when creating an event. r=mvl npotb 2005-08-05 20:19:41 +00:00
bryner%brianryner.com
d2d90df8ec Fix fastback regression where IsZombieDocument could return false even if we are in a zombie document. Bug 301804, r=aaronl, sr+a=dbaron 2005-08-05 20:01:52 +00:00
dougt%meer.net
a750f891e4 Changes required to build on linux. NPODB 2005-08-05 19:44:28 +00:00
lpsolit%gmail.com
756f284d43 Bug 301261: uninitialized value in Search.pm when querying by date - Patch by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave 2005-08-05 18:54:42 +00:00
scott%scott-macgregor.org
81b34ec958 Bug #303587 --> fix some html entity escaping issues 2005-08-05 18:17:53 +00:00
aaronleventhal%moonset.net
2d64f5345b Bug 301737. Fix keyboard and accessibility API support for multiple selection for listboxes. r=mconnor, sr=neil, a=mkaply 2005-08-05 18:16:32 +00:00
pinkerton%aol.net
3abe7d0aa8 disable destructive buttons when window isn't key so they can't be clicked
through (bug 192223)
2005-08-05 18:15:22 +00:00
jminta%gmail.com
aa54a7845d Bug 275695 Activate undo, redo, and quit commands in Sunbird. r=mvl npotb 2005-08-05 18:01:38 +00:00
jminta%gmail.com
5c3d4e4d5f Bug 303230 Fix unifinder refreshing to make search actually work. r=mvl npotb 2005-08-05 17:53:13 +00:00
jminta%gmail.com
dc86cfaf7f Bug 303113 Bring back extra stuff in updateColors(). r=mvl npotb 2005-08-05 17:47:43 +00:00
jminta%gmail.com
8e6ff5085b Bug 275357 Make start/due dates for new tasks default to the selected day. r=mvl npotb 2005-08-05 17:29:32 +00:00
cltbld
b6fae0d945 Automated update from host egg 2005-08-05 17:18:49 +00:00
dougt%meer.net
e999241a5e Adding a build configuration option that will allows us to no build the
xpcom obsolete library.  r/a=benjamin. b=303429
2005-08-05 17:09:41 +00:00
aaronleventhal%moonset.net
9ecbd670ca Bug 302402. Some XUL links opening twice. r+a=mconnor 2005-08-05 16:11:10 +00:00
aaronleventhal%moonset.net
d94bada0cc Bug 302646. Fix accessibility problems in printing dialogs. r+a=mconnor 2005-08-05 15:53:24 +00:00
bsmedberg%covad.net
5dcbb858c0 Typo in command to ensure existence of installer directory, found during bug 300409 2005-08-05 15:24:07 +00:00
gavin%gavinsharp.com
ffe391ad25 Bug 303541 : Text link widget doesn't getPreventDefault, r+a=mconnor 2005-08-05 15:14:06 +00:00
szegedia%freemail.hu
1ef1277ed4 A bit more descriptive error message -- states also what the object *is* instead of only telling it isn't a function. 2005-08-05 14:59:44 +00:00
mozilla.mano%sent.com
bf7bbf98c2 Bug 303555 - fix wrong new enitity name from bug 302164. r+a=mconnor. 2005-08-05 14:52:14 +00:00
neil%parkwaycc.co.uk
4656890df4 Bug 302245 Prevent partial locale installations provided by extensions from appearing in the list of content packs r+sr=jag r=kairo a=bsmedberg 2005-08-05 13:37:34 +00:00
bsmedberg%covad.net
d605d7a4cd We call the installers-<locale> target in two places :-( see bug 300409 comment 17. 2005-08-05 13:03:21 +00:00
allan%beaufour.dk
645f42aea5 [XForms] Use onsyncfrompreference instead of onpreferenceread in UI. Bug 301801, r=doronr+smaug, a=mkaply, NPOTB 2005-08-05 09:28:52 +00:00
gavin%gavinsharp.com
a2cf1d0806 Bug 270557 : downloads fail silently if the default download path is invalid, e.g. leads to a removed drive, patch by Son Le <son.le0@gmail.com>, r+a=mconnor 2005-08-05 06:37:10 +00:00
mozilla.mano%sent.com
1a83e3ffce Bug 303307 - [Mac] If a prefpane doesn't have its own title, fallback to the prefwindow title. r+a=mconnor. 2005-08-05 06:27:30 +00:00
dougt%meer.net
dd51a2ee20 Make embedding\minimo a noop for window platforms. 2005-08-05 03:50:37 +00:00
dougt%meer.net
7ef2e90a02 forgot about our BOOTSTRAP in client.mk. Fixing build bustage. NPODB 2005-08-05 03:47:25 +00:00
smfr%smfr.org
0db9004872 Take out a rule that matches any div with "popup" in the id because it's too general (bug 302547). 2005-08-05 03:36:36 +00:00
aaronleventhal%moonset.net
1d21983381 Backing out fix for bug 249136 for now; it caused bug 303475, bug 303477 and bug 303479 2005-08-05 02:49:30 +00:00
scott%scott-macgregor.org
2c7949bd27 Bug #178091 --> Moves shared folder pane tree children rules from mailWindow1.css to folderPane.css so the new folder picker widget can pick them up. 2005-08-05 01:01:59 +00:00
lpsolit%gmail.com
7264aa1b07 Bug 288170: importxml.pl and move.pl should not write to $datadir/maillog - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2005-08-05 00:58:59 +00:00
dougt%meer.net
0f1fe76a78 NPODB. Oops, didn't commit the right Makefile.in 2005-08-05 00:24:30 +00:00