Commit Graph

2157 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
c2ce0284cc OS/2 ONLY - Get printer dialog working again
r=mkaply, a=blizzard
2001-02-10 17:00:52 +00:00
dougt%netscape.com
1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
mkaply%us.ibm.com
ab8371af30 #68343
r=mkaply, a=blizzard
OS/2 ONLY - Change OS/2 to use real XPCOM component registration to fix printing
2001-02-09 22:25:08 +00:00
dbaron%fas.harvard.edu
6d60678c7a Add stub for nsFontEnumeratorXlib::HaveFontFor (same stub as for GTK) to fix xlib bustage. b=67840 a=cls,blizzard 2001-02-09 22:21:52 +00:00
mkaply%us.ibm.com
14bcc983a5 r=mkaply, a=blizzard
Code from jkobal to optimize tiling
2001-02-07 03:44:21 +00:00
mkaply%us.ibm.com
8effc2e924 Printing regression 2001-02-07 03:40:34 +00:00
ftang%netscape.com
fdb629cf8b fix os2 and beos bustage. bug 67840 2001-02-07 01:25:53 +00:00
rods%netscape.com
baed08e917 Printing of selected frameset frames and Iframes
Bug 66783 r=dcone sr=buster,attinasi
2001-02-06 23:03:17 +00:00
ftang%netscape.com
1fdce11a46 add HaveFontFor method for nsIFontEnumerator sr=erik 2001-02-06 13:44:11 +00:00
ftang%netscape.com
1b1f000302 add HaveFontFor method for nsIFontEnumerator . sr=erik 2001-02-06 12:48:59 +00:00
ftang%netscape.com
70e85b97eb add HaveFontFor method to nsIFontEnumerator sr=erik 2001-02-06 12:48:45 +00:00
rbs%maths.uq.edu.au
d2a9ad2e9b Fix UMR, and failures of GetGlyphOutline() - bug 46438 - sr:erik@netscape.com 2001-02-02 22:46:48 +00:00
rods%netscape.com
b71790af51 Added UI for printing selectd frame
Bug 66783 r=kmcclusk,ben,dcone sr=buster
2001-02-02 08:42:53 +00:00
dcone%netscape.com
1cb6f162ed Created new nsIPrintSettings object for embedding 2001-02-01 23:04:07 +00:00
dcone%netscape.com
638e4ced91 r=karnaze sr=buster. Updated the API for a nsIDeviceContextSpecFactory to pass in a nsIWidget. 2001-01-30 21:22:16 +00:00
mkaply%us.ibm.com
4addd4832e #61253
r=mkaply,a=blizzard
Check whether or not text color has been set
2001-01-30 04:49:32 +00:00
dbaron%fas.harvard.edu
c55ef35a27 Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:31:15 +00:00
rods%netscape.com
99666eed8c This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
the printing of headers and footers.
Printing of selection is implemented by the frames figuring out if they are in the selection and painting
if they or not they they don't paint. This also only allows the printing of the first page of
selections, alothough it is well documented where this is implemeted so it can be removed.
Bugs 63426, 31218, 61075 r=dcone,kmcclusk,erik,buster sr=waterson
2001-01-27 14:09:34 +00:00
mkaply%us.ibm.com
06fa33ccb8 #61253
r=jkobal, a=blizzard
Printing shouldn't be resolution dependent
2001-01-26 00:48:05 +00:00
pinkerton%netscape.com
06e892a822 since nsImageMac now has two nsISupports, disambiguate. r=saari, sr=sfraser. 2001-01-25 21:39:58 +00:00
pinkerton%netscape.com
8f2db09d29 Landing first stab at image->PICT conversion on mac for image copying. r=saari/sr=sfraser. 2001-01-25 21:39:37 +00:00
cls%seawood.org
1ac4399c71 Fix problem of duplicate entry in DIRS that was breaking distclean. Bug #64521 2001-01-24 04:40:08 +00:00
mkaply%us.ibm.com
ef06713556 r=mkaply, a=blizzard
Remove hardcoded font for DBCS and button
2001-01-24 02:22:06 +00:00
mkaply%us.ibm.com
8789f6dcf3 r=mkaply, a=blizzard
256 color and print cleanup
2001-01-24 01:49:40 +00:00
mkaply%us.ibm.com
02cc89b525 r=mkaply, a=blizzard
More code cleanup
2001-01-23 00:43:28 +00:00
pinkerton%netscape.com
d6dfabce59 Fix for leakage of nsScreenWin object in embedding case. r=saari, sr=sfraser. bug# 43590. 2001-01-23 00:39:40 +00:00
cls%seawood.org
cb1a4287ea Make ::GetPixelDepth() know about rgb16 2001-01-22 05:10:15 +00:00
mkaply%us.ibm.com
cdd39d37f4 r=mkaply, a=blizzard
Big GFX cleanup for OS/2 - using new logging mechanism
2001-01-19 15:47:20 +00:00
tor%cs.brown.edu
85ea708a89 Bug 65315 - update server pixmaps incrementally and move 8-bit alpha
check to ImageUpdated. r=jag, sr=blizzard
2001-01-18 13:39:07 +00:00
disttsc%bart.nl
0992dc7dae Fix c++ comment in c file 2001-01-14 00:58:06 +00:00
dcone%netscape.com
05b735c271 The locking and unlocking controls some optimization of the image.. like the DIB. r=kmmclusk sr=buster 2001-01-13 22:26:18 +00:00
mkaply%us.ibm.com
f31989342e r=mkaply, a=blizzard
Regression on 256 color from earlier system color checkin
2001-01-12 15:53:21 +00:00
mkaply%us.ibm.com
60e2376002 r=mkaply, a=blizzard
General code cleanup and fix for printer trap from Dainis Jonitis
2001-01-12 15:25:01 +00:00
mkaply%us.ibm.com
63c09b8c65 r=mkaply, a=blizzard
General code cleanup and new error logging mechanism from Dainis Jonitis
2001-01-12 15:18:10 +00:00
pavlov%netscape.com
2e3f144240 fix some build problems 2001-01-12 03:54:43 +00:00
dbaron%fas.harvard.edu
8eeddc3646 Fix xlib build bustage. 2001-01-10 20:12:51 +00:00
jgmyers%netscape.com
8935d7e70b cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
dbaron%fas.harvard.edu
61cf64b757 Fix bustage (Sun workshop 5.0) / warning (gcc) caused by tor's checkin. Functions returning values should, well, return values. sr=tor 2001-01-10 05:10:20 +00:00
dbaron%fas.harvard.edu
66680e0a0e Fix one-time leak of nsGCCache. r=pavlov@netscape.com sr=waterson@netscape.com b=60215 2001-01-10 04:10:07 +00:00
dbaron%fas.harvard.edu
994a352f4c Add nsGCCache to the leak/bloat stats. r=pavlov@netscape.com sr=waterson@netscape.com b=60215 2001-01-10 04:08:39 +00:00
dbaron%fas.harvard.edu
3827190159 Fix leaks in the xlib port (and some problems exposed by fixing those leaks). b=64534, 64767 r=blizzard@mozilla.org (Not part of the build.) 2001-01-10 02:49:45 +00:00
tor%cs.brown.edu
2fbefad3f4 Bug 61410 - move opaque test from ImageUpdated() to SetDecodedRect()
r=pavlov, sr=blizzard
2001-01-10 02:37:43 +00:00
peterlubczynski%netscape.com
c89077a98d Added nsPrintOptionsGTK to the factory. r=dcone sr=buster 2001-01-09 22:54:52 +00:00
mkaply%us.ibm.com
130aed7d5d Stupid error in last checkin 2001-01-09 15:30:12 +00:00
mkaply%us.ibm.com
65976958de #61253
r=javier, a=blizzard
Set system colors into color table
2001-01-09 00:05:03 +00:00
pavlov%netscape.com
7f4743c7a3 move the typedef of nscolor to gfx_color in to gfxcompat.h. change the typedef of gfx_color to PRUint32 from unsigned long just to make it explicit 2001-01-08 03:11:58 +00:00
tor%cs.brown.edu
237d2e7b9e Bug 61410 - fix performance problem with fully opaque 8-bit alpha
images.  Also cleanse/shuffle nsImageGTK for size and remove some
extra parentheses. r=blizzard, sr=brendan
2001-01-07 23:02:02 +00:00
dbaron%fas.harvard.edu
6399880e31 Fix nsImageXlib.cpp to compile again and pull calls to xlib_get_shift_from_mask out of loop (as suggested by tor). r=blizzard@mozilla.org sr=tor@cs.brown.edu b=64518 2001-01-07 14:37:37 +00:00
pavlov%netscape.com
e5332662cb merging the base and image parts of gfx2 to HEAD, renaming nsMargin, nsPoint, nsRect to whatever2 to avoid header name conflicts with gfx
still need to resolve issue with gfx2's nsIImage wanting to use nsIDrawable, since there arn't any ifdefs in idl...
2001-01-07 01:40:18 +00:00
mkaply%us.ibm.com
c49620f93f OS/2 TB breakage
Uh duh. It would help if I put the XP_OS2 in the header file.
2001-01-03 03:05:09 +00:00
bryner%uiuc.edu
69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
tor%cs.brown.edu
b0070e9f0a #51179 blending calculations were incorrect (dividing by 256 instead of 255).
r=brendan, sr=roc
2001-01-02 23:41:07 +00:00
mkaply%us.ibm.com
cad274a203 #62335
r=mkaply, a=blizzard
Chinese can have either 1381 or 1286 - query system to determine which one to use
2001-01-02 23:23:52 +00:00
sfraser%netscape.com
0d9777963a Fix bugs 57327 and 57835; convert nsImageMac to use PixMaps rather than GWorlds to reduce memory usage, and reduce changes of allocation failure. sr=beard, r=pinkerton 2001-01-02 23:16:50 +00:00
mkaply%us.ibm.com
5d26d7ecb0 #62335
r=mkaply, a=blizzard
Fix DBCS font handling - use face, not family - do proper conversion
2001-01-02 14:44:39 +00:00
bryner%uiuc.edu
22174c9b60 Eliminate imglib dependency on obsolete merrors.h by moving error codes used by imglib to a new ilErrors.h file (in support of bug 38061). Remove unused il_errp.h file. Also remove an unused variable in scale.cpp. r=cls, sr=tor. 2000-12-29 20:06:14 +00:00
jgmyers%netscape.com
3a0d56ef2d Remove dead code. Bug 63834 r=bryner sr=scc 2000-12-29 15:40:49 +00:00
bryner%uiuc.edu
32abbef189 More cleanup fun for bug 38061. Removing already #if 0'd includes of mimeenc.h and xlate.h to avoid LXR false-alarms. sr=cls. 2000-12-29 06:31:39 +00:00
dbaron%fas.harvard.edu
49235b88ca Attempt to fix BeOS bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 22:15:06 +00:00
dbaron%fas.harvard.edu
f08876ee6f Attempt to fix OS2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. 2000-12-23 21:43:53 +00:00
koehler%mythrium.com
37ea41723f Bug 59528 - BeOS: images are drawn outside of its bounding box - r=cls 2000-12-22 23:19:04 +00:00
pinkerton%netscape.com
71765b9284 Make GetBits() convert from DDB to DIB when asking for the bits, if necessary.
r=kmcclusk, sr=hyatt. bugscape bug #3322.
2000-12-21 22:18:15 +00:00
dcone%netscape.com
5fdbf6a4c1 bug 63310 r=kmmclusk sr = buster. Fixes printing crash with images. 2000-12-19 21:15:57 +00:00
beard%netscape.com
cb60d16d0f [not part of build] generalized printing support. 2000-12-16 03:38:21 +00:00
beard%netscape.com
7cf82a8dab [not part of build] Carbon printing support. 2000-12-16 03:37:25 +00:00
cls%seawood.org
cfafaf6012 Fix keyboard input for BeOS.
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #62680
2000-12-15 02:14:30 +00:00
timeless%mac.com
9ecd1fc161 Fix Bug 49879 M18: Printing with libXp/Xprt ends-up in error+exit
Patch from Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz)
r=dcone
sr=blizzard
2000-12-14 21:38:58 +00:00
mkaply%us.ibm.com
cffcb34696 Remove obsolete files 2000-12-13 03:31:35 +00:00
dcone%netscape.com
54d934e1c8 Fixed the background with Transparent PNG's and a 32 and 16 bit depth printing problem.
r=kmmclusk sr=buster bug = 55093, 46871
2000-12-12 21:27:42 +00:00
mkaply%us.ibm.com
df6c0db245 OK, lets try this Arial fix for Russian 2000-12-11 22:14:44 +00:00
mkaply%us.ibm.com
42e06f4c42 #62335
r=pedemonte, a=blizzard
Using sscanf to parse font causes problems with whitespace - use something else
2000-12-11 21:15:04 +00:00
dbaron%fas.harvard.edu
7c856ace9a Fix goto-related IRIX bustage. 2000-12-10 05:46:46 +00:00
dbaron%fas.harvard.edu
e5abac9309 Fix leak bug 47098 (image objects leaked for animated throbber or for cancelled image loads) by making ImageNetContextImpl have weak references to ImageConsumer and have ImageConsumer do more cleanup in its destructor when its OnStopRequest method wasn't called. r=pnunn, kmcclusk, dcone, beard sr=mscott 2000-12-09 04:02:31 +00:00
mkaply%us.ibm.com
9c1fb93ef2 r=mkaply, a=blizzard
Code cleanup on ClipRegions
2000-12-08 15:44:13 +00:00
mkaply%us.ibm.com
ca8b6cb6d0 r=mkaply, a=blizzard
Code cleanup on ExtTextOut
2000-12-08 15:43:06 +00:00
mkaply%us.ibm.com
b34c43f641 #61253
r=jkobal, a=blizzard
Using wrong or bad PS to query font availability
2000-12-08 15:38:10 +00:00
mkaply%us.ibm.com
2b8c94e295 #58446
r=mkaply, a=blizzard
Code from jkobal - prevents garbage while displaying images
2000-12-05 04:01:13 +00:00
mkaply%us.ibm.com
2f1dafa1f5 #60973
r=jkobal, a=blizzard
Convert system font names to Unicode
2000-12-05 03:53:08 +00:00
mkaply%us.ibm.com
f45e789702 #61723
r=jkobal, a=blizzard
Fix for printer problem incorrect - backing out
2000-12-01 23:08:34 +00:00
mkaply%us.ibm.com
53bee5e7fc #61731
r=mkaply, a=blizzard
We were missing masks in DrawTile
2000-12-01 20:31:20 +00:00
mkaply%us.ibm.com
944353758a #61253
r=jkobal, a=blizzard
Don't draw borders on FillRects and FillArcs
2000-11-30 23:53:43 +00:00
mkaply%us.ibm.com
ac67bc595d #61595
r=jkobal, a=blizzard
Stupid stupid code I wrote caused trap
2000-11-30 22:07:02 +00:00
mkaply%us.ibm.com
bc669c7450 #61253
r=mkaply,jkobal a=blizzard
Various OS/2 cleanup - fonts, print, and arcs
2000-11-29 22:42:28 +00:00
mkaply%us.ibm.com
a369c1c837 #61253
r=mkaply, a=blizzard
Code from Dainis Jonitis - fix arc drawing
2000-11-28 23:30:59 +00:00
mkaply%us.ibm.com
8f9a02566a #61253
r=mkaply,jkobal, a=blizzard
Setting wrong background on printing, setting wrong default on printing
2000-11-27 21:00:57 +00:00
mkaply%us.ibm.com
c134d3e470 #53366
r=jkobal, a=blizzard
A pointer to mem is a really bad thing to hash against
2000-11-27 20:22:52 +00:00
cls%seawood.org
434edd6f33 Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com
68d3515b46 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz
2000-11-17 20:54:21 +00:00
mkaply%us.ibm.com
94a2a3d6da r=mkaply, a=blizzard
More ugliness for Russian on OS/2 - some pages use "arial"
2000-11-16 15:37:44 +00:00
mkaply%us.ibm.com
b406587967 #60326
r=mkaply, a=blizzard
Fix from areed, jkobal for off by one pel drawing rectangles
2000-11-16 15:29:19 +00:00
mkaply%us.ibm.com
adf71d76b1 #56772
r=cls
OS/2 missing platform specific navigation bindings stuff
2000-11-15 21:19:23 +00:00
cls%seawood.org
21325ec9f7 Exporting icon gifs like we do on windows. Bug 59179 r=pnunn 2000-11-15 03:46:04 +00:00
mkaply%us.ibm.com
e8fe1bbfc6 #56853
r=mkaply, a=blizzard
Code from aaron reed to fix polygon drawing. Also 16 color fix from jkobal.
2000-11-14 21:27:11 +00:00
mkaply%us.ibm.com
8a3b0101e1 #60081
r=jkobal, a=blizzard
Add support for textzoom and not scaling bitmap fonts
2000-11-14 20:32:15 +00:00
erik%netscape.com
cd7869a66f bug 42917; r=timeless,pavlov,bstell; sr=blizzard; need to increment
mFontsIndex only after we fail to load any font for the current family
2000-11-14 19:58:20 +00:00
cls%seawood.org
cbd49dd5da Update GetBoundingMetrics() api for xlib + mathml case 2000-11-13 22:15:42 +00:00
tor%cs.brown.edu
37c216df3d Bug 59386 - off-by-one error in gtk alpha compositor divisor
causing blending artifacts, plus cleanup by moving compositing
calculation to a macro.  r=bryner, sr=blizzard
2000-11-08 05:17:23 +00:00
dbaron%fas.harvard.edu
d12acd117e Fix leak of ImageRequestImpl. r=pnunn@netscape.com sr=brendan@mozilla.org b=59179 2000-11-08 02:57:37 +00:00
dbaron%fas.harvard.edu
2967370343 Fix leak of nsFontGTK. Patch from bstell@netscape.com. r=erik@netscape.com sr=blizzard@mozilla.org b=5547 2000-11-08 02:56:10 +00:00