Commit Graph

1987 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
b0b31ee5f1 Missing parenthesis on earlier checkin 2000-10-20 02:03:19 +00:00
sfraser%netscape.com
64d6eb3e8e Fix for 20743 -- better strategy for low-memory handling when allocating image GWorlds. r=pierre, sr=dcone. 2000-10-19 21:17:13 +00:00
dcone%netscape.com
3c15c15513 Fix for tiled images that with optimized images. r=kmmclusk sr=buster b=45100 2000-10-17 21:18:40 +00:00
mkaply%us.ibm.com
13edc5a20c #56816
r=mkaply, a=blizzard
Font crashes uses unknown fonts
2000-10-17 14:42:33 +00:00
mkaply%us.ibm.com
f4a458cebc #55365
r=pedemont, a=blizzard
We were forcing a failure on Verdana. BAD
2000-10-10 23:03:38 +00:00
mkaply%us.ibm.com
0c52f96fdd r=mkaply, a=blizzard
Quick fix to enable DBCS fonts
2000-10-10 14:31:46 +00:00
mkaply%us.ibm.com
bbbd1ba018 #53381
r=mkaply, a=blizzard
Much better fix for italic layout
2000-10-09 22:46:35 +00:00
dcone%netscape.com
7975c4af8d bug = 50795 Use factory to create the nsRendering Context. r/sr=buster a=mcklusky r=erik [rtm++] 2000-10-08 03:31:14 +00:00
mkaply%us.ibm.com
e4d6252276 #53381
r=mkaply, a=blizzard
Code from jkobal to fix italic layout
2000-10-07 03:43:04 +00:00
mkaply%us.ibm.com
ee5b9eb74f #55105
r=mkaply, a=blizzard
Code from jkobal to fix our cursor drawing
2000-10-07 03:40:20 +00:00
pinkerton%netscape.com
7c657e653d turn off watch cursor before going into native code. make the cursor not turn on when library loads so embedding clients don't get screwed. r=pchen/a=hyatt, bug# 53121. 2000-10-06 00:57:40 +00:00
mkaply%us.ibm.com
b0545d3ff8 #52455
r=pedemonte, jkobal, a=blizzard
Woohoo! We found the random memory overwrite that was breaking fonts.
2000-10-05 22:10:23 +00:00
sfraser%netscape.com
a9e3430223 Fix for bug 55140, r=brade, sr=ftang. Fix a stale pointer bug in unicode font mapping routines, by not using a global (which got stale), but using an inline getter instead. 2000-10-05 04:06:53 +00:00
quy%igelaus.com.au
0a3409cf76 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 00:10:19 +00:00
quy%igelaus.com.au
fa6f5f9599 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # <A HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=54132">54132</A> 2000-10-05 00:04:54 +00:00
mkaply%us.ibm.com
37770f863b #52455
r=pedemonte, a=blizzard
OK, here's the major font checkin. There's some debug code in here.
2000-10-02 19:00:52 +00:00
nhotta%netscape.com
d0d4c2fc1c (bstell speaking, (415) 845-7800)
bug 46974 - display of ascii (8 bit) data incorrect with 10646 (16 bit) font
a=erik r=blizzard, approved for trunk checkin by jar
2000-09-29 22:21:04 +00:00
tor%cs.brown.edu
6f908956a4 Bug 52489 - prevent garbage from being shown when tiling a
partially received image.  Patch from adam@gimp.org.
r=alex@cendio.se,pavlov a=tor
2000-09-29 21:05:35 +00:00
nhotta%netscape.com
ababd202b4 backing out previous changes since depend versions of the tree won't build 2000-09-29 02:20:25 +00:00
nhotta%netscape.com
a490b76f7a bug 46974 - display of ascii (8 bit) data incorrect with 10646 (16 bit) font
a=erik r=blizzard, approved for trunk checkin by jar
2000-09-28 22:46:27 +00:00
tor%cs.brown.edu
4610b59131 Bug 52275 - crasher if we ended up in DrawComposited() with a zero
width or height.  r=pavlov,scc a=buster
2000-09-23 01:55:30 +00:00
sfraser%netscape.com
6daab2fa46 Fixing Mac out of memory blocker (dupped to bug 20743); make the low memory buffer purgeable again after reallocating it, and tweak the heap space numbers for GWorld allocations. r=pchen, sr=scc 2000-09-22 00:17:07 +00:00
erik%netscape.com
409e23e49f bug 53585 and bug 53569; fixing a leak; r/a=brendan; a=granrose 2000-09-21 21:46:47 +00:00
pierre%netscape.com
0ace7234d8 fix related to the reconstruction of html.css (#6625), the css system fonts (#1021 and #3371) and a regression on the Mac from #44656: make the html form controls look better on the Mac. a=buster 2000-09-21 10:22:14 +00:00
pinkerton%netscape.com
f664beb064 turn off watch task around print dialog, r=sfraser bug 53121. 2000-09-21 05:11:08 +00:00
pinkerton%netscape.com
086bceef8c add nsWatchTask, r=sfraser bug 53121. 2000-09-21 05:10:04 +00:00
pinkerton%netscape.com
11adeb79d3 First Checked In. 2000-09-21 05:05:09 +00:00
mkaply%us.ibm.com
e916076307 #53410
r=brendan, a=brendan
Using wrong identifier to get screen width and height
2000-09-21 01:26:00 +00:00
ftang%netscape.com
90c1083f5c fix bug 50816. add if statement for prevFont so it won't crash on win95J while prevFont is null (when we try to render a
Unicode which do not have glyph in any font on the system.
r=buster,erik a=buster.
2000-09-20 23:13:12 +00:00
erik%netscape.com
57db879fec bug 52655; r/a=ftang; switch from GetCharsetAtom2() to NS_NewAtom() since
the former does some unwanted charset name mapping to work around problems
with Web sites using the wrong charset names; also added self test code to
catch any spelling errors since we are now not going through the charset
manager (GetCharsetAtom2)
2000-09-20 23:06:53 +00:00
waterson%netscape.com
5e7b70af9e Fix build bustage. 2000-09-20 06:40:22 +00:00
waterson%netscape.com
7dc55680e8 Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +00:00
sspitzer%netscape.com
ebe152cc4f bullet proofing for crash in #53250, related to #49115
r/a=mscott
2000-09-19 22:37:02 +00:00
pinkerton%netscape.com
a163e487b1 Fix major DC suckage on win2k and 98. Instead of calling GetDC all the time,
only call it when we need it and then be sure to release it. r=mjudge, bug#49285
2000-09-14 23:53:19 +00:00
sfraser%netscape.com
bccc8a28aa Fix build bustage; add new param to FlushCach. r=pnunn 2000-09-14 23:44:51 +00:00
rayw%netscape.com
3cd14f5878 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
mkaply%us.ibm.com
8ca9d0bdbe #52455
r=mkaply, a=brendan
FontEnumerator implementation for OS/2
2000-09-14 23:17:20 +00:00
pnunn%netscape.com
ccda7ec14f bug#51249: add chrome to FlushCache. pnunn r:syd 2000-09-14 23:06:53 +00:00
pnunn%netscape.com
279ba5b1e5 bug#51249: add ability to flush chrome. pnunn r: syd. 2000-09-14 23:00:59 +00:00
sfraser%netscape.com
8088d5d19b More work on 20743; better low memory handling on Mac. Better control of whether we allocate GWorlds in temp mem, make nsImageManager implement nsIMemoryPressureObserver (not turned on yet), and fix a double delete of GWorlds. r= pinkerton 2000-09-14 22:42:36 +00:00
waqar%netscape.com
75458f69c4 #=48907
r=pavlov@netscape.com
d=Get the font size using the pixel size instead of the point size. Pixel
size seems to work better for non default resolutions.
2000-09-14 18:57:05 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
sfraser%netscape.com
4af1765061 Part of the fix for 20743, add flag to tell us if a drawing surface is short-lived, so we can allocate in temp mem (on Mac). r=pavlov 2000-09-13 07:02:30 +00:00
dcone%netscape.com
609158f6c5 Put the nsPrintOptions into the factory for the Mac. r=kmmclusky. b=36796 2000-09-12 14:34:14 +00:00
dcone%netscape.com
4a44a28c21 Stray Semicolon taken out. 2000-09-12 14:31:10 +00:00
dcone%netscape.com
121485bb44 Fixed the tiling bug. Limited the size of the tile buffer. Check for sizing. Bug=49751 r=kmcclusky a=kmcclusky 2000-09-12 03:48:56 +00:00
valeski%netscape.com
b6373ee1b7 50188. forcing noisy_fonts macro to *not* spew to stderr/out in debug builds. 2000-09-11 21:48:58 +00:00
erik%netscape.com
dced4cfefc bug 33162; instead of zeroing out all Unicodes less than 0x2200, we just
zero out the common ones that correspond to CP1252 (for things like smart
quotes), so that we can still see most of the JIS X 0208 characters;
r=ftang
2000-09-11 21:03:58 +00:00
briane%qnx.com
2e8fedab64 NOT PART OF BUILD - PHOTON ONLY
Various fixes to correct drawing problems and speed up the rendering
and font engine
Brian Edmond
2000-09-11 13:51:58 +00:00
valeski%netscape.com
f7f1dff42c 50188. removing release spammage 2000-09-08 23:21:08 +00:00