mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
4c9d88c9a4
- Bug 1246051 - have MediaQueue<T>::Peek/PeekFront return a RefPtr<> to avoid dangling pointers per comment 0. r=gerald. (00f334efb1) - Bug 1264199: P1. Perform audio conversion in the MSDM taskqueue and ahead of use. r=kinetik (001936e3ea) - Bug 1267983 - include MediaQueue.h; r=jwwang (036107d765) - Bug 1264199: P0. Fix nsDequeue/MediaQueue methods constness. r=jwwang (9aa33dfcb5) - Bug 1264199: P0.1. Export SaferMultDiv method. r=gerald (0b7a35ae4d) - Bug 1264199: P2. Ensure the AudioStream only ever receive the same content format. r=kinetik (a180d09279) - Bug 1264199: P3. Attempt to minimize audio quality loss and unnecessary processing. r=kinetik (29d57b5a33) - Bug 1264199: P4. Add mono to stereo upmix to AudioConverter. r=rillian (49c029bd86) - Bug 1264199: P5. Perform all downmixing operations in DecodedAudioDataSink. r=kinetik (05a479f095) - Bug 1264199: P6. Drain resampler when changing format or reaching the end. r=kinetik (8639102a94) - Bug 1264199: P8. Handle potential resampling errors. r=kinetik (1267e4e73d) - Bug 1264199: P9. Include pending frames in HasUnplayedFrames calculation. r=jwwang (ce7097fc90) - Bug 1263496 - Part 1: fix for @mozilla.org/nullprincipal;1 r=bholley (c4c462a1bc) - Bug 1263496 - Part 2: fix for NS_NULLPRINCIPAL_CONTRACTID. r=bholley (c1504240ec) - Bug 1263496 - Part 3: fix for nsNullPrincipal::Create (0196a5a3ce) - Bug 1261009 - Remove the Data Store API, r=fabrice (b22e580107) - Bug 1261405 - Rename PushPermissionDescriptor.userVisible to `userVisibleOnly`. r=baku (4de70267cc) - Bug 1266821 - Remove PushPermissionDescriptor from the Permissions API. r=baku (196cd83442) - Bug 1268393 - Some compilation issues in ServiceWorker code, r=ehsan (d9c2f2554b) - Merge branch 'dev' of https://github.com/rmottola/Arctic-Fox into dev (6f6c606911) - Bug 1267733 P1 Treat last-update-time as infinitely in the past when checking for service worker update after restart. r=jdm (255da0a9e2) - Bug 1209095 - Accept opaqueredirection fetch results if the request redirection type is manual. r=bkelly (6fe92d1368) - Bug 1267733 P2 Pass ServiceWorkerRegistrationInfo down to CancelChannelRunnable. r=jdm (0ec51f09ef) - Bug 1267733 P3 Trigger service worker update after failed interception. r=jdm (f89a7998d4) - Bug 1267733 P4 Add a wpt test that verifies a service worker update can recover from a broken navigation interception. r=jdm (9dc0ce97bd) - Bug 1267691: Assert on failed attempts to shutdown a thread from itself r=froyd (0cbd1e458c) - Bug 1180533 - Disable BackgroundHangMonitor on gonk (a2d666e741) - Bug 1121216 - disable BackgroundHangMonitor for TSan builds; r=jchen (ef15d1016f) - Bug 1265621 - Use StaticRefPtr in Omnijar.cpp; r=froydnj (81bc32836e) - Bug 1265621 - Expose outer zip readers in Omnijar::GetReader; r=froydnj (ce3f82929e) - Bug 1267021 - Use fallible allocation and move semantics for Push events. r=wchen (3a1ae23d8d) - Bug 1222899 - Handle geolocation-device-events callback. r=kchen (a33bcf4297) - Bug 1237831 - Update GonkGPSGeolocationProvider.cpp to use B2G-style. r=jst (d389eedf47) - Bug 1245033 - Build break in dom/system/gonk/GonkGPSGeolocationProvider.cpp:541:126: error: format '%d' expects argument of type 'int', but argument 5 has type 'nsresult'. r=fabrice (ecde789edf) - Bug 1264287: Convert Wifi to use |UniquePtr|, r=nfroyd (9bad7792bf) - Bug 1267577 - Move nsRunnable to mozilla::Runnable. r=gsvelto (f58e2161f2) - Bug 1210370 - Close wpa_supplicant before we shutdown nsIWifiProxyService. r=mrbkap (5cd4dce58f) - Bug 1218629 - Save audio volume for each device to setting db r=alwu (2f1847dd6f) - Bug 1249437 - Remove workaround of volume control r=alwu (13cd144a89) - Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice (bcc768e9cb) - Bug 1226483 - Add ASSERT check to AudioManager::SelectDeviceFromDevices() r=alwu (446e8f634e) - Bug 1229234 - Enable audio_is_output_device() on ICS r=alwu (84aae07f23) - Bug 1267369 - Only generate typelib data for scriptable interfaces; r=khuey (e49b44c9ce) - Bug 1155969 - Make runtests.py flake8 compliant. r=ted (1de456b206) - Bug 1266569 - Avoid including the ChromeUtils binding in Base64.h. r=froydnj (7ba39a7687) - Bug 1267568 part 1 - Add a weak ptr to nsGlobalChromeWindow to remember the pres shell we set the fullscreen change flag. r=smaug (83995d5296) - Bug 1267568 part 2 - Add helper method to nsIPresShell to get the RefreshDriver. r=smaug (c60589fb40) - Bug 1267568 part 3 - Use an individual method for check whether resize should be delayed. r=smaug (f0ab5156d1) - Bug 1267568 part 4 - Replace InFullscreenChange flag of PresShell with IsResizeSuppressed flag in RefreshDriver. r=smaug (0a54f5a08b) - Bug 1267568 part 5 - Replace the old FullscreenChangePrepare class with a single function. r=smaug (4196e82852) - Bug 1267568 part 6 - Send fullscreen message before triggering any potential reflow. r=dao (fe9133ca2d) - Bug 1243352 - attribute a value for ProxyHandlerInfo::mPrefAction in ProxyHandlerInfo::SetPreferredAction. r=blassey (577c23e4cb) - Bug 1266433 - Send Push observer notifications to parent and content processes. f=janx r=dragana (768c173c2c) - Bug 1267493 - Replace isURIPotentiallyTrustworthy usage in Push with a testing pref. r=dragana (96434b90d9) - Bug 1266433 - Send an observer notification when a push subscription is lost. f=janx r=dragana (a7c7277e02) - Bug 1247685 - Send subscription keys to the Push server. r=mt (651fc0cad3) - Bug 1266540 - Stub out Push error reporting for the GCM and H2 backends. r=wchen (fd00c311aa) - Bug 1266623 - Up/down mix WASAPI capture streams when stream formats don't match. r=padenot (ca92ec20ab) - Bug 1267930 - When the wasapi rendering loop is stuck and we're shuttin down, leak the thread and continue the shutdown process. r=kinetik (04419ad94d) - Bug 1269692 - Update cubeb to revision 17e3048d0afa1152776fb1867cdb61c49fae69e4. (3de098f4bb) - Bug 1251502 - Update cubeb's udpate.sh script to account for new files. r=kinetik (a3ae5f27c1) - Bug 1243234 - Hide MP4Metadata behind an impl pointer. r=giles (1543bedf28) - Bug 1243234 - Update rust mp4parse telemetry reporting. r=kinetik (bb5c999c06) - Bug 1242807 - Fix mp4parse-rust's error reporting via telemetry. r=giles (a3ca1b133b) - Bug 1243234 - Move mp4parse-rust code into MP4MetadataRust impl. r=giles (ec4d6bcf0e) - Bug 1243234 - Remove now-unnecessary StagefrightPrivate wrapper. r=giles (1e2c54232b) - Bug 1243234 - Move mp4parse-rust initialization into constructor and clean up try_rust. r=giles (291c01f45a) - Bug 1243234 - Update rust mp4parse to v0.2.1. r=kinetik (d2774346cd) - Bug 1264622: [MP4] Resync stagefright's updateAudioTrackInfoFromESDS_MPEG4Audio with upstream. r=kentuckyfriedtakahe (b4b596507b) - Bug 1254721: Ensure consistency between Cenc offsets and sizes table. r=gerald (59bd7122d1) - Bug 1151202 - libstagefright: Fix compilation for systems without <sys/cdefs.h>. r=cpearce (e219658c31) - Bug 1255866 - stagefright: Fix unused variable warnings. r=ajones (62afc26384) - Bug 1251821: increase UDP socket send buffer on Win 7 r=jdm,jesup (e0d6e545f4) - Bug 929977: Add support for RFC 7675 ICE consent freshness. r=bwc,mt (ea8a565a65) - Bug 1231981 - Part 1: Very basic test TURN server for running in CI. r=ahal,drno (c98a79810b) - Bug 1231981 - Part 2: A websocket-to-process bridge script that can be used by JS to launch an ICE server for testing. r=ahal (5bdb00dfd1) - Bug 1231981 - Part 2.1: Only run the websocket/process bridge for media tests. r=ahal (86f97e2eb6) - Bug 1225729: Whitelist specific bad RTCP timestamp value r=drno (f0c8402fd0) - Bug 1193045 - Check selected attribute for all calls. r=bwc (7eb4095c34) - Bug 1213056 - update tests to use maplike getStats. r=bwc (d27f997290) - Bug 1231981 - Part 3: Set up TURN server for webrtc mochitests, when configured to. r=drno (38e4455eec) - Bug 1231975 - Part 1: Basic audio mochitests for NAT scenarios. r=drno (16efaf581e) - Bug 1231975 - Part 2: Break a reference cycle between NrTcpSocketIpc and TCPSocketChild, in the same manner as the UDP case. r=mcmanus (1fa55e3e5f)
488 lines
16 KiB
C++
488 lines
16 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/dom/DOMParser.h"
|
|
|
|
#include "nsIDOMDocument.h"
|
|
#include "nsNetUtil.h"
|
|
#include "nsIStreamListener.h"
|
|
#include "nsStringStream.h"
|
|
#include "nsIScriptSecurityManager.h"
|
|
#include "nsCRT.h"
|
|
#include "nsStreamUtils.h"
|
|
#include "nsContentUtils.h"
|
|
#include "nsDOMJSUtils.h"
|
|
#include "nsError.h"
|
|
#include "nsPIDOMWindow.h"
|
|
#include "nsNullPrincipal.h"
|
|
#include "mozilla/LoadInfo.h"
|
|
#include "mozilla/dom/BindingUtils.h"
|
|
#include "mozilla/dom/ScriptSettings.h"
|
|
|
|
using namespace mozilla;
|
|
using namespace mozilla::dom;
|
|
|
|
DOMParser::DOMParser()
|
|
: mAttemptedInit(false)
|
|
{
|
|
}
|
|
|
|
DOMParser::~DOMParser()
|
|
{
|
|
}
|
|
|
|
// QueryInterface implementation for DOMParser
|
|
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DOMParser)
|
|
NS_WRAPPERCACHE_INTERFACE_MAP_ENTRY
|
|
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIDOMParser)
|
|
NS_INTERFACE_MAP_ENTRY(nsIDOMParser)
|
|
NS_INTERFACE_MAP_ENTRY(nsISupportsWeakReference)
|
|
NS_INTERFACE_MAP_END
|
|
|
|
NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(DOMParser, mOwner)
|
|
|
|
NS_IMPL_CYCLE_COLLECTING_ADDREF(DOMParser)
|
|
NS_IMPL_CYCLE_COLLECTING_RELEASE(DOMParser)
|
|
|
|
static const char*
|
|
StringFromSupportedType(SupportedType aType)
|
|
{
|
|
return SupportedTypeValues::strings[static_cast<int>(aType)].value;
|
|
}
|
|
|
|
already_AddRefed<nsIDocument>
|
|
DOMParser::ParseFromString(const nsAString& aStr, SupportedType aType,
|
|
ErrorResult& rv)
|
|
{
|
|
nsCOMPtr<nsIDOMDocument> domDocument;
|
|
rv = ParseFromString(aStr,
|
|
StringFromSupportedType(aType),
|
|
getter_AddRefs(domDocument));
|
|
nsCOMPtr<nsIDocument> document(do_QueryInterface(domDocument));
|
|
return document.forget();
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DOMParser::ParseFromString(const char16_t *str,
|
|
const char *contentType,
|
|
nsIDOMDocument **aResult)
|
|
{
|
|
NS_ENSURE_ARG(str);
|
|
// Converting a string to an enum value manually is a bit of a pain,
|
|
// so let's just use a helper that takes a content-type string.
|
|
return ParseFromString(nsDependentString(str), contentType, aResult);
|
|
}
|
|
|
|
nsresult
|
|
DOMParser::ParseFromString(const nsAString& str,
|
|
const char *contentType,
|
|
nsIDOMDocument **aResult)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(aResult);
|
|
|
|
nsresult rv;
|
|
|
|
if (!nsCRT::strcmp(contentType, "text/html")) {
|
|
nsCOMPtr<nsIDOMDocument> domDocument;
|
|
rv = SetUpDocument(DocumentFlavorHTML, getter_AddRefs(domDocument));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
nsCOMPtr<nsIDocument> document = do_QueryInterface(domDocument);
|
|
|
|
// Keep the XULXBL state, base URL and principal setting in sync with the
|
|
// XML case
|
|
|
|
if (nsContentUtils::IsSystemPrincipal(mOriginalPrincipal)) {
|
|
document->ForceEnableXULXBL();
|
|
}
|
|
|
|
// Make sure to give this document the right base URI
|
|
document->SetBaseURI(mBaseURI);
|
|
// And the right principal
|
|
document->SetPrincipal(mPrincipal);
|
|
|
|
rv = nsContentUtils::ParseDocumentHTML(str, document, false);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
domDocument.forget(aResult);
|
|
return rv;
|
|
}
|
|
|
|
nsAutoCString utf8str;
|
|
// Convert from UTF16 to UTF8 using fallible allocations
|
|
if (!AppendUTF16toUTF8(str, utf8str, mozilla::fallible)) {
|
|
return NS_ERROR_OUT_OF_MEMORY;
|
|
}
|
|
|
|
// The new stream holds a reference to the buffer
|
|
nsCOMPtr<nsIInputStream> stream;
|
|
rv = NS_NewByteInputStream(getter_AddRefs(stream),
|
|
utf8str.get(), utf8str.Length(),
|
|
NS_ASSIGNMENT_DEPEND);
|
|
if (NS_FAILED(rv))
|
|
return rv;
|
|
|
|
return ParseFromStream(stream, "UTF-8", utf8str.Length(), contentType, aResult);
|
|
}
|
|
|
|
already_AddRefed<nsIDocument>
|
|
DOMParser::ParseFromBuffer(const Sequence<uint8_t>& aBuf, uint32_t aBufLen,
|
|
SupportedType aType, ErrorResult& rv)
|
|
{
|
|
if (aBufLen > aBuf.Length()) {
|
|
rv.Throw(NS_ERROR_XPC_NOT_ENOUGH_ELEMENTS_IN_ARRAY);
|
|
return nullptr;
|
|
}
|
|
nsCOMPtr<nsIDOMDocument> domDocument;
|
|
rv = DOMParser::ParseFromBuffer(aBuf.Elements(), aBufLen,
|
|
StringFromSupportedType(aType),
|
|
getter_AddRefs(domDocument));
|
|
nsCOMPtr<nsIDocument> document(do_QueryInterface(domDocument));
|
|
return document.forget();
|
|
}
|
|
|
|
already_AddRefed<nsIDocument>
|
|
DOMParser::ParseFromBuffer(const Uint8Array& aBuf, uint32_t aBufLen,
|
|
SupportedType aType, ErrorResult& rv)
|
|
{
|
|
aBuf.ComputeLengthAndData();
|
|
|
|
if (aBufLen > aBuf.Length()) {
|
|
rv.Throw(NS_ERROR_XPC_NOT_ENOUGH_ELEMENTS_IN_ARRAY);
|
|
return nullptr;
|
|
}
|
|
nsCOMPtr<nsIDOMDocument> domDocument;
|
|
rv = DOMParser::ParseFromBuffer(aBuf.Data(), aBufLen,
|
|
StringFromSupportedType(aType),
|
|
getter_AddRefs(domDocument));
|
|
nsCOMPtr<nsIDocument> document(do_QueryInterface(domDocument));
|
|
return document.forget();
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DOMParser::ParseFromBuffer(const uint8_t *buf,
|
|
uint32_t bufLen,
|
|
const char *contentType,
|
|
nsIDOMDocument **aResult)
|
|
{
|
|
NS_ENSURE_ARG_POINTER(buf);
|
|
NS_ENSURE_ARG_POINTER(aResult);
|
|
|
|
// The new stream holds a reference to the buffer
|
|
nsCOMPtr<nsIInputStream> stream;
|
|
nsresult rv = NS_NewByteInputStream(getter_AddRefs(stream),
|
|
reinterpret_cast<const char *>(buf),
|
|
bufLen, NS_ASSIGNMENT_DEPEND);
|
|
if (NS_FAILED(rv))
|
|
return rv;
|
|
|
|
return ParseFromStream(stream, nullptr, bufLen, contentType, aResult);
|
|
}
|
|
|
|
|
|
already_AddRefed<nsIDocument>
|
|
DOMParser::ParseFromStream(nsIInputStream* aStream,
|
|
const nsAString& aCharset,
|
|
int32_t aContentLength,
|
|
SupportedType aType,
|
|
ErrorResult& rv)
|
|
{
|
|
nsCOMPtr<nsIDOMDocument> domDocument;
|
|
rv = DOMParser::ParseFromStream(aStream,
|
|
NS_ConvertUTF16toUTF8(aCharset).get(),
|
|
aContentLength,
|
|
StringFromSupportedType(aType),
|
|
getter_AddRefs(domDocument));
|
|
nsCOMPtr<nsIDocument> document(do_QueryInterface(domDocument));
|
|
return document.forget();
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DOMParser::ParseFromStream(nsIInputStream *stream,
|
|
const char *charset,
|
|
int32_t contentLength,
|
|
const char *contentType,
|
|
nsIDOMDocument **aResult)
|
|
{
|
|
NS_ENSURE_ARG(stream);
|
|
NS_ENSURE_ARG(contentType);
|
|
NS_ENSURE_ARG_POINTER(aResult);
|
|
*aResult = nullptr;
|
|
|
|
bool svg = nsCRT::strcmp(contentType, "image/svg+xml") == 0;
|
|
|
|
// For now, we can only create XML documents.
|
|
//XXXsmaug Should we create an HTMLDocument (in XHTML mode)
|
|
// for "application/xhtml+xml"?
|
|
if ((nsCRT::strcmp(contentType, "text/xml") != 0) &&
|
|
(nsCRT::strcmp(contentType, "application/xml") != 0) &&
|
|
(nsCRT::strcmp(contentType, "application/xhtml+xml") != 0) &&
|
|
!svg)
|
|
return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
nsresult rv;
|
|
|
|
// Put the nsCOMPtr out here so we hold a ref to the stream as needed
|
|
nsCOMPtr<nsIInputStream> bufferedStream;
|
|
if (!NS_InputStreamIsBuffered(stream)) {
|
|
rv = NS_NewBufferedInputStream(getter_AddRefs(bufferedStream), stream,
|
|
4096);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
stream = bufferedStream;
|
|
}
|
|
|
|
nsCOMPtr<nsIDOMDocument> domDocument;
|
|
rv = SetUpDocument(svg ? DocumentFlavorSVG : DocumentFlavorLegacyGuess,
|
|
getter_AddRefs(domDocument));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
// Create a fake channel
|
|
nsCOMPtr<nsIChannel> parserChannel;
|
|
NS_NewInputStreamChannel(getter_AddRefs(parserChannel),
|
|
mDocumentURI,
|
|
nullptr, // aStream
|
|
mOriginalPrincipal,
|
|
nsILoadInfo::SEC_FORCE_INHERIT_PRINCIPAL,
|
|
nsIContentPolicy::TYPE_OTHER,
|
|
nsDependentCString(contentType));
|
|
NS_ENSURE_STATE(parserChannel);
|
|
|
|
if (charset) {
|
|
parserChannel->SetContentCharset(nsDependentCString(charset));
|
|
}
|
|
|
|
// Tell the document to start loading
|
|
nsCOMPtr<nsIStreamListener> listener;
|
|
|
|
// Have to pass false for reset here, else the reset will remove
|
|
// our event listener. Should that listener addition move to later
|
|
// than this call? Then we wouldn't need to mess around with
|
|
// SetPrincipal, etc, probably!
|
|
nsCOMPtr<nsIDocument> document(do_QueryInterface(domDocument));
|
|
if (!document) return NS_ERROR_FAILURE;
|
|
|
|
// Keep the XULXBL state, base URL and principal setting in sync with the
|
|
// HTML case
|
|
|
|
if (nsContentUtils::IsSystemPrincipal(mOriginalPrincipal)) {
|
|
document->ForceEnableXULXBL();
|
|
}
|
|
|
|
rv = document->StartDocumentLoad(kLoadAsData, parserChannel,
|
|
nullptr, nullptr,
|
|
getter_AddRefs(listener),
|
|
false);
|
|
|
|
// Make sure to give this document the right base URI
|
|
document->SetBaseURI(mBaseURI);
|
|
|
|
// And the right principal
|
|
document->SetPrincipal(mPrincipal);
|
|
|
|
if (NS_FAILED(rv) || !listener) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
// Now start pumping data to the listener
|
|
nsresult status;
|
|
|
|
rv = listener->OnStartRequest(parserChannel, nullptr);
|
|
if (NS_FAILED(rv))
|
|
parserChannel->Cancel(rv);
|
|
parserChannel->GetStatus(&status);
|
|
|
|
if (NS_SUCCEEDED(rv) && NS_SUCCEEDED(status)) {
|
|
rv = listener->OnDataAvailable(parserChannel, nullptr, stream, 0,
|
|
contentLength);
|
|
if (NS_FAILED(rv))
|
|
parserChannel->Cancel(rv);
|
|
parserChannel->GetStatus(&status);
|
|
}
|
|
|
|
rv = listener->OnStopRequest(parserChannel, nullptr, status);
|
|
// Failure returned from OnStopRequest does not affect the final status of
|
|
// the channel, so we do not need to call Cancel(rv) as we do above.
|
|
|
|
if (NS_FAILED(rv)) {
|
|
return NS_ERROR_FAILURE;
|
|
}
|
|
|
|
domDocument.swap(*aResult);
|
|
|
|
return NS_OK;
|
|
}
|
|
|
|
NS_IMETHODIMP
|
|
DOMParser::Init(nsIPrincipal* principal, nsIURI* documentURI,
|
|
nsIURI* baseURI, nsIGlobalObject* aScriptObject)
|
|
{
|
|
NS_ENSURE_STATE(!mAttemptedInit);
|
|
mAttemptedInit = true;
|
|
|
|
NS_ENSURE_ARG(principal || documentURI);
|
|
|
|
mDocumentURI = documentURI;
|
|
|
|
if (!mDocumentURI) {
|
|
principal->GetURI(getter_AddRefs(mDocumentURI));
|
|
// If we have the system principal, then we'll just use the null principals
|
|
// uri.
|
|
if (!mDocumentURI && !nsContentUtils::IsSystemPrincipal(principal)) {
|
|
return NS_ERROR_INVALID_ARG;
|
|
}
|
|
}
|
|
|
|
mScriptHandlingObject = do_GetWeakReference(aScriptObject);
|
|
mPrincipal = principal;
|
|
nsresult rv;
|
|
if (!mPrincipal) {
|
|
nsIScriptSecurityManager* secMan = nsContentUtils::GetSecurityManager();
|
|
NS_ENSURE_TRUE(secMan, NS_ERROR_NOT_AVAILABLE);
|
|
rv =
|
|
secMan->GetSimpleCodebasePrincipal(mDocumentURI,
|
|
getter_AddRefs(mPrincipal));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
mOriginalPrincipal = mPrincipal;
|
|
} else {
|
|
mOriginalPrincipal = mPrincipal;
|
|
if (nsContentUtils::IsSystemPrincipal(mPrincipal)) {
|
|
// Don't give DOMParsers the system principal. Use a null
|
|
// principal instead.
|
|
mPrincipal = nsNullPrincipal::Create();
|
|
|
|
if (!mDocumentURI) {
|
|
rv = mPrincipal->GetURI(getter_AddRefs(mDocumentURI));
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
}
|
|
}
|
|
|
|
mBaseURI = baseURI;
|
|
// Note: if mBaseURI is null, fine. Leave it like that; that will use the
|
|
// documentURI as the base. Otherwise for null principals we'll get
|
|
// nsDocument::SetBaseURI giving errors.
|
|
|
|
NS_POSTCONDITION(mPrincipal, "Must have principal");
|
|
NS_POSTCONDITION(mOriginalPrincipal, "Must have original principal");
|
|
NS_POSTCONDITION(mDocumentURI, "Must have document URI");
|
|
return NS_OK;
|
|
}
|
|
|
|
/*static */already_AddRefed<DOMParser>
|
|
DOMParser::Constructor(const GlobalObject& aOwner,
|
|
nsIPrincipal* aPrincipal, nsIURI* aDocumentURI,
|
|
nsIURI* aBaseURI, ErrorResult& rv)
|
|
{
|
|
if (!nsContentUtils::IsCallerChrome()) {
|
|
rv.Throw(NS_ERROR_DOM_SECURITY_ERR);
|
|
return nullptr;
|
|
}
|
|
RefPtr<DOMParser> domParser = new DOMParser(aOwner.GetAsSupports());
|
|
rv = domParser->InitInternal(aOwner.GetAsSupports(), aPrincipal, aDocumentURI,
|
|
aBaseURI);
|
|
if (rv.Failed()) {
|
|
return nullptr;
|
|
}
|
|
return domParser.forget();
|
|
}
|
|
|
|
/*static */already_AddRefed<DOMParser>
|
|
DOMParser::Constructor(const GlobalObject& aOwner,
|
|
ErrorResult& rv)
|
|
{
|
|
RefPtr<DOMParser> domParser = new DOMParser(aOwner.GetAsSupports());
|
|
rv = domParser->InitInternal(aOwner.GetAsSupports(),
|
|
nsContentUtils::SubjectPrincipal(),
|
|
nullptr, nullptr);
|
|
if (rv.Failed()) {
|
|
return nullptr;
|
|
}
|
|
return domParser.forget();
|
|
}
|
|
|
|
nsresult
|
|
DOMParser::InitInternal(nsISupports* aOwner, nsIPrincipal* prin,
|
|
nsIURI* documentURI, nsIURI* baseURI)
|
|
{
|
|
AttemptedInitMarker marker(&mAttemptedInit);
|
|
if (!documentURI) {
|
|
// No explicit documentURI; grab document and base URIs off the window our
|
|
// constructor was called on. Error out if anything untoward happens.
|
|
|
|
// Note that this is a behavior change as far as I can tell -- we're now
|
|
// using the base URI and document URI of the window off of which the
|
|
// DOMParser is created, not the window in which parse*() is called.
|
|
// Does that matter?
|
|
|
|
// Also note that |cx| matches what GetDocumentFromContext() would return,
|
|
// while GetDocumentFromCaller() gives us the window that the DOMParser()
|
|
// call was made on.
|
|
|
|
nsCOMPtr<nsPIDOMWindowInner> window = do_QueryInterface(aOwner);
|
|
if (!window) {
|
|
return NS_ERROR_UNEXPECTED;
|
|
}
|
|
|
|
baseURI = window->GetDocBaseURI();
|
|
documentURI = window->GetDocumentURI();
|
|
if (!documentURI) {
|
|
return NS_ERROR_UNEXPECTED;
|
|
}
|
|
}
|
|
|
|
nsCOMPtr<nsIGlobalObject> scriptglobal = do_QueryInterface(aOwner);
|
|
return Init(prin, documentURI, baseURI, scriptglobal);
|
|
}
|
|
|
|
void
|
|
DOMParser::Init(nsIPrincipal* aPrincipal, nsIURI* aDocumentURI,
|
|
nsIURI* aBaseURI, mozilla::ErrorResult& rv)
|
|
{
|
|
AttemptedInitMarker marker(&mAttemptedInit);
|
|
|
|
nsCOMPtr<nsIPrincipal> principal = aPrincipal;
|
|
if (!principal && !aDocumentURI) {
|
|
principal = nsContentUtils::SubjectPrincipal();
|
|
}
|
|
|
|
rv = Init(principal, aDocumentURI, aBaseURI, GetEntryGlobal());
|
|
}
|
|
|
|
nsresult
|
|
DOMParser::SetUpDocument(DocumentFlavor aFlavor, nsIDOMDocument** aResult)
|
|
{
|
|
// We should really QI to nsIGlobalObject here, but nsDocument gets confused
|
|
// if we pass it a scriptHandlingObject that doesn't QI to
|
|
// nsIScriptGlobalObject, and test_isequalnode.js (an xpcshell test without
|
|
// a window global) breaks. The correct solution is just to wean nsDocument
|
|
// off of nsIScriptGlobalObject, but that's a yak to shave another day.
|
|
nsCOMPtr<nsIScriptGlobalObject> scriptHandlingObject =
|
|
do_QueryReferent(mScriptHandlingObject);
|
|
nsresult rv;
|
|
if (!mPrincipal) {
|
|
NS_ENSURE_TRUE(!mAttemptedInit, NS_ERROR_NOT_INITIALIZED);
|
|
AttemptedInitMarker marker(&mAttemptedInit);
|
|
|
|
nsCOMPtr<nsIPrincipal> prin = nsNullPrincipal::Create();
|
|
rv = Init(prin, nullptr, nullptr, scriptHandlingObject);
|
|
NS_ENSURE_SUCCESS(rv, rv);
|
|
}
|
|
|
|
NS_ASSERTION(mPrincipal, "Must have principal by now");
|
|
NS_ASSERTION(mDocumentURI, "Must have document URI by now");
|
|
|
|
// Here we have to cheat a little bit... Setting the base URI won't
|
|
// work if the document has a null principal, so use
|
|
// mOriginalPrincipal when creating the document, then reset the
|
|
// principal.
|
|
return NS_NewDOMDocument(aResult, EmptyString(), EmptyString(), nullptr,
|
|
mDocumentURI, mBaseURI,
|
|
mOriginalPrincipal,
|
|
true,
|
|
scriptHandlingObject,
|
|
aFlavor);
|
|
}
|