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

73873 Коммитов

Автор SHA1 Сообщение Дата
mang%subcarrier.org 8279725fbb Fix for #62572
Removed obsolete code that allowed implicit declaration of nsid types.
This will cause a rebuild.
r=mccabe
sr=jband
2000-12-11 23:06:26 +00:00
peterlubczynski%netscape.com 589ae643ef Prevents the call into the plugin if the plugin hasn't been already
initilized. bug=58823 r=av
2000-12-11 23:00:45 +00:00
peterlubczynski%netscape.com d061474443 Set unknown length of stream to -1 bug 59571 a=av sr=buster 2000-12-11 22:54:54 +00:00
morse%netscape.com 96e4c9df9f new file, not part of build 2000-12-11 22:23:09 +00:00
alecf%netscape.com 1489d1c05c fix for #59815, as submitted in bug #55293 by bienvenu@netscape.com
r=alecf, sr=waterson (in 55293)
2000-12-11 22:22:20 +00:00
heikki%netscape.com 7ff1e2bfe0 Bug 51218, problems with DOCTYPE handling. r=harishd, a=vidur. 2000-12-11 22:21:06 +00:00
mkaply%us.ibm.com df6c0db245 OK, lets try this Arial fix for Russian 2000-12-11 22:14:44 +00:00
danm%netscape.com 84daaa9b30 delete thread log in main thread dtor. bug 54303 code=jonsmirl@mediaone.net r=me,dougt,brendan 2000-12-11 21:55:47 +00:00
blakeross%telocity.com 4b4ff4de2e Fix 62509: missing tab in the password manager. (patch by morse, I broke it in an earlier checkin). r=me sr=alecf 2000-12-11 21:49:37 +00:00
alecf%netscape.com 933fd1dfc0 fixes for:
#61140 - delete history.dat if it gets corrupted
 #56867 - implement "First Visited"
 #19370 - implement "Visit Count"
 #33697 - clean up nsGlobalHistory::OpenDB a bit more (doesn't fix the leak yet)
sr=waterson
2000-12-11 21:39:05 +00:00
mkaply%us.ibm.com cec3e58174 EMX build break 2000-12-11 21:38:49 +00:00
chuang%netscape.com 1008af70e7 bug34051 use nsIFilePicker instead of nsIFileSpecWithUI in mailnews, r=sspitzer,sr=mscott 2000-12-11 21:35:13 +00:00
chuang%netscape.com a84a3c73c4 Bug34051 use nsIFilePicker instead of nsIFileSpecWithUI in mailnews, r=sspitzer, sr=mscott 2000-12-11 21:25:26 +00:00
mkaply%us.ibm.com 42e06f4c42 #62335
r=pedemonte, a=blizzard
Using sscanf to parse font causes problems with whitespace - use something else
2000-12-11 21:15:04 +00:00
rods%netscape.com 01c76373c3 smoketest blocker,
an event is cancelled when it is equal to nsEventStatus_eConsumeNoDefault
a=joki
2000-12-11 20:07:50 +00:00
mcgreer%netscape.com cc53dca176 hopefully fixes HP 64-bit opt QA failures, where cmsutil fails first time it is executed from script 2000-12-11 19:38:16 +00:00
mcgreer%netscape.com 897ecedd23 cmsutil was broken for STDIN input 2000-12-11 18:42:58 +00:00
cls%seawood.org 1137f61f37 Oops, forgot to wrap the install in a USE_ELF_DYNSTR_GC ifdef. 2000-12-11 08:00:29 +00:00
cls%seawood.org 91f442fc5d Changed named of ELF_DYNSTR_GC to elf-dynstr-gc.
Bug #62098
2000-12-11 07:25:45 +00:00
cls%seawood.org e47bda22ef Moving the tool to strip the dynstr section from elf binaries to config/elf-dynstr-gc.c . See mozilla/tools/elf-dynstr-gc/elf-gc-dynstr.c for the previous history of this file.
Bug #62098 r=jag
2000-12-11 07:24:47 +00:00
cls%seawood.org 09f5e7ee11 Update the standalone build system to handle our extensive intermodule header dependencies without descending into recursive dependency hell.
Bug 57282 r=jag
2000-12-11 06:52:25 +00:00
koehler%mythrium.com d8a8a255bf Bug 58217 - Fix menus under BeOS. r=danm
As this only affect BeOS, I'm not asking for a sr= as
discussed with Blizzard previously.
2000-12-11 03:52:12 +00:00
cls%seawood.org 011310d4cf Add the tinderbox-ports panel to panel-list so that it shows up by default.
Bug #62096.  Thanks to Stephen Walker <walk84@usa.net> for the patch.
2000-12-11 00:08:47 +00:00
nboyd%atg.com 073df548cd Fix bug where "a = new Array[3]" would produce an IndexOutOfBoundsException 2000-12-10 18:33:52 +00:00
morse%netscape.com abdea5a2bb new file, not part of build 2000-12-10 17:02:11 +00:00
rods%netscape.com c543ccf234 removed where the input element was telling the rado/checkbox to return the opposite value
now it changes it value before the DOM call (script) and then if the event is cancelled
it sets the value back (which doesn't happen very often)
r=pollmann,jst sr=buster  b=57137,57239,58460
2000-12-10 16:05:29 +00:00
wtc%netscape.com 15debdec61 Bugzilla bug #61746: make NSPR local threads work on more NetBSD platforms.
Thanks to Charles Hannum <mycroft@netbsd.org> for the patch. r=wtc.
2000-12-10 15:20:03 +00:00
dbaron%fas.harvard.edu aa6034ded5 Adding pref to REQUIRES to fix senna tinderbox bustage from hyatt's checkin. 2000-12-10 14:34:06 +00:00
hyatt%netscape.com 4ed7ab545c Fixing linux build bustage 2000-12-10 09:47:05 +00:00
hyatt%netscape.com 2c88bcf7c9 Patched nsDOMFactory to obey XBL forms pref. Added support for box objects to
documents and tweaked DocumentXBL methods. r=jst@netscape.com, a=ben@netscape.com
2000-12-10 09:25:59 +00:00
hyatt%netscape.com 957686ba6a Speeding up retrieval of anonymous nodes by removing a redundant copy. Patched bug in
insertion point retrieval. a=ben@netscape.com
2000-12-10 09:23:43 +00:00
hyatt%netscape.com b776af02af Added support for fieldset and legend. Not used by default.
a=ben@netscape.com
2000-12-10 09:23:11 +00:00
hyatt%netscape.com f3bcc6fe36 Speeding up retrieval of anonymous nodes by removing a redundant copy.
a=ben@netscape.com
2000-12-10 09:21:22 +00:00
hyatt%netscape.com eea715dc3f Added Pref control for XBL forms.
r=jst@netscape.com, a=ben@netscape.com
2000-12-10 09:20:40 +00:00
hyatt%netscape.com c2919eaadb Adding support for box objects to XML and HTML. Fixed focus bug with Generic Elements
r=jst@netscape.com, a=ben@netscape.com
2000-12-10 09:19:59 +00:00
hyatt%netscape.com 422723667a Adding support for box objects to XML and HTML. Reduced size of XUL content nodes by
4 bytes. r=jst@netscape.com, a=ben@netscape.com
2000-12-10 09:18:57 +00:00
hyatt%netscape.com 98e416410f modify wording for XBL form control pref & relocate box debugging preferences so they
are accessible when in box debugging mode. a=ben@netscape.com
2000-12-10 09:17:37 +00:00
hyatt%netscape.com ea4b450e44 prevent XBL forms from being dragged, quiet dragging operations. a=ben@netscape.com 2000-12-10 09:14:03 +00:00
cls%seawood.org b42554e726 Adding 'Tinderbox: SeaMonkey-Ports' panel to default list of panels.
Bug 62096 r=ben@netscape.com
2000-12-10 06:55:06 +00:00
dbaron%fas.harvard.edu 7c856ace9a Fix goto-related IRIX bustage. 2000-12-10 05:46:46 +00:00
leaf%mozilla.org 4d9b7b5127 Automated update 2000-12-10 04:30:08 +00:00
dbaron%fas.harvard.edu 875808ff50 A better configure test for fixing the IRIX bustage. 2000-12-10 04:27:38 +00:00
leaf%mozilla.org 0aefd90e03 Automated update 2000-12-10 03:15:08 +00:00
dbaron%fas.harvard.edu 3331dd382b Attempt to fix |address_of| bustage on IRIX. r=scc@mozilla.org b=59414 2000-12-10 03:13:53 +00:00
wtc%netscape.com 06f54183a4 Bugzilla bug #51406: PR_GetConnectStatus should not invoke the new
'connectcontinue' method, which is not present in the PRIOMethods
table of NSPR 4.0.
Modified Files: prsocket.c ptio.c
2000-12-10 02:33:59 +00:00
ssu%netscape.com c5ffc3cf04 fixing bug #33353. patch from Henrik Gemal and Timeless. mo,r=ssu. not part of any tinderbox builds. 2000-12-09 23:22:20 +00:00
ssu%netscape.com 3d41b12cad fixing bug #33349. patch from Henrik Gemal. mo,r=ssu. affects only windows platform. 2000-12-09 23:08:04 +00:00
disttsc%bart.nl b1bfdfa3d0 Remove titledbutton frame (wasn't built) and titledbutton atom, bug=57751, r=ben, a=hyatt 2000-12-09 12:36:07 +00:00
bryner%uiuc.edu e3a92267ce Mousewheel bugs 29244, 50339, 42313, 33733, and 57598. r=rods,pavlov. sr=hyatt. 2000-12-09 07:28:19 +00:00
dbaron%fas.harvard.edu 4597daa244 Fix bustage. Forgot to change NS_IMETHODIMP in function definitions. 2000-12-09 04:58:10 +00:00