Commit Graph

458853 Commits

Author SHA1 Message Date
Kit Cambridge
9e4ed15128 Bug 1239584, Part 1 - Add nsIPushNotifier and nsIPushMessage interfaces. r=dragana
--HG--
extra : commitid : HD2fDINypFu
extra : rebase_source : 477ab56822deb5e6423c8f9b36f1a5c119d07951
2016-01-13 22:19:51 -07:00
James Graham
b6d7a6c223 Bug 1242128 - Disable racy document loading test, a=testonly 2016-01-23 15:44:35 +00:00
James Graham
df48cf475e Bug 1242153 - Update web-platform-tests expected data to revision c41adf030ec80a62ef9e1988d3c4be460f2a0012, a=testonly 2016-01-23 15:44:25 +00:00
James Graham
fd45ed320d Bug 1242153 - Update web-platform-tests to revision c41adf030ec80a62ef9e1988d3c4be460f2a0012, a=testonly
--HG--
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/106.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/106-import.html
2016-01-23 15:44:03 +00:00
Patrick McManus
d1286944d6 Bug 1233774 - fix Leak EventTokenBucket on shutdown r=dragana 2016-01-21 12:40:15 -05:00
Sylvestre Ledru
ab4e3a0d42 Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan
--HG--
extra : rebase_source : 7d2cc56b6553cd7a8d848d3c660f30735bd82eec
2016-01-22 16:58:49 +01:00
Phil Ringnalda
fefdfab323 Back out 4 changesets (bug 1240478) for somehow causing bug 1242085
Backed out changeset 31629671c71c (bug 1240478)
Backed out changeset bc9a56a067b5 (bug 1240478)
Backed out changeset 485bd08acb96 (bug 1240478)
Backed out changeset 38ef99bddd74 (bug 1240478)
2016-01-22 23:26:45 -08:00
Chris Peterson
1d19e74439 Bug 1242120 - Remove switch fallthrough to avoid -Wimplicit-fallthrough warning in dom/canvas/. r=mtseng
dom/canvas/WebGLContextGL.cpp:1329:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
2016-01-22 21:36:49 -08:00
Chris Peterson
f8c52db33c Bug 1241549 - Annotate intentional switch fallthrough in hal/linux/UPowerClient.cpp. r=gsvelto
hal/linux/UPowerClient.cpp:420:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
2016-01-20 21:34:41 -08:00
Chris Peterson
5de97a0a0e Bug 1240263 - Annotate intentional switch fallthroughs in dom/xslt/. r=peterv
dom/xslt/xpath/txCoreFunctionCall.cpp:214:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/xslt/xpath/txLocationStep.cpp:47:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/xslt/xpath/txLocationStep.cpp:79:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/xslt/xpath/txXPCOMExtensionFunction.cpp:290:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/xslt/xslt/txOutputFormat.cpp:86:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2016-01-14 01:41:43 -08:00
Randell Jesup
69ee4cadcc Bug 1242061: remove small strdup() leak of devicename strings in getUserMedia enumeration rs=jib
--HG--
extra : commitid : 9FT4rttdtMx
2016-01-23 02:03:29 -05:00
Ting-Yu Lin
40c9b71faf Bug 1241752 - Remove runtime warning for nsIContent::GetEditingHost(). r=smaug
Returning a null editing host for a non-editable is a normal failing case,
which does not need a warning.

--HG--
extra : rebase_source : 11695f3c17337cac2e2ce2a7516a0ce8d58eefb5
2016-01-22 14:18:47 +08:00
Boris Zbarsky
d4db9bedd0 Bug 1242054. Get rid of AbortablePromise, so we can move Promise into SpiderMonkey more easily. r=khuey 2016-01-23 00:37:44 -05:00
Boris Zbarsky
c136be558a Bug 1242040. Fix the GlobalObject usage in ExtendableEvent::GetPromise. r=bkelly 2016-01-23 00:37:34 -05:00
Randell Jesup
3789ac3d6f Bug 1242061: fix leaked static nsTArrays r=bustage
on a CLOSED TREE

--HG--
extra : commitid : EsX0LUltlkQ
2016-01-22 22:36:26 -05:00
Kartikaya Gupta
f7d70bc9d1 Back out cset f01b5d05a13b (bug 1235590) for jsreftest failures. r=backout on a CLOSED TREE
--HG--
extra : commitid : BaPjotyNN9M
2016-01-22 22:11:30 -05:00
Kartikaya Gupta
13a87b56bb Bug 1242061 follow up to fix static analysis build bustage. r=me
--HG--
extra : commitid : JBEBz9vEEIA
2016-01-22 21:05:19 -05:00
Andrea Marchesini
df8b566adc Bug 1241893 - Remove non-used properties strings about about:profiles, r=ehsan 2016-01-23 01:51:35 +00:00
Jean-Yves Avenard
b8299c5f79 Revert "Bug 1240201: [vorbis] P1. Properly determine sample duration and time in webm demuxer. r=kinetik"
This reverts commit c0a4a296
2016-01-23 12:42:02 +11:00
Jean-Yves Avenard
30a05ebd7f Revert "Bug 1240201: [opus] P2. Properly determine sample duration and time in webm demuxer. r=kinetik"
This reverts commit d8eb98e2
2016-01-23 12:42:02 +11:00
Randell Jesup
66c6ef708f Bug 1242061: re-enumerate audio devices in full_duplex via cubeb when getUserMedia is called r=jib
--HG--
extra : commitid : LJDXuq181Na
2016-01-22 20:40:26 -05:00
Kartikaya Gupta
7edfa23c56 Bug 1238042 - Add about:checkerboard. r=ehsan,botond
--HG--
extra : commitid : 5nGtf4Sp600
2016-01-22 20:27:28 -05:00
Kartikaya Gupta
1ff33680c1 Bug 1238042 - Expose the checkerboard reports out to JS. r=ehsan,botond
--HG--
extra : commitid : 2TsbL6ZkXDM
2016-01-22 20:27:28 -05:00
Kartikaya Gupta
be608f4519 Bug 1238042 - Extract a helper function to check if a JSObject is a global with a particular about: URI. r=ehsan
--HG--
extra : commitid : 9MHQnTiMoX9
2016-01-22 20:27:28 -05:00
Nils Ohlmeier [:drno]
775c070ce4 Bug 1231507 - Part 2: added mochitest SimulCast offer test case r=jib
--HG--
extra : commitid : 5r3l5MFB60z
extra : transplant_source : %9F%F0m%80A%89%94%8C%E0%F2%3D%FAEdNg%22%0D%90A
2016-01-07 13:27:52 -06:00
Byron Campen [:bwc]
6f5f7e1a52 Bug 1231507 - Part 1: selectSsrc chrome-only API for SSRC-based filtering of receive tracks. r=drno, r=smaug
--HG--
extra : commitid : ASGibrJIDtF
extra : transplant_source : %2B%E9%8F%83-%9E%E3w%D0t%D1%B1%B0%88Q%B1%7B%83%5BS
2015-12-09 15:37:38 -05:00
Kyle Machulis
f12f33281b Bug 1235986 - Web Platform Test for Document Embedding; r=bz 2016-01-22 16:27:14 -08:00
Tanvi Vyas
c208cee58b Bug 1241292 - Update string in control centerl main panel of insecure passwords warning. r=MattN 2016-01-22 16:03:54 -08:00
Terrence Cole
8520b2a146 Bug 1241934 - Remove the unused validategc API; r=jonco 2016-01-22 10:00:18 -08:00
Shu-yu Guo
231bd42355 Bug 1235590 - Allow redeclaring block-scoped functions and warn about deprecation for now. (r=jorendorff) 2016-01-22 15:20:07 -08:00
Felipe Gomes
8e514bfba2 Bug 1241959 - Add a description of e10s blocked status to about:support. r=jimm
--HG--
extra : commitid : 5r0m9Ql2GBC
2016-01-22 14:42:30 -08:00
Wes Kocher
72f3b982cf Backed out changeset e7cfbfa5847c (bug 1241959) for browser_Troubleshoot.js failures
--HG--
extra : commitid : LCOKRflYyYB
2016-01-22 14:42:04 -08:00
George Wright
3996b5e615 Bug 1237025 - Stop using CPOWs for View Image Info context menu r=mconley 2016-01-19 19:21:49 -05:00
Chris Manchester
666423b6d5 Bug 1241989 - Speed up install manifests by avoiding path operations. r=gps
This is two straightforward optimizations in FileCopier: avoiding a redundant iteration
over the directory structure to find destination files (which includes a
call to normpath) and avoiding redundant calls to determine directories to preserve
when remove_unaccounted is not specified (which include a call to dirname).

Running a no-op install of _tests with this patch results in a reduction of about
25,000 calls to normpath and remove about 220,000 calls to dirname, resulting in
an overall speedup of 10-20%.

--HG--
extra : commitid : 8nyTo489q8X
2016-01-22 13:54:33 -08:00
Randell Jesup
f138ca68d1 Bug 987186 - remove AudioConfig, send agc/aec/noise from prefs r=jib,smaug
(Reland squashed)
Respect echoCancellation constraint in GetUserMedia
Support echoCancellation constraint, pass test

--HG--
extra : commitid : 7Bq2u1yamMf
2016-01-22 16:46:38 -05:00
Felipe Gomes
57c423daa3 Bug 1241959 - Follow-up, update test with the expected object schema. r=test-fix on a CLOSED TREE 2016-01-22 19:40:06 -02:00
Jordan Lund
9995a1184f Bug 1219094 - releng work for dropping api-11 through api-14, base_jobs typo fix, CLOSED TREE r=garndt
--HG--
extra : amend_source : 8397e8997d9d180dea997774db4f610541922ce6
2016-01-22 13:28:55 -08:00
Kit Cambridge
74ec586e11 Bug 1241278 - Change Notification.requestPermission() to return a promise. r=baku
--HG--
extra : commitid : Kl0YRQWwLkN
extra : rebase_source : ab9d18bad5b288f1c38ee2e1c7592d41f4dbaf7b
2016-01-20 14:23:04 -08:00
Felipe Gomes
b5abf5a2ab Bug 1241959 - Add a description of e10s blocked status to about:support. r=jimm 2016-01-22 17:34:29 -02:00
Jordan Lund
d2da67bf32 Bug 1219094 - releng work for dropping api-11 through api-14, r=rail
--HG--
rename : testing/taskcluster/tasks/builds/android_api_11.yml => testing/taskcluster/tasks/builds/android_api_15.yml
rename : testing/taskcluster/tasks/builds/android_api_11_b2gdroid.yml => testing/taskcluster/tasks/builds/android_api_15_b2gdroid.yml
2016-01-22 11:08:23 -08:00
Kartikaya Gupta
fc03bd93b1 Bug 1241678 - Fix low-volume null-deref crash. r=BenWa
--HG--
extra : commitid : Iy9q8veFylP
2016-01-22 15:28:03 -05:00
Kartikaya Gupta
2398798d67 Bug 1240622 - Guard mCheckerboardEvent with a mutex to avoid races. r=botond
--HG--
extra : commitid : 9LLumoyfORc
2016-01-22 14:02:28 -05:00
David Rajchenbach-Teller
e60fcbe3af Bug 1241838 - Removing erroneous CPOW suffix, reworking buggy jank suffix;r=Felipe
--HG--
extra : rebase_source : 9cdc31a93a8e89a618c32fac70ffcc02beeb428e
2016-01-22 12:58:21 +01:00
Christoph Kerschbaumer
df2754a3be Bug 1241579 - Convert services/ to use channel.open2() (r=sicking) 2016-01-22 11:44:46 -08:00
Christoph Kerschbaumer
f9b797ccdd Bug 1241576 - Convert testing/ to use channel.open2() (r=sicking) 2016-01-22 11:44:23 -08:00
Christoph Kerschbaumer
26b22a9478 Bug 1241561 - Convert addon-sdk to use .open2() (r=sicking) 2016-01-22 11:44:04 -08:00
Christoph Kerschbaumer
4ed97ebe1f Bug 1232904 - Use channel.asyncOpen2 within dom/media/IdpSandbox.jsm (r=mt) 2016-01-22 11:40:32 -08:00
Morgan Phillips
26865eb1f0 Bug 1233734 - Fix bad include order (CLOSED TREE). r=terrance
--HG--
extra : rebase_source : 2fff2d42222e45a4a41a3b88db4d9ff6933b31f6
extra : amend_source : 22c439b23d022c02c897049790a48666d931b0f6
2016-01-22 13:13:54 -06:00
Kit Cambridge
f398300afc Back out out 3 changesets (bug 1239584) for B2G build failures on a CLOSED TREE.
--HG--
extra : commitid : 74RywJW7UVo
extra : amend_source : 2088096e01cb7b6fda50c87f05d427cd79147554
2016-01-22 11:06:14 -08:00
Morgan Phillips
8f99cd782f Bug 1233734 - Ensure that identifiers are always (eventually) initialized in the REPL; r=shu
--HG--
extra : rebase_source : c91607258bb4d5d2060fd6b4b6947131b9a54bb0
2016-01-21 12:54:29 -06:00