Commit Graph

148067 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
0432cd908d Bug #276632 --> make autocomplete be more like google suggest (make it most popular results come first)
Ensure that we use the
match that has the highest popularity index, thus ensuring that the e-mail
address appears as high as possible in the autocomplete results list.

sr=bienvenu
2005-09-30 02:09:50 +00:00
christophe.ravel.bugs%sun.com
f25e5155ef 238319: Sun packages changes.
Add an extra line to the copyright file to have the same as NSS and NSPR.
2005-09-30 01:56:59 +00:00
mrbkap%gmail.com
6a80c2c3e3 bug 308856: Make sure that we enumerate over the inner window object, since no properties are actually stored on the outer window's js object. r=brendan sr=jst 2005-09-30 01:18:43 +00:00
smfr%smfr.org
4361539600 Widget part of fix for bug 297343: avoid re-entrant -[NSWindow makeKeyAndOrderFront:] calls by postponing the focus and activate calls into Gecko so that they get called the next time through the event loop, when window visibility and key status are correct. This allows embedder code that implements to nsIEmbeddingWindow::SetFocus() to check those and avoid re-entrant/redundant makeKeyAndOrderFront: calls. r=mento. Only affects Camino. 2005-09-30 00:59:29 +00:00
smfr%smfr.org
c3a4817fe8 Camino part of fix for bug 297343: avoid re-entrant -[NSWindow makeKeyAndOrderFront:] calls by postponing the focus and activate calls into Gecko so that they get called the next time through the event loop, when window visibility and key status are correct. This allows embedder code that implements to nsIEmbeddingWindow::SetFocus() to check those and avoid re-entrant/redundant makeKeyAndOrderFront: calls. r=mento. Only affects Camino. 2005-09-30 00:55:05 +00:00
bienvenu%nventure.com
e9274e9dd6 fix 264544, saving a brand new template and sending it delete it from templates folder, sr=mscott 2005-09-30 00:54:56 +00:00
mrbkap%gmail.com
34240f13ec Bug 280769: Handle overly-large regular expressions without crashing. Patch by Igor Bukanov <igor.bukanov@gmail.com>. r=mrbkap sr=brendan 2005-09-30 00:46:42 +00:00
mrbkap%gmail.com
2180d58572 Back out the first patch from bug 307317 to see if it helps bug 308678. 2005-09-30 00:39:18 +00:00
bugzilla%arlen.demon.co.uk
bd4fcd60d8 Bug 292668 Reorganise mailnews pref panes - Character Encoding patch
p=me r=mnyromyr/cbiesinger sr=neil.parkwaycc.co.uk
2005-09-30 00:24:35 +00:00
mrbkap%gmail.com
eb89e7f513 bug 284032: Add a function to allow easy testing of JS_ValueToInt32 from the js shell. Patch from Brendan. r=mrbkap 2005-09-30 00:23:14 +00:00
mrbkap%gmail.com
fedf62a8f8 bug 284032: Make sure to get the right fp when skipping over native frames in the DVG. Patch from Brendan. r=mrbkap 2005-09-30 00:19:48 +00:00
mrbkap%gmail.com
6aa6292697 bug 309307: Make sure to update the parent pointer of entries of style nodes when they get closed. r+sr=jst 2005-09-29 23:45:11 +00:00
relyea%netscape.com
b354997d97 Bug 119500 PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not supported
wtc's review r=wtc
2005-09-29 23:44:39 +00:00
mrbkap%gmail.com
3884e9dfd2 bug 308856: Provide an API to iterate over the properties of an object (such that if the object is native, the enumerate hook is not called). Patch from Brendan. r/sr=mrbkap/shaver 2005-09-29 23:39:48 +00:00
mrbkap%gmail.com
0b77246139 bug 308856: Only ignore enumerated properties when obj2 is actually in the prototype of obj (and thus will be enumerated when the prototype is enumerated). r=brendan 2005-09-29 23:36:54 +00:00
mrbkap%gmail.com
aefbbd73e2 bug 309897: Make sure to not shrink XML arrays when doing so would shrink the capacity to less than the needed size. Patch from Brendan. r/sr=mrbkap/shaver 2005-09-29 23:31:36 +00:00
wtchang%redhat.com
5c38b2d572 Bugzilla Bug 294106: dsa.c: use const in the function prototype of
DSA_GenerateGlobalRandomBytes.  prng_fips1861.c: implemented Algorithm 1
of FIPS 186-2 Change Notice 1 and increased the size (b) of the RNG's
seed-key from 160 bits to 256 bits. r=relyea,nelsonb.
2005-09-29 23:22:53 +00:00
mrbkap%gmail.com
24c439b988 Fix Brendan's naming nit (bug 308806) 2005-09-29 23:15:40 +00:00
mgalli%geckonnection.com
6a057ca5c2 F1 = launches focus to the menu button. 2005-09-29 22:23:47 +00:00
bzbarsky%mit.edu
746d3904e7 Make named arrays not look up names for XPCNativeWrapper. Bug 310069,
r=mrbkap, sr=jst
2005-09-29 22:08:09 +00:00
relyea%netscape.com
952e8e8f45 Tests won't pass if we don't build crmftest 2005-09-29 22:01:52 +00:00
bzbarsky%mit.edu
f7b86680d1 Failure to open a channel in a stream loader should just make init() throw.
Bug 310319, r+sr=darin
2005-09-29 22:00:26 +00:00
mrbkap%gmail.com
0c01573eca bug 308806: changes to an object's toString method are not reflected when calling toLocaleString. r=shaver 2005-09-29 21:54:37 +00:00
dveditz%cruzio.com
d57bdb684f Unchecking install pref box no longer hangs update, pref switched to one that makes more sense (bug 288054) sr=mconnor, r=beltzner 2005-09-29 21:54:17 +00:00
relyea%netscape.com
f07ca5cfef Bug 308887 CRMF request generation problem when using latest firefox
Add crmf tests to the test suite.
2005-09-29 21:36:42 +00:00
igor%mir2.org
7ce791784f Fixing bug 310482: I missed loading "this: for put_field. 2005-09-29 21:23:30 +00:00
relyea%netscape.com
9c9cecb9d7 Bugzilla Bug 119500 PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not supported
r=nelson

This is only the NSS portion of this patch. The PSM portion will be checked in once the
NSS portion is mainlined to mozilla.
2005-09-29 21:00:58 +00:00
cst%andrew.cmu.edu
f9065cc1e4 Backing out patch for bug 94687 due to regressions 2005-09-29 20:35:06 +00:00
bryner%brianryner.com
8d94bd5c6f Make clearing the disk/memory cache also evict cached viewers in bfcache. Bug 305462, r=marria@gmail.com, sr=darin@meer.net 2005-09-29 20:24:27 +00:00
mgalli%geckonnection.com
c669a0b613 Menu button is a toolbar button part of the tabindexing. Handler opens a popup menu, some event handler to the popupmenu allows user to exit the popup menu to the other toolbar items. Some other fixes to toolbar buttons, so they work via command (keyboard as well). 2005-09-29 20:21:25 +00:00
bsmedberg%covad.net
0297bc1a2b Bug 310076 - Calling app restart (nsIAppStartup.quit) from nsBrowserGlue fails to restart the app properly - r=darin 2005-09-29 20:19:27 +00:00
bsmedberg%covad.net
7e4fb43a5d Bug 308838 - Seamonkey win32 installer builds fail to launch after installation (GRE badness) r=darin 2005-09-29 20:01:42 +00:00
bsmedberg%covad.net
c7c15153ad Bug 310084 - nsIXULAppInfo.platformVersion should use the new version format, not "1.7+" r=darin 2005-09-29 19:57:21 +00:00
darin%meer.net
566507ab4f fixes bug 308484 "Extensions can't set Content-Length header for XMLHttpRequest" r=dveditz sr=jst 2005-09-29 19:26:59 +00:00
bob%bclary.com
4d2601aecd Object.prototype.toLocaleString should track Object.prototype.toString, Regression test for bug 308806 by Bryant Chen, not part of the build 2005-09-29 19:09:51 +00:00
sandeep.konchady%sun.com
913985ea4b Bugzilla Bug 164692 SSL ops that timeout should throw
java.net.SocketTimeoutException. sr=Glen.Beasley
2005-09-29 18:48:34 +00:00
wtchang%redhat.com
fc511c7607 Bug 271317, remove the old fortezza code 2005-09-29 18:09:11 +00:00
dveditz%cruzio.com
9e0319346f Support \u and \x escapes in pref files (bug 307438). r=cbiesinger, sr=darin 2005-09-29 18:09:06 +00:00
rob_strong%exchangecode.com
2fa023ccc5 Bug 310421 - Updates fail due to missing hash. r=bsmedberg, sr=dveditz 2005-09-29 17:41:29 +00:00
dougt%meer.net
dc63226438 Reverting Makefile change which caused bustage in non-minimo trunk 2005-09-29 17:32:41 +00:00
mark%moxienet.com
9760e8a4c1 Bug 310379, crash [@nsMacEventHandler::Scroll]. Check for !widgetToScroll. r=mano sr=smfr 2005-09-29 17:26:09 +00:00
relyea%netscape.com
93e1f22027 Bugzilla Bug 298630 freebl needs a memory cache invariant RSA implementation.
r=nelson
2005-09-29 17:17:09 +00:00
relyea%netscape.com
b8917d3493 Add better tests for detached signatures. Actually test the other sha
variants rather than just say we do. done in the context of bug 30887
r=nelson
2005-09-29 17:14:19 +00:00
bzbarsky%mit.edu
49f19ed0b7 Removing the "multiple" attribute should deselect all but one option. Bug
297172, r+sr=peterv
2005-09-29 14:30:32 +00:00
neil%parkwaycc.co.uk
01a327b8b8 Bug 291099 menuitem context menus arrow keys doubled r=aaronlev sr=dbaron 2005-09-29 13:18:27 +00:00
aaronleventhal%moonset.net
67ee0e846e Bug 309099. Entire client area should not be repainted for each focus move. Patch by Robert O'Callahan (roc). r=aaronlev, sr=neil 2005-09-29 13:16:46 +00:00
smontagu%smontagu.org
159e0a2eab Make the dates shown in the Expired Certificate alert have consistent (short) format. Bug 246905, patch by Constantine A. Murenin <cnst+bmo@bugmail.mojo.ru>, r=jgmyers, sr=brendan 2005-09-29 08:41:22 +00:00
mozilla.mano%sent.com
6d9ff886f2 Bug 221783 - <wizard>'s buttons have no access keys. patch from Vidar Braut Haarr <vhaarr+bmo@gmail.com>, r=me, sr=neil. 2005-09-29 08:15:14 +00:00
gavin%gavinsharp.com
eda36cbb9e Bug 310393: Hitting Enter in an empty searchbar shouldn't add an empty entry to its form history, r=mano 2005-09-29 03:14:59 +00:00
mozilla.mano%sent.com
53d5c3e589 Bug 310373, r=mconnor. 2005-09-29 01:47:43 +00:00