mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
c7dc12e90f
- Bug 1251253 - prevent null pointer dereference of |aContext| in CacheStorageService::DoomStorageEntries. r=mayhemer (35b449c612)
- Bug 1260498 - Make test_rel_preconnect work in e10s mode. r=mcmanus (e6823ce4c4)
- Bug 1016628 - Add prefetch abilities to the predictor. r=mayhemer (53ab180c97)
- Bug 1258482 - FileList should contain only Files, not Directories, r=smaug (ff78125454)
- Bug 1258694 - Implement Directory::GetFiles(), r=smaug (305784524e)
- Bug 1263992 - patch 1 - Remove DirectoryType enum, r=smaug (89e1a59041)
- Bug 1263992 - patch 2 - Support the creation of directories from FileSystemTasks, r=smaug (c569092cef)
- Bug 1243586 - Implement Upgrade-Insecure-Requests HTTP Request Header Field. r=rbarnes (4b8a84c656)
- Bug 1262572 - http 0.9 telemetry. r=hurley (6006881336)
- Bug 587177 - Update all comments before SetOriginalURI to reflect reality, r=mcmanus (b2fedb0728)
- Bug 1261632 - Assert that OnStopRequest is called only once. r=michal (c35b1922b9)
- Bug 1232422 - Convert 5 tests within netwerk/test to use AsyncOpen2 (r=mcmanus) (4af8d43814)
- Bug 831450 - No Range Requests against weak Etag r=mayhemer (9b4a159e1e)
- Bug 1214277 - Avoid bypassing opening a cache entry for possibly intercepted channels; r=mcmanus (c5b0de6990)
- partial apply Bug 1234369 - Convert 25 tests within netwerk/test to use AsyncOpen2 (1b81d5a303)
- Bug 299031 - heuristic cache rule for 410 should be longer r=mayhemer (848834fc31)
- Bug 1121447 - trust cache less for error codes r=mayhemer (0424fec819)
- Bug 1125916 - Check whether loadInfo and loadContext match. r=sicking, r=jduell (6740850922)
- Bug 1258778 - Purge the skia glyph cache when receiving a low memory notice. r=erahm (633c60b0c6)
- Bug 1125916 - Add SEC_FORCE_PRIVATE_BROWSING to LoadInfo. r=sicking, r=jduell (10b5a1cacb)
- Bug 1105556 - test fixes. r=sicking, ckerschb (845d0dbd65)
- Bug 1258481 - Use RegionBuilder for nsRegion IPC. r=jrmuizel (616c279297)
- Bug 1014691 - Fix an include-what-you-use error in TestCompositor.cpp. r=kats (2797f83f1d)
- Bug 1256408 - Add graphics microbenchmarking. r=mstange (49b11b051b)
- Bug 1258481 - Add a RegionBuilder for accumulating rects. r=jrmuizel (acd79192db)
- Track whether or not remote layers have acknowledged compositor changes. (bug 1256517 part 1, r=mattwoodrow) (e3cc77ed41)
- Move compositable field out of individual compositable ops. (bug 1256517 part 2, r=mattwoodrow) (1d4a063df3)
- Bug 1241058: Assure several operations properly operate on the current group target. r=jrmuizel (6119e2b4db)
- Bug 1247700: Avoid crash from invalid fonts. r=bas (c4c2799b94)
- Bug 1242421 - remove useless null check. r=roc@ocallahan.org (44faf6556d)
- Add instrumentation for when content processes fail to acquire D3D11 devices. (bug 1247539, r=milan) (bd9265d78e)
- Make access to gfxWindowsPlatform D3D11 devices thread-safe. (bug 1258174, r=bas) (032e74b163)
- Disable device access on textures created against stale layers. (bug 1256517 part 3, r=nical) (ffcebbdee6)
- Block compositable updates from stale layers. (bug 1256517 part 4, r=mattwoodrow,nical) (fc83339f2d)
- Fix build bustage for bug 1256517 r=broken tree (3952871373)
- Bug 1256678 - Replace DrawTargetCairo::FillGlyphs crashes with other crashes - r=bobowen (b7245ba436)
- Bug 1120485. Log CloseHandle error reason during MessageChannel shutdown failure. r=milan (2f81d9c2aa)
- Bug 1242448 - Ensure the tile pool does not hold textures during shutdown. r=edwin (d31c304258)
- Bug 1258851 - Propagate the isScrollbarContainer layer flag to the compositor. r=mattwoodrow (b9906d7557)
- Bug 1260391: Transfer |CompositableOperation| in |AsyncChildMessageData|, r=dvander (1def34c5f8)
- Bug 1252324 - add DrawTarget API for 3D transforms for use in layers. r=jrmuizel (bc80529422)
- Bug 1255342 - implement DrawTargetCairo::LockBits for Cairo Win32 surfaces. r=sotaro (6f5661691b)
- Bug 1263480 - Don't let cairo go into an error state when DrawSurface is called with an empty destination rectangle. r=lsalzman (4300940101)
- Bug 1251241 - return from DrawTargetCairo::FillGlyphs if |aFont| is ullptr. r=roc (bb92f95ccd)
- Bug 1255320 - Create DrawTarget with DIB as similar DrawTarget r=jrmuizel (03f1da030d)
- Bug 1215265 - Put shutting down gfx ipdl protocols for child processes behind a pref. r=sotaro (aa781b37f9)
- Bug 1262898: Keep the GeckoChildProcessHost alive for the lifetime of the CompositorBridge and ImageBridge parent actors. r=jimm r=nical (dcca3b54e1)
- Bug 1251619: Remove unused gfxPlatform::CreateDrawTargetForUpdateSurface r=mchang (b29565995e)
- Bug 1255973 - Remove redundant overrides from gfxPlatform subclasses. r=jfkthame (d45f8a6640)
- Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan We would rather people not use this pref. (f362da1bd3)
- Bug 881609: Call InitLayersAccelerationPrefs only once. r=nrc (faed10a0d4)
- Bug 1209780. Mark some DrawResult's as unused in layout/svg. r=seth (48192d6b34)
- Bug 1251115 - Fix incorrect rendering result while mask path is not resolvable; r=mstange (a52b478fdf)
- Bug 1228354 - Part1 - Support luminance mask mode. r=mstange r=bas (b03abbe8a6)
- Bug 1228354 - Part2. Add test case for mask-mode. r=heycam (6bea36a70c)
- Bug 1259802: Add type replacement annotations to simplify rust binding generation for nsStyleStruct.h, r=bholley (48c13e62f2)
- Bug 1261754 - Part 1: Improve static assertions for style struct bits. r=dholbert (2ce6d994a5)
- Bug 1261552 - Reimplement default placement-new for style structs. r=heycam (db9d7782e2)
- Bug 1261552 - Introduce StaticPresData and hoist some shared functionality into it. r=heycam (adf2e16b4d)
- Bug 1226627 - Truncate the result in ZoomText/UnZoomText rather than rounding it for better performance. r=roc (f1d1084ba1)
- Bug 1247777 - Part1: parse and compute -webkit-text-fill-color property. r=heycam (fc4161355c)
- Bug 1247777 - Part2: implement -webkit-text-fill-color rendering. r=jfkthame (0f30da9c5b)
- Bug 1247777 - Part3: reftests for -webkit-text-fill-color. r=jfkthame Add this test into web-platform-tests. (02e41db8cc)
- Bug 1043461 - Followup to ensure we still test custom property position when the UA style sheet doesn't have custom properties in it. r=dholbert (48df73d684)
- Bug 1247777 - Part4.1: replace windows-style line endings with unix-style line endings. r=bz (be8ba60960)
- Bug 1247777 - Part4.2: add compatible webkit prefixed properties in CSS properties ordering check test. r=bz (7b78825e14)
- Bug 1261552 - Introduce StyleStructContext, and make all style struct constructors take it. r=heycam (65b3966841)
- Bug 1258017 - Use an nsCOMPtr to hold onto the nsIStyleRule. r=dbaron (e88d7e368f)
- Bug 1258017 - Use a RefPtr to hold onto the parent style context. r=dbaron (6a7289ca43)
- Bug 1258017 - Redesign and simplify rule tree GC. r=dbaron (3bf60a9b04)
- Bug 1253149 - Remove the #ifdef __cplusplus bits from ServoBindings.h. r=SimonSapin (bf2b18a470)
- Bug 1251496 - Forward stylesheet management to RawServoStyleSet. r=heycam (0a3aa90b2d)
- Bug 1260310 - Generalize nsStyleContext to support resolving styles from either nsRuleNode or ServoComputedValues. r=heycam (82b6d5d008)
- Bug 1258017 - Cleanup fixes for trunk. r=me (674a65815a)
- Bug 1236400 part 1: Add internal enum values to represent "display: -webkit-box" & "display: -webkit-inline-box". r=mats (509c94da15)
- Bug 1236400 part 2: Extend NeedsAnonFlexOrGridItem() & related code to wrap all inline-level -webkit-box children in an anonymous flex item. r=mats (dc11b9b09f)
- Bug 1236400 part 3: If webkit prefix support is enabled, skip CSS Parser code that converts "display: -webkit-box" directly to "display: flex". r=mats (e09b459124)
- Bug 1236400 part 4: Add reftests to test how non-block-level content gets wrapped inside a -webkit-box. (no review) (46e4d8cb07)
- Bug 1261754 - Part 2: Make quotes computed values shareable between different structs. r=dholbert (a78e43b706)
- Bug 1261754 - Part 3: Move quotes from nsStyleQuotes to nsStyleList and delete nsStyleQuotes. r=dholbert (fdcd9aaa3f)
- Bug 1209273 - Part 1: Support for adjust-color CSS property. r=dbaron (818a7fe0ff)
- Bug 1209273 - Part 2: Force printing background if color-adjust: exact. r=dbaron (ffd52c0dbc)
- Bug 1261754 - Part 4: Move image-rendering from nsStyleSVG to nsStyleVisibility. r=dholbert (ee8372fb94)
- Bug 1261754 - Part 5: Move text-rendering from nsStyleSVG to nsStyleText. r=dholbert (c13a11313d)
- Bug 1261754 - Part 6: Move vertical-align from nsStyleTextReset to nsStyleDisplay. r=dholbert (d374b3700b)
- Bug 1261754 - Part 7: Move pointer-events from nsStyleVisibility to nsStyleUserInterface. r=dholbert (8693251243)
- Bug 1261754 - Part 8: Move box-shadow from nsStyleBorder to a new nsStyleEffects struct. r=dholbert (8263476827)
- Bug 1261754 - Part 9: Move clip from nsStyleDisplay to nsStyleEffects. r=dholbert (5418597309)
- Bug 1261754 - Part 10: Move mix-blend-mode from nsStyleDisplay to nsStyleEffects. r=dholbert (ebae613929)
- Bug 1261754 - Part 11: Move opacity from nsStyleDisplay to nsStyleEffects. r=dholbert (589292af44)
- Bug 1187851 patch 6 - Make dynamic changes to filter change fixed position containing block for descendants. r=roc (003a3aa6ce)
- Bug 1261754 - Part 12: Move filter from nsStyleSVGReset to nsStyleEffects. r=dholbert (78d87914f9)
- Bug 1259513: Make gfxContext constructor private, use a utility function that can return nullptr. r=bas,lsalzman (43df6e429f)
- Bug 1259785: Do a proper flush when taking a snapshot so our dependent targets and command lists get appropriately cleared. r=jrmuizel (9f7372cce1)
- Bug 1251431 - Part 1: Allow usage of an A8 source pattern to MaskSurface for D2D 1.1 Moz2D backend. r=jwatt (632eb6d2da)
- Bug 1251431 - Part 2: Do not apply the device transform when drawing to an already intermediate surface. r=jwatt (3a24f4a5c6)
- Bug 1251431 - GCC compilation fixup. (2356f0a58c)
- Bug 1238328: Purge stored command lists by calling EndDraw/BeginDraw on a regular basis when they're used. r=jrmuizel (33f47b281f)
- Bug 1246641: Also execute an occasional EndDraw for CommandLists used by non-operator OVER drawing. r=jrmuizel (b3e03ad111)
- Bug 1258168: Push ClearType compatible clipping layers when the last pushed layer was marked as opaque. r=jrmuizel (bd069ad7b6)
- Bug 1264736: Crash sooner if we can't get a valid command list, at least in nightly/aurora. r=bas (fb4bb56815)
- Bug 1255438 - create nsI{Mutable,}Array directly; r=keeler (1b802b23b7)
- Bug 1255438 - fix OS X warning bustage and reopen this CLOSED TREE; r=me (07a05910a6)
- bug 1197314: Remove PR_snprintf calls in security/manager/ssl/ r=keeler (f2271aad87)
- Bug 1258298 - Switch more Scoped.h templates in PSM to UniquePtr equivalents. r=keeler (2ee1a85d8e)
- Bug 1191414 - gather telemetry on usage of <keygen>. r=keeler,r=vladan (150bad38a1)
- Bug 1260644 - Use UniquePLArenaPool to manage PLArenaPools in PSM. r=keeler (9e8ad9c0d4)
- Bug 1247250 - Enable TLS 1.3 anti-downgrade on non-secure fallback. r=keeler (7a950b427a)
- Bug 1215796 - Remove the static fallback whitelist. r=keeler (fa55b5920b)
- bug 1254667 - change certificate verification SHA1 policy to "allow or locally-installed roots" r=jcj (5d0bb9e8b1)
- bug 1245280 - add policy mechanism to optionally enforce BRs for falling back to subject CN r=Cykesiopka,mgoodwin (ecd4f2180a)
- Bug 1254653 - Add telemetry to measure how often we encounter EV certificates r=keeler (9da287b490)
- Bug 1259909 - Obviate char PORT_Free() calls in PSM. r=keeler (b7ba2a47da)
- Bug 1252882 - Add a Content Signature Service r=keeler,r=franziskus,r=Cykesiopka (8b806022a0)
- Bug 1255784 - u2f tests should use SpecialPowers.pushPrefEnv, r=jjones (839a58476f)
- Bug 1244960 - Complete FIDO u2f NSSToken (Part 1). r=keeler, r=baku (3d64aa2b7c)
- Bug 1244960 - FIDO u2f NSSToken (Part 2): Use Attestation Certificates. r=keeler (aee3ffc830)
- Bug 1244960 - FIDO u2f NSSToken (Part 3): Review updates. r=keeler (b2f81c2b72)
- Bug 1244960 - FIDO u2f NSSToken (Part 4): Correct FacetID base algorithm. r=keeler (9e70506580)
- Bug 1244960 - FIDO u2f NSSToken (Part 5): Review updates. r=keeler (62a28f2502)
- Bug 1231643 - Part 1. Create skia-A8-surface for mask composition when backendtype of the source DrawTarget is CG; r=mstange (dd03d86f55)
- Bug 1244598 - Move resource files of w3c-css/masking into ./support subdir. r=dbaron (4c9e789191)
- Bug 1243675 - Part 1. Add mask-image property reftest. r=dbaron (18e5dfa90b)
- Bug 1243675 - Part 2. Add mask-clip property reftest. r=dbaron (ddf834d408)
- Bug 1243675 - Part 3. Add mask-position property reftest. r=dbaron (68cae7c7e6)
- Bug 1243675 - Part 4. Add mask-repeat property reftest. r=dbaron (0a3ed45377)
- Bug 1243675 - Part 5. Add mask-origin property reftest. r=dbaron (f5785145a7)
- Bug 1243675 - Part 6. Add mask-size property reftest. r=dbaron (1ab2040973)
- Bug 1231643 - Part 2. Enable mask-composite reftest; r=dbaron (8c3b863d97)
- Bug 1263622 - Fixed nsNSSComponent.cpp compilation on mingw. r=dkeeler,ted (0e651c0211)
- Bug 1266249 - Remove mHasCachedOutline. r=dbaron (c46459acf2)
- Bug 1235634 - Construct nsNSSShutdownList::singleton lazily on first use r=keeler (1b53753c2e)
- Bug 1262645 - Address misc issues with nsGetUserCertChoice(). r=keeler (ec675be29a)
- Bug 1238001 - Allow TLS info to be updated on renegotiation, r=keeler (a2ec0c8a07)
- Bug 1201437 - Add new WebProgress state flag for user-overridden cert. r=keeler (0b9edbc8d8)
- Bug 1201437 - Make cert override tests check for STATE_CERT_USER_OVERRIDDEN. r=keeler (5246515084)
- bug 1261936 - stop using the subject common name in certificate verification error messages r=Cykesiopka (982cf43a11)
- bug 1230234 - fix a leak in client auth certificate handling r=Cykesiopka (6e83f81218)
- Bug 1260643 - Convert most uses of ScopedCERTCertificate in PSM to UniqueCERTCertificate. r=keeler (806b895c41)
- Bug 1207137 - Set a security state flag when weak crypto override is needed. r=keeler Bug 1254306 - Do not check the fallback limit version for the RC4 fallback. r=keeler (8b5cb7101f)
- Bug 1253010 - part 3 - create all nsIDateTimeFormat instances directly; r=smontagu (c1aa5d1d62)
- Bug 1260310 - Create servo style contexts from ServoStyleSet. r=heycam (05f876eb13)
- Bug 759568 - Part 1. Parse background-clip:text; r=dholbert r=heycam (d013b8fd84)
- Bug 1251995 part 6 - Use struct to pass params for nsTextFrame::PainText* functions. r=jfkthame (3b9c163eab)
- Bug 759568 - Part 2. Render background-clip:text; r=jfkthame (e534e048bf)
- Bug 759568 - Part 4. mochitest for background-clip:text; r=heycom (3e548ebf99)
- Bug 759568 - Part 5. reftest for background-clip:text; r=dbaron (43d2915305)
- Bug 759568 - Part 6. Remove unused nsDisplayList::mVisibleRect; r=jfkthame (960a85de40)
- Bug 1264910 - Simplify pref callback register/unregister in nsLayoutUtils. r=dholbert (f50219f117)
- Bug 1097499 part 1 - Control support of 'text-combine-upright: digits' via a separate pref. r=heycam (37df36e815)
- Bug 1261062 - When constraining the displayport by the max texture size, maintain the relative distribution of the margins. r=dvander (9a9423bdf1)
- Bug 1246290 - Add a pref to allow disabling APZ on documents which have scroll-linked effects. r=botond (781b63c578)
- Bug 1263347 - When checking if displayport changes should schedule a paint, make sure to use the proper displayport. r=mstange (998f59843e)
- Bug 1097499 part 15 - Add reftests for text-combine-upright. r=jfkthame (843bea00bc)
- Bug 1097499 followup - Fix metadata of tests submitted to w3c. DONTBUILD (e671b5b38b)
- Bug 1097499 followup 2 - Fix metadata of tests submitted to w3c. DONTBUILD (abf0895450)
- Bug 1097499 part 2 - Add a macro to simplify usage of nsStyleContext::GetUniqueStyleData. r=heycam (10486f1f24)
- Bug 1097499 part 3 - Add a separate anonbox for text nodes. r=heycam (7dd4347215)
- Bug 1097499 part 4 - Adjust computed value of writing-mode on text frames when text-combine-upright is used. r=heycam (c193f14b27)
- Bug 1097499 part 5 - Layout text combine upright. r=jfkthame (c21422930b)
- Bug 1097499 part 6 - Inherit move direction from parent for horizontal-in-vertical text. r=jfkthame (cf436b8494)
- Bug 1097499 part 7 - Add reverse function of GetFullWidth. r=emk (32d02e7437)
- Bug 1097499 part 8 - Move CountGraphemeClusters to mozilla::unicode. r=emk (e2b8942e53)
- Bug 1156588 - Add crashtest. (237adb0604)
- Bug 1234622. Tweak how nsDocumentViewer::FindContainerView finds the parent presshell. r=bz (d1e76ae2e9)
- Bug 1245978 part 1: Make nsDocumentViewer::CreateStyleSet directly return the thing it creates. r=heycam (ede16260a4)
- Bug 1245978 part 2: Drop redundant 'virtual' keyword from NS_DECL_NSIDOCUMENTVIEWERPRINT macro (which already includes 'override' keyword). r=heycam (42b8962e4f)
- Bug 1183879 - Soften "non-subdocument frame" warning to also allow dummy nsFrames, which exist while subdocument is loading. r=dholbert (6ebcb53421)
- Bug 1259246. Move nsIPresShell::GetRealPrimaryFrameFor to nsLayoutUtils::GetRealPrimaryFrameFor. r=dholbert (d3efd2f03a)
- Bug 645647 part 1 - Don't let empty bullet frames block suppressing white-space in intrinsic size calculations. r=dholbert (2ce0a86bfb)
- Bug 645647 part 2 - Reftests. (496e491990)
- Bug 645647 part 3 - Remove unused trailingTextFrame member. r=dholbert (bd26ea25e6)
- Bug 645647 part 4 - Add an 'm' prefix to some members to follow our naming conventions. r=dholbert (fe3c5240c9)
- Bug 1097499 part 9 - Transform full-width characters to non-full-width correspondents for combined text. r=jfkthame (5b1eafe2a7)
- Bug 1097499 part 10 - Add fwid/hwid/twid/qwid font feature support to gfx. r=jfkthame (682698dd38)
- Bug 1097499 part 11 - Set width variant for text-combined frame. r=jfkthame (937f61e0e9)
- Bug 1097499 part 12 - Handle spacing sensibly for text-combine-upright. r=jfkthame (9ae1ab2941)
- Bug 1220438 - Correct baseline offset computation of text decoration for vertical-rl. r=jfkthame (10ad32d702)
- Bug 1258636 part 1 - Use structs to pass params for decoration-related functions in nsCSSRendering. r=jfkthame (deef7071f1)
- Bug 1258636 part 2 - Use struct to pass params for nsTextFrame::PaintDecorationLine. r=jfkthame (df5bde2547)
- Bug 1229743 part 1 - Simplify text decoration handling code with lambda function and range-based for loop. r=jfkthame (51cd3ea4ca)
- Bug 1229743 part 2 - Fix up decoration rect computation for vertical-rl and sideways-lr. r=jfkthame (0113279f53)
- Bug 1251995 part 7 - Use struct to pass params for nsTextFrame::Paint*Shadow functions. r=jfkthame (e81ba231aa)
- Bug 759568 - Part 3. Render text-selection beneath background image; r=jfkthame (e6757762ff)
- Bug 1097499 part 13 - Draw decoration line properly for text-combine-upright. r=jfkthame (8f4be7f987)
- Bug 1264120. Remove usage of nsAutoPtr from gfx/src. r=jfkthame (6831454d8c)
- Bug 1119619 - Allow font-selection to fall back to an alternative face within the same family if the first-found face was not Regular, to handle cases where some styled faces have a reduced character set. r=m_kato (d8851b2877)
- Bug 1243226 - relax the limit on fontconfig generics. r=heycam, a=me (05df737d0e)
- Bug 1245811 - part 1 (based on patch by Andrew Comminos) - Replace gfxPlatformFontList::FindFamily with FindAndAddFamilies to allow for the possibility of the implementation returning multiple font families (e.g. when fontconfig has 'prefer' aliases). r=karlt (2bef9fafb0)
- Bug 1245811 - part 2 (based on patch by Andrew Comminos) - Let gfxFcPlatformFontList return multiple families for a given name once fontconfig substitutions have been applied. r=karlt (1ffb425a0e)
- Bug 1265452 - Remove use of nsAutoPtr from gfx/thebes. r=jrmuizel (d02c913ad5)
- Bug 1265459 - Replace uses of nsAutoPtr<gfxTextRun> with UniquePtr, and let MakeTextRun and similar methods return a UniquePtr. r=jrmuizel (da32e376b7)
- Bug 1097499 part 14 - Draw emphasis marks properly for text-combine-upright. r=jfkthame (c9115615c6)
- Bug 1097499 part 16 - Enable text-combine-upright by default. r=jfkthame (b616987f95)
- Bug 1261699 - preserve user fontconfig autohint settings in Cairo glyph rendering options. r=jfkthame (3e46dff5ff)
- Bug 1216001 - Fix a typo that eliminated a possible paint optimization. r=xidorn (6a350cadb7)
- Bug 1261568 - part1: take -webkit-text-fill-color into consideration while (d49cf427ab)
- Bug 1261568 - part2.1: update manifest before adding test. r=jgraham Bug 1261568 - part2.2: add reftest. r=jfkthame (ef3c22cfb4)
1363 lines
38 KiB
C++
1363 lines
38 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/. */
|
|
|
|
#include "mozilla/ArrayUtils.h"
|
|
#include "mozilla/BasicEvents.h"
|
|
|
|
#include "DataTransfer.h"
|
|
|
|
#include "nsIDOMDocument.h"
|
|
#include "nsISupportsPrimitives.h"
|
|
#include "nsIScriptSecurityManager.h"
|
|
#include "mozilla/dom/DOMStringList.h"
|
|
#include "nsError.h"
|
|
#include "nsIDragService.h"
|
|
#include "nsIClipboard.h"
|
|
#include "nsContentUtils.h"
|
|
#include "nsIContent.h"
|
|
#include "nsCRT.h"
|
|
#include "nsIScriptObjectPrincipal.h"
|
|
#include "nsIScriptContext.h"
|
|
#include "nsIDocument.h"
|
|
#include "nsIScriptGlobalObject.h"
|
|
#include "nsVariant.h"
|
|
#include "mozilla/dom/ContentChild.h"
|
|
#include "mozilla/dom/DataTransferBinding.h"
|
|
#include "mozilla/dom/Directory.h"
|
|
#include "mozilla/dom/Element.h"
|
|
#include "mozilla/dom/FileList.h"
|
|
#include "mozilla/dom/BindingUtils.h"
|
|
#include "mozilla/dom/OSFileSystem.h"
|
|
#include "mozilla/dom/Promise.h"
|
|
|
|
namespace mozilla {
|
|
namespace dom {
|
|
|
|
inline void
|
|
ImplCycleCollectionTraverse(nsCycleCollectionTraversalCallback& aCallback,
|
|
TransferItem& aField,
|
|
const char* aName,
|
|
uint32_t aFlags = 0)
|
|
{
|
|
ImplCycleCollectionTraverse(aCallback, aField.mData, aName, aFlags);
|
|
}
|
|
|
|
NS_IMPL_CYCLE_COLLECTION_CLASS(DataTransfer)
|
|
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(DataTransfer)
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK(mParent)
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK(mFileList)
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK(mItems)
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK(mDragTarget)
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK(mDragImage)
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK_PRESERVED_WRAPPER
|
|
NS_IMPL_CYCLE_COLLECTION_UNLINK_END
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN(DataTransfer)
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mParent)
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mFileList)
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mItems)
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mDragTarget)
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE(mDragImage)
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS
|
|
NS_IMPL_CYCLE_COLLECTION_TRAVERSE_END
|
|
NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE(DataTransfer)
|
|
|
|
NS_IMPL_CYCLE_COLLECTING_ADDREF(DataTransfer)
|
|
NS_IMPL_CYCLE_COLLECTING_RELEASE(DataTransfer)
|
|
|
|
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DataTransfer)
|
|
NS_WRAPPERCACHE_INTERFACE_MAP_ENTRY
|
|
NS_INTERFACE_MAP_ENTRY(mozilla::dom::DataTransfer)
|
|
NS_INTERFACE_MAP_ENTRY(nsIDOMDataTransfer)
|
|
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIDOMDataTransfer)
|
|
NS_INTERFACE_MAP_END
|
|
|
|
// the size of the array
|
|
const char DataTransfer::sEffects[8][9] = {
|
|
"none", "copy", "move", "copyMove", "link", "copyLink", "linkMove", "all"
|
|
};
|
|
|
|
DataTransfer::DataTransfer(nsISupports* aParent, EventMessage aEventMessage,
|
|
bool aIsExternal, int32_t aClipboardType)
|
|
: mParent(aParent)
|
|
, mDropEffect(nsIDragService::DRAGDROP_ACTION_NONE)
|
|
, mEffectAllowed(nsIDragService::DRAGDROP_ACTION_UNINITIALIZED)
|
|
, mEventMessage(aEventMessage)
|
|
, mCursorState(false)
|
|
, mReadOnly(true)
|
|
, mIsExternal(aIsExternal)
|
|
, mUserCancelled(false)
|
|
, mIsCrossDomainSubFrameDrop(false)
|
|
, mClipboardType(aClipboardType)
|
|
, mDragImageX(0)
|
|
, mDragImageY(0)
|
|
{
|
|
// For these events, we want to be able to add data to the data transfer, so
|
|
// clear the readonly state. Otherwise, the data is already present. For
|
|
// external usage, cache the data from the native clipboard or drag.
|
|
if (aEventMessage == eCut ||
|
|
aEventMessage == eCopy ||
|
|
aEventMessage == eDragStart ||
|
|
aEventMessage == eLegacyDragGesture) {
|
|
mReadOnly = false;
|
|
} else if (mIsExternal) {
|
|
if (aEventMessage == ePaste) {
|
|
CacheExternalClipboardFormats();
|
|
} else if (aEventMessage >= eDragDropEventFirst &&
|
|
aEventMessage <= eDragDropEventLast) {
|
|
CacheExternalDragFormats();
|
|
}
|
|
}
|
|
}
|
|
|
|
DataTransfer::DataTransfer(nsISupports* aParent,
|
|
EventMessage aEventMessage,
|
|
const uint32_t aEffectAllowed,
|
|
bool aCursorState,
|
|
bool aIsExternal,
|
|
bool aUserCancelled,
|
|
bool aIsCrossDomainSubFrameDrop,
|
|
int32_t aClipboardType,
|
|
nsTArray<nsTArray<TransferItem> >& aItems,
|
|
Element* aDragImage,
|
|
uint32_t aDragImageX,
|
|
uint32_t aDragImageY)
|
|
: mParent(aParent)
|
|
, mDropEffect(nsIDragService::DRAGDROP_ACTION_NONE)
|
|
, mEffectAllowed(aEffectAllowed)
|
|
, mEventMessage(aEventMessage)
|
|
, mCursorState(aCursorState)
|
|
, mReadOnly(true)
|
|
, mIsExternal(aIsExternal)
|
|
, mUserCancelled(aUserCancelled)
|
|
, mIsCrossDomainSubFrameDrop(aIsCrossDomainSubFrameDrop)
|
|
, mClipboardType(aClipboardType)
|
|
, mItems(aItems)
|
|
, mDragImage(aDragImage)
|
|
, mDragImageX(aDragImageX)
|
|
, mDragImageY(aDragImageY)
|
|
{
|
|
MOZ_ASSERT(mParent);
|
|
// The items are copied from aItems into mItems. There is no need to copy
|
|
// the actual data in the items as the data transfer will be read only. The
|
|
// draggesture and dragstart events are the only times when items are
|
|
// modifiable, but those events should have been using the first constructor
|
|
// above.
|
|
NS_ASSERTION(aEventMessage != eLegacyDragGesture &&
|
|
aEventMessage != eDragStart,
|
|
"invalid event type for DataTransfer constructor");
|
|
}
|
|
|
|
DataTransfer::~DataTransfer()
|
|
{}
|
|
|
|
// static
|
|
already_AddRefed<DataTransfer>
|
|
DataTransfer::Constructor(const GlobalObject& aGlobal,
|
|
const nsAString& aEventType, bool aIsExternal,
|
|
ErrorResult& aRv)
|
|
{
|
|
nsAutoCString onEventType("on");
|
|
AppendUTF16toUTF8(aEventType, onEventType);
|
|
nsCOMPtr<nsIAtom> eventTypeAtom = do_GetAtom(onEventType);
|
|
if (!eventTypeAtom) {
|
|
aRv.Throw(NS_ERROR_OUT_OF_MEMORY);
|
|
return nullptr;
|
|
}
|
|
|
|
EventMessage eventMessage = nsContentUtils::GetEventMessage(eventTypeAtom);
|
|
RefPtr<DataTransfer> transfer = new DataTransfer(aGlobal.GetAsSupports(),
|
|
eventMessage, aIsExternal,
|
|
-1);
|
|
return transfer.forget();
|
|
}
|
|
|
|
JSObject*
|
|
DataTransfer::WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
|
|
{
|
|
return DataTransferBinding::Wrap(aCx, this, aGivenProto);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetDropEffect(nsAString& aDropEffect)
|
|
{
|
|
nsString dropEffect;
|
|
GetDropEffect(dropEffect);
|
|
aDropEffect = dropEffect;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::SetDropEffect(const nsAString& aDropEffect)
|
|
{
|
|
// the drop effect can only be 'none', 'copy', 'move' or 'link'.
|
|
for (uint32_t e = 0; e <= nsIDragService::DRAGDROP_ACTION_LINK; e++) {
|
|
if (aDropEffect.EqualsASCII(sEffects[e])) {
|
|
// don't allow copyMove
|
|
if (e != (nsIDragService::DRAGDROP_ACTION_COPY |
|
|
nsIDragService::DRAGDROP_ACTION_MOVE))
|
|
mDropEffect = e;
|
|
break;
|
|
}
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetEffectAllowed(nsAString& aEffectAllowed)
|
|
{
|
|
nsString effectAllowed;
|
|
GetEffectAllowed(effectAllowed);
|
|
aEffectAllowed = effectAllowed;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::SetEffectAllowed(const nsAString& aEffectAllowed)
|
|
{
|
|
if (aEffectAllowed.EqualsLiteral("uninitialized")) {
|
|
mEffectAllowed = nsIDragService::DRAGDROP_ACTION_UNINITIALIZED;
|
|
return NS_OK;
|
|
}
|
|
|
|
static_assert(nsIDragService::DRAGDROP_ACTION_NONE == 0,
|
|
"DRAGDROP_ACTION_NONE constant is wrong");
|
|
static_assert(nsIDragService::DRAGDROP_ACTION_COPY == 1,
|
|
"DRAGDROP_ACTION_COPY constant is wrong");
|
|
static_assert(nsIDragService::DRAGDROP_ACTION_MOVE == 2,
|
|
"DRAGDROP_ACTION_MOVE constant is wrong");
|
|
static_assert(nsIDragService::DRAGDROP_ACTION_LINK == 4,
|
|
"DRAGDROP_ACTION_LINK constant is wrong");
|
|
|
|
for (uint32_t e = 0; e < ArrayLength(sEffects); e++) {
|
|
if (aEffectAllowed.EqualsASCII(sEffects[e])) {
|
|
mEffectAllowed = e;
|
|
break;
|
|
}
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetDropEffectInt(uint32_t* aDropEffect)
|
|
{
|
|
*aDropEffect = mDropEffect;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::SetDropEffectInt(uint32_t aDropEffect)
|
|
{
|
|
mDropEffect = aDropEffect;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetEffectAllowedInt(uint32_t* aEffectAllowed)
|
|
{
|
|
*aEffectAllowed = mEffectAllowed;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::SetEffectAllowedInt(uint32_t aEffectAllowed)
|
|
{
|
|
mEffectAllowed = aEffectAllowed;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetMozUserCancelled(bool* aUserCancelled)
|
|
{
|
|
*aUserCancelled = MozUserCancelled();
|
|
return NS_OK;
|
|
}
|
|
|
|
FileList*
|
|
DataTransfer::GetFiles(ErrorResult& aRv)
|
|
{
|
|
return GetFileListInternal(aRv, nsContentUtils::SubjectPrincipal());
|
|
}
|
|
|
|
FileList*
|
|
DataTransfer::GetFileListInternal(ErrorResult& aRv,
|
|
nsIPrincipal* aSubjectPrincipal)
|
|
{
|
|
if (mEventMessage != eDrop &&
|
|
mEventMessage != eLegacyDragDrop &&
|
|
mEventMessage != ePaste) {
|
|
return nullptr;
|
|
}
|
|
|
|
if (!mFileList) {
|
|
mFileList = new FileList(static_cast<nsIDOMDataTransfer*>(this));
|
|
|
|
uint32_t count = mItems.Length();
|
|
|
|
for (uint32_t i = 0; i < count; i++) {
|
|
nsCOMPtr<nsIVariant> variant;
|
|
aRv = GetDataAtInternal(NS_ConvertUTF8toUTF16(kFileMime), i,
|
|
aSubjectPrincipal, getter_AddRefs(variant));
|
|
if (aRv.Failed()) {
|
|
return nullptr;
|
|
}
|
|
|
|
if (!variant)
|
|
continue;
|
|
|
|
nsCOMPtr<nsISupports> supports;
|
|
nsresult rv = variant->GetAsISupports(getter_AddRefs(supports));
|
|
|
|
if (NS_FAILED(rv))
|
|
continue;
|
|
|
|
nsCOMPtr<nsIFile> file = do_QueryInterface(supports);
|
|
|
|
RefPtr<File> domFile;
|
|
if (file) {
|
|
#ifdef DEBUG
|
|
if (XRE_GetProcessType() == GeckoProcessType_Default) {
|
|
bool isDir;
|
|
file->IsDirectory(&isDir);
|
|
MOZ_ASSERT(!isDir, "How did we get here?");
|
|
}
|
|
#endif
|
|
domFile = File::CreateFromFile(GetParentObject(), file);
|
|
} else {
|
|
nsCOMPtr<BlobImpl> blobImpl = do_QueryInterface(supports);
|
|
if (!blobImpl) {
|
|
continue;
|
|
}
|
|
|
|
MOZ_ASSERT(blobImpl->IsFile());
|
|
|
|
domFile = File::Create(GetParentObject(), blobImpl);
|
|
MOZ_ASSERT(domFile);
|
|
}
|
|
|
|
mFileList->Append(domFile);
|
|
}
|
|
}
|
|
|
|
return mFileList;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetFiles(nsIDOMFileList** aFileList)
|
|
{
|
|
ErrorResult rv;
|
|
NS_IF_ADDREF(*aFileList = GetFileListInternal(rv, nsContentUtils::GetSystemPrincipal()));
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
already_AddRefed<DOMStringList>
|
|
DataTransfer::Types()
|
|
{
|
|
ErrorResult rv;
|
|
return MozTypesAt(0, rv);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetTypes(nsISupports** aTypes)
|
|
{
|
|
RefPtr<DOMStringList> types = Types();
|
|
types.forget(aTypes);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
DataTransfer::GetData(const nsAString& aFormat, nsAString& aData,
|
|
ErrorResult& aRv)
|
|
{
|
|
// return an empty string if data for the format was not found
|
|
aData.Truncate();
|
|
|
|
nsCOMPtr<nsIVariant> data;
|
|
nsresult rv = GetDataAtInternal(aFormat, 0, nsContentUtils::SubjectPrincipal(), getter_AddRefs(data));
|
|
if (NS_FAILED(rv)) {
|
|
if (rv != NS_ERROR_DOM_INDEX_SIZE_ERR) {
|
|
aRv.Throw(rv);
|
|
}
|
|
return;
|
|
}
|
|
|
|
if (data) {
|
|
nsAutoString stringdata;
|
|
data->GetAsAString(stringdata);
|
|
|
|
// for the URL type, parse out the first URI from the list. The URIs are
|
|
// separated by newlines
|
|
nsAutoString lowercaseFormat;
|
|
nsContentUtils::ASCIIToLower(aFormat, lowercaseFormat);
|
|
|
|
if (lowercaseFormat.EqualsLiteral("url")) {
|
|
int32_t lastidx = 0, idx;
|
|
int32_t length = stringdata.Length();
|
|
while (lastidx < length) {
|
|
idx = stringdata.FindChar('\n', lastidx);
|
|
// lines beginning with # are comments
|
|
if (stringdata[lastidx] == '#') {
|
|
if (idx == -1)
|
|
break;
|
|
}
|
|
else {
|
|
if (idx == -1)
|
|
aData.Assign(Substring(stringdata, lastidx));
|
|
else
|
|
aData.Assign(Substring(stringdata, lastidx, idx - lastidx));
|
|
aData = nsContentUtils::TrimWhitespace<nsCRT::IsAsciiSpace>(aData, true);
|
|
return;
|
|
}
|
|
lastidx = idx + 1;
|
|
}
|
|
}
|
|
else {
|
|
aData = stringdata;
|
|
}
|
|
}
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetData(const nsAString& aFormat, nsAString& aData)
|
|
{
|
|
ErrorResult rv;
|
|
GetData(aFormat, aData, rv);
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
void
|
|
DataTransfer::SetData(const nsAString& aFormat, const nsAString& aData,
|
|
ErrorResult& aRv)
|
|
{
|
|
RefPtr<nsVariantCC> variant = new nsVariantCC();
|
|
variant->SetAsAString(aData);
|
|
|
|
aRv = SetDataAtInternal(aFormat, variant, 0, nsContentUtils::SubjectPrincipal());
|
|
}
|
|
|
|
void
|
|
DataTransfer::ClearData(const Optional<nsAString>& aFormat, ErrorResult& aRv)
|
|
{
|
|
if (mReadOnly) {
|
|
aRv.Throw(NS_ERROR_DOM_NO_MODIFICATION_ALLOWED_ERR);
|
|
return;
|
|
}
|
|
|
|
if (mItems.Length() == 0) {
|
|
return;
|
|
}
|
|
|
|
if (aFormat.WasPassed()) {
|
|
MozClearDataAtHelper(aFormat.Value(), 0, aRv);
|
|
} else {
|
|
MozClearDataAtHelper(EmptyString(), 0, aRv);
|
|
}
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::ClearData(const nsAString& aFormat)
|
|
{
|
|
Optional<nsAString> format;
|
|
format = &aFormat;
|
|
ErrorResult rv;
|
|
ClearData(format, rv);
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetMozItemCount(uint32_t* aCount)
|
|
{
|
|
*aCount = MozItemCount();
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetMozCursor(nsAString& aCursorState)
|
|
{
|
|
nsString cursor;
|
|
GetMozCursor(cursor);
|
|
aCursorState = cursor;
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::SetMozCursor(const nsAString& aCursorState)
|
|
{
|
|
// Lock the cursor to an arrow during the drag.
|
|
mCursorState = aCursorState.EqualsLiteral("default");
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
already_AddRefed<nsINode>
|
|
DataTransfer::GetMozSourceNode()
|
|
{
|
|
nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession();
|
|
if (!dragSession) {
|
|
return nullptr;
|
|
}
|
|
|
|
nsCOMPtr<nsIDOMNode> sourceNode;
|
|
dragSession->GetSourceNode(getter_AddRefs(sourceNode));
|
|
nsCOMPtr<nsINode> node = do_QueryInterface(sourceNode);
|
|
if (node && !nsContentUtils::LegacyIsCallerNativeCode()
|
|
&& !nsContentUtils::CanCallerAccess(node)) {
|
|
return nullptr;
|
|
}
|
|
|
|
return node.forget();
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::GetMozSourceNode(nsIDOMNode** aSourceNode)
|
|
{
|
|
nsCOMPtr<nsINode> sourceNode = GetMozSourceNode();
|
|
if (!sourceNode) {
|
|
*aSourceNode = nullptr;
|
|
return NS_OK;
|
|
}
|
|
|
|
return CallQueryInterface(sourceNode, aSourceNode);
|
|
}
|
|
|
|
already_AddRefed<DOMStringList>
|
|
DataTransfer::MozTypesAt(uint32_t aIndex, ErrorResult& aRv) const
|
|
{
|
|
// Only the first item is valid for clipboard events
|
|
if (aIndex > 0 &&
|
|
(mEventMessage == eCut || mEventMessage == eCopy ||
|
|
mEventMessage == ePaste)) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEX_SIZE_ERR);
|
|
return nullptr;
|
|
}
|
|
|
|
RefPtr<DOMStringList> types = new DOMStringList();
|
|
if (aIndex < mItems.Length()) {
|
|
bool addFile = false;
|
|
// note that you can retrieve the types regardless of their principal
|
|
const nsTArray<TransferItem>& item = mItems[aIndex];
|
|
for (uint32_t i = 0; i < item.Length(); i++) {
|
|
const nsString& format = item[i].mFormat;
|
|
types->Add(format);
|
|
if (!addFile) {
|
|
addFile = format.EqualsASCII(kFileMime);
|
|
}
|
|
}
|
|
|
|
if (addFile) {
|
|
// If this is a content caller, and a file is in the data transfer, remove
|
|
// the non-file types. This prevents alternate text forms of the file
|
|
// from being returned.
|
|
if (!nsContentUtils::IsCallerChrome()) {
|
|
types->Clear();
|
|
types->Add(NS_LITERAL_STRING(kFileMime));
|
|
}
|
|
|
|
types->Add(NS_LITERAL_STRING("Files"));
|
|
}
|
|
}
|
|
|
|
return types.forget();
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::MozTypesAt(uint32_t aIndex, nsISupports** aTypes)
|
|
{
|
|
ErrorResult rv;
|
|
RefPtr<DOMStringList> types = MozTypesAt(aIndex, rv);
|
|
types.forget(aTypes);
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
nsresult
|
|
DataTransfer::GetDataAtNoSecurityCheck(const nsAString& aFormat, uint32_t aIndex,
|
|
nsIVariant** aData)
|
|
{
|
|
return GetDataAtInternal(aFormat, aIndex, nsContentUtils::GetSystemPrincipal(), aData);
|
|
}
|
|
|
|
nsresult
|
|
DataTransfer::GetDataAtInternal(const nsAString& aFormat, uint32_t aIndex,
|
|
nsIPrincipal* aSubjectPrincipal, nsIVariant** aData)
|
|
{
|
|
*aData = nullptr;
|
|
|
|
if (aFormat.IsEmpty())
|
|
return NS_OK;
|
|
|
|
if (aIndex >= mItems.Length()) {
|
|
return NS_ERROR_DOM_INDEX_SIZE_ERR;
|
|
}
|
|
|
|
// Only the first item is valid for clipboard events
|
|
if (aIndex > 0 &&
|
|
(mEventMessage == eCut || mEventMessage == eCopy ||
|
|
mEventMessage == ePaste)) {
|
|
return NS_ERROR_DOM_INDEX_SIZE_ERR;
|
|
}
|
|
|
|
nsAutoString format;
|
|
GetRealFormat(aFormat, format);
|
|
|
|
nsTArray<TransferItem>& item = mItems[aIndex];
|
|
|
|
// If this is a content caller, and a file is in the data transfer, only
|
|
// return the file type.
|
|
if (!format.EqualsLiteral(kFileMime) &&
|
|
!nsContentUtils::IsSystemPrincipal(nsContentUtils::SubjectPrincipal())) {
|
|
uint32_t count = item.Length();
|
|
for (uint32_t i = 0; i < count; i++) {
|
|
if (item[i].mFormat.EqualsLiteral(kFileMime)) {
|
|
return NS_OK;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Check if the caller is allowed to access the drag data. Callers with
|
|
// chrome privileges can always read the data. During the
|
|
// drop event, allow retrieving the data except in the case where the
|
|
// source of the drag is in a child frame of the caller. In that case,
|
|
// we only allow access to data of the same principal. During other events,
|
|
// only allow access to the data with the same principal.
|
|
bool checkFormatItemPrincipal = mIsCrossDomainSubFrameDrop ||
|
|
(mEventMessage != eDrop && mEventMessage != eLegacyDragDrop &&
|
|
mEventMessage != ePaste);
|
|
|
|
uint32_t count = item.Length();
|
|
for (uint32_t i = 0; i < count; i++) {
|
|
TransferItem& formatitem = item[i];
|
|
if (formatitem.mFormat.Equals(format)) {
|
|
if (formatitem.mPrincipal && checkFormatItemPrincipal &&
|
|
!aSubjectPrincipal->Subsumes(formatitem.mPrincipal)) {
|
|
return NS_ERROR_DOM_SECURITY_ERR;
|
|
}
|
|
|
|
if (!formatitem.mData) {
|
|
FillInExternalData(formatitem, aIndex);
|
|
} else {
|
|
nsCOMPtr<nsISupports> data;
|
|
formatitem.mData->GetAsISupports(getter_AddRefs(data));
|
|
// Make sure the code that is calling us is same-origin with the data.
|
|
nsCOMPtr<EventTarget> pt = do_QueryInterface(data);
|
|
if (pt) {
|
|
nsresult rv = NS_OK;
|
|
nsIScriptContext* c = pt->GetContextForEventHandlers(&rv);
|
|
NS_ENSURE_TRUE(c && NS_SUCCEEDED(rv), NS_ERROR_DOM_SECURITY_ERR);
|
|
nsIGlobalObject* go = c->GetGlobalObject();
|
|
NS_ENSURE_TRUE(go, NS_ERROR_DOM_SECURITY_ERR);
|
|
nsCOMPtr<nsIScriptObjectPrincipal> sp = do_QueryInterface(go);
|
|
MOZ_ASSERT(sp, "This cannot fail on the main thread.");
|
|
nsIPrincipal* dataPrincipal = sp->GetPrincipal();
|
|
NS_ENSURE_TRUE(dataPrincipal, NS_ERROR_DOM_SECURITY_ERR);
|
|
NS_ENSURE_TRUE(aSubjectPrincipal->Subsumes(dataPrincipal), NS_ERROR_DOM_SECURITY_ERR);
|
|
}
|
|
}
|
|
*aData = formatitem.mData;
|
|
NS_IF_ADDREF(*aData);
|
|
return NS_OK;
|
|
}
|
|
}
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
DataTransfer::MozGetDataAt(JSContext* aCx, const nsAString& aFormat,
|
|
uint32_t aIndex,
|
|
JS::MutableHandle<JS::Value> aRetval,
|
|
mozilla::ErrorResult& aRv)
|
|
{
|
|
nsCOMPtr<nsIVariant> data;
|
|
aRv = GetDataAtInternal(aFormat, aIndex, nsContentUtils::SubjectPrincipal(), getter_AddRefs(data));
|
|
if (aRv.Failed()) {
|
|
return;
|
|
}
|
|
|
|
if (!data) {
|
|
aRetval.setNull();
|
|
return;
|
|
}
|
|
|
|
JS::Rooted<JS::Value> result(aCx);
|
|
if (!VariantToJsval(aCx, data, aRetval)) {
|
|
aRv = NS_ERROR_FAILURE;
|
|
return;
|
|
}
|
|
}
|
|
|
|
nsresult
|
|
DataTransfer::SetDataAtInternal(const nsAString& aFormat, nsIVariant* aData,
|
|
uint32_t aIndex, nsIPrincipal* aSubjectPrincipal)
|
|
{
|
|
if (aFormat.IsEmpty()) {
|
|
return NS_OK;
|
|
}
|
|
|
|
if (mReadOnly) {
|
|
return NS_ERROR_DOM_NO_MODIFICATION_ALLOWED_ERR;
|
|
}
|
|
|
|
// Specifying an index less than the current length will replace an existing
|
|
// item. Specifying an index equal to the current length will add a new item.
|
|
if (aIndex > mItems.Length()) {
|
|
return NS_ERROR_DOM_INDEX_SIZE_ERR;
|
|
}
|
|
|
|
// Only the first item is valid for clipboard events
|
|
if (aIndex > 0 &&
|
|
(mEventMessage == eCut || mEventMessage == eCopy ||
|
|
mEventMessage == ePaste)) {
|
|
return NS_ERROR_DOM_INDEX_SIZE_ERR;
|
|
}
|
|
|
|
// Don't allow non-chrome to add non-string or file data. We block file
|
|
// promises as well which are used internally for drags to the desktop.
|
|
if (!nsContentUtils::IsSystemPrincipal(aSubjectPrincipal)) {
|
|
if (aFormat.EqualsLiteral(kFilePromiseMime) ||
|
|
aFormat.EqualsLiteral(kFileMime)) {
|
|
return NS_ERROR_DOM_SECURITY_ERR;
|
|
}
|
|
|
|
uint16_t type;
|
|
aData->GetDataType(&type);
|
|
if (type == nsIDataType::VTYPE_INTERFACE ||
|
|
type == nsIDataType::VTYPE_INTERFACE_IS) {
|
|
return NS_ERROR_DOM_SECURITY_ERR;
|
|
}
|
|
}
|
|
|
|
return SetDataWithPrincipal(aFormat, aData, aIndex, aSubjectPrincipal);
|
|
}
|
|
|
|
void
|
|
DataTransfer::MozSetDataAt(JSContext* aCx, const nsAString& aFormat,
|
|
JS::Handle<JS::Value> aData,
|
|
uint32_t aIndex, ErrorResult& aRv)
|
|
{
|
|
nsCOMPtr<nsIVariant> data;
|
|
aRv = nsContentUtils::XPConnect()->JSValToVariant(aCx, aData,
|
|
getter_AddRefs(data));
|
|
if (!aRv.Failed()) {
|
|
aRv = SetDataAtInternal(aFormat, data, aIndex, nsContentUtils::SubjectPrincipal());
|
|
}
|
|
}
|
|
|
|
void
|
|
DataTransfer::MozClearDataAt(const nsAString& aFormat, uint32_t aIndex,
|
|
ErrorResult& aRv)
|
|
{
|
|
if (mReadOnly) {
|
|
aRv.Throw(NS_ERROR_DOM_NO_MODIFICATION_ALLOWED_ERR);
|
|
return;
|
|
}
|
|
|
|
if (aIndex >= mItems.Length()) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEX_SIZE_ERR);
|
|
return;
|
|
}
|
|
|
|
// Only the first item is valid for clipboard events
|
|
if (aIndex > 0 &&
|
|
(mEventMessage == eCut || mEventMessage == eCopy ||
|
|
mEventMessage == ePaste)) {
|
|
aRv.Throw(NS_ERROR_DOM_INDEX_SIZE_ERR);
|
|
return;
|
|
}
|
|
|
|
MozClearDataAtHelper(aFormat, aIndex, aRv);
|
|
}
|
|
|
|
void
|
|
DataTransfer::MozClearDataAtHelper(const nsAString& aFormat, uint32_t aIndex,
|
|
ErrorResult& aRv)
|
|
{
|
|
MOZ_ASSERT(!mReadOnly);
|
|
MOZ_ASSERT(aIndex < mItems.Length());
|
|
MOZ_ASSERT(aIndex == 0 ||
|
|
(mEventMessage != eCut && mEventMessage != eCopy &&
|
|
mEventMessage != ePaste));
|
|
|
|
nsAutoString format;
|
|
GetRealFormat(aFormat, format);
|
|
|
|
nsIPrincipal* principal = nsContentUtils::SubjectPrincipal();
|
|
|
|
// if the format is empty, clear all formats
|
|
bool clearall = format.IsEmpty();
|
|
|
|
nsTArray<TransferItem>& item = mItems[aIndex];
|
|
// count backwards so that the count and index don't have to be adjusted
|
|
// after removing an element
|
|
for (int32_t i = item.Length() - 1; i >= 0; i--) {
|
|
TransferItem& formatitem = item[i];
|
|
if (clearall || formatitem.mFormat.Equals(format)) {
|
|
// don't allow removing data that has a stronger principal
|
|
bool subsumes;
|
|
if (formatitem.mPrincipal && principal &&
|
|
(NS_FAILED(principal->Subsumes(formatitem.mPrincipal, &subsumes)) || !subsumes)) {
|
|
aRv.Throw(NS_ERROR_DOM_SECURITY_ERR);
|
|
return;
|
|
}
|
|
|
|
item.RemoveElementAt(i);
|
|
|
|
// if a format was specified, break out. Otherwise, loop around until
|
|
// all formats have been removed
|
|
if (!clearall)
|
|
break;
|
|
}
|
|
}
|
|
|
|
// if the last format for an item is removed, remove the entire item
|
|
if (!item.Length())
|
|
mItems.RemoveElementAt(aIndex);
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::MozClearDataAt(const nsAString& aFormat, uint32_t aIndex)
|
|
{
|
|
ErrorResult rv;
|
|
MozClearDataAt(aFormat, aIndex, rv);
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
void
|
|
DataTransfer::SetDragImage(Element& aImage, int32_t aX, int32_t aY,
|
|
ErrorResult& aRv)
|
|
{
|
|
if (mReadOnly) {
|
|
aRv.Throw(NS_ERROR_DOM_NO_MODIFICATION_ALLOWED_ERR);
|
|
return;
|
|
}
|
|
|
|
mDragImage = &aImage;
|
|
mDragImageX = aX;
|
|
mDragImageY = aY;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::SetDragImage(nsIDOMElement* aImage, int32_t aX, int32_t aY)
|
|
{
|
|
ErrorResult rv;
|
|
nsCOMPtr<Element> image = do_QueryInterface(aImage);
|
|
if (image) {
|
|
SetDragImage(*image, aX, aY, rv);
|
|
}
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
already_AddRefed<Promise>
|
|
DataTransfer::GetFilesAndDirectories(ErrorResult& aRv)
|
|
{
|
|
nsCOMPtr<nsINode> parentNode = do_QueryInterface(mParent);
|
|
if (!parentNode) {
|
|
aRv.Throw(NS_ERROR_FAILURE);
|
|
return nullptr;
|
|
}
|
|
|
|
nsCOMPtr<nsIGlobalObject> global = parentNode->OwnerDoc()->GetScopeObject();
|
|
MOZ_ASSERT(global);
|
|
if (!global) {
|
|
aRv.Throw(NS_ERROR_FAILURE);
|
|
return nullptr;
|
|
}
|
|
|
|
RefPtr<Promise> p = Promise::Create(global, aRv);
|
|
if (aRv.Failed()) {
|
|
return nullptr;
|
|
}
|
|
|
|
if (!mFileList) {
|
|
GetFiles(aRv);
|
|
if (NS_WARN_IF(aRv.Failed())) {
|
|
return nullptr;
|
|
}
|
|
}
|
|
|
|
Sequence<RefPtr<File>> filesSeq;
|
|
mFileList->ToSequence(filesSeq, aRv);
|
|
if (NS_WARN_IF(aRv.Failed())) {
|
|
return nullptr;
|
|
}
|
|
|
|
p->MaybeResolve(filesSeq);
|
|
|
|
return p.forget();
|
|
}
|
|
|
|
void
|
|
DataTransfer::AddElement(Element& aElement, ErrorResult& aRv)
|
|
{
|
|
if (mReadOnly) {
|
|
aRv.Throw(NS_ERROR_DOM_NO_MODIFICATION_ALLOWED_ERR);
|
|
return;
|
|
}
|
|
|
|
mDragTarget = &aElement;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DataTransfer::AddElement(nsIDOMElement* aElement)
|
|
{
|
|
NS_ENSURE_TRUE(aElement, NS_ERROR_NULL_POINTER);
|
|
|
|
nsCOMPtr<Element> element = do_QueryInterface(aElement);
|
|
NS_ENSURE_TRUE(element, NS_ERROR_INVALID_ARG);
|
|
|
|
ErrorResult rv;
|
|
AddElement(*element, rv);
|
|
return rv.StealNSResult();
|
|
}
|
|
|
|
nsresult
|
|
DataTransfer::Clone(nsISupports* aParent, EventMessage aEventMessage,
|
|
bool aUserCancelled, bool aIsCrossDomainSubFrameDrop,
|
|
DataTransfer** aNewDataTransfer)
|
|
{
|
|
DataTransfer* newDataTransfer =
|
|
new DataTransfer(aParent, aEventMessage, mEffectAllowed, mCursorState,
|
|
mIsExternal, aUserCancelled, aIsCrossDomainSubFrameDrop,
|
|
mClipboardType, mItems, mDragImage, mDragImageX,
|
|
mDragImageY);
|
|
|
|
*aNewDataTransfer = newDataTransfer;
|
|
NS_ADDREF(*aNewDataTransfer);
|
|
return NS_OK;
|
|
}
|
|
|
|
already_AddRefed<nsISupportsArray>
|
|
DataTransfer::GetTransferables(nsIDOMNode* aDragTarget)
|
|
{
|
|
MOZ_ASSERT(aDragTarget);
|
|
|
|
nsCOMPtr<nsINode> dragNode = do_QueryInterface(aDragTarget);
|
|
if (!dragNode) {
|
|
return nullptr;
|
|
}
|
|
|
|
nsIDocument* doc = dragNode->GetCurrentDoc();
|
|
if (!doc) {
|
|
return nullptr;
|
|
}
|
|
|
|
return GetTransferables(doc->GetLoadContext());
|
|
}
|
|
|
|
already_AddRefed<nsISupportsArray>
|
|
DataTransfer::GetTransferables(nsILoadContext* aLoadContext)
|
|
{
|
|
|
|
nsCOMPtr<nsISupportsArray> transArray =
|
|
do_CreateInstance("@mozilla.org/supports-array;1");
|
|
if (!transArray) {
|
|
return nullptr;
|
|
}
|
|
|
|
uint32_t count = mItems.Length();
|
|
for (uint32_t i = 0; i < count; i++) {
|
|
nsCOMPtr<nsITransferable> transferable = GetTransferable(i, aLoadContext);
|
|
if (transferable) {
|
|
transArray->AppendElement(transferable);
|
|
}
|
|
}
|
|
|
|
return transArray.forget();
|
|
}
|
|
|
|
already_AddRefed<nsITransferable>
|
|
DataTransfer::GetTransferable(uint32_t aIndex, nsILoadContext* aLoadContext)
|
|
{
|
|
if (aIndex >= mItems.Length()) {
|
|
return nullptr;
|
|
}
|
|
|
|
nsTArray<TransferItem>& item = mItems[aIndex];
|
|
uint32_t count = item.Length();
|
|
if (!count) {
|
|
return nullptr;
|
|
}
|
|
|
|
nsCOMPtr<nsITransferable> transferable =
|
|
do_CreateInstance("@mozilla.org/widget/transferable;1");
|
|
if (!transferable) {
|
|
return nullptr;
|
|
}
|
|
transferable->Init(aLoadContext);
|
|
|
|
bool added = false;
|
|
for (uint32_t f = 0; f < count; f++) {
|
|
const TransferItem& formatitem = item[f];
|
|
if (!formatitem.mData) { // skip empty items
|
|
continue;
|
|
}
|
|
|
|
uint32_t length;
|
|
nsCOMPtr<nsISupports> convertedData;
|
|
if (!ConvertFromVariant(formatitem.mData, getter_AddRefs(convertedData), &length)) {
|
|
continue;
|
|
}
|
|
|
|
// the underlying drag code uses text/unicode, so use that instead of text/plain
|
|
const char* format;
|
|
NS_ConvertUTF16toUTF8 utf8format(formatitem.mFormat);
|
|
if (utf8format.EqualsLiteral("text/plain")) {
|
|
format = kUnicodeMime;
|
|
} else {
|
|
format = utf8format.get();
|
|
}
|
|
|
|
// if a converter is set for a format, set the converter for the
|
|
// transferable and don't add the item
|
|
nsCOMPtr<nsIFormatConverter> converter = do_QueryInterface(convertedData);
|
|
if (converter) {
|
|
transferable->AddDataFlavor(format);
|
|
transferable->SetConverter(converter);
|
|
continue;
|
|
}
|
|
|
|
nsresult rv = transferable->SetTransferData(format, convertedData, length);
|
|
if (NS_FAILED(rv)) {
|
|
return nullptr;
|
|
}
|
|
|
|
added = true;
|
|
}
|
|
|
|
// only return the transferable if data was successfully added to it
|
|
if (added) {
|
|
return transferable.forget();
|
|
}
|
|
|
|
return nullptr;
|
|
}
|
|
|
|
bool
|
|
DataTransfer::ConvertFromVariant(nsIVariant* aVariant,
|
|
nsISupports** aSupports,
|
|
uint32_t* aLength)
|
|
{
|
|
*aSupports = nullptr;
|
|
*aLength = 0;
|
|
|
|
uint16_t type;
|
|
aVariant->GetDataType(&type);
|
|
if (type == nsIDataType::VTYPE_INTERFACE ||
|
|
type == nsIDataType::VTYPE_INTERFACE_IS) {
|
|
nsCOMPtr<nsISupports> data;
|
|
if (NS_FAILED(aVariant->GetAsISupports(getter_AddRefs(data))))
|
|
return false;
|
|
|
|
nsCOMPtr<nsIFlavorDataProvider> fdp = do_QueryInterface(data);
|
|
if (fdp) {
|
|
// for flavour data providers, use kFlavorHasDataProvider (which has the
|
|
// value 0) as the length.
|
|
fdp.forget(aSupports);
|
|
*aLength = nsITransferable::kFlavorHasDataProvider;
|
|
}
|
|
else {
|
|
// wrap the item in an nsISupportsInterfacePointer
|
|
nsCOMPtr<nsISupportsInterfacePointer> ptrSupports =
|
|
do_CreateInstance(NS_SUPPORTS_INTERFACE_POINTER_CONTRACTID);
|
|
if (!ptrSupports)
|
|
return false;
|
|
|
|
ptrSupports->SetData(data);
|
|
ptrSupports.forget(aSupports);
|
|
|
|
*aLength = sizeof(nsISupportsInterfacePointer *);
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
char16_t* chrs;
|
|
uint32_t len = 0;
|
|
nsresult rv = aVariant->GetAsWStringWithSize(&len, &chrs);
|
|
if (NS_FAILED(rv))
|
|
return false;
|
|
|
|
nsAutoString str;
|
|
str.Adopt(chrs, len);
|
|
|
|
nsCOMPtr<nsISupportsString>
|
|
strSupports(do_CreateInstance(NS_SUPPORTS_STRING_CONTRACTID));
|
|
if (!strSupports)
|
|
return false;
|
|
|
|
strSupports->SetData(str);
|
|
|
|
strSupports.forget(aSupports);
|
|
|
|
// each character is two bytes
|
|
*aLength = str.Length() << 1;
|
|
|
|
return true;
|
|
}
|
|
|
|
void
|
|
DataTransfer::ClearAll()
|
|
{
|
|
mItems.Clear();
|
|
}
|
|
|
|
nsresult
|
|
DataTransfer::SetDataWithPrincipal(const nsAString& aFormat,
|
|
nsIVariant* aData,
|
|
uint32_t aIndex,
|
|
nsIPrincipal* aPrincipal)
|
|
{
|
|
nsAutoString format;
|
|
GetRealFormat(aFormat, format);
|
|
|
|
// check if the item for the format already exists. In that case,
|
|
// just replace it.
|
|
TransferItem* formatitem;
|
|
if (aIndex < mItems.Length()) {
|
|
nsTArray<TransferItem>& item = mItems[aIndex];
|
|
uint32_t count = item.Length();
|
|
for (uint32_t i = 0; i < count; i++) {
|
|
TransferItem& itemformat = item[i];
|
|
if (itemformat.mFormat.Equals(format)) {
|
|
// don't allow replacing data that has a stronger principal
|
|
bool subsumes;
|
|
if (itemformat.mPrincipal && aPrincipal &&
|
|
(NS_FAILED(aPrincipal->Subsumes(itemformat.mPrincipal, &subsumes)) || !subsumes))
|
|
return NS_ERROR_DOM_SECURITY_ERR;
|
|
|
|
itemformat.mPrincipal = aPrincipal;
|
|
itemformat.mData = aData;
|
|
return NS_OK;
|
|
}
|
|
}
|
|
|
|
// add a new format
|
|
formatitem = item.AppendElement();
|
|
}
|
|
else {
|
|
NS_ASSERTION(aIndex == mItems.Length(), "Index out of range");
|
|
|
|
// add a new index
|
|
nsTArray<TransferItem>* item = mItems.AppendElement();
|
|
NS_ENSURE_TRUE(item, NS_ERROR_OUT_OF_MEMORY);
|
|
|
|
formatitem = item->AppendElement();
|
|
}
|
|
|
|
NS_ENSURE_TRUE(formatitem, NS_ERROR_OUT_OF_MEMORY);
|
|
|
|
formatitem->mFormat = format;
|
|
formatitem->mPrincipal = aPrincipal;
|
|
formatitem->mData = aData;
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
void
|
|
DataTransfer::GetRealFormat(const nsAString& aInFormat, nsAString& aOutFormat)
|
|
{
|
|
// treat text/unicode as equivalent to text/plain
|
|
nsAutoString lowercaseFormat;
|
|
nsContentUtils::ASCIIToLower(aInFormat, lowercaseFormat);
|
|
if (lowercaseFormat.EqualsLiteral("text") || lowercaseFormat.EqualsLiteral("text/unicode"))
|
|
aOutFormat.AssignLiteral("text/plain");
|
|
else if (lowercaseFormat.EqualsLiteral("url"))
|
|
aOutFormat.AssignLiteral("text/uri-list");
|
|
else
|
|
aOutFormat.Assign(lowercaseFormat);
|
|
}
|
|
|
|
void
|
|
DataTransfer::CacheExternalData(const char* aFormat, uint32_t aIndex, nsIPrincipal* aPrincipal)
|
|
{
|
|
if (strcmp(aFormat, kUnicodeMime) == 0) {
|
|
SetDataWithPrincipal(NS_LITERAL_STRING("text/plain"), nullptr, aIndex, aPrincipal);
|
|
} else {
|
|
if (strcmp(aFormat, kURLDataMime) == 0) {
|
|
SetDataWithPrincipal(NS_LITERAL_STRING("text/uri-list"), nullptr, aIndex, aPrincipal);
|
|
}
|
|
SetDataWithPrincipal(NS_ConvertUTF8toUTF16(aFormat), nullptr, aIndex, aPrincipal);
|
|
}
|
|
}
|
|
|
|
void
|
|
DataTransfer::CacheExternalDragFormats()
|
|
{
|
|
// Called during the constructor to cache the formats available from an
|
|
// external drag. The data associated with each format will be set to null.
|
|
// This data will instead only be retrieved in FillInExternalDragData when
|
|
// asked for, as it may be time consuming for the source application to
|
|
// generate it.
|
|
|
|
nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession();
|
|
if (!dragSession)
|
|
return;
|
|
|
|
// make sure that the system principal is used for external drags
|
|
nsIScriptSecurityManager* ssm = nsContentUtils::GetSecurityManager();
|
|
nsCOMPtr<nsIPrincipal> sysPrincipal;
|
|
ssm->GetSystemPrincipal(getter_AddRefs(sysPrincipal));
|
|
|
|
// there isn't a way to get a list of the formats that might be available on
|
|
// all platforms, so just check for the types that can actually be imported
|
|
// XXXndeakin there are some other formats but those are platform specific.
|
|
const char* formats[] = { kFileMime, kHTMLMime, kRTFMime, kURLMime, kURLDataMime, kUnicodeMime };
|
|
|
|
uint32_t count;
|
|
dragSession->GetNumDropItems(&count);
|
|
for (uint32_t c = 0; c < count; c++) {
|
|
for (uint32_t f = 0; f < ArrayLength(formats); f++) {
|
|
// IsDataFlavorSupported doesn't take an index as an argument and just
|
|
// checks if any of the items support a particular flavor, even though
|
|
// the GetData method does take an index. Here, we just assume that
|
|
// every item being dragged has the same set of flavors.
|
|
bool supported;
|
|
dragSession->IsDataFlavorSupported(formats[f], &supported);
|
|
// if the format is supported, add an item to the array with null as
|
|
// the data. When retrieved, GetRealData will read the data.
|
|
if (supported) {
|
|
CacheExternalData(formats[f], c, sysPrincipal);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
DataTransfer::CacheExternalClipboardFormats()
|
|
{
|
|
NS_ASSERTION(mEventMessage == ePaste,
|
|
"caching clipboard data for invalid event");
|
|
|
|
// Called during the constructor for paste events to cache the formats
|
|
// available on the clipboard. As with CacheExternalDragFormats, the
|
|
// data will only be retrieved when needed.
|
|
|
|
nsCOMPtr<nsIClipboard> clipboard = do_GetService("@mozilla.org/widget/clipboard;1");
|
|
if (!clipboard || mClipboardType < 0) {
|
|
return;
|
|
}
|
|
|
|
nsIScriptSecurityManager* ssm = nsContentUtils::GetSecurityManager();
|
|
nsCOMPtr<nsIPrincipal> sysPrincipal;
|
|
ssm->GetSystemPrincipal(getter_AddRefs(sysPrincipal));
|
|
|
|
// there isn't a way to get a list of the formats that might be available on
|
|
// all platforms, so just check for the types that can actually be imported
|
|
const char* formats[] = { kFileMime, kHTMLMime, kRTFMime, kURLMime, kURLDataMime, kUnicodeMime };
|
|
|
|
for (uint32_t f = 0; f < mozilla::ArrayLength(formats); ++f) {
|
|
// check each format one at a time
|
|
bool supported;
|
|
clipboard->HasDataMatchingFlavors(&(formats[f]), 1, mClipboardType, &supported);
|
|
// if the format is supported, add an item to the array with null as
|
|
// the data. When retrieved, GetRealData will read the data.
|
|
if (supported) {
|
|
CacheExternalData(formats[f], 0, sysPrincipal);
|
|
}
|
|
}
|
|
}
|
|
|
|
void
|
|
DataTransfer::FillInExternalData(TransferItem& aItem, uint32_t aIndex)
|
|
{
|
|
NS_PRECONDITION(mIsExternal, "Not an external data transfer");
|
|
|
|
if (aItem.mData) {
|
|
return;
|
|
}
|
|
|
|
// only drag and paste events should be calling FillInExternalData
|
|
NS_ASSERTION(mEventMessage != eCut && mEventMessage != eCopy,
|
|
"clipboard event with empty data");
|
|
|
|
NS_ConvertUTF16toUTF8 utf8format(aItem.mFormat);
|
|
const char* format = utf8format.get();
|
|
if (strcmp(format, "text/plain") == 0)
|
|
format = kUnicodeMime;
|
|
else if (strcmp(format, "text/uri-list") == 0)
|
|
format = kURLDataMime;
|
|
|
|
nsCOMPtr<nsITransferable> trans =
|
|
do_CreateInstance("@mozilla.org/widget/transferable;1");
|
|
if (!trans)
|
|
return;
|
|
|
|
trans->Init(nullptr);
|
|
trans->AddDataFlavor(format);
|
|
|
|
if (mEventMessage == ePaste) {
|
|
MOZ_ASSERT(aIndex == 0, "index in clipboard must be 0");
|
|
|
|
nsCOMPtr<nsIClipboard> clipboard = do_GetService("@mozilla.org/widget/clipboard;1");
|
|
if (!clipboard || mClipboardType < 0) {
|
|
return;
|
|
}
|
|
|
|
clipboard->GetData(trans, mClipboardType);
|
|
} else {
|
|
nsCOMPtr<nsIDragSession> dragSession = nsContentUtils::GetDragSession();
|
|
if (!dragSession) {
|
|
return;
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
// Since this is an external drag, the source document will always be null.
|
|
nsCOMPtr<nsIDOMDocument> domDoc;
|
|
dragSession->GetSourceDocument(getter_AddRefs(domDoc));
|
|
MOZ_ASSERT(!domDoc);
|
|
#endif
|
|
|
|
dragSession->GetData(trans, aIndex);
|
|
}
|
|
|
|
uint32_t length = 0;
|
|
nsCOMPtr<nsISupports> data;
|
|
trans->GetTransferData(format, getter_AddRefs(data), &length);
|
|
if (!data)
|
|
return;
|
|
|
|
RefPtr<nsVariantCC> variant = new nsVariantCC();
|
|
|
|
nsCOMPtr<nsISupportsString> supportsstr = do_QueryInterface(data);
|
|
if (supportsstr) {
|
|
nsAutoString str;
|
|
supportsstr->GetData(str);
|
|
variant->SetAsAString(str);
|
|
}
|
|
else {
|
|
nsCOMPtr<nsISupportsCString> supportscstr = do_QueryInterface(data);
|
|
if (supportscstr) {
|
|
nsAutoCString str;
|
|
supportscstr->GetData(str);
|
|
variant->SetAsACString(str);
|
|
} else {
|
|
variant->SetAsISupports(data);
|
|
}
|
|
}
|
|
|
|
aItem.mData = variant;
|
|
}
|
|
|
|
void
|
|
DataTransfer::FillAllExternalData()
|
|
{
|
|
if (mIsExternal) {
|
|
for (uint32_t i = 0; i < mItems.Length(); ++i) {
|
|
nsTArray<TransferItem>& itemArray = mItems[i];
|
|
for (uint32_t j = 0; j < itemArray.Length(); ++j) {
|
|
if (!itemArray[j].mData) {
|
|
FillInExternalData(itemArray[j], i);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
} // namespace dom
|
|
} // namespace mozilla
|