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

Issue 2393593002: Move core/fpdfapi/fpdf_render to core/fpdfapi/render (Closed)

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

Description

Move core/fpdfapi/fpdf_render to core/fpdfapi/render BUG=pdfium:603 Committed: https://pdfium.googlesource.com/pdfium/+/69d9c68e705afa7a4008feb9bbeb19cea887ed47

Patch Set 1 #

Patch Set 2 : Rebase to master #

Patch Set 3 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -7482 lines) Patch
M BUILD.gn View 3 chunks +18 lines, -18 lines 0 comments Download
M core/fpdfapi/cpdf_pagerendercontext.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
D core/fpdfapi/fpdf_render/cpdf_pagerendercache.h View 1 chunk +0 lines, -71 lines 0 comments Download
D core/fpdfapi/fpdf_render/cpdf_progressiverenderer.h View 1 chunk +0 lines, -62 lines 0 comments Download
D core/fpdfapi/fpdf_render/cpdf_rendercontext.h View 1 chunk +0 lines, -67 lines 0 comments Download
D core/fpdfapi/fpdf_render/cpdf_renderoptions.h View 1 chunk +0 lines, -54 lines 0 comments Download
D core/fpdfapi/fpdf_render/cpdf_textrenderer.h View 1 chunk +0 lines, -60 lines 0 comments Download
D core/fpdfapi/fpdf_render/cpdf_type3cache.h View 1 chunk +0 lines, -40 lines 0 comments Download
D core/fpdfapi/fpdf_render/cpdf_type3cache.cpp View 1 chunk +0 lines, -171 lines 0 comments Download
D core/fpdfapi/fpdf_render/cpdf_type3glyphs.h View 1 chunk +0 lines, -35 lines 0 comments Download
D core/fpdfapi/fpdf_render/cpdf_type3glyphs.cpp View 1 chunk +0 lines, -46 lines 0 comments Download
D core/fpdfapi/fpdf_render/fpdf_render.cpp View 1 chunk +0 lines, -1289 lines 0 comments Download
D core/fpdfapi/fpdf_render/fpdf_render_cache.cpp View 1 chunk +0 lines, -333 lines 0 comments Download
D core/fpdfapi/fpdf_render/fpdf_render_image.cpp View 1 chunk +0 lines, -1088 lines 0 comments Download
D core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp View 1 chunk +0 lines, -1559 lines 0 comments Download
D core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp View 1 chunk +0 lines, -39 lines 0 comments Download
D core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp View 1 chunk +0 lines, -1215 lines 0 comments Download
D core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp View 1 chunk +0 lines, -17 lines 0 comments Download
D core/fpdfapi/fpdf_render/fpdf_render_text.cpp View 1 chunk +0 lines, -652 lines 0 comments Download
D core/fpdfapi/fpdf_render/render_int.h View 1 chunk +0 lines, -596 lines 0 comments Download
M core/fpdfapi/page/cpdf_generalstate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/page/cpdf_image.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfapi/page/cpdf_page.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfapi/parser/cpdf_document.cpp View 2 chunks +1 line, -1 line 0 comments Download
A + core/fpdfapi/render/cpdf_pagerendercache.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + core/fpdfapi/render/cpdf_progressiverenderer.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + core/fpdfapi/render/cpdf_rendercontext.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + core/fpdfapi/render/cpdf_renderoptions.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + core/fpdfapi/render/cpdf_textrenderer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + core/fpdfapi/render/cpdf_type3cache.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + core/fpdfapi/render/cpdf_type3cache.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + core/fpdfapi/render/cpdf_type3glyphs.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + core/fpdfapi/render/cpdf_type3glyphs.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + core/fpdfapi/render/fpdf_render.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
A + core/fpdfapi/render/fpdf_render_cache.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + core/fpdfapi/render/fpdf_render_image.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
A + core/fpdfapi/render/fpdf_render_loadimage.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + core/fpdfapi/render/fpdf_render_loadimage_embeddertest.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + core/fpdfapi/render/fpdf_render_pattern.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
A + core/fpdfapi/render/fpdf_render_pattern_embeddertest.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + core/fpdfapi/render/fpdf_render_text.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
A + core/fpdfapi/render/render_int.h View 2 chunks +4 lines, -4 lines 0 comments Download
M core/fpdfdoc/cpdf_annot.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fpdfdoc/cpdf_annotlist.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fpdfdoc/cpdf_formcontrol.cpp View 1 chunk +1 line, -1 line 0 comments Download
M core/fxge/dib/fx_dib_engine_unittest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/cpdfsdk_pageview.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdf_progressive.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfformfill.cpp View 1 chunk +1 line, -1 line 0 comments Download
M fpdfsdk/fpdfview.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fxedit/fxet_edit.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 15 (9 generated)
dsinclair
PTAL.
4 years, 2 months ago (2016-10-04 16:09:48 UTC) #2
Lei Zhang
lgtm
4 years, 2 months ago (2016-10-04 18:03:54 UTC) #3
Tom Sepez
lgtm
4 years, 2 months ago (2016-10-04 18:31:03 UTC) #4
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/2393593002/20001
4 years, 2 months ago (2016-10-04 18:56:34 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/2393593002/40001
4 years, 2 months ago (2016-10-04 18:59:15 UTC) #13
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 19:18:39 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/69d9c68e705afa7a4008feb9bbeb19cea887...

Powered by Google App Engine
This is Rietveld 408576698