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

105651 Коммитов

Автор SHA1 Сообщение Дата
igor%mir2.org b8b54c75b5 Optimizing NativeGlobal.js_escape, ScriptRuntime.escapeString not to create StringBuffer if there are no character to escape in the initial string. Workaround for JDK 1.1 compiler bug in the initialization of ScriptRuntime.ComparableClass. 2002-07-11 18:45:16 +00:00
igor%mir2.org ed6e3066d3 Fixing 136893: for(i in undefined), for(i in null) do not throw TypeError but treated as for(i in {}) 2002-07-11 18:39:24 +00:00
oeschger%netscape.com b3a6bd2244 updating info in help text: File->Import --> Tools->Import, bug=142111 2002-07-11 18:21:46 +00:00
ducarroz%netscape.com 1bb98ce41b Fix for bug 156772: Replace the pair NS_ADDREF_THIS/NS_RELEASE_THIS by nsCOMPtr<nsIDocumentViewer>
kungFuDeathGrip(this). R=rods, SR=jst
2002-07-11 18:11:12 +00:00
mikep%oeone.com 1be18e31e4 Adding in test code, and making it so that pressing return will active the search. 2002-07-11 14:00:37 +00:00
mostafah%oeone.com b374366fa4 Added contact field to calendar event 2002-07-11 13:33:42 +00:00
bbaetz%student.usyd.edu.au ae3aebbdc0 Bug 156844 - 'use of uninitialized value in string eq' warning
r=jouni x2
2002-07-11 11:46:08 +00:00
jouni%heikniemi.net f68aa4cb58 Bug 117297: CC list mailing had case-sensitive dupe checking, making it possible to mail both "a@b.com" and
"a@B.com".
Patch by thomas+mozilla@stromberg.org (Thomas Stromberg), r=jouni,timeless
2002-07-11 08:05:05 +00:00
bryner%netscape.com 047e681ad6 0.4 splash from ugo 2002-07-11 03:33:12 +00:00
aaronl%netscape.com 3d0005f7ad Bug 30088. Not part of build. Typeaheadfind, fix for repeated character - could get stuck 2002-07-11 01:56:20 +00:00
myk%mozilla.org 24b9e67382 Fix for bug 156559: Changes to mysqld-watcher.pl to make it kill queries quicker, kill 'em all at once, give better notifications, and not include globals.pl, which is unnecessary.
r=dmose
2002-07-11 01:16:23 +00:00
bryner%netscape.com c2d55e563a Fix file paths for debug static builds. 2002-07-11 01:01:16 +00:00
aaronl%netscape.com 8429f3bf88 Bug 30088. Typeaheadfind fix, not part of build. Sometimes typeaheadfind would hang if the letter typed wasn't visible 2002-07-11 01:00:36 +00:00
rods%netscape.com a210215064 Reapplying original patch from Bug 156307 (which I just backed out)
This patch checks the subject to make sure it isn't null before escaping it
Bug 156650 r=varada sr=bienvenu a=dbaron
2002-07-11 01:00:21 +00:00
dsirnapalli%netscape.com 2323aa7048 Test Cases to test HTML Elements for Accessibility. 2002-07-11 00:56:08 +00:00
wtc%netscape.com 2c871ac924 Bug 156633: the PR_CurrentThread nspr1.0 compatibility macro should be put
inside #ifndef NO_NSPR_10_SUPPORT.
2002-07-11 00:53:14 +00:00
dsirnapalli%netscape.com 09dfe3f333 Updated with new test cases. 2002-07-11 00:51:06 +00:00
rods%netscape.com 7dc7a64cd3 Backing out previous checkin - Fixes regression Bug 156630
Reopening Bug 156307
2002-07-10 23:39:18 +00:00
aaronl%netscape.com deb7035ba7 Bug 30088. Fixed pref handling of typeaheadfind so that it has it's own default preferences file. No need to se prefs manually anymore. Touched up rdf files so that installing via xpi can work. Not part of build 2002-07-10 23:34:52 +00:00
pschwartau%netscape.com 729cd40cd3 Initial add. Based on examples from ECMA-262 Ed.3 spec, Section 15.10.2 2002-07-10 23:09:48 +00:00
mkaply%us.ibm.com b8bed56fb0 Fix OS/2 runtime bustage - appears to be a compiler bug - working on getting a testcase together 2002-07-10 22:20:36 +00:00
igor%mir2.org a3eec51b34 With Roger's <rogerl@netscape.com> new RegExp implementation Rhino passes:
js1_2/regexp/regress-9141.js
ecma_3/String/regress-104375.js
2002-07-10 22:14:48 +00:00
pinkerton%netscape.com bc15179347 Teach url dispatch about the referrer field so opening links in a new
tab/window works correctly in all cases (bug 156732)
2002-07-10 21:53:29 +00:00
relyea%netscape.com eb96a2084d 1) When looking for a trust token, return tokens in the following priority order:
1) r/w token with trust.
2) r/o token with trust.
3) r/w token
4) r/o token

Also, don't crash if we try to change the trust on a cert in temp storage, just return an error.
2002-07-10 21:34:01 +00:00
mostafah%oeone.com e40ec5a687 Applying patch for bug 132231: No support for International characters 2002-07-10 21:24:08 +00:00
bryner%netscape.com 38a571be71 Oops, I didn't mean to change the format of this file. 2002-07-10 21:11:12 +00:00
bryner%netscape.com d148a6d989 Version # -> 0.4.0 2002-07-10 21:06:28 +00:00
pschwartau%netscape.com a234e4d358 Skip testcase for bug 152646. Will not fix this in Rhino; too much of a corner case. 2002-07-10 21:03:07 +00:00
igor%mir2.org 6387ce4fe2 No more skiping of ecma/LexicalConventions/7.7.3.js, it works as DToA converts numbers to strings properly 2002-07-10 20:00:25 +00:00
shannond%netscape.com d3bf18a021 Bug 147978 - The copy of an existing config should use its own Workspace
r=mitchf@netscape.com, shrutiv@netscape.com
2002-07-10 19:33:25 +00:00
mostafah%oeone.com a2117c5728 Checking in patch for bug 139490:repeated events don't work correctly without X RecurUnits property 2002-07-10 17:01:23 +00:00
myk%mozilla.org 505e21f82c Fix for bug 156563: Adds URI of installation to RDF output of buglist.cgi.
2xr=bbaetz
2002-07-10 16:46:30 +00:00
wtc%netscape.com a71935e132 Bug 155626: Handle the failure of ocsp_CreateCertID and use the new
CERT_GetOCSPResponseStatus function.
2002-07-10 15:16:10 +00:00
wtc%netscape.com 28c55e9bf1 Sorted the NSS 3.6 symbols in alphabetical order. 2002-07-10 15:04:23 +00:00
pinkerton%netscape.com 0f38e1d6a7 When the sidebar button is removed from the toolbar, nil out our ref so
we don't later crash trying to access it (bug 156485)
2002-07-10 14:38:54 +00:00
mostafah%oeone.com 75269d6608 Tuning code to work with new libical library (0.24?) 2002-07-10 14:03:53 +00:00
ian%hixie.ch e30b8ac746 Fix a typo which confused older Perls, and fix a big error in the handling of uppercase channel names. b=MasterTLH (thanks dude), p=Hixie, r=justdave,bbaetz 2002-07-10 13:56:22 +00:00
mikep%oeone.com afbca7ed72 Partial fix for bug 137513 to enable mouse scrolling in day and week view. 2002-07-10 13:49:12 +00:00
bbaetz%student.usyd.edu.au f9e0652da4 Bug 155031 - search by votes is shown even when votes are turned off.
r=jouni x2
2002-07-10 13:16:02 +00:00
kaie%netscape.com 9a1fd83a06 b=156546 Fixing Windows bustage 2002-07-10 07:58:20 +00:00
aaronl%netscape.com 73aea38a10 Bug 30088. Type ahead find extension, fixing timeouts so that are reset on failed matches as well. Not part of build 2002-07-10 07:39:35 +00:00
jkeiser%netscape.com 10ed5191a8 Stop silly people from recursing frames to death (bug 136580). adamlock's patch, r=jkeiser/adamlock, sr=jst 2002-07-10 06:48:10 +00:00
kaie%netscape.com 360356f264 b=156546 Forwarded inline: Incorrect signature/encryption status shown in header area
r=ducarroz sr=alecf
2002-07-10 06:36:06 +00:00
bbaetz%student.usyd.edu.au 83f4873b14 Bug 155793 - $::FORM is not tainted under perl 5.6.1
r=myk, jouni
2002-07-10 06:27:11 +00:00
sicking%bigfoot.com de586d5b04 fix linux bustage 2002-07-10 05:50:31 +00:00
bzbarsky%mit.edu 63a557eec1 Fix part of bug 120327. Patch by Jonas Jorgensen <jonasj@jonasj.dk>,
r=bzbarsky, sr=brendan,ben, gladness=all
2002-07-10 05:42:11 +00:00
brendan%mozilla.org ea12555566 Oops, deal with PRInt64 operand to NS_SWAP64 (followup to last checkin). 2002-07-10 05:18:58 +00:00
caillon%returnzero.com f9f7f14bce Bug 156554 - Remove a "helper" function which basically does a QI - we can just QI ourselves.
r=sicking sr=ben
2002-07-10 05:10:09 +00:00
sicking%bigfoot.com 451ede1894 Key template modes, template names, decimalformats, attributesets and keys on expanded name rather then qualified name.
b=96082 r=peterv sr=jst
2002-07-10 05:04:24 +00:00
jpierre%netscape.com 9f541c35f5 Fix for 149832 :
do not check certUsageVerifyCA
clean-up comments
correctly check for signature after first try
2002-07-10 05:02:46 +00:00