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

122100 Коммитов

Автор SHA1 Сообщение Дата
cltbld%netscape.com 3b490ed79d tegu -> axolotl for graph server. 2003-08-27 21:11:48 +00:00
mcs%netscape.com 20ff0afa50 Follow up fix for 200528 - ldap/include/portable.h is confused
about Solaris: older Linux versions do not have in_addr_t, so
don't assume they do.
2003-08-27 21:02:31 +00:00
mcafee%netscape.com cc3cb06334 comment: url for CGI::Request installation 2003-08-27 21:00:44 +00:00
ben%bengoodger.com 48d15eaedf Fix line spacing 2003-08-27 20:55:48 +00:00
blakeross%telocity.com 0b7f05c9d2 Hacky workaround for bug 210910 -- to be removed after 0.7. 2003-08-27 19:03:27 +00:00
blakeross%telocity.com 6280d1dc33 Fix 215344 2003-08-27 18:35:19 +00:00
ben%bengoodger.com 7c5951e7aa b215898 - Provisional Security UI for Firebird .7. Also reintroduce some XUL blake removed, but commented out. 2003-08-27 17:52:04 +00:00
noririty%jcom.home.ne.jp 340f3b91c7 Fix 217445 - fixing contextmenu bustage in Page Source 2003-08-27 14:48:51 +00:00
mcs%netscape.com 3a866a9f2e Fix 200528 - ldap/include/portable.h is confused about Solaris.
Avoid using sunos5 (not defined).
    Removed definitions of these macros that are not used anwhere:
		HAVE_GETPWNAM_R, HAVE_GETGRNAM_R, SIG_FN, WAIT_FLAGS.
2003-08-27 14:10:02 +00:00
mcs%netscape.com 8b1fe279b4 Fix 200361 - LDAP tools should accept -i UTF-8 and -i utf8 on all platforms.
Also, on Windows the -i option was previously ignored; now the following
  values are accepted: windows-1252, ANSI, utf-8, utf8 (2 charsets in total).
2003-08-27 13:35:21 +00:00
igor%mir2.org 6dd4d70e56 1. Removal of NativeScript.initScript which was empty and was never overridden by script function implementations.
2. Using in NativeScript.compile Context.compileString instead of compileReader to avoid unnecessary construction of StringReader.

3. Overriding NativeFunction.getEncodedSource() in NativeScript to call this method on the delegated script object so decompilation of scripts constructed via script.compile would work.
2003-08-27 11:53:01 +00:00
igor%mir2.org 18456e5ca1 NativeFunction.decompile abd NativeFunction.initScriptFunction are final since script function implementations should not override them. 2003-08-27 11:47:19 +00:00
igor%mir2.org 894383d75f New form of markTableSwitchCase that allows to mark a switch case jump target and adjust stack top. 2003-08-27 11:44:46 +00:00
noririty%jcom.home.ne.jp 24e331aafb Fix 217378 - removing asa from about.xhtml 2003-08-27 10:09:30 +00:00
blakeross%telocity.com 4baab06663 remove "redo" item that we got from mozilla. 2003-08-27 08:24:52 +00:00
zach%zachlipton.com 45d5ca2881 Fix for bug 217256, "No Interdiff Notification message has two run on words." Patch adds
newlines where they are needed.

r=zach, a=justdave. Patch by Colin S. Ogilvie <bmo@colino.co.uk>
2003-08-27 05:36:32 +00:00
scott%scott-macgregor.org a74e13944b Bug #217405 --> New helper app dialog causes JS exception for unknown content types
r=ben
2003-08-27 04:45:36 +00:00
scott%scott-macgregor.org d6c2a3ee34 hide the manage plugins button for thunderbird 2003-08-27 04:41:54 +00:00
scott%scott-macgregor.org 67c5c4e16f point to the 0.2 release notes draft 2003-08-27 03:58:21 +00:00
scott%scott-macgregor.org c43ef5e720 back out access key fix as it causes major problems =). 2003-08-27 03:53:36 +00:00
scott%scott-macgregor.org c468fe4683 Bump the version string to 0.2 on the mac. thanks to Don Crandall for the patch. 2003-08-27 03:07:58 +00:00
scott%scott-macgregor.org 968a69c689 add an id to the help menu item separator. 2003-08-27 03:04:22 +00:00
jpierre%netscape.com 9260c97765 Fix for 214201. remove unused variable 2003-08-27 01:47:57 +00:00
wtc%netscape.com 061f92769b Bugzilla bug 216693: use "." instead of "org" to specify the list for zip. 2003-08-27 01:13:06 +00:00
wtc%netscape.com 797bd4d0ea Import NSS_3_7_8_RTM. 2003-08-27 01:01:59 +00:00
bryner%brianryner.com 5ce2c1139f Actually add the site to the reject list if the user said "Never for this site." Bug 216542. 2003-08-27 00:34:09 +00:00
nicolson%netscape.com ec0fcca998 Update JSS to version 3.4.1. 2003-08-27 00:08:43 +00:00
myk%mozilla.org d96f8b2354 Fix for bug 217029: creates appropriate date string if string is empty now that Date::Parse 2.27 doesn't do it for us auto-magically.
r=justdave
a=justdave
2003-08-26 23:56:45 +00:00
cls%seawood.org 14bbc70997 Since cygpath is converting paths into absolute paths, remove $srcdir as well as $_dos_srcdir to catch the relative paths.
Fixing dependency bustage when configure is called with a relative path.
Fallout from bug #210393
2003-08-26 20:28:47 +00:00
timeless%mozdev.org d0724798bb Bug 210300 Incomplete Help Index
patch by rlk@trfenv.com r=oeschger a=asa
2003-08-26 20:05:32 +00:00
timeless%mozdev.org 2631346634 Bug 217063 Preferences categories expand after being closed
Backing out bug 209149 Sub-categories should be shown when selecting a category in the preferences dialog
a=mkaply
2003-08-26 19:28:00 +00:00
igor%mir2.org 51bf324448 Added NativeFunction.initScriptFunction to initialize NativeFunction.argNames, NativeFunction.version and its usage in InterpretedFunction/InterpretedScript.
It will allow to make the protected fields in NativeFunction private when the optimizer will be updated to use the new function.
2003-08-26 18:06:10 +00:00
scott%scott-macgregor.org c21f2f71ed Bug #217348 --> make the access keys consistent between the add and delete buttons for html and plain text domains. 2003-08-26 17:07:38 +00:00
cls%seawood.org a0a91fcd8a Skip iconv checks for darwin builds as iconv is only available from fink and we do not want the extra external dependency.
Thanks to Jerry Talkington <jerry@smartasfuck.com> for the patch.
Bug #216908 r=cls sr=darin a=asa
2003-08-26 15:56:49 +00:00
igor%mir2.org 2709c61a4d Using ScriptRuntime.emptyStrings to return emoty var array 2003-08-26 15:45:16 +00:00
igor%mir2.org cb46fe1b41 Added public static final String[] emptyStrings to denote zero-length string array 2003-08-26 15:45:15 +00:00
igor%mir2.org 7d0e681b6a Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=217257 :
Patch from Larry Blair to fix decodeURIComponent()
2003-08-26 15:45:14 +00:00
igor%mir2.org f9b335bf06 Making createObject public so optimizer implementation can access it outside BaseFunction subclass 2003-08-26 15:45:13 +00:00
igor%mir2.org 856b7cabb4 1. Support for generation tableswitch code
2. Utility method addLoadThis() as an alias for add(ByteCode.ALOAD_0)
2003-08-26 15:43:11 +00:00
cbiesinger%web.de 54b6ac62e1 Bug 216606
New advanced IMAP popup should have IMAP as the default tab
patch by bugzilla@arlen.demon.co.uk (Ian Neal)
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
asa: approval1.5b+
2003-08-26 11:19:00 +00:00
cbiesinger%web.de 628c1b5a4c Bug 216533
Move the "Composition" settings *above* the "Addressing" settings in the
      Account Settings
patch by Ian Neal bugzilla@arlen.demon.co.uk
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
asa: approval1.5b+
2003-08-26 11:17:11 +00:00
cbiesinger%web.de 2e753652ba 216243 "browser, file, save page as" to a write protected media: no error
message
ere: review+
darin: superreview+
mkaply: approval1.5b+
2003-08-26 09:08:18 +00:00
jshin%mailaps.org 80622a4ba0 bug 213035 : replace NS_ConvertUTF8toUCS2 with IsUTF8 for UTF8-ness checking (r=bienvenu, sr=bz, a1.5=asa) 2003-08-26 08:25:11 +00:00
scott%scott-macgregor.org e40c6de58e Leverage toolkit/mozapps which now gives us a new attachment opener dialog, a new pref category called attachments
which lets you configure your desired attachment behavior.

thanks to ben goodger for making mozapps possible.
2003-08-26 06:29:35 +00:00
scott%scott-macgregor.org 59b960258e Bug #134492 --> when printing a msg with attachments, also print a list of the attachments.
Thanks to Kevin Teuscher for helping to drive this patch.
r=mscott
sr=bienvenu/brendan
a=asa
2003-08-26 06:05:47 +00:00
bryner%brianryner.com 3aa59b9b92 Disable installer 2003-08-26 05:43:07 +00:00
scott%scott-macgregor.org 20eda633ca add browser.download.useDownloadDir 2003-08-26 05:04:31 +00:00
bsmedberg%covad.net 9a7434e4e5 Bug 170514 - Language name representation not localizable. Patch by marcel.gosselin@polymtl.ca r=nhotta sr=jag a=asa 2003-08-26 04:02:54 +00:00
cltbld%netscape.com 0269df72d7 Automated update 2003-08-26 00:30:14 +00:00
bsmedberg%covad.net 916b524bef Bug 216366 - configure doesn't wrap ActiveState Perl calls correctly. r=cls a=asa 2003-08-26 00:29:19 +00:00