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

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

Issue 1242263010: document.delay and document.external are boolean properties. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « fpdfsdk/src/javascript/Document.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Alert: *** Getting properties *** 1 Alert: *** Getting properties ***
2 Alert: this.ADBE is undefined undefined 2 Alert: this.ADBE is undefined undefined
3 Alert: this.author is string Joe Random Author 3 Alert: this.author is string Joe Random Author
4 Alert: this.baseURL is string 4 Alert: this.baseURL is string
5 Alert: this.bookmarkRoot is undefined undefined 5 Alert: this.bookmarkRoot is undefined undefined
6 Alert: this.calculate is boolean true 6 Alert: this.calculate is boolean true
7 Alert: this.Collab is undefined undefined 7 Alert: this.Collab is undefined undefined
8 Alert: this.creationDate is string 8 Alert: this.creationDate is string
9 Alert: this.creator is string Joe Random Creator 9 Alert: this.creator is string Joe Random Creator
10 Alert: this.delay is number 0 10 Alert: this.delay is boolean false
11 Alert: this.dirty is boolean false 11 Alert: this.dirty is boolean false
12 Alert: this.documentFileName is string 12 Alert: this.documentFileName is string
13 Alert: this.external is number 1 13 Alert: this.external is boolean true
14 Alert: this.filesize is number 0 14 Alert: this.filesize is number 0
15 Alert: this.icons is undefined undefined 15 Alert: this.icons is undefined undefined
16 Alert: this.info is object [object Object] 16 Alert: this.info is object [object Object]
17 Alert: this.keywords is string 17 Alert: this.keywords is string
18 Alert: this.layout is undefined undefined 18 Alert: this.layout is undefined undefined
19 Alert: this.media is undefined undefined 19 Alert: this.media is undefined undefined
20 Alert: this.modDate is string 20 Alert: this.modDate is string
21 Alert: this.mouseX is undefined undefined 21 Alert: this.mouseX is undefined undefined
22 Alert: this.mouseY is undefined undefined 22 Alert: this.mouseY is undefined undefined
23 Alert: this.numFields is number 0 23 Alert: this.numFields is number 0
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 Alert: this.zoomType = 3; yields 3 65 Alert: this.zoomType = 3; yields 3
66 Alert: *** Getting properties *** 66 Alert: *** Getting properties ***
67 Alert: this.ADBE is undefined undefined 67 Alert: this.ADBE is undefined undefined
68 Alert: this.author is string 3 68 Alert: this.author is string 3
69 Alert: this.baseURL is string 3 69 Alert: this.baseURL is string 3
70 Alert: this.bookmarkRoot is undefined undefined 70 Alert: this.bookmarkRoot is undefined undefined
71 Alert: this.calculate is boolean true 71 Alert: this.calculate is boolean true
72 Alert: this.Collab is undefined undefined 72 Alert: this.Collab is undefined undefined
73 Alert: this.creationDate is string 3 73 Alert: this.creationDate is string 3
74 Alert: this.creator is string 3 74 Alert: this.creator is string 3
75 Alert: this.delay is number 1 75 Alert: this.delay is boolean true
76 Alert: this.dirty is boolean true 76 Alert: this.dirty is boolean true
77 Alert: this.documentFileName is string 77 Alert: this.documentFileName is string
78 Alert: this.external is number 1 78 Alert: this.external is boolean true
79 Alert: this.filesize is number 0 79 Alert: this.filesize is number 0
80 Alert: this.icons is undefined undefined 80 Alert: this.icons is undefined undefined
81 Alert: this.info is object [object Object] 81 Alert: this.info is object [object Object]
82 Alert: this.keywords is string 3 82 Alert: this.keywords is string 3
83 Alert: this.layout is undefined undefined 83 Alert: this.layout is undefined undefined
84 Alert: this.media is undefined undefined 84 Alert: this.media is undefined undefined
85 Alert: this.modDate is string 3 85 Alert: this.modDate is string 3
86 Alert: this.mouseX is undefined undefined 86 Alert: this.mouseX is undefined undefined
87 Alert: this.mouseY is undefined undefined 87 Alert: this.mouseY is undefined undefined
88 Alert: this.numFields is number 0 88 Alert: this.numFields is number 0
89 Alert: this.numPages is number 4 89 Alert: this.numPages is number 4
90 Alert: this.pageNum is undefined undefined 90 Alert: this.pageNum is undefined undefined
91 Alert: this.pageWindowRect is undefined undefined 91 Alert: this.pageWindowRect is undefined undefined
92 Alert: this.path is string / 92 Alert: this.path is string /
93 Alert: this.producer is string 3 93 Alert: this.producer is string 3
94 Alert: this.subject is string 3 94 Alert: this.subject is string 3
95 Alert: this.title is string 3 95 Alert: this.title is string 3
96 Alert: this.zoom is undefined undefined 96 Alert: this.zoom is undefined undefined
97 Alert: this.zoomType is undefined undefined 97 Alert: this.zoomType is undefined undefined
OLDNEW
« no previous file with comments | « fpdfsdk/src/javascript/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698