Commit Graph

437691 Commits

Author SHA1 Message Date
Matthew Noorenberghe
1d22b9fa15 Bug 1196104 - Heartbeat: Support prompts that target private windows. r=bgrins
--HG--
extra : commitid : FcZQWsy7nB3
extra : rebase_source : 3e22c2fa152ebec371b8ab21885d81f3f2b1c2aa
2015-08-28 15:13:59 -07:00
Andrew Halberstadt
012721f796 Bug 1199241 - Average runtime data across platforms instead of keeping it distinct, r=jgriffin
Keeping distinct platform runtime files takes up a lot of space. It also adds complexity and
greater possibility for mistakes, if a file for some arbitrary platform (like pgo) doesn't
exist, there will be a failure. This patch removes all platform specific runtime files and
replaces them with a single per suite file. The times in this file are averaged across all
platforms the tests run on. With the added space savings, we take into account the 50th
percentile of tests, instead of the 90th.

--HG--
extra : commitid : 5L2JbrrWeFG
extra : rebase_source : 655803afec3efe3c02602fb38b77cd46eeb85f77
2015-08-27 17:37:26 -04:00
Masayuki Nakano
1ec05e1f5f Bug 1199224 TSFTextStore should clear mLockedContent unless it needs to wait the content to be modified asynchronously r=emk 2015-08-28 23:17:37 +09:00
Michael Layzell
f616ba32b3 Bug 1184973 - Part 2: Tests for new storage permissions model, r=ehsan, r=smaug 2015-08-28 10:10:36 -04:00
Michael Layzell
d412cade2c Bug 1145744 - Update CacheStorage to use common StorageAllowedForWindow logic, r=bkelly 2015-08-28 10:10:33 -04:00
Michael Layzell
cd6e65d4d5 Bug 1147821 - Update IndexedDB to use common StorageAllowedForWindow logic, r=khuey 2015-08-28 10:10:30 -04:00
Michael Layzell
c98f12f1ae Bug 536509 - Update localStorage to use common StorageAllowedForWindow logic, r=ehsan 2015-08-28 10:10:28 -04:00
Michael Layzell
7547c928d3 Bug 1184973 - Part 1: Add nsContentUtils::StorageAllowedForWindow as a unified mechanism for determining storage avaliability, r=ehsan, r=smaug 2015-08-28 10:10:22 -04:00
Ryan VanderMeulen
19eddf8198 Bug 1194139 - Fix includes order to make the SM style checker happy.
CLOSED TREE
2015-08-28 09:23:36 -04:00
Hiroyuki Ikezoe
593ca26426 Bug 1199283 - nsContentUtils::sIsFrameTimingPrefEnabled should default to false. r=smaug 2015-08-27 14:51:00 -04:00
Paolo Amadini
77ea49ac86 Bug 1199168 - Use "Not Saved" and "Saved" headers in about:privatebrowsing. r=bgrins
--HG--
extra : commitid : C5TC2tinaAS
extra : rebase_source : e09e48bed27cf0ae6c310882b009f4e6f5eb997f
2015-08-27 12:01:34 +01:00
Kartikaya Gupta
5e01e54551 Bug 1199768 - Read the translation from the parent element which actually has the translation rather than the ViewFlipper itself. r=wesj
--HG--
extra : commitid : 1mJYIpCaF2H
2015-08-28 17:22:17 -04:00
Kartikaya Gupta
42112ad989 Bug 1197811 - Turn the LayerView into a ScrollView that scrolls to shift the surface rather than using setTranslation. r=rbarker
On Gingerbread devices (Android API 9 or 10) the ViewHelper.setTranslationY code
doesn't work to move the SurfaceView. In order to acheive that effect I turned
LayerView into a ScrollView with a dummy element at the top, and allow it to
scroll. This allows the SurfaceView to move as desired. A few places in the code
were assuming that the LayerView and SurfaceView were always at the same screen
location (which was true before but not any more) and so those sites needed
some updating as well.

--HG--
extra : commitid : Jpr1k74MOAD
2015-08-28 17:22:17 -04:00
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