Emilio Cobos Álvarez
ddbd14670c
Bug 1000957: For single-line flex containers, clamp the flex line to container's min/max cross size. r=dholbert
...
MozReview-Commit-ID: 9Kqg0lPnkv0
2016-08-10 15:46:35 -07:00
Emilio Cobos Álvarez
15e65891fc
Bug 1000957: Whitespace cleanup in nsFlexContainerFrame::Reflow. r=dholbert
...
MozReview-Commit-ID: 1kGrL6Ji0Rp
2016-08-10 15:46:30 -07:00
Emilio Cobos Álvarez
e456bd1f3c
Bug 1000957: Uncomment some flexbox warnings referencing fixed bugs. r=dholbert
...
MozReview-Commit-ID: COy0I1nm3DU
2016-08-10 15:46:21 -07:00
Benoit Girard
b1c543d280
Bug 1251615 - Add more safety checks for ComputeChange crash. r=mstange
...
MozReview-Commit-ID: 2zdycnmRA8u
2016-08-03 17:08:40 -04:00
Kris Maglione
8e7896a8c6
Bug 1277181: Split up browser_ext_browserAction_page_icon test. r=trivial
...
MozReview-Commit-ID: 2A0TZzTrREu
--HG--
rename : browser/components/extensions/test/browser/browser_ext_browserAction_pageAction_icon.js => browser/components/extensions/test/browser/browser_ext_browserAction_pageAction_icon_permissions.js
extra : rebase_source : fc4be9e1db1909aa57dc96e48ab840187ab7b9fb
2016-08-10 12:19:45 -07:00
Lee Salzman
a695c40d38
Bug 1294207 - detect if FreeType supports lcd filtering in SkFontHost_cairo. r=gw280
...
MozReview-Commit-ID: AZkcZG4PegJ
2016-08-10 18:23:34 -04:00
Eric Rahm
dad6ca00c0
Bug 1265262 - Check for null root branch when registering pref watcher. r=froydnj
2016-08-10 12:48:55 -07:00
Wes Kocher
565cdb97f5
Backed out changeset 3fbb8651a171 (bug 1121938) for breaking encrypted-media-syntax.html CLOSED TREE
2016-08-10 13:17:39 -07:00
Alexander Surkov
30c2b9aee8
Bug 1294086 - implement ARIA feed role, r=yzen
2016-08-10 14:07:29 -04:00
André Bargull
878648c8cf
Bug 1121938 - Implement TypedArray.prototype.toString and .toLocaleString. r=waldo, r=froydnj
2016-07-29 09:04:06 -07:00
Ehsan Akhgari
d10c483558
Bug 1293801 - Add a JS_IsInitialized() API; r=sfink
...
This is needed so that SpiderNode can support both being in charge of
initializing SpiderMonkey and allowing its embedder to do that.
2016-08-10 11:50:51 -04:00
cku
c493fc33a4
Bug 1277788
- Part 2. Correct mochitest. r=dbaron.
...
MozReview-Commit-ID: CI7W7rPwirf
--HG--
extra : rebase_source : 8e9d78e537a5af4f51294de701faa97b35c15b66
2016-08-10 20:32:08 +08:00
cku
ed7978775a
Bug 1277788
- Part 1. Set initial value of mask-position as center. r=dbaron.
...
MozReview-Commit-ID: BflQ6tz8ZjM
--HG--
extra : rebase_source : 01b05533f5c791da0987af81d5cca276ec36e3f0
2016-08-10 16:10:45 +08:00
Michael Layzell
eea03e9e4d
Bug 1293364 - Refactor out duplicate typedefs in xpidl, r=mayhemer
...
MozReview-Commit-ID: 6lJxrqqBTk8
2016-08-10 11:11:42 -04:00
James Cheng
0593e89ea0
Bug 1293194 - Building with --disable-eme fails with GMPDecoderModule.cpp:15:30: fatal error: mozilla/EMEUtils.h: No such file or directory. r=cpearce
...
MozReview-Commit-ID: VUGdiaLqkV
--HG--
extra : rebase_source : 3439ba2f7a81ad80f9db514f21c6091cc3e5711a
2016-08-09 12:13:30 +08:00
Elias Probst
fa561f244a
Bug 1293234 - Use octal notation for permission modes in the build system; r=gps
...
As of Python 3, decimal notations of octal values for permission modes
are no longer permitted and will result in a `SyntaxError` exception
(`invalid token`).
Using the proper octal notation which is also Python 2.7 compatible will
fix this issue.
--HG--
extra : rebase_source : 2e897c51f04ad0ee69071f84b98df224f3af72d3
2016-08-08 13:45:17 +02:00
Andrew Magdy
ea762cae5a
Bug 1293000 - Replace Iterator() with Object.entries() in layout/. r=bz
...
--HG--
extra : rebase_source : c0c04c2fcb0ddb8b6e36e12c993da4003c0e0f50
2016-08-09 16:40:28 +02:00
Nicolas Silva
ed272011eb
Bug 1292545 - Don't skip clearing the canvas because of W(1) failures on Mac.
2016-08-10 17:00:25 +02:00
Sander Mathijs van Veen
006894c1ba
Bug 1292858 - Assertion failure: (detail::IsInBounds<From, To>(aFrom)), at dist/include/mozilla/Casting.h:237 .r=jandem
2016-08-10 16:58:31 +02:00
Christoph Kerschbaumer
045a838e10
Bug 1292869 - Fix null deref in imgRequestProxy::GetImagePrincipal. r=jmuizelaar
2016-08-10 10:12:30 +02:00
Jamie Nicol
a2741d30bf
Bug 1292856 - Don't cast scale to int in nsDisplayTransform::ShouldPrerenderTransformedContent; r=mstange
...
Casting the scale components to integers before multiplying meant that
nsDisplayTransform::ShouldPrerenderTransformedContent was incorrectly
calculating the scaled frame size. This was especially bad when scale <
(1.0, 1.0), as it would calculate a size of (0, 0), leading us to
prerender the frame even if it was too large.
Calculate the frame's size using floating point scale components so as
to avoid this problem.
MozReview-Commit-ID: KhbP8tJ8qYx
--HG--
extra : transplant_source : %E6%BD%80l%D9O%CE%B0%12%D8%94R%AB%C0%13%A0%E7%B9%01E
2016-08-09 14:55:45 +01:00
Michael Smith
d38937cf6d
Bug 1292659: Add js-shell option to disable CacheIR stubs. r=efaust
2016-07-22 17:57:17 -07:00
Honza Bambas
b5e7290efb
Bug 1292547 - Kill() doomed CacheFile when only refered by the writer, r=michal
2016-08-05 11:05:00 +02:00
Kaku Kuo
a6ed727230
Bug 1292091 - Part 2 - replace MaybeResolve(JS::UndefinedHandleValue) with MaybeResolveWithUndefined(); r=bz
...
MozReview-Commit-ID: KNbxVcCVqts
--HG--
extra : transplant_source : %1D%18%E5%C9o%F0%29%E7%E0%93%EEcR%C7B%3BeX%B3%87
2016-08-09 17:15:13 +08:00
Kaku Kuo
55ce6396ad
Bug 1292091 - Part 1 - add Promise::MaybeResolveWithUndefined() utility method; r=bz
...
MozReview-Commit-ID: 41737NOQoH4
--HG--
extra : transplant_source : %9D%D6%FBW%0F-%E1%3C%BE%9F%2C%7B%27%A6%D8g%27%EA%28%F2
2016-08-10 10:07:42 +08:00
Kaku Kuo
1d454947bd
Bug 1291997 - add media related dom exceptions; r=bz
...
MozReview-Commit-ID: Def98wbKxGI
--HG--
extra : transplant_source : 6%F3%9F%F7%CF%CD%28G%CB%93I%3E%F8%12%C9km%95%E8f
2016-08-04 11:46:45 +08:00
Honza Bambas
d665d2f45c
Bug 1292509 - Mark CacheFileHandles invalid ASAP we can't read metadata, r=michal
2016-08-05 11:10:00 +02:00
Michael Smith
4298aefe5c
Bug 1291990 - Add groupOf shell function and group info to DumpObject. r=efaust
2016-08-03 20:24:09 -07:00
Glenn Randers-Pehrson
58ccfbeead
Bug 1291986 - Part 02 (old-configure.in) Update embedded libpng to version 1.6.24. r=glenn
2016-08-04 20:11:00 +02:00
Glenn Randers-Pehrson
2a7cababba
Bug 1291986 - Part 01 (libpng) Update embedded libpng to version 1.6.24. r=seth
2016-08-04 20:10:00 +02:00
Michael Smith
f4b99c1c45
Bug 1290322 - Sync up BaselineScript::New parameter order. r=efaust
2016-07-28 17:39:59 -07:00
Michael Li
cc740d9cf4
Bug 1289223: Make EventTree process all accessibility show events. r=surkov
...
MozReview-Commit-ID: 1wRLGHR9Vfc
--HG--
extra : transplant_source : VO%FD%80%0C.%15%9D%C4%82%3A%18%E2%C3WU%A1%8Fv%CF
2016-08-09 15:07:04 -04:00
Cykesiopka
2c9b1285df
Bug 1289455 - Obviate manual CERT_DestroyCertificate() calls in PSM. r=dkeeler
...
MozReview-Commit-ID: Aoi1VWvkNjp
--HG--
extra : transplant_source : B%8F9%E7%E8%84%7D%D1%7B%5Due%ED%9A%E8%DE%05%5B%E2D
2016-08-05 23:57:44 +08:00
Shih-Chiang Chien
a8326d97ea
Bug 1288600 - reject promise with NotFoundError while no device, and NotAllowedError while canceled by user. r=smaug.
...
MozReview-Commit-ID: ArQHhdIpQjg
2016-08-09 09:58:14 +08:00
Junior Hsu
5536544c0b
Bug 1288049 - Canonicalize IPv4 for nsStandardURL, r=valentin
2016-08-09 03:18:00 +02:00
Thom Chiovoloni
5b9dedc2c6
Bug 1283456 - Ensure the response exists in the HawkClient's onComplete method. r=markh
...
MozReview-Commit-ID: CYQ8E9vEjqY
--HG--
extra : transplant_source : %1CI%9F%BB%FE%B5S%14%EFVZ%B53%19e%CF%A6%CC%0B%5E
2016-08-04 17:19:41 -04:00
Jim Mathies
118ac04293
Bug 1286306 - Add an app info property exposing the state of the Windows dll blocklist, and test the value during browser test runs. r=bsmedberg
...
MozReview-Commit-ID: H7206wTh8YM
2016-07-27 15:20:58 -05:00
Honza Bambas
237faab5b3
Bug 1285476 - Let appcache double-cache resources that are cross origin, r=michal
2016-07-27 13:08:00 +02:00
Sergei Chernov
21be681857
Bug 1284256 - Certificate Transparency - verification of Signed Certificate Timestamps (RFC 6962); r=keeler, r=Cykesiopka
...
MozReview-Commit-ID: IgcnyBH4Up
--HG--
extra : transplant_source : %98%A3%5E%B4%DA%89qI1%01A%F8%FF%C7%1FS%D4%23v%B3
2016-07-05 08:35:06 +03:00
Thomas Wisniewski
dda8b0ae6b
Bug 1285425 - Set forms to valid in their constructor. r=bz
2016-08-09 16:23:40 -04:00
James Andreou
3585e16752
Bug 1283281 - Remove PB Flag from DOMStorage. r=jdm
2016-06-29 14:01:00 +02:00
Jessica Jong
6f6b9ca3bc
Bug 1281769 - Do not throw when getting selectionDirection/selectionStart/selectionEnd on input/textarea. r=smaug
2016-08-08 23:19:00 +02:00
Eitan Isaacson
2ae78b9900
Bug 1279214 - Use DOM instead of layout in HTMLComboboxAccessible::SelectedOption. r=surkov
...
MozReview-Commit-ID: GrBSyR9bABT
--HG--
extra : rebase_source : 4d5dab803751cde3f0943ca4649f5820eef1753a
2016-06-30 19:59:38 -07:00
J.C. Jones
afe8f0c2f8
Bug 1273475 - use release assertions for PSM->NSS shutdown. r=ttaubert
...
Update the prior patch to use MOZ_RELEASE_ASSERT so that we cleanly crash
if there's still an error somewhere in this logic, instead of deadlocking
on beta (but crashing on aurora).
MozReview-Commit-ID: InttEcC55Dn
--HG--
extra : rebase_source : c79726acbaf1eb8374500f43cd3c7d33362466ad
2016-08-05 14:47:23 -07:00
Edgar Chen
aa6fa99c93
Bug 1281670 - Keep reparsing style attribute if we had parsed it once. r=bz
...
MozReview-Commit-ID: 4TeWC3Oepe4
--HG--
extra : rebase_source : 8994e12ca2cabfa0e4df251c5c22cf3840c1ed4c
2016-08-08 18:29:11 +08:00
Benjamin Neff
6a620e46f4
Bug 1272332 - Allow dark gtk theme with environment variable. r=karlt
...
--HG--
extra : rebase_source : 3ccc334fc82066fa43e39a426fec2bea30290a4f
2016-08-05 15:21:00 +02:00
Kim Moir
904d639196
Bug 1282468 - disable buildbot asan builds and tests on trunk r=gbrown
2016-08-10 10:26:58 -04:00
Ben Tian
6107aa70d5
Bug 1272297 - Do not check pattern validity while parser is creating this input element. r=smaug
2016-08-09 15:21:15 +08:00
Marcos Caceres
4b42312a6f
Bug 1160200 - APNG can't be used with type switching. r=mcaceres, r=jrmuizel, r=johns
2016-08-09 22:15:00 +02:00
Kilik Kuo
823b42df5f
Bug 1150371 - [Part2] DRM UI should not show up when Clearkey is the only one CDM created successfully. r=florian
...
MozReview-Commit-ID: GaklA7OEmQy
--HG--
extra : transplant_source : HF%8F%2B%1E%3E%94%03%D9%AB%C0%8F%03X%C5D%3C%F3%E8c
2016-08-09 16:19:05 +08:00