Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: testing/resources/javascript/app_props_expected.txt

Issue 1317393003: Beef up app_props.in and tidy app.cpp (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Tidy app.cpp Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Alert: app.viewerType property value: pdfium 1 Alert: *** Getting properties ***
2 Alert: app.activeDocs is object [object Object]
3 Alert: app.calculate is boolean true
4 Alert: app.formsVersion is number 7
5 Alert: ERROR: app.fs:
6 Alert: ERROR: app.fullscreen:
7 Alert: app.language is string ENU
8 Alert: ERROR: app.media:
9 Alert: app.platform is string WIN
10 Alert: app.runtimeHighlight is boolean false
11 Alert: app.viewerType is string pdfium
12 Alert: app.viewerVariation is string Full
13 Alert: app.viewerVersion is number 8
14 Alert: *** Setting properties ***
15 Alert: ERROR: app.activeDocs:
16 Alert: app.calculate = 3; yields 3
17 Alert: ERROR: app.formsVersion:
18 Alert: ERROR: app.fs:
19 Alert: ERROR: app.fullscreen:
20 Alert: ERROR: app.language:
21 Alert: ERROR: app.media:
22 Alert: ERROR: app.platform:
23 Alert: app.runtimeHighlight = 3; yields 3
24 Alert: ERROR: app.viewerType:
25 Alert: ERROR: app.viewerVariation:
26 Alert: ERROR: app.viewerVersion:
27 Alert: *** Getting properties ***
28 Alert: app.activeDocs is object [object Object]
29 Alert: app.calculate is boolean true
30 Alert: app.formsVersion is number 7
31 Alert: ERROR: app.fs:
32 Alert: ERROR: app.fullscreen:
33 Alert: app.language is string ENU
34 Alert: ERROR: app.media:
35 Alert: app.platform is string WIN
Lei Zhang 2015/09/08 23:21:36 I didn't check the values against the Acrobat PDF
36 Alert: app.runtimeHighlight is boolean true
37 Alert: app.viewerType is string pdfium
38 Alert: app.viewerVariation is string Full
39 Alert: app.viewerVersion is number 8
OLDNEW
« fpdfsdk/src/javascript/app.cpp ('K') | « testing/resources/javascript/app_props.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698