Carsten "Tomcat" Book
34b660c646
merge mozilla-inbound to mozilla-central a=merge
2015-02-11 14:58:16 +01:00
Kartikaya Gupta
e300c8fc50
Bug 1125422 - Populate the ContainerLayer flag to force events to be dispatched to content. r=roc
2015-02-10 16:28:07 -05:00
Kartikaya Gupta
49d9d25735
Bug 1125422 - Fold touch and scroll listener flags into a single apz-aware flag for better code reuse. r=roc
2015-02-10 16:28:07 -05:00
Morris Tseng
d72fe78dd2
Bug 1130256 - Prevent unwanted scrolling event. r=roc
2015-02-05 21:13:00 +01:00
David Anderson
78dfafe577
Disable layers flattening if APZ is enabled. (bug 1131389, r=mattwoodrow)
...
--HG--
extra : rebase_source : 8c023aeb48688fdff4f6496d1778c09095c83630
2015-02-10 20:54:18 -08:00
Morris Tseng
c7e5afc377
Bug 1119126 - Send updateposition after reflow when selection is collapsed. r=roc
2015-02-02 22:10:00 -05:00
Kartikaya Gupta
d5c9c04107
Bug 930939 - Add a function to encapsulate running things on the APZ controller thread. r=botond
2015-02-10 08:24:23 -05:00
Cameron McCormack
67365c392b
Bug 1067755 - Store relevant style data rather than style context pointers on transformed text runs. r=jdaggett
2015-02-10 21:30:25 +11:00
Carsten "Tomcat" Book
c2ace4c6a3
Backed out changeset cab2c930fa02 (bug 1067755) for static analysis build bustage
2015-02-10 11:15:33 +01:00
Kaustabh Datta Choudhury
ca6b7c2deb
Bug 1056851 - [layout] Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher
...
--HG--
extra : rebase_source : a4fdccae34cdbb27d9e1f03f2a758f26651abb1b
2015-02-06 11:50:00 +01:00
Cameron McCormack
db23797dec
Bug 1067755 - Store relevant style data rather than style context pointers on transformed text runs. r=jdaggett
2015-02-10 20:35:59 +11:00
Frédéric Wang
9373d64b94
Bug 1110056 - Merge nsMathMLmphantomFrame into nsMathMLmrowFrame. r=jkitch
...
--HG--
extra : rebase_source : aafda35ac6c7b647b18259cbaca09161b8aac58b
2015-02-09 11:19:00 +01:00
Seth Fowler
2ee993bb0c
Bug 1128769 (Part 6) - Remove imgIContainer::IsDecoded and all remaining callers. r=tn
2015-02-09 23:27:40 -08:00
Seth Fowler
c565b9d4b5
Bug 1128769 (Part 5) - Record the last draw result for various less common frame types and use it to decide whether to sync decode. r=tn
2015-02-09 23:27:40 -08:00
Seth Fowler
78ac18d784
Bug 1128769 (Part 4) - Record the last draw result when drawing CSS tables and use it to decide whether to sync decode. r=tn
2015-02-05 20:45:56 -08:00
Seth Fowler
2442d5dfa6
Bug 1128769 (Part 3) - Record the last draw result when drawing CSS backgrounds and use it to decide whether to sync decode. r=tn
2015-02-09 23:27:39 -08:00
Seth Fowler
34a6c33b2a
Bug 1128769 (Part 2) - Check if we invalidated for a sync decode and never painted before invalidating for sync decoding again. r=tn
2015-02-09 23:27:39 -08:00
Seth Fowler
dcf10374b4
Bug 1128769 (Part 1) - Propagate the imgIContainer::Draw result through the nsLayoutUtils::PaintBackground* functions. r=tn
2015-02-09 23:27:39 -08:00
Markus Stange
6dc203e0bf
Bug 1130892 - Allow vibrancy in popups from non-chrome prescontexts. r=roc
2015-02-09 13:24:51 -05:00
Nicholas Nethercote
6ee3666899
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
...
--HG--
extra : rebase_source : 488e401ff87e31a2074c4108c4df0572d9536667
2015-02-09 14:34:50 -08:00
Markus Stange
f6e80715ad
Bug 1092634 - Let feColorMatrix and feComponentTransfer generate output outside their input's bounds. r=Bas
...
This makes the color matrix and component transfer Moz2D filters generate
an infinite output, which is then cropped to the primitive's filter
primitive subregion by a subsequent crop filter node. This still gives us
different behavior than other browser when the primitive subregion is
overridden using the x/y/width/height attributes - other browsers either
ignore those completely (IE) or only let them crop the default subregion
(which is defined to be the same as the input subregion) and not enlargen
it - but I'll fix that in a separate bug.
2015-02-09 14:04:11 -05:00
Jonathan Kew
442f276a75
Bug 1130231 - Reftest for left/right padding on button contents with direction=rtl. r=smontagu
2015-02-09 14:40:25 +00:00
Jonathan Kew
89bc833f01
Bug 1130231 - Properly logicalize the implementation of padding on button contents. r=smontagu
2015-02-09 14:40:23 +00:00
Carsten "Tomcat" Book
065c45db61
Backed out changeset a372a90a9475 (bug 1119126) for gaia-js-integration-8 failures
2015-02-09 15:33:24 +01:00
Morris Tseng
c84234b27e
Bug 1119126 - Send updateposition after reflow when selection is collapsed. r=roc
...
--HG--
extra : rebase_source : d66da8b00f033b2fcbdbb469dd6d47bf23a65c48
2015-02-02 22:10:00 +01:00
Markus Stange
1aad129a4c
Bug 1130817 - Refactor nsTablePainter a little. r=roc
...
This patch makes the following changes:
- Ownership of the col groups' TableBackgroundData has moved into the mColGroups array.
- nsStyleBorder instances for painting are created on the stack instead of in the allocation
arena of the pres context, so now we no longer need to call Destroy on them.
- Not having to call Destroy lets us get rid of a lot of destruction code.
- TableBackgroundData for the current row group and the current row no longer live in
member variables of nsTablePainter. They're now on the stack and get passed to the
methods that need them as usual.
- All methods now return void instead of nsresult.
- TableBackgroundData instances are no longer reused.
2015-02-08 01:35:58 -05:00
Mats Palmgren
40b988ce97
Bug 1129356 - Traverse the placeholder's parent for abs.pos. frames when determining the used value for 'user-select'. r=roc
2015-02-09 00:16:11 +00:00
Seth Fowler
12e27784d3
Bug 1128229 (Followup) - Add more fuzz to layout/reftests/w3c-css/submitted/ui3/box-sizing-replaced-002.xht. r=me DONTBUILD
2015-02-06 23:03:31 -08:00
Phil Ringnalda
8b344901ef
Back out 3da63ccbadef (bug 984050) for Windows cppunit bustage
...
CLOSED TREE
2015-02-06 19:49:42 -08:00
Xidorn Quan
6b04ba572c
Bug 1122781 part 4 - Add runtime dependency check of style structs. r=dbaron
...
This patch adds a mechanism to check struct computation against a known set of non-cyclic dependencies.
The checks are only done when we get a struct on a context during computation of a struct on the same context.
--HG--
extra : source : b4dbb093ac3df3e8eac14fdc7bf7e8fe44b56ffb
2015-02-07 13:25:21 +11:00
Xidorn Quan
4435df8c22
Bug 1122781 part 3 - Restyle member initializer list of nsStyleContext. r=dbaron
...
--HG--
extra : source : a7376bf112faa676da39521e4598271436294690
2015-02-07 13:25:21 +11:00
Xidorn Quan
fa7cd93ca9
Bug 1122781 part 2 - Generate dependencies table of style structs for runtime check. r=dbaron
...
--HG--
extra : source : ed2baad25b34094f5c8abfe42ebe2cd77c1f2bab
2015-02-07 13:25:21 +11:00
Xidorn Quan
36da0194c4
Bug 1122781 part 1 - Declare and statically check dependencies of style structs. r=dbaron
...
When a cyclic dependency is introduced, build will stop at generating style struct list.
For example, if you make Visibility depend on Font while Font also depend on Visibility, it would print lines like:
ERROR: Cannot resolve style struct dependencies
Resolved items: Variables Color Quotes UserInterface UIReset Table XUL
There exist cyclic dependencies in the following structs: Font List Text Visibility TableBorder SVG Background Position TextReset Display Content Margin Padding Border Outline SVGReset Column
--HG--
extra : source : bebfb64bb4a82ff51b21978998f1a0871a1c5cad
2015-02-07 13:25:21 +11:00
Andrea Marchesini
dff0b85534
Bug 984050 - Persist ServiceWorker registrations, r=bent, r=nsm
2015-02-06 23:31:33 +00:00
Nicholas Nethercote
44179aabe3
Back out changesets 2fcef6b54be7, 2be07829fefc, 66dfe37b8532, df3fcd2be8fd, 0a436bce77a6 (bug 1050035) for causing intermittent crashes and assertion failures.
...
--HG--
extra : rebase_source : eb30be83c3143c6c203585a80a18f180025efaba
2015-02-10 14:39:49 -08:00
Xidorn Quan
e9e7f7a3f2
Bug 1089431 part 4 - Add reftest for line-breaking between ruby bases. r=jfkthame
...
--HG--
extra : rebase_source : ce0bc55986b27c52f93c1203d6f706b70420e274
extra : source : 26d9e93ec5dd3d23c05c746c9f08a74c764c498c
2015-02-11 10:26:56 +11:00
Xidorn Quan
9673959104
Bug 1089431 part 3 - Make line breaking inside ruby be triggered at correct time. r=jfkthame
...
--HG--
extra : rebase_source : 82e740ba6a5192e68f8dfa5b7f3634dc4dc971f7
extra : source : e4932342e22db87e3da1d7847f6a6c984c56db9f
2015-02-11 10:26:56 +11:00
Xidorn Quan
77bd591b31
Bug 1089431 part 2 - Break between ruby bases according to line-breaking rules. r=jfkthame
...
--HG--
extra : rebase_source : dae94948a18c860fd5e86b3754c21fd856d5cc47
extra : source : bdcf6f831f5d0241de8b4a0de617902e23b29e8c
2015-02-11 10:26:56 +11:00
Xidorn Quan
41b4f23dc2
Bug 1089431 part 1 - Skip ruby text containers when building text runs. r=roc
...
--HG--
extra : rebase_source : cf1ef888f4af2406715a4a055241771b7f5904cc
extra : source : 2ed98b4ba9423ba9251e2a31507d3d345a603e3a
2015-02-11 10:26:56 +11:00
Andrew McCreight
8413cc973c
Back out Bug 1127201 (part 2) for various problems.
2015-02-06 15:04:32 -08:00
Kartikaya Gupta
99fa4d6804
Bug 1130535 - Remove codepath that does an APZ untransform on events in RenderFrameParent. r=dvander,botond CLOSED TREE
...
--HG--
extra : amend_source : 5a48b8a406f9b916b9ee2ef9d79a0519964cfffc
2015-02-06 13:46:46 -08:00
Ryan VanderMeulen
b93ed58c9e
Merge m-c to inbound. a=merge
2015-02-06 11:36:03 -05:00
Ryan VanderMeulen
89ff1f8cb5
Merge inbound to m-c. a=merge
2015-02-06 09:06:38 -05:00
Mike Taylor
df1bba3d83
Bug 1092006 - Fix form_border_radius define & mark expected failures. r=wesj
2015-02-05 08:08:00 +01:00
Wes Kocher
e1292d67e5
Merge inbound to m-c a=merge CLOSED TREE
2015-02-05 16:55:01 -08:00
Kan-Ru Chen (陳侃如)
91ac206476
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
2015-02-05 16:47:32 -05:00
Kartikaya Gupta
172c67fda0
Bug 1129526
- Make the RenderFrameParent put focus on the correct OOP child before delivering a click event to it. r=botond
2015-02-05 14:41:50 -05:00
Karsten Düsterloh
278751f212
Bug 1116952 - "Treelines fragments after bug 1105104". r=jwatt
2015-02-04 17:55:00 +01:00
Ryan VanderMeulen
7f11ffb388
Bug 1128229 - Add a bit more fuzz to image-object-position-with-background-2.html on Windows.
...
CLOSED TREE
2015-02-06 10:38:00 -05:00
Ryan VanderMeulen
7952a0cfed
Bug 1128229 - Add more fuzz on Win8.
...
CLOSED TREE
2015-02-06 10:00:50 -05:00