Commit Graph

413023 Commits

Author SHA1 Message Date
Alessio Placitelli
81b3e42564 Bug 1127918 - Record & submit the appropriate telemetry datasets when FHR is enabled. r=vladan 2015-03-09 00:53:00 +01:00
Alessio Placitelli
d19436f3f5 Bug 1134279 - Change Telemetry data producers to use the correct recording flags. r=vladan 2015-03-23 04:39:00 +01:00
Alessio Placitelli
50b33bc2af Bug 1134279 - Make TelemetryPing and TelemetrySession code use the "FHR enabled" & "Telemetry enabled" prefs properly. r=vladan 2015-03-25 16:42:14 +01:00
Brian Grinstead
7dc325e399 Bug 1094821 - Install a devedition lightweight theme on startup, then wait for it to be applied before applying devedition styles;r=Gijs 2015-03-25 06:54:18 -07:00
Tim Taubert
91752e0cf4 Bug 1100291 - Fix a few tests to wait until a newly opened tab is loaded before using for further testing r=Gijs 2015-03-17 18:49:54 +01:00
Tim Taubert
0e3c094d7a Bug 1100291 - Fix browser/base/content/test/general/browser_locationBarCommand.js to work with an async getShortcutOrURIAndPostData() r=margaret 2015-03-09 14:23:36 +01:00
Tim Taubert
25f7753fcc Bug 1100291 - Fix browser/base/content/test/general/browser_urlbarEnter.js to work with an async getShortcutOrURIAndPostData() r=dao 2015-03-06 22:55:20 +01:00
Tim Taubert
d04ed886cd Bug 1100291 - Make browser/base/content/test/general/browser_urlbarStop.js work with an async getShortcutOrURIAndPostData() and prepare it for e10s r=dao 2015-03-06 19:45:42 +01:00
Tim Taubert
66d529795b Bug 1100291 - Fix docshell/test/browser/browser_uriFixupIntegration.js to properly work with an async version of getShortcutOrURIAndPostData() and make it e10s compatible r=Gijs 2015-03-06 16:37:26 +01:00
Tim Taubert
fe32d3441f Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed callback off a zero timeout r=paolo,f=mak 2015-03-06 16:46:50 +01:00
Mark Banner
d32f517741 Bug 1147104 - Add running e10s based mochitests to run-all-loop-tests.sh to help catch Loop failures before they land. r=jaws NPOTB DONTBUILD 2015-03-25 10:43:09 +00:00
Patrick Brosset
618f4cbb94 Bug 1146566 - 2 - Avoid using CPOWs in test browser_markupview_tag_edit_03.js; r=bgrins
This change updates the browser_markupview_tag_edit_03.js test by making use of the
getDomElementInfo message listener to retrieve information about the tested nodes
without having to go through CPOWs.

--HG--
extra : rebase_source : 550d6fdf0baa4557be024e42de1e9b7f03652b0b
extra : histedit_source : 65f0bdbdb1b315783b101eb54b2f405c03a1f79d
2015-03-24 10:55:02 +01:00
Patrick Brosset
9900719f1f Bug 1146566 - 1 - Use devtools common frame-script in markupview tests and add helper; r=bgrins
This change loads the devtools common frame-script-utils.js frame-script in the browser message
manager when a new test tab is opened by a test, and it adds a new getDomElementInfo message
listener useful for many tests to retrieve data about a node without having to go through a
CPOW.

--HG--
extra : rebase_source : 7783609faa96ba9a321156f781101244acd9ae2d
extra : histedit_source : 171b976aa669f59342d31dbe278cda3769988c2b%2C5c1851a0090c961e04c26ecdc167b4c4b965c73f
2015-03-25 10:53:24 +01:00
Dão Gottwald
7bebde2a3b Bug 1139656 followup, addressing flod's review comments 2015-03-25 08:59:29 +01:00
Mark Hammond
ef3fb42bb5 Bug 1147270 followup - fix stray quote character. r=me 2015-03-25 17:35:33 +11:00
Mark Hammond
2004d7b0e7 Bug 1147270 - extract Sync's device name logic so it can be used by reading list. r=rnewman 2015-03-25 16:28:19 +11:00
Mark Hammond
a558a2ad93 Bug 1146068 (part 2) - fix log manager to automatically set log level for all logs under its control. r=adw 2015-03-25 16:28:18 +11:00
Mark Hammond
3cab41b89b Bug 1146068 (part 1) - fix scheduler to match readinglist sync engine implementation. r=adw 2015-03-25 16:28:18 +11:00
Drew Willcoxon
2559961e02 Bug 1131416 - Desktop syncing module for reading list service (sync module). r=markh 2015-03-20 15:48:53 -07:00
Wes Kocher
407619ed84 Merge m-c to fx-team a=merge CLOSED TREE 2015-03-24 18:38:29 -07:00
Wes Kocher
a2b428efea Merge fx-team to m-c a=merge CLOSED TREE 2015-03-24 18:12:58 -07:00
Wes Kocher
18e7ecac64 Merge inbound to m-c a=merge CLOSED TREE 2015-03-24 18:03:49 -07:00
Gijs Kruitbosch
332d99565c Bug 1146666 - fix reader mode button's dealing with history.pushState, r=margaret
--HG--
extra : rebase_source : 7e319675091bebc7f48d0683058195cfdecbeabe
2015-03-25 00:33:16 +00:00
Michael Comella
0d23218b13 Bug 1130203 - Remove retry button in share overlay retry toast. r=margaret
Toasts are unclickable (http://stackoverflow.com/a/20698525) so this button
never actually did anything. If we want to add this functionality, we'd have to
use a new toasting API (dialog was suggested) and potentially create a new
Activity (so it can be shown over another underlying Activity).

We could implement this but it'd be better to spend time creating system
notifications to show tab sending progress (bug 1145434).

--HG--
extra : rebase_source : 179069f2757650000640af8bed6693572efb34a7
extra : histedit_source : 94f511ba2b0fe63f33abaedc1a5c9e2250634172
2015-03-24 17:16:00 -07:00
Ryan VanderMeulen
5ca6ac7ada Backed out changeset 37bd20ca096a (bug 1139656) for test_blocklistchange.js xpcshell failures.
CLOSED TREE
2015-03-24 15:36:48 -04:00
Stephen Pohl
c7c87f5d03 Bug 1146565 - Ensure proper CDM install state when the media.eme.enabled pref is toggled when Firefox isn't running. r=mossop 2015-03-24 15:36:19 -04:00
Ryan VanderMeulen
c12adf0b76 Backed out changeset b78aa57b284e (bug 1146565) for test_blocklistchange.js xpcshell failures.
CLOSED TREE
2015-03-24 15:33:21 -04:00
Ryan VanderMeulen
3120ab0db9 Backed out changeset b192e6e16c1b (bug 1142687) for mochitest-e10s failures.
CLOSED TREE
2015-03-24 14:32:20 -04:00
Ryan VanderMeulen
f70a404034 Backed out changesets ade5347d0627, 0b9529b44e23, a139d273f07b, and 0994ae599f13 (bug 1139460) for widespread mochitest crashes.
CLOSED TREE
2015-03-24 14:31:55 -04:00
Paolo Amadini
8d9450a933 Bug 1145913 - Make the username in the password notification editable. r=MattN 2015-03-24 11:18:19 -07:00
Ehsan Akhgari
6a5db3b1bb Bug 1140804 follow-up: Use final and override instead of the macros which don't exist any more
Landed on a CLOSED TREE to fix bustage.
2015-03-24 14:12:17 -04:00
B2G Bumper Bot
88af39b946 Bumping manifests a=b2g-bump 2015-03-24 10:34:51 -07:00
B2G Bumper Bot
9074516c0b Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/26282fe3ad19
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1139303 - Optimise home-screen edit mode. r=kgrandon"

This reverts commit 5b81e3a2fb6f7d62bf0ccc3561eb8e41a69afed6.

========

https://hg.mozilla.org/integration/gaia-central/rev/383f07b472ab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #29105 from KevinGrandon/test_docker_revert

Revert "NO BUG - Move docker image to quay io r=me a=bustage"

========

https://hg.mozilla.org/integration/gaia-central/rev/75539fc95c31
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "NO BUG - Move docker image to quay io r=me a=bustage"

This reverts commit 647286a1b9d06091faeb7e0a7a831e72604d0983.
2015-03-24 10:32:01 -07:00
James Long
baf59606e2 Bug 1136341 - fix source actors representing inline scripts in XUL files so breakpoints work r=ejpbruel
--HG--
extra : rebase_source : 95f75743470a96f46e9dcb527f70d9f0d2c3253a
2015-03-24 10:01:00 -07:00
Matthew Noorenberghe
b2a7f5ef69 Bug 1120860 - Measure whether an <input type=password> is associated with a <form> in BindToTree. r=smaug
--HG--
extra : rebase_source : bbabe796a1ec1c6d545cec4dc61e51c3bba31624
2015-03-24 10:27:56 -07:00
B2G Bumper Bot
3094b4749c Bumping manifests a=b2g-bump 2015-03-24 09:43:25 -07:00
B2G Bumper Bot
a445da2b5b Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/035c3a69b4f5
Author: James Lal <james@lightsofapollo.com>
Desc: NO BUG - Move docker image to quay io r=me a=bustage
2015-03-24 09:40:26 -07:00
Ryan VanderMeulen
d9dde45ad4 Merge m-c to b2g-inbound. a=merge 2015-03-24 12:00:00 -04:00
Ryan VanderMeulen
68565c39fb Merge fx-team to m-c. a=merge 2015-03-24 11:55:30 -04:00
B2G Bumper Bot
0b69af0ff7 Bumping manifests a=b2g-bump 2015-03-24 08:39:41 -07:00
B2G Bumper Bot
9ae4840f4d Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e267d5ce42bc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1143862 - merge pull request #29012 from yzen:bug-1143862 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/1974b52baea9
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1143862 - fixed video title truncation regression because of the display: none; style.

========

https://hg.mozilla.org/integration/gaia-central/rev/c14b4c32a76f
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1145059 - merge pull request #29100 from DouglasSherk:1145059-callscreen-rtl-toolbar to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/2e70e0eaa266
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1145059 - Set Callscreen keypad's toolbar to be always LTR. r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/59ca8d4fc4d6
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1139303 - merge pull request #28634 from Cwiiis:bug1139303-optimise-edit-mode to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/230c31cd7df0
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1139303 - Optimise home-screen edit mode. r=kgrandon

This makes a number of small optimisations/changes:

- Don't set will-change on everything in edit mode.
- Cache item positions to avoid redundant style changes.
- Throttle grid rearrangement.
- More aggressively throttle successive grid rearrangements.
- (Mostly) fix jank while auto-scrolling on homescreen edit.
- Increase long-press delay in edit mode.

Collectively, these changes improve responsiveness of the homescreen
edit mode.
2015-03-24 08:37:03 -07:00
Ryan VanderMeulen
aae0890a34 Merge b2g-inbound to m-c. a=merge 2015-03-24 11:36:22 -04:00
Ryan VanderMeulen
1466cf7d78 Merge inbound to m-c. a=merge 2015-03-24 11:34:55 -04:00
B2G Bumper Bot
91a32f628d Bumping manifests a=b2g-bump 2015-03-24 08:05:28 -07:00
B2G Bumper Bot
730581e9d4 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a76d6776cc9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1144784 - [System] Asking for more than one permission in a short period of time is broken r=gasolin"

This reverts commit a9a8a17f29d6f7050c6c5ce052eb6910d5be7be9.
2015-03-24 08:02:53 -07:00
Ryan VanderMeulen
8d602517b5 Backed out 3 changesets (bug 1061364, bug 1117603) for B2G xpcshell permafail.
Backed out changeset aaf374ba062f (bug 1061364)
Backed out changeset 67fece279049 (bug 1117603)
Backed out changeset fe8ba59678a2 (bug 1117603)

CLOSED TREE
2015-03-24 09:13:06 -04:00
B2G Bumper Bot
52e052c2c9 Bumping manifests a=b2g-bump 2015-03-24 05:47:59 -07:00
B2G Bumper Bot
0627baf65b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c1db04cf683e
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Merge pull request #28977 from RickyChien/import-config-to-node

Bug 1131506 - Running import-config.js on node.js r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/07a29eb5339b
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1131506 - Running import-config.js on node.js
2015-03-24 05:45:21 -07:00
B2G Bumper Bot
51872e0334 Bumping manifests a=b2g-bump 2015-03-24 05:18:01 -07:00
B2G Bumper Bot
e9f06d6b8c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9b29e8d5e0cd
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1146400 - merge pull request #29067 from tauzen:Bug1146400_no_nfcdom_check to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/e09a787a7bb0
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1146400 - [NFC] Remove mozNfc checks from NfcManager, small clean up. r=gweng
2015-03-24 05:15:26 -07:00