Christoph Kerschbaumer
|
6166c48409
|
Bug 471020 - Test X-Content-Type-Options: nosniff. r=dveditz
|
2016-07-18 14:47:35 +02:00 |
Christoph Kerschbaumer
|
f897b7df7e
|
Bug 471020 - Implement X-Content-Type-Options: nosniff. r=dveditz,bz,mcmanus
|
2016-07-18 14:47:48 +02:00 |
Nicolas B. Pierron
|
e1afab6ea5
|
Bug 1281572 - Add gdb commands for calling iongraph with an instance of a MIRGenerator. r=sstangl
|
2016-07-18 12:51:27 +00:00 |
Nicolas B. Pierron
|
4b3789cfc4
|
Bug 1287086 - Use LifoAlloc::AutoFallibleScope in LSprinter::put. r=h4writer
|
2016-07-18 12:51:25 +00:00 |
Jan de Mooij
|
3a5d8d12f4
|
Bug 1285134 part 2 - Rename ShellRuntime to ShellContext. r=efaust
|
2016-07-18 14:36:43 +02:00 |
Jan de Mooij
|
b68d3ea4c4
|
Bug 1285134 part 1 - Move the runtime private to the context. r=efaust
|
2016-07-18 14:36:13 +02:00 |
Jan de Mooij
|
ff4b4a08d8
|
Bug 1287063 - Remove isGCScheduled check from activeGCInAtomsZone. r=jonco
|
2016-07-18 14:35:33 +02:00 |
JerryShih
|
20509c6a8c
|
Bug 1259702 - test case for webgl getFragDataLocation(). r=jgilbert
|
2016-07-18 20:19:04 +08:00 |
JerryShih
|
c801d201b6
|
Bug 1241042 - remove the original implementation. r=jgilbert
|
2016-07-18 20:19:04 +08:00 |
JerryShih
|
b44cfb7256
|
Bug 1241042 - save frag translated varying names into LinkedProgramInfo. r=jgilbert
Save the frag name info to the LinkedProgramInfo object. Then the fragment shader can be freely detached at any time.
|
2016-07-18 20:19:04 +08:00 |
Mark Goodwin
|
da244c1539
|
Bug 1286600 - prevent errors in calls to the CertBlocklist from causing blocklist sync to fail. r=MattN
MozReview-Commit-ID: 42O2QnPQRuj
|
2016-07-14 21:31:54 +01:00 |
Damien Zammit
|
44e85908a4
|
Bug 783733 - Wire up the jack cubeb backend in the build system. r=glandium
It's disabled by default for now.
MozReview-Commit-ID: CPrJQ07n26t
|
2016-07-18 13:28:39 +02:00 |
Andrea Marchesini
|
f14639d187
|
Bug 1279498 - Force WorkerPrivate->SetThread(nullptr) using a RAII, r=khuey
|
2016-07-18 11:46:36 +02:00 |
Andrea Marchesini
|
a3d12cc23a
|
Bug 1279186 - Blob URLs in multi-e10s - part 3 - Remove all the blobURLs when the child goes away, r=me
|
2016-07-18 11:13:31 +02:00 |
Andrea Marchesini
|
e2f70c803b
|
Bug 1279186 - Blob URLs in multi-e10s - part 2 - Contentparent unregistes BlobURLs if the child crashes, r=gabor
|
2016-07-18 11:12:18 +02:00 |
Andrea Marchesini
|
0c1a08fce6
|
Bug 1279186 - Blob URLs in multi-e10s - part 1 - BlobURLs broadcasted, r=gabor
|
2016-07-17 16:50:50 +02:00 |
Jon Coppeard
|
cb5a6b4341
|
Bug 1286504 - Print totals at the end when profiling the nursery r=sfink
|
2016-07-18 09:55:09 +01:00 |
Bob Owen
|
4ec3db3eec
|
Bug 1252877 Part 7: Wait for plugin updates during active animations. r=dvander, r=jimm
Also, apply plugin updates when they arrive not just during composition.
MozReview-Commit-ID: FZJYiPqb5uZ
|
2016-07-18 09:54:02 +01:00 |
Bob Owen
|
88df0f1a00
|
Bug 1252877 Part 6: Fix plugin frame check for paint skipping and short circuit the search for plugin frames. r=jimm
MozReview-Commit-ID: EqAhU20Vkxm
|
2016-07-18 09:54:02 +01:00 |
Bob Owen
|
8968cf8b48
|
Bug 1252877 Part 5: Fix use of gfx.e10s.hide-plugins-for-scroll. r=jimm
|
2016-07-18 09:54:02 +01:00 |
Bob Owen
|
73dac13bac
|
Bug 1252877 Part 4: Remove notification of plugins about scrolling from child. r=jimm
MozReview-Commit-ID: 2tHtOxx7jKa
|
2016-07-18 09:54:02 +01:00 |
Bob Owen
|
c19e13d693
|
Bug 1252877 Part 3: Remove plugin capture code from child. r=jimm
|
2016-07-18 09:54:02 +01:00 |
Bob Owen
|
25fe73cb68
|
Bug 1252877 Part 2: On Windows capture an image for windowed plugins to be displayed during APZ scroll. r=jimm, r=mattwoodrow
MozReview-Commit-ID: ElE0GD3tLah
|
2016-07-18 09:54:02 +01:00 |
Bob Owen
|
b2b638175c
|
Bug 1252877 Part 1: Allow ImageContainer to act as a proxy for another async ImageConatiner. r=mattwoodrow
MozReview-Commit-ID: BeUFWZOwkvh
|
2016-07-18 09:54:01 +01:00 |
Seth Fowler
|
b4d3a89f33
|
Bug 1287246 (Part 5) - Add GTests for StreamingLexer's support for yielding. r=njn
|
2016-07-18 01:25:45 -07:00 |
Seth Fowler
|
fabd6521fe
|
Bug 1287246 (Part 4) - Make the data checking in TestStreamingLexer more discerning. r=njn
|
2016-07-18 01:25:43 -07:00 |
Seth Fowler
|
d2fa2b335c
|
Bug 1287246 (Part 3) - Add support for yielding to StreamingLexer. r=njn
|
2016-07-18 01:25:41 -07:00 |
Seth Fowler
|
f5ecac110e
|
Bug 1287246 (Part 2) - Store the state for unbuffered reads in a separate structure in StreamingLexer. r=njn
|
2016-07-18 01:25:39 -07:00 |
Seth Fowler
|
938a963f7f
|
Bug 1287246 (Part 1) - Expose LexerResult from the StreamingLexer API and add an explicit Yield type. r=njn
|
2016-07-18 01:25:37 -07:00 |
Carsten "Tomcat" Book
|
89fdaae960
|
Backed out changeset fccc189b56d8 (bug 1284672) for Reftest failures
--HG--
extra : rebase_source : dd38242cd1769b980a11eb7d7f9fe269a0221ef5
|
2016-07-18 09:35:42 +02:00 |
Alessio Placitelli
|
1cb76d6faf
|
Bug 1271304 - Fix browser_SelfSupportBackend.js to only send "sessionstore-windows-restored" to SelfSupportBackend.jsm. r=Gijs
|
2016-07-15 03:27:00 +02:00 |
Alessio Placitelli
|
6619bdb380
|
Bug 1271304 - Add test coverage for browser usage metrics. r=Gijs
MozReview-Commit-ID: 3ZHA5AYnHhg
|
2016-05-12 09:31:00 +02:00 |
Alessio Placitelli
|
0f0b2b22da
|
Bug 1271304 - Measure the tabs/window open events and max number of tab/window per subsession. r=Gijs, r=gfritzsche, data-review=bsmedberg
MozReview-Commit-ID: 6vYfoEb8VvB
|
2016-05-12 09:30:00 +02:00 |
Jeff Gilbert
|
e40bdbb8df
|
Bug 1286768 - Fix num used attrib locations for matrix types. - r=mtseng
MozReview-Commit-ID: 71v2R1cj0aC
|
2016-07-18 00:20:51 -07:00 |
Jeff Gilbert
|
394908cfe7
|
Bug 1136494 - Update test markings.
MozReview-Commit-ID: 53BOMzN9KMy
|
2016-07-18 00:19:19 -07:00 |
Jeff Gilbert
|
fe261f49c4
|
Bug 1136494 - Validate mActiveProgramLinkInfo in ScopedResolveTexturesForDraw, since it's run first. - r=mtseng
MozReview-Commit-ID: Dq8C5OnwjRM
|
2016-07-18 00:19:19 -07:00 |
Jeff Gilbert
|
b13a015811
|
Bug 1136494 - Update uniform setters. - r=mtseng
MozReview-Commit-ID: 4jZrqgu4qQm
|
2016-07-18 00:19:19 -07:00 |
Jeff Gilbert
|
274060010c
|
Bug 1136494 - Add WebGLTexture::IsFeedback. - r=mtseng
MozReview-Commit-ID: 9kyomMFgDmS
|
2016-07-18 00:19:19 -07:00 |
Jeff Gilbert
|
59f607e76a
|
Bug 1136494 - Update post-link validation. - r=mtseng
MozReview-Commit-ID: 75soRjg1h0o
|
2016-07-18 00:19:19 -07:00 |
Jeff Gilbert
|
55d9d2af29
|
Bug 1136494 - Update LinkInfo. - r=mtseng
MozReview-Commit-ID: Fr4j8bHO5AG
|
2016-07-18 00:19:19 -07:00 |
Jeff Gilbert
|
95dd193042
|
Bug 1136494 - Try to pull <windows.h> include out of GLContext.h. - r=mtseng
MozReview-Commit-ID: 7LwGBIxUqxU
|
2016-07-18 00:19:19 -07:00 |
Andrea Marchesini
|
f8eb805f14
|
Bug 1286615 - Wrong use of ModifyBusyCountFromWorker in WorkerProxyToMainThreadRunnable, r=khuey
|
2016-07-18 09:17:21 +02:00 |
Andrea Marchesini
|
96a5167026
|
Bug 1282026 - Add assertions in the DTOR of WorkerHolder - part 3 - PromiseWorkerProxy, r=bkelly
|
2016-07-18 09:14:14 +02:00 |
Andrea Marchesini
|
187fceb90b
|
Bug 1282026 - Add assertions in the DTOR of WorkerHolder - part 2 - assertions, r=bkelly
|
2016-07-18 09:13:05 +02:00 |
Andrea Marchesini
|
fa2bc5a5d6
|
Bug 1282026 - Add assertions in the DTOR of WorkerHolder - part 1 - WorkerHolder of Script loading, r=bkelly
|
2016-07-18 09:12:40 +02:00 |
Carsten "Tomcat" Book
|
8e72d78ed1
|
Merge mozilla-central to mozilla-inbound
|
2016-07-18 09:10:01 +02:00 |
Carsten "Tomcat" Book
|
14a7e12166
|
Backed out changeset fbf164ef9e70 (bug 1287125) for perma failing in browser_webapi_install.js after merged
|
2016-07-18 09:06:42 +02:00 |
Daniel Holbert
|
7a97155461
|
Bug 1281331: Annotate reftest ua-style-sheet-input-number-1.html as having a few fuzzy pixels on Linux. (test-manifest only, no review)
MozReview-Commit-ID: 8sxJ3ObZhYP
|
2016-07-17 23:31:02 -07:00 |
Jeff Gilbert
|
7c0e8458c0
|
Bug 1286758 - Handle y-flip for unconvertable types. - r=mtseng
MozReview-Commit-ID: 2zK3qzUtHQx
|
2016-07-17 21:58:40 -07:00 |
Jeff Gilbert
|
892050b708
|
Bug 1250710 - Call SimpleTest.finish() when skipping due to lack of WebGL2.
MozReview-Commit-ID: BRWbAVdEw1k
|
2016-07-17 21:45:48 -07:00 |