Commit Graph

84177 Commits

Author SHA1 Message Date
ddrinan%netscape.com
93d056d59d Lock icon fix. Bug# 82156, r=javi, sr=blizzard, a=asa@mozilla.org 2001-06-18 22:23:05 +00:00
cls%seawood.org
bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
tor%cs.brown.edu
bd98991c58 Bug 83920 - remove XIE and gdkpixbuf options for image scaling.
New hand scaler - should be faster and can do 8-bit transparency
scaling.  r=pavlov, sr=blizzard, a=asa
2001-06-18 22:10:25 +00:00
waterson%netscape.com
0b6882ecc1 Bug 79866. Queue frame destruction, and do it after walking the doomed frame tree. r=rbs, sr=attinasi, a=blizzard. 2001-06-18 22:00:18 +00:00
ftang%netscape.com
99219b09f6 fix bug 85300
r=morse sr=alecf
backout morse' change in 6/15 which remove the real fix.
6/15 build is fine, but 6/18 build is broken by morse's change.
2001-06-18 21:46:21 +00:00
jfrancis%netscape.com
74bd8d16c5 now with vitamin R for extra wholesome goodness!
(correcting snafu)
2001-06-18 21:43:20 +00:00
sspitzer%netscape.com
c91fe1483c fix for #86066. properly enable / disable "mark all read". thanks to neil@parkwaycc.co.uk for the fix.
r=racham, sr=sspitzer, a=asa
2001-06-18 21:43:11 +00:00
av%netscape.com
ff513c7423 Fix for 44322 -- implementation of windowless pluign API, patch by dbrittain@superscape.com and av, r=(av, peterl), sr=attinase, a=dbaron 2001-06-18 21:41:57 +00:00
jfrancis%netscape.com
57f282e844 this checkin includes diff for 61232. was supposed to be in previous checkin. r=sfraser; sr=kin; a=asa 2001-06-18 21:35:07 +00:00
nelsonb%netscape.com
b6f929ea59 Fix bug 85465. Detect EOF on stdin when reading it to seed PRNG.
Also eliminate some compiler warnings.
2001-06-18 21:31:04 +00:00
gagan%netscape.com
354f8a7f2b Fix for bug 72805. r=darin, sr=dougt, a=asa. No longer displaying the "Resolving..." message for IP addresses (and additionally for cached/resolved cases). This should now reduce the number of "Resolving hostname" events (and hence flashing status messages) on page loads as well. 2001-06-18 21:26:16 +00:00
harishd%netscape.com
addc8ca065 82500 - Make sure that DidBuildModel gets called only once per document.
79492 - In collecting skipped content make sure that entity-like-markup is not mistaken for an entity.
80009 - PRE should be treated as a block-level element - per spec.
82498 - Do not process script content in a frameset document.
82544 - Beginning/ending quotes in attribute values are now removed by the parser.
77145 - Fix off-by-one error.

r=heikki
sr=vidur
a=asa
2001-06-18 21:18:37 +00:00
jfrancis%netscape.com
bc37219a9a fixes for:
61232 - Caret comes back to previous line after creating paragraph
54520 - Extra break with list items
54539 - Disappearing numbered list with outdent
60867 - Composer adds extra break when round-tripping empty document through View Source
62347 - Selecting Body Text doesn't work inside other blocks that have embedding breaks
2001-06-18 21:15:43 +00:00
ftang%netscape.com
754d037891 fix 84401 fix memory leak in font pref enumeration code
change char* to nsXPIDLString
r=dbaron sr=kin a=dbaron
2001-06-18 21:13:27 +00:00
jcgriggs%sympatico.ca
632ee66143 Fixes for nsMime (Bugzilla #86026 - widget/src/qt/nsMime.cpp uses non-standard for init scope) 2001-06-18 21:12:09 +00:00
jcgriggs%sympatico.ca
c532692b1f Mouse Wheel Support for Qt Mozilla (Bugzilla #86432) 2001-06-18 21:10:27 +00:00
pchen%netscape.com
bfa31225ba bug 52930, r=matt, sr=alecf, a=blizzard, use local-panels.dtd instead of internally defined entities, also fix panel titles to reference correct entity in local-panels.dtd 2001-06-18 20:56:12 +00:00
pchen%netscape.com
075c4080f0 bug 52930, r=matt, sr=alecf, a=blizzard, sync up dtd with internal one used in mozilla/profile/defaults/panels.rdf before I have panels.rdf use this dtd 2001-06-18 20:56:04 +00:00
mscott%netscape.com
1e6a6552ad Bug #85264 --> add the web browser xpt file to the packaging lists.
sr=sspitzer
a=blizzard
2001-06-18 20:51:34 +00:00
hyatt%netscape.com
ceeb26d787 Fix for 84046, unable to dynamically change bgcolors. r=cmanske, sr=attinasi, a=dbaron 2001-06-18 20:49:57 +00:00
srilatha%netscape.com
87d244e944 Fix for bug# 79780. Removed autocompleteskipdirectory from _elementIDs
sr=sspitzer, a=blizzard
2001-06-18 20:42:47 +00:00
peterv%netscape.com
14a6bd0df0 Fix for bug 38761 (Dynamically changing 'href' attribute of <link> doesn't work). r=heikki, sr=jst, a=blizzard. 2001-06-18 20:19:31 +00:00
dougt%netscape.com
7a608778a6 Allows port 70 for all protocols. r=bbaetz@netscape.com, sr=me, a=blizzard@mozilla.org 2001-06-18 20:13:30 +00:00
timeless%mac.com
41df542138 Bugzilla Bug 86267 Xlib: form checkboxes are not drawn
patch by timecop@network.email.ne.jp
r=bryner, sr=scc, a=dbaron
2001-06-18 20:08:45 +00:00
javi%netscape.com
af8972de1c Fix for Bug 86269 patch provided by cls, r=javi, sr=blizzard, a=blizzard
Fix REQUIRES bustage in PSM 2.
2001-06-18 20:04:38 +00:00
nhotta%netscape.com
748376ec3c If the javascript URI contains non ASCII then encode it to \uXXXX instead of applying charset conversion,
bug 51355, r=ftang, sr=jst, a=asa.
2001-06-18 20:01:36 +00:00
dougt%netscape.com
0d2fb5078e SetCacheAsFile() now returns failure if https. r=gagan,sr=darin,a=blizzard@m
ozilla.org
2001-06-18 19:58:22 +00:00
wtc%netscape.com
be066b2226 Bugzilla bug #86125: removed the support for MP_DIGIT_MAX < 256. This
#if preprocessor directive broke some C preprocessors that don't recognize
LL constants even though the C compilers support long long.  r=nelsonb.
2001-06-18 19:54:21 +00:00
jake%acutex.net
333fb5fbb7 Fix for bug 85832 - QuickSearch should strip leading and trailing spaces.
Patch by Andreas Franke <afranke@ags.uni-sb.de>
2001-06-18 19:24:17 +00:00
mkaply%us.ibm.com
b3863acdd7 #80224
r=gisburn, sr=tor, a=blizzard for drivers
XLIB only - Checkin for timecop@network.email.ne.jp - better font mapping in nsFontMetrics
2001-06-18 19:06:39 +00:00
waterson%netscape.com
4c8b21b431 Add test case for bug 18754. Not part of the build. 2001-06-18 18:15:59 +00:00
jcgriggs%sympatico.ca
354c5de54d Patch for Bugzilla #78663 ([console] qt port shold not print to console in opt builds) 2001-06-18 18:14:24 +00:00
nhotta%netscape.com
72c4a96477 Fixed to use NS_ConvertUTF8toUCS2 for UTF-8 strings, bug 86341 (blocker), r=scc, a=leaf. 2001-06-18 18:05:37 +00:00
timeless%mac.com
d1eca3d378 Bugzilla Bug 86259 widget/src/xlib/nsAppShell.cpp uses non-standard for init scope
r=jrgm, sr=tor, a=asa
2001-06-18 17:31:26 +00:00
jcgriggs%sympatico.ca
7f23593c1f Fix for focus in Qt Mozilla. Bugzilla #79842 (Unable to get caret in dialog box).
Also fixes modality bug where modal dialogs are modal across all Mozilla Tasks.
2001-06-18 16:17:13 +00:00
leaf%mozilla.org
9be5b36a1c Automated update 2001-06-18 16:14:32 +00:00
jcgriggs%sympatico.ca
6869f1a18b Unicode Font Support for Qt Mozilla. Bugzilla #78939.
Also works around anti-alias font bug in Qt v2.3.x
2001-06-18 16:13:51 +00:00
jcgriggs%sympatico.ca
63a8ecff6a Updates to Build for Qt Mozilla. Bugzilla #81241 2001-06-18 16:11:30 +00:00
jcgriggs%sympatico.ca
fc754ea9d2 Updates for Qt Mozilla build. Bugzilla #81241 2001-06-18 16:09:35 +00:00
dcone%netscape.com
6d5948a148 Fixed the optimized build options for initialization and termination. This will let the gfx get the resources for extending the printer. r=peterl sr=attinasi a=asa 2001-06-18 14:15:13 +00:00
dcone%netscape.com
6064cbe22c fixed grayscale text output for postscript. b=45793 r=dcone sr=attinsi a=asa 2001-06-18 13:14:45 +00:00
jst%netscape.com
bc06daf143 Fixing crasher bug 86313, patch by _basic@yahoo.com and myself, r=pollmann, sr=me, a=drivers@mozilla.org 2001-06-18 07:37:11 +00:00
bryner%uiuc.edu
b6c0c5ec57 Bug 58250 -- this fixes a situation where getting a NS_GOTFOCUS before the
matching NS_DEACTIVATE would fire a blur on the wrong
content/window/document, leaving it in a fairly broken focus state.
r=saari, sr=hyatt, a=tor.
2001-06-18 07:34:41 +00:00
pavlov%netscape.com
5825708ad5 fix for bug 38322 r=cmanske sr=jst a=tor 2001-06-18 06:36:37 +00:00
ben%netscape.com
16f9701cb2 Checking in extension portion of 65251. *NOT PART OF BUILD* Original patches
from Juraj Betak, r=ben@netscape.com
2001-06-18 05:27:03 +00:00
scc%mozilla.org
1f69171c8f bug #85271: avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316 2001-06-18 03:50:12 +00:00
bryner%uiuc.edu
ad4e9b47c8 checking in for scc.
bug #85271: avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316
2001-06-18 03:48:21 +00:00
bryner%uiuc.edu
d230ec28ee checking in for cls.
Bug 83832 - rename RunnableEvent to CryptoRunnableEvent for static builds.  r=javi, sr=blizzard, a=asa.
2001-06-18 02:04:39 +00:00
blakeross%telocity.com
bf4dcd8524 Transparent animating GIFs have black background (77914). Patch by Jacek Piskozub (piskozub@iopan.gda.pl), with help from Josh Soref (timeless@mac.com). r=dbradley, saari sr=roc+moz a=dbaron 2001-06-18 01:13:05 +00:00
law%netscape.com
97899482af Bug 82584; don't clear 'always ask me' flag based on Win32 registry setting; this will require the user to see the helper app dialog for confirmation to open at least one time and to specify that confirmation is not necessary directly to Mozilla; r=sgehani/sr=mscott/a=asa 2001-06-18 00:24:20 +00:00