699e3e5f843670e0ff668f3ae4fd9cf40998e0b4: Bug 1279717 - inverse the mask to use a white background on pages with bright text color. r?jaws
draft
Mike de Boer <mdeboer@mozilla.com> - Thu, 16 Jun 2016 16:53:49 +0100 - rev 379697
Push
21025 by mdeboer@mozilla.com at Thu, 16 Jun 2016 16:06:08 +0000
Bug 1279717 - inverse the mask to use a white background on pages with bright text color. r?jaws
MozReview-Commit-ID: 6LLMkS7vhEf
275f4d4399fe5004449a7d9cf6370f5234749c7a: Bug 1279717 - introduce a Color.jsm module that implements common color math operations in a single place. r?jaws
draft
Mike de Boer <mdeboer@mozilla.com> - Thu, 16 Jun 2016 16:53:47 +0100 - rev 379696
Push
21025 by mdeboer@mozilla.com at Thu, 16 Jun 2016 16:06:08 +0000
Bug 1279717 - introduce a Color.jsm module that implements common color math operations in a single place. r?jaws
MozReview-Commit-ID: Gvc6R6RTJz7
a94ddc26c891a4eaaccce6454ec2e440d37344f8: Bug 1270360 Implement runtime.sendNativeMessage() r?kmag
draft
Andrew Swan <aswan@mozilla.com> - Wed, 08 Jun 2016 14:52:35 -0700 - rev 379695
Push
21024 by aswan@mozilla.com at Thu, 16 Jun 2016 15:48:43 +0000
Bug 1270360 Implement runtime.sendNativeMessage() r?kmag
MozReview-Commit-ID: 93FaGaYto5w
977d69813d5a3c1d1f95756db7b711735fec0a26: Bug 1274708 Use Context.jsonStringify() in ExtensionStorage r?kmag
draft
Andrew Swan <aswan@mozilla.com> - Tue, 14 Jun 2016 08:56:31 -0700 - rev 379694
Push
21023 by aswan@mozilla.com at Thu, 16 Jun 2016 15:32:37 +0000
Bug 1274708 Use Context.jsonStringify() in ExtensionStorage r?kmag
MozReview-Commit-ID: Ba1w33Jl42n
2d1f01f426a05229aa606eac54b012489fb89dd5: Bug 1274708 Use Context.jsonStringify() in connectNative r?kmag
draft
Andrew Swan <aswan@mozilla.com> - Tue, 14 Jun 2016 08:50:03 -0700 - rev 379693
Push
21023 by aswan@mozilla.com at Thu, 16 Jun 2016 15:32:37 +0000
Bug 1274708 Use Context.jsonStringify() in connectNative r?kmag
MozReview-Commit-ID: J7q49nLg4F3
09726a61cd7da6d67cd223e2d48c3d1a865d6ec9: Bug 1274708 Add BaseContext.jsonStringify() r?kmag
draft
Andrew Swan <aswan@mozilla.com> - Thu, 16 Jun 2016 08:30:58 -0700 - rev 379692
Push
21023 by aswan@mozilla.com at Thu, 16 Jun 2016 15:32:37 +0000
Bug 1274708 Add BaseContext.jsonStringify() r?kmag
MozReview-Commit-ID: E4F1e8hDA5a
d8574550e53833a6b30eaffbc8b4bb825d0a87a7: Bug 1278403 - Disable tests on DEBUG with suspected spurious-error-reporting drivers. - r=jrmuizel
draft
Jeff Gilbert <jgilbert@mozilla.com> - Tue, 14 Jun 2016 08:43:04 -0700 - rev 379691
Push
21022 by bmo:jgilbert@mozilla.com at Thu, 16 Jun 2016 15:24:56 +0000
Bug 1278403 - Disable tests on DEBUG with suspected spurious-error-reporting drivers. - r=jrmuizel
MozReview-Commit-ID: IMgEqzPvGTm
c4a12028be705e5413be707af600ea80f09d4dcf: Bug 1278403 - Mark now-too-slow tests. - r=jrmuizel
draft
Jeff Gilbert <jgilbert@mozilla.com> - Tue, 14 Jun 2016 05:06:55 -0700 - rev 379690
Push
21022 by bmo:jgilbert@mozilla.com at Thu, 16 Jun 2016 15:24:56 +0000
Bug 1278403 - Mark now-too-slow tests. - r=jrmuizel
MozReview-Commit-ID: JaQMnybfpQ0
b52fc5c5cce5526f67ad05f9bca11ce4b5aab09d: Bug 1278403 - WebGL doesn't need validation. - r=jrmuizel
draft
Jeff Gilbert <jgilbert@mozilla.com> - Mon, 06 Jun 2016 17:36:08 -0700 - rev 379689
Push
21022 by bmo:jgilbert@mozilla.com at Thu, 16 Jun 2016 15:24:56 +0000
Bug 1278403 - WebGL doesn't need validation. - r=jrmuizel
We do all validation in our WebGL layer, we only really generate GL_OOM
from the driver, no other errors.
This is opposed to SkiaGL, which may or may not rely on errors returned
from the driver. This is why I am not just turning on ABORT_ON_ERROR for
all GLContexts.
(Also, later, we should be creating no-error contexts on non-DEBUG builds,
so the driver doesn't replicate our validation. ANGLE already supports
this)
MozReview-Commit-ID: A4RSgzUXfHA
6f8d02e3ec323e4833db96fc092ea23a6d181585: Bug 1278403 - Misc code cleanup. - r=jrmuizel
draft
Jeff Gilbert <jgilbert@mozilla.com> - Mon, 06 Jun 2016 17:31:53 -0700 - rev 379688
Push
21022 by bmo:jgilbert@mozilla.com at Thu, 16 Jun 2016 15:24:56 +0000
Bug 1278403 - Misc code cleanup. - r=jrmuizel
MozReview-Commit-ID: 3ccHiLQM6lm
62dab06f36f831cd37a8a2116cab45417f8440f2: Bug 1278403 - Choose GLContext::DebugFlags based on ContextCreateFlags. - r=jrmuizel
draft
Jeff Gilbert <jgilbert@mozilla.com> - Mon, 06 Jun 2016 16:29:08 -0700 - rev 379687
Push
21022 by bmo:jgilbert@mozilla.com at Thu, 16 Jun 2016 15:24:56 +0000
Bug 1278403 - Choose GLContext::DebugFlags based on ContextCreateFlags. - r=jrmuizel
MozReview-Commit-ID: KSjIhu8I20C
7c47c162bb19f1610c59001aa794c4a509e6d3b0: Bug 1278403 - Fix formatting.
draft
Jeff Gilbert <jgilbert@mozilla.com> - Thu, 16 Jun 2016 08:15:29 -0700 - rev 379686
Push
21022 by bmo:jgilbert@mozilla.com at Thu, 16 Jun 2016 15:24:56 +0000
Bug 1278403 - Fix formatting.
MozReview-Commit-ID: 12ArnWLnPLG
41e857f5bc26323ba5f298694ce3bed72b486f3c: Bug 1278403 - Spread CreateContextFlags to GLContext::ctor. - r=jrmuizel
draft
Jeff Gilbert <jgilbert@mozilla.com> - Mon, 06 Jun 2016 16:27:43 -0700 - rev 379685
Push
21022 by bmo:jgilbert@mozilla.com at Thu, 16 Jun 2016 15:24:56 +0000
Bug 1278403 - Spread CreateContextFlags to GLContext::ctor. - r=jrmuizel
MozReview-Commit-ID: 4rPitIpn60l
273dd8850203f6b88fbaf5f15ace8923883e258d: Bug 1278403 - Clean up gfxEnv.h - r=milan
draft
Jeff Gilbert <jgilbert@mozilla.com> - Mon, 06 Jun 2016 15:26:44 -0700 - rev 379684
Push
21022 by bmo:jgilbert@mozilla.com at Thu, 16 Jun 2016 15:24:56 +0000
Bug 1278403 - Clean up gfxEnv.h - r=milan
MozReview-Commit-ID: 1TSqW6N3CDs
ab321d5547fca1b9813c324dbeed4b83d8c79687: Bug 1266646 - Change HTMLMediaElement::StreamSizeListerner to inherit MediaStreamTrackDirectListener. r?jesup,pehrsons
draft
ctai <ctai@mozilla.com> - Tue, 10 May 2016 17:02:15 +0800 - rev 379683
Push
21021 by bmo:ctai@mozilla.com at Thu, 16 Jun 2016 15:21:22 +0000
Bug 1266646 - Change HTMLMediaElement::StreamSizeListerner to inherit MediaStreamTrackDirectListener. r?jesup,pehrsons
MozReview-Commit-ID: HnNv9BnlbDy
f2fe3ac4871f7fc1fd7f0805ea33d732e32ff433: Bug 1266646 - Move group of MediaStreamListener to a new header file. r?jesup,r?pehrsons
draft
ctai <ctai@mozilla.com> - Thu, 26 May 2016 11:30:43 +0800 - rev 379682
Push
21021 by bmo:ctai@mozilla.com at Thu, 16 Jun 2016 15:21:22 +0000
Bug 1266646 - Move group of MediaStreamListener to a new header file. r?jesup,r?pehrsons
This can reduce the include header dependency. MediaStreamVideoSink will inherit from DirectMediaStreamTrackListener. But we can't use forward declaration on MediaStreamListener because the usage of nsTArray<RefPtr<MediaStreamVideoSink>>.
MozReview-Commit-ID: 328s4Kw9NvW
e18ea6c4a181d917ef0c859f1f9dd5a21f16074f: Bug 1266646 - Rename MediaStreamDirectListener and MediaStreamTrackDirectListener to DirectMediaStreamListener and DirectMediaStreamTrackListener respectively. r=jesup,pehrsons
draft
ctai <ctai@mozilla.com> - Fri, 29 Apr 2016 11:45:25 +0800 - rev 379681
Push
21021 by bmo:ctai@mozilla.com at Thu, 16 Jun 2016 15:21:22 +0000
Bug 1266646 - Rename MediaStreamDirectListener and MediaStreamTrackDirectListener to DirectMediaStreamListener and DirectMediaStreamTrackListener respectively. r=jesup,pehrsons
Rename those two function to better name alignment with AddDirectListener and AddDirectTrackListener.
MozReview-Commit-ID: 6QY08oyih1X
80612bf6de7484b6bb632612a05f2eb0d755a326: Bug 1255986 - [moztest] Safe-guard structured logging for exceptions from bad handlers. r?jgraham
draft
Henrik Skupin <mail@hskupin.info> - Fri, 03 Jun 2016 22:20:59 +0200 - rev 379680
Push
21020 by bmo:hskupin@gmail.com at Thu, 16 Jun 2016 15:19:03 +0000
Bug 1255986 - [moztest] Safe-guard structured logging for exceptions from bad handlers. r?jgraham
Any exception which gets thrown by a log handler while test results are getting generated, should
not cause test harnesses to stop immediately. To achive that the exception gets logged appropriately
and not propagated up the stack.
MozReview-Commit-ID: ChyYxApYSGx
52b0a8a476d1b34c4e925224f0be1d5bedab2e06: Bug 1280325 - set MSYSTEM env var to 'MINGW32' for TaskCluster Windows firefox desktop builds; r=glandium
Peter Moore <pmoore@mozilla.com> - Wed, 15 Jun 2016 23:20:14 +0100 - rev 379679
Push
21020 by bmo:hskupin@gmail.com at Thu, 16 Jun 2016 15:19:03 +0000
Bug 1280325 - set MSYSTEM env var to 'MINGW32' for TaskCluster Windows firefox desktop builds; r=glandium
c009297005902ca508e9851274f618a72585da67: Bug 1276927: Build B2G with Android build scripts where possible, r=glandium
Thomas Zimmermann <tdz@users.sourceforge.net> - Thu, 16 Jun 2016 08:43:51 +0100 - rev 379678
Push
21020 by bmo:hskupin@gmail.com at Thu, 16 Jun 2016 15:19:03 +0000
Bug 1276927: Build B2G with Android build scripts where possible, r=glandium
This patch adds support for configuring Gonk/B2G with Android-specific
build scripts. This removes duplicated code and simplifies maintenance
of B2G.
The B2G builds will now use libc++ for Gecko; instead of the obsolete
STLport. A side-effect of this patch is the removal of any compile-time
dependency on B2G's bionic library.
MozReview-Commit-ID: 7V6BmC7jlrs