Jim Mathies
1535724754
Bug 1128238 - Ajust NPP_SetWindow and synth native event coords to account for the chrome offset of remote tabs. Prior to this the content process always assumed the tab was the window origin. r=aklotz
2015-04-08 11:51:49 -05:00
Robert Longson
7407a9449d
Bug 1142982 - implement dominant-baseline=middle properly. r=heycam
2015-04-08 16:18:33 +01:00
Carsten "Tomcat" Book
4861b6d51f
Backed out changeset 1158acbea753 (bug 1140293) for frequent windows m-oth test failures in test_wheeltransaction.xul
2015-04-08 10:22:34 +02:00
Kearwood (Kip) Gilbert
f7ef919657
Bug 1148219 - Improve reliability of the test_scroll_snapping.html mochitest. r=roc
...
- The test_scroll_snapping.html mochitest now waits up to 30 frames for
scrolling to start before giving up and reporting a failure.
2015-04-06 13:32:00 +02:00
Timothy Nikkel
e4cf81f574
Bug 1150021. Make sure that boxes inside vertical RTL boxes are placed on the right. r=roc
...
nsSprocketLayout::Layout lays out its children by looping from first child to last child updating local variables x, y as it goes that keep track of the position where to layout the current child.
If the box is horizontal it works left-to-right or right-to-left according to wheather the direction of the box is normal or not. Vertical boxes work similarly top-to-bottom or bottom-to-top. Vertical boxes also respond to CSS direction styles, so that in an LTR box the child boxes are laid out flush left, but flush right in an RTL box. Herein lies the bug, some code assumes the child boxes are laid out flush right in RTL, but the code to actually position the children positions them flush left.
The code that assumes the child are laid out flush right is HandleBoxPack, which determines the origin to start laying out children at, and the code which uses HandleBoxPack to determine if the origin changed during the laying out of the children, and then shifts the children by the amount the origin shifted. The size of our box changing will, in general, change the position of the origin. So the children aren't laid out to the origin that HandleBoxPack expects they will get moved to wrong positions.
2015-04-07 02:28:57 -05:00
Cameron McCormack
895c5552ec
Bug 1152023 - Null check root frame when marking frames dirty in response to a user font load. r=jdaggett
2015-04-08 13:01:38 +10:00
Markus Stange
32393dc505
Bug 932958 - Use the Skia Software backend by default for canvas on OS X. r=jrmuizel
...
--HG--
extra : rebase_source : c52270e748c7f25821c1635d2c004536d1cfe947
extra : source : 1d3a58326caa70fe49374f5c236594a51ca11b44
2015-04-07 22:23:02 -04:00
Seth Fowler
2b28b2ad66
Bug 1150704 - Use the same dest rect calculation for nsDisplayImage::GetOpaqueRegion and nsDisplayImage::GetDestRect. r=dholbert
2015-04-07 18:55:28 -07:00
Seth Fowler
ea22de2fd8
Bug 1150774 (Part 2) - Use the correct units in nsDisplayImageContainer::ConfigureLayer and related code. r=botond
2015-04-07 18:55:28 -07:00
Seth Fowler
d1dffb1a14
Bug 1150774 (Part 1) - Add helpers to simplify using typed units in ConfigureLayer. r=botond
2015-04-07 18:55:28 -07:00
dvander@alliedmods.net
d6e650ec3e
Fix tests that depend on synchronous scrolling. (bug 1140293, r=mstange,masayuki,kgilbert)
2015-04-07 18:20:43 -07:00
Xidorn Quan
4284d4d732
Bug 1141931 followup - Fix reftest failure on OSX 10.10.
2015-04-08 13:10:21 +12:00
Wes Kocher
92bd69914a
Backed out changeset b1ba9eec8e44 (bug 1148889)
2015-04-07 17:42:40 -07:00
Xidorn Quan
25da0b552a
Bug 1141931 patch 10 - Revert to pass container size instead of only isize for bidi reordering. r=smontagu
...
--HG--
extra : source : 85a623e012b8deb2a41dc2e633a41223727bfe50
2015-04-08 11:22:34 +12:00
Xidorn Quan
9fc158dfad
Bug 1141931 part 9 - Reftest for ruby frames reordering. r=jfkthame
...
--HG--
extra : source : deed9ed82a2a6795f2773b75ead723562a3a7292
2015-04-08 11:22:34 +12:00
Xidorn Quan
98f15072a3
Bug 1141931 part 8 - Reorder ruby frames regarding their direction. r=jfkthame
...
--HG--
extra : source : 2ab8fdf15b09df128e03998c2daf26c48187851d
2015-04-08 11:22:34 +12:00
Xidorn Quan
59d1864c8a
Bug 1141931 part 7 - Move [Auto]RubyTextContainerArray to RubyUtils and merge RubyTextContainerIterator into AutoRubyTextContainerArray. r=dholbert
...
--HG--
extra : source : 89ae2f9a195fe10f4db19d0a51fd3ec7bafb0ecc
2015-04-08 11:22:34 +12:00
Xidorn Quan
966ef97045
Bug 1141931 part 6 - Move Ruby{Segment,Column}Enumerator to RubyUtils. r=dholbert
...
--HG--
extra : source : 2327584c7a0740617388bc544d2bb8433d034fe7
2015-04-08 11:22:34 +12:00
Xidorn Quan
ddd0a788fa
Bug 1141931 part 5 - Eliminate unnecessary includes in header files of ruby frames. r=dholbert
...
--HG--
extra : source : 860c66b5f319ed0744decf84c8c2145efd85ce83
2015-04-08 11:22:34 +12:00
Xidorn Quan
7ed44c4442
Bug 1141931 part 4 - Make bidi reordering always in frame order. r=jfkthame,smontagu
...
--HG--
extra : source : dc2ce78ff7bc9e2b5ccb7308609a83feca6a1c22
2015-04-08 11:22:34 +12:00
Xidorn Quan
e581fcaf13
Bug 1141931 part 3 - Adjust some parameters of functions in nsBidiPresUtils. r=jfkthame
...
Includes two changes:
* aContainerSize of ReorderFrames, RepositionInlineFrames, RepositionFrame are changed to aContainerISize;
* the type of aContainuationStates in the functions above is changed to const pointer.
--HG--
extra : source : 41336b712d88a843b15015321cae9f878aa08427
2015-04-08 11:22:34 +12:00
Xidorn Quan
9576de22a9
Bug 1141931 part 2 - Eliminate writing-mode mismatch in ruby reflow. r=dholbert
...
--HG--
extra : source : f74929af31891aa223da8a7d0ff01d9ccd19cacd
2015-04-08 11:22:34 +12:00
Xidorn Quan
06272c8efd
Bug 1141931 part 1 - Compute unicode-bidi property to proper values for ruby boxes. r=heycam
...
--HG--
extra : source : 7078930df197d7cf9d7d8b972c57632b4a0cf380
2015-04-08 11:22:34 +12:00
Xidorn Quan
85fe2c1a16
Bug 1147459 - Update rule of fullscreen iframe to meet the spec. r=roc
...
--HG--
extra : source : b5eab78c88f58a735ad812c73e11f5d59b2a1264
2015-04-08 11:22:17 +12:00
Wes Kocher
74f58c915e
Backed out 10 changesets (bug 1141931) for mochitest-5 failures CLOSED TREE
...
Backed out changeset c90940067de6 (bug 1141931)
Backed out changeset 96b48288abab (bug 1141931)
Backed out changeset 87281c7ded34 (bug 1141931)
Backed out changeset 6a914ba0b8ec (bug 1141931)
Backed out changeset 9cfea55b5e95 (bug 1141931)
Backed out changeset f432612b6475 (bug 1141931)
Backed out changeset 48cf9568a4b1 (bug 1141931)
Backed out changeset f1ab848b3fa6 (bug 1141931)
Backed out changeset 8a3c71a3b525 (bug 1141931)
Backed out changeset 119d3c0fd0f6 (bug 1141931)
2015-04-07 14:23:57 -07:00
Wes Kocher
afd31847d3
Backed out changeset 26118238484f (bug 1147459)
2015-04-07 14:23:24 -07:00
Kartikaya Gupta
0f4cd2b27f
Bug 1148889 - Treat subclasses of scrollframes as animated geometry roots. r=mstange
2015-04-07 16:53:41 -04:00
Xidorn Quan
73b2737565
Bug 1147459 - Update rule of fullscreen iframe to meet the spec. r=roc
...
--HG--
extra : source : b5eab78c88f58a735ad812c73e11f5d59b2a1264
2015-04-08 08:41:29 +12:00
Xidorn Quan
ff332f3d74
Bug 1141931 patch 10 - Revert to pass container size instead of only isize for bidi reordering. r=smontagu
...
--HG--
extra : source : 999cbb6740648762984e57d5ce764499381ccd5b
2015-04-08 08:40:31 +12:00
Xidorn Quan
e98d5b973b
Bug 1141931 part 9 - Reftest for ruby frames reordering. r=jfkthame
...
--HG--
extra : source : 7a078551c85fa9a29109a2222634d66f7bcc7fac
2015-04-08 08:40:31 +12:00
Xidorn Quan
8a236c4404
Bug 1141931 part 8 - Reorder ruby frames regarding their direction. r=jfkthame
...
--HG--
extra : source : 1cd39beced7297440bf4e8df906c5264302ac16d
2015-04-08 08:40:31 +12:00
Xidorn Quan
53a7f5a9f8
Bug 1141931 part 7 - Move [Auto]RubyTextContainerArray to RubyUtils and merge RubyTextContainerIterator into AutoRubyTextContainerArray. r=dholbert
...
--HG--
extra : source : 89ae2f9a195fe10f4db19d0a51fd3ec7bafb0ecc
2015-04-08 08:40:31 +12:00
Xidorn Quan
1bbf61d898
Bug 1141931 part 6 - Move Ruby{Segment,Column}Enumerator to RubyUtils. r=dholbert
...
--HG--
extra : source : 2327584c7a0740617388bc544d2bb8433d034fe7
2015-04-08 08:40:31 +12:00
Xidorn Quan
27d78f6b41
Bug 1141931 part 5 - Eliminate unnecessary includes in header files of ruby frames. r=dholbert
...
--HG--
extra : source : 860c66b5f319ed0744decf84c8c2145efd85ce83
2015-04-08 08:40:31 +12:00
Xidorn Quan
3e7300ba91
Bug 1141931 part 4 - Make bidi reordering always in frame order. r=jfkthame,smontagu
...
--HG--
extra : source : dc2ce78ff7bc9e2b5ccb7308609a83feca6a1c22
2015-04-08 08:40:31 +12:00
Xidorn Quan
8a3d0926c5
Bug 1141931 part 3 - Adjust some parameters of functions in nsBidiPresUtils. r=jfkthame
...
Includes two changes:
* aContainerSize of ReorderFrames, RepositionInlineFrames, RepositionFrame are changed to aContainerISize;
* the type of aContainuationStates in the functions above is changed to const pointer.
--HG--
extra : source : 41336b712d88a843b15015321cae9f878aa08427
2015-04-08 08:40:31 +12:00
Xidorn Quan
3d1eed1f20
Bug 1141931 part 2 - Eliminate writing-mode mismatch in ruby reflow. r=dholbert
...
--HG--
extra : source : f74929af31891aa223da8a7d0ff01d9ccd19cacd
2015-04-08 08:40:31 +12:00
Xidorn Quan
b4f1b79dcd
Bug 1141931 part 1 - Compute unicode-bidi property to proper values for ruby boxes. r=heycam
...
--HG--
extra : source : 7078930df197d7cf9d7d8b972c57632b4a0cf380
2015-04-08 08:40:31 +12:00
Vladimir Vukicevic
72b8ab88fb
Bug 1151905; remove unnecessary gfxVR.h includes; r=ehsan
2015-04-07 12:39:09 -04:00
Ryan VanderMeulen
08ab36610a
Backed out changeset d23df90fc306 (bug 1150021) for frequent B2G reftest failures.
2015-04-07 11:27:14 -04:00
Nicolas Silva
0b1f75bea0
Bug 1132854 - Remove the gfx::ToIntSize conversion helper. r=Bas
2015-04-07 16:08:57 +02:00
Jonathan Kew
cce04361df
Bug 1012640 - patch 3 - Reftest for line break after inline element with white-space:nowrap and whitespace inside the element. r=roc
2015-04-07 09:28:02 +01:00
Jonathan Kew
f3049c0bf6
Bug 1130907 - patch 4 - Reftest for container-frame intrinsic size involving borders. r=smontagu
2015-04-07 09:24:04 +01:00
Jonathan Kew
3e95d19359
Bug 1130907 - patch 3 - Reftest for contribution of border widths to intrinsic size. r=smontagu
2015-04-07 09:24:04 +01:00
Jonathan Kew
ff64054d39
Bug 1130907 - patch 2 - Account for writing-mode in nsContainerFrame::DoInlineIntrinsicISize. r=smontagu
2015-04-07 09:24:04 +01:00
Jonathan Kew
ad55c30e75
Bug 1130907 - patch 1 - Account for writing-mode when incorporating border widths into intrinsic size. r=smontagu
2015-04-07 09:24:04 +01:00
Chris Peterson
231f921c34
Bug 1083499 - Remove obsolete layout/analysis/pixel-conversion.js and simple-match.js scripts. r=roc
2015-03-23 20:43:27 -07:00
Robert Longson
a15bae4903
Bug 1047973 - pattern with patternUnits=objectBoundingBox and preserveAspectRatio=... meet stretches to the size of a shape. r=dholbert
2015-04-07 08:45:59 +01:00
Timothy Nikkel
8f0c930600
Bug 1150021. Make sure that boxes inside vertical RTL boxes are placed on the right. r=roc
...
nsSprocketLayout::Layout lays out its children by looping from first child to last child updating local variables x, y as it goes that keep track of the position where to layout the current child.
If the box is horizontal it works left-to-right or right-to-left according to wheather the direction of the box is normal or not. Vertical boxes work similarly top-to-bottom or bottom-to-top. Vertical boxes also respond to CSS direction styles, so that in an LTR box the child boxes are laid out flush left, but flush right in an RTL box. Herein lies the bug, some code assumes the child boxes are laid out flush right in RTL, but the code to actually position the children positions them flush left.
The code that assumes the child are laid out flush right is HandleBoxPack, which determines the origin to start laying out children at, and the code which uses HandleBoxPack to determine if the origin changed during the laying out of the children, and then shifts the children by the amount the origin shifted. The size of our box changing will, in general, change the position of the origin. So the children aren't laid out to the origin that HandleBoxPack expects they will get moved to wrong positions.
2015-04-07 02:28:57 -05:00
Phil Ringnalda
4401b580e1
Back out 1d3a58326caa (bug 932958) for reftest bustage
...
CLOSED TREE
2015-04-06 20:28:02 -07:00