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

Issue 2227673005: Remove backpointer to CJS_Runtime from CJS_Value (Closed)

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

Description

Remove backpointer to CJS_Runtime from CJS_Value Committed: https://pdfium.googlesource.com/pdfium/+/f3dc8c6941635e5c4cc20c8388289f6b148dc9eb

Patch Set 1 #

Patch Set 2 : Finish #

Patch Set 3 : Rebase #

Total comments: 63

Patch Set 4 : Fix reviewer comments #

Patch Set 5 : Const member #

Unified diffs Side-by-side diffs Delta from patch set Stats (+549 lines, -519 lines) Patch
M fpdfsdk/javascript/Document.cpp View 1 2 3 32 chunks +149 lines, -107 lines 0 comments Download
M fpdfsdk/javascript/Field.cpp View 1 2 3 24 chunks +81 lines, -80 lines 0 comments Download
M fpdfsdk/javascript/JS_Define.h View 1 6 chunks +6 lines, -6 lines 0 comments Download
M fpdfsdk/javascript/JS_Object.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/JS_Object.cpp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M fpdfsdk/javascript/JS_Value.h View 1 2 2 chunks +25 lines, -31 lines 0 comments Download
M fpdfsdk/javascript/JS_Value.cpp View 1 2 6 chunks +89 lines, -145 lines 0 comments Download
M fpdfsdk/javascript/PublicMethods.cpp View 1 2 3 35 chunks +81 lines, -58 lines 0 comments Download
M fpdfsdk/javascript/app.cpp View 1 13 chunks +45 lines, -35 lines 0 comments Download
M fpdfsdk/javascript/color.cpp View 1 6 chunks +24 lines, -24 lines 0 comments Download
M fpdfsdk/javascript/event.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/javascript/global.cpp View 1 6 chunks +10 lines, -8 lines 0 comments Download
M fpdfsdk/javascript/util.cpp View 1 2 10 chunks +37 lines, -22 lines 0 comments Download

Messages

Total messages: 21 (15 generated)
Tom Sepez
Dan, for review. This one gets a little more involved.
4 years, 4 months ago (2016-08-09 18:51:43 UTC) #4
dsinclair
https://codereview.chromium.org/2227673005/diff/40001/fpdfsdk/javascript/Document.cpp File fpdfsdk/javascript/Document.cpp (left): https://codereview.chromium.org/2227673005/diff/40001/fpdfsdk/javascript/Document.cpp#oldcode1047 fpdfsdk/javascript/Document.cpp:1047: vRet = CJS_Value::VT_undefined; Is this no longer needed? https://codereview.chromium.org/2227673005/diff/40001/fpdfsdk/javascript/Document.cpp ...
4 years, 4 months ago (2016-08-09 19:25:34 UTC) #11
Tom Sepez
https://codereview.chromium.org/2227673005/diff/40001/fpdfsdk/javascript/Document.cpp File fpdfsdk/javascript/Document.cpp (left): https://codereview.chromium.org/2227673005/diff/40001/fpdfsdk/javascript/Document.cpp#oldcode1047 fpdfsdk/javascript/Document.cpp:1047: vRet = CJS_Value::VT_undefined; On 2016/08/09 19:25:32, dsinclair wrote: > ...
4 years, 4 months ago (2016-08-09 20:33:25 UTC) #12
dsinclair
lgtm
4 years, 4 months ago (2016-08-10 13:17:49 UTC) #18
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/2227673005/80001
4 years, 4 months ago (2016-08-10 13:17:54 UTC) #19
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 13:29:35 UTC) #21
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://pdfium.googlesource.com/pdfium/+/f3dc8c6941635e5c4cc20c8388289f6b148d...

Powered by Google App Engine
This is Rietveld 408576698