Carsten "Tomcat" Book
9bafb1c7ff
merge mozilla-inbound to mozilla-central a=merge
2014-11-14 12:58:54 +01:00
B2G Bumper Bot
75f6039f4f
Bumping manifests a=b2g-bump
2014-11-14 00:57:19 -08:00
B2G Bumper Bot
4e2388b814
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/806fe1b93ad8
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #26107 from crh0716/1098142
Bug 1098142 - Call to correct function of the version detector r=eragonj
========
https://hg.mozilla.org/integration/gaia-central/rev/d6472c97d682
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1098142 - Call to correct function of the version detector
2014-11-14 00:50:55 -08:00
B2G Bumper Bot
46d9008157
Bumping manifests a=b2g-bump
2014-11-14 00:27:19 -08:00
B2G Bumper Bot
1bae37030c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c2c501aa412a
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #26112 from julienw/1097912-disable-e10s-for-debug-profiles
Bug 1097912 - can't run unit tests via `./bin/gaia-test` r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/3fa515dac929
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1097912 - can't run unit tests via `./bin/gaia-test` r=ochameau
2014-11-14 00:20:53 -08:00
B2G Bumper Bot
f8a2f756f5
Bumping manifests a=b2g-bump
2014-11-14 00:17:16 -08:00
Chris Peterson
a05d3eba03
Back out changeset c98cb03a8475 (Bug 1098134) for Windows build bustage.
2014-11-14 00:09:58 -08:00
B2G Bumper Bot
32dc3d3dcb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f01b36e29c1d
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #25839 from mancas/bug1093563
Bug 1093563 - [Flame][v2.1&v2.0][Music]Music time bar operate abnormal. r=hub
========
https://hg.mozilla.org/integration/gaia-central/rev/20e50c2218df
Author: mancas <manuel.casasbarrado@telefonica.com>
Desc: Bug 1093563 - [Flame][v2.1&v2.0][Music]Music time bar operate abnormal when change right-to-left language
2014-11-14 00:05:54 -08:00
Szu-Yu Chen [:aknow]
89f8538b99
Bug 1072868 - Part 2: Add TelephonyAudioService (implementation). r=hsinyi
2014-11-14 15:20:44 +08:00
Szu-Yu Chen [:aknow]
be97514c3b
Bug 1072868 - Part 1: Add nsITelephonyAudioService (interface). r=hsinyi
2014-11-14 15:20:43 +08:00
B2G Bumper Bot
0021a239cf
Bumping manifests a=b2g-bump
2014-11-13 22:57:17 -08:00
B2G Bumper Bot
0d9e3b0d5c
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/312e4c563d6b
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #26129 from crh0716/1098684
Bug 1098684 - Hide the AP PIN item r=eragonj
========
https://hg.mozilla.org/integration/gaia-central/rev/19ddfdd48074
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1098684 - Hide the AP PIN item
========
https://hg.mozilla.org/integration/gaia-central/rev/7614da5f1f70
Author: RickyChien <RickyChien@users.noreply.github.com>
Desc: Merge pull request #26098 from RickyChien/bug-1097448
Bug 1097448 - Incorrect locales result in profile/webapps r=@cctuan
========
https://hg.mozilla.org/integration/gaia-central/rev/5f53c30da080
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1097448 - Incorrect locales result in profile/webapps
2014-11-13 22:50:53 -08:00
B2G Bumper Bot
570a887961
Bumping manifests a=b2g-bump
2014-11-13 21:57:23 -08:00
B2G Bumper Bot
723a77ddea
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0cc496fad27f
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #25840 from mnjul/bug_1093537_input_window_management_from_kbm
Bug 1093537 - Move input app window management-related responsibility from KeyboardManager to InputWindowManager. r=alive,timdream,rudyl
========
https://hg.mozilla.org/integration/gaia-central/rev/ddb84c2ad293
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1093537 - Move input app window management-related responsibility from KeyboardManager to InputWindowManager
- A lot of events that only affects inputWindow showing/hiding goes to InputWindowManager instead of KeyboardManager now.
- "RemoveKeyboard" concept is now separated:
-- InputWindowManager._onInputLayoutsRemoved() is called by KeyboardManager to signify that some keyboard layouts have been removed (disabled from system settings, or uninstalled keyboard app). IWM will remove InputWindow references accordingly.
-- KeyboardManager._onKeyboardKilled() is called by InputWindowManager to signify that a loaded and currently showing out-of-process keyboard has been OOM'killed. KeyboardManager has to determine a keyboard layout to relaunch.
- A closed InputWindow now has height 0 instead of undefined.
- Please use inputWindowManager.hideInputWindow()/.hideInputWindowImmediately()/.getHeight() in place of KeyboardManager.hideKeyboard()/.hideKeyboardImmediately/.getHeight().
- inputWindowManager is a singleton and accessible in the window scope.
- KeyboardManager had lacked tests about getting device memory and retrieving setting of enabledness of 3rd-party keyboard, which have been added (to InputWindowManager) in this test. Additionally, KeyboardManager.updateLayouts() is tested now (although only roughly).
2014-11-13 21:50:53 -08:00
B2G Bumper Bot
e2766e421d
Bumping manifests a=b2g-bump
2014-11-13 21:41:51 -08:00
B2G Bumper Bot
b8bfd9749d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/43c2024a5c0a
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #26128 from jrburke/bug1097117-email-application-share-manifest
Bug 1097117 - [email] Accept share activities with type application/* rs=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/cde67934a365
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1097117 - [email] Accept share activities with type application/*
2014-11-13 21:30:56 -08:00
B2G Bumper Bot
0ac58ce86e
Bumping manifests a=b2g-bump
2014-11-13 20:51:55 -08:00
B2G Bumper Bot
7e9477d66b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dc0efbd83dab
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #26070 from yfdyh000/1095902
Bug 1095902 - Remove the two extra characters, r=timdream, f=flod, f=gerard-majax
========
https://hg.mozilla.org/integration/gaia-central/rev/ff1f863565a9
Author: YFdyh000 <yfdyh000@gmail.com>
Desc: Bug 1095902 - Remove the two extra characters
2014-11-13 20:46:00 -08:00
B2G Bumper Bot
9cc6c9b277
Bumping manifests a=b2g-bump
2014-11-13 19:21:54 -08:00
B2G Bumper Bot
cb25b97825
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ff33dffb99d9
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #26053 from mnjul/bug_1073806_bypass_system_resize_for_kb
Bug 1073806 - In Gaia, bypass system-resize in LayoutManager in window resize event if Keyboard is showing and we've just changed orientation. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/08d579d8eb3c
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1073806 - In Gaia, bypass system-resize in LayoutManager in window resize event if Keyboard is showing and we've just changed orientation
2014-11-13 19:15:59 -08:00
B2G Bumper Bot
f0e572f93c
Bumping manifests a=b2g-bump
2014-11-13 17:57:19 -08:00
B2G Bumper Bot
a53293ac22
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/25dc33c0a92f
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #26125 from nullaus/bug1077595
Bug1077595
========
https://hg.mozilla.org/integration/gaia-central/rev/c5afe0457d7b
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1077595 - Use datastore representation of download as soon as possible. Only call clearAllDone on Gaia DownloadManager construction. Migrate handling status bar system downloads indicator to status bar itself. r=mhenretty,kgrandon,arthur.chen
2014-11-13 17:50:54 -08:00
Dave Hylands
c0310ea8fb
Bug 1085743 - MTP doesn't work on Nexus 4/5. r=alchen
2014-11-13 17:42:38 -08:00
B2G Bumper Bot
3d30ea37ee
Bumping manifests a=b2g-bump
2014-11-13 15:27:56 -08:00
B2G Bumper Bot
b16620fd25
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c52608adbc36
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #25958 from eeejay/bug-1095619
Bug 1095619 - Remove misuse of styled aria-hidden. r=mai r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/66a11421bfa2
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1095619 - Remove misuse of styled aria-hidden
2014-11-13 15:25:52 -08:00
B2G Bumper Bot
b952fe521d
Bumping manifests a=b2g-bump
2014-11-13 14:57:18 -08:00
B2G Bumper Bot
8e3e7babb8
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/68029bbaabba
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #26124 from nullaus/master
Revert "Merge pull request #25589 from nullaus/bug1077595"
========
https://hg.mozilla.org/integration/gaia-central/rev/f0f5c4e0e53b
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Revert "Merge pull request #25589 from nullaus/bug1077595"
This reverts commit e9ac899aff346b2cef9be154290978fc18d1bc8f, reversing
changes made to 155f44a3063fdb7599208de9749ad487b870dd06.
2014-11-13 14:50:53 -08:00
Ryan VanderMeulen
1e9153ae83
Merge m-c to b2g-inbound. a=merge
2014-11-13 15:46:11 -05:00
Ryan VanderMeulen
28c2fca375
Merge fx-team to m-c. a=merge
2014-11-13 15:40:39 -05:00
Ryan VanderMeulen
3816bf87a1
Merge b2g-inbound to m-c. a=merge
2014-11-13 15:33:32 -05:00
Andrew Osmond
f1b2045a01
Bug 1096078 - Restore use of Destroy() for DOMMediaStream. r=jesup
2014-11-13 15:28:22 -05:00
B2G Bumper Bot
b04b4b2746
Bumping manifests a=b2g-bump
2014-11-13 12:27:19 -08:00
Ryan VanderMeulen
b21b6a20cf
Backed out changeset 5dd9fb34f542 (bug 1096078) for Windows mochitest-3 crashes. a=me
2014-11-13 15:24:49 -05:00
B2G Bumper Bot
b6b8b5dc72
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fa19720b09b1
Author: Dave Huseby <dhuseby@mozilla.com>
Desc: Merge pull request #25460 from dhuseby/Bug_1088128
Bug 1088128 -- Add support for getCurrentPosition in Geoloc dev app
========
https://hg.mozilla.org/integration/gaia-central/rev/07396d862e68
Author: Dave Huseby <dhuseby@mozilla.com>
Desc: Bug 1088128 -- Add support for getCurrentPosition in Geoloc dev app
2014-11-13 12:20:54 -08:00
Matthew Noorenberghe
8bd42cc7c3
Bug 1097587 - UITour: Add some logging to ease debugging. r=Unfocused
2014-11-13 19:22:53 +01:00
Gregor Wagner
617c8b6e6c
Merge DONTBUILD
2014-11-13 10:15:10 -08:00
Gregor Wagner
68fd435863
Bug 1098039 - PhonenumberJS: update metadata. DONTBUILD r=bent
2014-11-13 10:13:09 -08:00
Gregor Wagner
060a191371
Backed out changeset e68f1b4d1566 for wrong bug number.
2014-11-13 10:11:57 -08:00
B2G Bumper Bot
dfa8418db2
Bumping manifests a=b2g-bump
2014-11-13 10:09:27 -08:00
B2G Bumper Bot
ae7632fb0d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/26b4d06af9d9
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #26072 from yzen/bug-1095825
Bug 1095825 - instead of checking settings app right away, account for a...
========
https://hg.mozilla.org/integration/gaia-central/rev/7beef3589d32
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1095825 - instead of checking settings app right away, account for all the transitions and wait for it.
2014-11-13 10:09:12 -08:00
Gregor Wagner
97e69c98f2
Bug 1012196 - PhonenumberJS: update metadata. r=bent
2014-11-13 10:03:50 -08:00
Matthew Noorenberghe
b021465ea1
Bug 1097597 - Check if there is a Loop toolbarbutton node in updateToolbarState. r=Standard8
...
--HG--
extra : rebase_source : b248a35f2e218900e9e0dc7481d36454949d14be
2014-11-13 18:59:37 +01:00
Matthew Noorenberghe
01a0651a46
Bug 1095379 - Separate push registrations by sessionType and prevent calling promiseRegisteredWithPushServer from outside of promiseRegisteredWithServers. r=Standard8
...
--HG--
extra : rebase_source : 7bf88b2fb498ea35eea8019046aad1d6d34f00fa
2014-11-13 18:59:04 +01:00
Nick Fitzgerald
ec4021024a
Bug 1096739 - Clean up ThreadActor.prototype._setBreakpoint. r=ejpbruel,past
2014-11-13 10:07:18 -08:00
Patrick Brosset
96f9ff692a
Bug 1096575 - Move highlighter.css to toolkit so it is available in other app types; r=paolo
...
--HG--
rename : browser/themes/shared/devtools/highlighter.css => toolkit/devtools/server/actors/highlighter.css
2014-11-13 18:53:07 +01:00
Ryan VanderMeulen
064303be00
Backed out changesets 0c9407b0e481, c2c37b2e9fac, and 488700194519 (bug 1000264) for e10s test failures.
...
CLOSED TREE
2014-11-13 12:40:15 -05:00
B2G Bumper Bot
3dbe4eb4b6
Bumping manifests a=b2g-bump
2014-11-13 09:21:56 -08:00
B2G Bumper Bot
7a9dc41a99
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5582539fb35b
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26085 from sv99/1097962
Bug 1097962 - [costcontrol] costcontrol-test/unit/fte_test.js each test with JavaScript Error message r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/ae6a781a0f7a
Author: sv99 <sv99@inbox.ru>
Desc: Bug 1097962 - [costcontrol] costcontrol-test/unit/fte_test.js each test with JavaScript Error message
2014-11-13 09:15:59 -08:00
B2G Bumper Bot
ab01fea3c9
Bumping manifests a=b2g-bump
2014-11-13 09:07:18 -08:00
B2G Bumper Bot
fdb9859f05
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b3e3143ec127
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26023 from janus926/bug-1096745
Bug 1096745 - Limit the scope of lockscreen CSS to eliminate unnecessary...
========
https://hg.mozilla.org/integration/gaia-central/rev/138b6acffd56
Author: Ting-Yu Chou <janus926@gmail.com>
Desc: Bug 1096745 - Limit the scope of lockscreen CSS to eliminate unnecessary restyle. r=gweng
2014-11-13 09:00:52 -08:00