Ting-Yu Chou
a7d35e9f6b
Bug 1278505 - Remove unneeded NS_NOTREACHED from DeallocPPrintProgressDialogChild(). r=mconley
...
MozReview-Commit-ID: 7WvZM390h8W
--HG--
extra : transplant_source : %7B%C6%26%18%C8i%20U%165%A9%90%F2%13%7B%16%AC%3D4%8A
2016-07-22 09:35:22 +08:00
Martin Stransky
1130b1827c
Bug 1282753 - move button and entry widgets from gtk3drawing to WidgetCache, r=andrew@comminos
2016-07-20 01:57:00 +02:00
Ethan Lin
e89d62b83f
Bug 1279986 - Make WebGL Uniform*, UniformMatrix* and VertexAttrib* accept SharedArrayBuffer. r=jgilbert
2016-07-19 20:00:00 +02:00
isangelawu
5362a0f92e
Bug 1275473 - Implement CompositionEvent.ranges. r=masayuki, r=smaug
2016-07-26 12:09:07 +02:00
Haik Aftandilian
8f7ffc84b7
Bug 1274540 - Record sandboxing status in crash reports; r=gcp
...
Adds content sandbox metadata to parent and child crash reports:
Includes the value of pref security.sandbox.content.level,
whether or not the system is capable of sandboxing, if the
sandbox was successfully turned on, and (on Linux systems)
the sandbox capabilities flags.
New crash report keys:
"ContentSandboxLevel" in parent and content
"ContentSandboxCapable" in parent
"ContentSandboxEnabled" in content
"ContentSandboxCapabilities" in content on Linux
2016-07-25 13:21:00 +02:00
Kate McKinley
01cbd73591
Bug 1246540 - HSTS Priming Proof of Concept. r=ckerschb,r=mayhemer,r=jld,r=smaug,r=dkeeler,r=jmaher,p=ally
...
HSTS priming changes the order of mixed-content blocking and HSTS
upgrades, and adds a priming request to check if a mixed-content load is
accesible over HTTPS and the server supports upgrading via the
Strict-Transport-Security header.
Every call site that uses AsyncOpen2 passes through the mixed-content
blocker, and has a LoadInfo. If the mixed-content blocker marks the load as
needing HSTS priming, nsHttpChannel will build and send an HSTS priming
request on the same URI with the scheme upgraded to HTTPS. If the server
allows the upgrade, then channel performs an internal redirect to the HTTPS URI,
otherwise use the result of mixed-content blocker to allow or block the
load.
nsISiteSecurityService adds an optional boolean out parameter to
determine if the HSTS state is already cached for negative assertions.
If the host has been probed within the previous 24 hours, no HSTS
priming check will be sent.
(r=ckerschb,r=mayhemer,r=jld,r=smaug,r=dkeeler,r=jmaher,p=ally)
2016-07-25 12:37:00 +02:00
Ethan Lin
fb3edcd306
Bug 720531 - Part 4. Add space to border for shorthand property test. r=dbaron
2016-06-23 03:02:00 +02:00
Ethan Lin
8b9a848f3c
Bug 720531 - Part 3. Add reftests for border-image-repeat: space. r=dbaron
2016-07-15 03:38:00 +02:00
Ethan Lin
bb4033a27b
Bug 720531 - Part 2. Implement rendering of border-image-repeat: space. r=dbaron
2016-07-15 03:37:00 +02:00
Ethan Lin
aa628b5054
Bug 720531 - Part 1. Implement space of border-image-repeat CSS property. r=dbaron
2016-07-12 21:50:00 +02:00
Carsten "Tomcat" Book
aa2bc77d7f
Merge mozilla-central to mozilla-inbound
2016-07-26 11:57:38 +02:00
Carsten "Tomcat" Book
574d0d452b
merge mozilla-inbound to mozilla-central a=merge
2016-07-26 11:55:54 +02:00
Carsten "Tomcat" Book
7518437a43
merge fx-team to mozilla-central a=merge
2016-07-26 11:55:11 +02:00
Carsten "Tomcat" Book
e991813edd
merge autoland to mozilla-central a=merge
2016-07-26 11:54:02 +02:00
David Anderson
d3cb1d23af
Send vsync rates to the compositor to avoid querying gfxPlatform. (bug 1288822, r=mchang)
2016-07-26 01:57:11 -07:00
Sotaro Ikeda
644c65db8f
Bug 1284803 part 12 - Update web-platform-tests webvtt ini r=jgraham
2016-07-26 00:03:25 -07:00
Sotaro Ikeda
d32193d4c6
Bug 1284803 part 11 - Fix build failure of Android 4.2 x86 opt r=jrmuizel
2016-07-26 00:02:40 -07:00
Sotaro Ikeda
2d11b798fa
Bug 1284803 part 10 - Add toleranes to testColorConversions() r=jrmuizel
2016-07-26 00:02:19 -07:00
Sotaro Ikeda
061a24e917
Bug 1284803 part 9 - Make sure NEON ifdefs match r=jesup
2016-07-26 00:01:53 -07:00
Sotaro Ikeda
370a3052df
Bug 1284803 part 8 - Disable AVX2 asm if the compiler/assembler don't support it r=jesup
2016-07-26 00:01:24 -07:00
Sotaro Ikeda
5559ef24fa
Bug 1284803 part 7 - Disable assembly if toolchain doesn't support ssse3/sse4.1 r=jesup
2016-07-26 00:00:55 -07:00
Sotaro Ikeda
9318820ace
Bug 1284803 part 6- Suppress MJPEG fprintf() warnings in libyuv r=jesup
2016-07-26 00:00:29 -07:00
Sotaro Ikeda
6e390ec855
Bug 1284803 part 5 - Enable JPEG r=jesup
2016-07-25 23:59:57 -07:00
Sotaro Ikeda
269febc2cc
Bug 1284803 part 4 - Change libyuv.gyp for fixing build failure r=jesup
2016-07-25 23:59:37 -07:00
Sotaro Ikeda
0a44b692d9
Bug 1284803 part 3 - Change basic_types.h for fixing build failure r=jesup
2016-07-25 23:59:08 -07:00
Sotaro Ikeda
84091e6396
Bug 1284803 part 2 - Update moz.build for fixing build failure r=jesup
2016-07-25 23:58:44 -07:00
Sotaro Ikeda
9952d80a52
Bug 1284803 part 1 - Update libyuv to rev 1602 r=jesup
2016-07-25 23:58:15 -07:00
David Anderson
438a11aa5a
Fix typo in GPUChild::Init. (bug 1289205, r=rhunt)
2016-07-25 23:18:01 -07:00
Jeff Gilbert
4f4b4cb007
Bug 1288638 - Unconditionally SH_UNROLL_FOR_LOOP_WITH_SAMPLER_ARRAY_INDEX. - r=mtseng
...
MozReview-Commit-ID: CPgJTTV8vAA
2016-07-25 20:01:09 -07:00
Jeff Gilbert
66ac1e0650
Bug 1288638 - Update shader validator usage. - r=mtseng
...
MozReview-Commit-ID: 5bSUacggvR8
2016-07-25 20:01:09 -07:00
Iris Hsiao
2841a7655a
Backed out changeset 65ee637b7e20 (bug 1284803)
2016-07-26 10:22:51 +08:00
Iris Hsiao
601f1a35d5
Backed out changeset 612297895009 (bug 1284803)
2016-07-26 10:22:33 +08:00
Iris Hsiao
fa93094e1e
Backed out changeset ccf9a31fe40d (bug 1284803)
2016-07-26 10:22:24 +08:00
Iris Hsiao
1e7d1b9424
Backed out changeset 78a10fc91b52 (bug 1284803)
2016-07-26 10:22:12 +08:00
Iris Hsiao
3c90304714
Backed out changeset ac2f07864fb1 (bug 1284803)
2016-07-26 10:21:57 +08:00
Iris Hsiao
eb8a627097
Backed out changeset 6dbd0dee3572 (bug 1284803)
2016-07-26 10:21:47 +08:00
Iris Hsiao
23fba109c8
Backed out changeset f7f503edb55b (bug 1284803)
2016-07-26 10:21:32 +08:00
Iris Hsiao
98d8a805d6
Backed out changeset 24ebb285aff3 (bug 1284803)
2016-07-26 10:21:23 +08:00
Iris Hsiao
1b709aa294
Backed out changeset faf44eac1bb7 (bug 1284803)
2016-07-26 10:21:09 +08:00
Iris Hsiao
60bb75129e
Backed out changeset 65e1219ade06 (bug 1284803)
2016-07-26 10:20:57 +08:00
Iris Hsiao
551b7cb0bc
Backed out changeset d1cbc5eeb8c8 (bug 1284803)
2016-07-26 10:20:46 +08:00
Iris Hsiao
ff58a67065
Backed out changeset 92ba454cff2a (bug 1284803) for build bustage
2016-07-26 10:20:20 +08:00
Sotaro Ikeda
2248f5d559
Bug 1284803 part 12 - Update web-platform-tests webvtt ini r=jgraham
2016-07-25 18:23:55 -07:00
Sotaro Ikeda
2046c24f35
Bug 1284803 part 11 - Fix build failure of Android 4.2 x86 opt r=jrmuizel
2016-07-25 18:23:33 -07:00
Sotaro Ikeda
f660774b3d
Bug 1284803 part 10 - Add toleranes to testColorConversions() r=jrmuizel
2016-07-25 18:23:14 -07:00
Sotaro Ikeda
b2ca5d6504
Bug 1284803 part 9 - Make sure NEON ifdefs match r=jesup
2016-07-25 18:22:51 -07:00
Sotaro Ikeda
b06f82b5a2
Bug 1284803 part 8 - Disable AVX2 asm if the compiler/assembler don't support it r=jesup
2016-07-25 18:22:30 -07:00
Sotaro Ikeda
23690a63d3
Bug 1284803 part 7 - Disable assembly if toolchain doesn't support ssse3/sse4.1 r=jesup
2016-07-25 18:22:07 -07:00
Sotaro Ikeda
9576c29de5
Bug 1284803 part 6- Suppress MJPEG fprintf() warnings in libyuv r=jesup
2016-07-25 18:21:45 -07:00
Sotaro Ikeda
c9561f4a18
Bug 1284803 part 5 - Enable JPEG r=jesup
2016-07-25 18:21:21 -07:00