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

Issue 1679103002: Several pure virtual IFWL_Adapter* classes not implemented. (Closed)

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

Description

Several pure virtual IFWL_Adapter* classes not implemented. The routines that would return them always return NULL. Some path, however, didn't previously check for NULL. Those must have been bugs; treat such cases as unreachable. R=thestig@chromium.org Committed: https://pdfium.googlesource.com/pdfium/+/c74acf4552944c5485b1175c008708d19b57d322

Patch Set 1 #

Patch Set 2 : Remove files entierly #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -500 lines) Patch
M BUILD.gn View 1 1 chunk +0 lines, -3 lines 0 comments Download
M xfa.gyp View 1 1 chunk +0 lines, -3 lines 0 comments Download
M xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h View 1 1 chunk +0 lines, -34 lines 0 comments Download
M xfa/include/fwl/adapter/fwl_adaptercursormgr.h View 1 1 chunk +0 lines, -38 lines 0 comments Download
M xfa/include/fwl/adapter/fwl_adaptermonitormgr.h View 1 1 chunk +0 lines, -24 lines 0 comments Download
M xfa/include/fwl/adapter/fwl_adapternative.h View 2 chunks +1 line, -6 lines 0 comments Download
M xfa/include/fwl/fwl.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp View 2 chunks +0 lines, -43 lines 2 comments Download
M xfa/src/fwl/src/basewidget/fwl_editimp.cpp View 2 chunks +1 line, -60 lines 0 comments Download
M xfa/src/fwl/src/core/fwl_formimp.cpp View 2 chunks +0 lines, -260 lines 0 comments Download
M xfa/src/fwl/src/core/fwl_widgetimp.cpp View 1 chunk +1 line, -7 lines 0 comments Download
M xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp View 1 1 chunk +0 lines, -7 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffapp.h View 1 chunk +0 lines, -3 lines 0 comments Download
M xfa/src/fxfa/src/app/xfa_ffapp.cpp View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Tom Sepez
Lei, nothing but red. https://codereview.chromium.org/1679103002/diff/20001/xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp File xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp (left): https://codereview.chromium.org/1679103002/diff/20001/xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp#oldcode1793 xfa/src/fwl/src/basewidget/fwl_comboboximp.cpp:1793: FWL_HCURSOR hCursor = pCursorMgr->GetSystemCursor(FWL_CURSORTYPE_SizeNS); segv. ...
4 years, 10 months ago (2016-02-09 00:20:32 UTC) #3
Lei Zhang
lgtm assuming segv -> not reachable.
4 years, 10 months ago (2016-02-09 00:59:59 UTC) #4
Tom Sepez
On 2016/02/09 00:59:59, Lei Zhang wrote: > lgtm assuming segv -> not reachable. That's what ...
4 years, 10 months ago (2016-02-09 17:46:25 UTC) #5
Tom Sepez
Committed patchset #2 (id:20001) manually as c74acf4552944c5485b1175c008708d19b57d322 (presubmit successful).
4 years, 10 months ago (2016-02-09 18:18:15 UTC) #7
Lei Zhang
4 years, 10 months ago (2016-02-09 18:57:36 UTC) #8
Message was sent while issue was closed.
On 2016/02/09 17:46:25, Tom Sepez wrote:
> On 2016/02/09 00:59:59, Lei Zhang wrote:
> > lgtm assuming segv -> not reachable.
> That's what I had to assume, right?

Well, if it turns out we need cursor handling in the future, we can always
revisit the removed code.

Powered by Google App Engine
This is Rietveld 408576698