ccb14e663b98d5ab75fa67d8c1b69faf412254eb: Bug 1236789. Avoid creating an unnecessary thread pool thread for tail-dispatch in TaskQueue. r=bholley
draft
Robert O'Callahan <robert@ocallahan.org> - Tue, 05 Jan 2016 16:35:17 +1300 - rev 318803
Push
8930 by rocallahan@mozilla.com at Tue, 05 Jan 2016 03:36:14 +0000
Bug 1236789. Avoid creating an unnecessary thread pool thread for tail-dispatch in TaskQueue. r=bholley
306d5049a6b3b9f73f24d0cd79b0e3e61737ed20: Bug 1232082 - add pc.ontrack and RTCTrackEvent
draft
Jan-Ivar Bruaroey <jib@mozilla.com> - Mon, 04 Jan 2016 12:46:21 -0500 - rev 318802
Push
8929 by jbruaroey@mozilla.com at Tue, 05 Jan 2016 03:19:06 +0000
Bug 1232082 - add pc.ontrack and RTCTrackEvent
954e1349c073a7e32111d2a691fbb97d8ae9432a: Bug 1232082 - add RTCRtpReceiver for each remote track.
draft
Jan-Ivar Bruaroey <jib@mozilla.com> - Fri, 11 Dec 2015 23:47:29 -0500 - rev 318801
Push
8929 by jbruaroey@mozilla.com at Tue, 05 Jan 2016 03:19:06 +0000
Bug 1232082 - add RTCRtpReceiver for each remote track.
6f2b2c74570992e4b1c44819a185b936875a7047: Bug 1233497 - Swap a busted CPOW with a working one in browser_waitForFocus. r?billm
draft
Mike Conley <mconley@mozilla.com> - Mon, 04 Jan 2016 17:56:14 -0500 - rev 318800
Push
8928 by mconley@mozilla.com at Mon, 04 Jan 2016 23:03:38 +0000
Bug 1233497 - Swap a busted CPOW with a working one in browser_waitForFocus. r?billm
56434716c7aa8c6bb8531a4cce08f35720f8d227: Bug 1233497 - SimpleTest.promiseFocus should not resolve to a window, as it might be a CPOW. r?Enn
draft
Mike Conley <mconley@mozilla.com> - Mon, 04 Jan 2016 17:52:08 -0500 - rev 318799
Push
8928 by mconley@mozilla.com at Mon, 04 Jan 2016 23:03:38 +0000
Bug 1233497 - SimpleTest.promiseFocus should not resolve to a window, as it might be a CPOW. r?Enn
665f51701912b212b2db43f1eb32db469d13dd13: Bug 1233497 - Run translation tests within ContentTasks to avoid CPOW usage. r?mikedeboer
draft
Mike Conley <mconley@mozilla.com> - Mon, 04 Jan 2016 17:33:19 -0500 - rev 318798
Push
8928 by mconley@mozilla.com at Mon, 04 Jan 2016 23:03:38 +0000
Bug 1233497 - Run translation tests within ContentTasks to avoid CPOW usage. r?mikedeboer
49863af4a6c724d588820f40eb2dee2d2b85dd94: Bug 1233497 - Allow CPOW usage in BrowserTestUtils testing module. r?felipe
draft
Mike Conley <mconley@mozilla.com> - Mon, 04 Jan 2016 17:21:23 -0500 - rev 318797
Push
8928 by mconley@mozilla.com at Mon, 04 Jan 2016 23:03:38 +0000
Bug 1233497 - Allow CPOW usage in BrowserTestUtils testing module. r?felipe
8955ebbbdf8de7e6557aff35c07a7dbe2a66d7a0: Bug 1233497 - Do not resolve a Promise with a CPOW in browser_addonPerformanceAlerts.js r?Yoric
draft
Mike Conley <mconley@mozilla.com> - Mon, 04 Jan 2016 17:15:24 -0500 - rev 318796
Push
8928 by mconley@mozilla.com at Mon, 04 Jan 2016 23:03:38 +0000
Bug 1233497 - Do not resolve a Promise with a CPOW in browser_addonPerformanceAlerts.js r?Yoric
400ca5939d47e4dc80fb5d4fff24f4968d9f8b69: Bug 1233497 - Remove a CPOW from browser/components/places/tests/browser/head.js r?mak
draft
Mike Conley <mconley@mozilla.com> - Mon, 04 Jan 2016 16:25:30 -0500 - rev 318795
Push
8928 by mconley@mozilla.com at Mon, 04 Jan 2016 23:03:38 +0000
Bug 1233497 - Remove a CPOW from browser/components/places/tests/browser/head.js r?mak
27cf717179ed8e313460f5b619f88b74517a8121: Fix unsafe CPOW restriction
draft
Bill McCloskey <billm@mozilla.com> - Mon, 28 Dec 2015 15:43:18 -0800 - rev 318794
Push
8928 by mconley@mozilla.com at Mon, 04 Jan 2016 23:03:38 +0000
Fix unsafe CPOW restriction
c05a6531ead9509a1d17871284502219726c6092: Bug 1230279 - Develop new mozharness script for media-tests for Jenkins; r?maja_zf, whimboo
draft
Syd Polk <spolk@mozilla.com> - Mon, 04 Jan 2016 16:23:17 -0600 - rev 318793
Push
8927 by spolk@mozilla.com at Mon, 04 Jan 2016 22:26:30 +0000
Bug 1230279 - Develop new mozharness script for media-tests for Jenkins; r?maja_zf, whimboo
3592efdc18d9d85d339329dc2c0a92812c1973d1: Bug 1236382 - Add --rebuild as an argument to mach try, remove the extra arguments functionality. r=jgraham
draft
Chris Manchester <cmanchester@mozilla.com> - Mon, 04 Jan 2016 14:07:11 -0800 - rev 318792
Push
8926 by cmanchester@mozilla.com at Mon, 04 Jan 2016 22:07:31 +0000
Bug 1236382 - Add --rebuild as an argument to mach try, remove the extra arguments functionality. r=jgraham
Using nargs='*' in conjunction with nargs=REMAINDER creates an ambiguity when
the argument using nargs='*' is optional, it is not specified, and the user
intends their arguments to be interpreted as "extra" arguments. This commit
removes the nargs=REMAINDER argument for mach_try, and implements its most
common use, "--rebuild", as a regular argument.
44a45c725656c5d122b9e0d4e93a309ea5b424b1: Bug 1216681 - Add a fileid utility to extract the breakpad GUID from object files for identification in fix_stack_using_bpsyms. r=ted
Chris Manchester <cmanchester@mozilla.com> - Wed, 21 Oct 2015 16:37:42 -0700 - rev 318791
Push
8926 by cmanchester@mozilla.com at Mon, 04 Jan 2016 22:07:31 +0000
Bug 1216681 - Add a fileid utility to extract the breakpad GUID from object files for identification in fix_stack_using_bpsyms. r=ted
fix_stack_using_bpsyms.py locates a .sym file based on file name only, not uuid or full path,
which causes a failure if a duplicate leaf file name is introduced. This patch introduces a
small utility program on mac and linux to extract a breakpad guid from a shared library or
executable to identify the correct symbol file when this ambiguity occurs. A subsequent commit
implements this for windows.
2be32812ce902f7868bb943d6f67d8e89e946308: Bug 1236570 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in b2g/app/; r=khuey
Nathan Froyd <froydnj@mozilla.com> - Mon, 14 Dec 2015 16:50:21 -0500 - rev 318790
Push
8926 by cmanchester@mozilla.com at Mon, 04 Jan 2016 22:07:31 +0000
Bug 1236570 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in b2g/app/; r=khuey
84d9061974399c362ea07a0c108e616724e445a0: Bug 1236632 - remove unused variable in FactoryOp::WaitForTransactions; r=janv
Nathan Froyd <froydnj@mozilla.com> - Mon, 04 Jan 2016 14:29:33 -0500 - rev 318789
Push
8926 by cmanchester@mozilla.com at Mon, 04 Jan 2016 22:07:31 +0000
Bug 1236632 - remove unused variable in FactoryOp::WaitForTransactions; r=janv
This variable got left behind during the refactoring in
bug 1125102.
344d31ef4cc6ed5546ee4c604af41eddc2016d15: Bug 1214305 - Part 10: Clean up global DataStorage references in the child process; r=keeler
Ehsan Akhgari <ehsan@mozilla.com> - Mon, 04 Jan 2016 14:31:23 -0500 - rev 318788
Push
8926 by cmanchester@mozilla.com at Mon, 04 Jan 2016 22:07:31 +0000
Bug 1214305 - Part 10: Clean up global DataStorage references in the child process; r=keeler
d1000838678d64462fd9ad877029e7082bbba2b3: Bug 1214305 - Part 9: Avoid using CPOWs in browser_bug1045902_console_csp_ignore_reflected_xss_message.js; r=billm
Ehsan Akhgari <ehsan@mozilla.com> - Thu, 31 Dec 2015 14:39:54 -0500 - rev 318787
Push
8926 by cmanchester@mozilla.com at Mon, 04 Jan 2016 22:07:31 +0000
Bug 1214305 - Part 9: Avoid using CPOWs in browser_bug1045902_console_csp_ignore_reflected_xss_message.js; r=billm
5bcb515228e39979dda0936646f65ffa9b8a20d7: Bug 1214305 - Part 8: Enable secure upgrade service worker tests on e10s; r=jdm
Ehsan Akhgari <ehsan@mozilla.com> - Mon, 02 Nov 2015 11:28:00 -0500 - rev 318786
Push
8926 by cmanchester@mozilla.com at Mon, 04 Jan 2016 22:07:31 +0000
Bug 1214305 - Part 8: Enable secure upgrade service worker tests on e10s; r=jdm
fe10782ab28cd2fc56fe09b5eb075589efa86e8b: Bug 1214305 - Part 7: Decide in the child process whether an intercepted channel should go through a secure upgrade; r=mcmanus
Ehsan Akhgari <ehsan@mozilla.com> - Mon, 02 Nov 2015 11:27:00 -0500 - rev 318785
Push
8926 by cmanchester@mozilla.com at Mon, 04 Jan 2016 22:07:31 +0000
Bug 1214305 - Part 7: Decide in the child process whether an intercepted channel should go through a secure upgrade; r=mcmanus
This is OK from a security perspective, since this decision only affects
whether the channel will be intercepted with the secure URI in the child
process. If the intercepting service worker decides to fall back to an
actual network request, we send the request to the parent process with
the original pre-upgrade URI, and the parent process will still be in
charge of whether a network visible HTTP request should be upgraded.
764c7f1cad9eb87b7e4f65984816690a9b919b3a: Bug 1214305 - Part 6: Use a non-IPC redirect for synthesized upgraded responses to ensure the response URL is correctly propagated; r=mcmanus
Ehsan Akhgari <ehsan@mozilla.com> - Mon, 02 Nov 2015 11:27:00 -0500 - rev 318784
Push
8926 by cmanchester@mozilla.com at Mon, 04 Jan 2016 22:07:31 +0000
Bug 1214305 - Part 6: Use a non-IPC redirect for synthesized upgraded responses to ensure the response URL is correctly propagated; r=mcmanus