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

4088 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 10efb45442 Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2004-11-30 06:04:04 +00:00
darin%meer.net ae5692eef4 fixes bug 270110 "Add versions of nsDependentString and friends to the Gecko SDK" r=bsmedberg 2004-11-30 00:57:24 +00:00
ere%atp.fi 901f46a9db Xlib bustage fix attempt. 2004-11-27 08:48:39 +00:00
ere%atp.fi 27ae41bf9d GTK bustage fix attempt. 2004-11-27 08:45:22 +00:00
ere%atp.fi 45881dafd2 Optimization patch for bug 228399 (background-color is mishandled when -moz-opacity is less than 1.0)
r+sr=roc
2004-11-27 08:22:22 +00:00
bryner%brianryner.com 1435145ce6 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
mkaply%us.ibm.com 64bbf69160 #199763
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - Add printer description to print dialog
2004-11-22 18:25:46 +00:00
mkaply%us.ibm.com a9230e37f8 #268321
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - OS/2 gfx cleanup
2004-11-22 18:21:53 +00:00
mkaply%us.ibm.com 9e83a6e944 #267862
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Javier Pedemonte - fix some subtle font issues
2004-11-22 18:14:59 +00:00
mkaply%us.ibm.com 48ec53f0c2 #257230
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - remove a release build printf
2004-11-22 17:40:45 +00:00
roc+%cs.cmu.edu 479b99d4bf Bug 265084. Progress towards floating point nscoord: make image interfaces and libpr0n use PRInt32 instead of nscoord. r+sr=tor 2004-11-15 04:34:51 +00:00
roc+%cs.cmu.edu 14447eb6f2 Bug 265084. Progress towards floating point nscoord: make image interfaces and libpr0n use PRInt32 instead of nscoord. r+sr=tor 2004-11-15 04:16:07 +00:00
jshin%mailaps.org aeae490bef bug 234035 (part1 : xft) : freetype2 2.1.8 compile error: FTC_Image_Cache_* APIs are not available any more, r=Ervin Yan, sr=bryner 2004-11-15 00:05:45 +00:00
timeless%mozdev.org ea2f3df3b9 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
timeless%mozdev.org d9822cd4c5 Bug 265084 Need to deal with integer overflows in reflow
r=bz sr=bz
2004-11-09 04:57:57 +00:00
joshmoz%gmail.com 52636b4864 fix typo in constant usage from patch for bug 204237 - this error causes buttons to incorrectly theme fairly often 2004-11-08 01:59:14 +00:00
darin%meer.net f94aa8151e fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
roc+%cs.cmu.edu 93c8848740 Bug 243726. Fix up child-covering calculations. r+sr=bzbarsky 2004-11-05 13:59:33 +00:00
joshmoz%gmail.com 08fb723632 disabled form elements don't have aqua appearance (bug 204237) r=josh sr=bryner 2004-11-04 21:36:12 +00:00
ere%atp.fi 19525bf297 Fix for bug 228399: background-color is mishandled when -moz-opacity is less than 1.0
r+sr=roc
2004-11-04 19:08:31 +00:00
roc+%cs.cmu.edu 92c7aca8d1 Fix bustage. 2004-11-03 03:02:02 +00:00
roc+%cs.cmu.edu d1fa5f22e0 Bug 265084. Lay the groundwork for nscoord being a float, by introducing nsIntRect/Point/Size/Margin and wrapper functions for doing tricky nscoord operations. r+sr=bzbarsky 2004-11-03 02:48:04 +00:00
roc+%cs.cmu.edu c804dd83a2 Bug 243726. Make Invalidate/UpdateView *much* cheaper by delaying propagating damage over the widget tree until EndUpdateViewBatch. Also adds SimplifyInward/SimplifyOutward methods to nsRegion to avoid region complexity getting out of hand and killing our performance. r=Dainis_Jonitis,bzbarsky, sr=bzbarsky 2004-11-03 02:37:21 +00:00
darin%meer.net 96c79cea45 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
kjh-5727%comcast.net 90d92a3005 Bug 266218 - useCups pref not initialized. Patch by Andrew Schultz <ajschult@verizon.net>, r=kherron, sr=roc. 2004-10-31 14:34:57 +00:00
bzbarsky%mit.edu 081367c13d Reduce amount of refcounting in PopState. Bug 261024, r+sr=bryner 2004-10-24 19:37:16 +00:00
bzbarsky%mit.edu 5522863148 "Mozilla Xprint 2004/Q3 update". Bug 262287, patch by Julien Lafon
<julien.lafon@gmail.com>, r=roland.mainz, sr=henry.jia
2004-10-24 18:34:50 +00:00
joshmoz%gmail.com 76635c5c4f clean out some old stuff pertaining to classic Mac OS (bug 231337) r=sdagley sr=bzbarsky 2004-10-24 17:36:11 +00:00
bryner%brianryner.com 442475840c Back out 238598 until I can convince myself that XftTextExtents does something reasonable when given a nbsp character, in the case where the font doesn't have it. 2004-10-14 18:51:33 +00:00
bryner%brianryner.com 81232bcb96 Some fonts don't have the nbsp character, so we spend time looking for an alternate font. Instead, just change the nbsp to a space; they render the same. Bug 238598, r+sr=dbaron. 2004-10-14 18:10:48 +00:00
bryner%brianryner.com 014b4a63ed Attempt to work around buggy fontconfig versions. If FcFontSort returns just a single font (it should return all fonts on the system), then try again but with only the generic font name. Bug 180309, r=dbaron, sr=blizzard. 2004-10-14 18:02:52 +00:00
bryner%brianryner.com bbd7cf3890 Fix gtk warnings on older gtk versions (bug 255656, r+sr=dbaron). 2004-10-13 20:35:06 +00:00
roc+%cs.cmu.edu 818d0bd3ff Bug 238493. BeginUpdateViewBatch should suppress widget geometry changes and make them happen when the batch ends. r+sr=bzbarsky 2004-10-11 20:35:51 +00:00
zack%kde.org 4b93ea1254 fixing the toolbar issue. All the credit goes to biesi (he provided
the testcase for it)
2004-10-11 19:18:59 +00:00
zack%kde.org 1c549dd488 Qt Mozilla port. For now the best way to start playing with it is the
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2004-10-11 04:01:49 +00:00
mkaply%us.ibm.com 3a5afdae99 #261647
r=mkaply, sr=blizzard, a=mkaply
Patch from Dainis Jonitis - make sure to initialize RGNRECT
2004-10-01 14:32:48 +00:00
cbiesinger%web.de 20469d5ac9 Bug 250786 [Xlib] scaled images render as garbage
r=roland.mainz
2004-09-29 13:51:36 +00:00
kjh-5727%comcast.net d724a81caa Bug 261093 - Crash printing pages containing plugin objects. r=tor, sr=roc, a=asa. 2004-09-24 02:02:38 +00:00
tor%cs.brown.edu 88f87a5840 Bug 256328 - tiling artifacts on some X servers. r=blizzard, sr=roc, a=asa 2004-09-23 23:02:19 +00:00
bryner%brianryner.com efd19bc926 Don't draw images that are outside the clip region. This reduces unneeded work when multiple paint rects are exposed. Also, fix dependencies so that libgfx_* relink when libgfxshared_s changes. Bug 261097, r+sr=roc. 2004-09-23 06:14:54 +00:00
blizzard%redhat.com 73f72caada Add support for mathml to the pango code. Not part of the default build. a=asa 2004-09-22 19:53:45 +00:00
bzbarsky%mit.edu 89411c0ba9 Fix horizontal scrollbar rendering with GTK theming when steppers are not
square.  Bug 258758, patch by Benjamin Leviant <benjamin@ethium.net>,
r+sr=bryner
2004-09-22 01:00:07 +00:00
kyle.yuan%sun.com 347a0ca644 Bug 254241 Do not lookup gtk_style_get_prop_experimental in GTK2 build
r=bryner, sr=blizzard
2004-09-22 00:51:30 +00:00
amardare%qnx.com 6c62c76cf8 Change for qnx(photon) platform only. It should not affect other platforms.
Changed CreateDrawingSurface to properly return an error if allocating offscreen memory fails.
2004-09-21 14:37:23 +00:00
pete.zha%sun.com 81fa1e736e bug 260525
bustage for Solaris gcc box
r=dbaron
It's a bustage fix for bug 234470
2004-09-21 06:02:24 +00:00
pete.zha%sun.com be1ab09a7b fix bustage for bug 234470 just landed
sr=dmose
2004-09-20 08:25:49 +00:00
pete.zha%sun.com bc902b4d04 bug 234470
There is something wrong with plugin printing on linux or unix
r=leon.sha@sun.com
sr=roc
patch=roland
2004-09-20 06:46:16 +00:00
kyle.yuan%sun.com 70e0e0b274 Bug 238854 [gtk2] Changing GNOME2 theme doesn't apply until restarting Mozilla
r=bryner, sr=dbaron, patch=ginn.chen@sun.com
2004-09-17 06:27:01 +00:00
blizzard%redhat.com 2ac0f98e0a Crib the font enum code from xft. Pango doesn't do what we want, and this code will work fine for what it is used for. Not part of the default build. 2004-09-15 05:02:26 +00:00
cbiesinger%web.de b7774b956f bug 241070 patch by npeninguy@gmail.com (Nicolas PENINGUY), r=bryner sr=blizzard
Refactor nsNativeThemeGTK
2004-09-14 20:56:01 +00:00