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

Issue 2215093002: Return v8::Date specialization not v8::Value where possible (Closed)

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

Description

Return v8::Date specialization not v8::Value where possible Also get rid of FXJS_ValueCopy() while we're at it. BUG=pdfium:556 Committed: https://pdfium.googlesource.com/pdfium/+/135b99861d0d898850754a845f607ec48f0bcccc

Patch Set 1 #

Patch Set 2 : remove fxjs_valuecopy #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -19 lines) Patch
M fpdfsdk/javascript/JS_Value.h View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/javascript/JS_Value.cpp View 8 chunks +9 lines, -8 lines 2 comments Download
M fxjs/fxjs_v8.cpp View 1 2 chunks +4 lines, -6 lines 0 comments Download
M fxjs/include/fxjs_v8.h View 1 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
Tom Sepez
Jochen, for review, some small cleanup.
4 years, 4 months ago (2016-08-04 22:08:28 UTC) #2
Tom Sepez
https://codereview.chromium.org/2215093002/diff/20001/fpdfsdk/javascript/JS_Value.cpp File fpdfsdk/javascript/JS_Value.cpp (right): https://codereview.chromium.org/2215093002/diff/20001/fpdfsdk/javascript/JS_Value.cpp#newcode256 fpdfsdk/javascript/JS_Value.cpp:256: date.Attach(mutable_value.As<v8::Date>()); note: As<> missing const. Should it be?
4 years, 4 months ago (2016-08-04 23:34:09 UTC) #8
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/2215093002/diff/20001/fpdfsdk/javascript/JS_Value.cpp File fpdfsdk/javascript/JS_Value.cpp (right): https://codereview.chromium.org/2215093002/diff/20001/fpdfsdk/javascript/JS_Value.cpp#newcode256 fpdfsdk/javascript/JS_Value.cpp:256: date.Attach(mutable_value.As<v8::Date>()); On 2016/08/04 at 23:34:08, Tom Sepez wrote: ...
4 years, 4 months ago (2016-08-05 11:50:32 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2215093002/20001
4 years, 4 months ago (2016-08-05 16:17:03 UTC) #11
commit-bot: I haz the power
4 years, 4 months ago (2016-08-05 16:33:01 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://pdfium.googlesource.com/pdfium/+/135b99861d0d898850754a845f607ec48f0b...

Powered by Google App Engine
This is Rietveld 408576698