Commit Graph

373173 Commits

Author SHA1 Message Date
Dão Gottwald
019b5bc217 Bug 1033482 - Allow global notification bars to be displayed at the top of the window. r=dolske 2014-07-23 13:47:32 +02:00
Dão Gottwald
c744db0d38 Bug 1040810 - WebRTC sharing indicator on the toolbar doesn't get the right image region applied. r=gijs 2014-07-23 13:46:42 +02:00
Dão Gottwald
3867e0c15b Bug 1042089 - Remove dead CSS rules from browser.css. r=gijs 2014-07-23 13:45:58 +02:00
B2G Bumper Bot
d82b1ebfac Bumping manifests a=b2g-bump 2014-07-23 04:31:53 -07:00
B2G Bumper Bot
4f0f5ff5c5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5b75ae2d8a79
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #22060 from viorelaioia/bug_1042530

Bug 1042530 - Update wait in test_settings_root

========

https://hg.mozilla.org/integration/gaia-central/rev/4ae0476ef19d
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1042530 - Update wait in test_settings_root
2014-07-23 04:30:32 -07:00
B2G Bumper Bot
64f7d5fefc Bumping manifests a=b2g-bump 2014-07-23 02:56:16 -07:00
B2G Bumper Bot
4047c73a58 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/38b4f6e058e9
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #22046 from KevinGrandon/bug_1011274_sms_test_timeout

Bug 1011274 - Intermittent utils_test.js | Utils Utils.getResizedImgBlob "before all" hook | timeout of 5000ms exceeded r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/38ca5e65d161
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1011274 - Intermittent utils_test.js | Utils Utils.getResizedImgBlob "before all" hook | timeout of 5000ms exceeded
2014-07-23 02:50:32 -07:00
Randell Jesup
eb42901dc2 Bug 1038961: Fix --disable_webrtc breakage due to mtransport/runnable_utils r=dholbert, ted 2014-07-23 04:26:05 -04:00
Matt Woodrow
951c7a954d Bug 1042423 - Mark some tests fuzzy due to blending differences with mask layers. CLOSED TREE 2014-07-23 19:46:28 +12:00
Matt Woodrow
4aae0aad74 Bug 1041894 - Make FindOpaqueBackgroundColorFor check the DisplayItemClip of items before selecting them. r=roc
--HG--
extra : rebase_source : 32dfac0c8050c06d40341c74d36a0f7e72aeabf9
2014-07-23 18:12:08 +12:00
B2G Bumper Bot
1ade060ff7 Bumping manifests a=b2g-bump 2014-07-22 23:11:16 -07:00
B2G Bumper Bot
00a57b63f8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/097d333ddd56
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #22033 from jmcanterafonseca/fix_loop_at_last

Bug 1017756 - Update Loop buttons & state (color, name, visibility...) i...

========

https://hg.mozilla.org/integration/gaia-central/rev/101200933401
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 1017756 - Update Loop buttons & state (color, name, visibility...) in contact details when a branding/UX decision is taken
2014-07-22 23:05:30 -07:00
Thomas Zimmermann
6d0a51524c Bug 1029390: Asynchronous |BluetoothAvrcpInterface::SetVolume|, r=shuang 2014-07-23 07:56:23 +02:00
Thomas Zimmermann
b3a1a811a5 Bug 1029390: Asynchronous AVRCP response interfaces, r=shuang 2014-07-23 07:56:23 +02:00
Thomas Zimmermann
55825543b8 Bug 1029390: Asynchronous A2DP connect/disconnect, r=shuang 2014-07-23 07:56:23 +02:00
Thomas Zimmermann
da7d3ecba0 Bug 1029390: Asynchronous init and cleanup of A2DP/AVRCP, r=shuang 2014-07-23 07:56:22 +02:00
Thomas Zimmermann
5a1bfd4922 Bug 1029390: Add A2DP/AVRCP result-handler infrastructure, r=shuang 2014-07-23 07:56:18 +02:00
B2G Bumper Bot
39639d7c89 Bumping manifests a=b2g-bump 2014-07-22 22:46:21 -07:00
B2G Bumper Bot
32b74a4b5c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/648de7b0cc94
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #21985 from punamdahiya/Bug1035492-Wallpaper

Bug1035492-[Wallpaper]-Use Img element instead of background images for gecko to handle decoded image memory r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/db99b084b1bc
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug1035492-[Wallpaper]-Use Img element instead of background images for gecko to handle decoded image memory r=djf
2014-07-22 22:35:32 -07:00
Nick Alexander
1c81633de4 Bug 948465 - Part 2: Tests. r=mfinkle 2014-07-22 21:41:54 -07:00
Nick Alexander
16a27e624a Bug 948465 - Part 1: Register resource://android/ pointing to Fennec APK root. r=mfinkle
Consumers can access Android assets (and resources) by using
resource://android/assets/FILENAME.

The resource substitution is registered at app-startup time so that the
substitution is in place before any add-on has started up: as documented
at [1], "[an] add-on will not receive xpcom-startup or app-startup
notifications".

[1] https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Receiving_startup_notifications
2014-07-22 21:41:53 -07:00
Susanna Bowen
2b29530598 Bug 1021952 - Ensure that direct children of ruby elements are inline. r=bz 2014-07-22 19:08:13 -07:00
Susanna Bowen
bf06af5d74 Bug 1021952 - Generate anonymous boxes to preserve proper ruby structure r=bz 2014-07-22 19:08:08 -07:00
Susanna Bowen
a3e95afeef Bug 1021952 - Add ruby display values and ruby frames. r=dholbert,bz 2014-07-22 19:08:01 -07:00
Wes Kocher
8efbf627bd Merge m-c to b2g-inbound 2014-07-22 18:41:25 -07:00
Wes Kocher
d2e992ad61 Merge b2g-inbound to m-c a=merge 2014-07-22 18:21:51 -07:00
Wes Kocher
7c2f1b4d73 Merge fx-team to m-c a=merge 2014-07-22 18:05:18 -07:00
Margaret Leibovic
5117d11359 Bug 1041641 - Disable SearchFragment mainView click listener when creating view. r=eedens 2014-07-22 17:02:23 -07:00
Margaret Leibovic
b9faa69290 Bug 1041026 - Move search bar logic into custom view. r=eedens 2014-07-22 17:02:20 -07:00
Chris Kitching
a538bfc7b0 Bug 1041906 Use AtomicReference for GeckoThread LaunchState. r=rnewman 2014-07-22 15:49:00 -07:00
Botond Ballo
f5daaf4cfe Bug 1035598 - Apply async scale correctly to ContainerLayers whose content does not start at the origin. r=kats,mattwoodrow 2014-07-22 18:10:54 -04:00
Botond Ballo
80b1ab94f2 Bug 1035598 - Add a ChangeBasis() method to Matrix4x4. r=mattwoodrow 2014-07-22 18:10:25 -04:00
Botond Ballo
ad6dc1fe58 Bug 1035598 - Add a PostTranslate() method to Matrix4x4. r=mattwoodrow 2014-07-22 18:09:53 -04:00
Botond Ballo
be603754de Bug 1035598 - Add gfx3DMatrix::ChangeBasis(), replacing nsLayoutUtils::ChangeMatrixBasis(). r=mattwoodrow 2014-07-22 18:05:13 -04:00
B2G Bumper Bot
da03f3bc41 Bumping manifests a=b2g-bump 2014-07-22 14:41:17 -07:00
B2G Bumper Bot
20c19dd430 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2dbf74425565
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #21916 from mikehenrty/bug-1040650-apn-quito

Bug 1040650 - add Quito timezone

========

https://hg.mozilla.org/integration/gaia-central/rev/2c9b6249fa7b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1040650 - add Quito timezone
2014-07-22 14:35:31 -07:00
B2G Bumper Bot
0c13cbb674 Bumping manifests a=b2g-bump 2014-07-22 14:26:15 -07:00
B2G Bumper Bot
1c6fc62495 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eff18c4265f0
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #21829 from justindarc/bug1037880

Bug 1037880 - FM radio should stop sound in speaker mode when I receive ...

========

https://hg.mozilla.org/integration/gaia-central/rev/3d7d12c41ecd
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1037880 - FM radio should stop sound in speaker mode when I receive an incoming call
2014-07-22 14:20:30 -07:00
Gijs Kruitbosch
33e55bd7d7 Bug 1042300 - make in-content prefs nightly-only, r=MattN 2014-07-22 22:02:43 +01:00
Michael Wu
5742c17bb8 Bug 1042947 - Remove Framebuffer.cpp, r=sotaro 2014-07-22 16:46:27 -04:00
Ed Morley
6719992f39 Backed out changeset 3ee28802c28c (bug 1024930) for causing B2G mochitest-debug-14 failures 2014-07-24 16:23:40 +01:00
Ed Morley
a2f6437df2 Backed out changeset de34cb8506d9 (bug 1040230) 2014-07-24 16:23:08 +01:00
B2G Bumper Bot
50e2274d21 Bumping manifests a=b2g-bump 2014-07-24 07:31:18 -07:00
B2G Bumper Bot
e5f40e0ce0 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2dd64deab505
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #22101 from etiennesegonzac/bug-1043272

Bug 1043272 - Turn on theme color by default. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/1251a7dfb3f0
Author: Vivien Nicolas <vnicolas@mozilla.com>
Desc: Bug 1043272 - Turn on theme color by default. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/d136867e79bc
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #22099 from etiennesegonzac/bug-1043275

Bug 1043275 - Add a meta instruction to the vertical homescreen. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/9f71b6cecafe
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1043275 - Add a meta instruction to the vertical homescreen.
2014-07-24 07:25:31 -07:00
B2G Bumper Bot
904e23fb17 Bumping manifests a=b2g-bump 2014-07-24 07:01:17 -07:00
B2G Bumper Bot
5748ee4bf7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/599a89551bb6
Author: viorelaioia <viorelaioia@gmail.com>
Desc: Merge pull request #22074 from bebef1987/investigate_video

Bug 1024517 - [Flame] Investigate Video app test failures

========

https://hg.mozilla.org/integration/gaia-central/rev/9d6d165552e1
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 1024517 - [Flame] Investigate Video app test failures
2014-07-24 06:55:32 -07:00
B2G Bumper Bot
ef387f90e1 Bumping manifests a=b2g-bump 2014-07-24 06:48:21 -07:00
B2G Bumper Bot
fe05a3f9be Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1c9816020b34
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 968156 - Store multiple icon references in app_window and places. r=alive
2014-07-24 06:48:10 -07:00
Carsten "Tomcat" Book
3f322abe14 Merge mozilla-central to b2g-inbound 2014-07-24 15:44:44 +02:00
B2G Bumper Bot
408c2c1b81 Bumping manifests a=b2g-bump 2014-07-24 06:23:22 -07:00