Commit Graph

46300 Commits

Author SHA1 Message Date
Daniel Holbert
4502eec352 Bug 1176270: Handle self-assignment in StyleAnimationValue::operator=. r=dbaron
a=KWierso to land while checkins are metered
2015-06-19 15:56:12 -07:00
Seth Fowler
4471be4dd3 Bug 1174923 - Stop delaying the document load event until images are decoded. r=tn a=kwierso 2015-06-19 15:55:12 -07:00
Andrew Comminos
83e6f5b10d Bug 1169666 - Revert reftest sanity flag ordering, fixes failures on OS X.
CLOSED TREE

--HG--
extra : rebase_source : 22e40a2337c6ea988b8d5ff7183e82362ddc4334
2015-06-19 10:41:00 -04:00
Andrew Comminos
b5ad1a9975 Bug 1169666 - Mark reftests failing due to scrollbar transparency random on GTK3. r=karlt 2015-06-19 07:51:00 -04:00
Andrew Comminos
d9a401584e Bug 1171696 - Don't resize scrollbar thumb when updating its position. r=mstange
--HG--
extra : rebase_source : 794df0a150215841ab8918863bde187ceb6edbc1
2015-06-18 12:57:00 -04:00
Kartikaya Gupta
cd8ba74c1c Bug 1163832 - Update the reftest harness to wait for APZ repaint flushes before finishing. r=dbaron 2015-06-19 08:25:41 -04:00
Kartikaya Gupta
1d81392d69 Bug 1163832 - Add an API to flush pending APZ repaint requests and dispatch a notification upon completion. r=botond 2015-06-19 08:25:41 -04:00
Carsten "Tomcat" Book
f6a8b31777 Backed out changeset 1a0729e5b901 (bug 1151152) for m1 test failures in test_pointerevent_pointerleave_descendant_over-manual.html on a CLOSED TREE 2015-06-19 12:04:52 +02:00
Simon Montagu
fd24391154 Bug 1173689: allow column sets in an orthogonal writing mode to their container to expand in the container's block direction, r=roc 2015-06-19 01:09:19 -07:00
Maksim Lebedev
d7e2ee8efa Bug 1151152 - Change behavior when pointer is dragged out of the document. r=smaug 2015-06-15 10:27:00 +02:00
Milan Sreckovic
50bc2f0ddc Bug 1019063 - Check for ::CreateDCW failing when printing. r=dvander 2015-06-18 08:18:00 +02:00
Juan Gomez
702a59d135 Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
--HG--
extra : rebase_source : 2ecbe6c1dd8a7ad8dc529b53349ad431cf1116c9
2015-06-24 14:11:00 -04:00
Mason Chang
b5768cc6da Bug 1155828 - Draw box-shadows using an approach inspired by border-image. r=mstange 2015-05-13 15:19:27 -04:00
David Anderson
127048bb86 Add an observer service notification for the first widget paint message. (bug 1173117 part 2, r=roc) 2015-06-18 13:42:39 -07:00
Ryan VanderMeulen
7b7e4f1c9b Merge inbound to m-c. a=merge
CLOSED TREE
2015-06-18 16:03:38 -04:00
Ryan VanderMeulen
c848d2ee9b Backed out 7 changesets (bug 1113086) for various Gaia test failures.
Backed out changeset eb7e79a2c9e9 (bug 1113086)
Backed out changeset 3562a09b2bf3 (bug 1113086)
Backed out changeset 127cde112795 (bug 1113086)
Backed out changeset 84dc903151c1 (bug 1113086)
Backed out changeset 42dc5dbabdcd (bug 1113086)
Backed out changeset e1ad68356a74 (bug 1113086)
Backed out changeset 86b32f5442f2 (bug 1113086)
2015-06-18 13:00:25 -04:00
Andrea Marchesini
39b2fb9a00 Bug 1113086 - AudioChannel policy in Browser API - patch 1 - BrowserElementAudioChannel, r=ehsan
--HG--
rename : dom/browser-element/mochitest/test_browserElement_inproc_GetContentDimensions.html => dom/browser-element/mochitest/test_browserElement_inproc_AudioChannel.html
rename : dom/browser-element/mochitest/test_browserElement_oop_GetContentDimensions.html => dom/browser-element/mochitest/test_browserElement_oop_AudioChannel.html
2015-06-18 15:56:58 +01:00
Ryan VanderMeulen
dd3d07f058 Bug 1157576 - Disable the test on Linux as well.
CLOSED TREE
2015-06-18 13:20:35 -04:00
Carsten "Tomcat" Book
74aede41b2 Merge mozilla-central to fx-team 2015-06-18 15:40:16 +02:00
Gijs Kruitbosch
cbb4c512e0 Bug 1157576 - disable bug706743.js on e10s, rs=enn-in-bugzilla-comment
--HG--
extra : rebase_source : 79af65583a432570e2d9474fd6b89bf51b920d94
2015-06-18 14:21:54 +01:00
Maksim Lebedev
86c9b8f60e Bug 1162990 - Add test for check pointerleave event behavior. r=smaug 2015-06-17 01:54:00 -04:00
Cameron McCormack
0c42dab52b Bug 1175800 - Remove typedefs from nsComputedDOMStyle.cpp as they interfere with others under unified compilation. r=bzbarsky
--HG--
extra : rebase_source : cf9acc0012eae22322a653001bbdab1246264a5f
2015-06-18 16:52:49 +10:00
Jonathan Kew
a3380043e5 Bug 1174507 - Replace the frame flag CONTAINS_RELATIVE_HEIGHT with CONTAINS_RELATIVE_BSIZE, and adjust callsites appropriately. r=dholbert 2015-06-18 07:33:50 +01:00
Nicholas Nethercote
0eacf28b46 Bug 1174631 (part 4) - Replace nsFrameManager's uses of PL_DHashTableEnumerate() with PLDHashTable::Iterator. r=dholbert.
--HG--
extra : rebase_source : a328e9bceffb9940108fdebca8cca7c70e9cea58
2015-06-16 21:09:39 -07:00
Nicholas Nethercote
4bcd16152c Bug 1174631 (part 3) - Replace SpanningCellSorter's uses of PL_DHashTableEnumerate() with PLDHashTable::Iterator. r=dholbert.
--HG--
extra : rebase_source : a84a8548d6d88e558d8ec1cdde09af2d2cb58084
2015-06-16 21:09:39 -07:00
Nicholas Nethercote
7e43a049ee Bug 1174631 (part 2) - Replace nsCSSRuleProcessor's uses of PL_DHashTableEnumerate() with PLDHashTable::Iterator. r=dholbert.
--HG--
extra : rebase_source : e05d57211c8ba1c3fe0dfe4d8dda477d1df45b55
2015-06-10 21:28:14 -07:00
Nicholas Nethercote
5e7718ec13 Bug 1174631 (part 1) - Replace nsRuleNode's uses of PL_DHashTableEnumerate() with PLDHashTable::{,Removing}Iterator. r=dholbert.
--HG--
extra : rebase_source : 058c6a86d5806a8cb3eb0dc7b13af47da68f4d82
2015-06-10 19:13:15 -07:00
Ehsan Akhgari
c197ee959d Bug 1174521 - Backout the second part of bug 1143570 to fix the regression; r=roc 2015-06-17 17:45:51 -04:00
Daniel Holbert
48c763591d Bug 1175245: Convert nsRefreshDriver.cpp to use range-based "for" loops. r=tn 2015-06-17 14:36:40 -07:00
Steven Michaud
d584ce81c9 Bug 1167069 - Watch out for deletion of current frame. r=jmathies 2015-06-17 12:59:34 -05:00
Kartikaya Gupta
49c13c1c35 Bug 1055557 - Add a ZoomConstraintsClient class to manage pushing zoom constraints updates to the APZ code. r=botond
Original patch by Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>.
2015-06-17 12:32:42 -04:00
Kartikaya Gupta
bd05613425 Bug 1055557 - Move storage of ZoomConstraints from RemoteContentController to APZCTreeManager. r=botond 2015-06-17 12:32:41 -04:00
Jonathan Kew
bf0d1d0f6f Bug 1173307 - Convert nsTableCellFrame to work with logical coordinates. r=dholbert 2015-06-18 10:11:40 +01:00
Birunthan Mohanathas
3c2870571f Bug 1103651 - Move content/test/reftest into dom/tests/. r=mrbkap
--HG--
rename : content/test/reftest/bug427779-ref.xml => dom/tests/reftest/bug427779-ref.xml
rename : content/test/reftest/bug427779.xml => dom/tests/reftest/bug427779.xml
rename : content/test/reftest/bug439965-ref.html => dom/tests/reftest/bug439965-ref.html
rename : content/test/reftest/bug439965.html => dom/tests/reftest/bug439965.html
rename : content/test/reftest/bug453105-ref.html => dom/tests/reftest/bug453105-ref.html
rename : content/test/reftest/bug453105.html => dom/tests/reftest/bug453105.html
rename : content/test/reftest/bug456008-ref.html => dom/tests/reftest/bug456008-ref.html
rename : content/test/reftest/bug456008.xhtml => dom/tests/reftest/bug456008.xhtml
rename : content/test/reftest/bug559996-iframe.html => dom/tests/reftest/bug559996-iframe.html
rename : content/test/reftest/bug559996-ref-iframe.html => dom/tests/reftest/bug559996-ref-iframe.html
rename : content/test/reftest/bug559996-ref.html => dom/tests/reftest/bug559996-ref.html
rename : content/test/reftest/bug559996.html => dom/tests/reftest/bug559996.html
rename : content/test/reftest/bug591981-1.html => dom/tests/reftest/bug591981-1.html
rename : content/test/reftest/bug591981-2.html => dom/tests/reftest/bug591981-2.html
rename : content/test/reftest/bug591981-ref.html => dom/tests/reftest/bug591981-ref.html
rename : content/test/reftest/bug591981-script.js => dom/tests/reftest/bug591981-script.js
rename : content/test/reftest/bug592366-1.html => dom/tests/reftest/bug592366-1.html
rename : content/test/reftest/bug592366-1.xhtml => dom/tests/reftest/bug592366-1.xhtml
rename : content/test/reftest/bug592366-2.html => dom/tests/reftest/bug592366-2.html
rename : content/test/reftest/bug592366-2.xhtml => dom/tests/reftest/bug592366-2.xhtml
rename : content/test/reftest/bug592366-ref.html => dom/tests/reftest/bug592366-ref.html
rename : content/test/reftest/bug592366-ref.xhtml => dom/tests/reftest/bug592366-ref.xhtml
rename : content/test/reftest/bug798068-ref.xhtml => dom/tests/reftest/bug798068-ref.xhtml
rename : content/test/reftest/bug798068.xhtml => dom/tests/reftest/bug798068.xhtml
rename : content/test/reftest/child592366-1.html => dom/tests/reftest/child592366-1.html
rename : content/test/reftest/child592366-1.xhtml => dom/tests/reftest/child592366-1.xhtml
rename : content/test/reftest/child592366-2.html => dom/tests/reftest/child592366-2.html
rename : content/test/reftest/child592366-2.xhtml => dom/tests/reftest/child592366-2.xhtml
rename : content/test/reftest/optiontext-ref.html => dom/tests/reftest/optiontext-ref.html
rename : content/test/reftest/optiontext.html => dom/tests/reftest/optiontext.html
rename : content/test/reftest/reftest.list => dom/tests/reftest/reftest.list
rename : content/test/reftest/script592366-2.js => dom/tests/reftest/script592366-2.js
rename : content/test/reftest/xml-stylesheet/css_relative_href.xml => dom/tests/reftest/xml-stylesheet/css_relative_href.xml
rename : content/test/reftest/xml-stylesheet/css_relative_href_also_external.xml => dom/tests/reftest/xml-stylesheet/css_relative_href_also_external.xml
rename : content/test/reftest/xml-stylesheet/css_relative_href_also_external.xml^headers^ => dom/tests/reftest/xml-stylesheet/css_relative_href_also_external.xml^headers^
rename : content/test/reftest/xml-stylesheet/css_relative_href_also_external_override.xml => dom/tests/reftest/xml-stylesheet/css_relative_href_also_external_override.xml
rename : content/test/reftest/xml-stylesheet/css_relative_href_also_external_override.xml^headers^ => dom/tests/reftest/xml-stylesheet/css_relative_href_also_external_override.xml^headers^
rename : content/test/reftest/xml-stylesheet/embedded_dtd_id.svg => dom/tests/reftest/xml-stylesheet/embedded_dtd_id.svg
rename : content/test/reftest/xml-stylesheet/error_no_href.svg => dom/tests/reftest/xml-stylesheet/error_no_href.svg
rename : content/test/reftest/xml-stylesheet/fail.svg => dom/tests/reftest/xml-stylesheet/fail.svg
rename : content/test/reftest/xml-stylesheet/failer.css => dom/tests/reftest/xml-stylesheet/failer.css
rename : content/test/reftest/xml-stylesheet/lreas_selflink_dtd_id.svg => dom/tests/reftest/xml-stylesheet/lreas_selflink_dtd_id.svg
rename : content/test/reftest/xml-stylesheet/lreas_selflink_empty_href.svg => dom/tests/reftest/xml-stylesheet/lreas_selflink_empty_href.svg
rename : content/test/reftest/xml-stylesheet/lreas_selflink_relative_href.svg => dom/tests/reftest/xml-stylesheet/lreas_selflink_relative_href.svg
rename : content/test/reftest/xml-stylesheet/pass.svg => dom/tests/reftest/xml-stylesheet/pass.svg
rename : content/test/reftest/xml-stylesheet/passer.css => dom/tests/reftest/xml-stylesheet/passer.css
rename : content/test/reftest/xml-stylesheet/passer_override.css => dom/tests/reftest/xml-stylesheet/passer_override.css
rename : content/test/reftest/xml-stylesheet/reftest.list => dom/tests/reftest/xml-stylesheet/reftest.list
rename : content/test/reftest/xml-stylesheet/svg_passer.xslt => dom/tests/reftest/xml-stylesheet/svg_passer.xslt
rename : content/test/reftest/xml-stylesheet/xslt_relative_href.svg => dom/tests/reftest/xml-stylesheet/xslt_relative_href.svg
rename : content/test/reftest/xml-stylesheet/xslt_selflink_dtd_id.xml => dom/tests/reftest/xml-stylesheet/xslt_selflink_dtd_id.xml
rename : content/test/reftest/xml-stylesheet/xslt_selflink_empty_href.xml => dom/tests/reftest/xml-stylesheet/xslt_selflink_empty_href.xml
rename : content/test/reftest/xml-stylesheet/xslt_selflink_relative_href.xml => dom/tests/reftest/xml-stylesheet/xslt_selflink_relative_href.xml
2015-06-17 06:38:22 -07:00
Jonathan Kew
84d9d4e6f1 Bug 1157569 - part 12 - Convert physical values from BCPropertyData to logical when returning from Get[Included]OuterBCBorder. r=roc 2015-06-17 11:03:25 +01:00
Jonathan Kew
24200db09a Bug 1157569 - Reftest for RTL table with border-collapse. r=roc 2015-06-17 11:02:57 +01:00
Carsten "Tomcat" Book
47a56a31ae Backed out changeset b857e7a2ab26 (bug 1174521) for timeouts in test_bug1174521.html 2015-06-17 10:12:21 +02:00
Ehsan Akhgari
4dd45d21af Bug 1174521 - Backout the second part of bug 1143570 to fix the regression; r=roc 2015-06-17 01:34:00 -04:00
Botond Ballo
ac52e5f459 Bug 1173580 - Record content descriptions in APZ test data. r=kats
--HG--
extra : source : 7f3a827067d7c617b6e988a9b5858d4cd8618d44
2015-06-10 20:47:56 -04:00
Eric Rahm
ce21e87392 Bug 1175289 - Part 2: Disable "Subdocument container has no frame" warning by default. r=mats 2015-06-16 16:37:16 -07:00
Eric Rahm
4369b94b5d Bug 1175289 - Part 1: Add LAYOUT_WARNING. r=mats 2015-06-16 16:37:14 -07:00
Markus Stange
a38fcfa23f More Android reftest fuzz for bug 1169331. DONTBUILD 2015-06-16 19:28:31 -04:00
Daniel Holbert
754451fcc0 Bug 1175228: Skip profiler_tracing call for requestAnimationFrame callbacks, if we don't have any callbacks. r=BenWa 2015-06-16 12:56:10 -07:00
Kartikaya Gupta
20330c2b20 Bug 1175217 - Fix non-unified (and some unified) builds for nsDisplayListInvalidation.cpp. r=mstange 2015-06-16 15:16:30 -04:00
Michael Layzell
844a54d17f Bug 1167402 - Mark nsPresContext::mLinkHandler as MOZ_NON_OWNING_REF. r=dbaron
--HG--
extra : rebase_source : 07f40be887154af524ad5c8288122aa549507a58
2015-06-16 08:30:00 -04:00
Michael Layzell
a811337e33 Bug 1168180 - Mark nsPresContext::mShell as MOZ_NON_OWNING_REF. r=dbaron
--HG--
extra : rebase_source : d2bd620caa680978c30f0797f07169625e97c65c
2015-06-16 08:25:00 -04:00
Michael Layzell
29c0d45bbb Bug 1167589 - Mark the members of CSSParsingEnvironment as MOZ_UNSAFE_REF. r=dbaron
--HG--
extra : rebase_source : 932c6dc1502114e3db05d8520143bc36a959de0e
2015-06-16 08:23:00 -04:00
Michael Layzell
e2e244b4e9 Bug 1168179 - Mark nsPresContext::mMedium as MOZ_UNSAFE_REF. r=dbaron
--HG--
extra : rebase_source : abbb50b03b3f1058a8febac0fd5db368118ef97d
2015-06-16 08:17:00 -04:00
Michael Layzell
440d7b28d4 Bug 1167663 - Mark nsCSSKeyframeStyleDeclaration/nsCSSPageStyleDeclaration::mRule as MOZ_NON_OWNING_REF. r=dbaron
--HG--
extra : rebase_source : 621a2d04d82fd50bf5dfa35bb2266f7462d4d6e1
2015-06-16 08:12:00 -04:00
Michael Layzell
d5c9347475 Bug 1167665 - Mark css::Loader::mDocument as MOZ_NON_OWNING_REF. r=dbaron
--HG--
extra : rebase_source : 4cbfa9c3e9ffa81c58370d44f265bbe1e729d39b
2015-06-16 08:10:00 -04:00
Ryan VanderMeulen
0d95f190c0 Merge inbound to m-c. a=merge 2015-06-16 14:38:49 -04:00
Ryan VanderMeulen
df9a24ed23 Backed out changeset cc153acac9df (bug 1169502) for test_leaf_layers_partition_browser_window.xul permafail on Win7/8 debug.
CLOSED TREE

--HG--
extra : amend_source : e1ca077f359673986b94b71f6e1e4e5da767c2e8
2015-06-16 13:41:59 -04:00
Carsten "Tomcat" Book
56a152e92c merge mozilla-inbound to mozilla-central a=merge 2015-06-16 16:08:27 +02:00
Carsten "Tomcat" Book
0f88cb16fa merge fx-team to mozilla-central a=merge 2015-06-16 15:52:21 +02:00
Jocelyn Liu
0d4e05f63a Bug 1167064 - Patch1: Switch to bluetooth APIv2. r=shuang 2015-06-16 09:38:50 +08:00
Carsten "Tomcat" Book
715975c08d Merge mozilla-central to mozilla-inbound
--HG--
rename : browser/themes/osx/webRTC-shareDevice-16.png => browser/themes/shared/webrtc/webRTC-shareDevice-16.png
rename : browser/themes/osx/webRTC-shareDevice-16@2x.png => browser/themes/shared/webrtc/webRTC-shareDevice-16@2x.png
rename : browser/themes/osx/webRTC-shareDevice-64.png => browser/themes/shared/webrtc/webRTC-shareDevice-64.png
rename : browser/themes/osx/webRTC-shareDevice-64@2x.png => browser/themes/shared/webrtc/webRTC-shareDevice-64@2x.png
rename : browser/themes/osx/webRTC-shareMicrophone-16.png => browser/themes/shared/webrtc/webRTC-shareMicrophone-16.png
rename : browser/themes/osx/webRTC-shareMicrophone-16@2x.png => browser/themes/shared/webrtc/webRTC-shareMicrophone-16@2x.png
rename : browser/themes/osx/webRTC-shareMicrophone-64.png => browser/themes/shared/webrtc/webRTC-shareMicrophone-64.png
rename : browser/themes/osx/webRTC-shareMicrophone-64@2x.png => browser/themes/shared/webrtc/webRTC-shareMicrophone-64@2x.png
extra : rebase_source : c86cc3d7ab1a0dd27f2055886b5820fae43f8de5
2015-06-16 16:24:17 +02:00
Jonathan Kew
50566a67a3 Bug 1173305 - Convert BasicTableLayoutStrategy to work with logical coordinates. r=dholbert 2015-06-16 15:45:46 +01:00
Ting-Yu Lin
fc4e0a5e5c Bug 1174600 - Fix first AccessibleCarets jumps to top of the screen when dragging. r=mtseng
When the second AccessibleCaret is out of scrollport, its logical
position becomes (0, 0). Therefore we should adjust the dragging point
for first AccessibleCaret only if dragDownBoundaryY > 0.

--HG--
extra : commitid : 9OQxownfw5q
2015-06-14 22:40:00 +08:00
Frédéric Wang
9eb9060846 Bug 1174143 - Remove private tables for Standard Symbols L and MathJax fonts. r=karlt
--HG--
extra : rebase_source : d9868dabd15f0b9da9162e0b12e292e2754ab626
2015-06-12 10:43:00 -04:00
David Parks
eff33f4052 Bug 1125325 - Store TabParents with their WindowRoot. r=smaug
nsContentUtils::CallOnAllRemoteChildren calls a callback on all tabs
connected to a given window but it has only worked in Firefox e10s tabs.
This patch adds a list of (weak) references to each top-level document's
WindowRoot so that e.g. the nsPresContext can access them instead of
using nsContentUtils.  This provides a solution to the problem of finding remote PBrowsers generally.
2015-06-07 22:39:39 -07:00
David Parks
c485e27130 Bug 1125325 - Make TabParent/TabChild UpdateDimensions messages aware of the display scale. r=kats
When connecting a lowdpi external monitor on hidpi mac, TabChild gets an
UpdateDimensions call, followed by a UIResolutionChanged call.  After
the UpdateDimensions call, the content process is in an incorrect state
where it has the dimensions of the new display and scale of the old one.
After the UIResolutionChanged message, the values are again consistent.
In the interim, reflow resizes layers based on the incorrect (old) scale
and subsequently uses those incorrect values when the new scale comes
in.  This patch normalizes the message parameters by dividing by scale
(the result is what OS X calls point coordinates) so that this doesn't happen.
2015-06-07 22:39:28 -07:00
Phil Ringnalda
fca7cc1fcd Merge m-i to m-c, a=merge 2015-06-13 19:49:13 -07:00
Ryan VanderMeulen
15f3c165c5 Merge m-c to fx-team. a=merge 2015-06-12 15:00:54 -04:00
Dave Townsend
6d2cc20764 Bug 1172028: Sideloaded add-ons without full signing shouldn't ever be loaded. r=dveditz
--HG--
extra : commitid : F3febINTh2u
extra : rebase_source : c31e1ae284fb8b3bb4ba188ea0a83cd4930b03f3
extra : amend_source : 42a884ddef8d8765dfb093c684fca5dc1ce62b8d
extra : source : f3760acfed2ac7f66c0170948e5c91561bfda44a
2015-06-05 11:46:11 -07:00
Xidorn Quan
7f4096ebd9 Bug 1171842 - Use jump table instead of nested if statements for peeking compute function of style struct. r=dbaron
--HG--
extra : source : c16172954389dff27f9fee7d4bacc949de662a4c
2015-06-12 14:32:46 +12:00
Ryan VanderMeulen
d452161188 Backed out changeset 67527d8c0688 (bug 1169331) for being the most-likely cause of semi-frequent Android debug reftest failures.
CLOSED TREE
2015-06-11 15:39:27 -04:00
Kelly Davis
03382cd121 Bug 1051148 - Part 1: Patch that introduces WebSpeech API implementation. r=smaug
--HG--
extra : rebase_source : 21627e11c429f5bf5f7373de804f3adfda431dbc
extra : histedit_source : a7f4210afb870d8ce7bc97d8608d0674473cc713
2015-06-09 22:49:00 -04:00
Matt Brubeck
7bd9409cc7 Bug 1173415 - Fix incorrect mask used for nsBidi::mFlags [r=smontagu]
LRI and RLI are values of type DirProp (uint8_t).  The DIRPROP_FLAG macro is
needed to convert them to bits in the 32-bit `flags` variable.
2015-06-11 10:10:48 -07:00
Karl Dubost
25ac1d8ffd Bug 1164783 - Change default style for input type=search to box-sizing: border-box. r=dbaron
--HG--
extra : rebase_source : 20845cd74b0855cee7a0ec1d094fc19c0f01d697
2015-06-10 14:58:55 +09:00
Karl Dubost
ef020b95ee Bug 1164783 - Removing trailing spaces. r=dbaron
--HG--
extra : rebase_source : 668688e61ba94ebe2b3aafa80f3ddf9585db53ce
2015-06-10 14:54:57 +09:00
Markus Stange
0c51a5717c More Android reftest fuzz for bug 1169331. 2015-06-15 23:33:32 -04:00
Chris Pearce
efc7a7830e Bug 1174055 - Load WMF DLLs in MFStartup(), never unload them. r=jya 2015-06-16 14:28:01 +12:00
Cameron McCormack
af75a2ac88 Bug 1171342 - Store contenteditable.css and designmode.css in the style sheet cache. r=jwatt 2015-06-16 11:34:48 +10:00
Cameron McCormack
426f0f8f78 Bug 1169514 - Part 3: Use a shared preference style sheet across all pres contexts. r=jwatt 2015-06-16 11:34:48 +10:00
Cameron McCormack
4c1cfc10bd Bug 1169514 - Part 2: Move noframes rules from the preferences style sheet to a cached UA style sheet. r=jwatt 2015-06-16 11:34:47 +10:00
Cameron McCormack
5492e00444 Bug 1169514 - Part 1: Move noscript rule from the preference style sheet to a cached UA style sheet. r=jwatt 2015-06-16 11:34:47 +10:00
Markus Stange
b4f43837e1 Bug 1169331 - Add more Android fuzzing on some reftests.
CLOSED TREE
2015-06-15 21:05:55 -04:00
Eric Rahm
61b43b582d Bug 1173858 - Part 3 - Reindent blocks that we've converted to use LAYOUT_WARN_IF_FALSE. r=dholbert 2015-06-15 16:36:12 -07:00
Eric Rahm
efa4d9e28e Bug 1173858 - Part 2: Use LAYOUT_WARN_IF_FALSE to silence some verbose layout warnings by default. r=dholbert 2015-06-15 16:36:11 -07:00
Eric Rahm
4056ee6539 Bug 1173858 - Part 1: Add log module for layout. r=dholbert
Add a log module for use by layout. An analog to NS_WARN_IF_FALSE is provided
that has the same behavior as NS_WARN_IF_FALSE: it's debug only and emits a
message prefixed with '[pid] WARNING', includes the condition being checked,
file name and line number.
2015-06-15 16:36:09 -07:00
Markus Stange
f134c090a5 Bug 1174332 - Correctly compute box-shadow bounds on themed frames with overflow. r=roc
--HG--
extra : rebase_source : 1f8b32e7d05b1501859085c8a3e48c1c904bdf8e
2015-06-15 15:02:01 -04:00
Markus Stange
1a786425ca Bug 1169502 - Simplify visible regions to tiles, not to a number of rects. r=jrmuizel, r=roc
--HG--
extra : rebase_source : affd6655b864223cb1bb2ffe6e47a4759fd6b411
2015-06-10 15:54:20 -04:00
Markus Stange
dc2a5c02ef Bug 1169331 - Always clip rotated buffer quadrant drawing to the fill rect. r=jrmuizel
--HG--
extra : rebase_source : 6277eb60b2ee59903ff7a96bc9fa5a6ae379e20e
2015-06-15 16:57:30 -04:00
Andrew McCreight
a886770a11 Bug 861449 - Incremental css::Rule destroyer. r=dbaron
Destroying large arrays of css::Rules during page teardown can take
multiple milliseconds in incremental CC. To reduce CC pauses, this
patch introduces a new class nsIncrementalClearCOMRuleArray that uses
the deferred finalizer to incrementally destroy these rule arrays.
2015-06-15 12:34:23 -07:00
Markus Stange
0ef27f250c Bug 1169331 - Always clip rotated buffer quadrant drawing to the fill rect. r=jrmuizel
--HG--
extra : rebase_source : d4ecb4db1209c709ea0e20683cf4e36c096c3556
extra : histedit_source : 6cb7253da86d2ef30cdee348e9583d602a533ee0
2015-06-05 13:34:54 -04:00
Simon Montagu
ea9c61217f Tests for bug 1172774, r=jfkthame 2015-06-10 23:43:26 -07:00
Simon Montagu
d4298ccd14 Bug 1172774: for a box with a writing mode orthogonal to its containing block, calculate positioning values (margin, padding and offsets) in the writing mode of the containing block, r=jfkthame 2015-06-10 23:42:56 -07:00
Daniel Holbert
1ef48f39c5 Bug 1148294 followup: fix spec links in reftests flexbox-writing-mode-* to point to TR instead of ED spec version. (no review)
DONTBUILD because just changing metadata within some tests
2015-06-10 22:59:45 -07:00
Botond Ballo
4958aa7c1b Bug 1158424 - Rename FrameMetrics::mIsRoot to mIsRootContent. r=kats
--HG--
extra : rebase_source : a082680d842dd182d899f637200ce911cc3c480d
extra : source : 8b67f0b8dc96cebe9a58356708b23bebd8532134
2015-06-08 16:01:26 -04:00
Ryan VanderMeulen
505b44b386 Bug 1169243 - Re-enable the tests disabled while investigating these failures now that the underlying machine configuration issue is resolved.
--HG--
extra : histedit_source : 83507f6cbf3b482c2865356d32eb733628ccbd9b
2015-06-10 22:06:26 -04:00
Wes Kocher
4eedce1509 Merge inbound to central, a=merge 2015-06-10 18:29:39 -07:00
Kartikaya Gupta
eb7580bebc Back out 3 csets from bug 1125325 for introducing bug 1173224. r=me 2015-06-10 15:55:34 -04:00
Tim Nguyen
79c10f9f1d Bug 1170000 - Add -moz-os-version: windows-win10 to test_media_queries.html. r=jimm
--HG--
extra : rebase_source : 36a92ac426d787495f3501e978d4598895108323
2015-06-09 13:23:00 -04:00
Kan-Ru Chen
2710270ace Bug 1172889 - Rename nsFrameLoader::GetCurrentRemoteFrame to nsFrameLoader::GetCurrentRenderFrame. r=roc 2015-06-10 17:44:14 +08:00
Kan-Ru Chen
5d6fe9dd7e Bug 1172889 - Get current RenderFrameParent from TabParent directly. r=roc 2015-06-10 17:44:10 +08:00
Xidorn Quan
6e3fc0bd96 Bug 1171328 - Convert nsTableFrame::GetChildAreaOffset() and its friends to use LogicalMargin. r=dholbert
--HG--
extra : source : 5d48d96995a1b2fd4aefc463d0f2fb2d156e0406
2015-06-10 13:13:49 +12:00
Ehsan Akhgari
869988e2ed Bug 1143570 - Part 2: Update the block frame's line cursor every time that nsBlockInFlowLineIterator's constructor finds a new line; r=roc 2015-06-09 15:58:56 -04:00
Carsten "Tomcat" Book
989624d484 Merge mozilla-central to fx-team 2015-06-10 15:25:21 +02:00
dominique vincent
87099b21d2 Bug 1171731 - Ignore elements with 0 font size in cluster detection. r=kats 2015-06-05 16:25:16 +02:00
Carsten "Tomcat" Book
fb6be5d957 Backed out changeset f3760acfed2a (bug 1172028) for causing xperf regression
--HG--
extra : rebase_source : 81a92eaeacf909703c9944554bc8c54446a1af9e
2015-06-10 13:44:00 +02:00
Wes Kocher
41e334cea0 Merge m-c to fx-team, a=merge 2015-06-09 19:30:16 -07:00
Dave Townsend
936ce348c8 Bug 1172028: Sideloaded add-ons without full signing shouldn't ever be loaded. r=dveditz
--HG--
extra : commitid : 58eDMD7nkod
extra : rebase_source : f10644cd193e5fe0f69ca31b157eff400b320f67
2015-06-05 11:46:11 -07:00
Kathy Brade
8b3f3fad35 Bug 418986 - Resist fingerprinting by preventing exposure of screen and system info. r=mrbkap, r=heycam 2015-06-07 09:02:00 -04:00
David Parks
6bfe79757c Bug 1125325 - Store TabParents with their WindowRoot. r=smaug
nsContentUtils::CallOnAllRemoteChildren calls a callback on all tabs
connected to a given window but it has only worked in Firefox e10s tabs.
This patch adds a list of (weak) references to each top-level document's
WindowRoot so that e.g. the nsPresContext can access them instead of
using nsContentUtils.  This provides a solution to the problem of finding remote PBrowsers generally.
2015-06-07 22:39:39 -07:00
David Parks
f412d3f7b6 Bug 1125325 - Make TabParent/TabChild UpdateDimensions messages aware of the display scale. r=kats
When connecting a lowdpi external monitor on hidpi mac, TabChild gets an
UpdateDimensions call, followed by a UIResolutionChanged call.  After
the UpdateDimensions call, the content process is in an incorrect state
where it has the dimensions of the new display and scale of the old one.
After the UIResolutionChanged message, the values are again consistent.
In the interim, reflow resizes layers based on the incorrect (old) scale
and subsequently uses those incorrect values when the new scale comes
in.  This patch normalizes the message parameters by dividing by scale
(the result is what OS X calls point coordinates) so that this doesn't happen.
2015-06-07 22:39:28 -07:00
Ting-Yu Lin
2217c13f8b Bug 1170084 - Dispatch CaretStateChangedEvent via AsyncEventDispatcher. r=mtseng
We should not dispatch an event if it is not safe to run script since
the event handlers might be implemented by Javascript.
To fix this, we always use AsyncEventDispatcher to dispatch the event.

--HG--
extra : transplant_source : %1F%C0%7C%DBGDn%F7%F7%E5%92%18Cw%28%D5C%88%23%9F
2015-06-05 15:03:47 +08:00
Shelly Lin
4eff0a1842 Bug 1113562 - Expected delay time of tasks should not be the latency of those kind. r=sinker
--HG--
extra : rebase_source : b5e012fb6570e87270a0924fbe395dc56e6242ec
2015-06-16 10:57:19 +08:00
Mats Palmgren
381791a3f3 Bug 1174450 part 11 - Tests. 2015-06-16 11:21:04 +00:00
Mats Palmgren
2a91ce1550 Bug 1174450 part 10b - Rename IntrinsicForWM to IntrinsicForAxis and make it take a PhysicalAxis instead of a WritingMode. r=jfkthame 2015-06-16 11:21:04 +00:00
Mats Palmgren
83c34fee40 Bug 1174450 part 10 - Use the right IntrinsicISizeOffsetData for the given writing-mode (this is what fixes the error reported in this bug). r=jfkthame 2015-06-16 11:21:04 +00:00
Mats Palmgren
82b60d4d11 Bug 1174450 part 9c - Rename local var 'orthogonal' to 'verticalAxis' and simplify getting the GetComputedBorderWidth sides. r=jfkthame 2015-06-16 11:21:04 +00:00
Mats Palmgren
f458d530ef Bug 1174450 part 9b - Make AddIntrinsicSizeOffset take a PhysicalAxis instead of a WritingMode. r=jfkthame 2015-06-16 11:21:04 +00:00
Mats Palmgren
479bf4c89b Bug 1174450 part 9 - Remove the nsRenderingContext* param from Intrinsic*SizeOffsets methods since it's unused. r=jfkthame 2015-06-16 11:21:04 +00:00
Mats Palmgren
22fb6b1ba8 Bug 1174450 part 8 - Add a new method nsIFrame::IntrinsicBSizeOffsets. r=jfkthame 2015-06-16 11:21:04 +00:00
Mats Palmgren
964949147b Bug 1174450 part 7 - Move most of IntrinsicForContainer into a new method, IntrinsicForWM, that takes the writing-mode to use as a parameter. r=jfkthame
IntrinsicForContainer(...) is implemented as
IntrinsicForWM(aFrame->GetParent()->GetWritingMode(), ...).
2015-06-16 11:21:04 +00:00
Mats Palmgren
209bcdc585 Bug 1174450 part 6 - Add a doc comment for AddIntrinsicSizeOffset and some minor code style fixes. r=jfkthame 2015-06-16 11:21:03 +00:00
Mats Palmgren
7fa52c3884 Bug 1174450 part 5 - Remove the duplicated min/max calculation in AddIntrinsicSizeOffset, pass a pointer to the calculated absolute values, if any, from IntrinsicForContainer instead. r=jfkthame 2015-06-16 11:21:03 +00:00
Mats Palmgren
f91985ca0c Bug 1174450 part 4 - Rename the remaining AddIntrinsicSizeOffset params to follow the aName standard. Also rename local var 'w' to 'size' since it may be either a width or height. r=jfkthame 2015-06-16 11:21:03 +00:00
Mats Palmgren
dce55818e6 Bug 1174450 part 3 - Rename AddIntrinsicSizeOffset local vars from xISize to xSize since the code is generic and handles both ISizes and BSizes. r=jfkthame 2015-06-16 11:21:03 +00:00
Mats Palmgren
9468d09218 Bug 1174450 part 2 - Rename most AddIntrinsicSizeOffset params to follow the aName standard. r=jfkthame 2015-06-16 11:21:03 +00:00
Mats Palmgren
3323248afe Bug 1174450 part 1 - Split IntrinsicForContainer in two parts; move the latter part to a new function, AddIntrinsicSizeOffset, which applies the padding/border/margin from the given IntrinsicISizeOffsetData. r=jfkthame 2015-06-16 11:21:03 +00:00
Jonathan Kew
674cd507a1 Bug 1123299 - Allow <input type=number> to be displayed in vertical writing mode; but keep the spinner arrows arranged as for horizontal writing mode. r=dholbert 2015-06-16 11:07:22 +01:00
dominique vincent
a67b660b65 Bug 1172488 - Small clickable text nodes are wrongly detected in cluster detection process. r=kats 2015-06-12 22:05:21 +02:00
Andrew Comminos
809921af78 Bug 1171972 - Don't expect scrollbar buttons on GTK themes. r=karlt 2015-06-05 09:34:00 -04:00
Timothy Nikkel
7eb8c4268d Bug 1172310. Don't add viewport frame bounds to the layer event regions because they are never the result of hit testing. r=roc
For regular, display list based, hit testing viewport frames never add any items to the display list. So are never "hit". Layer event regions should follow this same path.

The code that this replaces was a partial, incorrect, fix for this problem (from bug 1121033).
2015-06-08 13:30:40 -05:00
Simon Montagu
37f044b028 Bug 1113206: Make nsComboboxControlFrame and nsListControlFrame use logical coordinates and support vertical writing modes - patch by smontagu with additions by jfkthame. r=jfkthame,smontagu 2015-02-08 07:31:14 -08:00
Jonathan Kew
ca75cada77 Bug 1171773 - Reftest for grid item with different direction from its container. r=mats 2015-06-06 07:15:39 +01:00
Jonathan Kew
ded32b575f Bug 1171773 - Handle reflowing a grid item with different writing mode from its grid container. r=mats 2015-06-06 07:15:36 +01:00
Boris Zbarsky
b54f8f42d0 Bug 1171970. Handle super-long lines in CSS files a bit more gracefully if they cause OOM when creating CSS error messages. r=heycam 2015-06-05 23:19:11 -04:00
Daniel Holbert
de95224fec Bug 1169432 part 5: Use range-based 'for' loops when walking frame lists, in nsTableFrame. r=mats 2015-06-05 15:39:35 -07:00
Daniel Holbert
fff00b71d3 Bug 1169432 part 4: Convert NS_ASSERTION(false, ...) to NS_ERROR(...) in nsTableFrame. r=mats 2015-06-05 15:39:27 -07:00
Daniel Holbert
b864ce9764 Bug 1169432 part 3: Use nsTArray::Contains instead of nsTArray::IndexOf(), for brevity, in nsTableFrame. r=mats 2015-06-05 15:39:13 -07:00
Daniel Holbert
d19a227430 Bug 1169432 part 2: Refactor nsTableFrame::Init. r=mats 2015-06-05 15:39:06 -07:00
Neil Deakin
2aa057e7ff Bug 1170166, add a capture flag to BrowserTestUtils.waitForEvent, r=paolo 2015-06-05 08:33:29 -04:00
Kyle Zentner
95a87c9836 Bug 1170173 - Parse CSS 'contain' property. r=dholbert
--HG--
extra : rebase_source : 73e15a3049f7e69fdecd7b45157df25fca949b0c
2015-06-04 16:38:00 +02:00
Ms2ger
d5fa7d0cfe Bug 1171440 - Stop using for-each loops in reftest.js; r=dbaron
--HG--
extra : commitid : 2mj8f35nTBx
2015-06-05 11:23:14 +02:00
Jonathan Kew
72f7f38b47 Bug 1079151 - patch 4 - Handle unconstrained inline-size when computing constraints for an orthogonal absolutely-positioned block. r=smontagu 2015-06-05 08:47:09 +01:00
Jonathan Kew
3ce4b1f126 Bug 1079151 - patch 3 - Remove failure annotations from the vertical abs-pos reftests. r=smontagu 2015-06-05 08:47:09 +01:00
Jonathan Kew
6dbc322879 Bug 1079151 - patch 2 - Convert nsAbsoluteContainingBlock to use logical coordinates. r=smontagu 2015-06-05 08:47:09 +01:00
Jonathan Kew
e4a31ad160 Bug 1079151 - patch 1 - Update constraint calculations in nsHTMLReflowState to work with logical coordinates. r=smontagu 2015-06-05 08:47:09 +01:00
Simon Montagu
2e16faf502 Bug 1147834: tests for overconstrained relative positioning, r=jfkthame 2015-06-04 02:07:59 -07:00
Simon Montagu
7f1b0db94c Bug 1147834: Use abstract coordinates in nsHTMLReflowState, r=jfkthame 2015-06-04 03:43:02 -07:00
Chris Peterson
992e7e882e Bug 1171368 - Fix -Wunreachable-code-break warning in layout/style/nsCSSRuleProcessor.cpp. r=dholbert 2015-06-03 23:12:24 -07:00
Phil Ringnalda
bfbcf3c2b8 Back out 60963a019905 (bug 1171371) for still crashing rc1 in testAboutPage
CLOSED TREE
2015-06-04 22:05:50 -07:00
Wes Kocher
42a8fdddc8 Merge m-c to inbound, a=merge 2015-06-04 18:29:42 -07:00
Wes Kocher
507bc0a78c Merge fx-team to central, a=merge 2015-06-04 18:20:38 -07:00
Seth Fowler
457f5493c9 Bug 1171371 - On memory-pressure, remove any stale images from the visible images list. r=tn 2015-06-04 17:37:58 -07:00
Ryan VanderMeulen
dafb02e597 Backed out changeset 061363215959 (bug 1171371) for Android testAboutPage crashes.
CLOSED TREE
2015-06-04 17:00:56 -04:00
David Anderson
b2eb29a9c5 Use widgets for APZ checks, rather than gfxPrefs. (bug 1162064, r=kats,mstange) 2015-06-04 16:51:10 -04:00
Ehsan Akhgari
cbf85aceea Bug 1171486 - Avoid recursively obtaining the service worker manager service; r=nsm 2015-06-04 16:27:48 -04:00
Seth Fowler
5e88ac1467 Bug 1171371 - On memory-pressure, remove any stale images from the visible images list. r=tn 2015-06-04 11:08:19 -07:00
Kartikaya Gupta
5b6ed7c5d7 Bug 1164218 - Allow running individual mochitests and reftests in chaos mode. r=roc,froydnj 2015-06-04 13:44:55 -04:00
Nicholas Nethercote
e6ec6218c6 Bug 1171282 - Avoid some unnecessary |operator new| null-checks in layout/. r=dholbert.
AllocateByObjectID() is infallible. Therefore the |operator new| of nsFrameList,
nsLineBox and nsRuleNode are too, as is nsRuleNode::CreateRootNode().

The patch also removes a couple of comments duplicated in both .h and .cpp
files.

--HG--
extra : rebase_source : 0b9e195fd547fdd53ddad7bb461ff5f5c2016fce
2015-06-03 23:45:11 -07:00
J. Ryan Stinnett
0db3f776d9 Bug 1169901 - View source menu covers full height. r=heycam
--HG--
extra : transplant_source : %D9%E0%F49%40%ED%9ET%A7o%1E%28F%FCm%D5%D1k%FB%B2
2015-06-02 18:09:46 -05:00
Daniel Holbert
67155b11c0 Bug 1171158: Convert some code to use range-based for loops in nsPresShell.cpp. r=mats 2015-06-03 21:13:37 -07:00
Eric Rahm
75c4bebb79 Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
  PR_LOG_ERROR   -> LogLevel::Error
  PR_LOG_WARNING -> LogLevel::Warning
  PR_LOG_WARN    -> LogLevel::Warning
  PR_LOG_INFO    -> LogLevel::Info
  PR_LOG_DEBUG   -> LogLevel::Debug
  PR_LOG_NOTICE  -> LogLevel::Debug
  PR_LOG_VERBOSE -> LogLevel::Verbose

Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.

Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate.
2015-06-03 15:25:57 -07:00
Eric Rahm
60ccf43cb3 Bug 1165515 - Part 7: Convert PR_LOG_DEBUG + 1 to PR_LOG_VERBOSE. rs=froydnj
Used the command: |sed -E -i -e 's/PR_LOG_DEBUG\s*\+\s*1/PR_LOG_VERBOSE/g'|
2015-06-03 15:22:32 -07:00
Eric Rahm
cc58068318 Bug 1165515 - Part 5: Convert instances of PR_LOG_ALWAYS. r=froydnj
Most instances were converted to PR_LOG_INFO, some to PR_LOG_DEBUG, and some
to PR_LOG_ERROR.
2015-06-03 15:22:30 -07:00
Eric Rahm
f50b813989 Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj 2015-06-03 15:22:28 -07:00
Mason Chang
1ab5797256 Bug 1169956. Backout bug 1073209 for tiled image regressions on OS X. r=jrmuizel 2015-06-04 15:59:11 -07:00
Phil Ringnalda
244545b7ac Bug 1170052 followup, put fails first so that the skip-if wins and the tests are skipped on b2g 2015-06-13 09:42:22 -07:00
Daniel Holbert
5173954d2c Bug 1170052 part 6: Skip new XUL reftests on B2G Emulator as well, since XUL reftests trigger error pages on that platform. 2015-06-12 21:23:21 -07:00
Daniel Holbert
0d83092837 Bug 1170052 part 5: Mark new reftests as "skip-if(Mulet)" to avoid impacting reftest chunking on that platform in a way that makes SVG reftests fail mysteriously. 2015-06-12 17:31:22 -07:00
Daniel Holbert
e6d79b161b Bug 1170052 part 4: Add reftests for object-fit/object-position on XUL <image> element (as modified copies of existing <img> tests). (test-only)
--HG--
rename : layout/reftests/w3c-css/submitted/images3/support/colors-16x8-noSize.svg => layout/reftests/xul/colors-16x8-noSize.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-16x8-parDefault.svg => layout/reftests/xul/colors-16x8-parDefault.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-16x8.png => layout/reftests/xul/colors-16x8.png
rename : layout/reftests/w3c-css/submitted/images3/support/colors-16x8.svg => layout/reftests/xul/colors-16x8.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16-noSize.svg => layout/reftests/xul/colors-8x16-noSize.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16-parDefault.svg => layout/reftests/xul/colors-8x16-parDefault.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16.png => layout/reftests/xul/colors-8x16.png
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16.svg => layout/reftests/xul/colors-8x16.svg
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-001-ref.html => layout/reftests/xul/object-fit-contain-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-001i.html => layout/reftests/xul/object-fit-contain-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-002-ref.html => layout/reftests/xul/object-fit-contain-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-002i.html => layout/reftests/xul/object-fit-contain-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-001-ref.html => layout/reftests/xul/object-fit-contain-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-001i.html => layout/reftests/xul/object-fit-contain-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-002-ref.html => layout/reftests/xul/object-fit-contain-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-002i.html => layout/reftests/xul/object-fit-contain-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-003-ref.html => layout/reftests/xul/object-fit-contain-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-003i.html => layout/reftests/xul/object-fit-contain-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-004-ref.html => layout/reftests/xul/object-fit-contain-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-004i.html => layout/reftests/xul/object-fit-contain-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-005-ref.html => layout/reftests/xul/object-fit-contain-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-005i.html => layout/reftests/xul/object-fit-contain-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-006-ref.html => layout/reftests/xul/object-fit-contain-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-006i.html => layout/reftests/xul/object-fit-contain-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-001-ref.html => layout/reftests/xul/object-fit-cover-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-001i.html => layout/reftests/xul/object-fit-cover-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-002-ref.html => layout/reftests/xul/object-fit-cover-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-002i.html => layout/reftests/xul/object-fit-cover-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-001-ref.html => layout/reftests/xul/object-fit-cover-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-001i.html => layout/reftests/xul/object-fit-cover-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-002-ref.html => layout/reftests/xul/object-fit-cover-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-002i.html => layout/reftests/xul/object-fit-cover-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-003-ref.html => layout/reftests/xul/object-fit-cover-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-003i.html => layout/reftests/xul/object-fit-cover-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-004-ref.html => layout/reftests/xul/object-fit-cover-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-004i.html => layout/reftests/xul/object-fit-cover-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-005-ref.html => layout/reftests/xul/object-fit-cover-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-005i.html => layout/reftests/xul/object-fit-cover-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-006-ref.html => layout/reftests/xul/object-fit-cover-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-006i.html => layout/reftests/xul/object-fit-cover-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-001-ref.html => layout/reftests/xul/object-fit-fill-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-001i.html => layout/reftests/xul/object-fit-fill-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-002-ref.html => layout/reftests/xul/object-fit-fill-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-002i.html => layout/reftests/xul/object-fit-fill-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-001-ref.html => layout/reftests/xul/object-fit-fill-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-001i.html => layout/reftests/xul/object-fit-fill-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-002-ref.html => layout/reftests/xul/object-fit-fill-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-002i.html => layout/reftests/xul/object-fit-fill-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-003-ref.html => layout/reftests/xul/object-fit-fill-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-003i.html => layout/reftests/xul/object-fit-fill-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-004-ref.html => layout/reftests/xul/object-fit-fill-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-004i.html => layout/reftests/xul/object-fit-fill-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-005-ref.html => layout/reftests/xul/object-fit-fill-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-005i.html => layout/reftests/xul/object-fit-fill-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-006-ref.html => layout/reftests/xul/object-fit-fill-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-006i.html => layout/reftests/xul/object-fit-fill-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-001-ref.html => layout/reftests/xul/object-fit-none-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-001i.html => layout/reftests/xul/object-fit-none-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-002-ref.html => layout/reftests/xul/object-fit-none-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-002i.html => layout/reftests/xul/object-fit-none-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-001-ref.html => layout/reftests/xul/object-fit-none-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-001i.html => layout/reftests/xul/object-fit-none-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-002-ref.html => layout/reftests/xul/object-fit-none-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-002i.html => layout/reftests/xul/object-fit-none-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-003-ref.html => layout/reftests/xul/object-fit-none-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-003i.html => layout/reftests/xul/object-fit-none-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-004-ref.html => layout/reftests/xul/object-fit-none-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-004i.html => layout/reftests/xul/object-fit-none-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-005-ref.html => layout/reftests/xul/object-fit-none-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-005i.html => layout/reftests/xul/object-fit-none-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-006-ref.html => layout/reftests/xul/object-fit-none-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-006i.html => layout/reftests/xul/object-fit-none-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-001-ref.html => layout/reftests/xul/object-fit-scale-down-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-001i.html => layout/reftests/xul/object-fit-scale-down-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-002-ref.html => layout/reftests/xul/object-fit-scale-down-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-002i.html => layout/reftests/xul/object-fit-scale-down-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-001-ref.html => layout/reftests/xul/object-fit-scale-down-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-001i.html => layout/reftests/xul/object-fit-scale-down-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-002-ref.html => layout/reftests/xul/object-fit-scale-down-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-002i.html => layout/reftests/xul/object-fit-scale-down-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-003-ref.html => layout/reftests/xul/object-fit-scale-down-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-003i.html => layout/reftests/xul/object-fit-scale-down-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-004-ref.html => layout/reftests/xul/object-fit-scale-down-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-004i.html => layout/reftests/xul/object-fit-scale-down-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-005-ref.html => layout/reftests/xul/object-fit-scale-down-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-005i.html => layout/reftests/xul/object-fit-scale-down-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-006-ref.html => layout/reftests/xul/object-fit-scale-down-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-006i.html => layout/reftests/xul/object-fit-scale-down-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-position-png-001-ref.html => layout/reftests/xul/object-position-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-position-png-001i.html => layout/reftests/xul/object-position-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-position-png-002-ref.html => layout/reftests/xul/object-position-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-position-png-002i.html => layout/reftests/xul/object-position-png-002.xul
2015-06-12 17:31:22 -07:00
Daniel Holbert
ecfa1fce64 Bug 1170052 part 3: Add scripts to generate reftests for object-fit/object-position applied to XUL <image>. (NPOTB) 2015-06-12 17:31:22 -07:00
Daniel Holbert
6a607e1b39 Bug 1170052 part 2: Support object-fit & object-position on XUL <image src=""> elements. r=seth 2015-06-12 17:31:21 -07:00
Daniel Holbert
14d4b1916f Bug 1170052 part 1: Refactor nsImageBoxFrame::PaintImage() so its final failure case is an early return. r=seth 2015-06-12 17:31:21 -07:00
Daniel Holbert
84c7d709a6 Bug 1173646 part 4: Convert isize/bsize into flex container's writing-mode in flexbox macros that aim to pick a main-axis or cross-axis value. r=mats 2015-06-12 14:28:24 -07:00
Daniel Holbert
ec88b067da Bug 1173646 part 3: Make FlexItems cache their WritingMode, for quick access. r=mats 2015-06-12 14:28:24 -07:00
Daniel Holbert
cc4ab0d9dc Bug 1173646 part2: Add reftest variants with different writing-mode values on flex container. (no review)
--HG--
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-writing-mode-007-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-writing-mode-008-ref.html
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-writing-mode-007.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-writing-mode-008.html
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-writing-mode-007-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-writing-mode-009-ref.html
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-writing-mode-007.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-writing-mode-009.html
2015-06-12 14:28:24 -07:00
Daniel Holbert
8cf56fbbb1 Bug 1173646 part 1: Add reftest with flex items whose writing-mode differs from their flex container. r=mats 2015-06-12 14:28:24 -07:00
Daniel Holbert
b393dbe1bb Bug 1173662 part 3: Use a LogicalPoint for child position in nsNumberControlFrame::Reflow. r=jfkthame
--HG--
rename : layout/reftests/forms/input/number/number-similar-to-text-unthemed-ref.html => layout/reftests/forms/input/number/number-similar-to-text-unthemed-rtl-ref.html
rename : layout/reftests/forms/input/number/number-similar-to-text-unthemed.html => layout/reftests/forms/input/number/number-similar-to-text-unthemed-rtl.html
2015-06-12 14:20:01 -07:00
Daniel Holbert
ce98f8bc98 Bug 1173662 part 2: Use logical sizes in nsNumberControlFrame::Reflow. r=jfkthame 2015-06-12 14:19:43 -07:00
Daniel Holbert
81887bdad1 Bug 1173662 part 1: Rename local variable 'wm' in nsNumberControlFrame::Reflow. r=jfkthame 2015-06-12 14:19:42 -07:00
Wes Kocher
6ad3c672b5 Backed out 4 changesets (bug 1170052) for mulet reftest failures in conditions-05.svg CLOSED TREE
Backed out changeset 198a12989a34 (bug 1170052)
Backed out changeset 629a920112ee (bug 1170052)
Backed out changeset b84154e35c77 (bug 1170052)
Backed out changeset d3a9981cf858 (bug 1170052)
2015-06-12 12:52:47 -07:00
Daniel Holbert
3c988fcf42 Bug 1170052 part 4: Add reftests for object-fit/object-position on XUL <image> element (as modified copies of existing <img> tests). (test-only)
--HG--
rename : layout/reftests/w3c-css/submitted/images3/support/colors-16x8-noSize.svg => layout/reftests/xul/colors-16x8-noSize.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-16x8-parDefault.svg => layout/reftests/xul/colors-16x8-parDefault.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-16x8.png => layout/reftests/xul/colors-16x8.png
rename : layout/reftests/w3c-css/submitted/images3/support/colors-16x8.svg => layout/reftests/xul/colors-16x8.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16-noSize.svg => layout/reftests/xul/colors-8x16-noSize.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16-parDefault.svg => layout/reftests/xul/colors-8x16-parDefault.svg
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16.png => layout/reftests/xul/colors-8x16.png
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16.svg => layout/reftests/xul/colors-8x16.svg
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-001-ref.html => layout/reftests/xul/object-fit-contain-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-001i.html => layout/reftests/xul/object-fit-contain-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-002-ref.html => layout/reftests/xul/object-fit-contain-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-002i.html => layout/reftests/xul/object-fit-contain-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-001-ref.html => layout/reftests/xul/object-fit-contain-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-001i.html => layout/reftests/xul/object-fit-contain-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-002-ref.html => layout/reftests/xul/object-fit-contain-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-002i.html => layout/reftests/xul/object-fit-contain-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-003-ref.html => layout/reftests/xul/object-fit-contain-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-003i.html => layout/reftests/xul/object-fit-contain-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-004-ref.html => layout/reftests/xul/object-fit-contain-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-004i.html => layout/reftests/xul/object-fit-contain-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-005-ref.html => layout/reftests/xul/object-fit-contain-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-005i.html => layout/reftests/xul/object-fit-contain-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-006-ref.html => layout/reftests/xul/object-fit-contain-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-svg-006i.html => layout/reftests/xul/object-fit-contain-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-001-ref.html => layout/reftests/xul/object-fit-cover-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-001i.html => layout/reftests/xul/object-fit-cover-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-002-ref.html => layout/reftests/xul/object-fit-cover-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-002i.html => layout/reftests/xul/object-fit-cover-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-001-ref.html => layout/reftests/xul/object-fit-cover-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-001i.html => layout/reftests/xul/object-fit-cover-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-002-ref.html => layout/reftests/xul/object-fit-cover-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-002i.html => layout/reftests/xul/object-fit-cover-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-003-ref.html => layout/reftests/xul/object-fit-cover-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-003i.html => layout/reftests/xul/object-fit-cover-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-004-ref.html => layout/reftests/xul/object-fit-cover-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-004i.html => layout/reftests/xul/object-fit-cover-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-005-ref.html => layout/reftests/xul/object-fit-cover-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-005i.html => layout/reftests/xul/object-fit-cover-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-006-ref.html => layout/reftests/xul/object-fit-cover-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-svg-006i.html => layout/reftests/xul/object-fit-cover-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-001-ref.html => layout/reftests/xul/object-fit-fill-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-001i.html => layout/reftests/xul/object-fit-fill-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-002-ref.html => layout/reftests/xul/object-fit-fill-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-002i.html => layout/reftests/xul/object-fit-fill-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-001-ref.html => layout/reftests/xul/object-fit-fill-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-001i.html => layout/reftests/xul/object-fit-fill-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-002-ref.html => layout/reftests/xul/object-fit-fill-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-002i.html => layout/reftests/xul/object-fit-fill-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-003-ref.html => layout/reftests/xul/object-fit-fill-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-003i.html => layout/reftests/xul/object-fit-fill-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-004-ref.html => layout/reftests/xul/object-fit-fill-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-004i.html => layout/reftests/xul/object-fit-fill-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-005-ref.html => layout/reftests/xul/object-fit-fill-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-005i.html => layout/reftests/xul/object-fit-fill-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-006-ref.html => layout/reftests/xul/object-fit-fill-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-svg-006i.html => layout/reftests/xul/object-fit-fill-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-001-ref.html => layout/reftests/xul/object-fit-none-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-001i.html => layout/reftests/xul/object-fit-none-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-002-ref.html => layout/reftests/xul/object-fit-none-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-002i.html => layout/reftests/xul/object-fit-none-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-001-ref.html => layout/reftests/xul/object-fit-none-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-001i.html => layout/reftests/xul/object-fit-none-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-002-ref.html => layout/reftests/xul/object-fit-none-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-002i.html => layout/reftests/xul/object-fit-none-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-003-ref.html => layout/reftests/xul/object-fit-none-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-003i.html => layout/reftests/xul/object-fit-none-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-004-ref.html => layout/reftests/xul/object-fit-none-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-004i.html => layout/reftests/xul/object-fit-none-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-005-ref.html => layout/reftests/xul/object-fit-none-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-005i.html => layout/reftests/xul/object-fit-none-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-006-ref.html => layout/reftests/xul/object-fit-none-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-svg-006i.html => layout/reftests/xul/object-fit-none-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-001-ref.html => layout/reftests/xul/object-fit-scale-down-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-001i.html => layout/reftests/xul/object-fit-scale-down-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-002-ref.html => layout/reftests/xul/object-fit-scale-down-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-002i.html => layout/reftests/xul/object-fit-scale-down-png-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-001-ref.html => layout/reftests/xul/object-fit-scale-down-svg-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-001i.html => layout/reftests/xul/object-fit-scale-down-svg-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-002-ref.html => layout/reftests/xul/object-fit-scale-down-svg-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-002i.html => layout/reftests/xul/object-fit-scale-down-svg-002.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-003-ref.html => layout/reftests/xul/object-fit-scale-down-svg-003-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-003i.html => layout/reftests/xul/object-fit-scale-down-svg-003.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-004-ref.html => layout/reftests/xul/object-fit-scale-down-svg-004-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-004i.html => layout/reftests/xul/object-fit-scale-down-svg-004.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-005-ref.html => layout/reftests/xul/object-fit-scale-down-svg-005-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-005i.html => layout/reftests/xul/object-fit-scale-down-svg-005.xul
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-006-ref.html => layout/reftests/xul/object-fit-scale-down-svg-006-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-svg-006i.html => layout/reftests/xul/object-fit-scale-down-svg-006.xul
rename : layout/reftests/w3c-css/submitted/images3/object-position-png-001-ref.html => layout/reftests/xul/object-position-png-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-position-png-001i.html => layout/reftests/xul/object-position-png-001.xul
rename : layout/reftests/w3c-css/submitted/images3/object-position-png-002-ref.html => layout/reftests/xul/object-position-png-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-position-png-002i.html => layout/reftests/xul/object-position-png-002.xul
2015-06-12 11:40:36 -07:00
Daniel Holbert
a26901ec0a Bug 1170052 part 3: Add scripts to generate reftests for object-fit/object-position applied to XUL <image>. (NPOTB) 2015-06-12 11:40:36 -07:00
Daniel Holbert
fecedb0232 Bug 1170052 part 2: Support object-fit & object-position on XUL <image src=""> elements. r=seth 2015-06-12 11:40:36 -07:00
Daniel Holbert
a3e3a8c1d8 Bug 1170052 part 1: Refactor nsImageBoxFrame::PaintImage() so its final failure case is an early return. r=seth 2015-06-12 11:40:36 -07:00
Ryan VanderMeulen
0d430ff1b0 Backed out changesets b2fb4270e0a6 and 2a0493fb37db (bug 1051148) for introducing new rooting hazards.
CLOSED TREE IGNORE IDL

--HG--
extra : rebase_source : 97a096424b43fc4bed692182841843131fdcee13
extra : histedit_source : 4754300927dac90f0ae879e90896e36f1aa28b49
2015-06-03 13:14:59 -04:00
Eric Rahm
0fe3472d8b Bug 1170642 - Silence nsDocumentViewer::GetInImage warnings. r=ehsan 2015-06-03 08:22:04 -07:00
Andrew Comminos
065394444c Bug 1170158 - Apply GTK2 reftest exceptions to GTK3. r=karlt 2015-06-02 13:47:00 -04:00
Kelly Davis
bf300061b2 Bug 1051148 - Part 1: Patch that introduces WebSpeech API implementation. r=smaug
IGNORE IDL

--HG--
extra : histedit_source : d9d8b673d22c90cfc0e9c58e8599a2b34167c913
2015-05-27 21:48:00 -04:00
Kelly Davis
ea77b93523 Bug 1051146 - Part 4: Introduce build system changes for the MOZ_WEBSPEECH_TEST_BACKEND flag. r=smaug, r=gps 2015-05-21 07:40:00 -04:00
Kelly Davis
966d7398dc Bug 1051146 - Part 3: Introduce build system changes for the new Pocketsphinx and Sphinxbase code. r=smaug, r=gps 2015-05-27 21:39:00 -04:00
Jonathan Kew
8b2e5a46d4 Bug 1163238 - Reftest for auto margins on orthogonal flow. 2015-06-03 11:17:27 +01:00
Jonathan Kew
0dce4f8719 Bug 1163238 - Don't set available block-size to unconstrained for orthogonal-block reflow state until after InitConstraints etc. r=dholbert 2015-06-03 11:17:24 +01:00
Nicholas Nethercote
383a496bf6 Bug 1170416 (part 5) - Remove PLDHashTable::IsInitialized(). r=froydnj.
|mOps| is always non-null now, and there's no longer any distinction between
and uninitialized and initialized table. Yay.

--HG--
extra : rebase_source : 3d1fb72aee4dd21ff20db0ff3166d4e932ade897
2015-05-20 21:23:55 -07:00
Nicholas Nethercote
e849e6588b Bug 1170416 (part 3) - Remove the PLDHashTable2 typedef. r=froydnj.
--HG--
extra : rebase_source : 9510ea47204fffa163cac43aeaaac6ae1ad80419
2015-05-19 16:46:17 -07:00
Masayuki Nakano
a6ac2ceb69 Bug 1163304 Close all existing popups when menubar becomes active because it should have pseudo focus and other popups shouldn't handle key events r=enn+neil 2015-05-15 20:42:14 +09:00
Wes Kocher
bcd821592f Merge m-c to inbound, a=merge 2015-06-02 18:43:25 -07:00
Seth Fowler
26eeafff71 Bug 1170680 - Do not add non-animated images to the visible list in response to UNLOCKED_DRAW. r=tn 2015-06-02 18:29:50 -07:00
Wes Kocher
d80ffbf1c9 Merge inbound to central, a=merge 2015-06-02 18:20:12 -07:00
Kyle Zentner
3b4c44713c Bug 1169837 - Remove box-sizing: padding-box in FF UI & Gecko Tests. r=dholbert 2015-06-02 08:46:00 -04:00
Carsten "Tomcat" Book
aa8d92d1f3 merge mozilla-inbound to mozilla-central a=merge 2015-06-02 13:11:05 +02:00
Wes Kocher
4e9f80ed2e Backed out 14 changesets (bug 1165515) for b2g mochitest-6 permafail CLOSED TREE
Backed out changeset 9b97e2aa2ed9 (bug 1165515)
Backed out changeset 150606c022a2 (bug 1165515)
Backed out changeset 4e875a488349 (bug 1165515)
Backed out changeset 467e7feeb546 (bug 1165515)
Backed out changeset d6b6cc373197 (bug 1165515)
Backed out changeset 0615265b593c (bug 1165515)
Backed out changeset fafd1dce9f08 (bug 1165515)
Backed out changeset d1df869245f9 (bug 1165515)
Backed out changeset 6876a7c63611 (bug 1165515)
Backed out changeset b7841c94a9a3 (bug 1165515)
Backed out changeset e5e3617f7c73 (bug 1165515)
Backed out changeset 39be3db95978 (bug 1165515)
Backed out changeset 0ec74176f8de (bug 1165515)
Backed out changeset 5b928dd10d71 (bug 1165515)
2015-06-01 17:57:58 -07:00
David Anderson
e11be639dd Fix asynchronously scrolling containerful subframes. (bug 1148582 part 6.1, r=tn) 2015-06-02 16:34:46 -07:00
David Anderson
c96b4e0bcd Use the correct scrollframe clips with nested scrollframes in APZ. (bug 1148582 part 6, r=botond) 2015-06-02 16:34:33 -07:00
David Anderson
422d7967dc Fix PostprocessRetainedLayers to not test occlusion with asynchronous clips. (bug 1148582 part 5, r=tn) 2015-06-02 16:34:28 -07:00
Eric Rahm
f82c0e7caf Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
  PR_LOG_ERROR   -> LogLevel::Error
  PR_LOG_WARNING -> LogLevel::Warning
  PR_LOG_WARN    -> LogLevel::Warning
  PR_LOG_INFO    -> LogLevel::Info
  PR_LOG_DEBUG   -> LogLevel::Debug
  PR_LOG_NOTICE  -> LogLevel::Debug
  PR_LOG_VERBOSE -> LogLevel::Verbose

Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.

Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate.
2015-06-01 14:31:01 -07:00
Eric Rahm
82553a3fab Bug 1165515 - Part 7: Convert PR_LOG_DEBUG + 1 to PR_LOG_VERBOSE. rs=froydnj
Used the command: |sed -E -i -e 's/PR_LOG_DEBUG\s*\+\s*1/PR_LOG_VERBOSE/g'|
2015-06-01 14:31:00 -07:00
Eric Rahm
0a502beb23 Bug 1165515 - Part 5: Convert instances of PR_LOG_ALWAYS. r=froydnj
Most instances were converted to PR_LOG_INFO, some to PR_LOG_DEBUG, and some
to PR_LOG_ERROR.
2015-06-01 14:31:00 -07:00
Eric Rahm
dc090e3fe5 Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj 2015-06-01 14:31:00 -07:00
Simon Montagu
560b897c67 Tests for bug 1169267 2015-06-01 18:31:43 +03:00
Timothy Nikkel
9cbd0f1920 Bug 1148582. Part 3 follow up. Properly test if a scroll frame uses async scrolling when determining if it needs its clip put on its layer. r=mstange
Android (without APZ) only uses async scrolling on the root scroll frame of the root content doc.
2015-05-31 17:28:44 -05:00
Timothy Nikkel
17048184a5 Bug 1168630. Part 3. Add IsLayersIdRoot to frame metrics. r=botond
This field tells us if this frame metrics should be considered the root APZC for its layers id. Without this there doesn't seem to be a way to compute this from just the layers tree.
2015-05-31 14:44:41 -05:00
Timothy Nikkel
06103d7e87 Bug 1168629. Clear frame metrics on the root layer if we aren't setting new frame metrics because the layer may be recycled and still have frame metrics from last time. r=mstange 2015-05-31 00:50:21 -05:00
Timothy Nikkel
525e5c2132 Bug 1168629. Always make sure that there is at least one layer with the metrics for the root scroll frame/root element. r=botond,kats
We do this by looking at the layer tree after it has been made to see if the root metrics are in it already.

This is needed to ensure that there is always a root AZPC in a process.
2015-05-31 00:50:21 -05:00
Jonathan Kew
f6f47533e7 Bug 1107096 followup - reftest shows a couple of pixels of fuzz on Mulet. r=orange 2015-05-30 17:49:46 +01:00
Jonathan Kew
f86e3e2bb9 Bug 1107096 - Reftest for zero-width invisible glyphs in canvas. 2015-05-30 14:07:18 +01:00
Ting-Yu Lin
4a4a54ff49 Bug 1169151 - Update carets after long tapping on empty input. r=mtseng
This fixed AccessibleCarets remain on the screen when long tapping on an
empty input.
2015-05-28 02:33:00 +08:00
Seth Fowler
115caea9d3 Bug 1169881 - Recompute image visibility when display port margins change. r=tn 2015-05-29 23:50:53 -07:00
Seth Fowler
6d33a9a76e Bug 1169880 - Recompute image visibility on a timer if layout or style flushes have occurred. r=tn 2015-05-29 23:50:51 -07:00
Seth Fowler
900c174944 Bug 1169879 - Use only the critical displayport when computing image visibility. r=tn 2015-05-29 22:33:37 -07:00
Daniel Holbert
29ba8d4eb1 Bug 1168747: Skip reftests 336736-1a.html and 336736-1b.html on b2g, since they randomly timeout the harness for no clear reason ever since a recent chunking change. 2015-05-29 22:07:17 -07:00
Mats Palmgren
5a7d8c1d7b Bug 817406 part 3 - Increase the fuzz factors slightly on a few tests for bug 1133905. 2015-05-29 21:40:55 +00:00
Mats Palmgren
ec7b323395 Bug 817406 part 2 - Tests for propagating 'direction' to the viewport. 2015-05-27 22:18:37 +00:00
Mats Palmgren
cc260b44cf Bug 817406 part 1 - Let ApplyStyleFixups propogate 'direction' to the viewport. r=bz,heycam 2015-05-27 22:18:36 +00:00
Daniel Holbert
4fd7d3e21a Bug 1169420: add crashtests. (no review) 2015-05-29 14:00:15 -07:00
Ryan VanderMeulen
7dfbf70ce7 Backed out changeset 4126c66c9a80 (bug 1166728) for Gaia sound_manager_test.js failures.
CLOSED TREE
2015-05-29 15:16:53 -04:00
Kyle Zentner
f2ec992500 Bug 1166728 - Remove box-sizing: padding-box, as per CSS WG. r=dholbert 2015-05-29 09:17:00 -04:00
Ryan VanderMeulen
45b95898e0 Backed out changeset 541cd29ea626 (bug 1166728) because the updated patch wasn't posted to the bug. 2015-05-29 12:48:22 -04:00
Steven Michaud
947b9dd206 Bug 1167069 - Initialize nsPluginFrame::mInstanceOwner to null. r=jmathies 2015-05-29 10:59:08 -05:00
Kyle Zentner
3bacc6993c Bug 1166728 - Remove box-sizing: padding-box, as per CSS WG. r=dholbert 2015-05-27 09:57:00 -04:00
Botond Ballo
9f96d5973b Bug 1167882 - Add utility functions MaxScaleRatio() and MinScaleRatio() to Units.h. r=kats
--HG--
extra : source : 17698f57d1cf14958e1ce3006abe5d9671cd18a7
2015-05-27 16:53:01 -04:00
Markus Stange
5eeefa16c7 Bug 1153845 - For CSS filters, make the primitive subregions big enough to contain the whole pre-filter visual overflow rect. r=roc
The BBox of the SVG element only includes its contents, not the SVG element's background color.
2015-05-28 15:51:58 -04:00
Markus Stange
bd011ed848 Bug 1164227 - Don't allow invalid region simplification to invalidate unchanged scrolled contents. r=roc
--HG--
extra : amend_source : 54ccbcac64986195c060e3fddd835dd5c01b66eb
2015-05-28 17:39:34 -04:00
Michael Layzell
e3c4a77234 Bug 1168154 - Mark refcounted members of nsCSSValue::mValue as MOZ_OWNING_REF. r=heycam
--HG--
extra : rebase_source : b812e9ef0e5da1cf3a3e719125ca068f55006ee7
2015-05-25 10:47:00 -04:00
Michael Layzell
6fd724199e Bug 1168156 - Remove unused nsCSSValueTokenStream::mSheet. r=heycam 2015-05-28 09:02:00 -04:00
Michael Layzell
4a41f5a065 Bug 1168158 - Make URLValue::mString a smart pointer. r=heycam 2015-05-28 08:54:00 -04:00
Morris Tseng
c7cdc44318 Bug 1155493 - Part 3: Dispatch event when carets are updated, pressed, released, tap, longpressonemptycontent, hidden. r=roc 2015-05-13 20:10:00 -04:00
Morris Tseng
974788b953 Bug 1155493 - Part 1: Add CaretStateChangedEvent and corresponding utility function. r=roc, sr=smaug 2015-05-19 20:59:00 -04:00
Nicholas Nethercote
8c0a700fcd Bug 1168007 (part 4) - Use PLDHashTable2 in nsHTMLStyleSheet. r=froydnj.
--HG--
extra : rebase_source : b5123aaa12e35f9f3464a9f76528c0f1d5cb1b36
2015-05-18 20:43:18 -07:00
Nicholas Nethercote
d36fc10f20 Bug 1168007 (part 2) - Use PLDHashTable2 in nsFrameManagerBase. r=froydnj.
--HG--
extra : rebase_source : 2ff5ea3eab7be1a894af595c746aee6dec2e249b
2015-05-18 19:24:34 -07:00
Birunthan Mohanathas
180b572edb Bug 968520 - Add mozilla::fallible to FallibleTArray::AppendElement calls. r=froydnj 2015-05-28 11:07:44 -07:00
Birunthan Mohanathas
470bd9148f Bug 968520 - Add mozilla::fallible to FallibleTArray::AppendElements calls. r=froydnj 2015-05-28 11:07:43 -07:00
Jonathan Kew
412e118c03 Bug 1167930 - Handle direction:rtl in vertical modes when converting a LogicalMargin to physical. r=smontagu 2015-05-28 18:29:07 +01:00
Ryan VanderMeulen
47df1bbfe3 Backed out changeset dd96df1da2b5 (bug 1166728) for making test_bug320799.html permafail on Mulet.
CLOSED TREE

--HG--
extra : rebase_source : 4ff4ea2d22a0beb2af011cec40f90efba2e452b9
2015-05-28 11:01:18 -04:00
Ryan VanderMeulen
683b08ae37 Merge m-c to inbound. a=merge 2015-05-28 10:20:38 -04:00
Ryan VanderMeulen
566bd6c5ac Merge fx-team to m-c. a=merge 2015-05-28 10:08:37 -04:00
Mark Capella
74b3680d88 Bug 1168881 - Enabling AccessibleCarets crashes Firefox when trying to input text, r=tylin 2015-05-28 02:20:15 -04:00
Ting-Yu Lin
b9b5ab6f24 Bug 1161389 - Skip AccessibleCaret frame if nsDisplayListBuilder doesn't build caret. r=roc
When nsDisplayListBuilder doesn't build caret, we need to skip building
AccessibleCaret frames. We check that the content of the frame has
"moz-accessiblecaret" class.
2015-05-27 16:37:44 +08:00
Ting-Yu Lin
2a47a562fb Bug 1161392 - Enlarge touch area for AccessibleCaret. r=roc
Porting the patch for Touch/SelectionCarets in bug 1021499 to
AccessibleCaret.
2015-05-27 16:37:28 +08:00
Michael Layzell
3fe7053458 Bug 1167588 - Mark Rule::mParentRule as MOZ_NON_OWNING_REF. r=dbaron
--HG--
extra : rebase_source : 511e42982b47f8516240cbb82d7fa2b21fb99e2e
2015-05-22 07:00:00 +02:00
Cameron McCormack
7c0c226f2c Bug 1168299 - Break out style struct memory usage reporting from pres-shell. r=njn 2015-05-27 12:08:42 +10:00
Jonathan Watt
7f790e5e3c Bug 1168664 - Stop mistakenly using the transform reference box's width to calculate the Z component in ProcessMatrix3D. r=mattwoodrow 2015-05-25 11:13:42 +01:00
Cameron McCormack
da76f68ddc Bug 1167418 - Check fallible AppendElements call in FontFaceSet. r=poiru 2015-05-27 10:41:11 +10:00
Jonathan Watt
e4b2415d87 Bug 923193, part 5 - Tests for the 'transform-origin' and 'transform-box' properties in SVG. r=heycam 2015-05-24 22:53:16 +01:00
Jonathan Watt
13ebd5c893 Bug 923193, part 4 - Implement support for the 'transform-origin' property in SVG. r=heycam 2015-05-24 22:40:37 +01:00
Daniel Holbert
fc985d746e Bug 1167782: Null-check pseudo element in nsHTMLCSSStyleSheet::RulesMatching(). r=dbaron 2015-05-26 16:44:52 -07:00