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

Issue 1797423002: Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup (Closed)

Created:
4 years, 9 months ago by Wei Li
Modified:
4 years, 9 months ago
Reviewers:
Tom Sepez, hashimoto
CC:
pdfium-reviews_googlegroups.com
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix CJS_PublicMethods::IsNumber() with unit test and some cleanup R=tsepez@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/614d20a64195e64c047432251e3fb3e7b5142425

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -32 lines) Patch
M BUILD.gn View 1 chunk +9 lines, -0 lines 1 comment Download
M core/include/fxcrt/fx_ext.h View 2 chunks +5 lines, -5 lines 0 comments Download
M fpdfsdk/javascript/PublicMethods.h View 5 chunks +3 lines, -8 lines 0 comments Download
M fpdfsdk/javascript/PublicMethods.cpp View 2 chunks +19 lines, -19 lines 0 comments Download
A fpdfsdk/javascript/public_methods_unittest.cpp View 1 chunk +51 lines, -0 lines 0 comments Download
M pdfium.gyp View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (6 generated)
Wei Li
PTAL, thanks
4 years, 9 months ago (2016-03-15 20:27:31 UTC) #4
Tom Sepez
lgtm
4 years, 9 months ago (2016-03-15 20:42:14 UTC) #5
Wei Li
Committed patchset #1 (id:40001) manually as 614d20a64195e64c047432251e3fb3e7b5142425 (presubmit successful).
4 years, 9 months ago (2016-03-15 20:55:22 UTC) #7
hashimoto
4 years, 9 months ago (2016-03-16 04:29:34 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/1797423002/diff/40001/BUILD.gn
File BUILD.gn (right):

https://codereview.chromium.org/1797423002/diff/40001/BUILD.gn#newcode1486
BUILD.gn:1486: include_dirs += [
This line results in an error like this:

ERROR at //third_party/pdfium/BUILD.gn:1495:5: Undefined variable for +=.
    include_dirs += [

There should be include_dirs = [] somewhere before this line.

Powered by Google App Engine
This is Rietveld 408576698