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

Issue 2559173002: Move xfa/fwl/core to xfa/fwl. (Closed)

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

Description

Move xfa/fwl/core to xfa/fwl. The core/ directory in FWL no-longer provides any context. This Cl moves all of the core/ files up to the fwl/ folder. As well, the CFWL_EvtFoo files are renamed CFWL_EventFoo and the CFWL_MsgFoo files are renamed CFWL_MessageFoo. The event and message preceed the type in order to keep the files sorted together and to make it clear that they're all related. Committed: https://pdfium.googlesource.com/pdfium/+/447b1f3ffc7e0df233d15300bbf8a85ce2bc7278

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1039 lines, -15749 lines) Patch
M BUILD.gn View 1 chunk +97 lines, -97 lines 0 comments Download
M fpdfsdk/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cpdfsdk_xfawidgethandler.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fde/cfde_txtedtdorecord_deleterange.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/cfde_txtedtdorecord_insert.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fde/cfde_txtedtengine.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/cfwl_app.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_app.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + xfa/fwl/cfwl_barcode.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + xfa/fwl/cfwl_barcode.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_caret.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_caret.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
A + xfa/fwl/cfwl_checkbox.h View 4 chunks +10 lines, -10 lines 0 comments Download
A + xfa/fwl/cfwl_checkbox.cpp View 7 chunks +15 lines, -15 lines 0 comments Download
A + xfa/fwl/cfwl_combobox.h View 4 chunks +16 lines, -16 lines 0 comments Download
A + xfa/fwl/cfwl_combobox.cpp View 16 chunks +34 lines, -34 lines 0 comments Download
A + xfa/fwl/cfwl_comboboxproxy.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/cfwl_comboboxproxy.cpp View 5 chunks +10 lines, -10 lines 0 comments Download
A + xfa/fwl/cfwl_comboedit.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + xfa/fwl/cfwl_comboedit.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/cfwl_combolist.h View 2 chunks +11 lines, -11 lines 0 comments Download
A + xfa/fwl/cfwl_combolist.cpp View 9 chunks +15 lines, -15 lines 0 comments Download
A + xfa/fwl/cfwl_datetimeedit.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + xfa/fwl/cfwl_datetimeedit.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_datetimepicker.h View 3 chunks +12 lines, -12 lines 0 comments Download
A + xfa/fwl/cfwl_datetimepicker.cpp View 7 chunks +18 lines, -18 lines 0 comments Download
A + xfa/fwl/cfwl_edit.h View 5 chunks +15 lines, -15 lines 0 comments Download
A + xfa/fwl/cfwl_edit.cpp View 15 chunks +37 lines, -37 lines 0 comments Download
A + xfa/fwl/cfwl_event.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + xfa/fwl/cfwl_event.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/cfwl_eventcheckword.h View 1 chunk +7 lines, -7 lines 0 comments Download
A + xfa/fwl/cfwl_eventcheckword.cpp View 1 chunk +3 lines, -4 lines 0 comments Download
A xfa/fwl/cfwl_eventmouse.h View 1 chunk +21 lines, -0 lines 0 comments Download
A + xfa/fwl/cfwl_eventmouse.cpp View 1 chunk +6 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_eventscroll.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + xfa/fwl/cfwl_eventscroll.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_eventselectchanged.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + xfa/fwl/cfwl_eventselectchanged.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_eventtarget.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/cfwl_eventtarget.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A xfa/fwl/cfwl_eventtextchanged.h View 1 chunk +20 lines, -0 lines 0 comments Download
A + xfa/fwl/cfwl_eventtextchanged.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_eventvalidate.h View 1 chunk +7 lines, -7 lines 0 comments Download
A + xfa/fwl/cfwl_eventvalidate.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_form.h View 4 chunks +11 lines, -11 lines 0 comments Download
A + xfa/fwl/cfwl_form.cpp View 7 chunks +19 lines, -19 lines 0 comments Download
A + xfa/fwl/cfwl_formproxy.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/cfwl_formproxy.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + xfa/fwl/cfwl_listbox.h View 4 chunks +17 lines, -17 lines 0 comments Download
A + xfa/fwl/cfwl_listbox.cpp View 10 chunks +28 lines, -29 lines 0 comments Download
A + xfa/fwl/cfwl_listitem.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_listitem.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/cfwl_message.h View 2 chunks +4 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_message.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
A + xfa/fwl/cfwl_messagekey.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + xfa/fwl/cfwl_messagekey.cpp View 1 chunk +6 lines, -5 lines 0 comments Download
A xfa/fwl/cfwl_messagekillfocus.h View 1 chunk +26 lines, -0 lines 0 comments Download
A xfa/fwl/cfwl_messagekillfocus.cpp View 1 chunk +24 lines, -0 lines 0 comments Download
A + xfa/fwl/cfwl_messagemouse.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + xfa/fwl/cfwl_messagemouse.cpp View 1 chunk +6 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_messagemousewheel.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + xfa/fwl/cfwl_messagemousewheel.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
A + xfa/fwl/cfwl_messagesetfocus.h View 1 chunk +7 lines, -7 lines 0 comments Download
A + xfa/fwl/cfwl_messagesetfocus.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
A + xfa/fwl/cfwl_monthcalendar.h View 4 chunks +12 lines, -12 lines 0 comments Download
A + xfa/fwl/cfwl_monthcalendar.cpp View 8 chunks +14 lines, -14 lines 0 comments Download
A + xfa/fwl/cfwl_notedriver.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_notedriver.cpp View 9 chunks +20 lines, -20 lines 0 comments Download
A + xfa/fwl/cfwl_noteloop.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_noteloop.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/cfwl_picturebox.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_picturebox.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/cfwl_pushbutton.h View 4 chunks +11 lines, -11 lines 0 comments Download
A + xfa/fwl/cfwl_pushbutton.cpp View 7 chunks +17 lines, -17 lines 0 comments Download
A + xfa/fwl/cfwl_scrollbar.h View 4 chunks +9 lines, -9 lines 0 comments Download
A + xfa/fwl/cfwl_scrollbar.cpp View 7 chunks +24 lines, -23 lines 0 comments Download
A + xfa/fwl/cfwl_spinbutton.h View 3 chunks +11 lines, -11 lines 0 comments Download
A + xfa/fwl/cfwl_spinbutton.cpp View 8 chunks +16 lines, -16 lines 0 comments Download
A + xfa/fwl/cfwl_sysbtn.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_sysbtn.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + xfa/fwl/cfwl_themebackground.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/cfwl_themepart.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_themepart.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/cfwl_themetext.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/cfwl_timer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_timer.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_timerinfo.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfwl_timerinfo.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + xfa/fwl/cfwl_widget.h View 3 chunks +9 lines, -9 lines 0 comments Download
A + xfa/fwl/cfwl_widget.cpp View 2 chunks +19 lines, -19 lines 0 comments Download
A + xfa/fwl/cfwl_widgetmgr.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_widgetmgr.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + xfa/fwl/cfwl_widgetproperties.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + xfa/fwl/cfwl_widgetproperties.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + xfa/fwl/cfx_barcode.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/cfx_barcode.cpp View 1 chunk +1 line, -1 line 0 comments Download
D xfa/fwl/core/cfwl_app.h View 1 chunk +0 lines, -45 lines 0 comments Download
D xfa/fwl/core/cfwl_app.cpp View 1 chunk +0 lines, -22 lines 0 comments Download
D xfa/fwl/core/cfwl_barcode.h View 1 chunk +0 lines, -93 lines 0 comments Download
D xfa/fwl/core/cfwl_barcode.cpp View 1 chunk +0 lines, -232 lines 0 comments Download
D xfa/fwl/core/cfwl_caret.h View 1 chunk +0 lines, -57 lines 0 comments Download
D xfa/fwl/core/cfwl_caret.cpp View 1 chunk +0 lines, -112 lines 0 comments Download
D xfa/fwl/core/cfwl_checkbox.h View 1 chunk +0 lines, -90 lines 0 comments Download
D xfa/fwl/core/cfwl_checkbox.cpp View 1 chunk +0 lines, -458 lines 0 comments Download
D xfa/fwl/core/cfwl_combobox.h View 1 chunk +0 lines, -172 lines 0 comments Download
D xfa/fwl/core/cfwl_combobox.cpp View 1 chunk +0 lines, -1078 lines 0 comments Download
D xfa/fwl/core/cfwl_comboboxproxy.h View 1 chunk +0 lines, -41 lines 0 comments Download
D xfa/fwl/core/cfwl_comboboxproxy.cpp View 1 chunk +0 lines, -117 lines 0 comments Download
D xfa/fwl/core/cfwl_comboedit.h View 1 chunk +0 lines, -35 lines 0 comments Download
D xfa/fwl/core/cfwl_comboedit.cpp View 1 chunk +0 lines, -75 lines 0 comments Download
D xfa/fwl/core/cfwl_combolist.h View 1 chunk +0 lines, -43 lines 0 comments Download
D xfa/fwl/core/cfwl_combolist.cpp View 1 chunk +0 lines, -245 lines 0 comments Download
D xfa/fwl/core/cfwl_datetimeedit.h View 1 chunk +0 lines, -30 lines 0 comments Download
D xfa/fwl/core/cfwl_datetimeedit.cpp View 1 chunk +0 lines, -60 lines 0 comments Download
D xfa/fwl/core/cfwl_datetimepicker.h View 1 chunk +0 lines, -112 lines 0 comments Download
D xfa/fwl/core/cfwl_datetimepicker.cpp View 1 chunk +0 lines, -625 lines 0 comments Download
D xfa/fwl/core/cfwl_edit.h View 1 chunk +0 lines, -191 lines 0 comments Download
D xfa/fwl/core/cfwl_edit.cpp View 1 chunk +0 lines, -1644 lines 0 comments Download
D xfa/fwl/core/cfwl_event.h View 1 chunk +0 lines, -52 lines 0 comments Download
D xfa/fwl/core/cfwl_event.cpp View 1 chunk +0 lines, -20 lines 0 comments Download
D xfa/fwl/core/cfwl_eventtarget.h View 1 chunk +0 lines, -35 lines 0 comments Download
D xfa/fwl/core/cfwl_eventtarget.cpp View 1 chunk +0 lines, -31 lines 0 comments Download
D xfa/fwl/core/cfwl_evtcheckword.h View 1 chunk +0 lines, -21 lines 0 comments Download
D xfa/fwl/core/cfwl_evtcheckword.cpp View 1 chunk +0 lines, -13 lines 0 comments Download
D xfa/fwl/core/cfwl_evtmouse.h View 1 chunk +0 lines, -21 lines 0 comments Download
D xfa/fwl/core/cfwl_evtmouse.cpp View 1 chunk +0 lines, -15 lines 0 comments Download
D xfa/fwl/core/cfwl_evtscroll.h View 1 chunk +0 lines, -34 lines 0 comments Download
D xfa/fwl/core/cfwl_evtscroll.cpp View 1 chunk +0 lines, -12 lines 0 comments Download
D xfa/fwl/core/cfwl_evtselectchanged.h View 1 chunk +0 lines, -26 lines 0 comments Download
D xfa/fwl/core/cfwl_evtselectchanged.cpp View 1 chunk +0 lines, -12 lines 0 comments Download
D xfa/fwl/core/cfwl_evttextchanged.h View 1 chunk +0 lines, -20 lines 0 comments Download
D xfa/fwl/core/cfwl_evttextchanged.cpp View 1 chunk +0 lines, -12 lines 0 comments Download
D xfa/fwl/core/cfwl_evtvalidate.h View 1 chunk +0 lines, -21 lines 0 comments Download
D xfa/fwl/core/cfwl_evtvalidate.cpp View 1 chunk +0 lines, -12 lines 0 comments Download
D xfa/fwl/core/cfwl_form.h View 1 chunk +0 lines, -99 lines 0 comments Download
D xfa/fwl/core/cfwl_form.cpp View 1 chunk +0 lines, -624 lines 0 comments Download
D xfa/fwl/core/cfwl_formproxy.h View 1 chunk +0 lines, -31 lines 0 comments Download
D xfa/fwl/core/cfwl_formproxy.cpp View 1 chunk +0 lines, -40 lines 0 comments Download
D xfa/fwl/core/cfwl_listbox.h View 1 chunk +0 lines, -169 lines 0 comments Download
D xfa/fwl/core/cfwl_listbox.cpp View 1 chunk +0 lines, -1131 lines 0 comments Download
D xfa/fwl/core/cfwl_listitem.h View 1 chunk +0 lines, -30 lines 0 comments Download
D xfa/fwl/core/cfwl_listitem.cpp View 1 chunk +0 lines, -19 lines 0 comments Download
D xfa/fwl/core/cfwl_message.h View 1 chunk +0 lines, -39 lines 0 comments Download
D xfa/fwl/core/cfwl_message.cpp View 1 chunk +0 lines, -26 lines 0 comments Download
D xfa/fwl/core/cfwl_monthcalendar.h View 1 chunk +0 lines, -227 lines 0 comments Download
D xfa/fwl/core/cfwl_monthcalendar.cpp View 1 chunk +0 lines, -1089 lines 0 comments Download
D xfa/fwl/core/cfwl_msgkey.h View 1 chunk +0 lines, -29 lines 0 comments Download
D xfa/fwl/core/cfwl_msgkey.cpp View 1 chunk +0 lines, -20 lines 0 comments Download
D xfa/fwl/core/cfwl_msgkillfocus.h View 1 chunk +0 lines, -26 lines 0 comments Download
D xfa/fwl/core/cfwl_msgkillfocus.cpp View 1 chunk +0 lines, -24 lines 0 comments Download
D xfa/fwl/core/cfwl_msgmouse.h View 1 chunk +0 lines, -41 lines 0 comments Download
D xfa/fwl/core/cfwl_msgmouse.cpp View 1 chunk +0 lines, -20 lines 0 comments Download
D xfa/fwl/core/cfwl_msgmousewheel.h View 1 chunk +0 lines, -29 lines 0 comments Download
D xfa/fwl/core/cfwl_msgmousewheel.cpp View 1 chunk +0 lines, -21 lines 0 comments Download
D xfa/fwl/core/cfwl_msgsetfocus.h View 1 chunk +0 lines, -23 lines 0 comments Download
D xfa/fwl/core/cfwl_msgsetfocus.cpp View 1 chunk +0 lines, -21 lines 0 comments Download
D xfa/fwl/core/cfwl_notedriver.h View 1 chunk +0 lines, -78 lines 0 comments Download
D xfa/fwl/core/cfwl_notedriver.cpp View 1 chunk +0 lines, -480 lines 0 comments Download
D xfa/fwl/core/cfwl_noteloop.h View 1 chunk +0 lines, -27 lines 0 comments Download
D xfa/fwl/core/cfwl_noteloop.cpp View 1 chunk +0 lines, -9 lines 0 comments Download
D xfa/fwl/core/cfwl_picturebox.h View 1 chunk +0 lines, -51 lines 0 comments Download
D xfa/fwl/core/cfwl_picturebox.cpp View 1 chunk +0 lines, -52 lines 0 comments Download
D xfa/fwl/core/cfwl_pushbutton.h View 1 chunk +0 lines, -69 lines 0 comments Download
D xfa/fwl/core/cfwl_pushbutton.cpp View 1 chunk +0 lines, -291 lines 0 comments Download
D xfa/fwl/core/cfwl_scrollbar.h View 1 chunk +0 lines, -148 lines 0 comments Download
D xfa/fwl/core/cfwl_scrollbar.cpp View 1 chunk +0 lines, -503 lines 0 comments Download
D xfa/fwl/core/cfwl_spinbutton.h View 1 chunk +0 lines, -73 lines 0 comments Download
D xfa/fwl/core/cfwl_spinbutton.cpp View 1 chunk +0 lines, -363 lines 0 comments Download
D xfa/fwl/core/cfwl_sysbtn.h View 1 chunk +0 lines, -33 lines 0 comments Download
D xfa/fwl/core/cfwl_sysbtn.cpp View 1 chunk +0 lines, -49 lines 0 comments Download
D xfa/fwl/core/cfwl_themebackground.h View 1 chunk +0 lines, -27 lines 0 comments Download
D xfa/fwl/core/cfwl_themepart.h View 1 chunk +0 lines, -96 lines 0 comments Download
D xfa/fwl/core/cfwl_themepart.cpp View 1 chunk +0 lines, -18 lines 0 comments Download
D xfa/fwl/core/cfwl_themetext.h View 1 chunk +0 lines, -24 lines 0 comments Download
D xfa/fwl/core/cfwl_timer.h View 1 chunk +0 lines, -27 lines 0 comments Download
D xfa/fwl/core/cfwl_timer.cpp View 1 chunk +0 lines, -31 lines 0 comments Download
D xfa/fwl/core/cfwl_timerinfo.h View 1 chunk +0 lines, -27 lines 0 comments Download
D xfa/fwl/core/cfwl_timerinfo.cpp View 1 chunk +0 lines, -13 lines 0 comments Download
D xfa/fwl/core/cfwl_widget.h View 1 chunk +0 lines, -196 lines 0 comments Download
D xfa/fwl/core/cfwl_widget.cpp View 1 chunk +0 lines, -729 lines 0 comments Download
D xfa/fwl/core/cfwl_widgetmgr.h View 1 chunk +0 lines, -133 lines 0 comments Download
D xfa/fwl/core/cfwl_widgetmgr.cpp View 1 chunk +0 lines, -732 lines 0 comments Download
D xfa/fwl/core/cfwl_widgetproperties.h View 1 chunk +0 lines, -32 lines 0 comments Download
D xfa/fwl/core/cfwl_widgetproperties.cpp View 1 chunk +0 lines, -19 lines 0 comments Download
D xfa/fwl/core/cfx_barcode.h View 1 chunk +0 lines, -65 lines 0 comments Download
D xfa/fwl/core/cfx_barcode.cpp View 1 chunk +0 lines, -316 lines 0 comments Download
D xfa/fwl/core/fwl_error.h View 1 chunk +0 lines, -19 lines 0 comments Download
D xfa/fwl/core/fwl_widgetdef.h View 1 chunk +0 lines, -224 lines 0 comments Download
D xfa/fwl/core/fwl_widgethit.h View 1 chunk +0 lines, -35 lines 0 comments Download
D xfa/fwl/core/ifwl_adaptertimermgr.h View 1 chunk +0 lines, -21 lines 0 comments Download
D xfa/fwl/core/ifwl_themeprovider.h View 1 chunk +0 lines, -29 lines 0 comments Download
D xfa/fwl/core/ifwl_widgetdelegate.h View 1 chunk +0 lines, -27 lines 0 comments Download
D xfa/fwl/core/ifwl_widgetmgrdelegate.h View 1 chunk +0 lines, -24 lines 0 comments Download
A + xfa/fwl/fwl_error.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/fwl_widgetdef.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/fwl_widgethit.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/ifwl_adaptertimermgr.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + xfa/fwl/ifwl_themeprovider.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/ifwl_widgetdelegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + xfa/fwl/ifwl_widgetmgrdelegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
M xfa/fwl/theme/cfwl_barcodetp.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/theme/cfwl_carettp.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/theme/cfwl_checkboxtp.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M xfa/fwl/theme/cfwl_comboboxtp.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M xfa/fwl/theme/cfwl_datetimepickertp.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fwl/theme/cfwl_edittp.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/theme/cfwl_listboxtp.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/theme/cfwl_monthcalendartp.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M xfa/fwl/theme/cfwl_pictureboxtp.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fwl/theme/cfwl_pushbuttontp.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M xfa/fwl/theme/cfwl_scrollbartp.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M xfa/fwl/theme/cfwl_widgettp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fwl/theme/cfwl_widgettp.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M xfa/fxfa/app/xfa_ffapp.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_ffbarcode.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fxfa/app/xfa_ffcheckbutton.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M xfa/fxfa/app/xfa_ffchoicelist.cpp View 2 chunks +9 lines, -9 lines 0 comments Download
M xfa/fxfa/app/xfa_ffdoc.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fffield.h View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_fffield.cpp View 17 chunks +25 lines, -25 lines 0 comments Download
M xfa/fxfa/app/xfa_ffimageedit.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M xfa/fxfa/app/xfa_ffpushbutton.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M xfa/fxfa/app/xfa_fftext.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M xfa/fxfa/app/xfa_fftextedit.cpp View 8 chunks +20 lines, -18 lines 0 comments Download
M xfa/fxfa/app/xfa_ffwidget.cpp View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fwladapter.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fwltheme.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/app/xfa_fwltheme.cpp View 1 chunk +13 lines, -13 lines 0 comments Download
M xfa/fxfa/xfa_ffapp.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxfa/xfa_ffwidget.h View 1 chunk +1 line, -1 line 0 comments Download
M xfa/fxgraphics/cfx_graphics.h View 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (8 generated)
dsinclair
PTAL. This is all mechanical file moves except for the Evt -> Event and Msg ...
4 years ago (2016-12-08 14:42:57 UTC) #2
Tom Sepez
On 2016/12/08 14:42:57, dsinclair wrote: > PTAL. This is all mechanical file moves except for ...
4 years ago (2016-12-08 17:41:47 UTC) #7
dsinclair
On 2016/12/08 17:41:47, Tom Sepez wrote: > On 2016/12/08 14:42:57, dsinclair wrote: > > PTAL. ...
4 years ago (2016-12-08 17:49:15 UTC) #8
Tom Sepez
On 2016/12/08 17:49:15, dsinclair wrote: > On 2016/12/08 17:41:47, Tom Sepez wrote: > > On ...
4 years ago (2016-12-08 18:02:25 UTC) #9
dsinclair
On 2016/12/08 18:02:25, Tom Sepez wrote: > On 2016/12/08 17:49:15, dsinclair wrote: > > On ...
4 years ago (2016-12-08 18:05:25 UTC) #10
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/2559173002/1
4 years ago (2016-12-08 18:05:48 UTC) #12
commit-bot: I haz the power
4 years ago (2016-12-08 18:06:39 UTC) #15
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://pdfium.googlesource.com/pdfium/+/447b1f3ffc7e0df233d15300bbf8a85ce2bc...

Powered by Google App Engine
This is Rietveld 408576698