Simon Montagu
|
6780389753
|
Reftests for bug 418574
|
2008-12-02 23:04:39 -08:00 |
|
Simon Montagu
|
3363523acc
|
Delete all text frame continuations when deleting first letter frame. Bug 466763, r+sr=roc
|
2008-12-02 22:56:53 -08:00 |
|
Robert O'Callahan
|
9370e7013a
|
Bustage fix for bug 463307
|
2008-12-03 15:02:29 +13:00 |
|
Robert O'Callahan
|
7fa4d507b4
|
Followup comment change for bug 465928.
|
2008-12-03 14:50:22 +13:00 |
|
Matthew Gregan
|
90c9d5fd1d
|
Bug 466598. Clamp seeking in WAV files. r+sr=roc
|
2008-12-03 14:38:15 +13:00 |
|
Robert Longson
|
2e6127ba6e
|
Bug 437704. Always union fill extents with stroke extents instead of just relying on stroke extents, in case they turn out to be empty. r+sr=roc
|
2008-12-03 14:35:42 +13:00 |
|
Vladimir Vukicevic
|
6a4c51d780
|
Bug 387132. Implement native canvas comparisons to speed up reftest running. r+sr=roc
|
2008-12-03 14:34:07 +13:00 |
|
Robert O'Callahan
|
38bbc69620
|
Bug 463307. Convert to float a bit earlier to avoid integer overflow. r+sr=dbaron
|
2008-12-03 14:32:18 +13:00 |
|
Robert O'Callahan
|
f9d2d59b5e
|
Bug 465928. Avoid SetInvalidateTextRuns being called by nsBlockFrame::DoRemoveFrame when we're just deleting empty continuation frames. r+sr=dbaron
|
2008-12-03 14:27:19 +13:00 |
|
Michael Ventnor
|
ae307da934
|
Bug 463938. Don't use nearest-neighbour sampling for downscaling; the X bug workaround is only needed for upscaling (we hope). r=vlad
|
2008-12-03 14:25:58 +13:00 |
|
Uri Bernstein
|
ac8e218f9c
|
Bug 466568. Don't traverse into scrollable frames if we're not allowed to traverse out of them. r+sr=roc
|
2008-12-03 14:24:07 +13:00 |
|
Michael Ventnor
|
959ad2bd17
|
Bug 453641. Make box-shadow work on tables and table parts --- tests.
|
2008-12-03 14:21:16 +13:00 |
|
Michael Ventnor
|
0a7591b341
|
Bug 453641. Make box-shadow work on tables and table parts. r+sr=roc
|
2008-12-03 14:20:21 +13:00 |
|
Michael Ventnor
|
d920855c2b
|
Bug 344023. Clamp offscreen buffer size to avoid crashes on huge windows. r+sr=roc
|
2008-12-03 14:18:58 +13:00 |
|
Robert O'Callahan
|
98ae77c3c1
|
Bug 465475. Stop test iterations well in advance of reftest timeout. Test-only change.
|
2008-12-03 14:17:16 +13:00 |
|
Robert O'Callahan
|
e1f8f9cd7e
|
Backed out bug 464158 to fix failure of test_videocontrols.html ... CLOSED TREE
|
2008-12-03 13:28:40 +13:00 |
|
Robert O'Callahan
|
76e539e029
|
Backed out changeset 3f5a6da199fc
|
2008-12-03 13:26:55 +13:00 |
|
Benjamin Smedberg
|
438d35294c
|
Merge backout of bug 466486
|
2008-12-02 17:18:28 -05:00 |
|
Benjamin Smedberg
|
2adc9eec08
|
Backed out changeset f71446b6fc7e: bug 466486- directories are getting skipped, causing things like xpcshell not to be built
|
2008-12-02 17:17:41 -05:00 |
|
Robert O'Callahan
|
9c735775ea
|
Merged
|
2008-12-03 10:21:41 +13:00 |
|
Michael Ventnor
|
e02630a781
|
Bug 458031. Take dirty rect into account to limit box-shadow computation. r+sr=roc
|
2008-12-03 10:16:22 +13:00 |
|
Matthew Gregan
|
d3e8426e8c
|
Bug 464158. Implement media type switching based on the MIME type of the loaded resouce. r=doublec,sr=roc
|
2008-12-03 10:16:15 +13:00 |
|
Josh Aas
|
11ea2c36ca
|
fix a drawing order glitch in the mac default plugin. b=467580 sr=jst
|
2008-12-02 16:05:36 -05:00 |
|
Oleg Romashin
|
1157f3f93b
|
Bug 463872 - Cairo-qpainter build is broken after latest cairo update. missing part. r=vladimir.
|
2008-12-02 22:11:04 -05:00 |
|
Robert Longson
|
6c4a1e164f
|
Bug 465996. Use Ellipse instead of Arc to draw circles. r+sr=roc
|
2008-12-03 10:02:32 +13:00 |
|
Jonathan Kew
|
ec53609e35
|
Bug 467228. Disable line start/end swashes on Mac since we don't support line-boundary shaping properly yet. r=roc (Tests)
|
2008-12-03 09:58:53 +13:00 |
|
Jonathan Kew
|
fceb922a63
|
Bug 467228. Disable line start/end swashes on Mac since we don't support line-boundary shaping properly yet. r=roc
|
2008-12-03 09:58:41 +13:00 |
|
Robert O'Callahan
|
c06c17a0c2
|
Bug 458898. Fix intrinsic sizing of windows by ensuring CanvasFrame converts an NS_UNCONSTRAINEDSIZE desired height to its actual desired height. r+sr=dbaron
|
2008-12-03 09:50:16 +13:00 |
|
Robert O'Callahan
|
b72f6882fb
|
Bug 467283. Ignore dirty rect when doing any image resampling --- it will lead to artifacts. r+sr=dbaron,r=vlad
|
2008-12-03 09:46:44 +13:00 |
|
Robert O'Callahan
|
d2399b84fa
|
Bug 455826. Don't reconstruct textruns just because we deleted an empty nsContinuingTextFrame. r=smontagu
|
2008-12-03 09:40:02 +13:00 |
|
Robert O'Callahan
|
943fd411b1
|
Bug 442633. Detect removal of href attribute on SVG <use> elements. r=longsonr,sr=mats
|
2008-12-03 09:37:18 +13:00 |
|
Benjamin Smedberg
|
f8a9c1a885
|
Bug 467579: --with-static-checking is broken in spidermonkey. There is currently no useful static checking infrastructure for spidermonkey, so disable it for the time being, r=jimb
|
2008-12-02 14:46:37 -05:00 |
|
Peter Weilbacher
|
c2e3b4b5f9
|
[OS/2] No Bug: add minor change and comment to gfxOS2FontGroup::FontCallback; fix debug output for missing fonts
|
2008-12-02 20:36:12 +01:00 |
|
Peter Weilbacher
|
3e4f690e27
|
Bug 466956: fix alias check in gfxFontconfigUtils::ResolveFontName for correct return value, r=karlt, sr=roc
|
2008-12-02 20:29:17 +01:00 |
|
Ted Mielczarek
|
c1bf6424fd
|
merge for backout of bug 427750 - Require python >= 2.4 to build Mozilla (and >=2.5 on Windows). Apparently scratchbox only ships with 2.3 by default.
|
2008-12-02 14:16:54 -05:00 |
|
Ted Mielczarek
|
897465af46
|
Backed out changeset 96956634349c, bug 427750 - Require python >= 2.4 to build Mozilla (and >=2.5 on Windows). Apparently scratchbox only ships with 2.3 by default.
|
2008-12-02 14:15:24 -05:00 |
|
Arno Renevier
|
155b03d3b7
|
Fix npruntime sample compile problem, npupp.h -> npfunctions.h. b=464481 r=josh sr=jst
|
2008-12-02 14:12:54 -05:00 |
|
Benjamin Smedberg
|
69b2ad97cb
|
Merge bug 466492, bug 466486, bug 463289, bug 442012, and bug 463420
|
2008-12-02 14:08:12 -05:00 |
|
Justin Dolske
|
44a6f05116
|
Bug 462116 - Need tests for <video> controls; (no review)
|
2008-12-02 18:47:44 +01:00 |
|
Boris Zbarsky
|
0a75872a01
|
Bug 465806. Use the principal that corresponds to our securityInfo in document.open. r+sr=jst
|
2008-12-02 11:01:47 -05:00 |
|
Boris Zbarsky
|
882c93dc0b
|
Bug 454821. Better signature for GetChildArray. r+sr=sicking
|
2008-12-03 09:02:03 -05:00 |
|
Neil Rashbrook
|
0fab8ae13d
|
Bug 459372 Move filefield style rules to toolkit r=Mano
--HG--
rename : browser/themes/gnomestripe/browser/preferences/preferences.css => toolkit/themes/gnomestripe/global/filefield.css
rename : browser/themes/pinstripe/browser/preferences/preferences.css => toolkit/themes/pinstripe/global/filefield.css
rename : browser/themes/winstripe/browser/preferences/preferences.css => toolkit/themes/winstripe/global/filefield.css
|
2008-12-03 14:11:37 +00:00 |
|
Brad Lassey
|
2f907e2d46
|
Bug 464088 - Option to build NSS without dbm, non-nss changes r=ted
|
2008-12-03 08:42:03 -05:00 |
|
Doug Turner
|
3bd692715b
|
Bug 461860 - windows mobile fixes in gfx r+sr=vlad
|
2008-12-03 08:42:03 -05:00 |
|
Doug Turner
|
6697fd8c44
|
Bug 461839 - uniscribe breaker on windows mobile r+sr=roc
|
2008-12-03 08:42:03 -05:00 |
|
Doug Turner
|
18c468b341
|
Bug 461845 - windows mobile minor cleanup of lcms r=pavlov
|
2008-12-03 08:42:03 -05:00 |
|
Serge Gautherie
|
79d34fc7dd
|
Bug 465573 - Add mochitests for ElementTraversal; bustage fix for changeset a5071bef601d
|
2008-12-02 14:22:41 +01:00 |
|
Igor Bukanov
|
81aabeab03
|
merge
|
2008-12-02 14:06:30 +01:00 |
|
Joel Maher
|
1b8b34f1b7
|
Bug 465573 - Add mochitests for ElementTraversal; r+sr=jonas
|
2008-12-02 14:05:15 +01:00 |
|
Igor Bukanov
|
8626be1ad8
|
bug 466990 - check for valid option name in js shell. r=crowder
|
2008-12-02 14:03:30 +01:00 |
|