Luke Wagner
2d0153d1ed
Fix recent non-unified build bustage (no bug, rs=sunfish)
...
--HG--
extra : commitid : 22GJvfbdvCG
extra : rebase_source : 1dd867fc28e43df1e903750214b2cbc6437df5ce
2016-01-29 21:54:47 -06:00
Botond Ballo
7b73cdff36
Bug 1237905 - Add logging to test_wheel_transactions to help investigate an intermittent failure. r=kats
2016-01-29 18:50:02 -05:00
Jean-Yves Avenard
c9e51133e2
Bug 1212323: P3. Use promise with supportsHardwareH264Decoding. r=felipe
...
Detecting if hardware decoding is available is an asynchronous operation/
The use of Promise allows the value displayed to be accurate on all platforms and not just windows.
2016-01-30 12:52:36 +11:00
Jean-Yves Avenard
81ef536abd
Bug 1212323: P2. Have IsVideoAccelerated return a Promise. r=cpearce
2016-01-30 12:52:35 +11:00
Jean-Yves Avenard
ba68bee3c5
Bug 1212323: P1. Use a 640x360 SPS to test for HW decoding support. r=cpearce
...
Some machines will always use software decoding for a 64x64 videos.
2016-01-30 12:52:35 +11:00
Masayuki Nakano
48eb63e508
Bug 1243657 spellchecker should check if IME composition works as deleting whole text r=ehsan
2016-01-30 09:56:03 +09:00
Botond Ballo
00b092b742
Bug 1238571
- Async scroll reftest with scrolled container inside position:fixed element. r=mstange
...
--HG--
extra : amend_source : 7433e3df8b2f13d6f5f87d189997b208671e8a8b
2016-01-13 19:06:11 -05:00
Syd Polk
be898d0326
Bug 1238648 - Use external-media-tests in tree instead of github for tests. r=maja_zf, r=whimboo
...
--HG--
extra : commitid : 9alr2iRFKaf
extra : rebase_source : 6a46414396a317bb1d5e493be1fa30e2f62e409d
2016-01-29 16:12:30 -06:00
Xidorn Quan
dd6be4d4ca
Bug 1241901 part 4 - Stop using nsAutoPtr for holding primitive arrays. r=froydnj
...
--HG--
extra : source : 683ad831dc3e7fc197cbfe1b53665c777b3158ab
2016-01-30 10:33:41 +11:00
Xidorn Quan
9668b6f572
Bug 1241901 part 3 - Add IsMemberPointer and IsScalar type traits. r=froydnj
...
--HG--
extra : source : 02269acc78bfde8d3171bf6023a5dda4cac9df3c
2016-01-30 10:33:41 +11:00
Xidorn Quan
7268d4783f
Bug 1241901 part 2 - Use intptr_t to pass bluetooth service class instead of a pointer to heap. r=shawnjohnjr
...
--HG--
extra : source : aae164785cd4d7468588518ef379daf4c73faaac
2016-01-30 10:33:41 +11:00
Xidorn Quan
be11de44da
Bug 1241901 part 1 - Remove nsAutoPtr uses in nsNotifyAddrListener on Linux. r=bagder
...
--HG--
extra : source : 5a04cc98fbc2ed3804a130f9adcb7a2a024b4011
2016-01-30 10:33:41 +11:00
James Graham
ac84601bf3
Bug 1242108 - Remove unnecessary timeout from flaky sandbox test, r=Ms2ger
2016-01-29 23:17:17 +00:00
Kit Cambridge
b66b3437fe
Bug 1219064 - Add test for extendable pushsubscriptionchange
event. r=mt
...
--HG--
extra : commitid : lQLs1WCMV3
extra : rebase_source : d12d9e7fde179d4135c2a1b224e50e75b61dc6ba
2016-01-28 19:26:17 -08:00
Kit Cambridge
cb042fa9d8
Bug 1243781 - Push methods called from a worker should reject with a DOMException
. r=mt
...
--HG--
extra : commitid : 8agVK4llzMA
extra : rebase_source : 9f646dee24cc980bef4b01a86550e4e0f12bba14
2016-01-28 08:23:29 -08:00
Kit Cambridge
79cd67d0dc
Bug 1191931, Part 2 - Test resubscribing from a worker. r=mt
...
--HG--
extra : commitid : KDSIPXbjSMK
extra : rebase_source : 11e26748ef2f3762e3b8c046e4eef4a477562369
2016-01-28 08:06:32 -08:00
Kit Cambridge
f7a0799918
Bug 1191931, Part 1 - Use tasks in the Push subscription tests. r=mt
...
--HG--
extra : commitid : 5Pl1YQzsI9W
extra : rebase_source : d7acb5a8841fe60fa3aec5618f687da74ab0ed9a
2016-01-28 07:57:42 -08:00
Kit Cambridge
165b9138a5
Bug 1241278 - Record telemetry for notification permission callback usage. r=vladan
...
--HG--
extra : commitid : DyfF5zD7oBq
extra : rebase_source : 041591969af8c79c7da6b4e8c2f63941396b761f
2016-01-21 09:37:53 -08:00
Wes Kocher
543c164cdc
Backed out 2 changesets (bug 1241821) for android build bustage CLOSED TREE
...
Backed out changeset ae7246d654c8 (bug 1241821)
Backed out changeset bdecb787f1a2 (bug 1241821)
--HG--
extra : commitid : HdwYW6HntXi
2016-01-29 14:57:27 -08:00
Christoph Kerschbaumer
83099fe604
Bug 1243936 - Convert remaining callsites within devtools/ and toolkit/ to use channel.open2()
2016-01-29 09:16:13 -08:00
Christoph Kerschbaumer
81bc64d6ec
Bug 1243924 - Convert remaining callsites within dom/ to use channel.open2() (r=sicking)
2016-01-29 09:24:25 -08:00
Wes Kocher
1f2034ed37
Followup to Bug 1241821 - ESLint fix
...
--HG--
extra : commitid : 5Pf2Sf7gxj9
2016-01-29 14:36:13 -08:00
Kartikaya Gupta
e3368ea955
Bug 1244307 - Enable checkerboard recording on Nightly. rs=botond
...
--HG--
extra : commitid : JOoPb5y5izC
2016-01-29 17:29:14 -05:00
Kartikaya Gupta
8ddb8a831b
Bug 1242690 - Make sure that synthetic mouse events have a reasonable guid so that the callback transform can get unapplied properly. r=botond
...
--HG--
extra : commitid : mUihwmdWYX
2016-01-29 16:31:15 -05:00
Kartikaya Gupta
a5ffd45fae
Bug 1242690 - Squash together DispatchAPZAwareEvent and DispatchInputEvent. r=dvander
...
--HG--
extra : commitid : D6XEv20670v
2016-01-29 16:31:15 -05:00
Kartikaya Gupta
eec655d1f0
Bug 1242690 - Ensure that mouse events have the callback transform applied. r=botond
...
--HG--
extra : commitid : IXh9rbTOf5R
2016-01-29 16:31:15 -05:00
Mark Goodwin
e7ee60296d
Bug 1241821 - Create a SecurityReporter component for TLS Error Reports r=mossop, keeler
...
This takes the TLS Error Reporting functionality used in the aboutNetError.xhtml
and aboutCertError.xhtml error pages and moves it to its own component. This
allows us to make use of this same error reporting functionality from elsewhere.
Notably, this allows us to send error reports for issues that occur when loading
subresources.
The xpcshell test included is in security/manager/ssl/tests because we need to
make use of tlsserver functionality from the PSM tests.
2016-01-29 13:45:17 +00:00
Chris Manchester
4c18bc2045
Bug 1194935 - Add a C++ implementation of kill_and_get_minidump as part of the build to accommodate dumping 64 bit Firefox from 32 bit python. r=ted
...
--HG--
extra : commitid : K6BGWSIH6Nk
2015-08-18 17:04:45 -07:00
Chris Manchester
02e869c79a
Bug 1143547 - Get a stack out of child processes before killing the parent from the mochitest harness in response to the global output timeout. r=ted
...
--HG--
extra : commitid : 1e1gnyBhQlE
2015-08-12 00:00:35 -07:00
Chris Manchester
ddb5730080
Bug 1240667 - Detect a tree to use for artifact builds based on recent changesets. r=nalexander
...
Currenlty --enable-artifact builds will take artifacts from fx-team regardless of the
state of the current working directory. This can lead to broken builds if someone
updates to a tree other than fx-team.
This commit changes the default behavior from tracking fx-team to finding all recent
pushheads and finding the closest to the working parent that has artifacts available.
This also fixes a mis-match between tree names according to mozext and branch names in
the taskcluster index preventing artifact download from common integration branches.
--HG--
extra : commitid : 3LqLna4qxk0
2016-01-29 12:27:04 -08:00
James Burke
9ea321cf7d
Bug 1139849 - postMessage to incorrect target domain should print a console security error r=bz
2016-01-29 13:32:01 -08:00
Boris Zbarsky
c7fe6eed14
Bug 1243438. Don't try to include the filename '<unknown>' when including headers for unions that have a built-in typedef they're referenced by. r=peterv
2016-01-29 16:56:04 -05:00
David Burns
72dd583e34
Bug 1243739
: Update marionette-driver dependecy for marionette-transport. r=ato
...
--HG--
extra : commitid : 56cuOsVDAtq
extra : rebase_source : 76531f0783bb7f1ef0486b477b36667109cf2c2b
2016-01-29 15:10:46 +00:00
Wes Kocher
a704c0a7d6
Merge fx-team to central, a=merge CLOSED TREE
...
--HG--
extra : commitid : IJaJsAf7nat
2016-01-29 13:40:29 -08:00
Wes Kocher
4c1c8ea235
Backed out 3 changesets (bug 1212323) for WinXP debug crashes CLOSED TREE
...
Backed out changeset 7215ed1cfcef (bug 1212323)
Backed out changeset bd7599dcee0d (bug 1212323)
Backed out changeset 228267494daa (bug 1212323)
--HG--
extra : commitid : C8ZtL47yMj1
2016-01-29 10:30:16 -08:00
Wes Kocher
b9d77f5943
Backed out changeset 2c56aed63687 (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE
...
--HG--
extra : commitid : 7egFNnxx2ut
2016-01-29 10:15:38 -08:00
Wes Kocher
a40af4aa59
Backed out changeset 7ec471c99263 (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE
...
--HG--
extra : commitid : B8zmd9Xadpz
2016-01-29 10:15:34 -08:00
Wes Kocher
e060c6dced
Backed out changeset 24af6caa9bba (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE
...
--HG--
extra : commitid : ETz5wi5nzdH
2016-01-29 10:15:30 -08:00
Wes Kocher
02bbb8ab49
Backed out changeset a1439ce8da77 (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE
...
--HG--
extra : commitid : GnRuui1yapD
2016-01-29 10:15:26 -08:00
Wes Kocher
e5f4ab2287
Backed out changeset 8ee5a700e4a2 (bug 1242777) to hopefully fix the intermittent hazard failures
...
--HG--
extra : commitid : IZS783zslAZ
2016-01-29 10:14:44 -08:00
Wes Kocher
23122402f7
Backed out changeset 65624d4c4a65 (bug 1238121
) to hopefully fix the intermittent hazard failures
...
--HG--
extra : commitid : 6SsEbxXjwKq
2016-01-29 10:14:34 -08:00
Nathan Froyd
b1bbf96de9
Backout 24dbe7da7370:a319694b46d5 (bug 1069556) for build bustage on various platforms on a CLOSED TREE
...
--HG--
rename : toolkit/crashreporter/google-breakpad/src/client/linux/Makefile.in => toolkit/crashreporter/google-breakpad/src/client/linux/handler/Makefile.in
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper.h => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper.h
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper_unittest.cc => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper_unittest.cc
2016-01-29 11:55:43 -05:00
B2G Bumper Bot
5f535fa7a1
Bumping manifests a=b2g-bump
2016-01-29 07:50:49 -08:00
B2G Bumper Bot
7f0caece54
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/07d30dcbe75d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #26996 from autra/bug1087933
Bug 1087933 - Allow to add recipients to a message being written in a thread
========
https://hg.mozilla.org/integration/gaia-central/rev/ddaa0b230187
Author: Augustin Trancart <augustin.trancart@gmail.com>
Desc: Bug 1087933 - Add recipients in a sms conversation. r=julienw
The 'addRecipients' button redirects to the Composer with current subject, text, attachments and
recipients of the current conversation. So we are not technically adding recipients to a thread.
2016-01-29 07:49:14 -08:00
Tom Tromey
7fae99b3dc
Bug 1241544 - add documentation for this-top-level-scope eslint rule; r=mikeratcliffe
2016-01-29 08:32:54 -07:00
Tom Tromey
2c8e61ac71
Bug 1240183 - make styleeditor eslint-clean; r=pbro
2016-01-29 08:25:26 -07:00
Ting-Yu Lin
2f7ddb73d6
Bug 1227927 Part 4 - Add comment to nsFrameList::GetLength() to warn it's O(n). r=mats
...
--HG--
extra : commitid : H0nct5arwsJ
extra : rebase_source : c6810483931d49f730618815642e8a582c26e35f
2016-01-29 22:42:15 +08:00
Ting-Yu Lin
2d02ad0652
Bug 1227927 Part 3 - Use ranged-based for-loop to rewrite some simple loops in part 2. r=mats
...
--HG--
extra : commitid : CcdpGdlMNIk
extra : rebase_source : 9c184cb8107bf6276c237d03d240f8755fd61553
2016-01-29 22:42:15 +08:00
Ting-Yu Lin
1889f6bc41
Bug 1227927 Part 2 - Remove nsIFrame::GetFirstPrincipalChild(). r=mats
...
--HG--
extra : commitid : 5qtaK1nS8RC
extra : rebase_source : dcc98f423b2446269beb6fa6a9d092ae8213f38e
2016-01-29 22:42:14 +08:00
Ting-Yu Lin
0721bc459e
Bug 1227927 Part 1 - Make nsIFrame::PrincipalChildList a const function. r=bz
...
Since nsIFrame::GetChildList() is a const function, PrincipalChildList()
should be a const function as well.
--HG--
extra : commitid : Hjvhy6cUWTF
extra : rebase_source : 0a998e5420b81827e478b403744cd9e5a11eb584
2016-01-29 22:42:13 +08:00