kairo%kairo.at
74ec9794a8
bug 303259 - rebrand Quick Launch image to SeaMonkey placeholder artwork, r+sr=Neil a=bsmedberg
2005-08-06 10:44:11 +00:00
nelsonb%netscape.com
0b22829278
Move the TLS Pseudo Random Function (PRF) and the HMAC algorithm from
...
softoken to freebl. Bug 303316. r=wtchang (with suggested changes)
Modified Files:
freebl/blapi.h freebl/ldvector.c freebl/loader.c
freebl/loader.h freebl/manifest.mn softoken/lowpbe.c
softoken/manifest.mn softoken/pkcs11c.c softoken/pkcs11i.h
softoken/tlsprf.c
Added Files:
freebl/alghmac.c freebl/alghmac.h freebl/rawhash.c
freebl/tlsprfalg.c
Removed Files:
softoken/alghmac.c softoken/alghmac.h softoken/rawhash.c
2005-08-06 09:27:28 +00:00
nelsonb%netscape.com
af23fd0e10
This is the last trunk version of this file. The file will be moved
...
to nss/lib/freebl. This version is identical to the first version
of this file in nss/lib/freebl. Bug 303316. r=wtchang.
Modified Files: alghmac.c alghmac.h rawhash.c
2005-08-06 09:24:13 +00:00
mozilla.mano%sent.com
27ad9e4d19
Bug 300590 - default bidi.browser.ui to false. r=mconnor, a=bsmedberg.
2005-08-06 07:34:17 +00:00
nelsonb%netscape.com
712ac6c118
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
a7df55323e
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
ff4ab56d38
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
e3d1c1e4a6
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
e9de7a5fbc
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
5bedd41188
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
9c52d3761b
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
508a985ff6
#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
a17be4c185
Use #ifdef XP_MACOSX as a shorthand for #if defined(XP_MACOSX).
2005-08-06 00:11:34 +00:00
wtchang%redhat.com
ccbb58148a
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
f377f90c9d
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
e9a575719b
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
0df64d7697
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
a39295dbba
Bug 302750 Extension manager: can't install multiple updates anymore. r+a=bsmedberg
2005-08-05 23:47:11 +00:00
wtchang%redhat.com
5c52c9c9c5
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
19f39f5424
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
d9dad68f82
303449 - show update history button missing from preferences
2005-08-05 22:05:41 +00:00
ben%bengoodger.com
49d562fb74
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
0470958574
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
6f146011d2
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
dcf71c0ed1
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
db10260a30
Changes required to build on linux. NPODB
2005-08-05 19:44:28 +00:00
lpsolit%gmail.com
c0c719731d
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
5eca9a1e55
Bug #303587 --> fix some html entity escaping issues
2005-08-05 18:17:53 +00:00
aaronleventhal%moonset.net
9dfc5a19c5
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
42b6117d58
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
f2a94ef72f
Bug 275695 Activate undo, redo, and quit commands in Sunbird. r=mvl npotb
2005-08-05 18:01:38 +00:00
jminta%gmail.com
a08cc13398
Bug 303230 Fix unifinder refreshing to make search actually work. r=mvl npotb
2005-08-05 17:53:13 +00:00
jminta%gmail.com
1fc7a1c394
Bug 303113 Bring back extra stuff in updateColors(). r=mvl npotb
2005-08-05 17:47:43 +00:00
jminta%gmail.com
703feb570e
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
7d2425083b
Automated update from host egg
2005-08-05 17:18:49 +00:00
dougt%meer.net
609317b481
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
ee112c3a3c
Bug 302402. Some XUL links opening twice. r+a=mconnor
2005-08-05 16:11:10 +00:00
aaronleventhal%moonset.net
3e0e9ff7b2
Bug 302646. Fix accessibility problems in printing dialogs. r+a=mconnor
2005-08-05 15:53:24 +00:00
bsmedberg%covad.net
e4492b0266
Typo in command to ensure existence of installer directory, found during bug 300409
2005-08-05 15:24:07 +00:00
gavin%gavinsharp.com
a0ae9e0b40
Bug 303541 : Text link widget doesn't getPreventDefault, r+a=mconnor
2005-08-05 15:14:06 +00:00
szegedia%freemail.hu
58960c6075
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
72ab82435e
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
5902fba5a3
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
8774d105e5
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
ec59b4e87b
[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
eaa495635e
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
9d0d2d27ca
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
9f0f4900e9
Make embedding\minimo a noop for window platforms.
2005-08-05 03:50:37 +00:00
dougt%meer.net
bd476d1bb9
forgot about our BOOTSTRAP in client.mk. Fixing build bustage. NPODB
2005-08-05 03:47:25 +00:00
smfr%smfr.org
730c541360
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