Ehsan Akhgari
|
2c6440bc8d
|
Bug 240933 - Part 3.1: Position the selection before the terminating newline when clicking to the right of the line; r=roc a=dbaron
--HG--
extra : rebase_source : 51ab2d6caf2b8827cf2e1eb88e5034d75268f658
|
2010-07-16 17:34:36 -04:00 |
|
Ehsan Akhgari
|
8b538d8a3a
|
Bug 240933 - Part 3: Correct the caret movement throughout textareas (and pre elements with caret browsing turned on as well); r=roc a=dbaron
--HG--
extra : rebase_source : 198f679bb5cea82b710c921576fa44c59f77aa23
|
2010-07-13 21:49:16 -04:00 |
|
Ehsan Akhgari
|
b2d7d2f956
|
Bug 240933 - Part 1: Do not split multiline text into textframes separated by BR elements; r=roc a=dbaron
--HG--
extra : rebase_source : 45cbd49946c1577786a5bd141384d92f9daf27c4
|
2010-07-11 16:26:26 -04:00 |
|
Robert O'Callahan
|
7db127ab8d
|
Bug 584494 - Regression: Transform rotation testcase performs significantly worse - r=dbaron
|
2010-09-02 14:07:37 -04:00 |
|
Jonathan Kew
|
48abab1a0f
|
bug 569531 - enable harfbuzz by default on windows. r=roc approval2.0=roc
|
2010-09-02 12:28:48 +01:00 |
|
Robert O'Callahan
|
e31e06e790
|
Backing out bug 579276. a=me
|
2010-09-02 23:14:25 +12:00 |
|
Robert O'Callahan
|
8c26bb9f5c
|
Bug 579276. Part 10: add a couple of scrolling tests to ensure that text looks good when scrolled in an overflow:auto div. a=blocking
|
2010-09-02 21:19:24 +12:00 |
|
Robert O'Callahan
|
f646489e55
|
Bug 579276. Part 9: Backout 4d1dc2ea47fd since we no longer need those test changes
|
2010-09-02 21:18:41 +12:00 |
|
Robert O'Callahan
|
9bfc8a863e
|
Bug 579276. Part 5: Set CONTENT_NO_TEXT and CONTENT_NO_TEXT_OVER_TRANSPARENT flags. r=tnikkel
|
2010-09-02 21:18:40 +12:00 |
|
Robert O'Callahan
|
09145533e8
|
Bug 579276. Part 3: Change Set/IsOpaqueContent API to a more generic Get/SetContentFlags API. r=cjones,sr=vlad
|
2010-09-02 21:18:40 +12:00 |
|
Robert O'Callahan
|
32869ab46f
|
Bug 579276. Part 4: Move nsDisplayItem parameter down to ThebesLayerData::Accumulate. r=tnikkel
|
2010-09-02 21:18:39 +12:00 |
|
Robert O'Callahan
|
c9a0fc0dce
|
Bug 579276. Part 8: Bump scroll timeout up a lot. r=tnikkel
|
2010-09-02 21:18:39 +12:00 |
|
Robert O'Callahan
|
a2c4dd3d43
|
Bug 579276. Part 2: If a transparent layer is over a solid background color, hoist that color into the layer to make it opaque. r=tnikkel
|
2010-09-02 21:18:39 +12:00 |
|
Robert O'Callahan
|
14f3d9ad78
|
Bug 579276. Part 1: Change layer/layermanager user data API to use keys and values. r=cjones,sr=vlad
|
2010-09-02 21:18:39 +12:00 |
|
Robert O'Callahan
|
76c7838dc0
|
Bug 580410. Hide reftest window title bar so the reftest window fits on our Mac test machines. test-only change, a=me.
|
2010-09-02 16:47:12 +12:00 |
|
timeless@mozdev.org
|
a1ef3f23dc
|
Bug 587483 warning: comparison between signed and unsigned integer expressions in FrameLayerBuilder. r=roc,a=roc
|
2010-09-02 16:46:53 +12:00 |
|
Robert O'Callahan
|
305ec4bd70
|
Bug 592941. Fix performance regression by ensuring we create a ThebesLayerInvalidRegionProperty for frames with new container layers. r=tnikkel,a=blocking
|
2010-09-02 16:43:45 +12:00 |
|
Timothy Nikkel
|
ada83800d7
|
Bug 591435. Need to honour paint suppression in subdocuments. r=roc a=blocking beta6+
|
2010-09-01 15:44:48 -05:00 |
|
Mounir Lamouri
|
10322e00af
|
Bug 36619 - Add a test checking that we can call .click() to show the filepicker if the originating element is a regular click (thus passing the popup blocker check). r=sicking a2.0=blocking
|
2010-09-01 08:09:28 +02:00 |
|
Wes
|
6636ae63a1
|
Bug 591626 - :-moz-placeholder is now implemented, uncomment corresponding theme code. r=dao
--HG--
extra : rebase_source : 1e21926933b6ebbd247452e0e5e2a2df866896e5
|
2010-08-31 21:28:41 +02:00 |
|
Phil Ringnalda
|
36c32fcb31
|
Bug 581592 - allow for a couple of asserts in size-change-1.html on Mac, r=dbaron, a=orange
--HG--
extra : rebase_source : 6d7ab1eeb272786e75fa57521d3a5c0f698fb88e
|
2010-08-29 21:51:56 -07:00 |
|
Olli Pettay
|
37754ca52c
|
Bug 585173 - Process message manager. r=dougt a=blocking-fennec
|
2010-08-31 11:58:35 -07:00 |
|
L. David Baron
|
6d0e099a47
|
Cache non-percent margin and padding calc() on the style struct. (Bug 585715) r=bzbarsky a2.0=blocking:beta6+
|
2010-08-31 12:05:12 -04:00 |
|
L. David Baron
|
26ed2a5639
|
Add support for calc() to 'vertical-align' and 'text-indent'. (Bug 585715) r=bzbarsky a2.0=blocking:beta6+
|
2010-08-31 12:05:12 -04:00 |
|
L. David Baron
|
70c2ff90c6
|
Share IsPaddingZero between nsBlockFrame and nsInlineFrame by putting it in nsLayoutUtils. (Bug 585715) r=bzbarsky a2.0=blocking:beta6+
|
2010-08-31 12:05:12 -04:00 |
|
L. David Baron
|
ed01917887
|
Add support for calc() to the '{margin,padding}-{top,right,bottom,left}' and '-moz-margin-{start,end}' properties. (Bug 585715) r=bzbarsky a2.0=blocking:beta6+
|
2010-08-31 12:05:12 -04:00 |
|
L. David Baron
|
5957dcd320
|
Consolidate table-cell vertical align code. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-31 12:05:12 -04:00 |
|
L. David Baron
|
8bd67bd46c
|
Remove no-longer-needed code for handling unconstrained containing block widths. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-31 12:05:12 -04:00 |
|
L. David Baron
|
b3fa68a978
|
Make nsStyleCoord::operator== check deep equality of calc() expressions rather than just doing pointer comparison. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-31 12:05:12 -04:00 |
|
L. David Baron
|
afa21c712c
|
Fix typo in reftest documentation.
|
2010-08-31 12:05:12 -04:00 |
|
Zack Weinberg
|
38c9db7305
|
Bug 471643: Evaluate vertical percentages in border-radius relative to box height. r=dbaron a2.0=blocking:beta6+
|
2010-08-31 12:05:11 -04:00 |
|
L. David Baron
|
d6be2e856f
|
Add test for bug 590417.
|
2010-08-31 12:05:11 -04:00 |
|
Robert O'Callahan
|
b10df1641d
|
Bug 592131. Don't propagate invalidations across document boundaries where the child document's docshell is inactive (e.g., a hidden tab). r=tnikkel,a=blocking
--HG--
extra : rebase_source : 468f5fab9b2a50f515d50e147fb79bdb8d6a845c
|
2010-08-31 17:02:08 +12:00 |
|
Robert O'Callahan
|
ded033638a
|
Bug 579323. Part 2: Actually fix the bug by calling InvalidateThebesLayersInSubtree from nsIFrame::Redraw. r=dbaron,a=blocking
|
2010-08-31 12:49:13 +12:00 |
|
Robert O'Callahan
|
3815d31b6e
|
Bug 579323. Part 3: Fix invalidation of lines to update layers as necessary. r=dbaron
--HG--
extra : rebase_source : 6a043bda5f16f9a257fa4bfa272d8362facef4c2
|
2010-08-31 12:49:13 +12:00 |
|
Robert O'Callahan
|
c7acef03ff
|
Bug 579323. Part 1.8: Rename InvalidateOverflowRect to InvalidateFrameSubtree. r=tnikkel
--HG--
rename : layout/generic/nsFrameFrame.cpp => layout/generic/nsSubDocumentFrame.cpp
extra : rebase_source : f7bd38670a03e8a7f3f8c40838af114be79b06f1
|
2010-08-31 12:49:12 +12:00 |
|
Robert O'Callahan
|
bc09a0496e
|
Bug 579323. Part 1.6: Clean up dead code, rename nsFrameFrame to nsSubDocumentFrame. r=tnikkel
--HG--
rename : layout/generic/nsFrameFrame.cpp => layout/generic/nsSubDocumentFrame.cpp
extra : rebase_source : af240f2cb12b94e544031a5860fca1a9fb1217e0
|
2010-08-31 12:49:11 +12:00 |
|
Robert O'Callahan
|
f6aa05c375
|
Bug 579323. Part 1.4: Switch nsIFrameFrame users to use nsSubDocumentFrame.h. r=tnikkel
--HG--
extra : rebase_source : de526602586c70b994a061bbb8a7ca2731c72bbd
|
2010-08-31 12:49:07 +12:00 |
|
Robert O'Callahan
|
b6e97790b6
|
Bug 579323. Part 1.2: Move nsSubDocumentFrame header to its own file. r=tnikkel
--HG--
extra : rebase_source : ff6c4109473783acea363ac05f9686034b949ecd
|
2010-08-31 12:46:26 +12:00 |
|
Robert O'Callahan
|
f566520efb
|
Bug 579323. Part 1: Add FrameLayerBuilder::InvalidateThebesLayersInSubtree, and call it from InvalidateOverflowRect. r=tnikkel,sr=dbaron
--HG--
extra : rebase_source : c1dbc5b625e23d55ba030709f5cd429122977685
|
2010-08-31 12:46:26 +12:00 |
|
Timothy Nikkel
|
75dd64b1bf
|
Bug 591657. nsWeakFrame needs a copy constructor because the default one does not hook into the presshell. r=smaug,dbaron a=dbaron,blocking beta5+
|
2010-08-30 13:37:55 -05:00 |
|
Brian Birtles
|
b90f670c09
|
Bug 587910 - SVG SMIL accessKey timing, r=dholbert,smaug; sr=roc; a=roc
|
2010-08-28 15:41:05 +09:00 |
|
Mounir Lamouri
|
6d9bb03e5f
|
Move 590387.html crashtest to content/html/content/crashtests/ a=test-only
--HG--
rename : layout/generic/crashtests/590387.html => content/html/content/crashtests/590387.html
|
2010-08-28 02:35:42 +02:00 |
|
Robert O'Callahan
|
495dccb598
|
Bug 584193. Allow print preview to work without its own widget. r=smaug a=blocking beta5
|
2010-08-27 18:15:08 -05:00 |
|
Robert O'Callahan
|
1c6cd8ed20
|
Bug 130078. Part 2. Remove widgets from all subframes. r=dbaron
|
2010-08-27 18:15:08 -05:00 |
|
Jim Mathies
|
dbd4f65888
|
Bug 130078. Part 1.1. Update part 1 to deal with changes from bug 513162. r=roc
|
2010-08-27 18:15:08 -05:00 |
|
Robert O'Callahan
|
0ed33ec62a
|
Bug 130078. Part 1. Hookup view managers unconditionally. r=dbaron
|
2010-08-27 18:15:08 -05:00 |
|
Robert O'Callahan
|
c02234511d
|
Bug 590468. Part 6: Fix setting of nsDisplayList::mOpaque, and return it from nsDisplayWrapList::IsOpaque. r=tnikkel
|
2010-08-27 18:15:08 -05:00 |
|
Robert O'Callahan
|
1986ba6f20
|
Bug 590468. Part 1: Add support for XUL 'layer' attribute. r=tnikkel sr=vlad
|
2010-08-27 18:15:08 -05:00 |
|
Robert O'Callahan
|
f23546c84d
|
Bug 574621. Ensure that the prescontext DefaultBackgroundColor is painted on the background of root content documents. r=tnikkel
|
2010-08-26 22:01:43 -05:00 |
|
Timothy Nikkel
|
e374f8a563
|
Bug 588684. Mark layout/reftests/svg/objectBoundingBox-and-fePointLight-01.svg as failing on Linux. r=dbaron
|
2010-08-27 18:15:08 -05:00 |
|
Timothy Nikkel
|
dbe82d94fd
|
Bug 549799. Open the hover test in a new window so things in the chrome don't trigger reflows during the test. r=roc
--HG--
rename : layout/style/test/test_hover.html => layout/style/test/hover_helper.html
|
2010-08-27 18:15:08 -05:00 |
|
Boris Zbarsky
|
24095da713
|
Disabling failing test for now. a=dholbert|sheriff for CLOSED TREE
|
2010-08-27 14:02:23 -04:00 |
|
David Zbarsky
|
76be33e32b
|
Tests for Bug 36619 r=sicking a=blocking
|
2010-08-27 11:49:10 -04:00 |
|
David Zbarsky
|
4425a427fd
|
Bug 36619 - allow file input .click() to bring up filepicker r=sicking a=blocking
|
2010-08-27 11:49:06 -04:00 |
|
Jonathan Kew
|
59c7cfeb6c
|
bug 590101 followup - marking turkish test as random on windows (until we turn on harfbuzz), as behavior depends on uniscribe version. r+a=orange
|
2010-08-27 16:47:18 +01:00 |
|
Jonathan Kew
|
b4b46239ef
|
bug 590101 - part 2 - make font-features reftests more robust by explicitly setting line height and using larger font size. r=jdaggett a=test-only
|
2010-08-27 14:16:07 +01:00 |
|
Jonathan Kew
|
cc08ffe262
|
bug 590101 - part 1 - make reftest text/wordwrap-03 more robust by explicitly specifying monospaced font with support for diacritics. r=jdaggett a=test-only
|
2010-08-27 14:16:07 +01:00 |
|
Ms2ger
|
806677bfc9
|
Bug 585014 - Use Element in nsDOMCSSAttributeDeclaration; r=bzbarsky approval2.0=benjamin
|
2010-08-27 09:03:36 +02:00 |
|
Dão Gottwald
|
ff02b582e2
|
Bug 581008 - Remove support for appending arbitrary data to the User Agent string. r=jst,khuey sr=dveditz
|
2010-08-27 09:02:10 +02:00 |
|
Boris Zbarsky
|
400e64bf2a
|
Bug 586201. Throttle refresh drivers in background tabs. r=roc, a=roc
|
2010-08-27 00:26:23 -04:00 |
|
Boris Zbarsky
|
90139f083f
|
Bug 589672 followup. Don't unget on code paths where it's already been handled for us. Fixes test orange. r+a=dbaron
|
2010-08-25 17:10:11 -04:00 |
|
Mounir Lamouri
|
dd70db2b50
|
Bug 590387 - Crash [@ nsGenericHTMLFormElement::UpdateFormOwner] when attaching an element with @form set to an element which is not in a document. r=sicking a2.0=blocking
--HG--
extra : rebase_source : 9f2a36b9a622c9ef1a2e3501ba45a297b8451d9e
|
2010-08-25 22:45:43 +02:00 |
|
Mounir Lamouri
|
a41989b4f5
|
Bug 590418 - Re-enable fixed css-placeholder/input/placeholder-removal.html reftest. a2.0=test-only
--HG--
extra : rebase_source : a2d9fef0be30f253d703515ea96d71dd0bb1ac1b
|
2010-08-25 22:19:28 +02:00 |
|
Boris Zbarsky
|
341cd11eb6
|
Bug 589672. Parsing of malformed namespace rules can skip over too many tokens while recovering. r=dbaron, a=dbaron
|
2010-08-25 14:54:48 -04:00 |
|
Boris Zbarsky
|
19c43a518c
|
Bug 586400. Cellpadding changes need to reresolve descendants. r=dbaron
|
2010-08-25 14:54:47 -04:00 |
|
Boris Zbarsky
|
d4692ab044
|
Bug 580167 part 3. Make nsLineLayout call ReflowText as needed. r=dbaron
|
2010-08-25 14:54:47 -04:00 |
|
Boris Zbarsky
|
49fc0489a4
|
Bug 580167 part 1. Create an nsTextFrame::ReflowText that doesn't need a reflow state. r=dbaron
|
2010-08-25 14:54:46 -04:00 |
|
Ehsan Akhgari
|
669cfe263b
|
Bug 590302 - Crash [@ nsTextControlFrame::CalcIntrinsicSize] on print preview with textarea, position:fixed; r=roc a=blocking2.0:final+
|
2010-08-25 01:44:18 -04:00 |
|
L. David Baron
|
a9774b11d6
|
Make IsAutoHeight be a member of nsLayoutUtils so we don't have to have two copies of it. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:56 +02:00 |
|
L. David Baron
|
065207f2c7
|
Add support for calc() to the 'top', 'right', 'bottom', and 'left' properties. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:56 +02:00 |
|
L. David Baron
|
de93cb92ab
|
Make it possible to store pointer values in nsStyleSides. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:56 +02:00 |
|
L. David Baron
|
20bf35dbf2
|
Avoid serializing calc() expressions in computed style when the calc() expression has no percentages and we have no percentage basis. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:56 +02:00 |
|
L. David Baron
|
b99a005c4c
|
Add support for calc() to the 'min-width' and 'max-width' properties. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:56 +02:00 |
|
L. David Baron
|
091d6b7837
|
Add support for calc() to the 'height', 'min-height', and 'max-height' properties. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:55 +02:00 |
|
L. David Baron
|
6f943b1da3
|
Introduce nsStyleCoord::HasCoordOrNonPercentCalc to check for either a coord value or a calc() value not containing a percent. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:55 +02:00 |
|
L. David Baron
|
1a458f4877
|
Introduce nsStyleCoord::HasPercent to check for either a percent value or a calc() value containing a percent. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:55 +02:00 |
|
L. David Baron
|
698bb0f927
|
Add support for calc() to ComputeWidthDependentValue and ComputeHeightDependentValue. Also change calc() handling of percents from using round to using floor, which changes our handling of percents on 'width' back to using floor, reverting an earlier change in this bug. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:55 +02:00 |
|
L. David Baron
|
3fc44d5786
|
Fix computed style for percents for offset properties when the element doesn't have a frame. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:55 +02:00 |
|
L. David Baron
|
4bec3e8641
|
Add prerequisites for better testing of 'top', 'right', 'bottom', and 'left'. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:55 +02:00 |
|
L. David Baron
|
b1710a1d59
|
Add prerequisites for better testing of min/max-width/height properties. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:55 +02:00 |
|
L. David Baron
|
d742138a00
|
Add prerequisites for better testing of 'height'. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:55 +02:00 |
|
Jonas Sicking
|
5656569763
|
Bug 546857 Part 6: Disable XUL for pages, unless user specifically opts in for domain. r=jst a=blocker
|
2010-08-19 16:12:46 -07:00 |
|
Mounir Lamouri
|
34f5fba970
|
Fix 19ada12a980f bustage, see bug 590418. a=fix-bustage
|
2010-08-25 09:37:38 +02:00 |
|
Boris Zbarsky
|
3e88cabbf5
|
Bug 586900. Loosen up the test condition for now, pending a fix for the real problem.
|
2010-08-25 02:52:07 -04:00 |
|
Mounir Lamouri
|
100dc92dd8
|
Bug 566045 - Default style for invalid form elements with :invalid. r=dbaron ui-r=limi a2.0=sicking
|
2010-08-25 06:40:31 +02:00 |
|
Mounir Lamouri
|
41d31e0af5
|
Bug 457801 (1/2) - Implement -moz-placeholder pseudo-class. r=dbaron a2.0=blocking
|
2010-08-25 06:39:10 +02:00 |
|
Mounir Lamouri
|
a998cdc78c
|
Backing out unintentional push ba7b3f3d3451, b21458f2e3a2 and f69cabe709ca. a=backout
|
2010-08-25 02:40:47 +02:00 |
|
Mounir Lamouri
|
7423b25a12
|
Bug 457801 (3/3) - Fix :-moz-placeholder reftests. r?=?
|
2010-08-25 02:02:28 +02:00 |
|
Mounir Lamouri
|
5de293a274
|
Bug 457801 (1/3) - Implement -moz-placeholder pseudo-class. r=dbaron a2.0=blocking
|
2010-08-24 21:02:09 +02:00 |
|
Ms2ger
|
0cf7a5d525
|
Bug 562698 - Part c: Pass Elements to AttributeWillChange; r=bzbarsky, a=dbaron
|
2010-08-24 09:06:20 +02:00 |
|
Ms2ger
|
00001ff39e
|
Bug 562698 - Part b: Pass Elements to nsNodeUtils::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-24 09:06:07 +02:00 |
|
Ms2ger
|
27271a8a8f
|
Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-24 09:05:56 +02:00 |
|
Matt Woodrow
|
2d04b79680
|
Bug 589634 - Don't create a sub-widget for decks. r=roc, a=roc
|
2010-08-23 20:58:56 -07:00 |
|
Ehsan Akhgari
|
93d6681861
|
Bug 512405 - Adjust the assertion count on all platforms unconditionally; r=Jesse a=NPOTB
|
2010-08-23 20:49:25 -07:00 |
|
Ehsan Akhgari
|
5f4aeee6a2
|
Bug 585922 - Text cursor doesn't follow character input for passwords (encrypted phrases) r=roc a=blocking-fennec2.0b1+
|
2010-08-23 20:49:15 -07:00 |
|
Bobby Holley
|
1761fccdca
|
Bug 589815 - Images loaded from XUL should never be discarded.r=joe,enndeakin;a=blocker
|
2010-08-23 15:43:06 -07:00 |
|
Jonathan Kew
|
727aef0e67
|
bug 585718 - support -moz-font-feature-settings and -moz-font-language-override in nsCSSFontFaceStyleDecl::GetPropertyValue. r+a=dbaron
|
2010-08-23 11:32:03 +01:00 |
|
Robert O'Callahan
|
e1bb3d5dc8
|
Bug 587887. Create pref for refresh driver timer, and make it 60Hz by default. r=dbaron,a=bsmedberg
|
2010-08-23 21:30:08 +12:00 |
|
Robert O'Callahan
|
4e218eafbb
|
Bug 581222. Ensure that the bounds for opaque native-theme backgrounds are correct. r=tn
--HG--
extra : rebase_source : 0f660f659bf4240713de6e034b4dc8bd88dfb10e
|
2010-08-23 21:30:08 +12:00 |
|
Robert O'Callahan
|
6fac80e56c
|
Bug 581222. Draw outer box-shadows for native-themed elements using the alpha mask of the theme background as the border-shape, and disable inner box-shadows. r=dbaron
--HG--
extra : rebase_source : a9b81a5d3e09cca41a8b479a4b62b3e2df6c4354
|
2010-08-23 21:30:08 +12:00 |
|
Robert O'Callahan
|
79b8d06302
|
Bug 581222. Extend gfxAlphaBlur to support "spread radii". r=vlad
--HG--
extra : rebase_source : e644ae08007e52c524c3237d336441f1413f846b
|
2010-08-23 21:30:07 +12:00 |
|
Robert O'Callahan
|
794cc06f63
|
Bug 581222. Back out patch that disabled box-shadows for native-themed content elements.
--HG--
extra : rebase_source : 4685dfdddd9e0bf1ed9e5f8401d6bc73b91a5600
|
2010-08-23 21:30:07 +12:00 |
|
Robert O'Callahan
|
812e6204ae
|
Bug 584282. Use nsDisplayItem::ToReferenceFrame() instead of calling nsDisplayListBuilder::ToReferenceFrame, wherever possible. r=tnikkel,a=dbaron
--HG--
extra : rebase_source : 730ba8640cb37bd8484ff069b5d6fd46d9bc3e84
|
2010-08-13 22:01:58 +12:00 |
|
Robert O'Callahan
|
a581cd6197
|
Bug 584282. Add nsDisplayItem::mToReferenceFrame and initialize it in the constructor. r=tnikkel,a=dbaron
--HG--
extra : rebase_source : 496cbde7c495eb8872c3d0ffc0ca4c57c2a6a777
|
2010-08-13 22:01:13 +12:00 |
|
Karl Tomlinson
|
9262413ddf
|
backout dbbb9575aae1 due to build issues in some configurations b=577743
|
2010-08-23 16:27:49 +12:00 |
|
Chris Double
|
2c4ba817cd
|
Bug 577743 - Scale videos at YCbCr to RGB conversion time - r=roc a=blocking
|
2010-08-23 13:47:33 +12:00 |
|
Timothy Nikkel
|
5071730cb3
|
Bug 588407. Put top level content documents in a container layer. r=roc
|
2010-08-21 19:55:55 -05:00 |
|
Timothy Nikkel
|
25c0749345
|
Bug 588337. When looking for a container view try a little harder to find the parent document's presshell. r=roc
|
2010-08-21 19:55:55 -05:00 |
|
Timothy Nikkel
|
e0f7b76a11
|
Bug 588692. If we can't paint with widget layers, don't try to. r=roc
|
2010-08-21 19:55:55 -05:00 |
|
Mounir Lamouri
|
eb4a11a0de
|
Bug 558788 - Valid/Invalid form elements should change their state to use CSS3 pseudo-classes :valid and :invalid. f=ehsan r=sicking,dbaron sr=jst a2.0=blocking
|
2010-08-21 19:52:57 +02:00 |
|
Ryan VanderMeulen
|
2cba149979
|
Bug 588977 - Fix MSVC warning spam by casting as floats. r=roc a2.0=joe
|
2010-08-20 14:45:07 +02:00 |
|
Chris Jones
|
6616076b0a
|
Bug 582057, part i: Use nsIWidget::CreateChild in nsIView::CreateWidget* (where possible). r=roc a=blocking-fennecb1
|
2010-08-20 14:29:02 -05:00 |
|
Chris Jones
|
26435d9035
|
Bug 582057, part g: Split nsIView::CreateWidget into CreateWidget, CreateWidgetForParent, and CreateWidgetForPopup in preparation of eliminating IIDs here. sr=roc
|
2010-08-20 14:29:02 -05:00 |
|
Chris Jones
|
5e7a13a689
|
Bug 582057, part b: Remove nsIDeviceContext::SupportsNativeWidgets because it's not used meaningfully, and will be confusing in content processes. sr=roc
|
2010-08-20 14:29:01 -05:00 |
|
Robert O'Callahan
|
8cbf8e9f2a
|
Bug 585817. Part 3: Remove nsSVGUtils::GetThebesComputationalSurface and use gfxPlatform::ScreenReferenceSurface instead. r=jwatt
|
2010-08-20 14:29:01 -05:00 |
|
Robert O'Callahan
|
06241c1e45
|
Bug 585817. Part 2: Change nsIPresShell::CreateRenderingContext to GetReferenceRenderingContext, that uses the shared 1x1 surface, and use it all over the place. r=mats,sr=dbaron
|
2010-08-20 14:29:01 -05:00 |
|
Jonas Sicking
|
0b25dbb018
|
Backout 2d6ead22831c (bug 588977) due to orange. a=backout
|
2010-08-20 10:25:52 -07:00 |
|
Ryan VanderMeulen
|
e2afcb8aa4
|
Bug 588977 - Fix MSVC warning spam by casting as floats. r=roc a2.0=joe
|
2010-08-20 14:45:07 +02:00 |
|
Ms2ger
|
a2c049c1fc
|
Bug 531030 - Remove support for the spacer element; r=bzbarsky a=blocking-betaN
|
2010-08-20 08:05:05 +02:00 |
|
Karl Tomlinson
|
0e0e9d5750
|
b=588306 only invalidate all layers on PAINT_IGNORE_SUPPRESSION when there is suppression to ignore r=roc a=bsmedberg
--HG--
extra : rebase_source : 28d8cdebf0e8f06a33518263fa3089b317b5ccbc
|
2010-08-20 15:49:16 +12:00 |
|
Frédéric Wang
|
78cdc74871
|
reftests for bug 414277. r=karlt a=tests
--HG--
extra : rebase_source : ea7f03171aaf369f51dac804e2253db1444cc15e
|
2010-08-20 15:45:57 +12:00 |
|
Frédéric Wang
|
7536b35a76
|
Bug 414277 - scale stretchy operators when there is no glyph of suitable size. r=karlt a=dbaron
--HG--
extra : rebase_source : 325e318cbb27537229c9c14015133ba9222f4d29
|
2010-08-20 15:44:07 +12:00 |
|
Frédéric Wang
|
58274b26dd
|
MathML Operator Dictionary: add private data integral (bug 534970). r=karlt a=dbaron
--HG--
extra : rebase_source : d4e1f0e8d80cc1cafa630c89f730d4f30e686766
|
2010-08-20 15:43:10 +12:00 |
|
Frédéric Wang
|
a001c09834
|
MathML Operator Dictionary: update some entries whose stretchiness has changed (bug 534970). r=karlt a=dbaron
--HG--
extra : rebase_source : f6a56bd7e60f05d59c5a7571e1e888bb0b1edca1
|
2010-08-20 15:41:49 +12:00 |
|
Frédéric Wang
|
8c208dd73c
|
Bug 524275 - Make nsStretchDirection available for any operators. r=karlt a=dbaron
--HG--
extra : rebase_source : 0df9e11112d215ce4158574622e1b67faf668b08
|
2009-11-21 22:11:05 +01:00 |
|
Frédéric Wang
|
874efe569a
|
MathML Operator Dictionary: make operator with a stretchy form use the same direction for all their forms (bug 534970). r=karlt a=dbaron
--HG--
extra : rebase_source : 74c2ded175993d3cdf9a21be586302727e60a613
|
2010-08-20 15:38:08 +12:00 |
|
Frédéric Wang
|
fd3bcd18af
|
MathML Operator Dictionary: add entries for stretchy fences (bug 534970). r=karlt a=dbaron
--HG--
extra : rebase_source : e70fe8ac89cb77e0c71d7305d2ff4004fe7cf3df
|
2010-08-20 15:36:06 +12:00 |
|
Frédéric Wang
|
25563d8fe9
|
MathML Operator Dictionary: add entries for vertical and horizontal arrows (bug 534970). r=karlt a=dbaron
--HG--
extra : rebase_source : 6ace7c7366574544cfe68967c2b562a11d5b820b
|
2010-08-20 15:33:36 +12:00 |
|
Frédéric Wang
|
a475be6242
|
MathML Operator Dictionary: remove infix entries for N-ary Union and Intersection (bug 534970). r=karlt a=dbaron
--HG--
extra : rebase_source : d6bbaf616bc013037915769bb9716ee21e33a0df
|
2010-08-20 15:32:22 +12:00 |
|
Jonas Sicking
|
1efbd766ca
|
Back out bug 546857 Part 6 due to talos failures. a=backout
|
2010-08-19 18:41:58 -07:00 |
|
Jonas Sicking
|
1a06bd84dd
|
Bug 546857 Part 6: Disable XUL for pages, unless user specifically opts in for domain. r=jst a=blocker
|
2010-08-19 16:12:46 -07:00 |
|
Jonas Sicking
|
da390373cb
|
Bug 546857 Part 5: Add a default permissions.sqlite to unit test profiles. r=ted a=blocker
|
2010-08-19 16:12:46 -07:00 |
|
Chris Jones
|
2ff6db8eb0
|
Merge backout
|
2010-08-19 19:04:11 -05:00 |
|
Chris Jones
|
921ef38edc
|
Backed out changeset 7b3726c3a580
|
2010-08-19 19:04:08 -05:00 |
|
Chris Jones
|
b1182f8adc
|
Merge backout
|
2010-08-19 19:03:59 -05:00 |
|
Chris Jones
|
308355c7a0
|
Backed out changeset cebb111fbfc4
|
2010-08-19 19:03:56 -05:00 |
|
Chris Jones
|
2766f0756d
|
Merge backout
|
2010-08-19 19:03:12 -05:00 |
|
Chris Jones
|
76fbbd8539
|
Backed out changeset c5945b6a97ed
|
2010-08-19 19:03:09 -05:00 |
|
Chris Jones
|
30e879db85
|
Merge backout
|
2010-08-19 19:02:12 -05:00 |
|
Chris Jones
|
80fd4bdeb9
|
Backed out changeset f1af117d4598
|
2010-08-19 19:02:09 -05:00 |
|
Chris Jones
|
adbf5eb411
|
Merge backout
|
2010-08-19 19:01:46 -05:00 |
|
Chris Jones
|
fdffbd4c9c
|
Backed out changeset 90ad165ae21b
|
2010-08-19 19:01:43 -05:00 |
|
Chris Pearce
|
8224c358fa
|
Bug 485288 - Replace all usage of video autobuffer attribute with preload=auto. a=test-fix
|
2010-08-20 10:50:37 +12:00 |
|
Zack Weinberg
|
0b50a47186
|
Bug 576044 (12/12): fix assertions in nsStyleAnimation triggered by part 3. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:45 -04:00 |
|
Zack Weinberg
|
56198f48ed
|
Bug 576044 (11/12): Make all assertions fatal in Declaration.h, Declaration.cpp, nsCSSDataBlock.h, nsCSSDataBlock.cpp, nsCSSValue.h, nsCSSValue.cpp, nsCSSProps.h, and nsCSSProps.cpp. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
bd1cdb9ce4
|
Bug 576044 (10/12): Don't directly manipulate the contents of mTempData in the CSS parser. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
a589629d5e
|
Bug 576044 (9/12): Add an AddLonghandProperty method to nsCSSExpandedDataBlock. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
33b5fbfe1b
|
Bug 576044 (8/12): remove the last MoveValue call from the CSS parser. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
c400e27e25
|
Bug 576044 (7/12): cleanup pass on css/Declaration.{h,cpp} and nsCSSDataBlock.{h,cpp}. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
bc4afbe28a
|
Bug 576044 (6/12): remove vestiges of nsCSSType. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
a5a3802007
|
Bug 576044 (5/12): eliminate ValueList as a storage type. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
0251ba5a66
|
Bug 576044 (4/12): eliminate ValuePairList as a storage type. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
e0203804f9
|
Bug 576044 (3/12): eliminate Rect as a storage type. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
5922bd1bb5
|
Bug 576044 (2/12): eliminate ValuePair as a storage type. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:44 -04:00 |
|
Zack Weinberg
|
e93186d2e7
|
Bug 576044 (1/12): Move all the CSS 'storage types' (rect, value pair, etc) to nsCSSValue.h and their code to nsCSSValue.cpp. r=dbaron a2.0=dbaron
|
2010-08-19 15:33:43 -04:00 |
|
Robert O'Callahan
|
210184cb84
|
Bug 585817. Part 2: Change nsIPresShell::CreateRenderingContext to GetReferenceRenderingContext, that uses the shared 1x1 surface, and use it all over the place. r=mats,sr=dbaron
|
2010-08-19 13:49:35 -05:00 |
|
Robert O'Callahan
|
3ecd0a2a97
|
Bug 585817. Part 3: Remove nsSVGUtils::GetThebesComputationalSurface and use gfxPlatform::ScreenReferenceSurface instead. r=jwatt
|
2010-08-19 13:49:35 -05:00 |
|
Chris Jones
|
39ff0004c3
|
Bug 582057, part b: Remove nsIDeviceContext::SupportsNativeWidgets because it's not used meaningfully, and will be confusing in content processes. sr=roc
|
2010-08-19 13:49:35 -05:00 |
|
Chris Jones
|
9b55c914bc
|
Bug 582057, part g: Split nsIView::CreateWidget into CreateWidget, CreateWidgetForParent, and CreateWidgetForPopup in preparation of eliminating IIDs here. sr=roc
|
2010-08-19 13:49:35 -05:00 |
|
Chris Jones
|
d4d7c43a07
|
Bug 582057, part i: Use nsIWidget::CreateChild in nsIView::CreateWidget* (where possible). r=roc a=blocking-fennecb1
|
2010-08-19 13:49:35 -05:00 |
|
Mounir Lamouri
|
c3e6d1d85d
|
Bug 506554 - Implement the CSS3 pseudo-classes :required and :optional for HTML. r=sicking sr=bz a2.0=blocking
|
2010-08-19 02:03:20 +02:00 |
|
Mounir Lamouri
|
ef6632684a
|
Bug 344615 - Implement <input type="url">. r=sicking, sr=smaug a2.0=blocking
|
2010-08-18 20:33:37 +02:00 |
|
Mounir Lamouri
|
17e57ca845
|
Bug 555559 - Implement <input type="email">. r=smaug,sicking sr=jst a2.0=blocking
|
2010-08-18 20:31:54 +02:00 |
|
L. David Baron
|
109dae0465
|
Don't push floats past break due to total lack of available height when we're required to place something. (Bug 586973) r=roc a2.0=blocking
|
2010-08-19 09:38:00 -04:00 |
|
L. David Baron
|
c1f752d22d
|
We might need to collect pushed floats from the overflow out-of-flows list too, just like normal floats. (Bug 586806) r=roc a2.0=blocking
|
2010-08-19 09:38:00 -04:00 |
|
L. David Baron
|
e46aea6922
|
Don't construct an nsFrameList whose first child has a previous sibling. (Bug 586806) r=roc a2.0=blocking
|
2010-08-19 09:38:00 -04:00 |
|
fantasai
|
0b1afa37be
|
Do IsProperAncestorFrame check before destroying floats, but not for popups. (Bug 588158) r=dbaron a2.0=blocking
|
2010-08-19 09:38:00 -04:00 |
|
L. David Baron
|
e749c034f3
|
Fix sorting errors in layout/reftests/bugs/reftest.list.
|
2010-08-19 09:38:00 -04:00 |
|
L. David Baron
|
52881c4fb2
|
Split floats when they are overflow-incomplete. (Bug 585598) r=roc a2.0=blocking
|
2010-08-19 09:38:00 -04:00 |
|
L. David Baron
|
bd3161b815
|
Destroy the pushed floats list in nsBlockFrame::DestroyFrom. (Bug 585598) r=roc a2.0=blocking
|
2010-08-19 09:38:00 -04:00 |
|
L. David Baron
|
bbbb91235a
|
Rename a frame property that I missed in a mass-rename. a2.0=blocking (Bug 563584)
|
2010-08-19 09:37:59 -04:00 |
|
Takanori MATSUURA
|
05b4001200
|
Bug 587614. Remove use of MOZ_NO_INSPECTOR_APIS. r=roc,a=NPOTB
|
2010-08-19 21:44:01 +12:00 |
|
Mark Banner
|
32648806db
|
Backed out changeset f600448ae7db / bug 471643 due to reftest failures
|
2010-08-19 09:27:01 +01:00 |
|
Zack Weinberg
|
531e232c65
|
Bug 471643: Make vertical percentages in border-radius relative to box height. r=dbaron
|
2010-08-19 09:45:32 +02:00 |
|
Daniel Holbert
|
5d6d60ecb4
|
(no bug) a few whitespace fixes in layout, to triger fresh builds on a CLOSED TREE
|
2010-08-18 21:53:55 -07:00 |
|
Timothy Nikkel
|
f2fbddac07
|
Bug 572599. If we get an event on a child widget that is in a disconnected view subtree the view subtree might not have a root widget. r=roc
|
2010-08-18 20:16:58 -05:00 |
|
Timothy Nikkel
|
cc09403fac
|
Bug 587542. If painting is suppressed in the presshell, drop invalidations that come through the view subsystem as well as through the usual frame invalidation path. r=roc
|
2010-08-18 20:16:58 -05:00 |
|
Timothy Nikkel
|
fcaca91e69
|
Bug 587539. When we get a paint event for a widget in a disconnected view subtree there isn't a display root widget. r=roc
|
2010-08-18 20:16:58 -05:00 |
|
Timothy Nikkel
|
b7b5763383
|
Bug 587534. When we unregister a plugin for geometry updates make sure to hide the plugin in case it hasn't been hidden yet. r=roc
|
2010-08-18 20:16:58 -05:00 |
|
Bobby Holley
|
dc8b4d0852
|
bug 512260 - part 6 - lock images in nsStyleList::SetListStyleImage.r=dbaron,a=blocker
|
2010-08-16 12:23:09 -04:00 |
|
Bobby Holley
|
20c25243b6
|
bug 512260 - part 5 - make nsCursorImage::mImage private, add getter/setter, and lock images in the setter.r=dbaron,a=blocker
|
2010-08-16 12:19:26 -04:00 |
|
Bobby Holley
|
b3f5a9dc56
|
bug 512260 - part 4 - call nsDocument::AddImage and RemoveImage on images stored in nsStyleContentData.r=dbaron,a=blocker
|
2010-08-06 13:27:01 -04:00 |
|
Bobby Holley
|
250fbc04bd
|
bug 512260 - part 3 - call nsDocument::AddImage and RemoveImage on images stored in nsStyleBackground.r=dbaron,a=blocker
|
2010-08-05 17:57:18 -04:00 |
|
Bobby Holley
|
6788ead45a
|
bug 512260 - part 2 - Make ImageRenderer take a pointer to nsStyleImage rather than making a copy.r=dbaron,a=blocker
|
2010-08-05 17:30:19 -04:00 |
|
Bobby Holley
|
7a580f398c
|
bug 512260 - Add image tracker to nsDocument and register content images with it.r=roc,sr=dbaron,a=blocker
|
2010-08-03 20:40:29 -04:00 |
|
Brian Birtles
|
36e7527d9a
|
Bug 544855 - Make discrete to-animation only visit to value, r=dholbert, a=blocking-betaN+
|
2010-08-18 19:20:24 +09:00 |
|
Brian Birtles
|
62844c6133
|
Bug 485157: SMIL event timing, part 5 make default event base the animation target, r=dholbert, sr=roc, a=roc
|
2010-08-18 19:20:24 +09:00 |
|
Brian Birtles
|
f5f57834b2
|
Bug 485157: SMIL event timing, part 3 event registration and timing, r=smaug, dholbert; sr=roc, a=roc
|
2010-08-18 19:20:24 +09:00 |
|
Brian Birtles
|
c81d68f39a
|
Bug 485157: SMIL event timing, part 1 refactor added end time handling, r=dholbert, sr=roc, a=roc
|
2010-08-18 19:20:24 +09:00 |
|
Robert O'Callahan
|
8d6e97edd5
|
Bug 537890. Part 11: Introduce _TO_INT_TWIPS macros and have some _TO_TWIPS callers use _TO_INT_TWIPS instead. r=dbaron
|
2010-08-13 21:59:16 +12:00 |
|
Robert O'Callahan
|
20c2a19d6a
|
Bug 537890. Part 10: Fix nsPresContext and nsIDeviceContext unit-conversion methods to be explicit about using CSS logical units instead of physical units. r=dbaron
|
2010-08-13 21:58:04 +12:00 |
|
Robert O'Callahan
|
dfbb28ab06
|
Bug 537890. Part 7: Tests for pt/pc/mm/cm/in not being physical units, and for mozmm being physical units. r=dbaron
|
2010-08-13 21:58:02 +12:00 |
|
Robert O'Callahan
|
dc13662908
|
Bug 537890. Part 5: Make pc, in, mm and cm be a fixed number of CSS pixels. r=dbaron
|
2010-08-13 21:58:02 +12:00 |
|
Robert O'Callahan
|
907d0109b7
|
Bug 537890. Part 4.5: Create 'mozmm' unit for physical millimeters on screen devices. r=dbaron
|
2010-08-13 21:58:02 +12:00 |
|
Robert O'Callahan
|
b7df1787ef
|
Bug 537890. Part 4: Make points be a fixed number of CSS pixels. r=dbaron
|
2010-08-13 21:58:01 +12:00 |
|
Robert O'Callahan
|
87bbf8a495
|
Bug 537890. Part 8: Define MM_PER_INCH_FLOAT. r=dbaron
|
2010-08-13 21:57:57 +12:00 |
|
Rob Arnold
|
beb6ddf7e8
|
Bug 554982 - Add support for borderless glass and remove the borders from the main window. r=roc,dao a=blocking2.0
|
2010-08-17 23:07:10 -04:00 |
|
Benjamin Smedberg
|
122c097a0c
|
Bug 587715 - Include Qt headers before anything else because of conflicts with X and mozalloc. r=bustage fix
|
2010-08-17 10:35:21 -04:00 |
|
Neil Deakin
|
838688f1fb
|
Bug 551434 - Store the keydown target and retarget the keypress/keyup events when focus changes from chrome to content. r=smaug
|
2010-08-17 14:37:50 +02:00 |
|