📃 January 2015 release notes
New in Chrome
The following features are now available in Chrome:
-
Constraint validation API:
Methods that validate form controls before submission, such as
checkValidity(),reportValidity()andsetCustomValidity(). -
EXT_sRGB WebGL extension:
The
EXT_sRGBextension for WebGL 1.0 contexts adds sRGB support to textures and framebuffer objects.
New in Chrome Android
The following features are now available in Chrome Android:
-
Constraint validation API:
Methods that validate form controls before submission, such as
checkValidity(),reportValidity()andsetCustomValidity(). -
EXT_sRGB WebGL extension:
The
EXT_sRGBextension for WebGL 1.0 contexts adds sRGB support to textures and framebuffer objects.
New in Firefox
The following features are now available in Firefox:
-
filter:
The
filterCSS property applies one or more graphic effects to an element. You can use filter functions, such asblur()anddrop-shadow(), alone or combined to produce different effects. -
mask-type:
The
mask-typeCSS property on an SVG<mask>element sets whether the mask is aluminanceoralphamask. -
Resource timing:
PerformanceResourceTimingentries report when network events happen while loading a resource, such as when connections start and end. You can use this information to measure loading times.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
EXT_blend_minmax WebGL extension:
The
EXT_blend_minmaxextension for WebGL 1.0 contexts adds two blend equations, the minimum and maximum color components of the source and destination colors. -
filter:
The
filterCSS property applies one or more graphic effects to an element. You can use filter functions, such asblur()anddrop-shadow(), alone or combined to produce different effects. -
mask-type:
The
mask-typeCSS property on an SVG<mask>element sets whether the mask is aluminanceoralphamask. -
Resource timing:
PerformanceResourceTimingentries report when network events happen while loading a resource, such as when connections start and end. You can use this information to measure loading times.