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

126560 Коммитов

Автор SHA1 Сообщение Дата
mvl%exedo.nl ad2d4d169d Convert mozPersonalDictionary to use nsTHashTable
Bug 224625, r=dwitte, sr=alecf
2004-02-03 11:54:03 +00:00
bryner%brianryner.com e93d497a66 Turn off visibility until I can figure out how to fix this for older gcc's that won't accept visibility=default 2004-02-03 09:09:41 +00:00
cltbld%netscape.com cf6bcb119f Automated update 2004-02-03 08:41:00 +00:00
bryner%brianryner.com 0ca4d12034 Make NS_IMETHOD set hidden symbol visibility by default on ELF platforms. This is always desirable for virtual methods implemented in XPCOM component libraries, since it's impossible to reference the symbol from outside of the library. The behavior can be overridden as needed, such as a base class in a shared library that's linked against. For more details, see the comments in nscore.h and bug 227537. r=dbaron, sr=darin. 2004-02-03 08:32:33 +00:00
nelsonb%netscape.com 3462419c4d Invoke crlImportn instead of crlImport in several places where a
negative outcome is expected.  More work on this is needed.
crlImportN should return a value that tells us if it actually failed,
so that the script can decide whether or not to proceed with vfychain.
But this change makes the outcome more green, less red.
2004-02-03 07:14:52 +00:00
nelsonb%netscape.com bcc309b891 Honor key usage extensions, whether they're critical or not.
Bug 232738. r=jpiperre.
2004-02-03 07:10:04 +00:00
nelsonb%netscape.com 3f581fae9e Max crlutil return 0 or 1 correctly, depending on the success of the
operation.  Bug 232937.  r=jpierre.
2004-02-03 06:59:35 +00:00
danm-moz%comcast.net 05d61d400c oopsie 2004-02-03 06:37:17 +00:00
bzbarsky%mit.edu 46d87aa05f Don't error out if keyword.enabled is just not set. Bug 229083, patch by
Patrick McCormick <patrick@meer.net>, r+sr=bzbarsky
2004-02-03 06:18:41 +00:00
nelsonb%netscape.com 0789875d7d Change script so that html output and logfile will be broken up into
clearly defined and easy-to-find sections.
2004-02-03 04:15:08 +00:00
robin.lu%sun.com fdb62c9909 fix bug 231231 - next item should be get before the callback is called
r=blizzard, sr=bryner
2004-02-03 03:40:03 +00:00
brendan%mozilla.org 8f62320cc9 JS implemented in JS, initial checkin. 2004-02-03 03:28:54 +00:00
nelsonb%netscape.com abc134f1c0 Make output log file more readable by separating each test case. 2004-02-03 03:07:38 +00:00
danm-moz%comcast.net d61c2611dd add popup window event control prefs. bug 197919 r=bryner,jst 2004-02-03 02:23:11 +00:00
danm-moz%comcast.net 96fd84fe48 set event being handled in the EventStateManager. bug 197919 r=bryner,jst 2004-02-03 02:23:08 +00:00
danm-moz%comcast.net c841356cc4 generally disallow popup windows spawned by event handlers, or too many simultaneous popups. bug 197919 r=bryner,jst 2004-02-03 02:22:54 +00:00
danm-moz%comcast.net bde0b60e2a add methods to track whether window was opened as a popup. bug 197919 r=bryner,jst 2004-02-03 02:22:02 +00:00
danm-moz%comcast.net 865ea79700 add accessor and mutator for event currently being handled. bug 197919 r=bryner,jst 2004-02-03 02:22:01 +00:00
pinkerton%aol.net 5c674c85a2 fix up a bunch of issues with disabled items, borders and minwidth on buttons
(bug 228499, not part of build)
2004-02-03 02:17:36 +00:00
jim_nance%yahoo.com 3de5f0724c Bug 230289. Code size reduction in nsFontMetricsXft. sr=rbs&blizzard, r=jshin 2004-02-03 01:41:36 +00:00
bishakhabanerjee%netscape.com 3ed803969c fixed one typo 2004-02-03 01:27:47 +00:00
bishakhabanerjee%netscape.com d95cb37ea2 checking with all latest revew comments addressed 2004-02-03 00:59:53 +00:00
gerv%gerv.net f955f4b28e Bug 232903: hook to allow addition of extra administration links in the footer. Patch by gerv; r,a=myk. 2004-02-02 23:35:59 +00:00
timeless%mozdev.org 19c6447c6c Bug 191580 typeaheadfind accesses sound device on Linux when it's set to just "beep"
r=biesi sr=bryner
2004-02-02 23:12:00 +00:00
gerv%gerv.net bef3337eff Bug 232096 - documenting content-type parameter for attachment.cgi. 2004-02-02 23:09:05 +00:00
dbaron%dbaron.org 586744e7f3 Make debugging code compile on gcc. Fix warnings. b=232711 r+sr=bryner 2004-02-02 22:42:29 +00:00
bryner%brianryner.com 4f69ec2c2e Guarantee that the pres context's device context will be non-null by returning failure from Init() if it's null. Rename inline getter GetDeviceContext() to DeviceContext(), convert all callers to use the inline getter, and remove the virtual/refcounting getter. Bug 229371, r+sr=dbaron. 2004-02-02 22:17:21 +00:00
gerv%gerv.net a193c3a27f Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to only do the Perl module checks. This makes installation easier to explain. Patch by gerv; r,a=justdave. 2004-02-02 22:01:52 +00:00
sicking%bigfoot.com 878604026e Bug 231199: Make hashing of mapped-attributes be case sensitive to improve performance, and enable possible codesharing with xul and svg in the future.
r=peterv sr=jst
2004-02-02 22:00:36 +00:00
gerv%gerv.net 85b6ff86eb Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave. 2004-02-02 21:57:31 +00:00
locka%iol.ie c8c083d7a6 Implement outerHTML. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com> b=232281 r=adamlock sr=jst 2004-02-02 21:02:25 +00:00
neil%parkwaycc.co.uk 21fd53ca06 Spurious semicolon in patch to bug 78360 found by mnyromyr@tprac.de r/sr=bienvenu 2004-02-02 19:35:13 +00:00
dbaron%dbaron.org 1cafe23dd0 Fix build bustage. Filenames are case sensitive. b=232557 2004-02-02 19:18:00 +00:00
timeless%mozdev.org 54930f7d31 Bug 137193 Debug Mozilla aborts when JSObject.call("func", args) and args is zero-length array
r=kyle sr=brendan
2004-02-02 19:10:33 +00:00
bienvenu%nventure.com 73d537ba4a attempt to fix linux build bustage 2004-02-02 18:55:25 +00:00
bienvenu%nventure.com 9f5a425a25 add optional prompt for deleting imap sub-folders of trash when emptying trash sr=mscott 232557 2004-02-02 18:21:08 +00:00
ian%hixie.ch 23c5450f1d No longer support 'foo karma' or 'foo rank' since they clashed with 'help karma' and 'help rank' and other commands of that syntax. 2004-02-02 18:01:12 +00:00
bzbarsky%mit.edu 7135ec571b Fix bug 220773. Patch by Daniel de Wildt <mozilla1q04@dewildt.de>, r=biesi, sr=bzbarsky 2004-02-02 17:01:17 +00:00
cbiesinger%web.de c84c766db5 install reports there is zero space free on my drive and quits (NT 3.51)
bug 202505 r=dveditz sr=roc
2004-02-02 16:47:05 +00:00
cbiesinger%web.de be928782f4 add ui for smoothscroll preference.
bug 232607, r=neil sr=roc
2004-02-02 16:43:47 +00:00
jocuri%softhome.net 44170df141 Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave. 2004-02-02 16:33:36 +00:00
mostafah%oeone.com 598b9554da Checked in patch for bug 232868 2004-02-02 15:42:10 +00:00
noririty%jcom.home.ne.jp 3ea5682d31 Bug 231237 - MacOSX Incorrectly displayed separator on Bookmark Manager and Sidebar 2004-02-02 12:09:01 +00:00
ian%hixie.ch 19907f20c9 Oops, Infobot was way too eager to help even in non-eager mode. Make the 'no,' prefix only take effect if the bot thinks it is a direct statement. 2004-02-02 10:38:14 +00:00
dbaron%dbaron.org de736b5010 Missed newline. 2004-02-02 03:10:00 +00:00
dbaron%dbaron.org efa3262b81 Don't close files twice. Not part of non-developer build. 2004-02-02 03:09:33 +00:00
dbaron%dbaron.org 5937268a01 Fix incorrect flag. Not part of default build. 2004-02-02 02:10:50 +00:00
dbaron%dbaron.org 806d07f13f Get (old) regression tests close to working in layout debugger. Not part of non-developer build. 2004-02-02 01:51:05 +00:00
dbaron%dbaron.org f1d361aefc Add .cvsignore. Not part of build. 2004-02-02 00:49:56 +00:00
dbaron%dbaron.org adb557bae0 Add lists with relative URLs for new harness. Not part of build. 2004-02-02 00:44:25 +00:00