Commit Graph

3587 Commits

Author SHA1 Message Date
roc+%cs.cmu.edu
4f81dc78d1 Bug 113232. Make 'background:transparent' work on top-level XUL windows. r=pavlov,kmcclusk,bzbarsky,sr=bzbarsky 2003-03-24 04:57:22 +00:00
roc+%cs.cmu.edu
3dace14ed6 Bug 113232. Make 'background:transparent' work on top-level XUL windows. r=pavlov,kmcclusk,bzbarsky,sr=bzbarsky 2003-03-24 04:54:48 +00:00
timeless%mozdev.org
697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
mkaply%us.ibm.com
3d2ff785c9 #188249
r=me, sr=blizzard (platform specific)
Start landing GCC support for OS/2 - mainly cleanup to start
2003-03-21 22:03:14 +00:00
mkaply%us.ibm.com
fb51e58062 OS/2 bustage - put the right version back 2003-03-21 21:38:23 +00:00
timeless%mozdev.org
f398903148 Bug 198514 UMR [@ nsDeviceContextPS::~nsDeviceContextPS]
r=smontagu sr=heikki
2003-03-21 20:33:58 +00:00
alecf%netscape.com
b6584a77fb backout my static atom patch for now until I figure out the performance loss! :(
bug 195262
2003-03-21 20:13:08 +00:00
mkaply%us.ibm.com
238f9cab69 Didn't mean to check that in 2003-03-21 18:34:11 +00:00
mkaply%us.ibm.com
bd41102ee7 OS/2 bustage - nsFontMetricsOS2.cpp 2003-03-21 18:30:24 +00:00
alecf%netscape.com
0ad013d13f eh, I guess I should fix ports for bug 195262 as well 2003-03-21 07:10:20 +00:00
alecf%netscape.com
7679b6684e argh, I forgot to land the unix stuff too... 2003-03-21 07:02:44 +00:00
alecf%netscape.com
ecf24a2b78 fix for bug 195262:
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin

this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
timeless%mozdev.org
51e27f97ab Bug 195635 valgrind doesn't like Xprint (invalid reads in XpuParseMediumSourceSize)
patch by Roland.Mainz@informatik.med.uni-giessen.de r=ajschult sr=bz
2003-03-20 03:01:34 +00:00
timeless%mozdev.org
69e4a28d96 Bug 193499 Xprint print/print preview crashes Mozilla
patch by Roland.Mainz@informatik.med.uni-giessen.de r=katakai sr=bz
2003-03-20 03:00:15 +00:00
mkaply%us.ibm.com
c5487624e7 #188249
r=me, sr=blizzard (platform specific code)
OS/2 EMX work - low hanging fruit - strcmpi-> stricmp, itoa->_itoa, remove some headers, fix some syntax
2003-03-19 15:28:29 +00:00
jkeiser%netscape.com
7417401e9e Replace sscanf with PR_sscanf (bug 197760), patch by Roland.Mainz@informatik.med.uni-giessen.de, r=jkeiser@netscape.com, sr=bzbarsky@mit.edu 2003-03-19 06:26:49 +00:00
bzbarsky%mit.edu
83e46b1a49 Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout
<nb@ipnode.info>, r=doron, sr=dmose
2003-03-19 04:35:08 +00:00
cls%seawood.org
caf7ad6954 Landing mingw gfx-viewer changes.
Bug #134113 r=pavlov sr=blizzard
2003-03-18 22:32:25 +00:00
cbiesinger%web.de
af36ee745c 197485 r=paper sr=tor Remove [GS]etTransparentColor from gfxIImageFrame 2003-03-18 21:07:22 +00:00
bzbarsky%mit.edu
4cc14b7073 Bug 160550 -- implement -moz-hsl() (CSS3 hsl() colors). Implement the parsing end of
-moz-rgba() and -moz-hsla(); the GFX end is bug 147017.  r+sr=dbaron
2003-03-18 05:43:12 +00:00
jshin%mailaps.org
54a162c00b bug 117807, Remove &mdash; (U+2014) from CJK special chars. list so that
it can be rendered with a glyph from a CJK font instead of being
'transliterated'. r=bstell, sr=bzbarsky
2003-03-18 04:59:03 +00:00
bryner%netscape.com
4df458af4c Fix drawing of context menus and selected tab on Mac (bug 197107). r=sfraser, sr=kin 2003-03-17 23:53:40 +00:00
blizzard%redhat.com
85e644cc05 Make sure that if the minifont couldn't be loaded that we don't crash. No bug on this one. 2003-03-16 13:35:03 +00:00
dougt%netscape.com
0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
cbiesinger%web.de
2780a4ce03 143365 r=paper sr=tor unloaded part of bmp image displays black/random garbage 2003-03-14 20:37:59 +00:00
sfraser%netscape.com
2ef0933ea3 Fix bug 194956: hilight turds left after unhilighting some images; fix the clipping in some image tiling cases. Also detabbed and cleaned up the files. r=brade,sr=bryner. 2003-03-14 18:56:27 +00:00
blizzard%redhat.com
f7502c23da Fix build problems on cafe 2003-03-13 23:15:48 +00:00
blizzard%redhat.com
d4fface64d Part of bug #176290. Convert to UCS4 and do per-glyph operations using a two-pass method. Centrally locate all UCS4 to glyph translations so all the various functions can use them. 2003-03-13 15:21:00 +00:00
bryner%netscape.com
f3a28e9f42 Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser. 2003-03-12 04:57:33 +00:00
amardare%qnx.com
4d125abbf0 This should not affect other platforms building/runtime -wise.
Changes specific to the photon (qnx) platform - related to printing.
Now the printselector dialog is the unixshared one ( see embedding/components/printingui/src/unixshared ).
I changed the photon code so that the PtPrintSelection dialog is not used anymore,
but calls to PpSetPC are made to set up the print context members.
2003-03-10 15:26:40 +00:00
cls%seawood.org
d1479589a2 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
katakai%japan.sun.com
95a8de9882 bug 195868
GTK2: GetSystemFontInfo() needs to return valid font
r=blizzard, sr=rbs
2003-03-08 01:29:03 +00:00
cls%seawood.org
d1079607df XP code changes required for mingw landing.
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
2003-03-07 06:07:56 +00:00
jshin%mailaps.org
83904cb49f bug 180266 : hard-code precompiled ccmaps. (r=shanjian, sr=alecf/rbs) : relanding 2003-03-07 02:30:18 +00:00
mkaply%us.ibm.com
8c29d3f5cf #196013
r=mkaply, sr=blizzard (platform specific)
OS/2 only - code from Javier Pedemonte - detect symbol fonts and use 65400 as the codepage for them.
2003-03-06 15:01:37 +00:00
rbs%maths.uq.edu.au
073e94f988 Use nsAutoArray in the 'A' functions that are activated on Win95-Japanese, and consolidate the surrounding code, b=187397, r=jshin, sr=blizzard 2003-03-05 06:58:24 +00:00
dougt%netscape.com
3d21aea27f backing out bustage caused by jshin 2003-03-05 05:03:03 +00:00
mkaply%us.ibm.com
848fabe224 #166144
r=pedemont, sr=blizzard (platform specific)
OS/2 only - use 1208 for Hebrew not 862 so vowels display
2003-03-05 03:59:25 +00:00
jshin%mailaps.org
aac4dd7004 bug 180266 : hard-code precompiled CCMaps to speed up start-up.
r=shanjian, sr=alecf,rbs
2003-03-05 03:40:10 +00:00
seawood%netscape.com
74be739dca Fix link ordering issues. 2003-03-04 04:47:58 +00:00
blizzard%redhat.com
d068473a4e Bug #182877. Add support for more than just the BMP. Patch from jshin@mailaps.org (Jungshik Shin) and slightly modified by me, r=smontagu 2003-03-03 15:26:57 +00:00
seawood%netscape.com
c73a696f3b Dropping build infrastructure for supporting building with mulitple toolkits.
Bug #191528 r=pavlov
2003-02-28 22:02:21 +00:00
sfraser%netscape.com
443f251af3 Nuking old code. Bug 11406, r=smontagu, sr=kin. 2003-02-28 02:35:00 +00:00
seawood%netscape.com
33060e1e75 Fix mach-o static builds by forcing all code that's linked into a shared lib to build with -fPIC.
Bug #194662 r=ccarlen
2003-02-26 04:17:40 +00:00
blizzard%redhat.com
c4defecc03 Bug #175108. Crashes when displaying to non-RENDER enabled servers when trying to empty text. Measure all the glyphs before they are passed to the draw functions and if there's nothing but empty glyphs, don't bother drawing. 2003-02-26 02:17:24 +00:00
smontagu%netscape.com
2d14c7291c Bug 190311. Make nsImageGTK UpdateGC() when it needs to change the clip rect; make it set the correct clip rect. In the view system, make sure VIEW_CLIPPED is set only when needed. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=roc+moz, sr=bzbarsky@mit.edu 2003-02-26 02:09:50 +00:00
sfraser%netscape.com
a972085056 Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf. 2003-02-26 00:52:07 +00:00
jkeiser%netscape.com
c99118b7e7 Make documents with 0-scaled images still print (bug 191684), r=kmcclusk@netscape.com, sr=kin@netscape.com 2003-02-25 03:27:18 +00:00
timeless%mozdev.org
ba43beedc1 Bug 194644 ISO10646-1 fonts not recognised + Talkback crashes in Xprint module [nsRenderingContextXlib::GetTextDimensions()]
patch by Roland.Mainz@informatik.med.uni-giessen.de r=smontagu sr=roc+moz
2003-02-25 03:07:59 +00:00
roc+%cs.cmu.edu
6fc98b9e15 Bug 190311. Make nsImageGTK UpdateGC() when it needs to change the clip rect; make it set the correct clip rect. In the view system, make sure VIEW_CLIPPED is set only when needed. 2003-02-25 02:38:38 +00:00