Commit Graph

392869 Commits

Author SHA1 Message Date
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
B2G Bumper Bot
fc2822faae Bumping manifests a=b2g-bump 2014-11-13 08:37:18 -08:00
B2G Bumper Bot
30086c2061 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/095bf157a028
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #26088 from gitmai/bug-1098024-navigation-error

Bug 1098024 - [Costcontrol] Navigation error between tabs
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/a346a0a888c1
Author: mai <mri@tid.es>
Desc: Bug 1098024 - [Costcontrol] Navigation error between tabs
2014-11-13 08:30:54 -08:00
B2G Bumper Bot
147ee3a16c Bumping manifests a=b2g-bump 2014-11-13 08:22:20 -08:00
B2G Bumper Bot
1fbf0d44d4 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c7a466417e5e
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26120 from JohanLorenzo/bug-1098279

Bug 1098279 - Add -dsds to existing Jenkins jobs

========

https://hg.mozilla.org/integration/gaia-central/rev/87687919cab4
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1098279 - Add -dsds to existing Jenkins jobs

========

https://hg.mozilla.org/integration/gaia-central/rev/8faf5b5c6d81
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #25811 from albertopq/1087116-alert-scrollable

Bug 1087116 - make alerts scrollable r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/6d62ff53f943
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1087116 - make alerts scrollable
2014-11-13 08:10:54 -08:00
B2G Bumper Bot
c653ddc313 Bumping manifests a=b2g-bump 2014-11-13 07:47:37 -08:00
B2G Bumper Bot
426d8cf93d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8f5ec8ed4799
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #26046 from DouglasSherk/1093862-callscreen-ended-calls

Bug 1093862 - Make Callscreen not respond to user input while there are no currently handled calls. r=gtorodelvalle, r=thills

========

https://hg.mozilla.org/integration/gaia-central/rev/47361050ecd1
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1093862 - Make Callscreen not respond to user input while there are no currently handled calls. r=gtorodelvalle, r=thills

========

https://hg.mozilla.org/integration/gaia-central/rev/d7cd13ad72a3
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #25267 from gitmai/bug-1078243-reset-date-31

Bug 1078243 - [Costcontrol] When the Starting day of the reset period is...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/bfcdaa51e829
Author: mai <mri@tid.es>
Desc: Bug 1078243 - [Costcontrol] When the Starting day of the reset period is 31th, the app does not calculated correctly the end of the reset period.
2014-11-13 07:40:54 -08:00
Carsten "Tomcat" Book
2777124c18 Merge mozilla-central to b2g-inbound 2014-11-13 16:38:44 +01:00
B2G Bumper Bot
d77663d91f Bumping manifests a=b2g-bump 2014-11-13 07:32:16 -08:00
B2G Bumper Bot
ac0e5e79be Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/75e1c4ee15f4
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #25191 from hfiguiere/bug1018491-search

Search improvements - Bug 838035 and bug 1079349 - r=squib

========

https://hg.mozilla.org/integration/gaia-central/rev/c3c3a5b45b99
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 838035 - Part 2: tests for the search context

========

https://hg.mozilla.org/integration/gaia-central/rev/4655b75dde7c
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 838035 - Part 1: Search context

========

https://hg.mozilla.org/integration/gaia-central/rev/8047f5159860
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1079349 - Some integration tests for search.
2014-11-13 07:25:52 -08:00
Carsten "Tomcat" Book
f9d8f1e495 merge mozilla-inbound to mozilla-central a=merge 2014-11-13 16:20:52 +01:00
B2G Bumper Bot
a1a1587e54 Bumping manifests a=b2g-bump 2014-11-13 07:17:25 -08:00