Commit Graph

440778 Commits

Author SHA1 Message Date
Nikhil Marathe
dee87894d8 Bug 914481 - Patch 1 - Push usage and permissions telemetry. r=kitcambridge
--HG--
extra : commitid : FcrPQqWE4k8
extra : rebase_source : 3c39e7c98557163c93cb8bf5e4fe4f0a9ba5376b
2015-08-05 15:12:11 -07:00
Nathan Froyd
8108bffcc3 Bug 1121216 - disable BackgroundHangMonitor for TSan builds; r=jchen 2015-08-04 00:27:59 -04:00
Hannes Verschore
793a8a2c48 Bug 1204675: IonMonkey - Don't specialize using baseline stubs for strict equality, r=jandem 2015-09-18 17:27:07 +02:00
Hannes Verschore
174e4b5a99 Bug 1204675: IonMonkey - Replace input with constant in a tableswitch, r=jandem 2015-09-18 17:27:05 +02:00
Tim Taubert
95303eccef Bug 1206030 - Remove nsIDOMHTMLCanvasElement::MozFetchAsStream() f=Ms2ger r=jst 2015-09-18 12:21:27 +02:00
Carsten "Tomcat" Book
1ae732f5ba 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
3528a43c26 Bug 1206084 Always Cancel() channel in nsCORSListenerProxy for failed redirects. r=ehsan 2015-09-18 07:15:39 -07:00
Andrew Halberstadt
422647ac94 Bug 1206073 - [xpcshell] Fix default value for testingModulesDir when running from mach, r=jgraham
--HG--
extra : commitid : KjVjUrw8IZ4
extra : rebase_source : 4ff826498fb3c303e873b8da760671577bd174b7
2015-09-18 10:00:40 -04:00
Jim Chen
a12a517734 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
797447c09d 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
5d85f6dea6 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
b4389f1282 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
cd9b877daf Bug 1205476 - crash in mozilla::a11y::DocAccessible::ProcessInvalidationList(), r=smaug 2015-09-18 08:52:46 -04:00
Gian-Carlo Pascutto
d49de0d545 Bug 1202424 - Free shared memory when IPC system shuts down, not after. r=mrbkap 2015-09-11 09:33:36 +02:00
James Graham
4d0fe31fbc Bug 1105760 - Increase timeout for unstable Media Source test, rs=Ms2ger 2015-09-18 13:25:06 +01:00
Neil Deakin
cf6b496303 Bug 1168042, content process access key tests, r=masayuki 2015-09-18 08:19:20 -04:00
Neil Deakin
2b49676bd0 Bug 1168042, support accesskey redirecting to content process, r=masayuki 2015-09-18 08:19:13 -04:00
Neil Deakin
77303a0ee5 Bug 1168042, return a bool from PerformAccessKey indicating if focus was changed, r=masayuki 2015-09-18 08:18:42 -04:00
Neil Deakin
0acaaddd3e Bug 1168042, restructure HandleAccessKey so that accesskey candidates are only determined once, and clean up return value to use a bool, r=masayuki 2015-09-18 08:18:07 -04:00
Karl Tomlinson
abcc44d6d5 bug 1205540 account for active inputs and skip processing when streams are inactive r=padenot
--HG--
extra : rebase_source : ad55142a54728e7ed2dab8edefbe87547e09d85a
2015-09-18 00:03:00 +12:00
Karl Tomlinson
985811fe37 bug 1205540 mark BufferSource finished only when producing silent output block r=padenot
This allows simpler processing of the finished state to mark the node as an
inactive input of any downstream nodes.  Otherwise the input could not be
considered inactive until after downstream nodes have finished processing,
but ProcessInput() may not be called again on finished streams.

AudioBufferSourceNode now behaves the same as OscillatorNode and similarly
to nodes that release a playing ref.

--HG--
extra : rebase_source : 0b3c7123f916fce36f852785c1e0b2a7c7013600
2015-09-18 00:00:17 +12:00
Karl Tomlinson
d7b9ada3a0 bug 1205540 make source stream available during RemoveInput r=padenot
--HG--
extra : rebase_source : f9b4e488e52eb3717808c0efbaf5c0815627c8f0
2015-09-09 14:19:05 +12:00
Karl Tomlinson
ee25bfb081 bug 1205540 provide querying whether engines need to continue processing even without input r=padenot
--HG--
extra : rebase_source : 76545deae4cdc929f1b3ce4d10065f99f21a2ec3
2015-09-09 08:54:03 +12:00
Karl Tomlinson
e182c00028 bug 1205540 don't send more null chunks than necessary to AnalyserNode r=padenot
--HG--
extra : rebase_source : f758d172fbbdba3288c71f690411175a41a822cc
2015-09-09 08:52:39 +12:00
Carsten "Tomcat" Book
29f415af35 Merge mozilla-central to mozilla-inbound 2015-09-18 13:25:30 +02:00
Carsten "Tomcat" Book
26bf9e678b merge mozilla-inbound to mozilla-central a=merge 2015-09-18 13:19:00 +02:00
Carsten "Tomcat" Book
6bd232e288 merge fx-team to mozilla-central a=merge 2015-09-18 12:03:30 +02:00
B2G Bumper Bot
429fea510f Bumping manifests a=b2g-bump 2015-09-17 23:13:43 -07:00
B2G Bumper Bot
af91af7170 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
3e9e2d5bdc Backed out changeset 18f5bcaab8ec (bug 1190738), to avoid a nasty merge issue 2015-09-17 22:59:18 -07:00
John Daggett
70e21e9853 Bug 1205570 - fix up font prefs for x-math lang group. r=heycam 2015-09-18 13:48:45 +09:00
B2G Bumper Bot
35bb679df2 Bumping manifests a=b2g-bump 2015-09-17 20:53:13 -07:00
B2G Bumper Bot
561031b272 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
3aebd2ed96 Bug 1190738 - Merging Loop CSS for checkboxes, r=dmose 2015-09-17 19:58:53 -07:00
Mark Finkle
9a07104d95 Bug 1205878 - Update UI Telemetry document r=nalexander 2015-09-17 21:11:57 -04:00
B2G Bumper Bot
937ff5de41 Bumping manifests a=b2g-bump 2015-09-17 18:05:12 -07:00
B2G Bumper Bot
0acbee39d6 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
251e4787d6 Bumping manifests a=b2g-bump 2015-09-17 15:40:18 -07:00
B2G Bumper Bot
ac2340a4d1 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
076358684d Merge m-c to b2ginbound, a=merge 2015-09-17 15:26:35 -07:00
Wes Kocher
86c8db452c Merge b2ginbound to central, a=merge 2015-09-17 15:23:20 -07:00
B2G Bumper Bot
684050fb24 Bumping manifests a=b2g-bump 2015-09-17 15:20:12 -07:00
B2G Bumper Bot
fc7258be96 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
7aae894c59 Merge inbound to central, a=merge 2015-09-17 14:59:11 -07:00
B2G Bumper Bot
bfc0e9c836 Bumping manifests a=b2g-bump 2015-09-17 13:43:39 -07:00
B2G Bumper Bot
5a2d027bbb 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
2ce9def4fc Bumping manifests a=b2g-bump 2015-09-17 13:13:41 -07:00
B2G Bumper Bot
8c3abc99a7 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
3bc0233be8 Backed out changeset dca7021e514a (bug 1169633) for test_browserElement_inproc_getWebManifest.html failures CLOSED TREE 2015-09-17 13:08:32 -07:00
Wes Kocher
5d45d1a728 Backed out 3 changesets (bug 1161276) for test_mediarecorder_bitrate.html failures CLOSED TREE
Backed out changeset 9187f4d2518f (bug 1161276)
Backed out changeset 4e8f28b17300 (bug 1161276)
Backed out changeset cf05881e89ed (bug 1161276)
2015-09-17 13:06:41 -07:00