Simon Montagu
|
89eb38e82f
|
Fix compiler warnings in nsCaret.cpp. Bug 470574, r+sr=dbaron
|
2008-12-28 04:08:22 -08:00 |
|
L. David Baron
|
33efe12a98
|
Fix placement of video controls when top and right padding are different. (Bug 470596) r+sr=roc
|
2008-12-27 20:58:14 -05:00 |
|
L. David Baron
|
5a497c7cb3
|
Fix an off-by-border-and-padding error in nsVideoFrame::BuildDisplayList. (Bug 470596) r+sr=roc
|
2008-12-27 20:58:14 -05:00 |
|
L. David Baron
|
8458c5b6b6
|
Make 'word-spacing: normal' just compute to '0', since that's what CSS 2.1 says to do, and thus change nsStyleText::mWordSpacing from nsStyleCoord to nscoord. (Bug 470705) r+sr=roc
|
2008-12-27 20:58:14 -05:00 |
|
L. David Baron
|
d67ed87895
|
Better handling of overflowing integer values. (Bug 440230) r+sr=roc
|
2008-12-27 20:58:14 -05:00 |
|
Jesse Ruderman
|
f4f6dd881a
|
Tests for bug 435529 and bug 436823.
|
2008-12-26 00:15:48 +01:00 |
|
John Daggett
|
fe5d832748
|
add valid EOT font and note describing reftest font directory contents
|
2008-12-24 12:57:25 +09:00 |
|
L. David Baron
|
6958d78491
|
Readd test for computed style for large integers (even though patch was backed out). (Bug 470769) r+sr=bzbarsky
|
2008-12-23 09:06:59 -05:00 |
|
L. David Baron
|
65c181f0ab
|
Merge backout of changeset 441f119f1a0c (Bug 470769) due to failures in layout/style/test/test_bug365932.html
|
2008-12-23 11:12:04 -05:00 |
|
L. David Baron
|
e8b56749f3
|
Backed out changeset 441f119f1a0c (Bug 470769) due to failures in layout/style/test/test_bug365932.html
|
2008-12-23 11:11:51 -05:00 |
|
Robert Kaiser
|
5f8c1f03e4
|
bug 469331 - [SeaMonkey] test_bug458898.html fails, make the width test function always ok on Windows, r=dbaron
|
2008-12-23 16:03:25 +01:00 |
|
L. David Baron
|
1362acfc3f
|
Fix computed style for large integers by using double instead of float. (Bug 470769) r+sr=bzbarsky
|
2008-12-23 09:06:59 -05:00 |
|
L. David Baron
|
e32d92f667
|
Enforce the restriction that values of stroke-miterlimit are greater than 1, rather than just using ParsePositiveVariant. (Bug 470706) r=jwatt sr=bzbarsky
|
2008-12-23 09:06:58 -05:00 |
|
L. David Baron
|
22b6db3f79
|
Reject duplicate keywords for 'text-decoration'. (Bug 470704) r+sr=bzbarsky
|
2008-12-23 09:06:58 -05:00 |
|
L. David Baron
|
4dabb0d03e
|
Disallow negative values on -moz-box-ordinal-group, since it's stored in an unsigned integer and clearly intended to be only positive. (Bug 470703) r=enndeakin sr=bzbarsky
|
2008-12-23 09:06:58 -05:00 |
|
L. David Baron
|
81919802f0
|
Rewrite the shorthand condensation code in nsCSSDeclaration::ToString. (Bug 376075) r+sr=bzbarsky
|
2008-12-23 09:06:57 -05:00 |
|
L. David Baron
|
8d30a03f05
|
Don't say that the font or background shorthands are present when the properties that they reset but can't otherwise specify are not their initial values. (Bug 376075) r+sr=bzbarsky
|
2008-12-23 09:06:57 -05:00 |
|
L. David Baron
|
5eb3c08c33
|
Condense box property four side shorthands in value getters, just as in serialization. (Bug 376075) r+sr=bzbarsky
|
2008-12-23 09:06:57 -05:00 |
|
L. David Baron
|
fd19b3e628
|
Suppress serialization of -moz-use-text-color in border shorthand in property getters just like we do in declaration serialization. (Bug 376075) r+sr=bzbarsky
|
2008-12-23 09:06:57 -05:00 |
|
L. David Baron
|
72e8b9505a
|
Check consistency before returning 'border' shorthand. (Bug 376075) r+sr=bzbarsky
|
2008-12-23 09:06:57 -05:00 |
|
L. David Baron
|
83e1e59019
|
Remove comment that should have been removed in bug 160403. (Bug 376075) r+sr=bzbarsky
|
2008-12-23 09:06:56 -05:00 |
|
L. David Baron
|
8e85e47bd1
|
Make the Windows widget code report 24-bit color depth when the display driver reports 32, since it's the same number of bits per pixel. (Bug 466669) r=vlad
|
2008-12-23 09:06:56 -05:00 |
|
L. David Baron
|
c88d4b23d5
|
Fix bugs in handling of inherit, initial, and none for -moz-border-*-colors. (Bug 389404) r+sr=bzbarsky
|
2008-12-23 09:06:56 -05:00 |
|
L. David Baron
|
6ec0884f32
|
Remove bogus assertion. (Bug 470063) r+sr=roc
|
2008-12-23 09:06:56 -05:00 |
|
L. David Baron
|
16aba7fd6b
|
Set up image loaders before reflow for border-image in XUL just like for HTML. (Bug 468473) r+sr=roc
|
2008-12-23 09:06:56 -05:00 |
|
Boris Zbarsky
|
e70ba8495c
|
Adding asserts for bug 470167
|
2008-12-22 15:00:08 -08:00 |
|
dolphinling
|
6c0238bf8b
|
Adding test
|
2008-12-22 13:08:38 -08:00 |
|
Mark Banner
|
e3b3b94e98
|
Additional crashtest fix follow up from bug 399227 - catch errors thrown by functions that now fail, so that the test completes properly
|
2008-12-22 19:05:25 +00:00 |
|
Mark Banner
|
3209d46da1
|
Crashtest fix follow up from bug 399227 - Add missing removeAttribute to let the crashtests finish
|
2008-12-22 17:05:18 +00:00 |
|
Mark Banner
|
5e20bae7bc
|
Bug 399227 Crash @ nsTreeSelection::GetSingle, null mTree. r=enndeakin,sr=Neil
|
2008-12-22 15:32:19 +00:00 |
|
John Daggett
|
1ccc191a0f
|
Add copy of .ttf font with .eot extension for testing
|
2008-12-22 17:03:32 +09:00 |
|
John Daggett
|
524ee63deb
|
Bug 458160 - Reftests for .otf fonts. r+sr=dbaron
|
2008-12-22 16:43:56 +09:00 |
|
Robert Kaiser
|
7cf9888fa2
|
bug 469331 - [SeaMonkey] test_bug458898.html fails, mark the test todo on SeaMonkey for now, r=dbaron
|
2008-12-21 13:42:15 +01:00 |
|
Justin Dolske
|
5c689a4061
|
Bug 455057 - some chrome images have embedded profiles. r=dbaron, ui-r=faaborg
|
2008-12-20 21:46:38 -08:00 |
|
Robert Longson
|
f36ad9a78a
|
Bug 470124 - Crash [@ nsSVGUtils::GetRelativeRect]; r+sr=roc
|
2008-12-21 02:16:42 +01:00 |
|
Olli Pettay
|
d766a4a00e
|
Bug 466057, r+sr=bz
|
2008-12-20 16:28:19 +02:00 |
|
Serge Gautherie
|
98e21ae301
|
Backed out changeset: 4fbb9483d7e6
|
2008-12-20 04:59:56 +01:00 |
|
Zack Weinberg
|
6e87ad1067
|
Bug 456219 - fix background clipping with rounded corners; r+sr=roc
|
2008-12-20 01:55:59 +01:00 |
|
Olli Pettay
|
28242cb1ae
|
Bug 461994 - Crash [@ DocumentViewerImpl::Close] with reloading, r+sr=bz
|
2008-12-20 01:45:56 +02:00 |
|
Olli Pettay
|
7fb4bae15c
|
Bug 470167 - 'ASSERTION: Should be in an update while creating frames' with stylesheet appended many times, r+sr=bz
|
2008-12-20 01:35:30 +02:00 |
|
Joe Drew
|
a29562512b
|
Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad
|
2008-12-19 17:35:50 -05:00 |
|
Stuart Parmenter
|
91c3580bb5
|
bug 458373. Allow you to pass in a flag to drawWindow to show the caret. patch from roc. r=me
|
2008-12-12 02:50:31 -08:00 |
|
Neil Deakin
|
685b30c311
|
Bug 279539, rework SetPopupPosition to be simpler, r+sr=roc
|
2008-12-10 07:19:16 -08:00 |
|
Neil Deakin
|
d842887270
|
Bug 404314, create widget when setting menugenerated attribute, prevents assertion and issues with menu selection, r+sr=roc
|
2008-12-19 08:43:24 -05:00 |
|
Ehsan Akhgari
|
0f987d9366
|
Bug 470376 - Compiler warnings from landing of bug 441782; r,sr=roc
|
2008-12-19 14:37:09 +03:30 |
|
Ehsan Akhgari
|
ca2a90bdee
|
Bug 441782 - bidi.numerals == 4 does not switch numeric shapes in content; r,sr=roc
|
2008-12-18 23:42:53 +03:30 |
|
Mats Palmgren
|
af8c8dd1c3
|
Remove redundant declaration. b=431705 r+sr=roc
|
2008-12-18 10:03:38 +01:00 |
|
Robert O'Callahan
|
9f318c485c
|
Backed out changeset dcd1ad7a918e
|
2008-12-18 16:05:16 +13:00 |
|
Robert O'Callahan
|
274f89ff0d
|
Bug 430332. Defer nsTransformingTextRun::RebuildTextRun until the linebreaker has completely set up the break and capitalization data on the transformed text run. r=smontagu
|
2008-12-18 14:13:23 +13:00 |
|
Robert Longson
|
37644973d1
|
Bug 441780. Fix radial gradient clamping to be more aggressive. r=jwatt,sr=roc
--HG--
extra : rebase_source : 477e5305530e86348a3526a8157f5f93340c644b
|
2008-12-17 20:28:33 +13:00 |
|