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

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

Issue 1338003004: Merge to XFA: Fix strings, ..., void return types for Consts.h. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: 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
« no previous file with comments | « testing/resources/javascript/consts.in ('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: border.s is solid 1 Alert: border.s is solid
2 Alert: border.b is beveled 2 Alert: border.b is beveled
3 Alert: border.d is dashed 3 Alert: border.d is dashed
4 Alert: border.i is inset 4 Alert: border.i is inset
5 Alert: border.u is underline 5 Alert: border.u is underline
6 Alert: border.nonesuch is undefined 6 Alert: border.nonesuch is undefined
7 Alert: display.visible is 0 7 Alert: display.visible is 0
8 Alert: display.hidden is 1 8 Alert: display.hidden is 1
9 Alert: display.noPrint is 2 9 Alert: display.noPrint is 2
10 Alert: display.noView is 3 10 Alert: display.noView is 3
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 Alert: style.sq is square 53 Alert: style.sq is square
54 Alert: style.nonesuch is undefined 54 Alert: style.nonesuch is undefined
55 Alert: zoomtype.none is NoVary 55 Alert: zoomtype.none is NoVary
56 Alert: zoomtype.fitP is FitPage 56 Alert: zoomtype.fitP is FitPage
57 Alert: zoomtype.fitW is FitWidth 57 Alert: zoomtype.fitW is FitWidth
58 Alert: zoomtype.fitH is FitHeight 58 Alert: zoomtype.fitH is FitHeight
59 Alert: zoomtype.fitV is FitVisibleWidth 59 Alert: zoomtype.fitV is FitVisibleWidth
60 Alert: zoomtype.pref is Preferred 60 Alert: zoomtype.pref is Preferred
61 Alert: zoomtype.refW is ReflowWidth 61 Alert: zoomtype.refW is ReflowWidth
62 Alert: zoomtype.nonesuch is undefined 62 Alert: zoomtype.nonesuch is undefined
63 Alert: IDS_GREATER_THAN is Invalid value: must be greater than or equal to % s.
64 Alert: IDS_GT_AND_LT is Invalid value: must be greater than or equal to % s and less than or equal to % s.
65 Alert: IDS_LESS_THAN is Invalid value: must be less than or equal to % s.
66 Alert: IDS_INVALID_MONTH is **Invalid**
67 Alert: IDS_INVALID_DATE is Invalid date / time: please ensure that the date / ti me exists.Field
68 Alert: IDS_INVALID_VALUE is The value entered does not match the format of the f ield
69 Alert: IDS_AM is am
70 Alert: IDS_PM is pm
71 Alert: IDS_MONTH_INFO is January[1] February[2] March[3] April[4] May[5] June[6] July[7] August[8] September[9] October[10] November[11] December[12] Sept[9] Ja n[1] Feb[2] Mar[3] Apr[4] Jun[6] Jul[7] Aug[8] Sep[9] Oct[10] Nov[11] Dec[12]
72 Alert: IDS_STARTUP_CONSOLE_MSG is ** ^ _ ^ **
73 Alert: RE_NUMBER_ENTRY_DOT_SEP is
74 [+-]?\d*\.?\d*
75 Alert: RE_NUMBER_COMMIT_DOT_SEP is
76 [+-]?\d+(\.\d+)?,
77 [+-]?\.\d+,
78 [+-]?\d+\.
79 Alert: RE_NUMBER_ENTRY_COMMA_SEP is
80 [+-]?\d*,?\d*
81 Alert: RE_NUMBER_COMMIT_COMMA_SEP is
82 [+-]?\d+([.,]\d+)?,
83 [+-]?[.,]\d+,
84 [+-]?\d+[.,]
85 Alert: RE_ZIP_ENTRY is
86 \d{0,5}
87 Alert: RE_ZIP_COMMIT is
88 \d{5}
89 Alert: RE_ZIP4_ENTRY is
90 \d{0,5}(\.|[- ])?\d{0,4}
91 Alert: RE_ZIP4_COMMIT is
92 \d{5}(\.|[- ])?\d{4}
93 Alert: RE_PHONE_ENTRY is
94 \d{0,3}(\.|[- ])?\d{0,3}(\.|[- ])?\d{0,4},
95 \(\d{0,3},
96 \(\d{0,3}\)(\.|[- ])?\d{0,3}(\.|[- ])?\d{0,4},
97 \(\d{0,3}(\.|[- ])?\d{0,3}(\.|[- ])?\d{0,4},
98 \d{0,3}\)(\.|[- ])?\d{0,3}(\.|[- ])?\d{0,4},
99 011(\.|[- \d])*
100 Alert: RE_PHONE_COMMIT is
101 \d{3}(\.|[- ])?\d{4},
102 \d{3}(\.|[- ])?\d{3}(\.|[- ])?\d{4},
103 \(\d{3}\)(\.|[- ])?\d{3}(\.|[- ])?\d{4},
104 011(\.|[- \d])*
105 Alert: RE_SSN_ENTRY is
106 \d{0,3}(\.|[- ])?\d{0,2}(\.|[- ])?\d{0,4}
107 Alert: RE_SSN_COMMIT is
108 \d{3}(\.|[- ])?\d{2}(\.|[- ])?\d{4}
OLDNEW
« no previous file with comments | « testing/resources/javascript/consts.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698