Kit Cambridge
6c8172cef8
Bug 1185544 - Add data delivery to the WebSocket backend. r=dragana,nsm
...
--HG--
extra : commitid : EntjTGDbYag
extra : rebase_source : 79b325dacbed5d96fea17ac26a4bc8103c8dfae1
2015-09-17 05:08:50 -07:00
Bobby Holley
43144ea83c
Bug 1205456 - Check for UNKNOWN_APP_ID when serializing principals. r=sicking
2015-09-18 16:20:06 -07:00
Daniel Holbert
e3c5813b68
Bug 1205923
: Make VectorImage::GetWidth/GetHeight leave outparam untouched on failure, to avoid returning -1 to callers that don't check error codes. r=seth
2015-09-18 15:33:43 -07:00
Kearwood (Kip) Gilbert
a3dd4547e8
Bug 1111689: Part 2 - Update ext-shader-texture-lod WebGL conformance test,r=jgilbert
...
- Cherry picked minimal changes to support updated ext-shader-texture-lod
webgl conformance test.
2015-09-08 15:27:46 -07:00
Milan Sreckovic
8137015cdc
Bug 1111689 - Part 1: Let EXT_shader_texture_lod play when ARB_shader_texture_lod can play. r=jgilbert
2015-02-09 17:53:38 +08:00
Christoph Kerschbaumer
6d3847c487
Bug 1204703 - Make nsContentSecurityManager scriptable (r=sicking)
...
--HG--
extra : source : 977d5b7ecba32a0617d40c231e2f16963bf4a4ef
2015-09-18 09:27:15 -07:00
Christoph Kerschbaumer
696a2d029f
Bug 1204703 - Add AsyncOpen2 to channels in toolkit/ and b2g/ (r=sicking)
...
--HG--
extra : source : deda472458fd5314c11461302008ce984dbd00a7
2015-09-18 09:27:32 -07:00
Christoph Kerschbaumer
35ed4ce561
Bug 1204703 - Add AsyncOpen2 to channels within JS tests (r=sicking)
...
--HG--
extra : source : 309b4d1ab81c67783d7db0968bcff7c88108ba4f
2015-09-18 09:27:52 -07:00
Wes Kocher
8414be2356
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
ab68ce61c7
Merge m-c to inbound, a=merge
2015-09-18 14:04:52 -07:00
Wes Kocher
5413dae30f
Merge b2ginbound to central, a=merge
2015-09-18 14:01:50 -07:00
Wes Kocher
3e0814bfd3
Merge fx-team to central, a=merge
2015-09-18 13:58:09 -07:00
Panos Astithas
343faa19a9
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
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
Patrick Brosset
82e16df980
Bug 1156757 - Turn ON the animation inspector UI v3 by default and remove v2; r=past
...
--HG--
extra : commitid : CPhS9J1Uiud
extra : rebase_source : b97de661479f5718c55ace89fc330c5fa1e130fd
extra : histedit_source : 709cc4edcf93b6e69f2852c8488c6dbdb7358cf6
2015-09-18 13:12:36 +02:00
Paolo Amadini
c99e0fba8c
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
50ca8bcc3d
Bug 1204577: remove invalid CSS properties from Loop/ Hello source files. r=Standard8
2015-09-18 13:20:59 +02:00
Panos Astithas
4b772c5883
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
ead717cdd6
Merge mozilla-central to fx-team
2015-09-18 13:26:51 +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
Georg Fritzsche
671c019482
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
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