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

Issue 2558573002: Revert "reland of Improve linearized pdf load/show time." (Closed)

Created:
4 years ago by dsinclair
Modified:
4 years ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert "reland of Improve linearized pdf load/show time." This Cl reverts the linearized loading Cl. In order to do so it also reverst: * "Fix crash in Print Preview on rotating the preview in 'Clockwise' direction.." * "[PDF Plugin] Increase read buffer size" The reason for revert is due to breaking loading of dynamic XFA forms. Committed: https://crrev.com/adf55f3f29505455a4a80f8a354386dad64093ca Cr-Commit-Position: refs/heads/master@{#436938}

Patch Set 1 #

Patch Set 2 : Changes to make tests pass ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+767 lines, -2943 lines) Patch
M pdf/BUILD.gn View 4 chunks +1 line, -11 lines 0 comments Download
M pdf/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M pdf/chunk_stream.h View 1 chunk +23 lines, -80 lines 0 comments Download
A pdf/chunk_stream.cc View 1 chunk +175 lines, -0 lines 0 comments Download
M pdf/chunk_stream_unittest.cc View 1 chunk +4 lines, -86 lines 0 comments Download
M pdf/document_loader.h View 1 3 chunks +64 lines, -48 lines 0 comments Download
M pdf/document_loader.cc View 1 5 chunks +400 lines, -243 lines 0 comments Download
D pdf/document_loader_unittest.cc View 1 chunk +0 lines, -1179 lines 0 comments Download
M pdf/out_of_process_instance.h View 1 chunk +0 lines, -1 line 0 comments Download
M pdf/out_of_process_instance.cc View 1 2 chunks +17 lines, -7 lines 0 comments Download
M pdf/pdf_engine.h View 2 chunks +2 lines, -3 lines 0 comments Download
M pdf/pdfium/pdfium_engine.h View 1 4 chunks +7 lines, -11 lines 0 comments Download
M pdf/pdfium/pdfium_engine.cc View 1 15 chunks +74 lines, -95 lines 0 comments Download
M pdf/preview_mode_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M pdf/preview_mode_client.cc View 1 chunk +0 lines, -2 lines 0 comments Download
D pdf/range_set.h View 1 chunk +0 lines, -77 lines 0 comments Download
D pdf/range_set.cc View 1 chunk +0 lines, -253 lines 0 comments Download
D pdf/range_set_unittest.cc View 1 chunk +0 lines, -303 lines 0 comments Download
D pdf/timer.h View 1 chunk +0 lines, -35 lines 0 comments Download
D pdf/timer.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D pdf/url_loader_wrapper.h View 1 chunk +0 lines, -62 lines 0 comments Download
D pdf/url_loader_wrapper_impl.h View 1 chunk +0 lines, -89 lines 0 comments Download
D pdf/url_loader_wrapper_impl.cc View 1 chunk +0 lines, -325 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
dsinclair
PTAL. I was unable to make the form code work so ended up doing the ...
4 years ago (2016-12-06 21:25:03 UTC) #4
Tom Sepez
RS LGTM
4 years ago (2016-12-06 22:43:55 UTC) #7
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/2558573002/20001
4 years ago (2016-12-07 13:56:24 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-12-07 14:01:15 UTC) #11
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/adf55f3f29505455a4a80f8a354386dad64093ca Cr-Commit-Position: refs/heads/master@{#436938}
4 years ago (2016-12-07 14:03:54 UTC) #13
snake
On 2016/12/07 14:03:54, commit-bot: I haz the power wrote: > Patchset 2 (id:??) landed as ...
4 years ago (2016-12-09 18:46:53 UTC) #14
dsinclair
On 2016/12/09 18:46:53, snake wrote: > On 2016/12/07 14:03:54, commit-bot: I haz the power wrote: ...
4 years ago (2016-12-12 14:11:53 UTC) #15
snake
On 2016/12/12 14:11:53, dsinclair wrote: > On 2016/12/09 18:46:53, snake wrote: > > On 2016/12/07 ...
4 years ago (2016-12-12 14:28:50 UTC) #16
chromium-reviews
4 years ago (2016-12-12 14:35:05 UTC) #17
Message was sent while issue was closed.
You have to have pdf_enable_xfa true in order to repro

Dan

On Mon, Dec 12, 2016, 09:28 <art-snake@yandex-team.ru> wrote:

> On 2016/12/12 14:11:53, dsinclair wrote:
> > On 2016/12/09 18:46:53, snake wrote:
> > > On 2016/12/07 14:03:54, commit-bot: I haz the power wrote:
> > > > Patchset 2 (id:??) landed as
> > > > https://crrev.com/adf55f3f29505455a4a80f8a354386dad64093ca
> > > > Cr-Commit-Position: refs/heads/master@{#436938}
> > >
> > > What problem with new document_loader and XFA dynamic forms?
> >
> > The PDF's I had issue with are from
> > https://www.idrsolutions.com/jpdfforms/xfa-html5-example-conversions/.
> The
> > documents are linearized XFA dynamic forms. When loaded from the site
> they
> would
> > fail with the current code (the please use acrobat page would be shown,
> no
> > moving the mouse the renderer would crash).
> > When loaded from disk they worked fine.
>
> I cannot reproduce this issue, with new loader:
> https://drive.google.com/open?id=0BzWfMBOuik2QY0hUT2JqUDhzWm8
> Should I enable XFA feature in build to reproduce it?
>
> https://codereview.chromium.org/2558573002/
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698