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

Issue 2250163002: Rename async to linearized when parsing (Closed)

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

Description

Rename async to linearized when parsing The parser and document refer to async loading and parsing. The code isn't actually async but loading a linearized PDF. This Cl renames the methods to clarify what the code is doing. The LoadDoc() and LoadLinearizedDoc() methods have been refactored to share a common LoadDocInternal() method. Committed: https://pdfium.googlesource.com/pdfium/+/f85e7e2ea29179dfe4ddc25ab410f8898391999c

Patch Set 1 #

Patch Set 2 : formatting #

Total comments: 6

Patch Set 3 : review cleanups #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -34 lines) Patch
M core/fpdfapi/fpdf_parser/cpdf_document.cpp View 1 2 1 chunk +19 lines, -27 lines 0 comments Download
M core/fpdfapi/fpdf_parser/cpdf_parser.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_document.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M core/fpdfapi/fpdf_parser/include/cpdf_parser.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M fpdfsdk/fpdf_dataavail.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (9 generated)
dsinclair
PTAL.
4 years, 4 months ago (2016-08-16 17:36:22 UTC) #4
dsinclair
4 years, 4 months ago (2016-08-16 18:01:41 UTC) #8
Tom Sepez
LGTM with nits, be sure to rebase past my CL first. https://codereview.chromium.org/2250163002/diff/20001/core/fpdfapi/fpdf_parser/cpdf_document.cpp File core/fpdfapi/fpdf_parser/cpdf_document.cpp (right): ...
4 years, 4 months ago (2016-08-16 18:08:02 UTC) #9
dsinclair
https://codereview.chromium.org/2250163002/diff/20001/core/fpdfapi/fpdf_parser/cpdf_document.cpp File core/fpdfapi/fpdf_parser/cpdf_document.cpp (right): https://codereview.chromium.org/2250163002/diff/20001/core/fpdfapi/fpdf_parser/cpdf_document.cpp#newcode521 core/fpdfapi/fpdf_parser/cpdf_document.cpp:521: On 2016/08/16 18:08:01, Tom Sepez wrote: > nit: blank ...
4 years, 4 months ago (2016-08-16 18:28:18 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/2250163002/40001
4 years, 4 months ago (2016-08-16 18:28:26 UTC) #13
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 18:43:28 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/f85e7e2ea29179dfe4ddc25ab410f8898391...

Powered by Google App Engine
This is Rietveld 408576698