Commit Graph

216731 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
a2f5056148 Merge mozilla-central to b2g-inbound 2014-11-20 16:14:53 +01:00
B2G Bumper Bot
ae1118c30f Bumping manifests a=b2g-bump 2014-11-20 06:57:00 -08:00
B2G Bumper Bot
788f8503f4 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/42232444b435
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #26298 from hfiguiere/rtl-fixes

Lists RTL fixes for music. Bug 1074546 and bug 1101537. r=squib

========

https://hg.mozilla.org/integration/gaia-central/rev/32b41a33f27e
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1101537 - Align list header and item content properly in RTL

========

https://hg.mozilla.org/integration/gaia-central/rev/e8256bb26983
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1074546 - The album cover should be on the right in RTL.
2014-11-20 06:51:56 -08:00
Mike de Boer
8fff94d4a5 Bug 1102230: fix CSS and JS errors that appear in the test log. r=MattN,Niko 2014-11-20 15:26:52 +01:00
Carsten "Tomcat" Book
0536328c4a Backed out changeset 7c4360f398ff (bug 1064002) for causing Bug 1102115 2014-11-20 14:30:54 +01:00
B2G Bumper Bot
d5de62e15f Bumping manifests a=b2g-bump 2014-11-20 04:26:56 -08:00
B2G Bumper Bot
579d899417 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7cfd39b4164a
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #26187 from huchengtw-moz/bug-1100282-lock-configure-activity

Bug 1100282 - [Stingray][System] only allow smart-settings app to handle..., r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/ee061d839814
Author: John Hu <johu@mozilla.com>
Desc: Bug 1100282 - [Stingray][System] only allow smart-settings app to handle configure activity

========

https://hg.mozilla.org/integration/gaia-central/rev/39c1880f4697
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #26178 from huchengtw-moz/bug-1098663-rename-system

Bug 1098663 - [Stingray][System] Rename System to Services to prevent co..., r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/a7b89f03fc10
Author: John Hu <johu@mozilla.com>
Desc: Bug 1098663 - [Stingray][System] Rename System to Services to prevent conflict with ES6
2014-11-20 04:21:53 -08:00
B2G Bumper Bot
29f9f0fd1f Bumping manifests a=b2g-bump 2014-11-20 03:56:57 -08:00
B2G Bumper Bot
946e2c99ce Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bfad9b779186
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #26169 from yfdyh000/add_default_theme_to_tablet

Bug 1082516 - add default_theme to Flatfish tablet. r=rchen

========

https://hg.mozilla.org/integration/gaia-central/rev/15b1949f162d
Author: YFdyh000 <yfdyh000@gmail.com>
Desc: Bug 1082516 - Add the default_theme to Flatfish tablet build

========

https://hg.mozilla.org/integration/gaia-central/rev/ab2b5ddd1894
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1094896 - Make sure we un-highlight the hash key when requesting the IMEI code(s) r=drs
2014-11-20 03:51:54 -08:00
Carsten "Tomcat" Book
2eecef12b3 Merge mozilla-central to b2g-inbound 2014-11-20 12:40:14 +01:00
B2G Bumper Bot
370c2934f5 Bumping manifests a=b2g-bump 2014-11-20 03:38:21 -08:00
Carsten "Tomcat" Book
51947cd702 merge mozilla-inbound to mozilla-central a=merge 2014-11-20 11:38:15 +01:00
Carsten "Tomcat" Book
47b482ca16 merge fx-team to mozilla-central a=merge 2014-11-20 11:36:19 +01:00
B2G Bumper Bot
ea71c0c1d8 Bumping manifests a=b2g-bump 2014-11-20 02:33:25 -08:00
B2G Bumper Bot
eb04b7868d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1120755bb4c5
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #26130 from EragonJ/bug-1086686

Bug 1086686 - [2.1][l10n][Settings] Basque: The USB button header text

========

https://hg.mozilla.org/integration/gaia-central/rev/798d5beaed88
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1086686 - [2.1][l10n][Settings] Basque: The USB button header text
"USB storage" is truncated
2014-11-20 02:31:52 -08:00
Thomas Zimmermann
9e649d1454 Bug 1100883: Cleanup |BluetoothServiceBluedroid::AdapterStateChangedNotification|, r=btian
This patch replaces |ToggleBtAck| with |AcknowledgeToggleBt| in
|BluetoothServiceBluedroid::AdapterStateChangedNotification| and
cleans up the remaining runnables used by this method.

All runnables need to be handled in the same patch, because the
order of operation must not be changed.
2014-11-20 11:06:01 +01:00
Thomas Zimmermann
06597ca4e6 Bug 1100883: Replace most instances of |ToggleBtAck| with calls to |AcknowledgeToggleBt|, r=btian
|AcknowledgeToggleBt| completes a Bluetooth start or stop operation
in the context of |BluetoothService|; That was done by |ToggleBtAck|
before.

This patch replaces |ToggleBtAck| with calls to |AcknowledgeToggleBt|
in |BluetoothServiceBluedroid| for all the trivial cases.
2014-11-20 11:06:01 +01:00
Thomas Zimmermann
8503ec5fb1 Bug 1100883: Move |ToggleBtAck| into |BluetoothService|, r=btian
|ToggleBtAck| completes a start of stop operation on the main thread.

This patch moves the runnable's functionality into |BluetoothService|
and makes it available for methods running on the main thread.
2014-11-20 11:06:00 +01:00
Thomas Zimmermann
7a0b40d119 Bug 1100883: Move helpers of |BluetoothServiceBluedroid| into its namespace, r=btian 2014-11-20 11:06:00 +01:00
B2G Bumper Bot
2981b7c434 Bumping manifests a=b2g-bump 2014-11-20 01:51:35 -08:00
B2G Bumper Bot
3236c17e14 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f8201603e0ad
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #26318 from timdream/keyboard-setting-no-text-select

Bug 1095279 - Stop Keyboard app settings panel to be selectable, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/7d5cd3c54363
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1095279 - Stop Keyboard app settings panel to be selectable
2014-11-20 01:47:00 -08:00
B2G Bumper Bot
b69f817799 Bumping manifests a=b2g-bump 2014-11-20 01:33:27 -08:00
B2G Bumper Bot
36cc614a14 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d58735d54794
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #26185 from huchengtw-moz/bug-1093530-transparent-inline-activity

Bug 1093530 - [Stingray][System] let inline-activity to have transparent..., r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/2b7a0fa8ffbc
Author: John Hu <johu@mozilla.com>
Desc: Bug 1093530 - [Stingray][System] let inline-activity to have transparent background
2014-11-20 01:31:54 -08:00
B2G Bumper Bot
35a342462d Bumping manifests a=b2g-bump 2014-11-20 00:36:56 -08:00
B2G Bumper Bot
5e4b3e7e21 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/17efedc0220b
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #26278 from rexboy7/1098274-add-and-remove-card

bug 1098274 - [Stingray][Home] Add and remove card programitacally. r= dwi2

========

https://hg.mozilla.org/integration/gaia-central/rev/25dfaebb353f
Author: Rex Lee <rexboy@mozilla.com>
Desc: bug 1098274 - [Stingray][Home] Add and remove card programitacally
2014-11-20 00:31:52 -08:00
B2G Bumper Bot
76570500e2 Bumping manifests a=b2g-bump 2014-11-20 00:27:42 -08:00
B2G Bumper Bot
42b08cc1b0 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dd1a3ba00f63
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Revert "Merge pull request #25484 from mancas/bug1082936"

This reverts commit 11bb4b4526df09ddc006fb8cd294fc29ceb23d77, reversing
changes made to 75e10bb632b1e4a47493d0a66bc32fb74249c57f.

Conflicts:
	apps/system/js/icc_worker.js
2014-11-20 00:26:09 -08:00
B2G Bumper Bot
2493613b48 Bumping manifests a=b2g-bump 2014-11-19 22:52:02 -08:00
Chun-Min Chang
c4334d41d4 Bug 1071197 - Ensure user-triggered mouse events are not treated as synthesized. r=kats 2014-11-20 14:45:52 +08:00
Carsten "Tomcat" Book
de601df905 Merge mozilla-central to fx-team 2014-11-21 13:04:46 +01:00
Marco Bonardo
6fe5b5e5d6 Bug 1101478 - Remove the WindowsJumpLists.jsm depedency on hasHistoryEntries. r=jimm
--HG--
extra : rebase_source : 70a9d7a7d4d302ba30dd88d9af01ac61537191ce
extra : histedit_source : 67c597fc0b1bb518aadb15ba4458f92637cb7275%2C20fc9edaf1d6d93ecc669163dc6f26ff86ac5c0b
2014-11-21 12:50:35 +01:00
Mike de Boer
4e62ff1918 Bug 1102806: LoopCalls.jsm introduction forgot to include contacts blocking logic. r=Standard8 2014-11-21 11:55:32 +01:00
Mike de Boer
20b9c5ca4a Bug 1102146: remove trailing whitespace on newline. rs=whitespace 2014-11-21 11:29:48 +01:00
Mike de Boer
7eef2cefd9 Bug 1102146: reduce the amount of HAWK requests for rooms getAll. r=Standard8 2014-11-21 11:23:08 +01:00
Patrick Brosset
f9f667864c Bug 1084442 - Prevent highlighter from being zoomed in/out and incorrectly positioned when the page is zoomed; r=miker 2014-11-21 11:18:03 +01:00
Jordan Santell
5237150282 Bug 1077451 - Render profiler call tree in new performance tool. r=vp 2014-11-20 13:02:00 +01:00
B2G Bumper Bot
947a98e43b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8f54ef1edd43
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #26105 from rexboy7/1098162-contextmenu-smart-system

Bug 1098162 - [stingray][smart-system] Add spatial navigation to context... r=johnhu,dwi2

========

https://hg.mozilla.org/integration/gaia-central/rev/b5ef5c899801
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1098162 - [stingray][smart-system] Add spatial navigation to context menu
2014-11-19 22:41:57 -08:00
B2G Bumper Bot
adb100448f Bumping manifests a=b2g-bump 2014-11-19 22:37:02 -08:00
B2G Bumper Bot
63e5c4ffdb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/936d69a5e13f
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #26274 from mnjul/bug_1094031_use_normalier_in_layout_manager

Bug 1094031 - Let LayoutManager._updateCurrentPage() use LayoutNormalizer._normalizeKey(). r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/4ff774399958
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1094031 - Let LayoutManager._updateCurrentPage() use LayoutNormalizer._normalizeKey()

- Extract a new class LayoutKeyNormalizer from LayoutNormalizer, which can be used by LayoutNormalizer and LayoutManager.
2014-11-19 22:26:57 -08:00
David Anderson
b2e46c1fab Add inactive subframes to the dispatch-to-content region. (bug 1082594, r=tn,kats) 2014-11-19 20:24:15 -08:00
Tatiana Meshkova
ee4083a44f Bug 1023156 - Cannot build Qt with errors in gfxQtPlatforms (with Qt 5.3) 2014-11-19 22:02:51 -08:00
Eddy Bruël
e9c744b134 Bug 1096490 - Fix test failures in browser_devtools_api.js;r=vporof
These test failures occur when you replace the deprecated-sync-thenables in
protocol.js with Promise.jsm.
2014-11-20 05:31:06 +01:00
Robert Strong
1ed96dce09 Windows installer only - Bug 1042558 - remove display of decimals from sizes. r=bbondy 2014-11-19 20:05:05 -08:00
B2G Bumper Bot
0b0695bee7 Bumping manifests a=b2g-bump 2014-11-19 19:47:06 -08:00
B2G Bumper Bot
c747db2cc5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/acd69b5504e8
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #26218 from timdream/input-mgmt-dynamic

Bug 1094559 - Implement DynamicInputRegistry, r=mnjul

========

https://hg.mozilla.org/integration/gaia-central/rev/11ca68edd3b2
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1094559 - Implement DynamicInputRegistry
2014-11-19 19:41:58 -08:00
Wes Kocher
2574c04357 Merge m-c to fx-team a=merge 2014-11-19 19:08:27 -08:00
Wes Kocher
c5e395507d Merge m-c to b2g-inbound a=merge 2014-11-19 19:06:37 -08:00
Wes Kocher
aa4245a7df Merge m-c to inbound a=merge 2014-11-19 19:04:29 -08:00
Ben Turner
bd8f5afb7b Bug 1101223 - Fix assertion failure for IndexedDB child-side race, r=khuey. 2014-11-19 19:03:01 -08:00
B2G Bumper Bot
336d1a5e95 Bumping manifests a=b2g-bump 2014-11-19 19:01:57 -08:00