From 1699982f45d01cb18585eba80cce5326a63d3b67 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 8 Jun 2018 18:23:05 +0000 Subject: Ensure CJS_Return() with error always includes a message. Change the signature of the constructors to make it impossible to do this otherwise. Change-Id: I14e88d98a1128f2d599459ce9337cd6d079469fe Reviewed-on: https://pdfium-review.googlesource.com/34531 Reviewed-by: dsinclair Commit-Queue: Tom Sepez --- .../resources/javascript/app_props_expected.txt | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'testing/resources/javascript/app_props_expected.txt') diff --git a/testing/resources/javascript/app_props_expected.txt b/testing/resources/javascript/app_props_expected.txt index a17e0f82b5..a2212728bc 100644 --- a/testing/resources/javascript/app_props_expected.txt +++ b/testing/resources/javascript/app_props_expected.txt @@ -2,36 +2,36 @@ Alert: *** Getting properties *** Alert: app.activeDocs is object [object global] Alert: app.calculate is boolean true Alert: app.formsVersion is number 7 -Alert: ERROR: app.fs: -Alert: ERROR: app.fullscreen: +Alert: ERROR: app.fs: Operation not supported. +Alert: ERROR: app.fullscreen: Operation not supported. Alert: app.language is string ENU -Alert: ERROR: app.media: +Alert: ERROR: app.media: Operation not supported. Alert: app.platform is string WIN Alert: app.runtimeHighlight is boolean false Alert: app.viewerType is string pdfium Alert: app.viewerVariation is string Full Alert: app.viewerVersion is number 8 Alert: *** Setting properties *** -Alert: ERROR: app.activeDocs: +Alert: ERROR: app.activeDocs: Operation not supported. Alert: app.calculate = 3; yields 3 -Alert: ERROR: app.formsVersion: -Alert: ERROR: app.fs: -Alert: ERROR: app.fullscreen: -Alert: ERROR: app.language: -Alert: ERROR: app.media: -Alert: ERROR: app.platform: +Alert: ERROR: app.formsVersion: Operation not supported. +Alert: ERROR: app.fs: Operation not supported. +Alert: ERROR: app.fullscreen: Operation not supported. +Alert: ERROR: app.language: Operation not supported. +Alert: ERROR: app.media: Operation not supported. +Alert: ERROR: app.platform: Operation not supported. Alert: app.runtimeHighlight = 3; yields 3 -Alert: ERROR: app.viewerType: -Alert: ERROR: app.viewerVariation: -Alert: ERROR: app.viewerVersion: +Alert: ERROR: app.viewerType: Operation not supported. +Alert: ERROR: app.viewerVariation: Operation not supported. +Alert: ERROR: app.viewerVersion: Operation not supported. Alert: *** Getting properties *** Alert: app.activeDocs is object [object global] Alert: app.calculate is boolean true Alert: app.formsVersion is number 7 -Alert: ERROR: app.fs: -Alert: ERROR: app.fullscreen: +Alert: ERROR: app.fs: Operation not supported. +Alert: ERROR: app.fullscreen: Operation not supported. Alert: app.language is string ENU -Alert: ERROR: app.media: +Alert: ERROR: app.media: Operation not supported. Alert: app.platform is string WIN Alert: app.runtimeHighlight is boolean true Alert: app.viewerType is string pdfium -- cgit v1.2.3