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

54046 Коммитов

Автор SHA1 Сообщение Дата
attinasi%netscape.com 637678e39f QA Partner script: deprecated but sometimes it is required, like when viewer's -f option is broken. 2000-02-25 20:29:45 +00:00
terry%mozilla.org e54ca33f1f Make a universal routine to report errors in forms, so that we can
have a universal (and more noticable) way of displaying them.
2000-02-25 19:32:47 +00:00
mkaply%us.ibm.com 4fd17d7b8e # 25555
r= nhotta@netscape.com
OS/2 changes for Mozilla - Original approved changes, no XP_WINs :)
2000-02-25 19:12:14 +00:00
terry%mozilla.org 1abe9818be If there is only one project allowing new bugs, don't bother prompting
for which project to use.
2000-02-25 18:55:41 +00:00
cyeh%netscape.com 028ab669dc update documentation to reflect new binary location code 2000-02-25 18:26:10 +00:00
cyeh%netscape.com 2f5adb4862 add support for including a ftp url as a part of the tinderbox completion
message. if you include:
tinderbox: binaryurl: url
then a "D" link will show up in the status pane of a build, which is
a link to the binary. r=slamm,terry
2000-02-25 18:19:56 +00:00
dcone%netscape.com 6eab5432f9 Make the Descent positive.. thats how we use the descent for our fonts. r=buster a=rgessner b=22009 2000-02-25 14:34:01 +00:00
Jerry.Kirk%Nexwarecorp.com bc87037322 Change
#ifndef XP_UNIX
  to
#if !defined(XP_UNIX) || defined(NTO)
so the ALT key will bring up menus under Neutrino.
r=kedl
2000-02-25 14:29:45 +00:00
Jerry.Kirk%Nexwarecorp.com dc17205b78 Intermediate fix for drawing large images. This was really slow on test4
and the disney page.
2000-02-25 13:51:01 +00:00
Jerry.Kirk%Nexwarecorp.com be2e5c96f8 Fix Test11, fix the location of the pop-up menu when a user right clicks
Fix Virtual Consoles (again), fix up combo-boxes and the problem where
Mozilla would ignore a mouse click sometimes.
2000-02-25 13:38:32 +00:00
Jerry.Kirk%Nexwarecorp.com 478a9bee18 Enable the Splash screen for Neutrino builds. 2000-02-25 13:33:57 +00:00
Jerry.Kirk%Nexwarecorp.com e44da38587 Change PgFlush to PtFlush to force the splash screen to draw immediately. 2000-02-25 13:21:29 +00:00
hyatt%netscape.com 35a052fe90 Fix Linux bustage. No biggy. Just an nsCOMPtr flub. r=pavlov 2000-02-25 10:30:19 +00:00
saari%netscape.com 659643ba81 Keeping Mac tree green for Hyatt, camelot failure 2000-02-25 09:08:05 +00:00
hyatt%netscape.com c5a3f61f35 XUL Property APIs, b=26109, r=ben 2000-02-25 08:37:49 +00:00
hyatt%netscape.com 2fe9625cd9 added files: mozilla/rdf/content/src/nsJSXULMenuListElement.cpp, mozilla/rdf/content/src/nsJSXULTitledButtonElement.cpp, mozilla/rdf/content/src/nsJSXULCheckboxElement.cpp, mozilla/rdf/content/src/nsJSXULRadioElement.cpp, mozilla/rdf/content/src/nsXULMenuListElement.cpp, mozilla/rdf/content/src/nsXULTitledButtonElement.cpp, mozilla/rdf/content/src/nsXULCheckboxElement.cpp, mozilla/rdf/content/src/nsXULRadioElement.cpp 2000-02-25 08:36:48 +00:00
sfraser%netscape.com 4b19416924 Fix for 28906 -- pull a new NSPR tag that has fixes for the commercial build. r=mwelch, a=jar. 2000-02-25 08:15:55 +00:00
cmanske%netscape.com 6fbfbc0628 Fixed using OpenLocation from Composer, b=28683, a=sfraser,matt a=jar 2000-02-25 07:54:25 +00:00
scc%netscape.com 438737d4ab On platforms without pollable events, i.e., (only) the Mac, changed poll timeout from 250msec to 5msec, as a preliminary fix for bug #25108. The real solution is pollable events on the Mac. r={pinkerton, rjc, et al} a=jar (yes, jar, I ran it on multiple Macs of as many different speeds as we could find, and tried different values) 2000-02-25 07:40:11 +00:00
warren%netscape.com 18dbca24fd Fixed mac and solaris build bustage. r=waterson 2000-02-25 07:14:28 +00:00
warren%netscape.com 9f40298fee Bug 10736 - URL parsing / MakeAbsolute performance. code=putterman,r=warren,andreas,a=jar 2000-02-25 06:17:57 +00:00
mcafee%netscape.com 608b97222d Bumping user agent to m14 (29163) r=valeski, a=chofmann 2000-02-25 05:46:18 +00:00
jfrancis%netscape.com 9229dddc5e fixes for the following bugs: 27914, 27305, 28690, 14608, 27306, 28757 These fixes reviewed by cmanske, apprvd rickg; also fix for 28724 (caret positioning problems) reviewed by mjudge, apprvd by jar. 2000-02-25 04:39:30 +00:00
mjudge%netscape.com 81c805155c adding support for new nsIDOMSelection. r=jfrancis a=jar. this is for caret appearance 2000-02-25 04:31:15 +00:00
mjudge%netscape.com e5120794d3 part of checkin to add new getter and setter to nsIDOMSelection. a=jar r=jfrancis 2000-02-25 04:30:31 +00:00
mjudge%netscape.com 0daab9915d r=jfrancis, a=jar Part of checkin including layout/base/src/nsRangeList.cpp to fix caret issues 2000-02-25 04:29:28 +00:00
ben%netscape.com 943c700470 fix for PDT+ b=25412, a=jar, r=rjc (depressable search button) 2000-02-25 04:18:47 +00:00
evaughan%netscape.com 9525193b33 Fixes for bugs: 28460, 27573, 27242, 24721
-r waterson -a jar
2000-02-25 04:18:34 +00:00
bryner%uiuc.edu bbfe27364b Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
ssu%netscape.com 8bd0712b86 fixing bug #27856. udpate.html has been moved from the mozilla cvs to
the commercial cvs because it only applies to the
                    commercial build.

affects only windows
r=sgehani
2000-02-25 04:11:32 +00:00
erik%netscape.com 393df02976 bug 18136; added new font size table, but currently #if'ed out; r=pierre;
a=rickg
2000-02-25 04:00:53 +00:00
jim_nance%yahoo.com 697b20a842 Adding commands to print out the file getting built. This increases the usefulness of make -s 2000-02-25 03:55:50 +00:00
danm%netscape.com bc6c995564 re-enable parent window of modal dialog before dialog is destroyed. part of bug 28467. r=saari a=jar 2000-02-25 03:11:21 +00:00
danm%netscape.com 1b042a8bbd move all functional modal window code into nsXULWindow. part of bug 28467. r=saari a=jar 2000-02-25 03:11:13 +00:00
varada%netscape.com adc30c1414 changing the button names to close in show example and help screens and also changing the create nci dialog title bar for bugs #4897 and #24586 2000-02-25 02:56:58 +00:00
sgehani%netscape.com 0cf4de1112 * Fixes plugins folder creation location [b=29031] * Fixes comp names descriptions [b=29028] r=ssu a=leaf 2000-02-25 02:46:24 +00:00
law%netscape.com ec8f5ef788 Fix from Chris Waterson to suppress bogus assertion failure when adding overlays to personal toolbar; this is a prerequisite to other changes for bug #11871; r=waterson@netscape.com, a=jevering@netscape.com 2000-02-25 02:28:45 +00:00
law%netscape.com 752fa1cce6 Fix to get program icon loading properly (goes with updates to splash.rc file in mozilla/xpfe/bootstrap); r=jband@netscape.com, a=jevering@netscape.com 2000-02-25 02:25:00 +00:00
law%netscape.com 65f3782465 Fixes to splash screen and program icon problems; bugs=26581/26685, r=jband@netscape.com, a=jevering@netscape.com 2000-02-25 02:19:41 +00:00
hangas%netscape.com 1f423ff27f Fix for PDT+ bug 23091 (Messages pref panel). r=scottip a=phil 2000-02-25 01:56:02 +00:00
hangas%netscape.com 985a3556f5 Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil 2000-02-25 01:55:17 +00:00
bryner%uiuc.edu 67cbe66c74 Making mousewheel events go to the correct nsWindow on Win32. Fixes bug
28426.  r=dougt, a=waterson.
2000-02-25 01:52:08 +00:00
ssu%netscape.com b6668e1ce2 fixing bug #28715. xpinstall build no longer shows dialog which pauses
builds under Win98.  Builds under NT have not been
                    affected.

affects only windows.

a=leaf
r=sgehani
2000-02-25 01:44:18 +00:00
bienvenu%netscape.com d280982163 part of fix for 28891 r=mscott, a=phil 2000-02-25 01:19:13 +00:00
tbogard%aol.net 8e88710486 Fixed build warnings. 2000-02-25 01:15:37 +00:00
morse%netscape.com d780f2cab6 partial fix for bug 28996, wallet items in menu on mac, r=pinkerton, a=jevering 2000-02-25 01:11:13 +00:00
akkana%netscape.com ec3e83cff5 More on 19428: fix the output tests on windows. r=cmanske, a=rickg. 2000-02-25 01:09:37 +00:00
pinkerton%netscape.com 213e675c51 Fix for 27947, oncreate/ondestroy handlers implemented. r=saari, a=rickg 2000-02-25 01:03:06 +00:00
av%netscape.com 69b4d53f01 Fixing 27486, r=beard 2000-02-25 01:02:53 +00:00
mcafee%netscape.com 4d6b7b8d11 HTML-ized government blurb, fixed Full Circle Software, Inc. company name (27477). r=slamm, a=jar 2000-02-25 01:00:44 +00:00