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

3137 Коммитов

Автор SHA1 Сообщение Дата
tor%cs.brown.edu b8d6b3560e Bug 53597 - attempt to fix macos and os2 bustage. 2002-04-13 11:54:38 +00:00
tor%cs.brown.edu 24ef8c1107 Bug 53597 - irix build bustage fix. 2002-04-13 11:44:02 +00:00
tor%cs.brown.edu 90eb120de3 Bug 53597 build bustage fix. 2002-04-13 11:31:37 +00:00
tor%cs.brown.edu cb1d9145e3 Bug 53597 - consistent gamma correction. r=dbaron, sr=brendan 2002-04-13 10:03:59 +00:00
shanjian%netscape.com 583ae90a36 #136935 :hover paints over previous link's underline
raise the minimal underline position so that it is within its own area.
r=dbaron, sr=attinasi
2002-04-13 06:08:25 +00:00
pinkerton%netscape.com 06cdd31512 fix bustage 2002-04-12 15:26:36 +00:00
dcone%netscape.com 0d39284466 b=135208 r=kmcclusk sr=attinasi a=asa. Fix darkening of light color text when we print. 2002-04-12 14:19:38 +00:00
pinkerton%netscape.com 9f9e505dd8 turn off double-buffering on osx with a new method on nsIRenderingContext. r=kmcclusk/sr=sfraser/a=valeski. bug# 78764 2002-04-12 13:56:53 +00:00
dcone%netscape.com dd5a44b889 b=90751 r=peterl sr=attinasi a=asa Adding printer extensions to OSX 2002-04-12 13:20:04 +00:00
dcone%netscape.com 3064186269 b=90751 r=peterl sr=attinasi a=asa adding Mac OSX printer extensions. 2002-04-12 13:16:13 +00:00
dcone%netscape.com 2de478a1b5 b=90751 r=peterl sr=attinasi a=asa. Adding OSX printer dialog extensions 2002-04-12 13:12:10 +00:00
hyatt%netscape.com e0734fa45e Fix for 129893, cocoa changes to gfx/layout/view, r=pink, sr=ben 2002-04-12 02:05:12 +00:00
dcone%netscape.com 933bb37008 b = 90751 r=peterl sr=attinasi a=asa Add print options to mac OSX 2002-04-11 14:38:57 +00:00
dcone%netscape.com e36d3fe218 b=90751 r=peterl sr=attinasi a=asa Add printer extensions to OSX 2002-04-11 14:37:16 +00:00
dcone%netscape.com ba78f6254e b=121230 r=kmcClusky sr=attinasi a=tor. Fixes PNG rendering 8 bit rendering. 2002-04-11 01:19:23 +00:00
rods%netscape.com 56c0612f03 The real fix is to enable the printing of XUL docs, which is what is crashing.
The best we can do right now is not print XUL Docs. This patch checks to see if
it is a XUL document and if it is it idsplay a dialog and and doesn't Print or
Print Preview.
Bug 136185 r=dcone sr=attinasi
2002-04-11 00:45:11 +00:00
shanjian%netscape.com 84eb514a5a #76097 Need to include external leading for CJK normal Line-height
Font metrics returns both internal and external leading to layout. Layout
now is responsible for calculating the normalLineHeight. It take consideration
of external leading, and compensate if it does not exist. All these are controled
by a preference switch.

r=rbs, sr=attinasi,
2002-04-11 00:00:40 +00:00
bryner%netscape.com bbdbac2222 Fixing the painting of the overlap area between tabs. Not part of the build. 2002-04-10 23:19:03 +00:00
rjesup%wgate.com 393412f7f2 bug 125137: set minimum timeout for animations to 100ms to match IE and Opera.
r=pavlov, sr=jst, a=Asa
2002-04-09 04:25:22 +00:00
kmcclusk%netscape.com 92daf05d59 Fix printing of transparent gifs on WIN32 by compositing with white background when image is optimized bug 12037 r=dcone sr=attinasi a=rjesup@wgate.com adt_a=jaimejr@netscape.com 2002-04-09 04:13:10 +00:00
bryner%netscape.com 105bd8762b implement tabpanels. not part of the build. 2002-04-08 10:13:40 +00:00
bryner%netscape.com c8217c7d3a adding support for native tab widgets. not part of the build. 2002-04-08 07:54:43 +00:00
mkaply%us.ibm.com 8b9f0fae4f #132660
r=mkaply/pedemont, sr=blizzard, a=rjesup@wgate.com
OS/2 only - change sorting of font names to use locale
2002-04-07 15:16:31 +00:00
bryner%netscape.com 977ee39139 Implementing native progress meter widget. Not part of the build. 2002-04-07 10:00:13 +00:00
bryner%netscape.com 0da804132b some cleanup, add placeholders for not-yet-implemented widgets, implement statusbars. not part of the build. 2002-04-06 01:59:03 +00:00
shanjian%netscape.com a1205342f2 #134733 some 8-bit character does not render correctly with raster font
clear some code points (mostly from 128 to 160) when generating raster
font cmap. Since most of the raster font does not contains those glyphs.
r=rbs, sr=attinasi, a=asa, adt
2002-04-06 00:11:21 +00:00
briane%qnx.com 278e568a2f PHOTON BUILD only
Removal of printfs and some minor bug fixes for drawing.
2002-04-05 15:14:59 +00:00
mkaply%us.ibm.com 1b4264a0b5 #125076
r=mkaply, sr=blizzard, a=asa
OS/2 only - code from jessica blanco - init printer settings from driver
2002-04-05 03:46:40 +00:00
caillon%returnzero.com ff2c7ce0e4 Bug 134570, 'Print to file' not working with threaded XprintUtil. Patch by Roland.Mainz@informatik.med.uni-giessen.de, r=cbiesinger@web.de, sr=attinasi, a=asa. 2002-04-04 11:29:38 +00:00
shanjian%netscape.com 08afdbf163 #110898 M098 Trunk crash rendering text [@ nsRenderingContextWin::GetTextDimensions]
Change the prototype of some of the methods in nsFontMetricsWinA to be consistent
with those in nsFontMetricsWin.
r=rbs, sr=attinasi, a=asa, adt
2002-04-03 15:36:12 +00:00
pinkerton%netscape.com 67a33bd94b fix case for UFS volume. bug 133190, r=sdagley/sr=blake/a=asa 2002-04-01 22:24:04 +00:00
seawood%netscape.com f940144626 Remove xp_core.h & xp_mem.h and all build references to them.
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
pavlov%netscape.com 307d640548 fixing lines in images being seen when scrolling on machines with some DPIs. bug 83289. r=gagan sr=brendan a=roc+moz 2002-03-27 05:45:24 +00:00
ftang%netscape.com 71ab3ad793 fix bug 110115
fix the toolbar garbage problem after we change font prf. r=nhotta sr=sfraser
2002-03-27 04:19:36 +00:00
ftang%netscape.com 6818ce0f80 fix bug 130441 and 122584
support surrogate in text-align: jutify , selection and cusor movement
r=shanjian/smontagu sr=kin a=asa
2002-03-27 03:28:34 +00:00
sfraser%netscape.com bef4b9ae53 Fix Mach-O static build. Bug 127186. r=cls, sr=scc, a=dbaron 2002-03-27 03:15:58 +00:00
kmcclusk%netscape.com 1945858afe Fixed code which prevented the rendering of large animated background gifs. Return after the the call to PatBltTile only if PatBltTile returns PR_TRUE otherwise fall through to the slow tiling code. bug 133096 r=dcone sr=attinasi a=asa 2002-03-26 14:21:31 +00:00
cbiesinger%web.de e41446ba72 bug 132563 ("Print job options dialog should use paper name instead of paper size to set/get the selected paper size"), r=rods, sr=attinasi, a=asa
patch by Roland.Mainz@informatik.med.uni-giessen.de
2002-03-25 23:57:40 +00:00
cbiesinger%web.de 9d58920112 bug 131417, r=bz, sr=scc, a=asa, patch by Roland.Mainz@informatik.med.uni-giessen.de
Memory leak in SetUpFontCharSetInfo()
2002-03-25 23:44:53 +00:00
rods%netscape.com d6676dfcab This patch is actually part of Bug 115136, but I think its best to get this part
of it in now before the API freeze.
It adds several new attrs to the nsIWebBrowserPrint API and implments them in DocumentViewer.
It also adds a new platform specific interface for PrintSettings that will be
used when the "pluggable" dialog work gets checked in. Although these have been
tested via BUg 115136, these little nto no risk now because no one is using them yet.
Bug 132827 r=dcone sr=attinasi a=asa
2002-03-25 13:21:23 +00:00
rods%netscape.com 6477f243c6 This patch is actually part of Bug 115136, but I think its best to get this part
of it in now before the API freeze.
It adds several new attrs to the nsIWebBrowserPrint API and implments them in DocumentViewer.
It also adds a new platform specific interface for PrintSettings that will be
used when the "pluggable" dialog work gets checked in. Although these have been
tested via BUg 115136, these little nto no risk now because no one is using them yet.
Bug 132827 r=dcone sr=attinasi a=asa
2002-03-25 11:55:27 +00:00
rods%netscape.com e791b7478a This patch is actually part of Bug 115136, but I think its best to get this part
of it in now before the API freeze.
It adds several new attrs to the nsIWebBrowserPrint API and implments them in DocumentViewer.
It also adds a new platform specific interface for PrintSettings that will be
used when the "pluggable" dialog work gets checked in. Although these have been
tested via BUg 115136, these little nto no risk now because no one is using them yet.
Bug 132827 r=dcone sr=attinasi a=asa
2002-03-25 11:49:55 +00:00
dbaron%fas.harvard.edu 3f52b082bc Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:35:01 +00:00
rods%netscape.com dbb633ac74 The original patch worked fine for regular documents but didn't work for mail
because of the ordering of nsIWebProgressListeners. Even tho the doc WAS
finished loading the notification goes to mail first abd then it print and then
check to see if it is busy and it comes back that it is.
So instead I have to use two booleans to monitor if the document was asked to
be destroyed while it was preparing to print. This typically happens when the
user click on a click and it takes a while and then they decide to print. So
while the Print Dialog is up the document gets unloaded  and when it returned
back everything is gone.
So when the flow of control returns back from the Print Dialog it checks to see
if it "should" have been destroyed, and if so, it then aborts printing, cleans
and displays a message if the pressed "OK". If they pressed cancel then it
doesn't print the message.
Bug 131174 r=dcone sr=attinasi a=asa
2002-03-23 16:48:58 +00:00
bzbarsky%mit.edu 9c5467e86b Fix memory leak. Bug 131417, patch by Peter A Jonsson
<pj@ludd.luth.se>, r=bzbarsky,pavlov, sr=blizzard,jag, a=asa
2002-03-22 19:47:27 +00:00
mkaply%us.ibm.com d43e247ad2 #119182
r=mkaply, sr=blizzard, a=asa
OS/2 only - Constrain rectangles when drawing so legacy (16-bit) drivers work
2002-03-22 19:34:28 +00:00
dcone%netscape.com 840821338c 118890 r=rods sr=attinasi a=asa. Fixed printing in print preview. Last checking contained another fix I was working on.. so I pulled that out. 2002-03-22 15:18:38 +00:00
dcone%netscape.com c0b90242cd 118890 r=rods sr=attinasi a=asa. Fixed printing in print preview 2002-03-22 14:49:29 +00:00
rods%netscape.com a165972d6f Backing out changes for Bug 131174 2002-03-22 00:42:48 +00:00
bstell%ix.netcom.com 010207f05d bug 130661 TrueType code does not distinguish regular/bold/italic
r=yokoyama@netscape.com, sr=rbs@maths.uq.edu.au, a=scc@mozilla.org
2002-03-21 23:44:10 +00:00