Commit Graph

204587 Commits

Author SHA1 Message Date
Jeff Muizelaar
876ec2d266 Bug 1064479. Redo how screen rotation is implemented on B2G/Layers. r=nical,mwoodrow
Currently we use a world transform on the LayerManager. This gets passed to the
screen render target which adjusts the gl transform to accomplish the rotation.
This causes a lot of the system to have to know about the transform.

Instead we can just bake the transform into the root layer's shadow transform.
Everything now mostly just works.

--HG--
extra : rebase_source : e0e170d191eef5887a2e6b17f71ac79037033006
2014-09-10 15:59:00 -04:00
Brian Hackett
b2cb496723 Bug 1041688 - Don't use a JSContext in IonBuilder when performing the definite properties analysis, r=jandem. 2014-09-11 09:12:31 -06:00
Brian Hackett
9d844e8d43 Bug 1063488 - Treat MaybeCopyElementsForWrite as possibly overwriting an object's elements pointer, r=jandem. 2014-09-11 09:07:20 -06:00
Andrew Halberstadt
d5d88f74c7 Bug 1065994 - Fix mozrunner unittests which were regressed by an argument re-ordering, r=whimboo 2014-09-11 10:13:24 -04:00
Chris Manchester
3a18f5f79a Bug 1063528 - Omit spurious newline for unexpected pass in the tbplformatter.;r=Ms2ger 2014-09-05 11:37:57 -04:00
Masayuki Nakano
856512d217 Bug 1059680 Make NOTIFY_IME_OF_MOUSE_BUTTON_EVENT e10s aware r=smaug 2014-09-11 22:46:17 +09:00
Carsten "Tomcat" Book
a25b420476 Merge m-c to m-i 2014-09-11 15:39:16 +02:00
Carsten "Tomcat" Book
69343c0dd0 merge b2g-inbound to m-c a=merge 2014-09-11 15:32:27 +02:00
Carsten "Tomcat" Book
9f7d9d41c9 merge fx-team to mozilla-central a=merge 2014-09-11 15:29:54 +02:00
Oscar Patino
9cf140bc68 Bug 1064882: Receive RTCP SR's on recvonly streams for A/V sync r=jesup 2014-09-11 09:25:47 -04:00
Carsten "Tomcat" Book
00305c0ec1 merge mozilla-inbound to mozilla-central a=merge 2014-09-11 15:25:39 +02:00
Lucas Rocha
b000a1be2a Bug 1065454 - Disable new tablet UI by default (r=mcomella, a=merge) 2014-09-11 14:11:25 +01:00
Carsten "Tomcat" Book
411a228105 Backed out changeset ce8f00cca9dd (bug 1000338) for XPC-2 test failures 2014-09-11 14:31:54 +02:00
Nicolas Silva
8851364126 Bug 1041744 - Don't crash if tile allocation fails. r=Bas 2014-09-11 13:52:17 +02:00
Carsten "Tomcat" Book
e03354c9e3 Backed out changeset 25c721fd5dc6 (bug 1029782) for XPCshell bustage on a CLOSED TREE 2014-09-11 13:07:41 +02:00
Tom Schuster
67aaa52c6b Bug 1065574 - Remove UserDataHandler. r=smaug f=bz 2014-09-11 12:22:30 +02:00
Lucas Rocha
d3150180ec Merge m-c to larch 2014-09-11 11:11:00 +01:00
B2G Bumper Bot
5b75965ff5 Bumping manifests a=b2g-bump 2014-09-11 00:17:02 -07:00
B2G Bumper Bot
fa35103c24 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d39431f7b119
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #23934 from evanxd/bug-1043408

Bug 1043408 - Use marionette-apps version 0.3.9 r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/434342da07f5
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1043408 - Use marionette-apps version 0.3.9

========

https://hg.mozilla.org/integration/gaia-central/rev/9be35cc0560b
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #23892 from evanxd/bug-1061135

Bug 1061135 - Re-enable the tests r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/129207ca7583
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1061135 - Re-enable the tests
2014-09-11 00:10:47 -07:00
Jonathan Watt
4c0a7bbbef Bug 1064084, part 5 - Convert all consumers of gfxContext::NudgeCurrentMatrixToIntegers()/MultiplyAndNudgeToIntegers() to use gfxContext::SetMatrix(). r=Bas 2014-09-11 07:57:39 +01:00
Jonathan Watt
9bc0f0cdf3 Bug 1064084, part 4 - Convert all consumers of gfxContext::IdentityMatrix() to use gfxContext::SetMatrix(). r=Bas 2014-09-11 07:57:39 +01:00
Jonathan Watt
ba6a140a09 Bug 1064084, part 3 - Convert all consumers of gfxContext::Rotate() to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:57:38 +01:00
Jonathan Watt
1ae57ac8bf Bug 1064084, part 2 - Convert all consumers of gfxContext::Scale() to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:57:38 +01:00
Jonathan Watt
fa8c7ec8a5 Bug 1064084, part 1 - Convert all consumers of gfxContext::Translate() to use gfxContext::SetMatrix()/Multiply(). r=Bas 2014-09-11 07:57:38 +01:00
B2G Bumper Bot
d8673ed15d Bumping manifests a=b2g-bump 2014-09-10 23:52:00 -07:00
Benjamin Bouvier
8eb1f481a7 Bug 1051860: Optimize SimdValueX4 codegen for int32x4 when SSE4.1 is available; r=sunfish
--HG--
extra : rebase_source : 3feb3d19834f6c356bb114ee8b19a283467dff34
2014-09-11 08:50:49 +02:00
Benjamin Bouvier
bd4d94cbd7 Bug 1051860: Optimize SimdValueX4 codegen for float32x4 with unpcklps; r=sunfish
--HG--
extra : rebase_source : 30cec4448afa60e5be2a8e12f01daf95fffc94e3
2014-09-11 08:50:10 +02:00
B2G Bumper Bot
c3c1677d4a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3a4d74ada4a4
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #23845 from crdlc/bug-1062820

Bug 1062820 - Home screen and status bar behave different after clicking...

========

https://hg.mozilla.org/integration/gaia-central/rev/11051c206c52
Author: crdlc <crdlc@tid.es>
Desc: Bug 1062820 - Home screen and status bar behave different after clicking home button among versions

========

https://hg.mozilla.org/integration/gaia-central/rev/521a43a95cc8
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #22248 from mancas/bug981566

Bug 981566 - [settings] add marionette test for device information - You... r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/87321ffbbc74
Author: Manuel Casas Barrado <b.mcb@tid.es>
Desc: Bug 981566 - [settings] add marionette test for device information - Your Privacy
2014-09-10 23:45:47 -07:00
B2G Bumper Bot
69d4dfc001 Bumping manifests a=b2g-bump 2014-09-10 23:36:55 -07:00
B2G Bumper Bot
bdc3465035 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e6744166ac5e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23917 from KevinGrandon/bug_1065658_search_app_closes_background

Bug 1065658 - [Rocketbar] Do not hide search window if app launches in background

========

https://hg.mozilla.org/integration/gaia-central/rev/18940ea8c597
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1065658 - [Rocketbar] Do not hide search window if app launches in background r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/5d9ccd719104
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23827 from ehsan/1064593

Bug 1064593 - Pass the activity name used in the loop client app as a string in order to make it easier to automatically extract the activity name from the source code. r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/054e602fdaad
Author: Ehsan Akhgari <ehsan@mozilla.com>
Desc: Bug 1064593 - Pass the activity name used in the loop client app as a string in order to make it easier to automatically extract the activity name from the source code; r=ferjm
2014-09-10 23:30:47 -07:00
Fabrice Desré
07acd66d51 Bug 1021972 - csp attribute in manifest doesnt actually apply a CSP r=ochameau 2014-09-10 23:24:29 -07:00
B2G Bumper Bot
4a3fc87e59 Bumping manifests a=b2g-bump 2014-09-10 23:12:35 -07:00
B2G Bumper Bot
1c46cf2f86 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9b03ee0ac0f1
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #23511 from yzen/bug-1014052

Bug 1014052 - making statusbar markup consistent with layout for better ...

========

https://hg.mozilla.org/integration/gaia-central/rev/c217c109bf0c
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1014052 - making statusbar markup consistent with layout for better screen reader usability. r=mhenretty
2014-09-10 23:10:48 -07:00
B2G Bumper Bot
eaa748f978 Bumping manifests a=b2g-bump 2014-09-10 20:56:56 -07:00
B2G Bumper Bot
2004315d10 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5a2bd8b7aa5d
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #23873 from yzen/bug-1045017

Bug 1045017 - fixing screen reader status bar accessibility. Statusbar i...

========

https://hg.mozilla.org/integration/gaia-central/rev/5abf8540f6a3
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1045017 - fixing screen reader status bar accessibility. Statusbar improvements during app transitions.
2014-09-10 20:50:48 -07:00
B2G Bumper Bot
cdffc29dff Bumping manifests a=b2g-bump 2014-09-10 20:12:34 -07:00
B2G Bumper Bot
283ac54587 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9a608c49a2ef
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #23887 from ian-liu/settings/bug1057188_l10n_string_revised_for_mount_unmount_sd_card

Bug 1057188 - L10n follow-up for mount/unmount SD card, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/87409e71da46
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 1057188 - L10n follow-up for mount/unmount SD card
2014-09-10 20:10:30 -07:00
B2G Bumper Bot
62c3dab6a2 Bumping manifests a=b2g-bump 2014-09-10 19:52:14 -07:00
B2G Bumper Bot
de8005ab4c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3377f81fce56
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23915 from KevinGrandon/bug_1065516_invalid_self

Bug 1065516 - [System] Remove window.self in appWindow to reflect the dependency

========

https://hg.mozilla.org/integration/gaia-central/rev/4c916fa57c4c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1065516 - [System] Remove window.self in appWindow to reflect the dependency r=alive
2014-09-10 19:45:52 -07:00
Ben Tian
81b8ea5a76 Bug 1061481 - Patch 3/3: Implementation of BluetoothDevice.type attribute, f=tzimmermann, r=echou 2014-09-11 10:04:18 +08:00
Ben Tian
f9dedf5d7e Bug 1061481 - Patch 2/3: WebIDL change of BluetoothDevice.type attribute, r=bz 2014-09-11 10:03:52 +08:00
Ben Tian
381e347684 Bug 1061481 - Patch 1/3: Cleanup WebIDL files, r=bz 2014-09-11 10:03:40 +08:00
B2G Bumper Bot
77bdf07f5c Bumping manifests a=b2g-bump 2014-09-10 19:01:55 -07:00
B2G Bumper Bot
437ed35701 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/92f768982ed5
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23653 from mikehenrty/bug-1059048-sim-manager-icon

Bug 1059048 - Update sim manager icon width to allow for larger assets

========

https://hg.mozilla.org/integration/gaia-central/rev/f67945389866
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1059048 - Update sim manager icon width to allow for larger assets

========

https://hg.mozilla.org/integration/gaia-central/rev/1c0e1a9c115d
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23928 from mikehenrty/bug-1064305-really

Bug 1064305 - Disable fxa_screen_flow_test.js test using the correct man...

========

https://hg.mozilla.org/integration/gaia-central/rev/9e5cd06f6f8b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1064305 - Disable fxa_screen_flow_test.js test using the correct manifest path
2014-09-10 18:55:46 -07:00
Ryan VanderMeulen
f5a3f1856f Merge m-c to b2g-inbound. a=merge 2014-09-10 20:31:58 -04:00
Lucas Rocha
87cb2645c5 Bug 1014987 - Gracefully handle out-of-bounds positions in TabsStripAdapter (r=mcomella) 2014-09-11 00:27:01 +01:00
B2G Bumper Bot
db73a4dba9 Bumping manifests a=b2g-bump 2014-09-10 16:17:42 -07:00
B2G Bumper Bot
142806a49a Bumping manifests a=b2g-bump 2014-09-10 15:51:36 -07:00
B2G Bumper Bot
e84354311b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a452a38c1526
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #23684 from sergi/BUG_1062189

Bug 1062189 - Images in the contacts list are shifted to the right, overlapping letter shortcuts [r=francisco]

========

https://hg.mozilla.org/integration/gaia-central/rev/88950f05b62f
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 1062189 - Images in the contacts list are shifted to the right, overlapping letter shortcuts
2014-09-10 15:40:56 -07:00
Ryan VanderMeulen
639eb0f104 Merge m-c to b2g-inbound. a=merge 2014-09-10 18:38:33 -04:00