dougt%meer.net
ec9fef2053
Build/config changes to allow static xpcom link for Minimo. b=314880, r=dveditz.
2005-11-07 19:08:03 +00:00
wtchang%redhat.com
ff785bd766
Bugzilla Bug 298522: added power-up self tests for HMAC SHA-384 and HMAC
...
SHA-512. The patch was written by Glen Beasley of Sun. r=wtc.
2005-11-07 19:05:45 +00:00
cvshook%sicking.cc
a94ba80d50
Followup patch for bug 311827. nsIContent::GetAttr now returns a bool.
...
r/sr=bz
2005-11-07 19:03:54 +00:00
wtchang%redhat.com
4029572119
Bugzilla bug 313196: include the minimal headers.
2005-11-07 19:00:58 +00:00
wtchang%redhat.com
126f513f21
Bugzilla Bug 313196: checked in a header inclusion change that I missed in
...
the previous checkin.
2005-11-07 18:48:39 +00:00
wtchang%redhat.com
1714be323f
Bugzilla Bug 313196: HMAC code should not use a fixed hash input block size
...
of 64 bytes, which is wrong for SHA-384 and SHA-512. This requires adding
the hash input block size to the SECHashObject structure. r=relyea,nelsonb
Modified Files:
cryptohi/hasht.h cryptohi/sechash.c freebl/alghmac.c
freebl/blapit.h freebl/rawhash.c
2005-11-07 18:44:21 +00:00
jminta%gmail.com
5e7d59a92c
Bug 314345 Events and tasks still seen if all calendars is deselected, r=mvl
2005-11-07 17:55:05 +00:00
wurblzap%gmail.com
2a7e0f3224
Bug 314682: link rel entry for votes never gets created
...
Patch by Marc Schumann <wurblzap@gmail.com>
r=LpSolit, a=justdave
2005-11-07 17:19:13 +00:00
wurblzap%gmail.com
5b143dcfaa
Bug 314680: Dependecy graph link rel entry should depend on webdotbase param
...
Patch by Marc Schumann <wurblzap@gmail.com>
r=LpSolit, a=justdave
2005-11-07 17:14:01 +00:00
doronr%us.ibm.com
736b830c90
Bug 308500 - add hexBinary support to Schema Validation
2005-11-07 16:35:49 +00:00
mkaply%us.ibm.com
6ee0b1a705
OS/2 build bustage
2005-11-07 14:29:32 +00:00
jminta%gmail.com
2d7f9ba2e7
Bug 313660 Fix for Javascript Strict Warning in unifinderToDo.js Patch by ssitter@googlemail.com, r=jminta
2005-11-07 14:13:59 +00:00
jminta%gmail.com
d7ace6a10e
Bug 315137 Fix for hard-coded string in calendarProperties.xul. Patch by ssitter@googlemail.com, r=jminta
2005-11-07 14:10:50 +00:00
smontagu%smontagu.org
452af9ab94
Add Maltese and Tatar to the list of supported languages, and map Chinese (Min Nan) to the Western langGroup. Bugs 258599, 310028, 314907, r=jshin, blanket sr=roc for property file changes
2005-11-07 09:30:58 +00:00
dveditz%cruzio.com
54a6d5d8e3
bug 312036 fix missing compress commit when deleting in the "date and site" history view, r=bryner, sr=dbaron
2005-11-07 07:43:55 +00:00
bob%bclary.com
22347fd8e9
JavaScript Test Library - test size of string operands, not number of iterations of concat
2005-11-07 07:26:33 +00:00
bob%bclary.com
cef24765d4
JavaScript Test Library - automation, proper handling of exit codes for timed executions
2005-11-07 07:10:59 +00:00
bob%bclary.com
bfe41df825
JavaScript Test Library - add test path to ecma_3/Date/shell.js
2005-11-07 07:03:15 +00:00
gavin%gavinsharp.com
52fc0b3570
Followup to bug 315004, r=mconnor.
2005-11-07 04:49:19 +00:00
roc+%cs.cmu.edu
599bd30eab
Bug 315127. Go back to allocating NS_NewDirectionalFrame on the heap, to fix crash regression. r+sr=dbaron
2005-11-06 22:47:10 +00:00
bugzilla%arlen.demon.co.uk
dd69f4c1b0
Bug 111842 tabbed browser prefs text "load links in the background" misleading
...
p=tmeader@gmail.com r=db48x sr=jag
2005-11-06 22:21:20 +00:00
smfr%smfr.org
3e0a267468
Fix bug 314803: if saving HTML Complete to a non-writable dir, we'd bail when creating the associated "Files" directory but never cancel the download. This patch fixes that by calling OnStateChanged on the download in the failure case. I also fixed some variables names and comments to make the header sniffing stuff clearer.
2005-11-06 21:42:04 +00:00
bzbarsky%mit.edu
ec88a7ee5b
Fix bug 315264, in a kinda-hacky way. r+sr=dbaron
2005-11-06 19:38:43 +00:00
bryner%brianryner.com
f9c219472d
Unhook subframe containers / link handlers when putting a document into bfcache, and restore them when restoring the document (bug 314549). r+sr=bzbarsky.
2005-11-06 19:23:03 +00:00
mconnor%steelgryphon.com
0ea4421c4f
bug 315004 - only allow http/https URLs for addon homepages, patch by dveditz, r=me
2005-11-06 19:18:44 +00:00
sergei_d%fi.tartu.ee
d6fc7fb875
[BeOS]Bug 229603, changing mView type from BView to nsViewBeOS. p=sergei_d, r=thesuckiestmail, BeOS-only, no sr required
2005-11-06 19:17:24 +00:00
rbs%maths.uq.edu.au
f1f0ff2b51
Minus sign is not displayed inside MathML on the Mac, patch by YAMASHITA Makoto <makotoy@ms.u-tokyo.ac.jp>, b=257978, r=jshin, sr=rbs
2005-11-06 19:01:32 +00:00
bzbarsky%mit.edu
207461fe4d
When java is disabled in preferences, the plugin host shouldn't claim it's
...
supported. Bug 310021, r=biesi, sr=jst
2005-11-06 18:34:03 +00:00
smfr%smfr.org
062098477e
Fix bug 315246: nsGetInterface::operator() can use an uninitialized nsresult variable, if the source fails to implement nsIInterfaceRequestor (which fires an assertion in debug builds). r=dougt, sr=bzbarsky.
2005-11-06 18:31:09 +00:00
bzbarsky%mit.edu
2b7fc1f0c9
Make all stylesheet changes do an async style reresolve, not a sync one. Bug
...
314776, r+sr=dbaron
2005-11-06 18:01:17 +00:00
sergei_d%fi.tartu.ee
4c21d0216f
[BeOS]Bug 315208. Removing unused files
2005-11-06 16:00:01 +00:00
sergei_d%fi.tartu.ee
dddf680269
[BeOS]Bug 315208. Removing nsObject from BeOS widget code. p=sergei_d, r=thesuckiestmail, BeOS-only, no sr needed
2005-11-06 15:39:54 +00:00
sergei_d%fi.tartu.ee
b9fdc95079
[BeOS]Bug 315208.BeOS nsWindow code cleanup. p=sergei_d, r=thesuckiestmail, BeOS-only, no sr needed
2005-11-06 15:10:53 +00:00
hwaara%gmail.com
9d82e45dd4
bug 314350, implement GetScrolledSize in nsScrollBoxObject
...
r/sr=bzbarsky
2005-11-06 15:10:09 +00:00
emaijala%kolumbus.fi
52230a880c
Fix for bug 314543: backout patch of bug 307678, we need a better solution (work will continue in bug 312566)
...
r+sr=roc
2005-11-06 08:29:51 +00:00
smfr%smfr.org
384d5692d1
Fix bug 314803: fix crash on download failure, caused by DownloadDone() getting called twice. Added error reporting for common downloading errors (no permissions in destination dir, and disk full) via a sheet on the downloads window.
...
Implemented nsIInterfaceRequestor on nsDownloadListener and nsHeaderSniffer because I was seeing assertions about this, and to avoid possible uninitialized value usage (bug 315246).
2005-11-06 06:40:36 +00:00
smfr%smfr.org
9c1e8afd11
Add NSString category for methods that get a couple of useful path-related strings (volume name, and file/folder display name).
...
Also fix memory leak in [NSView removeAllSubviews].
2005-11-06 06:32:18 +00:00
cbiesinger%web.de
eefeee2c91
bug 315188 make libjar use symlinks on BeOS too
...
patch by tqh <thesuckiestemail@yahoo.se> r=fyysik sr=darin
2005-11-05 23:23:01 +00:00
kairo%kairo.at
95839c3da2
bump trunk SeaMonkey version to 1.5a, r=Neil a=seamonkey-council
2005-11-05 22:44:42 +00:00
smfr%smfr.org
3b69fb7f86
Make sure the Info tab is selected.
2005-11-05 22:16:19 +00:00
smfr%smfr.org
ab3c65a947
Fix bug 294732: rename "Name" field to "Title" to be consistent with the rest of the UI. Also tidy up the "Visit count" panel. Patch partly by Markus Magnuson.
2005-11-05 22:14:25 +00:00
gavin%gavinsharp.com
f10c03f104
Oops, better fix for bug 314986, r=mconnor.
2005-11-05 21:53:48 +00:00
gavin%gavinsharp.com
ea8275e160
Bug 314986: "Visit Home Page" menu item spawns a window with empty bookmark toolbar, r=mconnor
2005-11-05 21:47:30 +00:00
dougt%meer.net
948fc9aa52
This patch makes --disable-printing work from configure. b=308629. r=jst r=benjamin
2005-11-05 18:46:23 +00:00
dougt%meer.net
408301ff78
Windows CE only. Fixes a crash when doing form post.
2005-11-05 18:43:28 +00:00
sergei_d%fi.tartu.ee
0e716ed2bb
[BeOS]Bug 314687, reduce drawing and resizing message flood. p=sergei_d, r=thesuckiestmail, BeOS-only, no sr needed
2005-11-05 16:53:41 +00:00
allan%beaufour.dk
9230d32f1f
[XForms] Revise custom control interface. Bug 306764, r=aaronr+smaug
2005-11-05 16:11:42 +00:00
bugzilla%standard8.demon.co.uk
780d910948
Back out part of bug 119948 part 2 as it broke builds with --disable-ldap
2005-11-05 16:08:26 +00:00
bsmedberg%covad.net
425f2f8705
Reverting bug 314958 until I can figure out the tbird official-branding business.
2005-11-05 15:16:58 +00:00
jminta%gmail.com
49ce50fcf2
Bump version number. r=mvl
2005-11-05 14:18:43 +00:00