mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
4b8580917e
- some pref. cleanup (21e17660e7) - add some font names and aliases (cb38962246) - remove unused dom.max_child_script_run_time (d214b353d4) - align strange layout.css.scroll-snap.enabled overwrite (f2562a5cc1) - reshuffle some preferences, remove unused (41f586186b) - more reshuffle and cleanup of preferences (0208aa32a3) - Bug 1168891 Part 1 - Refine two functions related to caret positioning. r=mats (86d718d60e) - Bug 1168891 Part 2 - Allow one caret to be dragged across the other caret. r=mats (9276eb7728) - part of Bug 1252802 - Web page scrolls when dragging caret in editable, r=snorp (31dade8b77) - Bug 1235508 - Re-implement fast Phone number selection on long-press, r=TYLin (59b6371d17) - Bug 1249201 Part 1 - Add "scroll" reason to CaretStateChangedEvent. r=smaug (b92ff6cbfc) - Bug 1249201 Part 2 - Show carets continuously when panning or zooming. r=mats,sebastian (ca5c51c479) - Bug 1245246: Add null check for mDocViewerPrint in nsPrintEngine::FirePrintingErrorEvent. r=roc (e9d5b49a3f) - Bug 1025267 - Make some -moz- prefixed pseudo-classes chrome-only. r=bz (238f7a85d4) - Bug 1259889 Part 1 - Add @supports -moz-bool-pref for internal-only style sheets. r=heycam (d716a7b884) - Bug 1237633 - Part 1: Percentages are not allowed in a <source-size-value>. r=jdm (52ccffbf86) - Bug 1081362 - Change nsStyleBasicShape pointer to an nsRefPtr, to avoid leak in unexpected case. r=dholbert (2a5cb8ffdd) - Bug 1264317 - Make the basic shape clip-path clipping use nsCSSValue::Array instead of nsCSSValueList. r=dholbert (7aaf39f2d7) - Bug 1247150 - Consistently use StyleSheetHandle::RefPtr* for outparams in nsLayoutStylesheetCache. r=dholbert (ddc85f29f8) - Bug 1251848: Check StyleSheetHandles for being null-flavored before derefing them, in assertions within nsLayoutStylesheetCache::InvalidateSheet. r=bholley (edb3924075) - Bug 1245260 - Add crashtest; r=hiro (6347e37750) - Bug 460209 - Add crashtest. (97b4786de2) - Bug 474377 - Add crashtest. (516b4e8164) - Bug 1264396 - Don't allow animation of 'display' property; r=heycam (6e94bcb26a) - missing bit of 759568 - Part 1 (fc954f075b) - part of Bug 1037483 replace microdata with microformats (4ff01e11d6) - Bug 1245334 - Make PromiseMessage.jsm ids more meaningful. r=baku (913ac1b9a5) - Bug 1094201 - Implement an Integration.jsm module for low-overhead registration of overrides. r=mak (9982624b90) - Bug 1167663 - Mark nsCSSKeyframeStyleDeclaration/nsCSSPageStyleDeclaration::mRule as MOZ_NON_OWNING_REF. r=dbaron (6d4e9751a1) - Bug 1244992 - Avoid double-counting in various refcounted types related to nsCSSValue. r=heycam. (c830949dd9) - Bug 1262646 - Change the outparams passed to nsStyleUtil::AppendEscapedCSSString from nsString to nsAutoString. r=dholbert (2b0caadf9d) - Bug 1247336 - De-dupe changes in ActiveLayerTracker before treating property as animated. r=roc (c44ed5aee6) - space fix (5e79d245ea) - Bug 1266288 - Track changes to all margin properties for scroll-linked effects. r=mstange (fed6994e4d) - Bug 1259641 - Do not force reflow for all tabs when size mode changed. r=smaug (70847cc6d2) - Bug 1261265 - Fix nsStyleContext::MoveTo flag assertions to allow mismatch on parents if bit is set on child. r=dholbert (3e6b08372e) - Bug 1264837 Part 43 - Remove SVGFEUnstyledLeafFrameBase. r=dholbert (bb55feda77) - Remove mention of old SVG text pref in comment; no bug. (DONTBUILD) (3a618aca18) - Bug 752638, part 1 - Move SVGTextFrame::SetupContextPaint to nsSVGUtils. r=heycam (c125c2903f) - Bug 1258843 - Don't build SVG display items if their visibility is hidden. r=dholbert (150c3b0059) - Bug 1258650. Properly use aExtraMasksTransform when combining masks. r=Bas,a=kwierso (ba5ea1928b) - Bug 1263789 - Stop nsSVGMaskFrameNEON.h from polluting the global namespace. r=dholbert (e2c8544d35) - Bug 1162418 - Try to find a suitable non-zero dimension to use when containing block's inline-size depends on an SVG element which is specified as a percentage of its container. r=jwatt (3eab79c8a4) - Bug 1250143. Account for border/padding on outer <svg> elements in GeometryUtils. r=mats (f307820b75) - Bug 1243623. Don't skip unregistering a table part if we have a split table. r=mats (35bb0821c1) - Bug 1203417. Propagate error result from PaintTableFrame. r=seth (866e47b3e4) - Bug 1209780. Propagate the use of MOZ_MUST_USE DrawResult in nsTablePainter. r=seth (851618d06c) - var-const (29d5e9f859) - Bug 1209780. Propagate the use of MOZ_MUST_USE DrawResult in nsTreeBodyFrame::PaintText. r=seth (1ce563ea18) - Bug 1203626 - remove the unused argument from nsTreeBodyFrame::GetTwistyRect. r=mattwoodrow (03293f52b5) - Bug 1218041, part 1: Give nsTreeBodyFrame::PaintImage a fallback codepath for painting SVG images with no explicit height or width. r=seth (b6fd3a39f7) - Bug 1218041, part 2: add reftests for <treecell> SVG-image rendering. (no review) (90231e0bfa) - Bug 1224736: When image size lookup fails in nsTreeBodyFrame::PaintImage, only fall back to use the full destRect if we've got a VectorImage. r=tn (dd7d7667ca) - Bug 1156108 - Make nsTreeColumns::mFirstColumn an nsRefPtr; r=roc (f6888480bc) - Bug 1255069 - use UniquePtr for storage in nsTreeContentView; r=dholbert (598256735f) - Bug 1181560 - ensure previous menus get closed when opening new ones, r=Enn (2c88f3452a) - Bug 1192655 - Make menubar not react to events when it is not visible. r=enn (2bbcbc81a2) - Bug 1197913 - Keep the last hovered item highlighted after moving the cursor outside the <select> drop-down list on Windows. r=neil (abd3240473) - Bug 1228029 - Fix the usage of gtest assertion macros in TestJobScheduler.cpp. r=kats (0fcc9aa6fe) - Bug 1244234 - Simplify joining jobs with the gfx job scheduler. r=jrmuizel (f4b6bbf418) - Bug 1239288 - Add a shutdown test to the gfx job scheduler. r=jrmuizel (fd2432d108) - Bug 1239288 - Fix a race in the win32 job scheduler's shutdown. r=jrmuizel (4e509b4bf3) - Bug 1241161 - make Matrix4x4::ProjectTo2D normalize out perpective where possible. r=mattwoodrow (5a68e396a3) - bits of Bug 1135138 - Remove UNICODE from DEFINES (1eb51a0a79) - Bug 1249640: Part 4 Android to use new blocking. r=snorp (855e5c0dda) - Bug 1234875 - Remove alwaysAcceptSessionCookies pref. r=mak (8bed323449) - Bug 1247912 - convert left side expression to int64_t when assigning to mCookiesLifetimeSec in order to avoid overflow. r=jdm (0cedb68c83) - code and comment style (9215d74a8f) - code and comment style (1d4cda31af) - Bug 1219928 - Skip misspelled words in style blocks. r=enndeakin. (91dd0bcedf) - Bug 1236968 - autodial telemetry r=mayhemer (3844b9c19e) - Bug 1254310 - Add a hidden pref to temporarily disable Safe Browsing on given hostnames. r=gcp (4955fc88f8) - Bug 772528 - Remove nsFileInputStream::Seek() from nsPartialFileInputStream::Init(). r=baku (15db900fb5) - Bug 1150921 - Add telemetry for response codes to SafeBrowsing requests. r=francois f=bsmedberg (215d50e4ad) - Bug 1164518 - Better logging of completions. r=gcp (95b4fe3731) - Bug 1172688 - Add telemetry for when gethash calls timeout. r=francois, r=bsmedberg (b94a2b38a7) - Bug 1266184 - Implement nsIMIMEInputStream.data getter. r=mcmanus (8c9159c030) - Bug 1239955 - Let DNSService rely on IOService::Offline, r=bagder (336f161d21) - Bug 1260407 - added logging for proxy/pac to aid debugging, r=mcmanus (a179275ca6) - Bug 1259089 - Set TCP socket to non-blocking in sts again, just to be sure. r=mcmanus (bf0656bf07) - Bug 1256473 - Cast values to avoid C4838 on VS2015; r=mayhemer (d4b138dba8) - Bug 1260764 - Creation of PollableEvent needs a lock r=dragana a=kwierso (01c9d5e477) - Bug 652186 - Implement URL Standard's backslash replacement r=mcmanus (6485fa7e8c) - Bug 1042347 - %2e entered in URL bar not normalized leading to denormalized request r=mcmanus (3fc1ff92cd) - Bug 377052 - nsBaseURLParser::ParseURL doesn't handle spaces embedded in the scheme properly r=mcmanus (1f54055b9d) - fix editor format (444d6a62c4) - Bug 1154124 - Prevent recursion when calling HTTP cache entry's callbacks. r=michal (7bdfbf603d) - Bug 1247644 - Don't do any I/O on doomed and unused HTTP cache entries, r=michal (7668d29a36)
831 lines
23 KiB
C++
831 lines
23 KiB
C++
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
/* the features that media queries can test */
|
|
|
|
#include "nsMediaFeatures.h"
|
|
#include "nsGkAtoms.h"
|
|
#include "nsCSSKeywords.h"
|
|
#include "nsStyleConsts.h"
|
|
#include "nsPresContext.h"
|
|
#include "nsCSSValue.h"
|
|
#ifdef XP_WIN
|
|
#include "mozilla/LookAndFeel.h"
|
|
#endif
|
|
#include "nsCSSRuleProcessor.h"
|
|
#include "nsDeviceContext.h"
|
|
#include "nsIBaseWindow.h"
|
|
#include "nsIDocument.h"
|
|
#include "nsContentUtils.h"
|
|
#include "mozilla/StyleSheetHandle.h"
|
|
#include "mozilla/StyleSheetHandleInlines.h"
|
|
|
|
using namespace mozilla;
|
|
|
|
static const nsCSSProps::KTableEntry kOrientationKeywords[] = {
|
|
{ eCSSKeyword_portrait, NS_STYLE_ORIENTATION_PORTRAIT },
|
|
{ eCSSKeyword_landscape, NS_STYLE_ORIENTATION_LANDSCAPE },
|
|
{ eCSSKeyword_UNKNOWN, -1 }
|
|
};
|
|
|
|
static const nsCSSProps::KTableEntry kScanKeywords[] = {
|
|
{ eCSSKeyword_progressive, NS_STYLE_SCAN_PROGRESSIVE },
|
|
{ eCSSKeyword_interlace, NS_STYLE_SCAN_INTERLACE },
|
|
{ eCSSKeyword_UNKNOWN, -1 }
|
|
};
|
|
|
|
static const nsCSSProps::KTableEntry kDisplayModeKeywords[] = {
|
|
{ eCSSKeyword_browser, NS_STYLE_DISPLAY_MODE_BROWSER },
|
|
{ eCSSKeyword_minimal_ui, NS_STYLE_DISPLAY_MODE_MINIMAL_UI },
|
|
{ eCSSKeyword_standalone, NS_STYLE_DISPLAY_MODE_STANDALONE },
|
|
{ eCSSKeyword_fullscreen, NS_STYLE_DISPLAY_MODE_FULLSCREEN },
|
|
{ eCSSKeyword_UNKNOWN, -1 }
|
|
};
|
|
|
|
#ifdef XP_WIN
|
|
struct WindowsThemeName {
|
|
LookAndFeel::WindowsTheme id;
|
|
const wchar_t* name;
|
|
};
|
|
|
|
// Windows theme identities used in the -moz-windows-theme media query.
|
|
const WindowsThemeName themeStrings[] = {
|
|
{ LookAndFeel::eWindowsTheme_Aero, L"aero" },
|
|
{ LookAndFeel::eWindowsTheme_AeroLite, L"aero-lite" },
|
|
{ LookAndFeel::eWindowsTheme_LunaBlue, L"luna-blue" },
|
|
{ LookAndFeel::eWindowsTheme_LunaOlive, L"luna-olive" },
|
|
{ LookAndFeel::eWindowsTheme_LunaSilver, L"luna-silver" },
|
|
{ LookAndFeel::eWindowsTheme_Royale, L"royale" },
|
|
{ LookAndFeel::eWindowsTheme_Zune, L"zune" },
|
|
{ LookAndFeel::eWindowsTheme_Generic, L"generic" }
|
|
};
|
|
|
|
struct OperatingSystemVersionInfo {
|
|
LookAndFeel::OperatingSystemVersion id;
|
|
const wchar_t* name;
|
|
};
|
|
|
|
// Os version identities used in the -moz-os-version media query.
|
|
const OperatingSystemVersionInfo osVersionStrings[] = {
|
|
{ LookAndFeel::eOperatingSystemVersion_WindowsXP, L"windows-xp" },
|
|
{ LookAndFeel::eOperatingSystemVersion_WindowsVista, L"windows-vista" },
|
|
{ LookAndFeel::eOperatingSystemVersion_Windows7, L"windows-win7" },
|
|
{ LookAndFeel::eOperatingSystemVersion_Windows8, L"windows-win8" },
|
|
{ LookAndFeel::eOperatingSystemVersion_Windows10, L"windows-win10" }
|
|
};
|
|
#endif
|
|
|
|
// A helper for four features below
|
|
static nsSize
|
|
GetSize(nsPresContext* aPresContext)
|
|
{
|
|
nsSize size;
|
|
if (aPresContext->IsRootPaginatedDocument())
|
|
// We want the page size, including unprintable areas and margins.
|
|
size = aPresContext->GetPageSize();
|
|
else
|
|
size = aPresContext->GetVisibleArea().Size();
|
|
return size;
|
|
}
|
|
|
|
static nsresult
|
|
GetWidth(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
nsSize size = GetSize(aPresContext);
|
|
float pixelWidth = aPresContext->AppUnitsToFloatCSSPixels(size.width);
|
|
aResult.SetFloatValue(pixelWidth, eCSSUnit_Pixel);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetHeight(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
nsSize size = GetSize(aPresContext);
|
|
float pixelHeight = aPresContext->AppUnitsToFloatCSSPixels(size.height);
|
|
aResult.SetFloatValue(pixelHeight, eCSSUnit_Pixel);
|
|
return NS_OK;
|
|
}
|
|
|
|
inline static nsDeviceContext*
|
|
GetDeviceContextFor(nsPresContext* aPresContext)
|
|
{
|
|
// It would be nice to call
|
|
// nsLayoutUtils::GetDeviceContextForScreenInfo here, except for two
|
|
// things: (1) it can flush, and flushing is bad here, and (2) it
|
|
// doesn't really get us consistency in multi-monitor situations
|
|
// *anyway*.
|
|
return aPresContext->DeviceContext();
|
|
}
|
|
|
|
static bool
|
|
ShouldResistFingerprinting(nsPresContext* aPresContext)
|
|
{
|
|
return nsContentUtils::ShouldResistFingerprinting(aPresContext->GetDocShell());
|
|
}
|
|
|
|
// A helper for three features below.
|
|
static nsSize
|
|
GetDeviceSize(nsPresContext* aPresContext)
|
|
{
|
|
nsSize size;
|
|
|
|
if (ShouldResistFingerprinting(aPresContext) || aPresContext->IsDeviceSizePageSize()) {
|
|
size = GetSize(aPresContext);
|
|
} else if (aPresContext->IsRootPaginatedDocument()) {
|
|
// We want the page size, including unprintable areas and margins.
|
|
// XXX The spec actually says we want the "page sheet size", but
|
|
// how is that different?
|
|
size = aPresContext->GetPageSize();
|
|
} else {
|
|
GetDeviceContextFor(aPresContext)->
|
|
GetDeviceSurfaceDimensions(size.width, size.height);
|
|
}
|
|
return size;
|
|
}
|
|
|
|
static nsresult
|
|
GetDeviceWidth(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
nsSize size = GetDeviceSize(aPresContext);
|
|
float pixelWidth = aPresContext->AppUnitsToFloatCSSPixels(size.width);
|
|
aResult.SetFloatValue(pixelWidth, eCSSUnit_Pixel);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetDeviceHeight(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
nsSize size = GetDeviceSize(aPresContext);
|
|
float pixelHeight = aPresContext->AppUnitsToFloatCSSPixels(size.height);
|
|
aResult.SetFloatValue(pixelHeight, eCSSUnit_Pixel);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetOrientation(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
nsSize size = GetSize(aPresContext);
|
|
int32_t orientation;
|
|
if (size.width > size.height) {
|
|
orientation = NS_STYLE_ORIENTATION_LANDSCAPE;
|
|
} else {
|
|
// Per spec, square viewports should be 'portrait'
|
|
orientation = NS_STYLE_ORIENTATION_PORTRAIT;
|
|
}
|
|
|
|
aResult.SetIntValue(orientation, eCSSUnit_Enumerated);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetDeviceOrientation(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
nsSize size = GetDeviceSize(aPresContext);
|
|
int32_t orientation;
|
|
if (size.width > size.height) {
|
|
orientation = NS_STYLE_ORIENTATION_LANDSCAPE;
|
|
} else {
|
|
// Per spec, square viewports should be 'portrait'
|
|
orientation = NS_STYLE_ORIENTATION_PORTRAIT;
|
|
}
|
|
|
|
aResult.SetIntValue(orientation, eCSSUnit_Enumerated);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetIsResourceDocument(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
nsIDocument* doc = aPresContext->Document();
|
|
aResult.SetIntValue(doc && doc->IsResourceDoc() ? 1 : 0, eCSSUnit_Integer);
|
|
return NS_OK;
|
|
}
|
|
|
|
// Helper for two features below
|
|
static nsresult
|
|
MakeArray(const nsSize& aSize, nsCSSValue& aResult)
|
|
{
|
|
RefPtr<nsCSSValue::Array> a = nsCSSValue::Array::Create(2);
|
|
|
|
a->Item(0).SetIntValue(aSize.width, eCSSUnit_Integer);
|
|
a->Item(1).SetIntValue(aSize.height, eCSSUnit_Integer);
|
|
|
|
aResult.SetArrayValue(a, eCSSUnit_Array);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetAspectRatio(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
return MakeArray(GetSize(aPresContext), aResult);
|
|
}
|
|
|
|
static nsresult
|
|
GetDeviceAspectRatio(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
return MakeArray(GetDeviceSize(aPresContext), aResult);
|
|
}
|
|
|
|
static nsresult
|
|
GetColor(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
uint32_t depth = 24; // Use depth of 24 when resisting fingerprinting.
|
|
|
|
if (!ShouldResistFingerprinting(aPresContext)) {
|
|
// FIXME: This implementation is bogus. nsDeviceContext
|
|
// doesn't provide reliable information (should be fixed in bug
|
|
// 424386).
|
|
// FIXME: On a monochrome device, return 0!
|
|
nsDeviceContext *dx = GetDeviceContextFor(aPresContext);
|
|
dx->GetDepth(depth);
|
|
}
|
|
|
|
// The spec says to use bits *per color component*, so divide by 3,
|
|
// and round down, since the spec says to use the smallest when the
|
|
// color components differ.
|
|
depth /= 3;
|
|
aResult.SetIntValue(int32_t(depth), eCSSUnit_Integer);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetColorIndex(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
// We should return zero if the device does not use a color lookup
|
|
// table. Stuart says that our handling of displays with 8-bit
|
|
// color is bad enough that we never change the lookup table to
|
|
// match what we're trying to display, so perhaps we should always
|
|
// return zero. Given that there isn't any better information
|
|
// exposed, we don't have much other choice.
|
|
aResult.SetIntValue(0, eCSSUnit_Integer);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetMonochrome(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
// For color devices we should return 0.
|
|
// FIXME: On a monochrome device, return the actual color depth, not
|
|
// 0!
|
|
aResult.SetIntValue(0, eCSSUnit_Integer);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetResolution(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
float dpi = 96; // Use 96 when resisting fingerprinting.
|
|
|
|
if (!ShouldResistFingerprinting(aPresContext)) {
|
|
// Resolution measures device pixels per CSS (inch/cm/pixel). We
|
|
// return it in device pixels per CSS inches.
|
|
dpi = float(nsPresContext::AppUnitsPerCSSInch()) /
|
|
float(aPresContext->AppUnitsPerDevPixel());
|
|
}
|
|
|
|
aResult.SetFloatValue(dpi, eCSSUnit_Inch);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetScan(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
// Since Gecko doesn't support the 'tv' media type, the 'scan'
|
|
// feature is never present.
|
|
aResult.Reset();
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetDisplayMode(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
nsCOMPtr<nsISupports> container = aPresContext->GetRootPresContext()->
|
|
Document()->GetContainer();
|
|
nsCOMPtr<nsIBaseWindow> baseWindow = do_QueryInterface(container);
|
|
if (!baseWindow) {
|
|
aResult.SetIntValue(NS_STYLE_DISPLAY_MODE_BROWSER, eCSSUnit_Enumerated);
|
|
return NS_OK;
|
|
}
|
|
nsCOMPtr<nsIWidget> mainWidget;
|
|
baseWindow->GetMainWidget(getter_AddRefs(mainWidget));
|
|
int32_t displayMode;
|
|
nsSizeMode mode = mainWidget ? mainWidget->SizeMode() : nsSizeMode_Normal;
|
|
// Background tabs are always in 'browser' mode for now.
|
|
// If new modes are supported, please ensure not cause the regression in
|
|
// Bug 1259641.
|
|
switch (mode) {
|
|
case nsSizeMode_Fullscreen:
|
|
displayMode = NS_STYLE_DISPLAY_MODE_FULLSCREEN;
|
|
break;
|
|
default:
|
|
displayMode = NS_STYLE_DISPLAY_MODE_BROWSER;
|
|
break;
|
|
}
|
|
|
|
aResult.SetIntValue(displayMode, eCSSUnit_Enumerated);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetGrid(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
// Gecko doesn't support grid devices (e.g., ttys), so the 'grid'
|
|
// feature is always 0.
|
|
aResult.SetIntValue(0, eCSSUnit_Integer);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetDevicePixelRatio(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
if (!ShouldResistFingerprinting(aPresContext)) {
|
|
float ratio = aPresContext->CSSPixelsToDevPixels(1.0f);
|
|
aResult.SetFloatValue(ratio, eCSSUnit_Number);
|
|
} else {
|
|
aResult.SetFloatValue(1.0, eCSSUnit_Number);
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetTransform3d(nsPresContext* aPresContext, const nsMediaFeature*,
|
|
nsCSSValue& aResult)
|
|
{
|
|
// Gecko supports 3d transforms, so this feature is always 1.
|
|
aResult.SetIntValue(1, eCSSUnit_Integer);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetSystemMetric(nsPresContext* aPresContext, const nsMediaFeature* aFeature,
|
|
nsCSSValue& aResult)
|
|
{
|
|
aResult.Reset();
|
|
if (ShouldResistFingerprinting(aPresContext)) {
|
|
// If "privacy.resistFingerprinting" is enabled, then we simply don't
|
|
// return any system-backed media feature values. (No spoofed values returned.)
|
|
return NS_OK;
|
|
}
|
|
|
|
MOZ_ASSERT(aFeature->mValueType == nsMediaFeature::eBoolInteger,
|
|
"unexpected type");
|
|
nsIAtom *metricAtom = *aFeature->mData.mMetric;
|
|
bool hasMetric = nsCSSRuleProcessor::HasSystemMetric(metricAtom);
|
|
aResult.SetIntValue(hasMetric ? 1 : 0, eCSSUnit_Integer);
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetWindowsTheme(nsPresContext* aPresContext, const nsMediaFeature* aFeature,
|
|
nsCSSValue& aResult)
|
|
{
|
|
aResult.Reset();
|
|
if (ShouldResistFingerprinting(aPresContext)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
#ifdef XP_WIN
|
|
uint8_t windowsThemeId =
|
|
nsCSSRuleProcessor::GetWindowsThemeIdentifier();
|
|
|
|
// Classic mode should fail to match.
|
|
if (windowsThemeId == LookAndFeel::eWindowsTheme_Classic)
|
|
return NS_OK;
|
|
|
|
// Look up the appropriate theme string
|
|
for (size_t i = 0; i < ArrayLength(themeStrings); ++i) {
|
|
if (windowsThemeId == themeStrings[i].id) {
|
|
aResult.SetStringValue(nsDependentString(themeStrings[i].name),
|
|
eCSSUnit_Ident);
|
|
break;
|
|
}
|
|
}
|
|
#endif
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetOperatingSystemVersion(nsPresContext* aPresContext, const nsMediaFeature* aFeature,
|
|
nsCSSValue& aResult)
|
|
{
|
|
aResult.Reset();
|
|
if (ShouldResistFingerprinting(aPresContext)) {
|
|
return NS_OK;
|
|
}
|
|
|
|
#ifdef XP_WIN
|
|
int32_t metricResult;
|
|
if (NS_SUCCEEDED(
|
|
LookAndFeel::GetInt(LookAndFeel::eIntID_OperatingSystemVersionIdentifier,
|
|
&metricResult))) {
|
|
for (size_t i = 0; i < ArrayLength(osVersionStrings); ++i) {
|
|
if (metricResult == osVersionStrings[i].id) {
|
|
aResult.SetStringValue(nsDependentString(osVersionStrings[i].name),
|
|
eCSSUnit_Ident);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
return NS_OK;
|
|
}
|
|
|
|
static nsresult
|
|
GetIsGlyph(nsPresContext* aPresContext, const nsMediaFeature* aFeature,
|
|
nsCSSValue& aResult)
|
|
{
|
|
aResult.SetIntValue(aPresContext->IsGlyph() ? 1 : 0, eCSSUnit_Integer);
|
|
return NS_OK;
|
|
}
|
|
|
|
/*
|
|
* Adding new media features requires (1) adding the new feature to this
|
|
* array, with appropriate entries (and potentially any new code needed
|
|
* to support new types in these entries and (2) ensuring that either
|
|
* nsPresContext::MediaFeatureValuesChanged or
|
|
* nsPresContext::PostMediaFeatureValuesChangedEvent is called when the
|
|
* value that would be returned by the entry's mGetter changes.
|
|
*/
|
|
|
|
/* static */ const nsMediaFeature
|
|
nsMediaFeatures::features[] = {
|
|
{
|
|
&nsGkAtoms::width,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eLength,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetWidth
|
|
},
|
|
{
|
|
&nsGkAtoms::height,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eLength,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetHeight
|
|
},
|
|
{
|
|
&nsGkAtoms::deviceWidth,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eLength,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetDeviceWidth
|
|
},
|
|
{
|
|
&nsGkAtoms::deviceHeight,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eLength,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetDeviceHeight
|
|
},
|
|
{
|
|
&nsGkAtoms::orientation,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eEnumerated,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ kOrientationKeywords },
|
|
GetOrientation
|
|
},
|
|
{
|
|
&nsGkAtoms::aspectRatio,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eIntRatio,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetAspectRatio
|
|
},
|
|
{
|
|
&nsGkAtoms::deviceAspectRatio,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eIntRatio,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetDeviceAspectRatio
|
|
},
|
|
{
|
|
&nsGkAtoms::color,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetColor
|
|
},
|
|
{
|
|
&nsGkAtoms::colorIndex,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetColorIndex
|
|
},
|
|
{
|
|
&nsGkAtoms::monochrome,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetMonochrome
|
|
},
|
|
{
|
|
&nsGkAtoms::resolution,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eResolution,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetResolution
|
|
},
|
|
{
|
|
&nsGkAtoms::scan,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eEnumerated,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ kScanKeywords },
|
|
GetScan
|
|
},
|
|
{
|
|
&nsGkAtoms::grid,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetGrid
|
|
},
|
|
{
|
|
&nsGkAtoms::displayMode,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eEnumerated,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ kDisplayModeKeywords },
|
|
GetDisplayMode
|
|
},
|
|
|
|
// Webkit extensions that we support for de-facto web compatibility
|
|
// -webkit-{min|max}-device-pixel-ratio (controlled with its own pref):
|
|
{
|
|
&nsGkAtoms::devicePixelRatio,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eFloat,
|
|
nsMediaFeature::eHasWebkitPrefix |
|
|
nsMediaFeature::eWebkitDevicePixelRatioPrefEnabled,
|
|
{ nullptr },
|
|
GetDevicePixelRatio
|
|
},
|
|
// -webkit-transform-3d:
|
|
{
|
|
&nsGkAtoms::transform_3d,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eHasWebkitPrefix,
|
|
{ nullptr },
|
|
GetTransform3d
|
|
},
|
|
|
|
// Mozilla extensions
|
|
{
|
|
&nsGkAtoms::_moz_device_pixel_ratio,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eFloat,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetDevicePixelRatio
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_device_orientation,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eEnumerated,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ kOrientationKeywords },
|
|
GetDeviceOrientation
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_is_resource_document,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetIsResourceDocument
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_color_picker_available,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::color_picker_available },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_scrollbar_start_backward,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::scrollbar_start_backward },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_scrollbar_start_forward,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::scrollbar_start_forward },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_scrollbar_end_backward,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::scrollbar_end_backward },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_scrollbar_end_forward,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::scrollbar_end_forward },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_scrollbar_thumb_proportional,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::scrollbar_thumb_proportional },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_images_in_menus,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::images_in_menus },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_images_in_buttons,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::images_in_buttons },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_overlay_scrollbars,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::overlay_scrollbars },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_windows_default_theme,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::windows_default_theme },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_mac_graphite_theme,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::mac_graphite_theme },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_mac_lion_theme,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::mac_lion_theme },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_mac_yosemite_theme,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::mac_yosemite_theme },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_windows_compositor,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::windows_compositor },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_windows_classic,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::windows_classic },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_windows_glass,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::windows_glass },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_touch_enabled,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::touch_enabled },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_menubar_drag,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::menubar_drag },
|
|
GetSystemMetric
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_windows_theme,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eIdent,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetWindowsTheme
|
|
},
|
|
{
|
|
&nsGkAtoms::_moz_os_version,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eIdent,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetOperatingSystemVersion
|
|
},
|
|
|
|
{
|
|
&nsGkAtoms::_moz_swipe_animation_enabled,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::swipe_animation_enabled },
|
|
GetSystemMetric
|
|
},
|
|
|
|
{
|
|
&nsGkAtoms::_moz_physical_home_button,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ &nsGkAtoms::physical_home_button },
|
|
GetSystemMetric
|
|
},
|
|
|
|
// Internal -moz-is-glyph media feature: applies only inside SVG glyphs.
|
|
// Internal because it is really only useful in the user agent anyway
|
|
// and therefore not worth standardizing.
|
|
{
|
|
&nsGkAtoms::_moz_is_glyph,
|
|
nsMediaFeature::eMinMaxNotAllowed,
|
|
nsMediaFeature::eBoolInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
GetIsGlyph
|
|
},
|
|
// Null-mName terminator:
|
|
{
|
|
nullptr,
|
|
nsMediaFeature::eMinMaxAllowed,
|
|
nsMediaFeature::eInteger,
|
|
nsMediaFeature::eNoRequirements,
|
|
{ nullptr },
|
|
nullptr
|
|
},
|
|
};
|