Граф коммитов

124875 Коммитов

Автор SHA1 Сообщение Дата
igor%mir2.org 449bf5eadc In Object.toSource implementation if property is not valid Java identifier, print it as 'escaped_property' so the property will read as proper Java string. 2003-12-04 15:47:03 +00:00
rginda%hacksrus.com a18a81d561 land 0.9.49, adds halfop support, initial rplisupport support, and properly masks password dialogs
a=asa, b=227334
2003-12-04 15:35:22 +00:00
rginda%hacksrus.com 782916cdec initial add of halfop images 2003-12-04 15:32:53 +00:00
mostafah%oeone.com 18a54befe3 Updated nl-NL files 2003-12-04 15:11:10 +00:00
pinkerton%netscape.com fdbeeb50ab keep the same collection when showing bookmark manager. make cmd-b be
a toggle with "show/hide" menu items instead of just "manage" menu text. make
cmd-y not toggle and always show history. fix updating of bookmark menus
when there are no windows open. remove some outdated cruft from the main
controller and nib. (bug 226904, and then some)
2003-12-04 15:02:32 +00:00
igor%mir2.org b1ba2b408e Fixing bug 225831 : use before_225831_merge to get code before the far reaching fix 2003-12-04 14:41:22 +00:00
ben%bengoodger.com 9e1f5cbdb3 Use the correct entity for the throbber tooltip, also, expand the brand identity string list to include a "Full Name" string. 2003-12-04 08:25:04 +00:00
scott%scott-macgregor.org cbc3a61c6e remove conflict that was checked into cvs 2003-12-04 07:11:52 +00:00
bzbarsky%mit.edu 567e341b75 Make sure to reframe when the "rules" attribute changes, since tables cache all
sorts of border-collapse stuff across reflows.  Bug 226593, r=bernd, sr=dbaron,
a=brendan
2003-12-04 06:26:15 +00:00
scott%scott-macgregor.org 991b944827 Bug #220846 --> Change of dynamic Window Configuration breaks character coding. By clearing mCurrentDisplayCharset when we reset the docshell on the message pane, we then allow nsMessenger::SetDisplayCharset to
later reset the character set on the docshell.

sr=bienvenu

a=sspitzer
2003-12-04 06:15:10 +00:00
ben%bengoodger.com 4de84f60f5 Oops, I did it again. 2003-12-04 04:54:41 +00:00
ben%bengoodger.com 94459dbeb4 Bug 227183 - Download Manager doesn't close after a download has finished, patch by Steffen Wilberg. 2003-12-04 04:36:02 +00:00
ben%bengoodger.com 88c80d8837 Update packager file as part of bug 225724. 2003-12-04 04:30:26 +00:00
ben%bengoodger.com 175130b283 We no longer need any of these files 2003-12-04 04:28:55 +00:00
ben%bengoodger.com 23295958bc Also remove from the makefile 2003-12-04 04:28:22 +00:00
ben%bengoodger.com 0127e17b4e Remove unneeded file 2003-12-04 04:28:07 +00:00
caillon%returnzero.com c8e5f51fe0 227079 - Mozilla asks for security privileges where it shouldn't
Make sure we check signed.applets.codebase_principal_support and special urls before going further.
r=jst sr=bzbarsky a=dbaron
2003-12-04 02:14:07 +00:00
jst%mozilla.jstenback.com 0a79c1c753 Fixing bug 227417. Make sure orphan nodes are wrapped in the right scope. r=caillon@aillon.org, sr=brendan@mozilla.org, a=dbaron@dbaron.org. 2003-12-04 02:13:55 +00:00
rlk%trfenv.com 0af67f769e Bug 227107 - Help button in Offline & Disk Space preferences is broken. r=neil@parkwaycc.co.uk, r=rlk@trfenv.com, sr=alecf@flett.org, a=asa@mozilla.org. Patch by Hasse (jasajudeju@telia.com). 2003-12-04 00:56:43 +00:00
scott%scott-macgregor.org d31949b40c add default pref for browser.download.folderList 2003-12-04 00:47:09 +00:00
nelsonb%netscape.com b87fc256c1 NSS_CMSContentInfo_Destroy()
- The patch destroys the digest context member of the CMSContentInfo.
  It calls the previously unused function NSS_CMSDigestContext_Cancel
  to destroy the digest context.  Eliminates an object reference leak.
Bugscape bug 54208, r=relyea
2003-12-04 00:39:24 +00:00
nelsonb%netscape.com 697b57f151 In functions NSS_CMSSignedData_Encode_AfterData and
NSS_CMSSignedData_Decode_AfterData
  - These functions call NSS_CMSDigestContext_FinishMultiple, which
    always destroys the digest context, regardless of whether it returns
    SECSUccess or SECFailure.  So, change these functions to always NULL
    out the context pointer regardless of the returned value.
NSS_CMSSignedData_VerifySignerInfo()
  - Always call NSS_CMSSignerInfo_Verify() to set the verification status
    in the signerinfo object, even if some of the other arguments are NULL,
    or other failures have occurred, but avoid NULL pointer dereferences
    along the way.  Notice that this change is dependent on changes to
    NSS_CMSSignerInfo_Verify() (see below.)
NSS_CMSSignedData_SetDigests() - skip over missing digests.  Don't fail
    the function, and don't crash, if digest pointers are NULL.
Bugscape bug 54208, r=relyea
2003-12-04 00:36:47 +00:00
nelsonb%netscape.com 8a0ca297e4 Functions NSS_CMSDigestedData_Encode_AfterData and
NSS_CMSDigestedData_Decode_AfterData
- Since NSS_CMSDigestContext_FinishSingle always destroys the context,
  regardless of whether it returns SECSuccess or SECFailure, these
  functions have been changed to always NULL out the context pointer
  after calling NSS_CMSDigestContext_FinishSingle, regardless of the
  outcome.
Bugscape bug 54208, r=relyea
2003-12-04 00:35:02 +00:00
nelsonb%netscape.com d0960c05d3 There is a lot of "cleanup" in this file, wrapping source at 80 columns.
The relevant fixes for this bug include:
NSS_CMSDigestContext_StartMultiple()
   - make sure that cmsdigcx->digcxs and cmsdigcx->digobjs are initialized.
   - at the "loser" label, be sure to free the digest context itself.
NSS_CMSDigestContext_Cancel()
   - after destroying all the objects, free the arrays of pointers to the
     objects, and the digest context itself.  Previously these items were
     leaked by this function.
NSS_CMSDigestContext_FinishMultiple()
   - ensure that this function ALWAYS destroys all the NSS digest objects,
     and doesn't stop destroying them if it encounters an error.  Note that
     this is a newer revision of an older patch for that problem.
   - always Free the arrays of pointers used in this object.
NSS_CMSDigestContext_FinishSingle()
   - simplify this code.
Bugscape bug 54208, r=relyea
2003-12-04 00:32:18 +00:00
nelsonb%netscape.com f6f1a0d2e4 NSS_CMSSignerInfo_Verify()
- This function is changed to explicitly allow some of its input arguments
  to be NULL.  It will set the verification status in the CMSSignerInfo
  object accordingly.  Since this is the ONLY function that ever sets the
  verification status, it must be able to do so even when problems have
  occurred.
- lots of cleanup of this source code.
Bugscape bug 54208, r=relyea
2003-12-04 00:29:31 +00:00
nelsonb%netscape.com 874fa3a93d Add null pointer checks to nss_cms_after_end and NSS_CMSEnvelopedData_Decode_AfterData. Bugscape bug 54061. r=wtc,relyea
Lots of code "cleanup" (reformatting for 80 columns) in cmsdecode.c
2003-12-04 00:14:24 +00:00
ben%bengoodger.com ac1a245aa1 Add "Remove" link back to download items. 2003-12-03 23:54:30 +00:00
brendan%mozilla.org 15af3ac60c Avoid deadlock by exiting monitor before processing pending events, when popping (200006, r=danm, sr=darin, a=blizzard). 2003-12-03 23:53:22 +00:00
neil%parkwaycc.co.uk 412a6eb57e Bug 226958 convert xpistatus.xul to <dialog> p=gautheri@noos.fr r=me sr=ben a=asa 2003-12-03 23:44:58 +00:00
cbiesinger%web.de 7559c5d60e 226919 SendStatusChange should check for NS_ERROR_FILE_TARGET_DOES_NOT_EXIST
This gives a useful error message if a helper app could not be found (for another error code)
r=bzbarsky sr=darin a=asa
2003-12-03 22:21:39 +00:00
jshin%mailaps.org ad38801286 bug 225695 : follow-up to bug 44272. tree-wide sweep to replace escape/unescape() with en|decodeURI(Component). part 2(mail/mailnews) of 3. r=neil, sr=bienvenu, a=asa 2003-12-03 21:52:10 +00:00
jshin%mailaps.org 5684182912 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2003-12-03 21:41:37 +00:00
pinkerton%netscape.com 73ee4f8547 use standard aboutbox instead of custom one (bug 227368) 2003-12-03 21:12:39 +00:00
pinkerton%netscape.com 1a4f495558 remove credits list for new about box 2003-12-03 21:08:08 +00:00
pinkerton%netscape.com 74abc17ee7 use a standard aboutbox (bug 227368) 2003-12-03 21:07:09 +00:00
scott%scott-macgregor.org b9b149aede Bug #226927
Some binary attachments are getting set to quoted printable instead of binary as a content type.

Fix this for now by forcing binary attachments.
2003-12-03 20:37:16 +00:00
scott%scott-macgregor.org c2df672e12 Bug #226325 --> Back out the fix for Bug #98564 as this opened us up to a regression where trailing stationary caret remnant left after backspace.
a=asa for 1.6b
2003-12-03 20:32:47 +00:00
pinkerton%netscape.com 4718bf0ddc removed 2 more icons we don't use anymore (bug 189801) 2003-12-03 19:00:26 +00:00
pinkerton%netscape.com a2b2035fe1 made a bunch of images smaller (bug 189801) 2003-12-03 18:56:42 +00:00
jouni%heikniemi.net 278a597a5e Bug 166346: Set html title attribute (tooltip) for local dot -drawn dependency graphs. r=kiko, justdave; a=justdave 2003-12-03 18:31:52 +00:00
mostafah%oeone.com 09faa4c293 Checked in attachment 136720 for bug 198640: multiweek view icon displays multiple images
Changed btn1.png for classic and modern from attachment 136243 and 136244
Removed btn1.gif and btnwm1.gif
2003-12-03 14:57:30 +00:00
dbaron%dbaron.org 19d4b2a4ae Back out last change jshin made. Fixing bustage. b=224546 2003-12-03 07:46:19 +00:00
ben%bengoodger.com de9b4b192f update a little more 2003-12-03 07:10:51 +00:00
ben%bengoodger.com 11881d41c2 Update file version info 2003-12-03 07:07:27 +00:00
ben%bengoodger.com f0db7c9162 Welcome to 2003, nsinstall.exe. nsinstall.exe should supply a "high definition" icon for Windows XP, and use the more modern style. 2003-12-03 06:49:10 +00:00
ben%bengoodger.com badd7383ea New uninstaller Icon 2003-12-03 06:47:45 +00:00
scott%scott-macgregor.org a1c4f7ba26 Port Bug #227235 to thunderbird. 'Subscribe to folders' text in Account Central should read 'Manage folder 2003-12-03 06:30:58 +00:00
scott%scott-macgregor.org 2e9a30a7a4 Bug #227335 --> Find in page from stand alone message window is broken 2003-12-03 06:28:01 +00:00
ben%bengoodger.com 3004a45f6d 227030 - 2 cancel verbs in cancel download dialog warning. 2003-12-03 06:26:07 +00:00
scott%scott-macgregor.org 80edbb2f59 Bug #227286 --> drag security icon into customize toolbar dialog, get a bogus image 2003-12-03 06:16:38 +00:00