439652 Commits

Author SHA1 Message Date
Michael Layzell
092e4a4b9e Bug 1188932 - Allow the User-Agent header to be explicitly set by requests, r=bkelly, r=jgraham 2015-09-12 12:46:09 -04:00
Michael Layzell
fb6ddae47f Bug 1200337 - Part 1: Don't expose standard HTTP headers during interception in non-e10s mode, r=mcmanus 2015-09-12 12:46:09 -04:00
Michael Layzell
1eaae658aa Bug 1156802 - Part 2: Remove all explicit move constructors, r=ehsan 2015-09-12 12:34:45 -04:00
Michael Layzell
da3af84697 Bug 1156802 - Part 1: Add an analysis which prohibits explicit move constructors, r=ehsan 2015-09-12 12:34:44 -04:00
Phil Ringnalda
90becf3639 Back out 574a93c36fd8 (bug 1203668) for Moth bustage
CLOSED TREE
2015-09-12 08:23:23 -07:00
Jakob Olesen
3cf7590ac5 Bug 1203287 - Fix build errors in ARM64 JIT. r=hv1989
- A new argument was added to a jumpWithPatch(), but arm64 wasn't
  updated.

- Add missing 'using namespace js'. This seems to be random fallout from
  the way source files get unified when building arm64.

- Fix a 'return = foo' typo. It seems this code was never compiled.
2015-09-13 03:29:25 +08:00
Jean-Yves Avenard
581a68abf1 Bug 1199518: [webm] P2. Properly determine next keyframe time. r=kinetik 2015-09-12 20:53:25 +10:00
Jean-Yves Avenard
5cf23489c2 Bug 1199518: [webm] P1. Have WebMDemuxer use its own logger. r=kinetik 2015-09-12 20:53:24 +10:00
Jean-Yves Avenard
21d2f1de2a Bug 1188238: [MSE] P2. Don't assert when unable to find position in frames array. r=gerald
Instead return an error which will terminate the video element.
2015-09-12 20:53:23 +10:00
Jean-Yves Avenard
506d208f9e Bug 1188238: [MSE] P1. Don't use Interval::Intersect to find the first frame of an interval. r=gerald
With H264, often the first frame of a media segment has no duration ; as such the time interval it represents is empty and will never intersect with anything.
2015-09-12 20:53:23 +10:00
Mats Palmgren
9c95b58321 Bug 1203668 - Setting the value of a <select> to a non-matching option should deselect all options and set selectedIndex to -1. r=bz 2015-09-12 12:34:37 +02:00
Jean-Yves Avenard
a0d1bf988d Bug 1185115: P2. replace all stagefright::Vector with nsTArray. r=kentuckyfriedtakahe 2015-09-12 19:57:15 +10:00
Cameron McCormack
6d9312d8ad Bug 1202512 - Part 4: Reftests. r=bzbarsky 2015-09-12 19:08:11 +10:00
Cameron McCormack
5db8d16779 Bug 1202512 - Part 3: Restyle elements with attribute/state changes if we find a conditionally restyled ancestor while selector matching up the tree. r=bzbarsky 2015-09-12 19:08:10 +10:00
Cameron McCormack
13249de7f6 Bug 1202512 - Part 2: Make SelectorMatchesTree take a flags argument. r=bzbarsky 2015-09-12 19:08:10 +10:00
Cameron McCormack
646a0c727a Bug 1202512 - Part 1: Add Element flags to record whether an eRestyle_SomeDescendants restyle is pending for it. r=bzbarsky 2015-09-12 19:08:10 +10:00
Karl Tomlinson
99e730c642 bug 1203380 add custom AudioBlock copy constructor and make AudioChunk conversion constructor explicit r=padenot
Making the conversion constructor explicit means that it will be obvious if
a temporary is created to pass an AudioChunk as an AudioBlock parameter.

--HG--
extra : rebase_source : 54bf8acdb42499a0e0d66cfc138ff6fb6f1ef4da
2015-09-10 09:29:34 +12:00
Karl Tomlinson
965591c713 bug 1203380 add custom assignment operator to AudioBlock r=padenot
--HG--
extra : rebase_source : 620bcfe8e7841ab1b19790abbf4df87a3e083c35
2015-09-10 08:39:12 +12:00
Karl Tomlinson
99d66c32cb bug 1203380 tighten not-sharing assertion in ChannelFloatsForWrite() r=padenot
--HG--
extra : rebase_source : 5206ae1ae59bade7f2b40400e0f851bf26df5d9c
2015-09-10 09:01:55 +12:00
Karl Tomlinson
4935533d54 bug 1203380 destroy AudioBlocks on AudioNodeStream on graph thread r=padenot
--HG--
extra : rebase_source : b2e560fa1c6da233de42667207946d2732727701
2015-09-10 15:13:45 +12:00
Karl Tomlinson
bae5d8a742 bug 1203380 ClearDownstreamMark() before returning AsMutableChunk() r=padenot
--HG--
extra : rebase_source : ddc5b3f2ec5238688bc13ed7d4c007fe91f42b85
2015-09-10 14:47:31 +12:00
Jean-Yves Avenard
ccb0cb109c Revert "Bug 1185115: P2. replace all stagefright::Vector with nsTArray. r=kentuckyfriedtakahe"
This reverts commit 757c4bd76326
2015-09-12 16:57:43 +10:00
Jean-Yves Avenard
2842b5f002 Bug 1185115: P2. replace all stagefright::Vector with nsTArray. r=kentuckyfriedtakahe 2015-09-12 16:47:30 +10:00
Jon Droniak
be9cbbe318 Bug 1199796 - Refactor Request and XHR request method validation. r=nsm
--HG--
extra : commitid : 264lZKhsGRV
extra : rebase_source : ad9ff02f24f648b87da4d00b03dfdfd9e26d45e7
2015-09-11 11:26:33 -07:00
Ehsan Akhgari
07af4dc59f Bug 1204068 - Update the clang used for OSX cross compiles to the latest that we use on Linux64; r=ted 2015-09-12 02:14:53 -04:00
Phil Ringnalda
42095e9f99 Merge m-c to m-i 2015-09-11 22:04:40 -07:00
Phil Ringnalda
fa1f3135f2 Bug 1203895 - disable browser_perf-recording-selected-04.js on debug for leaking, a=permaorange 2015-09-11 20:59:34 -07:00
Phil Ringnalda
f79d829bdf Merge b-i to m-c, a=merge 2015-09-11 20:27:20 -07:00
Wander Lairson Costa
b33a83378a Bug 1203970: Upgrade phone-builder image for tc-vcs 2.3.12 r=garndt 2015-09-11 18:28:07 -03:00
B2G Bumper Bot
337577c29c Bumping manifests a=b2g-bump 2015-09-11 14:19:00 -07:00
B2G Bumper Bot
7eabcdb123 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c0f536773eca
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #31551 from jimporter/music-pick-search

Bug 1191233 - [music] Closing search view from picker breaks the picker

========

https://hg.mozilla.org/integration/gaia-central/rev/63c20306bed6
Author: Jim <jporter@mozilla.com>
Desc: Bug 1191233 - [music] Closing search view from picker breaks the picker
2015-09-11 14:15:37 -07:00
Wander Lairson Costa
0658bf7858 Bug 1201372: Remove workspace caches for try builds. r=garndt
Try build are supposed to always be clobbered, so we remove workspace
caches for them.
2015-09-11 17:43:20 -03:00
Kartikaya Gupta
c7bf7e3634 Bug 1200093 - Don't rely on finding the widget for a document in order to get the css-to-ld scale. r=botond
--HG--
extra : commitid : Fu6XjQTqeNx
2015-09-11 15:12:29 -04:00
B2G Bumper Bot
72adde8e43 Bumping manifests a=b2g-bump 2015-09-11 12:08:29 -07:00
B2G Bumper Bot
51f7ee39df Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fc6be47c9a6d
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #31791 from sfoster/ftu-navigation-bug-1203677

Bug 1203677 - refactor Navigation to expose API for step registration. r=fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/5ea94c9b6750
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1203677 - refactor Navigation to expose API for step registration. r=fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/675b2d4c74ef
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31795 from mwargers/1203734

Bug 1203734 - test_import_gmail_no_network.py is passing unexpectedly

========

https://hg.mozilla.org/integration/gaia-central/rev/355c695d5238
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1203734 - test_import_gmail_no_network.py is passing unexpectedly

========

https://hg.mozilla.org/integration/gaia-central/rev/318cff8a8b7f
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31801 from mwargers/1202831

Bug 1202831 - Fix failure in test_findmydevice.py

========

https://hg.mozilla.org/integration/gaia-central/rev/ab6b1c087822
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1202831 - Fix failure in test_findmydevice.py

========

https://hg.mozilla.org/integration/gaia-central/rev/2b06f1d7fcbf
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31793 from mwargers/1201211

Bug 1201211 - Workaround fix for failure in test_add_new_contact.py

========

https://hg.mozilla.org/integration/gaia-central/rev/250ceda6c870
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1201211 - Workaround fix for failure in test_add_new_contact.py
2015-09-11 12:05:07 -07:00
Kartikaya Gupta
c57e3a610e Bug 1203132 - Add an SVG for the B2G flow of touch events. r=botond
DONTBUILD because NPOTB

--HG--
extra : commitid : 19NNOhDSDA4
2015-09-11 14:36:36 -04:00
Carsten "Tomcat" Book
1a0ce23fe9 merge mozilla-inbound to mozilla-central a=merge 2015-09-11 16:36:35 +02:00
Carsten "Tomcat" Book
56c8afadd9 merge fx-team to mozilla-central a=merge 2015-09-11 16:28:50 +02:00
Gregory Arndt
9e3b76dbd7 Bug 1203965 - Update images to use taskcluster-vcs 2.3.12 r=wcosta
--HG--
extra : commitid : Et296llVDam
extra : rebase_source : 693ded7814b48931465ee259b86440dd408c154e
2015-09-11 08:23:01 -05:00
B2G Bumper Bot
a888b8914a Bumping manifests a=b2g-bump 2015-09-11 09:51:52 -07:00
B2G Bumper Bot
09b74c77b8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/55a71ca30475
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #31567 from michielbdejong/1191776-fxsyncwebcrypto

Bug 1191776 - FxSyncWebCrypto component of Sync app r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/d2bd294f75e3
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1191776 - FxSyncWebCrypto component of Sync app r=ferjm
2015-09-11 09:45:40 -07:00
B2G Bumper Bot
170a6b0ebd Bumping manifests a=b2g-bump 2015-09-11 08:16:50 -07:00
B2G Bumper Bot
95a69fcd81 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3dba1d8c3f85
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #31233 from hfiguiere/bug1157782-shuffle-test

Bug 1157782 - Fix the shuffle test to make it more robust. r=squib

========

https://hg.mozilla.org/integration/gaia-central/rev/32ac7a531130
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1157782 - Make all the test files a 10sec blank so that we have time to stuff

========

https://hg.mozilla.org/integration/gaia-central/rev/af8ce7bd2295
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1157782 - Fix the shuffle test to make it more robust.
2015-09-11 08:16:26 -07:00
Reuben Morais
e3e708534a Bug 1202788 - Upgrade object_data table to new format (follow-up to bug 871846). r=janv 2015-09-11 12:12:52 -03:00
Shawn Huang
55be2eae10 Bug 1186836 - Implement SetMessageStatus function, r=btian 2015-09-11 22:45:18 +08:00
Victor Porof
7ecd32d3d6 Bug 1203888 - Temporarily disable browser_perf-states.js to investigate its permaleak, r=me a=sheriffduty on a CLOSED TREE
--HG--
extra : rebase_source : 5cc33fce1b932d7fe93454409af1968e8dd89db2
2015-09-11 12:16:49 +02:00
B2G Bumper Bot
cd9e7a61f2 Bumping manifests a=b2g-bump 2015-09-11 00:08:40 -07:00
B2G Bumper Bot
d8b075db41 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/df25432ca949
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #31784 from etiennesegonzac/bug-1202909

Bug 1202909 - Making sure we don't hide iframes of attention windows in toaster mode (bug 1201099 followup) r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/3fcd31687c8b
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1202909 - Making sure we don't hide iframes of attention windows in toaster mode (bug 1201099 followup) r=johnhu
2015-09-11 00:05:11 -07:00
Edgar Chen
72803bd36c Bug 1203828 - Let test_mobile_data_ipv6.js really test the v4 or v6 ip addresses. r=jjong 2015-09-11 11:57:53 +08:00
Shawn Huang
07b0126629 Bug 1166679 - Implement GetMessage function, r=btian 2015-09-11 21:21:19 +08:00