Commit Graph

262190 Commits

Author SHA1 Message Date
Ehsan Akhgari
ced867c288 Bug 1144826 - Wait for focus before trying to invoke a menu 2015-09-12 17:43:38 -04:00
Michael Layzell
f20336e5e1 Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan 2015-09-12 16:53:33 -04:00
Michael Layzell
db44155a72 Bug 1201190 - Part 2: Add MOZ_NON_TEMPORARY_CLASS and MOZ_RAII to mfbt, r=ehsan 2015-09-12 16:53:32 -04:00
Michael Layzell
e40461bd14 Bug 1201190 - Part 1: Add an analysis to prevent a type from being allocated in a temporary, r=ehsan 2015-09-12 16:53:31 -04:00
Christoph Kerschbaumer
2b32a34617 Bug 1194524 - Use channel->ascynOpen2 in dom/media/MediaResource.cpp (r=sicking) 2015-09-12 12:59:08 -07:00
Christoph Kerschbaumer
065b453a48 Bug 1197918 - Use channel->Open2() in rdf/base/nsRDFXMLDataSource.cpp (r=sicking) 2015-09-12 12:58:49 -07:00
Richard Barnes
ef0d9ed24f Bug 942515 - Show Untrusted Connection Error for SHA-1-based SSL certificates with notBefore >= 2016-01-01 r=keeler 2015-09-11 14:52:30 -04:00
Brian R. Bondy
e44876147c Bug 1204170 - Fix icns file for b2g graphene builds. r=spohl 2015-09-12 14:11:46 -04:00
Phil Ringnalda
2e1a6cfa93 Merge m-c to m-i 2015-09-12 10:34:34 -07:00
Phil Ringnalda
f3f4b42b2e Merge b-i to m-c, a=merge 2015-09-12 10:28:56 -07:00
Phil Ringnalda
13e2386e73 Bug 1202045 - Disable test_richtext2.html on Android debug for constant crashes 2015-09-12 10:21:14 -07:00
Phil Ringnalda
2e176b3f84 Bug 1174872 - Disable test_fetch_basic_http_sw_reroute.html for constant timeouts on Mulet 2015-09-12 09:52:03 -07:00
Phil Ringnalda
bdc2a42481 Bug 1059238 - disable test_custom_origin_uninstall_install.xul on Windows for constant timeouts 2015-09-12 09:49:10 -07:00
Michael Layzell
038c6f554c Bug 1200337 - Part 2: Add a Web Platform Test to check the visibility of default headers during interception, r=bkelly 2015-09-12 12:46:10 -04:00
Michael Layzell
3bf16f96e5 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
62fb3b59cc 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
2e2e2bf5ed Bug 1156802 - Part 2: Remove all explicit move constructors, r=ehsan 2015-09-12 12:34:45 -04:00
Michael Layzell
180393117d Bug 1156802 - Part 1: Add an analysis which prohibits explicit move constructors, r=ehsan 2015-09-12 12:34:44 -04:00
Phil Ringnalda
abd03bf63c Merge f-t to m-c, a=merge 2015-09-12 09:13:57 -07:00
Phil Ringnalda
805eae50e3 Merge m-i to m-c, a=merge 2015-09-12 08:56:45 -07:00
Phil Ringnalda
2e96f8da5c Back out 574a93c36fd8 (bug 1203668) for Moth bustage
CLOSED TREE
2015-09-12 08:23:23 -07:00
Jakob Olesen
a359bc698d 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
d60f8b1dd9 Bug 1199518: [webm] P2. Properly determine next keyframe time. r=kinetik 2015-09-12 20:53:25 +10:00
Jean-Yves Avenard
d5782105c2 Bug 1199518: [webm] P1. Have WebMDemuxer use its own logger. r=kinetik 2015-09-12 20:53:24 +10:00
Jean-Yves Avenard
2ceb2367d8 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
71c8c243cd 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
ffxbld
545c76921e No bug, Automated blocklist update from host bld-linux64-spot-542 - a=blocklist-update 2015-09-12 03:39:48 -07:00
ffxbld
4bc06df906 No bug, Automated HPKP preload list update from host bld-linux64-spot-542 - a=hpkp-update 2015-09-12 03:39:46 -07:00
ffxbld
34db847572 No bug, Automated HSTS preload list update from host bld-linux64-spot-542 - a=hsts-update 2015-09-12 03:39:44 -07:00
Mats Palmgren
592fd08ac6 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
eaa12be10a Bug 1185115: P2. replace all stagefright::Vector with nsTArray. r=kentuckyfriedtakahe 2015-09-12 19:57:15 +10:00
Cameron McCormack
c6d67615a2 Bug 1202512 - Part 4: Reftests. r=bzbarsky 2015-09-12 19:08:11 +10:00
Cameron McCormack
e85fad0657 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
ee7cbf63f6 Bug 1202512 - Part 2: Make SelectorMatchesTree take a flags argument. r=bzbarsky 2015-09-12 19:08:10 +10:00
Cameron McCormack
65da2cda42 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
B2G Bumper Bot
756fb60750 Bumping manifests a=b2g-bump 2015-09-12 00:18:59 -07:00
B2G Bumper Bot
b2a8fcaa06 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/229ccafd68fd
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #31808 from jimporter/music-nga-bulletproof

Bug 1191760 - [music] Speculative patch to bulletproof metadata parsi…

========

https://hg.mozilla.org/integration/gaia-central/rev/ec6528ed1f0e
Author: Jim <jporter@mozilla.com>
Desc: Bug 1191760 - [music] Speculative patch to bulletproof metadata parsing, NGA version

========

https://hg.mozilla.org/integration/gaia-central/rev/28bb24805346
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #31805 from jimporter/music-check-playability

Bug 1191760 - [music] App doesn't load all music; fix checkPlayabilit…

========

https://hg.mozilla.org/integration/gaia-central/rev/3aff9e283e71
Author: Jim <jporter@mozilla.com>
Desc: Bug 1191760 - [music] App doesn't load all music; fix checkPlayability() so it doesn't hang
2015-09-12 00:15:38 -07:00
Phil Ringnalda
cfd5f1e391 Merge m-c to b-i 2015-09-11 22:07:15 -07:00
Phil Ringnalda
24593eef02 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
c5faed392a Merge b-i to m-c, a=merge 2015-09-11 20:27:20 -07:00
Dão Gottwald
4026a055cf Bug 1173743 - Update toolbar button hover/pressed states for Windows 10. r=gijs 2015-09-12 03:38:25 +02:00
B2G Bumper Bot
5e1ed7b942 Bumping manifests a=b2g-bump 2015-09-11 17:44:10 -07:00
B2G Bumper Bot
81ce353dca Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dbd05f0dba99
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #31796 from jimporter/music-nga-metadata-docs

Bug 1203822 - [music][nga] Provide metadata documentation

========

https://hg.mozilla.org/integration/gaia-central/rev/42d73264dc06
Author: Jim <jporter@mozilla.com>
Desc: Bug 1203822 - [music][nga] Provide metadata documentation
2015-09-11 17:40:13 -07:00
B2G Bumper Bot
1c28909a31 Bumping manifests a=b2g-bump 2015-09-11 16:57:52 -07:00
B2G Bumper Bot
266c525d60 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6bf63f9dca3d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1188926 - Revert "make manifestURL instead of name"

This reverts commit 53b345d53d9d273d6c857eae1181c08bb162d441.
2015-09-11 16:54:30 -07:00
B2G Bumper Bot
efcffe0ae6 Bumping manifests a=b2g-bump 2015-09-11 16:03:35 -07:00
B2G Bumper Bot
d5b65a0dc3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e6d3ee802cd7
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31747 from mermi/bug1188926

Bug 1188926 - Make all the apps have an manifestURL as well as a name and check for that

========

https://hg.mozilla.org/integration/gaia-central/rev/23d5b1cc5b88
Author: mermi <manel.rhaiem92@gmail.com>
Desc: make manifestURL instead of name
2015-09-11 16:00:12 -07:00
Wander Lairson Costa
4f503dcd44 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
9ceecd17a2 Bumping manifests a=b2g-bump 2015-09-11 14:19:00 -07:00
B2G Bumper Bot
3c61748184 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