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

98379 Коммитов

Автор SHA1 Сообщение Дата
yokoyama%netscape.com 16e87c415e Bug 126231
We didn't want to change the contract between gfx and FontPackageProxy.
but we moved the call fontEnum->HaveFontFor(aFontPackID, &have) from /gfx to /intl/locale
We need to strip the "lang:" from aFontPackID.
/r=ftang;/sr=brendan
2002-02-19 01:48:15 +00:00
sfraser%netscape.com 1a13143b79 Fix for bug 121951 -- make PR_Poll on Mac work with layered file descriptors. r=wtc, r=gordon 2002-02-19 01:43:15 +00:00
sfraser%netscape.com 855f941a23 Fix for bug 121952 -- make PR_ConnectContinue work on Mac, re-enabling non-blocking connects. r=wtc. Also bring forward some code changes to build with CodeWarrior Pro 7 (UPP stuff). 2002-02-19 01:26:30 +00:00
peterlubczynski%netscape.com d3ee9b756c Unload pluign libraries asynchronously to prevent crash with native context menus 104236 r=av sr=rpotts 2002-02-19 01:26:17 +00:00
sfraser%netscape.com 7627949064 Fix for bug 121952 -- make PR_ConnectContinue work on Mac, re-enabling non-blocking connects. r=wtc 2002-02-19 01:10:06 +00:00
mstoltz%netscape.com cc94447571 Bug 105050 - return null window.opener to scripts if opener is a mail window.
Bug 32571 - Prompt user before allowing scripts to close windows if opener is null.
both r=heikki, sr=jst.
2002-02-19 01:09:45 +00:00
alecf%netscape.com 35fbedef86 argh, add nsStorageStream back to the build - I didn't mean to check this in
(I had tested on the mac, but checked in from windows)
2002-02-19 00:30:01 +00:00
alecf%netscape.com 9e91c782c7 attempt to fix mac bustage while I wait on my mac build 2002-02-19 00:13:29 +00:00
brendan%mozilla.org 33746feb4c Fix bad old js_ValueToInt32 to have an int-jsval fast path, to avoid f.p. inaccuracy (126159, r=shaver, sr=jband). 2002-02-19 00:02:29 +00:00
pschwartau%netscape.com 40e5db5cab Adding more cases and improving comments. 2002-02-18 23:59:15 +00:00
jband%netscape.com 17e692e072 bug 123770. extend xpconnect to use dynamic 'additional' interface info managers to support dynamic type info. Also, abstract out the Components.interfaces object and make the items use a bit less memory. r=dbradley sr=vidur 2002-02-18 23:47:30 +00:00
ftang%netscape.com 3cf7bf67db fix bug 90583. r=yokoyama sr=alecf
ignore the invalid position of the cursor so the input method
candidate window won't block the view of the current cursor.
2002-02-18 23:46:51 +00:00
wtc%netscape.com aeb57f3f9d Bugzilla bug 97485: added a stub for pr_FindSymbolInProg for Darwin. 2002-02-18 23:45:10 +00:00
brendan%mozilla.org f2dabe8b2c Followup fix for ECMA-262 15.10.6.2 step 6, plus warning fixes (76717, r/sr=shaver&jband). 2002-02-18 23:43:28 +00:00
rayw%netscape.com b4273a3c1d Added conditional in makefiles and build module to enable or disable
MOZ_WSP.  This was only done inside of the MOZ_SOAP defines.  Tested
build with and without SOAP define.  This permits SOAP to be built
without web service proxies.  Related to bug 107795, but needed
whether or not SOAP becomes part of default build.

sr=vidur.  SOAP is not part of default build.
2002-02-18 23:38:07 +00:00
dbragg%netscape.com 5e11ca0304 Fix for bug 91721. This part of the fix removes the language selection drop down
from the main Pref/Appearance menu.  It's now with content pack selection in the
language/Content selection section as a list box.
r=tao, sr=alecf
2002-02-18 23:31:15 +00:00
akkana%netscape.com 08a7c972c2 97157: New find on by default for browser. r=brade sr=kin 2002-02-18 23:30:56 +00:00
pschwartau%netscape.com 5ee730d78f Fixing a typo in the comments 2002-02-18 23:29:54 +00:00
akkana%netscape.com 1bc65984ae 126232: Fix some problems in new find. r=brade sr=kin 2002-02-18 23:28:32 +00:00
dbragg%netscape.com 4df9fe19a7 Fix for bug 91721. This part of the fix is in the View menu. Instead of bringing
up the little submenu it now brings up the Preferences dialog for content and language
packs.  This makes the UI more consistent for selecting and downloading these packs.
r=tao, sr=alecf
2002-02-18 23:28:26 +00:00
dbragg%netscape.com ab8874ce15 More fix for bug 91721. The contents-region.rdf and contents.rdf files are used
to evaluate whether a language or content pack is obsolete.  If so they display
(needs update) next to the pack and prevent the user from selecting it. The dtd
files are used for the same purpose.
r=tao, sr=alecf
2002-02-18 23:24:40 +00:00
seawood%netscape.com 3ae0856e3e Removing unneeded LIBS setting. LIBS isn't used to link libraries. 2002-02-18 23:19:49 +00:00
law%netscape.com 899b1a84ed Bug 27609; changes to progress window title; NOT PART OF THE BUILD 2002-02-18 23:19:20 +00:00
shrutiv%netscape.com 7892a1ef92 Maintaining consistency for Mac OS 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X 9 and Mac OS X names 2002-02-18 23:19:02 +00:00
dbragg%netscape.com c1fdf8f91b Fix for bug 91721. The UI changed to use list boxes for both content packs
and language packs. This is more consistant and approved by UE group.  Obsolete
packs are now displayed with (needs update) next to them and are unselectable
by the user.  This is done using a rule in the pref-contentpacks.xul file.
r=tao, sr=alecf.
2002-02-18 23:18:46 +00:00
cavin%netscape.com e679b8d4d1 Fix for #125131. Fixed a few problems: (1) msg count in the summary message off by one. (2) msgs in 1st subfolder not imported. (3) msgs in Drafts folder not imported correctly. (4) folders not imported should be posted to summary message. (5) attachment names of imported msgs are randomly generated. r=ducarroz, sr=bienvenu. 2002-02-18 23:18:19 +00:00
rbs%maths.uq.edu.au 6e6c77f980 bug 124619: initializations to silence the compiler 2002-02-18 23:16:33 +00:00
andreww%netscape.com a572e8ecb5 bugzilla bugs 125526 r=marlon sr=hewitt: fixing classic nav images, new image from gregvalure@yahoo.com; 123666 r=andreww sr=hewitt: another classic nav image fix from joonas@cc.hut.fi 2002-02-18 23:13:50 +00:00
wtc%netscape.com c3e54b6e80 Bugzilla bug 30746: fixed the deadlock problem of the previous fix for this
bug on Windows if NSPR is initialized by the DllMain function of a DLL.
Modified files: prmwait.c prucpu.c
2002-02-18 23:08:48 +00:00
kmcclusk%netscape.com 53a23f0667 check for null mOffScreenSurface in CopyOffscreenBits to fix topcrasher. bug 70424 r=pavlov sr=attinasi 2002-02-18 23:05:35 +00:00
gordon%netscape.com 25e54bb7cd Fix bug 122499 "about:cache thinks expiration time of '0' means 'no expiration'". Changed 'no expiration' value to 0xFFFFFFFF. r=gagan, sr=darin. 2002-02-18 23:05:16 +00:00
alecf%netscape.com e26aed73cd oops, back out this change, wasn't supposed to land 2002-02-18 23:00:11 +00:00
dp%netscape.com 6271baf01b bug 125641 Adding id r=dougt sr=sfraser 2002-02-18 22:59:58 +00:00
dbragg%netscape.com 3428bea73a Fix for bug 125820. Removed problem wildcard copy from windows packages files and
made explicit calls to addDirectory in the regus.jst file.  This is done to rename
the searchplugins directory to Search Plugins on the Mac. r=sgehani, sr=dveditz.
2002-02-18 22:59:20 +00:00
blakeross%telocity.com 6e27f23fa8 120838 - fix most of the 'theme switching doesn't work from prefs' bugs. r=ben sr=hewitt 2002-02-18 22:58:54 +00:00
alecf%netscape.com 8c0ab1d965 remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
r=jag, sr=shaver
2002-02-18 22:57:47 +00:00
timeless%mac.com ded9284dcc Bug 125778 Implement getComputedStyle() for {min|max}-{height|width} properties
patch by caillon@returnzero.com r=bzbarsky sr=attinasi
2002-02-18 22:54:15 +00:00
peterv%netscape.com d41764cfd1 Fix for bug 126214 (peterv broke XSLT system-property function). r=sicking, sr=jst. 2002-02-18 22:52:54 +00:00
rbs%maths.uq.edu.au 0725df41ce Fixup to make sure that recursive child chars are initialized with mOperator from their parent. Also added bogus initializations requested in bug 124619 to silence the compiler 2002-02-18 22:52:15 +00:00
samuel%sieb.net c48ef1c7be Bug 122347 - fix non-http links
r=rginda
chatzilla only
2002-02-18 22:50:59 +00:00
timeless%mac.com defd3d57d1 Bug 125735 Sidebar.getInterfaces should return the list of interfaces it supports
r=sgehani sr=jag
2002-02-18 22:47:25 +00:00
pinkerton%netscape.com 6764920b96 tweak attribute checking for xbl form control checkboxes. patch by bryner. r=pink/sr=hyatt. bug#124483 2002-02-18 22:43:19 +00:00
bryner%netscape.com d509bd510d Fixing a compiler warning (bug 125949). r=bzbarsky, sr=alecf. 2002-02-18 22:42:37 +00:00
pinkerton%netscape.com 9de5f23201 Rollup popups before dragging a window. patch by ajfeldman@brown.edu. r=pink/sr=sfraser. bug# 99987 2002-02-18 22:41:59 +00:00
pschwartau%netscape.com c00503d664 Initial add. 2002-02-18 22:03:46 +00:00
bnesse%netscape.com 4feeb050c9 [not part of build] Installation documentation update. 2002-02-18 21:53:27 +00:00
cltbld%netscape.com 471b14f4db backing out changes per McAfee's request - kysmith 2002-02-18 19:25:48 +00:00
rayw%netscape.com 97704ccd07 More edits, fixes, beautification, links, TOC.
This is documentation, and not part of any build.
2002-02-18 18:44:16 +00:00
nboyd%atg.com 8c072564d0 Fix more broken links. 2002-02-18 16:25:26 +00:00
karnaze%netscape.com 9b8fc60e6e bug 124985 - nsCSSFrameConstructor - let the form frame have its original parent. nsTableFrame - don't reflow foreign frames. sr=attinasi, r=alexsavulov 2002-02-18 15:57:19 +00:00