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

Issue 2459073002: Continue fixing FX_BOOL / int noise (Closed)

Created:
4 years, 1 month ago by Tom Sepez
Modified:
4 years, 1 month ago
Reviewers:
Lei Zhang
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase #

Patch Set 3 : Drop file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M fpdfsdk/cpdfsdk_formfillenvironment.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdf_dataavail.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M fpdfsdk/fpdf_sysfontinfo.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fde/cfde_txtedtengine.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M xfa/fde/cfde_txtedtpage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/css/fde_cssdeclaration.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (8 generated)
Tom Sepez
https://codereview.chromium.org/2459073002/diff/1/core/fxge/win32/fx_win32_gdipext.cpp File core/fxge/win32/fx_win32_gdipext.cpp (right): https://codereview.chromium.org/2459073002/diff/1/core/fxge/win32/fx_win32_gdipext.cpp#newcode455 core/fxge/win32/fx_win32_gdipext.cpp:455: ((FuncType_GdiRemoveFontMemResourceEx)m_pGdiRemoveFontMemResourseEx)( note: this cast scares me, but for another ...
4 years, 1 month ago (2016-10-28 17:17:17 UTC) #3
Tom Sepez
Lei, for review.
4 years, 1 month ago (2016-10-28 17:48:20 UTC) #7
Lei Zhang
https://codereview.chromium.org/2459073002/diff/1/core/fxcodec/jbig2/JBig2_Context.cpp File core/fxcodec/jbig2/JBig2_Context.cpp (right): https://codereview.chromium.org/2459073002/diff/1/core/fxcodec/jbig2/JBig2_Context.cpp#newcode33 core/fxcodec/jbig2/JBig2_Context.cpp:33: size_t GetRefAggContextSize(int bVal) { Why can't this be a ...
4 years, 1 month ago (2016-10-28 18:00:52 UTC) #8
Tom Sepez
https://codereview.chromium.org/2459073002/diff/1/core/fxcodec/jbig2/JBig2_Context.cpp File core/fxcodec/jbig2/JBig2_Context.cpp (right): https://codereview.chromium.org/2459073002/diff/1/core/fxcodec/jbig2/JBig2_Context.cpp#newcode33 core/fxcodec/jbig2/JBig2_Context.cpp:33: size_t GetRefAggContextSize(int bVal) { On 2016/10/28 18:00:52, Lei Zhang ...
4 years, 1 month ago (2016-10-28 18:04:44 UTC) #9
Tom Sepez
https://codereview.chromium.org/2459073002/diff/1/core/fxge/win32/fx_win32_gdipext.cpp File core/fxge/win32/fx_win32_gdipext.cpp (right): https://codereview.chromium.org/2459073002/diff/1/core/fxge/win32/fx_win32_gdipext.cpp#newcode455 core/fxge/win32/fx_win32_gdipext.cpp:455: ((FuncType_GdiRemoveFontMemResourceEx)m_pGdiRemoveFontMemResourseEx)( On 2016/10/28 18:00:52, Lei Zhang wrote: > On ...
4 years, 1 month ago (2016-10-28 18:06:27 UTC) #10
Lei Zhang
https://codereview.chromium.org/2459073002/diff/1/core/fxcodec/jbig2/JBig2_Context.cpp File core/fxcodec/jbig2/JBig2_Context.cpp (right): https://codereview.chromium.org/2459073002/diff/1/core/fxcodec/jbig2/JBig2_Context.cpp#newcode33 core/fxcodec/jbig2/JBig2_Context.cpp:33: size_t GetRefAggContextSize(int bVal) { On 2016/10/28 18:04:44, Tom Sepez ...
4 years, 1 month ago (2016-10-28 18:09:50 UTC) #11
Tom Sepez
On 2016/10/28 18:09:50, Lei Zhang wrote: > https://codereview.chromium.org/2459073002/diff/1/core/fxcodec/jbig2/JBig2_Context.cpp > File core/fxcodec/jbig2/JBig2_Context.cpp (right): > > https://codereview.chromium.org/2459073002/diff/1/core/fxcodec/jbig2/JBig2_Context.cpp#newcode33 ...
4 years, 1 month ago (2016-10-28 18:13:26 UTC) #12
Tom Sepez
On 2016/10/28 18:13:26, Tom Sepez wrote: > On 2016/10/28 18:09:50, Lei Zhang wrote: > > ...
4 years, 1 month ago (2016-10-28 18:16:26 UTC) #13
Lei Zhang
On 2016/10/28 18:16:26, Tom Sepez wrote: > https://cs.chromium.org/chromium/src/third_party/pdfium/core/fxcodec/jbig2/JBig2_Context.cpp?rcl=0&l=431 > puts two bits into this value, ...
4 years, 1 month ago (2016-10-28 18:18:35 UTC) #14
Tom Sepez
On 2016/10/28 18:18:35, Lei Zhang wrote: > On 2016/10/28 18:16:26, Tom Sepez wrote: > > ...
4 years, 1 month ago (2016-10-28 18:19:17 UTC) #15
Tom Sepez
4 years, 1 month ago (2016-10-28 18:19:22 UTC) #16
Lei Zhang
On 2016/10/28 18:19:17, Tom Sepez wrote: > Ok, Follow-up. Makes sense. I already started on ...
4 years, 1 month ago (2016-10-28 18:20:08 UTC) #17
Tom Sepez
On 2016/10/28 18:20:08, Lei Zhang wrote: > On 2016/10/28 18:19:17, Tom Sepez wrote: > > ...
4 years, 1 month ago (2016-10-28 18:21:39 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/2459073002/40001
4 years, 1 month ago (2016-10-28 18:21:50 UTC) #21
commit-bot: I haz the power
4 years, 1 month ago (2016-10-28 18:34:46 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/95e5834ab6b6e5aa370cacd6266cecbd82c4...

Powered by Google App Engine
This is Rietveld 408576698