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

Issue 1573893002: Fix an assertion failure in CFX_RTFBreak::SetLineWidth() (Closed)

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

Description

Fix an assertion failure in CFX_RTFBreak::SetLineWidth() BUG=pdfium:347 R=tsepez@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/b9bc6b79cba90c5c0e28ab31276029aa0d0c04cb

Patch Set 1 #

Total comments: 3

Patch Set 2 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -43 lines) Patch
M xfa/src/fgas/include/fx_rbk.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/src/fgas/src/layout/fx_rtfbreak.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M xfa/src/fgas/src/layout/fx_rtfbreak.cpp View 1 17 chunks +31 lines, -31 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_textlayout.cpp View 1 4 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
jun_fang
Hi Tom and Lei, Please review this patch. Thanks!
4 years, 11 months ago (2016-01-11 07:45:33 UTC) #3
Tom Sepez
lgtm https://codereview.chromium.org/1573893002/diff/1/xfa/src/fgas/src/layout/fx_rtfbreak.cpp File xfa/src/fgas/src/layout/fx_rtfbreak.cpp (right): https://codereview.chromium.org/1573893002/diff/1/xfa/src/fgas/src/layout/fx_rtfbreak.cpp#newcode67 xfa/src/fgas/src/layout/fx_rtfbreak.cpp:67: if (m_pCurLine->m_iStart < m_iBoundaryStart) nit: prefer std::min and ...
4 years, 11 months ago (2016-01-11 17:16:11 UTC) #4
jun_fang
https://codereview.chromium.org/1573893002/diff/1/xfa/src/fgas/src/layout/fx_rtfbreak.cpp File xfa/src/fgas/src/layout/fx_rtfbreak.cpp (right): https://codereview.chromium.org/1573893002/diff/1/xfa/src/fgas/src/layout/fx_rtfbreak.cpp#newcode67 xfa/src/fgas/src/layout/fx_rtfbreak.cpp:67: if (m_pCurLine->m_iStart < m_iBoundaryStart) On 2016/01/11 17:16:11, Tom Sepez ...
4 years, 11 months ago (2016-01-12 02:52:39 UTC) #5
Lei Zhang
https://codereview.chromium.org/1573893002/diff/1/xfa/src/fgas/src/layout/fx_rtfbreak.cpp File xfa/src/fgas/src/layout/fx_rtfbreak.cpp (right): https://codereview.chromium.org/1573893002/diff/1/xfa/src/fgas/src/layout/fx_rtfbreak.cpp#newcode67 xfa/src/fgas/src/layout/fx_rtfbreak.cpp:67: if (m_pCurLine->m_iStart < m_iBoundaryStart) On 2016/01/12 02:52:39, jun_fang wrote: ...
4 years, 11 months ago (2016-01-12 03:01:53 UTC) #6
jun_fang
On 2016/01/12 03:01:53, Lei Zhang wrote: > https://codereview.chromium.org/1573893002/diff/1/xfa/src/fgas/src/layout/fx_rtfbreak.cpp > File xfa/src/fgas/src/layout/fx_rtfbreak.cpp (right): > > https://codereview.chromium.org/1573893002/diff/1/xfa/src/fgas/src/layout/fx_rtfbreak.cpp#newcode67 ...
4 years, 11 months ago (2016-01-12 03:11:24 UTC) #7
jun_fang
4 years, 11 months ago (2016-01-12 03:27:08 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b9bc6b79cba90c5c0e28ab31276029aa0d0c04cb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698