Daniel Holbert
00ba1b5c3e
Bug 624647 reftests, part 2: Test 'object-fit' & 'object-position' properties with a WebM-backed <video> element. r=seth
...
--HG--
rename : layout/reftests/w3c-css/submitted/images3/support/colors-16x8.png => layout/reftests/webm-video/colors-16x8.png
rename : layout/reftests/w3c-css/submitted/images3/support/colors-8x16.png => layout/reftests/webm-video/colors-8x16.png
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-001-ref.html => layout/reftests/webm-video/object-fit-contain-webm-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-001p.html => layout/reftests/webm-video/object-fit-contain-webm-001.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-002-ref.html => layout/reftests/webm-video/object-fit-contain-webm-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-contain-png-002p.html => layout/reftests/webm-video/object-fit-contain-webm-002.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-001-ref.html => layout/reftests/webm-video/object-fit-cover-webm-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-001p.html => layout/reftests/webm-video/object-fit-cover-webm-001.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-002-ref.html => layout/reftests/webm-video/object-fit-cover-webm-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-cover-png-002p.html => layout/reftests/webm-video/object-fit-cover-webm-002.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-001-ref.html => layout/reftests/webm-video/object-fit-fill-webm-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-001p.html => layout/reftests/webm-video/object-fit-fill-webm-001.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-002-ref.html => layout/reftests/webm-video/object-fit-fill-webm-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-fill-png-002p.html => layout/reftests/webm-video/object-fit-fill-webm-002.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-001-ref.html => layout/reftests/webm-video/object-fit-none-webm-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-001p.html => layout/reftests/webm-video/object-fit-none-webm-001.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-002-ref.html => layout/reftests/webm-video/object-fit-none-webm-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-none-png-002p.html => layout/reftests/webm-video/object-fit-none-webm-002.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-001-ref.html => layout/reftests/webm-video/object-fit-scale-down-webm-001-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-001p.html => layout/reftests/webm-video/object-fit-scale-down-webm-001.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-002-ref.html => layout/reftests/webm-video/object-fit-scale-down-webm-002-ref.html
rename : layout/reftests/w3c-css/submitted/images3/object-fit-scale-down-png-002p.html => layout/reftests/webm-video/object-fit-scale-down-webm-002.html
2014-11-14 16:45:24 -08:00
Daniel Holbert
57d608224f
Bug 624647 reftests, part 1: Test 'object-fit' & 'object-position' properties with a PNG image in various container elements. r=seth
2014-11-14 16:45:24 -08:00
Daniel Holbert
da820542cf
Bug 624647 part 2: Honor "object-fit" & "object-position" in nsImageFrame, nsSubDocumentFrame, & nsVideoFrame. r=roc
2014-11-14 16:45:24 -08:00
Daniel Holbert
779bb4b2dd
Bug 624647 part 1: Add utility method nsLayoutUtils::ComputeObjectDestRect() to handle object-fit/object-position. r=seth
2014-11-14 16:45:23 -08:00
Daniel Holbert
6c33817dd5
Bug 624647 part 0: Don't use ASSUME_DRAWING_RESTRICTED_TO_CONTENT_RECT flag if 'object-fit' and/or 'object-position' might make our drawing overflow. r=roc
2014-11-14 16:45:23 -08:00
Shu-yu Guo
0e3053af71
Bug 1099224 - Fix cancelling off-thread Ion compiles for scripts going through debug mode OSR. (r=h4writer)
2014-11-14 16:28:29 -08:00
David Anderson
bebf0f726f
Don't overscroll during a fling unless overscrolling is enabled. (bug 1099442, r=botond)
2014-11-14 16:19:00 -08:00
Ryan VanderMeulen
fdd6d78d74
Backed out changeset d94b6a6469b4 (bug 1092947) for jsreftest crashes.
2014-11-14 19:05:14 -05:00
Nick Fitzgerald
fc491cb593
Bug 911065 - Fix source notes for for/of loops. r=jorendorff
2014-11-13 13:58:00 -05:00
Jeff Gilbert
7ae848e5c1
Bug 1089018 - Centralize GLContext spew control. - r=jrmuizel
2014-10-24 18:26:41 -07:00
Jim Mathies
2e08184b54
Bug 1089008 - Enable e10s on Windows when acceleration is disabled. r=Mossop, r=felipe
2014-11-14 10:51:19 -06:00
George Wright
c1cc8c3af6
Bug 1042291 - Add a CanvasDrawObserver which observes the first few seconds/frames of a Canvas2D's lifetime to determine using a heuristic if it should be software or GPU backed. r=gw280, r=snorp
2014-09-10 16:15:43 -04:00
Glenn Randers-Pehrson
e2bc55a28c
Bug 991149 - Improve image/* source compliance with Mozilla Coding Style. r=seth
2014-11-14 12:59:00 -05:00
Hannes Verschore
f7059d29c9
Bug 1092947: IonMonkey: Improve ion entry sequence, r=djvj
2014-11-15 00:04:26 +01:00
Matt Woodrow
a543eacc24
Bug 1088414. Use a single synchronized texture for d3d11. r=bas,f=jrmuizel
...
Calling AcquireSync on textures created with
D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX appears to be really slow, this really
bites us with the number of textures involved when tiling.
I've also tested using ID3D11Query to check when work is completed, this also
appears to be pretty slow.
This instead just uses a single texture with a keyedmutex, and makes sure we
draw to it last and lock it first. It's pretty hacky, but seems to work really
well so far.
--HG--
extra : rebase_source : bf5f56751f993e507fcd1e5c386fb1fc9a3f73af
2014-10-22 15:37:00 +13:00
Jeff Muizelaar
0579846e7e
Bug 1098389. Remove ClipToRegionSnapped. r=roc
...
We don't use this anymore.
--HG--
extra : rebase_source : 918eaa73f653962dccbfe6efdad69203ba041ef3
2014-11-14 10:46:02 -05:00
Ryan VanderMeulen
be98283f51
Merge m-c to inbound. a=merge
2014-11-14 17:49:13 -05:00
Blake Kaplan
f78929d4f7
Bug 1098666 - Don't crash when getting this through CPOWs. r=billm
2014-11-14 14:41:59 -08:00
Ryan VanderMeulen
d68cc226d7
Merge inbound to m-c. a=merge
2014-11-14 17:32:39 -05:00
Ryan VanderMeulen
3c6d74183e
Merge fx-team to m-c. a=merge
2014-11-14 17:19:48 -05:00
Cameron McCormack
a954ec858b
Bug 1089463 - Clear an element's restyle bits when inserting into a shadow tree. r=bzbarsky
2014-11-15 09:08:21 +11:00
Ryan VanderMeulen
94bc24ba8f
Backed out changeset 6c81f3c0d141 (bug 1074567) for adding new rooting hazards.
...
CLOSED TREE
2014-11-14 16:41:01 -05:00
Ryan VanderMeulen
57225618ce
Backed out changesets a99bd0b3b075, a7fb851f823a, and 9fc2d99376cd (bug 552020) for non-unified bustage and OSX 10.6 tsvgr crashes.
...
CLOSED TREE
2014-11-14 15:57:35 -05:00
Ryan VanderMeulen
f478793c34
Backed out changeset fa836f2dccb6 for introducing new Win7 leaks.
...
CLOSED TREE
2014-11-14 15:24:17 -05:00
Botond Ballo
1d78ddf865
Bug 1099104 - Temporary fix for a rendering regression caused by bug 1076163. r=kats
2014-11-14 14:08:02 -05:00
Monica Chew
24a5ab6b1d
Bug 1098288: Enable pinning on spideroak (r=keeler)
2014-11-14 11:17:40 -08:00
Margaret Leibovic
6426a467b6
Bug 1097906 - Be smarter about maintaining reader mode page action state. r=bnicholson
2014-11-14 11:07:21 -08:00
Margaret Leibovic
29772f69dc
Backed out changeset 53a90acc7611
2014-11-14 11:09:17 -08:00
Margaret Leibovic
ef1162b5a1
Bug 1097906 - Be smarter about maintaining reader mode page action state. r=bnicholson
2014-11-14 11:07:21 -08:00
B2G Bumper Bot
4dba9b1173
Bumping manifests a=b2g-bump
2014-11-14 11:02:53 -08:00
Brad Lassey
346abd0953
bug 1074567 - measure time spent processing in sync CPOW calls per compartment r=bholley,billm
2014-11-14 13:50:20 -05:00
Nick Alexander
fde0799667
Bug 966103 - Follow-up: Replace three dots with ellipsis. r=flod
2014-11-14 10:00:14 -08:00
Dan Gohman
91393c6e5d
Bug 1093356 - IonMonkey: Insert beta nodes for strict eq and ne operators too r=nbp,h4writer
2014-11-14 09:31:45 -08:00
Kannan Vijayan
20cbe6f413
Bug 1081374 - Ensure baseline scripts are released on all compile error paths. r=jandem
2014-11-14 12:21:41 -05:00
Christoph Kerschbaumer
46f1613e6e
Bug 1083422 - Add triggering Principal to nsILoadInfo - update consumers (r=bz)
2014-11-14 08:57:26 -08:00
Christoph Kerschbaumer
7375218134
Bug 1083422 - Add triggering Principal to nsILoadInfo - e10s changes (r=jduell)
...
* * *
[mq]: tmp
2014-11-14 08:57:09 -08:00
Christoph Kerschbaumer
a9d3ae9136
Bug 1083422 - Add triggering Principal to nsILoadInfo - update callsites (r=bz,sicking)
2014-11-14 08:56:55 -08:00
Christoph Kerschbaumer
cb93cc744a
Bug 1083422 - Add triggering Principal to nsILoadInfo - netutil changes (r=jduell)
2014-11-14 08:56:39 -08:00
Christoph Kerschbaumer
989babd090
Bug 1083422 - Add triggering Principal to nsILoadInfo - loadinfo changes (r=bz)
2014-11-14 08:55:59 -08:00
Lars T Hansen
8ea69bae41
Bug 1099202 - compile fixes for 'none' platform. r=bbouvier
2014-11-14 17:51:11 +01:00
Jared Wein
ebdeec0442
Bug 1098251 - Allow a contact to be created with either a phone number or an email address. r=MattN
2014-11-14 10:58:57 -05:00
B2G Bumper Bot
6c0f638c81
Bumping manifests a=b2g-bump
2014-11-14 07:21:54 -08:00
B2G Bumper Bot
1f401f2db8
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1f41a654b331
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1099126 - Bump gaiatest version to 0.31. a=test-only r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/9d75d2cce786
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26016 from mancas/bug1091483_v2.2
Bug 1091483 - Unable to show stk dialog (e.g. user confirmation dialog) ...
========
https://hg.mozilla.org/integration/gaia-central/rev/509b31a375fd
Author: Manuel Casas <manuel.casasbarrado@telefonica.com>
Desc: Bug 1091483 - Unable to show stk dialog (e.g. user confirmation dialog) when foreground app is Callscreen
2014-11-14 07:16:00 -08:00
B2G Bumper Bot
35ece1985f
Bumping manifests a=b2g-bump
2014-11-14 06:37:19 -08:00
B2G Bumper Bot
d8fbd1f586
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2a4b24695c89
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #26138 from kanru/bug-1098338
Bug 1098338 - Fix one more BrowserAPI usage. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/753a9f8c8a22
Author: Kan-Ru Chen (陳侃如) <kanru@kanru.info>
Desc: Bug 1098338 - Fix one more BrowserAPI usage. r=alive
2014-11-14 06:30:55 -08:00
B2G Bumper Bot
c5b3b64222
Bumping manifests a=b2g-bump
2014-11-14 06:21:53 -08:00
B2G Bumper Bot
1becbc7041
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/629c07ba7b49
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1091731 - Introduce gaia-select webcomponent.
========
https://hg.mozilla.org/integration/gaia-central/rev/6c7072c7b42b
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #25513 from julienw/move-sticky-header-out-of-launch-path
Bug 1089145 - [Messages] Move the sticky header init out of the critical...
========
https://hg.mozilla.org/integration/gaia-central/rev/db2d7b1eb853
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1089145 - [Messages] Move the sticky header init out of the critical path r=schung,kgrandon
2014-11-14 06:15:59 -08:00
B2G Bumper Bot
f82c508c8d
Bumping manifests a=b2g-bump
2014-11-14 05:32:18 -08:00
B2G Bumper Bot
5e633312f0
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d51f271a16ba
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1099041 - Add the manifest file that sets the default values as a dependency to the others. r=dhunt
2014-11-14 05:25:53 -08:00
B2G Bumper Bot
4d6a423980
Bumping manifests a=b2g-bump
2014-11-14 05:22:52 -08:00