Граф коммитов

437957 Коммитов

Автор SHA1 Сообщение Дата
Kartikaya Gupta 587a360099 Bug 1197811 - Extract a wrapper for setting the background color on the SurfaceView. r=rbarker
--HG--
extra : commitid : 5ZFBWj7Lofh
2015-08-28 17:22:17 -04:00
Kartikaya Gupta 89a588ea02 Bug 1197811 - Extract a wrapper for getting/setting the translation on the LayerView. r=rbarker
--HG--
extra : commitid : 4TUIGjEccG0
2015-08-28 17:22:17 -04:00
Markus Stange d1afc73357 Bug 1016035 - Swallow the rest of the scroll gesture after swiping without APZ. r=kats
With APZ this is handled because starting a swipe interrupts the PanGesture input block, and momentum events don't start a new input block so APZ ignores them.

--HG--
extra : commitid : 83ArxgT5QUT
extra : rebase_source : afccf434dc0e309f972ff9851efc018374f0f5f6
2015-08-27 00:23:09 -04:00
Markus Stange 2705f93fbd Bug 1016035 - Don't wait for content to say that we need to swipe if APZ has enough information. r=kats
--HG--
extra : commitid : CUZqiDbltTx
extra : rebase_source : 90fb8cf0023177b7bb98ff93c5667c8dbc153f29
2015-08-28 16:50:00 -04:00
Michael Comella 26b988279e Bug 1198955 - Remove `FENNEC_TITLE_IN_TITLEBAR_ENABLED` probe. r=ally
--HG--
extra : commitid : 3v3YSxFxWrs
extra : rebase_source : 365fc4f35a6ad594f0f5f47b6ab86cce0736c2d7
2015-08-26 14:11:11 -07:00
Dave Townsend abf37d8511 Backing out bug 1188001 due to unintentional regressions (bug 1198424).
--HG--
extra : commitid : J3A2SxJ8tPW
extra : rebase_source : d419dfd204b29d2e1d13f2b72b2111e8688a2505
2015-08-28 14:13:41 -07:00
Dave Townsend a176d489a0 Bug 1146603: Use messaging to set up the parent and child workers for tab.attach. r=jsantell
--HG--
extra : commitid : 1eKD6egU5SB
extra : rebase_source : 3d62cc6ea611d057397d7e38f1c9a32a6c0dc062
2015-08-27 13:57:44 -07:00
Gregory Arndt d4f2cc67bf Bug 1198876 - Update docker images to use taskcluster-vcs 2.3.9 r=wcosta
--HG--
extra : commitid : 2a8f6OoeovG
extra : rebase_source : 9ab4a320c4cdc2fe6c60d9f732cf07b822d379bc
2015-08-26 13:54:23 -05:00
B2G Bumper Bot 0ac1b6c1b3 Bumping manifests a=b2g-bump 2015-08-31 09:57:15 -07:00
B2G Bumper Bot 8b22f87503 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d78e768907b4
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #31617 from JohanLorenzo/bug-1182525

Bug 1182525 - [Aries] Deactivate the DSDS acceptance tests

========

https://hg.mozilla.org/integration/gaia-central/rev/2ed6c2f5e3f2
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1182525 - [Aries] Deactivate the DSDS acceptance tests

========

https://hg.mozilla.org/integration/gaia-central/rev/05395ec7d81c
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #31614 from JohanLorenzo/bug-1182111

Bug 1182111 - Deactivate FM radio tests

========

https://hg.mozilla.org/integration/gaia-central/rev/defbd94b48e3
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1182111 - Deactivate FM radio tests

========

https://hg.mozilla.org/integration/gaia-central/rev/15ae92f63bd1
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31505 from zbraniecki/1027117-remove-innerHTML-from-l10n

Bug 1027117 - Remove all .innerHTML attributes from l10n resources. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/48da11972342
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1027117 - Remove all .innerHTML attributes from l10n resources
2015-08-31 09:55:35 -07:00
B2G Bumper Bot 4995b82183 Bumping manifests a=b2g-bump 2015-08-31 09:27:02 -07:00
B2G Bumper Bot 6c68030bde Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5523506a1a9a
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #31607 from gasolin/issue-1200143

Bug 1200143 - [Settings] code maintenance, r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/473401887169
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1200143 - [Settings] code maintenance, r=yzen
2015-08-31 09:25:21 -07:00
Thomas Zimmermann f0d5f8b3dc Bug 1199110: Remove AVRCP support from |BluetoothA2dpManager| and convert callers, r=shuang
This patch removes AVRCP support from |BluetoothA2dpManager| and
converts all callers to use |BluetoothAvrcpManager| instead.
2015-08-31 17:27:47 +02:00
Thomas Zimmermann 1d5487d615 Bug 1199110: Add |BluetoothAvrcpManager| to Bluedroid and BlueZ backends, r=shuang
The new |BluetoothAvrcpManager| classes are copies of |BluetoothA2dpManager|
without the A2DP bits.

--HG--
rename : dom/bluetooth/bluedroid/BluetoothA2dpManager.cpp => dom/bluetooth/bluedroid/BluetoothAvrcpManager.cpp
rename : dom/bluetooth/bluedroid/BluetoothA2dpManager.h => dom/bluetooth/bluedroid/BluetoothAvrcpManager.h
rename : dom/bluetooth/bluez/BluetoothA2dpManager.cpp => dom/bluetooth/bluez/BluetoothAvrcpManager.cpp
rename : dom/bluetooth/bluez/BluetoothA2dpManager.h => dom/bluetooth/bluez/BluetoothAvrcpManager.h
2015-08-31 17:27:47 +02:00
Thomas Zimmermann df94c725aa Bug 1199110: Use mPlayStatus to determine track selection, r=shuang
This change removes AVRCP's dependency on the A2DP state.
2015-08-31 17:27:47 +02:00
B2G Bumper Bot ffc793115e Bumping manifests a=b2g-bump 2015-08-31 08:16:57 -07:00
B2G Bumper Bot 5c4b18fecb Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5df7c117434f
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #31612 from millermedeiros/1187510-toolbar-color

Bug 1187510 - [Calendar] Status bar color for add account

========

https://hg.mozilla.org/integration/gaia-central/rev/ab3130e9629b
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1187510 - [Calendar] Status bar color for add account

========

https://hg.mozilla.org/integration/gaia-central/rev/42d5451d6bff
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #31613 from mozilla-b2g/revert-31477-bug1196441-overlay-tests

Revert "Bug 1196441 - overlay tests"

========

https://hg.mozilla.org/integration/gaia-central/rev/8166399346ae
Author: Hubert Figuière <hub@figuiere.net>
Desc: Revert "Bug 1196441 - overlay tests"
2015-08-31 08:15:17 -07:00
Andrew Halberstadt 2b2d61fc34 Bug 1198728 - Stop scheduling gaia-ui-tests (Gip) on b2g_desktop across all branches, r=garndt
--HG--
extra : commitid : BLdi3vhMG96
extra : rebase_source : 09d4dd4a0ca27e80b34544c292f1e042244880b8
2015-08-26 10:52:05 -04:00
Andrew Halberstadt 083eb6ab82 Bug 1181261 - Re-add testing/config/mozharness/b2g_emulator_config.py to unblock emulator-kk test effort, DONTBUILD, r=me
Test jobs scheduled through taskcluster do not use the in-tree mozharness config. When bug 1181261 landed, it broke an
effort to get tests running on emulator-kk builds. These are not live yet, so the error wasn't caught. Bug 1188330 tracks
getting test jobs to use the in-tree mozharness, but until that happens, re-adding the config file will get them on their
way again quicker.

--HG--
extra : commitid : BxXDZl6P0Lo
extra : rebase_source : c4558cd04789f4b410990e2bed205625b805abd9
2015-08-28 09:31:45 -04:00
Ting-Yu Lin e63f8dd3e4 Bug 1197739 - Do not change focus too early unless the frame is selectable. r=roc
Split |ChangeFocus| into two separate functions: |GetFocusableFrame| and
|ChangeFocusToOrClearOldFocus|.

We should only change the focus to the focusable frame until
AccessibleCaretManager is going to:

1) Dispatch CaretStateChangedEvent on an empty editable field.
2) Select a word on a selectable frame.

--HG--
extra : transplant_source : %C9v%F6%9B%EE%85y%9B0%AD8%CB%1B%E1%22%98%DE%D5%B9e
2015-08-27 16:55:33 -04:00
Gijs Kruitbosch 9b55c67e43 Bug 1193387 - Import reading list from MS Edge. r=jaws 2015-08-26 15:34:02 +01:00
Sami Jaktholm cf626448a7 Bug 1198155 - Filter out unexpected messages to ensure the test message can be clicked. r=past
If some other messages are printed to the console during this test they
might push the test message out of view which causes it to be
unclickable. The filter ensures that random messages during the test
can't push the test message out of view.
2015-08-30 11:08:02 +03:00
Jared Wein 14a9ae9eba Bug 1191250 - Defer showing the default browser prompt to 2nd run (and only show it a maximum of three times). r=jimm 2015-08-28 16:30:00 -04:00
Johan K. Jensen 2f97c53276 Bug 970625 - Add dpi-option to screenshot command. r=jryans 2015-08-27 04:17:00 -04:00
Andrew Osmond 6b870b8947 Bug 1171170 - Consolidate/cache access to permissions, cycle collected objects in device storage. r=dhylands 2015-08-25 20:13:34 -04:00
B2G Bumper Bot c89ed01183 Bumping manifests a=b2g-bump 2015-08-31 07:21:50 -07:00
B2G Bumper Bot 1827f51256 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ce6a89424686
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31399 from jaoo/1185805

Bug 1185805 - APN Settings: parse fota apn type from apn database

========

https://hg.mozilla.org/integration/gaia-central/rev/4d84b1a9f1d7
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 1185805 - APN Settings: parse fota apn type from apn database. r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/617887994308
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #31518 from JohanLorenzo/bug-1184505

Bug 1184505 - [Aries] test_enable_cell_data_via_settings_app fails be…

========

https://hg.mozilla.org/integration/gaia-central/rev/9c02644cdc3f
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Fixes per @mwargers' comments

========

https://hg.mozilla.org/integration/gaia-central/rev/fce6e9e7c0cd
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1184505 - [Aries] test_enable_cell_data_via_settings_app fails because only 1 SIM is displayed
2015-08-31 07:20:09 -07:00
Andrew Halberstadt 2f9fede2b8 Bug 1181261 - Re-add testing/config/mozharness/marionette.py to unblock emulator-kk test effort, r=me
--HG--
extra : commitid : 6hczeLCskAd
extra : rebase_source : fd7af1e44b26bc563fc9f2dd1306d3735e7d6209
2015-08-31 10:03:40 -04:00
B2G Bumper Bot 31c2a44ac7 Bumping manifests a=b2g-bump 2015-08-31 06:59:16 -07:00
B2G Bumper Bot 1e3ce3a420 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c707327a6803
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #31477 from hfiguiere/bug1196441-overlay-tests

Bug 1196441 - overlay tests r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/0ad0d2d6e220
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1196441 - Reenable overlay tests.
2015-08-31 06:58:51 -07:00
Sean Lin 16cb2d0274 Bug 1192727 - Improve the way that Presentation receiver gets the ID of the incoming session. r=smaug
--HG--
extra : histedit_source : 9ca69ab5fb5b440050bf6cd9e9e95242d31c2b27
2015-08-31 13:24:35 +08:00
B2G Bumper Bot e921df5cdc Bumping manifests a=b2g-bump 2015-08-31 06:02:13 -07:00
B2G Bumper Bot 893097803e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3462f6de5456
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #31539 from Cwiiis/bug1169002-homescreen-pinned-pages

Bug 1169002 - [User Story] View Pinned Pages. r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/3ed5a029abb1
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1169002 - [User Story] View Pinned Pages. r=albertopq
2015-08-31 06:00:30 -07:00
B2G Bumper Bot 6fbb6bdfea Bumping manifests a=b2g-bump 2015-08-31 04:47:14 -07:00
B2G Bumper Bot ed19ce5298 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/db44705ef816
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #31596 from azasypkin/bug-1200116-mms-in-tests

Bug 1200116 - [Messages][Tests] ThreadGenerator should be able to create threads with MMS. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/90332f2507cb
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1200116 - [Messages][Tests] ThreadGenerator should be able to create threads with MMS. r=julien
2015-08-31 04:45:32 -07:00
B2G Bumper Bot d8dfdce3e8 Bumping manifests a=b2g-bump 2015-08-31 03:52:17 -07:00
B2G Bumper Bot a1537ea4eb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1ab244426293
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #31606 from rickychien/bug-1179347

Bug 1179347 - "Internet sharing" text should be more concise r=@gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/363512d3c316
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1179347 - "Internet sharing" text should be more concise
2015-08-31 03:50:36 -07:00
B2G Bumper Bot 90059e320a Bumping manifests a=b2g-bump 2015-08-31 02:36:55 -07:00
B2G Bumper Bot e34435e2cf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e15369ea9cfd
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31525 from zbraniecki/1192744-use-hour12-in-message-report

Bug 1192744 - Use mozHour12 in SMS message report. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/deaca9ef3cd7
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1192744 - Use mozHour12 in SMS message report
2015-08-31 02:35:12 -07:00
B2G Bumper Bot 91b614655e Bumping manifests a=b2g-bump 2015-08-31 01:42:45 -07:00
B2G Bumper Bot 274ca958df Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9428a5a8f195
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #31600 from azasypkin/bug-1169576-revert-conversation-service-get-threads

Revert "Merge pull request #31051 from azasypkin/bug-1169576-conversation-service-get-threads"

========

https://hg.mozilla.org/integration/gaia-central/rev/f90ac80984f8
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Revert "Merge pull request #31051 from azasypkin/bug-1169576-conversation-service-get-threads"

This reverts commit 664bed482e0f33f307e6f21e1341a0320ac81f13, reversing
changes made to 628a4c4a0ca74fad7107883e1832527293e0575e.
2015-08-31 01:40:41 -07:00
B2G Bumper Bot 057f961fc1 Bumping manifests a=b2g-bump 2015-08-31 01:18:59 -07:00
B2G Bumper Bot d6377a43cd Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2cb181832044
Author: Rex Lee <rexboy@mozilla.com>
Desc: Revert "Merge pull request #31571 from Fischer-L/bug_1195657-focus-leftmost-card"

This reverts commit 22694da9985b33e11cd4165a4078dda96fc82213, reversing
changes made to 529e05df920cf3abe1d9f9638bb9cc4c18293f5e.
2015-08-31 01:17:19 -07:00
B2G Bumper Bot 1b2d5814a2 Bumping manifests a=b2g-bump 2015-08-30 22:47:12 -07:00
B2G Bumper Bot 983ae7a663 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7fb1da42e432
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #31510 from gasolin/issue-1197735

Bug 1197735 - [Bluetooth] proper process _onDefaultAdapterChanged stat, r=tim

========

https://hg.mozilla.org/integration/gaia-central/rev/95a2b038f7c3
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1197735 - [Bluetooth] proper process _onDefaultAdapterChanged stat, r=tim
2015-08-30 22:45:32 -07:00
Gijs Kruitbosch 1ec66fe1ab Bug 1188194 - fix top border on win8 for lightweight themes, r=jaws
--HG--
extra : commitid : HjQWyWyTfBE
extra : rebase_source : 3804114f090c1bc7d0c19fe5a52554b7a82335af
2015-08-25 21:48:25 +01:00
Gijs Kruitbosch d4ece47e19 Bug 1179395 - do not get individual titlebar button measurements on win8+ because we never use them, r=jimm
--HG--
extra : commitid : 1mMmK75maqh
extra : rebase_source : 87965a4dcd4e53481f8b20cd4ef998f8cb3d125f
extra : histedit_source : 410b98e7259a0992045ced2a8224b52cf5b99dbf
2015-08-28 14:11:07 +01:00
Gijs Kruitbosch 401676f74d Bug 1193387 - import reading list from MS Edge, r=jaws
--HG--
extra : commitid : 34sg1pQ6KT1
extra : rebase_source : add740bf83fa516065d8904d3b85506550a7aaf6
2015-08-26 15:34:02 +01:00
Mark Banner d3552eb177 Bug 1199734 - Loop's ui-showcase doesn't need to load sdk - avoid errors loading TB.min.css. r=andreio 2015-08-28 21:26:29 +01:00
Mark Banner 1c0941c638 Follow-up to bug 1174702 - correctly align the title of the web page for the checkbox in the context editing. r=andreio 2015-08-28 21:26:29 +01:00