Commit Graph

3187 Commits

Author SHA1 Message Date
rbs%maths.uq.edu.au
ca47d8b903 Added yet another defense to make Mozilla really robust when font resources run out, the patch makes font metrics to be fail safe or at least very hard to break -- to the point that failure means that the system is barely working (testing showed that Mozilla stayed alive while other applications were dying). Per request of super-reviewer & driver, also removed wallpaper null-checks sprinkled in the past for the problem. b=136248, r=shanjian, sr=attinasi 2002-05-02 22:24:59 +00:00
mkaply%us.ibm.com
ba8e19a01b #140754
r=mkaply, sr=blizzard
OS/2 only - remove mPixelScale - use mCPixelScale - fix print preview scaling
2002-05-02 21:12:28 +00:00
tor%cs.brown.edu
4bb89efb79 Bug 137694 - only create the 1-bit GC once we've created a 1-bit pixmap.
r=pavlov, sr=blizzard
2002-05-02 20:27:26 +00:00
ccarlen%netscape.com
c576e66aca Fixing bustage on Planetoid. 2002-05-02 16:48:51 +00:00
rods%netscape.com
52ee2df50b Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 14:02:57 +00:00
rods%netscape.com
288186b2f3 Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 13:47:53 +00:00
rods%netscape.com
5f8760cbcd backing out unwanted changes 2002-05-02 13:24:08 +00:00
rods%netscape.com
b1cb2953ae Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2002-05-02 12:38:43 +00:00
saari%netscape.com
ca428f341d Fixing bugzilla 102321, regression in scrolling performance. Should also fix 256 color rendering regression. r=dcone, sr=jag 2002-05-01 22:03:34 +00:00
dbaron%fas.harvard.edu
2d7fe2e0eb Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson 2002-05-01 00:17:04 +00:00
tor%cs.brown.edu
09af8e5c54 Bug 53597: gamma correction backout. r=dbaron, sr=brendan 2002-04-30 23:15:52 +00:00
bzbarsky%mit.edu
1868273e76 xlib complains a lot about fonts with '*' in the XLFD string. Bug
136743, patch by Roland.Mainz@informatik.med.uni-giessen.de (Roland
Mainz), r=bstell, sr=attinasi
2002-04-30 01:29:14 +00:00
alecf%netscape.com
9348ce8ac8 fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring()
r=jag, sr=darin
2002-04-29 20:29:54 +00:00
dcone%netscape.com
4912a580f2 b=134887 r=kmmclusky sr=attinasi Fix the calculation of the image pointer using
the correct bits per pixel instead of assuming 24.  This fixes alpha blending of some backgrounds.
b=135535 r=kmmclusky sr=attinasi.  Fix the way we delete the DC.. instead of deleteobject
use deleteDC.  Should free up resources on windows.
2002-04-29 02:08:56 +00:00
racham%netscape.com
7b7406ee6f Fixing bug 140183. Adding an attribute to the PrintSettings which allows silent printing i.e., without a progress window. Patch by Rod Spears. r=samir,bhuvan sr=sspitzer 2002-04-28 01:42:17 +00:00
darin%netscape.com
e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
dcone%netscape.com
1378739a27 b=137223 r=pavlov sr=attinasi Fixed rendering of blended PNG's 2002-04-26 13:12:18 +00:00
peterv%netscape.com
8647b3e93c Fix for bug 129655 ([ps] PostScript module device depth is 1bit). Patch by Roland.Mainz@informatik.med.uni-giessen.de. r=dcone, sr=attinasi. 2002-04-26 12:43:43 +00:00
peterv%netscape.com
c99d697275 Fix for bug 139380 (duplicate code in nsFontMetricsXlib.cpp/nsFontMetricsGTK.cpp). Patch by Roland.Mainz@informatik.med.uni-giessen.de. r=bstell, sr=attinasi. 2002-04-26 11:36:26 +00:00
mkaply%us.ibm.com
2b1bec45f1 #125076
r=mkaply, sr=blizzard, a=roc+moz
OS/2 only - from Jessica Blanco - different way to allocate printer data to fix crash/hang on some drivers
2002-04-25 21:04:59 +00:00
seawood%netscape.com
c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
rjesup%wgate.com
c865a10d47 Bug 137903: duplicate call in nsImageGTK (cruft). r=bzbarsky, sr=tor 2002-04-24 22:54:07 +00:00
dcone%netscape.com
e495ddbead bug=102321 Speed up the background tiling r=kmcclusky a=attinasi. Forgot to put in one small
change.  TileMin goes from 4 to 8
2002-04-24 18:59:02 +00:00
mkaply%us.ibm.com
4cdd1e9ade #124164
r=mkaply, sr=attinasi
OS/2 only - we suppor the new leading API
2002-04-24 03:56:07 +00:00
mkaply%us.ibm.com
b1fc2b2c1b #124164
r=mkaply, sr=blizzard, a=shaver
OS/2 only - code from Javier Pedemonte to properly set font heights
2002-04-24 03:55:18 +00:00
rods%netscape.com
0002281177 making sure end_document can be called correctly without crashing
several safety checks
Bug 139369  r=dcone,roland sr=attinasi
2002-04-24 00:30:24 +00:00
dcone%netscape.com
50b46f9fc1 bug=102321 Speed up the background tiling r=kmcclusky sr=attinasi 2002-04-23 23:48:56 +00:00
tor%cs.brown.edu
c45bbd713a Bug 137685 - gamma correction causing black backgrounds in embedding.
r=brendan, sr=hyatt
2002-04-23 23:21:25 +00:00
brade%netscape.com
82bdcc118c add fontmanager library (bug 138495) r=ccarlen, pinkerton, sr=sfraser, a=rjesup, adt=putterman 2002-04-23 14:14:30 +00:00
rods%netscape.com
ee07c55f61 Make the UI scrollbars now scale in PrintPreview. We are having to do all this rather bizarre
stuff because the scrollbars in the document share all the same code and style contexts of the UI scrollbars
Bug 120616 r=dcone sr=attinasi
2002-04-23 12:05:43 +00:00
sfraser%netscape.com
ea11d5b081 Second attempt to fix bug 137295; gaps appearing in images on Mac OS X. Changed to not pass in the clipRgn when we're drawing to another image (e.g. animated GIFs), or another non-window destination where we don't want to clip. r=pink, sr=beard. 2002-04-19 23:07:56 +00:00
mkaply%us.ibm.com
d1eef69879 #137693
r=mkaply, sr=blizzard, a=rjesup@wgate.com
OS/2 only - workaround for MINCHO font bug
2002-04-19 21:56:44 +00:00
dcone%netscape.com
44165a3e60 b=90751 Took out changes.. did not work on the Mac OSX/Darwin build. 2002-04-19 14:31:26 +00:00
dcone%netscape.com
e8dc41b49f b=90751 This is a fix for the Mac V build I broke last night. This fix was give by ccarlen.. sorry for the breakage. Thanks to seawood and Dagley for getting things back online. I have to remember to watch that ports build. 2002-04-19 13:40:00 +00:00
seawood%netscape.com
c355d9d663 Workaround for nsFileSpec lossage.
Thanks to Steve Dagley <sdagley@netscape.com> for the patch.
Fixing tinderbox bustage
2002-04-19 07:00:58 +00:00
rods%netscape.com
1ba300072c printing properties must be moved to global jar
Bug 138026 r=dcone sr=attinasi a=judson adt=putterman
2002-04-18 22:43:02 +00:00
dcone%netscape.com
a51f949a9e b=90751 r=peterl sr=attinasi a=asa This should fix the problem finding the printer settings plugin. 2002-04-18 22:40:46 +00:00
sfraser%netscape.com
757338b447 Fix for bug 137295; work around a bug in Mac OS X that causes bad drawing of images with 1-bit masks when the destination port has a non-empty clip region. r=pinkerton, sr=beard. 2002-04-16 22:35:28 +00:00
chak%netscape.com
5913aadd80 Fix for #135226 - 256 color palettes should be selected as background palettes
(Checking in patch for saari)
r=blythe, sr=waterson, a=adt for checkin to trunk
2002-04-16 20:54:23 +00:00
pinkerton%netscape.com
37fa42be4d get tabs looking better and fix some enabling/active issues with the drawing logic. r=pink/sr=hyatt. patch from ajfeldman@brown.edu. bug# 134447 2002-04-16 19:02:15 +00:00
colin%theblakes.com
541aad2266 Make printing work again on OpenVMS.
b=136884 r=rods sr=attinasi
2002-04-15 23:47:02 +00:00
dcone%netscape.com
720eb2ff30 b=135208 r=kmmclusky,sr=attinasi,a=asa. This just updates some of the reviewers comment
into the fix that was not there.  This fixed the color output of text
2002-04-15 22:58:35 +00:00
smontagu%netscape.com
f8c2254863 (Checkin for Roland.Mainz@informatik.med.uni-giessen.de). Bug 127520 "Large pictures print corrupted", r=db48x, sr=attinasi 2002-04-15 22:57:12 +00:00
dougt%netscape.com
2dbd1edd63 XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com 2002-04-15 22:26:29 +00:00
bryner%netscape.com
49acf08a2b Don't allow the theme css to override the dropdown button min-size. Not part of the build. 2002-04-15 03:58:26 +00:00
timeless%mac.com
18d73165c4 Bug 128530 Use |nsISaveAsCharset::attr_EntityAfterCharsetConv| instead of |nsISaveAsCharset::attr_EntityBeforeCharsetConv| in GTK+/Xlib toolkits
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rbs rs=attinasi
2002-04-14 01:28:42 +00:00
timeless%mac.com
6ace2e6517 Bug 129999 needs ansi-1251 font support in nsFontMetricsGTK/nsFontMetricsXlib
patch by Roland.Mainz@informatik.med.uni-giessen.de r=katakai sr=attinasi a=asa
2002-04-14 00:37:43 +00:00
tor%cs.brown.edu
53111aa868 Bug 53597 - another attempt to fix win32. 2002-04-13 16:42:26 +00:00
tor%cs.brown.edu
d6f007331c Bug 53597 - win32 temporary patch. 2002-04-13 15:29:36 +00:00
mkaply%us.ibm.com
20bc48f435 Missing paren 2002-04-13 14:49:30 +00:00