Commit Graph

263378 Commits

Author SHA1 Message Date
Phil Ringnalda
ee4b33db2e Merge m-c to b-i 2015-09-18 21:54:17 -07:00
Phil Ringnalda
45d1b8a22f Merge f-t to m-c, a=merge 2015-09-18 21:46:16 -07:00
Nihanth Subramanya
2333d28711 Bug 1110771 - One-click search buttons should have a right-click menu. r=florian 2015-09-18 16:51:23 -07:00
Matthew Noorenberghe
db86effb33 Bug 1201909 - Set the production www.mozilla.org URL for the tracking protection tour. r=javaun 2015-09-18 16:29:47 -07:00
Christoph Kerschbaumer
0fd13208e7 Bug 1204703 - Make nsContentSecurityManager scriptable (r=sicking) 2015-09-18 09:27:15 -07:00
Christoph Kerschbaumer
ed98b33261 Bug 1204703 - Add AsyncOpen2 to channels in toolkit/ and b2g/ (r=sicking) 2015-09-18 09:27:32 -07:00
Christoph Kerschbaumer
dff4d732af Bug 1204703 - Add AsyncOpen2 to channels within JS tests (r=sicking) 2015-09-18 09:27:52 -07:00
Wes Kocher
799dab9df6 Backed out 3 changesets (bug 1143922) for landing with the wrong bug number
Backed out changeset 309b4d1ab81c (bug 1143922)
Backed out changeset deda472458fd (bug 1143922)
Backed out changeset 977d5b7ecba3 (bug 1143922)
2015-09-18 14:13:33 -07:00
Wes Kocher
8c6af632bc Merge m-c to inbound, a=merge 2015-09-18 14:04:52 -07:00
Wes Kocher
4967dc5d3d Merge b2ginbound to central, a=merge 2015-09-18 14:01:50 -07:00
Wes Kocher
97e98d9612 Merge fx-team to central, a=merge 2015-09-18 13:58:09 -07:00
Panos Astithas
b12645e581 Bug 1206102 - Make the TP list names more flexible from a l10n standpoint. r=paolo f=flod 2015-09-18 18:53:58 +03:00
Carsten "Tomcat" Book
2f26ad4c09 Backed out 5 changesets (bug 1205540) for Assertion Failurs in m2-e10s tests on a CLOSED TREE
Backed out changeset e89d8182d588 (bug 1205540)
Backed out changeset abace4cdec06 (bug 1205540)
Backed out changeset b3f6e1db7233 (bug 1205540)
Backed out changeset 0d122cb34921 (bug 1205540)
Backed out changeset 4de5f87180fb (bug 1205540)
2015-09-18 16:36:33 +02:00
Ben Kelly
46c751a222 Bug 1206084 Always Cancel() channel in nsCORSListenerProxy for failed redirects. r=ehsan 2015-09-18 07:15:39 -07:00
Andrew Halberstadt
3f723eb82a Bug 1206073 - [xpcshell] Fix default value for testingModulesDir when running from mach, r=jgraham 2015-09-18 10:00:40 -04:00
Jim Chen
b8e1e51d50 Bug 1197974 - Force Gecko to exit when explicitly quitting; r=mfinkle
Currently we "quit" by closing the last window, but this bug makes us
not quit Gecko automatically when the last window closes. Therefore we
should force Gecko to quit. This patch also makes our quit code
consistent with the addon restart code at [1], i.e. using
nsIAppShell::Quit to quit and sending the "quit-application-requested"
notification. The previous notification,
"browser-lastwindow-close-requested", appears to only be used on
desktop.

[1] mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js?rev=f61c3cc0eb8b#6287
2015-09-18 09:17:11 -04:00
Jim Chen
dd18af289b Bug 1197974 - Don't exit Gecko on Android even if there's no window; r=snorp
Gecko on Android follows the Android app model where it never stops
until it is killed by the system or told explicitly to quit. Therefore,
we should exit Gecko when there is no window or the last window is closed.
2015-09-18 09:17:10 -04:00
Jim Chen
8d0f2bae4c Bug 1196381 - Eliminate breakpad dependency in ThreadStackHelper; r=nfroyd r=snorp
The breakpad dependency in ThreadStackHelper is preventing us from
upgrading our in-tree copy to a newer version (bug 1069556). This patch
gets rid of that dependency. This makes native stack frames not work
for BHR, but because of the ftp.m.o decommissioning, native
symbolication was already broken and naive stack frames already don't
work, so we don't really lose anything from this patch.

Eventually we want to make ThreadStackHelper use other means of
unwinding, such as LUL for Linux

I added | #if 0 | around the code to fill the thread context, but left
the code in because I think we'll evenually want to reuse some of that
code.
2015-09-18 09:17:10 -04:00
Jim Chen
377c853ed6 Bug 1199444 - Add test for BundleEventListener; r=mcomella
Bug 991167 added BundleEventListener that allow dispatching an event
directly to the UI thread or to the background thread. This patch adds
tests to testEventDispatcher, to test that the events are dispatched on
the correct threads and that the Bundle messages are correct. Because
these events are asynchronous, the test waits for each event to be
processed before continuing.
2015-09-18 09:17:10 -04:00
Alexander Surkov
b933f5ff28 Bug 1205476 - crash in mozilla::a11y::DocAccessible::ProcessInvalidationList(), r=smaug 2015-09-18 08:52:46 -04:00
Patrick Brosset
dd9b3a24ec Bug 1156757 - Turn ON the animation inspector UI v3 by default and remove v2; r=past 2015-09-18 13:12:36 +02:00
Paolo Amadini
bbb8c35d74 Bug 1205715 - Strings for Control Center when HTTP pages have login forms. r=ttaubert 2015-09-17 16:58:15 +01:00
Mike de Boer
644dba7216 Bug 1204577: remove invalid CSS properties from Loop/ Hello source files. r=Standard8 2015-09-18 13:20:59 +02:00
Panos Astithas
d19fba0c7e Bug 1177085 - Add a preferences panel for changing the pre-loaded TP blocklist. r=jaws,francois 2015-09-18 15:29:45 +03:00
Carsten "Tomcat" Book
4f33932b80 Merge mozilla-central to fx-team 2015-09-18 13:26:51 +02:00
Carsten "Tomcat" Book
1f8a1e2a96 merge mozilla-inbound to mozilla-central a=merge 2015-09-18 13:19:00 +02:00
Carsten "Tomcat" Book
182936e352 merge fx-team to mozilla-central a=merge 2015-09-18 12:03:30 +02:00
Georg Fritzsche
1b25f70430 Bug 1205833 - Don't log an error if we did not store any datareporting policy notify date yet. r=dexter 2015-09-18 13:17:16 +07:00
B2G Bumper Bot
18d4039213 Bumping manifests a=b2g-bump 2015-09-17 23:13:43 -07:00
B2G Bumper Bot
d364a8ed19 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0beec8dba282
Author: Nigel Babu <nigel@nigelb.me>
Desc: Disable form_test.js for unexplained perma-fail
2015-09-17 23:10:27 -07:00
Dan Mosedale
689b23f5c3 Backed out changeset 18f5bcaab8ec (bug 1190738), to avoid a nasty merge issue 2015-09-17 22:59:18 -07:00
John Daggett
179cf6e72b Bug 1205570 - fix up font prefs for x-math lang group. r=heycam 2015-09-18 13:48:45 +09:00
B2G Bumper Bot
c4d3800a58 Bumping manifests a=b2g-bump 2015-09-17 20:53:13 -07:00
B2G Bumper Bot
b208391015 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2d4d52544c09
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #31873 from davidflanagan/bug1198169

Bug 1198169 - give up on a video file if metadata does not load for 3…

========

https://hg.mozilla.org/integration/gaia-central/rev/b760e35c5b1f
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1198169 - give up on a video file if metadata does not load for 3 seconds
2015-09-17 20:50:25 -07:00
David Critchley
688884b1b5 Bug 1190738 - Merging Loop CSS for checkboxes, r=dmose 2015-09-17 19:58:53 -07:00
Mark Finkle
4e75dfd006 Bug 1205878 - Update UI Telemetry document r=nalexander 2015-09-17 21:11:57 -04:00
B2G Bumper Bot
00958b7643 Bumping manifests a=b2g-bump 2015-09-17 18:05:12 -07:00
B2G Bumper Bot
a1449bd417 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/165d30b392dc
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31823 from mwargers/1204279

Bug 1204279 - Remove the rest of Facebook in Gaia UI tests

========

https://hg.mozilla.org/integration/gaia-central/rev/605d57cf9f15
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1204279 - Remove the rest of Facebook in Gaia UI tests

========

https://hg.mozilla.org/integration/gaia-central/rev/6e508fcc1719
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31802 from JohanLorenzo/bug-1203728

Bug 1203728 - test_sms_auto_save_draft.py: AttributeError: 'Thread' o…

========

https://hg.mozilla.org/integration/gaia-central/rev/b2a11f4b2afc
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1203728 - test_sms_auto_save_draft.py: AttributeError: 'Thread' object has no attribute 'tap'
2015-09-17 18:02:27 -07:00
B2G Bumper Bot
b4bcb4947a Bumping manifests a=b2g-bump 2015-09-17 15:40:18 -07:00
B2G Bumper Bot
5793323fca Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6931b82c5468
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #31894 from gaye/1204002-calendar-view-source

Bug 1204002 - View source cannot find file in calendar app r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/66a32c3d9218
Author: gaye <gareth.aye@gmail.com>
Desc: Bug 1204002 - View source cannot find file in calendar app
2015-09-17 15:37:23 -07:00
Wes Kocher
ca60c7d549 Merge m-c to b2ginbound, a=merge 2015-09-17 15:26:35 -07:00
Wes Kocher
e282163207 Merge b2ginbound to central, a=merge 2015-09-17 15:23:20 -07:00
B2G Bumper Bot
a0b82777d0 Bumping manifests a=b2g-bump 2015-09-17 15:20:12 -07:00
B2G Bumper Bot
07c3c38fa6 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5ad861b50d5f
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31884 from mwargers/1205626

Bug 1205626 - Add a check that the private browser window is ready as a workaround for bug 1204831

========

https://hg.mozilla.org/integration/gaia-central/rev/d3f6c51c4fe7
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1205626 - Add a check that the private browser window is ready as a workaround for bug 1204831

========

https://hg.mozilla.org/integration/gaia-central/rev/0fc9931f58de
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #31895 from npark-mozilla/1205742-2

Bug 1205742 - Imagecompare: update manifest.ini for RTL so it'll pick…

========

https://hg.mozilla.org/integration/gaia-central/rev/00d459b2a02a
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1205742 - Imagecompare: update manifest.ini for RTL so it'll pick SIM-enabled devices with SD card
2015-09-17 15:17:26 -07:00
Wes Kocher
7d130a76a3 Merge inbound to central, a=merge 2015-09-17 14:59:11 -07:00
B2G Bumper Bot
3169ee48b0 Bumping manifests a=b2g-bump 2015-09-17 13:43:39 -07:00
B2G Bumper Bot
28a3631fbc Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ba77d8a29018
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Follow up for bug 1187539. Don't assume default mozHour12 in calendar test
2015-09-17 13:40:21 -07:00
B2G Bumper Bot
79931a7a3e Bumping manifests a=b2g-bump 2015-09-17 13:13:41 -07:00
B2G Bumper Bot
17f347596e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8adeabe72eb7
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31814 from zbraniecki/1191011-intl-helper

Bug 1191011 - Add IntlHelper. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/b6a2a6021171
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1191011 - Add IntlHelper
2015-09-17 13:10:23 -07:00
Wes Kocher
c0a953beff Backed out changeset dca7021e514a (bug 1169633) for test_browserElement_inproc_getWebManifest.html failures CLOSED TREE 2015-09-17 13:08:32 -07:00