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

103776 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 6e9850aa21 fixing some redundant ref counting and a leak of the autocomplete data
source. r=hyatt.
2002-05-28 18:42:21 +00:00
kirk.erickson%sun.com 9ef935cd78 Fixed OCSP typo. 2002-05-28 18:26:37 +00:00
hyatt%netscape.com 57b4e44881 Fix back forward key bindings. 2002-05-28 18:22:37 +00:00
pinkerton%netscape.com f46328eabc Fix crash for 147604. should retain these icons if i'm going to hold them indefinately. 2002-05-28 16:48:48 +00:00
peterv%netscape.com b98a256c65 Fix for bug 88761 (html code for selected and noshade (and other minimizable attributes) not w3c conformant). r=heikki, sr=jst. 2002-05-28 12:34:48 +00:00
hewitt%netscape.com 71d762f2cc more autocomplete details, and icons for bookmark menus 2002-05-28 10:30:42 +00:00
hewitt%netscape.com d8e9c91f64 145802 - session history in Go menu for Chimera, 145803 - urlbar autocomplete for chimera 2002-05-28 09:07:53 +00:00
glazman%netscape.com c58b0f7441 Test Selection debug menu item was horked in Composer; b=146424, r=neil@parkwaycc.co.uk, sr=jst 2002-05-28 09:00:25 +00:00
kyle.yuan%sun.com 0d6ac17585 Bug 146315, 146499, 146828 nsIAccessible's accDoAction does not work for XUL Button/Check Box/Radio Button Element
r=aaronl, sr=jst
2002-05-28 08:55:54 +00:00
seawood%netscape.com b1f30a88d8 Pull client.mk and modules.mk by date when MOZ_CO_DATE is set rather than always pulling the tip version.
Thanks to Andrew Schultz <ajschult@eos.ncsu.edu> for the patch.
Bug #143165 r=leaf
2002-05-28 08:40:31 +00:00
peterv%netscape.com f7d40d2489 Fix for bug 146965 (Standalone Transformiix outputs invalid XML). r=sicking, sr=jst. 2002-05-28 08:27:28 +00:00
peterv%netscape.com dfaec56a80 Fix for bug 146964 (Bug in format-number XSLT function). r=sicking, sr=jst. 2002-05-28 08:16:43 +00:00
timeless%mac.com 7663495a44 Bugzilla Bug 147022 Crash when calling prompt() with 2 arguments [@nsACString::Last]
The theory is that the string was "" but the code only handled (char*)0 for empty strings,
The result is a crash in Last() for an empty string.
r=bzbarsky sr=jst
2002-05-28 05:35:35 +00:00
bryner%netscape.com 546cd30102 - Remove some unneeded gecko files from the project.
- Bump the Chimera version to 0.2.8 in the project and credits file.

Note: we no longer copy libmozz.dylib from Mozilla, you need to use --with-system-zlib.  r=hyatt.
2002-05-28 04:00:40 +00:00
stephend%netscape.com 4efe7e91f3 Bug 60639. Proliferate amount of JS strict warnings in accountmanager.js. Patch by rossi@telnet.at (email address doesn't resolve). r=racham@netscape.com, sr=shaver@mozilla.org. I'm landing this for him because a) I'm not sure he has cvs commit access b) I _so_ don't want to see this bitrot any longer. 2002-05-28 02:39:31 +00:00
bryner%netscape.com 415ee0507d Getting rid of a useless printf that I forgot to remove before checking in. 2002-05-28 00:16:13 +00:00
jaggernaut%netscape.com 2edfa76268 Bug 101955: Middle-click -> Open in new tab/window fails for Mail/News URLs, r=sdagley, sr=hewitt 2002-05-28 00:02:41 +00:00
blakeross%telocity.com 574ab0ae49 132013 - remove from list in download manager makes program unresponsive for too long. r=hewitt sr=blake (patch by ben) 2002-05-27 18:11:51 +00:00
blakeross%telocity.com cf2c08751e 132013 - remove from list in download manager makes program unresponsive for too long. r=hewitt sr=blake (patch by ben) 2002-05-27 18:06:31 +00:00
ben%netscape.com 3fd10e12e2 remove emacs backup file hyatt accidentally checked in 2002-05-27 06:17:10 +00:00
khanson%netscape.com 32f096fe9c patch to speed up array.sort of strings by 40% r=brendan, sr=shaver 2002-05-27 05:53:57 +00:00
bryner%netscape.com c64a97e26a Ignore generated Makefiles. 2002-05-27 02:12:25 +00:00
bryner%netscape.com e123863a98 Ignore generated makefiles. 2002-05-27 02:07:35 +00:00
bryner%netscape.com d0a8a9c0ee Ignore generated Makefiles. 2002-05-27 02:03:23 +00:00
serge%netscape.com 3d76255318 fix for #145377, crash after closing acrobat plugin, r=av, sr=darin 2002-05-26 22:52:19 +00:00
dbaron%fas.harvard.edu c5d1b20120 Fix FindPrimaryFrameFor regression: when previous sibling is out-of-flow, start search from previous sibling's placeholder. b=145224 sr=waterson r=bzbarsky 2002-05-26 17:07:07 +00:00
dbaron%fas.harvard.edu e6315d638a Clear the undisplayed content map before calling SetDocument(null), which can cause some XBL content to be destroyed without notifications, leaving dangling pointers in the undisplayed map. b=145737 r=bzbarsky sr=waterson 2002-05-26 17:03:42 +00:00
ian%hixie.ch ce4478beee Some versions of the Net::SMTP module handle the timeout by raising a SIG ALRM, so handle this case as well. Also increase the timeout by ten seconds since in the real world, some servers are actually that slow. We might need to make this asynchronous at some point. 2002-05-26 15:08:48 +00:00
ian%hixie.ch 42ac389024 Perl 5.005_03 compatability: the precedence of the not and comma operators changed at some point, so disambiguate this usage. 2002-05-26 15:05:37 +00:00
ian%hixie.ch 78a7589fdc Cache the Term::ReadLine input device. On some systems, it has to be cached, otherwise you end up trying to open too many input handles or something like that. This also means we can have session history where available. 2002-05-26 15:03:48 +00:00
ian%hixie.ch 8ffd16f0b1 Add some null checking -- if the string is undefined, then turn it into the empty string. This avoids many undefined value warnings when the data provided by the user is incomplete. 2002-05-26 15:02:33 +00:00
ian%hixie.ch f5ec789f5f Implemented rowsAffected(), which will return the number of database rows that were affected by the last execution of the statement associated with the results frame. 2002-05-26 15:00:56 +00:00
gerv%gerv.net 00267aa804 Backing out mistakenly-checked-in code fragment. Thanks to MattyT for pointing this out. 2002-05-26 07:01:53 +00:00
stephend%netscape.com 948527057f Bug 119764. JS strict warnings in pref-themes.js. Patch by Stephen Walker <walk84@yahoo.com> r=morten@nilsen.com/sr=hewitt@netscape.com 2002-05-26 06:09:26 +00:00
stephend%netscape.com 522505a8ab Bug 51985. 'Go' button should be styled as default. Patch by Bradley Hart <bhart@cvip.net>. r=walk84/sr=jag 2002-05-26 06:05:19 +00:00
matty%chariot.net.au e5bd287315 Release notes updates. 2002-05-26 05:34:25 +00:00
brendan%mozilla.org f981dd90ae Don't emit JSOP_DEF{VAR,CONST} unless at top-level or in a heavyweight function (146596, r=jband, sr=shaver). 2002-05-26 00:33:23 +00:00
caillon%returnzero.com 1f957b2932 Bug 141333, Renaming 'Add to Bookmarks' to 'Bookmark This Page' in the Bookmarks menu. r=gerv, rs=jag 2002-05-25 19:47:37 +00:00
caillon%returnzero.com f80ed956e5 Bug 142711, adding a trailling slash to the default homepage. r=mpt, rs=jag 2002-05-25 19:42:12 +00:00
wtc%netscape.com a0715a5bd0 Bug 142575: use the PRIVATE keyword for the /EXPORT linker option. 2002-05-25 16:00:55 +00:00
gerv%gerv.net e6fae5a5dc Bug 145849 - Non-maintainers with ability to bless others need "users" link in footer. Patch by bugreport@peshkin.net; r=gerv, justdave. 2002-05-25 10:35:53 +00:00
gerv%gerv.net 4c9c617dc2 Bug 146091 - Sort order for votes is ascending instead of descending. Patch by myk; 2xr=gerv. 2002-05-25 10:29:20 +00:00
gerv%gerv.net 8b460a6f60 Bug 144768 - Selecting multiple products on query page causes script error in IE. Patch by jouni@heikniemi.net; r=gerv, bbaetz. 2002-05-25 10:15:55 +00:00
wtc%netscape.com 278f8fcbfa Bug 142575: use the /EXPORT linker option on the command line.
Modified files: nssinit.c config.mk
2002-05-25 06:52:19 +00:00
seawood%netscape.com cce9c00f7f Applying shanjian's API change from bug 142562 to BeOS gfx files. 2002-05-25 03:00:45 +00:00
wtc%netscape.com c82e51fc58 Bug 142575: a better fix. 2002-05-25 01:02:39 +00:00
rginda%netscape.com 3e4623542d - chatzilla only -
Bug 139334 - [RFE] SQUERY command support
patch=jbontje@suespammers.org,r=me
2002-05-25 00:40:00 +00:00
morse%netscape.com 42df9a290a bug 146048, image context menu is slow to appear, c=tomi.leppikangus@oulu.fi, r=morse, sr=waterson 2002-05-24 23:49:33 +00:00
shanjian%netscape.com 041dbffbcb Fix bustage caused by my recent checkin. 2002-05-24 21:04:32 +00:00
wtc%netscape.com 54db8b9c90 Bug 142575: added function forwarder for 'mktemp' for "bug compatibility". 2002-05-24 21:00:55 +00:00