mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
06d185e815
- var-let (4514fc8c5f) - Bug 1191897, add a flag for popups which allow shortcut keys to not be consumed, fixes shortcuts not working when an e10s select popup is open, r=neil (c3d788f65c) - Bug 1181897 - Do not scale down <img> elements passed to setDragImage. r=roc (b9db4b2c2f) - Bug 1204442 nsIDragService::FireDragEventAtSource() shouldn't be available from script because it takes a value of mozilla::EventMessage r=smaug, sr=smaug (6d357d54a7) - Bug 1202176, adjust coordinates from device to css pixels when drag popup moves, r=tn (d6fa56dc59) - Bug 1204944, convert drag position coordinates properly, r=mstange (0ff3b815b4) - Bug 1205511 - Make nsBaseDragService::mImage[X|Y] strongly typed. r=enn (47d68b017a) - Bug 1205511 - Make nsMenuPopupFrame::MoveTo()'s arguments strongly typed. r=enn (c29c16b9ce) - Bug 1205511 - Give nsPresContext a method that returns the CSS to device pixel scale. r=dbaron (e91a754991) - Bug 1205511 - Add overloaded operators for multiplying and dividing an IntPointTyped by a ScaleFactor[2D]. r=kats (f857857c94) - Bug 1188172 - Don't update the resolution/SPCSPS for meta-viewport changes before the first-paint. r=botond (0d7eeda1c8) - Bug 1168487 - Update the last use site of ScrollbarAreaToExcludeFromCompositionBoundsFor to use LD pixels. r=tn (af1d65d14a) - Bug 1197592 - Don't set an SPCSPS in the mobile viewport manager if APZ zooming is not enabled. r=botond (eb2b3d3bf3) - Bug 1180267 - Don't set root displayport margins from the mobile viewport manager unless the C++ APZ is enabled. r=botond (982b57a6f3) - Bug 976616 - Part 1: Call ProcessViewportInfo when meta viewport is changed. r=bholley (0df9aaad5c) - Bug 976616 - Part 2: Update mobile viewport on DOMMetaChanged event. r=kats (97244f0a2f) - Bug 976616 - Part 3: Enable meta viewport tests for Fennec. r=kats (16de4304dc) - Bug 976616 - Part 4: Add test for dynamic meta viewport updates. r=kats (c3af1ba028) - Bug 1198839 - Don't update the displayport from the MVM unless there is already on the content. r=botond (a86c335313) - Bug 1205511 - Document that nsIDragService.dragMoved() takes its arguments in LayoutDevice pixels. r=enn IGNORE IDL (comment change only) (ea1f24c65e) - Bug 1180267 - Ensure that the desktop-mode viewport for Fennec is based on a 980 CSS pixel width rather than the screen size. r=snorp (365c12249c) - Bug 1200402 - Ignore desktop mode for about: pages. r=snorp,khuey (3d64772abe) - Bug 1197824 - Remove unused state and normalize others. r=botond (58ed2bb53b) - Bug 1197824 - Allow zooming in desktop mode. r=botond (dbded0fdf7) - Bug 1200303 - Support meta-viewport changes in ZoomConstraintsClient as well. r=miketaylr (bb5ebee8ed) - Bug 1197824 - Support the browser.ui.zoom.force-user-scalable pref in the gecko zoom-constraints codepath. r=botond (0292f794c6) - Bug 1197824 - Constrain the min/max zoom if zooming is not allowed. r=botond (26ae1656ba) - Bug 1197824 - Remove the mAllowDoubleTapZoom field from nsViewportInfo as it is not needed. r=botond (00455cf30c) - Bug 1189837 - Subtract scrollbars in LD pixels rather than CSS pixels. r=mstange (8801383234) - Bug 1210399 - IonMonkey: MIPS: Safe for races. r=lth (5be49e2198) - Bug 1202367 - reinitialize expected value in CAS loop. patch=hev, r=sstangl, push=lth (438272bb96) - Bug 1210733 - Record source filenames independently of the script coverage. r=terrence (3a90b1a660) - Bug 1211546 - Unbreak the non-unified build. (r=sfink, r=nbp, r=shu) (4b290fffac) - Bug 977338 - Remove AtomicOperations-inl.h, r=lth (0015c7a398) - Bug 1202713 - Fix the CSS viewport dimensions for desktop mode. r=snorp (763a55b6aa) - Bug 1024343: The document should not stop animations when it is being swapped. r=smaug (ba2d43f308) - Bug 1200093 - Don't rely on finding the widget for a document in order to get the css-to-ld scale. r=botond (bf359f6c76) - Bug 1205511 - Use nsPresContext::DevToCSSPixelScale() where appropriate. r=kats (631a8fe6ae) - Bug 1204994 - part 0 - separate debugging use counters check from value check; r=bz (d8771157eb) - Bug 1204994 - part 2 - rename all USE_COUNTER_* histograms to USE_COUNTER2_* histograms; r=bz,vladan (8a86ee4560) - Bug 1202895 - Fix shift-reload check for setting up service worker. r=bkelly (61309332e6) - let-var (315a834c4d) - Bug 1193469 - Make mozSettings more defensive. r=gwagner (9c4aeb2721) - Bug 1187419 - Make sure SettingsRequestManager is only loaded in parent. r=gwagner (98bfca7a44) - Bug 1156231 - enable data registration recovery. r=hsinyi (f886c81ce3) - Bug 1159591 - Part 1: Add MMI tests for call barring, call waiting, clip, clir, pin2, puk2 and ussd. r=aknow (96ba4e4a89) - Bug 1149433 - Set hangUpLocal in rejectCall. r=hsinyi (43aec5ea64) - Bug 1147842 - Fix defect of setting call started time. r=hsinyi (dbf6a5516a) - Bug 1145079 - Fix defect for calling isEmergencyOnly. r=hsinyi (8ba883d37e)
237 lines
7.4 KiB
C++
237 lines
7.4 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* 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/. */
|
|
|
|
#include "ZoomConstraintsClient.h"
|
|
|
|
#include <inttypes.h>
|
|
#include "FrameMetrics.h"
|
|
#include "LayersLogging.h"
|
|
#include "mozilla/layers/APZCCallbackHelper.h"
|
|
#include "nsDocument.h"
|
|
#include "nsIFrame.h"
|
|
#include "nsLayoutUtils.h"
|
|
#include "nsPoint.h"
|
|
#include "nsPresShell.h"
|
|
#include "nsView.h"
|
|
#include "nsViewportInfo.h"
|
|
#include "Units.h"
|
|
#include "UnitTransforms.h"
|
|
|
|
#define ZCC_LOG(...)
|
|
// #define ZCC_LOG(...) printf_stderr("ZCC: " __VA_ARGS__)
|
|
|
|
NS_IMPL_ISUPPORTS(ZoomConstraintsClient, nsIDOMEventListener, nsIObserver)
|
|
|
|
static const nsLiteralString DOM_META_ADDED = NS_LITERAL_STRING("DOMMetaAdded");
|
|
static const nsLiteralString DOM_META_CHANGED = NS_LITERAL_STRING("DOMMetaChanged");
|
|
static const nsLiteralCString BEFORE_FIRST_PAINT = NS_LITERAL_CSTRING("before-first-paint");
|
|
static const nsLiteralCString NS_PREF_CHANGED = NS_LITERAL_CSTRING("nsPref:changed");
|
|
|
|
using namespace mozilla;
|
|
using namespace mozilla::layers;
|
|
|
|
ZoomConstraintsClient::ZoomConstraintsClient() :
|
|
mDocument(nullptr),
|
|
mPresShell(nullptr)
|
|
{
|
|
}
|
|
|
|
ZoomConstraintsClient::~ZoomConstraintsClient()
|
|
{
|
|
}
|
|
|
|
static nsIWidget*
|
|
GetWidget(nsIPresShell* aShell)
|
|
{
|
|
if (nsIFrame* rootFrame = aShell->GetRootFrame()) {
|
|
#ifdef MOZ_WIDGET_ANDROID
|
|
return rootFrame->GetNearestWidget();
|
|
#else
|
|
if (nsView* view = rootFrame->GetView()) {
|
|
return view->GetWidget();
|
|
}
|
|
#endif
|
|
}
|
|
return nullptr;
|
|
}
|
|
|
|
void
|
|
ZoomConstraintsClient::Destroy()
|
|
{
|
|
if (!(mPresShell && mDocument)) {
|
|
return;
|
|
}
|
|
|
|
ZCC_LOG("Destroying %p\n", this);
|
|
|
|
if (mEventTarget) {
|
|
mEventTarget->RemoveEventListener(DOM_META_ADDED, this, false);
|
|
mEventTarget->RemoveEventListener(DOM_META_CHANGED, this, false);
|
|
mEventTarget = nullptr;
|
|
}
|
|
|
|
nsCOMPtr<nsIObserverService> observerService = mozilla::services::GetObserverService();
|
|
if (observerService) {
|
|
observerService->RemoveObserver(this, BEFORE_FIRST_PAINT.Data());
|
|
}
|
|
|
|
Preferences::RemoveObserver(this, "browser.ui.zoom.force-user-scalable");
|
|
|
|
if (mGuid) {
|
|
if (nsIWidget* widget = GetWidget(mPresShell)) {
|
|
ZCC_LOG("Sending null constraints in %p for { %u, %" PRIu64 " }\n",
|
|
this, mGuid->mPresShellId, mGuid->mScrollId);
|
|
widget->UpdateZoomConstraints(mGuid->mPresShellId, mGuid->mScrollId, Nothing());
|
|
mGuid = Nothing();
|
|
}
|
|
}
|
|
|
|
mDocument = nullptr;
|
|
mPresShell = nullptr;
|
|
}
|
|
|
|
void
|
|
ZoomConstraintsClient::Init(nsIPresShell* aPresShell, nsIDocument* aDocument)
|
|
{
|
|
if (!(aPresShell && aDocument)) {
|
|
return;
|
|
}
|
|
|
|
mPresShell = aPresShell;
|
|
mDocument = aDocument;
|
|
|
|
if (nsCOMPtr<nsPIDOMWindow> window = mDocument->GetWindow()) {
|
|
mEventTarget = window->GetChromeEventHandler();
|
|
}
|
|
if (mEventTarget) {
|
|
mEventTarget->AddEventListener(DOM_META_ADDED, this, false);
|
|
mEventTarget->AddEventListener(DOM_META_CHANGED, this, false);
|
|
}
|
|
|
|
nsCOMPtr<nsIObserverService> observerService = mozilla::services::GetObserverService();
|
|
if (observerService) {
|
|
observerService->AddObserver(this, BEFORE_FIRST_PAINT.Data(), false);
|
|
}
|
|
|
|
Preferences::AddStrongObserver(this, "browser.ui.zoom.force-user-scalable");
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
ZoomConstraintsClient::HandleEvent(nsIDOMEvent* event)
|
|
{
|
|
nsAutoString type;
|
|
event->GetType(type);
|
|
|
|
if (type.Equals(DOM_META_ADDED)) {
|
|
ZCC_LOG("Got a dom-meta-added event in %p\n", this);
|
|
RefreshZoomConstraints();
|
|
} else if (type.Equals(DOM_META_CHANGED)) {
|
|
ZCC_LOG("Got a dom-meta-changed event in %p\n", this);
|
|
RefreshZoomConstraints();
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
ZoomConstraintsClient::Observe(nsISupports* aSubject, const char* aTopic, const char16_t* aData)
|
|
{
|
|
if (SameCOMIdentity(aSubject, mDocument) && BEFORE_FIRST_PAINT.EqualsASCII(aTopic)) {
|
|
ZCC_LOG("Got a before-first-paint event in %p\n", this);
|
|
RefreshZoomConstraints();
|
|
} else if (NS_PREF_CHANGED.EqualsASCII(aTopic)) {
|
|
ZCC_LOG("Got a pref-change event in %p\n", this);
|
|
// We need to run this later because all the pref change listeners need
|
|
// to execute before we can be guaranteed that gfxPrefs::ForceUserScalable()
|
|
// returns the updated value.
|
|
NS_DispatchToMainThread(NS_NewRunnableMethod(
|
|
this, &ZoomConstraintsClient::RefreshZoomConstraints));
|
|
}
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
ZoomConstraintsClient::ScreenSizeChanged()
|
|
{
|
|
ZCC_LOG("Got a screen-size change notification in %p\n", this);
|
|
RefreshZoomConstraints();
|
|
}
|
|
|
|
mozilla::layers::ZoomConstraints
|
|
ComputeZoomConstraintsFromViewportInfo(const nsViewportInfo& aViewportInfo)
|
|
{
|
|
mozilla::layers::ZoomConstraints constraints;
|
|
constraints.mAllowZoom = aViewportInfo.IsZoomAllowed() && gfxPrefs::APZAllowZooming();
|
|
constraints.mAllowDoubleTapZoom = constraints.mAllowZoom;
|
|
if (constraints.mAllowZoom) {
|
|
constraints.mMinZoom.scale = aViewportInfo.GetMinZoom().scale;
|
|
constraints.mMaxZoom.scale = aViewportInfo.GetMaxZoom().scale;
|
|
} else {
|
|
constraints.mMinZoom.scale = aViewportInfo.GetDefaultZoom().scale;
|
|
constraints.mMaxZoom.scale = aViewportInfo.GetDefaultZoom().scale;
|
|
}
|
|
return constraints;
|
|
}
|
|
|
|
void
|
|
ZoomConstraintsClient::RefreshZoomConstraints()
|
|
{
|
|
nsIWidget* widget = GetWidget(mPresShell);
|
|
if (!widget) {
|
|
return;
|
|
}
|
|
|
|
uint32_t presShellId = 0;
|
|
FrameMetrics::ViewID viewId = FrameMetrics::NULL_SCROLL_ID;
|
|
bool scrollIdentifiersValid = APZCCallbackHelper::GetOrCreateScrollIdentifiers(
|
|
mDocument->GetDocumentElement(),
|
|
&presShellId, &viewId);
|
|
if (!scrollIdentifiersValid) {
|
|
return;
|
|
}
|
|
|
|
LayoutDeviceIntSize screenSize;
|
|
if (!nsLayoutUtils::GetContentViewerSize(mPresShell->GetPresContext(), screenSize)) {
|
|
return;
|
|
}
|
|
|
|
nsViewportInfo viewportInfo = nsContentUtils::GetViewportInfo(
|
|
mDocument,
|
|
ViewAs<ScreenPixel>(screenSize, PixelCastJustification::LayoutDeviceIsScreenForBounds));
|
|
|
|
mozilla::layers::ZoomConstraints zoomConstraints =
|
|
ComputeZoomConstraintsFromViewportInfo(viewportInfo);
|
|
|
|
if (zoomConstraints.mAllowDoubleTapZoom) {
|
|
// If the CSS viewport is narrower than the screen (i.e. width <= device-width)
|
|
// then we disable double-tap-to-zoom behaviour.
|
|
CSSToLayoutDeviceScale scale =
|
|
mPresShell->GetPresContext()->CSSToDevPixelScale();
|
|
if ((viewportInfo.GetSize() * scale).width <= screenSize.width) {
|
|
zoomConstraints.mAllowDoubleTapZoom = false;
|
|
}
|
|
}
|
|
|
|
// We only ever create a ZoomConstraintsClient for an RCD, so the RSF of
|
|
// the presShell must be the RCD-RSF (if it exists).
|
|
MOZ_ASSERT(mPresShell->GetPresContext()->IsRootContentDocument());
|
|
if (nsIScrollableFrame* rcdrsf = mPresShell->GetRootScrollFrameAsScrollable()) {
|
|
ZCC_LOG("Notifying RCD-RSF that it is zoomable: %d\n", zoomConstraints.mAllowZoom);
|
|
rcdrsf->SetZoomableByAPZ(zoomConstraints.mAllowZoom);
|
|
}
|
|
|
|
ScrollableLayerGuid newGuid(0, presShellId, viewId);
|
|
if (mGuid && mGuid.value() != newGuid) {
|
|
ZCC_LOG("Clearing old constraints in %p for { %u, %" PRIu64 " }\n",
|
|
this, mGuid->mPresShellId, mGuid->mScrollId);
|
|
// If the guid changes, send a message to clear the old one
|
|
widget->UpdateZoomConstraints(mGuid->mPresShellId, mGuid->mScrollId, Nothing());
|
|
}
|
|
mGuid = Some(newGuid);
|
|
ZCC_LOG("Sending constraints %s in %p for { %u, %" PRIu64 " }\n",
|
|
Stringify(zoomConstraints).c_str(), this, presShellId, viewId);
|
|
widget->UpdateZoomConstraints(presShellId, viewId, Some(zoomConstraints));
|
|
}
|