Commit Graph

457797 Commits

Author SHA1 Message Date
Jan-Ivar Bruaroey
ddcdf769db Bug 1232082 - add pc.ontrack and RTCTrackEvent r=jesup,smaug
--HG--
extra : transplant_source : %BA%B7%0B%AD%EA%24%19R%93-%9F%CF%82%10%CE%8B%DC4%FB%15
2016-01-12 15:09:01 -05:00
Jan-Ivar Bruaroey
fd16766941 Bug 1232082 - add RTCRtpReceiver for each remote track. r=jesup
--HG--
extra : transplant_source : %20%28eG%1DW%0FK%B2%9B%D1%29%00%E4%AB%F7m%95%0F%8C
2015-12-11 23:47:29 -05:00
Alfredo Yang
3b64896d86 Bug 1238878 - Reset decoder EOS by calling flush. r=sotaro 2016-01-15 01:35:00 -05:00
Andrew McCreight
92df033f69 Bug 1239749 - Remove extra space from PermissionSettings.js debug message. r=gwagner 2016-01-14 10:02:00 -05:00
Yury Delendik
9b5b59f30b Bug 1236104 - Increase tiny script limit for off-thread compilation. r=djvj 2016-01-14 15:41:37 -06:00
Gregory Szorc
a1cef9be6a Bug 1239880 - Don't copy thousands of web-platform test files to objdir; r=chmanchester
AFAICT, we don't actually access web-platform test files from the
objdir for anything except test packaging. And we already have
a mechanism for creating test archives from files directly in the
source directory. So, let's stop copying them to the objdir and
package them directly from the source directory!

The _tests install manifest reports the following change:

before: 41,977 files installed
after:  24,537 files installed
delta: -17,440 files

We still copy some WPT files to the objdir. We might be able to
eliminate these as well. However, since there are only ~200 files,
I'm not too concerned.

I manually compared the resulting web-platform zip archives from before
and after. No files were removed from the archive. However, the new
archive does gain several hundred empty directories with .gitkeep
files. This feels weird, but it shouldn't break anything (I would
think). I'm inclined to leave them for now. I'll file a follow-up
bug to deal with them (preferably by removing them from version
control).

--HG--
extra : rebase_source : d350f8fc223982c8a11a9bf542411e5ec5e44244
2016-01-15 20:09:12 -08:00
Jan de Mooij
3409896cb1 Bug 1239519 - Fix debug-only initializion order issue detected by ASan. r=luke 2016-01-16 17:14:24 +01:00
Jan de Mooij
d6df256937 Bug 1240127 - Fold MTableSwitch with constant int32 operand. r=nbp 2016-01-16 17:12:22 +01:00
Andrea Marchesini
abb7ba49be Bug 1240094 - nsDocShell should initialize mUserContextId to nsIScriptSecurityManager::DEFAULT_USER_CONTEXT_ID, r=smaug 2016-01-16 10:01:47 +00:00
Chris Peterson
f68d14cca7 Bug 1236323 - Part 2: Suppress -Wimplicit-fallthrough warnings in gfx/ from Skia header files. r=nical 2016-01-08 00:43:58 -08:00
Daniel Holbert
b5484bb7fc Bug 1240252: Add missing "mozilla::" namespace prefix before usage of type LayoutDeviceIntRegion, to fix local build bustage. r=njn 2016-01-15 22:54:20 -08:00
Tooru Fujisawa
a54a44b9e0 Bug 1235159 - followup: Fix test_bug1112040.html to check updated message. r=bustage 2016-01-16 15:22:09 +09:00
Randell Jesup
366f31666c Bug 1226387: Add sanity check to RTCP header parser r=pkerr 2016-01-15 23:26:47 -05:00
Tooru Fujisawa
6c94385f12 Bug 1235159 - Report pattern compliation failure to web console. r=jst,jorendorff 2016-01-16 13:24:52 +09:00
Tooru Fujisawa
7eba37723f Bug 1227906 - Use unicode flag in pattern attribute. r=jst 2016-01-16 13:24:48 +09:00
Olli Pettay
5870c93f38 Bug 779430, try to not flush layout while we're in process to restore a bfcached document, r=bz
--HG--
extra : rebase_source : 3705e6d15a8209d2abb7efb97e05b21d015210f7
2016-01-16 02:23:21 +02:00
Jeff Muizelaar
1567e4e3c3 Bug 1228641. Remove initializer_list from stl-headers
Including new before initializer_list seems to cause problems like:

c:\tools\vs2013\vc\include\xutility(1278) : error C2065: 'initializer_list' : undeclared identifier
c:\tools\vs2013\vc\include\xutility(1278) : error C2065: '_Ilist' : undeclared identifier
c:\tools\vs2013\vc\include\xutility(1281) : error C2433: 'rbegin' : 'inline' not permitted on data declarations
c:\tools\vs2013\vc\include\xutility(1281) : error C2365: 'std::rbegin' : redefinition; previous definition was 'function'
c:\tools\vs2013\vc\include\xutility(1281) : error C2998: 'std::reverse_iterator<const _Elem*> std::rbegin' : cannot be a template definition
c:\tools\vs2013\vc\include\xutility(1284) : error C2065: 'initializer_list' : undeclared identifier
c:\tools\vs2013\vc\include\xutility(1284) : error C2065: '_Ilist' : undeclared identifier
c:\tools\vs2013\vc\include\xutility(1287) : error C2433: 'rend' : 'inline' not permitted on data declarations
c:\tools\vs2013\vc\include\xutility(1287) : error C2365: 'std::rend' : redefinition; previous definition was 'function'
c:\tools\vs2013\vc\include\xutility(1287) : error C2998: 'std::reverse_iterator<const _Elem*> std::rend' : cannot be a template definition

initializer_list shouldn't very be doing any allocation or throwing exceptions so we should be fine.
2016-01-15 19:51:37 -05:00
Luke Wagner
72ea23c63e Bug 1239601 - improve the UniquePtr situation (r=jandem)
--HG--
extra : commitid : JegWAoGsuQ9
extra : rebase_source : 995c1b6ab8e4fd3b83c44741cd84a2d7b0d934d7
2016-01-15 18:26:20 -06:00
Luke Wagner
6ebd19920f Bug 1239601 - improve the UniquePtr situation (r=jorendorff)
--HG--
extra : commitid : FwqWNSZ3SKY
extra : rebase_source : 75ed67bfadcbdaeb5bf89a57ad6ca9ef75b7f1f0
2016-01-15 18:26:06 -06:00
Benoit Girard
c93c572d7a Bug 1196831 - Add 'run-until-failure' and 'repeat' flags to reftest. r=jmaher
--HG--
extra : commitid : Ig2JmBnAcrw
extra : rebase_source : ee3026bd82263dd77583dfd3d576eb622fa582bc
2016-01-15 18:30:23 -05:00
Jean-Yves Avenard
3f310a591f Bug 1239223: [vorbis] P1. Properly calculate decoded audio sample timestamps. r=kinetik 2016-01-16 10:54:44 +11:00
Wes Kocher
84fb907a27 Merge m-c to inbound, a=merge CLOSED TREE
--HG--
rename : testing/taskcluster/tasks/phone_test.yml => testing/taskcluster/tasks/b2g_e2e_tests_base_definition.yml
extra : commitid : 4MrlWshamZ5
2016-01-15 15:13:21 -08:00
Wes Kocher
7ecfc4224b Merge b2ginbound to central, a=merge
--HG--
extra : commitid : CRI9lkRwr7Q
2016-01-15 15:10:58 -08:00
Gijs Kruitbosch
f5500c6b7b Bug 1240181 - back out part of bug 1239319 to avoid url bar issues, rs=MattN,jaws a=merge CLOSED TREE
--HG--
extra : commitid : kSLFqBXw2l
extra : source : e0f242f0a68b10c55e5a34fbdc8920d93953c4aa
2016-01-15 22:45:47 +00:00
Wes Kocher
b9e834901f Merge fx-team to m-c a=merge
--HG--
extra : commitid : 1TQERMA3jxg
2016-01-15 14:52:34 -08:00
Mike Hommey
364bdaff67 Bug 1239872 - Prevent jar maker from installing the same file twice. r=gps
The faster make backend cannot support such things, so it's better to
avoid unsupported things to slip in because it happens that doesn't
break what automation runs.
2016-01-16 07:19:08 +09:00
Mike Hommey
6e930714bd Bug 1239169 - Check that files exist before marking them for removal during install manifest processing. r=gps 2016-01-16 07:19:08 +09:00
Kyle Machulis
0f6b29d229 Bug 1239585 - Remove eSupportSVG from nsObjectLoadingContent capabilities; r=bz 2016-01-15 14:11:54 -08:00
Kyle Machulis
1932fc42cc Bug 1239721 - Remove mRewrittenYoutubeEmbed from nsObjectLoadingContent; r=bz 2016-01-15 14:11:48 -08:00
Henrik Skupin
f954ec30c1 Bug 1237735 - Mirror latest changes of firefox-ui-tests from github. r=maja_zf DONTBUILD 2016-01-15 22:26:22 +01:00
Ehsan Akhgari
61ec7f09b3 Bug 1240161 - Remove "only-if-cached" from RequestCache; r=bkelly 2016-01-15 16:24:16 -05:00
Kartikaya Gupta
082a798889 Bug 1226826 - Record if painted displayport updates were due to repaints from the relevant layer tree or not. r=botond
--HG--
extra : commitid : L42zD9MDNXD
2016-01-15 16:19:59 -05:00
Kartikaya Gupta
a1c2f88721 Bug 1226826 - Record paint times in the checkerboard event. r=botond
--HG--
extra : commitid : CygYKO4FVuh
2016-01-15 16:19:59 -05:00
Kartikaya Gupta
b69694c595 Bug 1226826 - Record velocity at point of displayport request in checkerboard event. r=botond
--HG--
extra : commitid : fxWNeD2mNi
2016-01-15 16:19:58 -05:00
Kartikaya Gupta
c949f8717d Bug 1226826 - Add a CheckerboardEvent class to record stuff when checkerboarding happens. r=botond
--HG--
extra : commitid : 4pZujPb0crW
2016-01-15 16:19:58 -05:00
Wes Kocher
137b0dc6d1 Backed out changeset c457397a08bb (bug 1215955) for being a possible cause of frequent devtools failures in browser_profiler_tree-abstract-02.js a=backout
--HG--
extra : commitid : 9hiF1ztDIiJ
extra : histedit_source : 6388bc5df724f62b90c3309794bde9df82fa5631%2C131cc268c81bccca87b5dfc6ce58ae21230768cf
2016-01-15 10:43:01 -08:00
Wes Kocher
a330ff03a6 Backed out changeset 3cea1d886e9e (bug 1238941) for being a possible cause of frequent devtools failures in browser_profiler_tree-abstract-02.js a=backout
--HG--
extra : commitid : 3MYM5fevzDQ
2016-01-15 10:42:50 -08:00
Wes Kocher
908b84aefe Backed out changeset f0b09da3f4ca (bug 1239670) for being a possible cause of frequent devtools test failures in browser_profiler_tree-abstract-02.js a=backout
--HG--
extra : commitid : 5Lyfqyf55x2
2016-01-15 10:41:38 -08:00
B2G Bumper Bot
713d37549b Bumping manifests a=b2g-bump 2016-01-15 08:30:52 -08:00
B2G Bumper Bot
306d180fc0 Bumping manifests a=b2g-bump 2016-01-15 08:20:51 -08:00
B2G Bumper Bot
54f4292abc Bumping manifests a=b2g-bump 2016-01-15 07:40:55 -08:00
B2G Bumper Bot
a5242a9ec7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f9352eba9bf1
Author: Tilman Kamp <tilman@mozilla.com>
Desc: Merge pull request #33882 from tilmankamp/u1233573

Bug 1233573 - Re-enabling test on master

========

https://hg.mozilla.org/integration/gaia-central/rev/38ba9f798be6
Author: Tilman Kamp <tilmankamp@posteo.de>
Desc: Bug 1233573 - Re-enabling test on master
2016-01-15 07:39:12 -08:00
B2G Bumper Bot
93e7a2e6f4 Bumping manifests a=b2g-bump 2016-01-15 06:30:49 -08:00
B2G Bumper Bot
d6017cf16d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bdd7d07c53e0
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #33868 from JohanLorenzo/bug-1226583

Bug 1226583 - [tc-gip] Tests that requires dogfood build fails, because they run on regular eng builds

========

https://hg.mozilla.org/integration/gaia-central/rev/d5f4688136fd
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1226583 - [tc-gip] Tests that requires dogfood build fails, because they run on regular eng builds
2016-01-15 06:29:14 -08:00
Carsten "Tomcat" Book
1b772d7de6 Backed out changeset 47e2dfac99d5 (bug 1223385) on request for still failing on android 2016-01-15 13:52:19 +01:00
Carsten "Tomcat" Book
a0f396c335 Backed out changeset a575f9a6f0d2 (bug 1223385) 2016-01-15 13:51:56 +01:00
Carsten "Tomcat" Book
40335d0645 Backed out changeset a87a27864bb8 (bug 1223385) 2016-01-15 13:51:54 +01:00
Carsten "Tomcat" Book
9a73cb9ffd Backed out changeset 27eb5e90eeee (bug 1223385) 2016-01-15 13:51:53 +01:00
Carsten "Tomcat" Book
a85719873d Backed out changeset f59d1f7941b0 (bug 1223385) 2016-01-15 13:51:52 +01:00
B2G Bumper Bot
6b94b0040d Bumping manifests a=b2g-bump 2016-01-15 04:10:52 -08:00