Commit Graph

210744 Commits

Author SHA1 Message Date
Jocelyn Liu
0210cdbb3f Bug 1083646: Overwrite BLE config in bluedroid to enable BLE for bluetooth2. r=shuang 2014-10-17 14:25:16 +08:00
Daniel Holbert
d6d86645b4 Bug 1084039: Clean up AnimationPlayerCollection::PseudoElement(). r=birtles 2014-10-16 22:14:02 -07:00
Mike Hommey
7ec4ce1032 Fixup for bug 1081034 - Add missing #ifdef to avoid build failure on desktop linux. r=me,npotb,DONTBUILD 2014-10-17 14:09:17 +09:00
Ryan VanderMeulen
7442d9d745 Merge inbound to m-c. a=merge 2014-10-16 14:43:13 -04:00
Andrew McCreight
8cd2f4c822 Bug 1035454 - increase the tab process leak threshold to 2MB while we deal with landing fallout. r= CLOSED TREE 2014-10-16 10:05:23 -07:00
Thomas Zimmermann
2f93b9ab01 Bug 1083708: Handle non-existant Bluetooth profile interfaces correctly, r=shawnjohnjr
Bluetooth profile managers just return an error if a profile interface is
not available. Doing so breaks the initialization and cleanup routines. This
patch changes the profile managers to still report an error, but signal
progress to the given result runnable.
2014-10-16 16:40:49 +02:00
Carsten "Tomcat" Book
82495ab4f5 Merge m-c to b2g-inbound 2014-10-16 16:16:53 +02:00
Carsten "Tomcat" Book
c3f8f98b4e merge mozilla-inbound to mozilla-central a=merge 2014-10-16 16:07:06 +02:00
Carsten "Tomcat" Book
2dde07cf7b merge fx-team to mozilla-central a=merge 2014-10-16 16:00:52 +02:00
B2G Bumper Bot
f60a142ed0 Bumping manifests a=b2g-bump 2014-10-16 06:49:05 -07:00
B2G Bumper Bot
b6e8dc94f3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/63436aa17e7f
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #25097 from julienw/1082064-prevent-double-domcontentloaded

Bug 1082064 - [Messages] Prevent double DOMContentLoaded events r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/b9c9bc4a82c1
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1082064 - [Messages] Prevent double DOMContentLoaded events r=schung
2014-10-16 06:48:51 -07:00
Carsten "Tomcat" Book
b225cd6d5c Backed out changeset f461eb1653f1 (bug 1081873) for B2g M5 Test failures 2014-10-16 15:43:20 +02:00
Randall Barker
55bc3a9116 Bug 1080701 - TabMirror needs to be updated to work with the chromecast server. r=wesj r=mfinkle 2014-10-16 14:16:00 +02:00
Mike Taylor
d1f112c324 Bug 1024807 - Add "Report Site Issue" menu item (for Nightly users). r=wesj 2014-10-16 12:26:00 +02:00
Jonathan Watt
ac6a80c07a Bug 1083215, part 2 - Convert drawing of HTML image map area focus to Moz2D. r=mattwoodrow 2014-10-16 10:51:14 +01:00
Jonathan Watt
5393a15cd7 Bug 1083215, part 1 - Add a Moz2D helper for snapping lines to device pixels. r=mattwoodrow 2014-10-16 10:51:14 +01:00
Jonathan Watt
2d64c7f677 Bug 1082553 - Remove a few unnecessary nsRenderingContext includes and forward declarations. r=Bas 2014-10-16 10:51:13 +01:00
Jonathan Watt
fcd7b735f1 Bug 1082553 - Remove gfxContext::OriginalSurface. r=Bas 2014-10-16 10:51:13 +01:00
Jonathan Watt
a5420c0df6 Bug 1082518 - Get rid of some unused gfxContext flags. r=Bas 2014-10-16 10:51:13 +01:00
Jonathan Watt
6a3ab8569c Bug 1082483, part 3 - Remove the temporary Matrix4x4::Translate/Scale methods. r=Bas 2014-10-16 10:51:13 +01:00
Jonathan Watt
f440265515 Bug 1082483, part 2 - Convert Mozilla code to use the new Matrix4x4::PreTranslate/PreScale method names. r=Bas 2014-10-16 10:51:12 +01:00
Jonathan Watt
b588fc89c4 Bug 1082483, part 1 - Rename Matrix4x4::Translate/Scale to Matrix4x4::PreTranslate/PreScale, leaving temporary inlines for the old names. r=Bas 2014-10-16 10:51:12 +01:00
Jonathan Watt
85fa838422 Bug 1082477, part 2 - Remove the Matrix4x4::TranslatePost/ScalePost methods. r=Bas 2014-10-16 10:51:12 +01:00
Jonathan Watt
efe6e3ef6a Bug 1082477, part 1 - Convert Matrix4x4::TranslatePost/ScalePost callers to Matrix4x4::PostTranslate/PostScale. r=Bas 2014-10-16 10:51:12 +01:00
Carsten "Tomcat" Book
e98d3a9fb7 Backed out changeset 1abddb50ed34 (bug 1081867) for bustage on a CLOSED TREE 2014-10-16 11:42:11 +02:00
Joel Maher
d16b1c5ab2 Bug 1083369 - update talos.json to include fixes for mainthreadio whitelist and other goodness. r=dminor 2014-10-16 05:05:11 -04:00
Jonathan Kew
632e464132 Bug 1083104 - Fix misuse of physical instead of logical dimension for line breaking. r=smontagu 2014-10-16 09:40:20 +01:00
Jonathan Kew
5e0613caf5 Bug 1080621 - Don't pass nscoord in-params by reference in nsBidiPresUtils methods. r=smontagu 2014-10-16 09:40:20 +01:00
Jonathan Kew
7630381bcf Bug 1081867 - Convert textrun metrics to physical coordinates before merging with visual-overflow region. r=smontagu 2014-10-16 09:40:19 +01:00
Dave Hylands
9328e0faa5 Bug 1072625 - Cleanup debug in AdbController. r=fabrice 2014-10-15 19:44:22 -07:00
B2G Bumper Bot
e27748db34 Bumping manifests a=b2g-bump 2014-10-15 16:31:57 -07:00
B2G Bumper Bot
4d97bdf0e8 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8017299c3eb7
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #24964 from jimporter/ringtone-now-playing

Bug 1029198 - [ringtones] Ringtone Manager should visually indicate whic...

========

https://hg.mozilla.org/integration/gaia-central/rev/da637ea64860
Author: Jim <jporter@mozilla.com>
Desc: Bug 1029198 - [ringtones] Ringtone Manager should visually indicate which ringtone is being previewed; r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/d3099e7bdad8
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #11500 from jimporter/music-id3-improvements

Bug 841949 - Improve id3 parsing in the music app

========

https://hg.mozilla.org/integration/gaia-central/rev/7dc0fe90905e
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 841949 - [music] Improve ID3 parsing
2014-10-15 16:25:47 -07:00
Brad Lassey
c448f48687 bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava
* * *
bug 1054959 - follow up to fix context menut test r=orange CLOSED TREE
2014-10-15 18:24:34 -04:00
Brad Lassey
a3d21757a9 bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava
* * *
bug 1054959 - follow up to fix context menut test r=orange CLOSED TREE
2014-10-15 18:24:34 -04:00
Ryan VanderMeulen
e7b443f6d6 Backed out changesets 93bf386d290e and 063cdd7b00cc (bug 1054959) for test_contextmenu.html failures.
CLOSED TREE
2014-10-16 15:19:41 -04:00
Ryan VanderMeulen
bc92829020 Merge m-c to fx-team. a=merge
CLOSED TREE
2014-10-16 15:03:32 -04:00
Ryan VanderMeulen
705379f9b1 Backed out changeset b0843f9cb541 (bug 1079941) for mochitest-bc failures.
CLOSED TREE
2014-10-16 15:01:01 -04:00
Dave Townsend
37ab71ea10 Bug 1080055: When recreating a browser restore the isAppTab attribute on the docshell. r=mconley 2014-10-16 10:00:07 -07:00
Mark Banner
0d5e4dc023 Bug 1081154 - Loop direct calls should attempt to call phone numbers as well as email addresses. r=mikedeboer 2014-10-16 18:58:59 +01:00
Nicolas Perriault
bb025cec2a Bug 1048162 Part 1 - Add an 'Email Link' button to Loop desktop failed call view. r=Standard8 2014-10-16 18:58:59 +01:00
Brad Lassey
d8f2b26baa bug 1054959 - follow up to fix context menut test r=orange CLOSED TREE 2014-10-16 12:56:00 -04:00
Mark Capella
18ab77dd10 Bug 1077574 - Add current and total counts to Find-in-page, r=wesj 2014-10-16 12:42:11 -04:00
Mike de Boer
df35126019 Bug 1079941: implement LoopContacts.search to allow searching for contacts by query and use that to find out if a contact who's trying to call you is blocked. r=abr 2014-10-16 16:35:10 +02:00
Carsten "Tomcat" Book
6c67ce403e Merge m-c to fx-team 2014-10-16 16:14:06 +02:00
Brad Lassey
8b12e000c1 bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava 2014-10-15 18:24:34 -04:00
B2G Bumper Bot
2449804f47 Bumping manifests a=b2g-bump 2014-10-15 15:11:57 -07:00
B2G Bumper Bot
a8574c1aae Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1083500 - Log a message when we can't make a call because of cardState

========

https://hg.mozilla.org/integration/gaia-central/rev/ff94c17eb483
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1083500 - Log a message when we can't make a call because of cardState r=drs
2014-10-15 15:05:48 -07:00
B2G Bumper Bot
3bf2357c13 Bumping manifests a=b2g-bump 2014-10-15 14:41:57 -07:00
B2G Bumper Bot
6344c711e9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3cbf43cfdbca
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #25166 from dmarcos/bug1082116

Bug 1082116 - [Camera] Face detection does not work after touch focus

========

https://hg.mozilla.org/integration/gaia-central/rev/c56c24b1fb4b
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 1082116 - [Camera] Face detection does not work after touch focus
2014-10-15 14:35:48 -07:00
B2G Bumper Bot
af923ad98b Bumping manifests a=b2g-bump 2014-10-15 14:11:57 -07:00