diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-09-18 17:50:35 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-18 17:50:35 +0000 |
commit | 7ea611fb82308b4b8f9dc150a9d79334435c53b6 (patch) | |
tree | de7b509e8d036d47c6cf3e49394f98ca198bfd92 /fxjs/cfxjse_engine.h | |
parent | 6fc8d877d7450905623c6abb1094ab99f5bd80cb (diff) | |
download | pdfium-7ea611fb82308b4b8f9dc150a9d79334435c53b6.tar.xz |
Transfer ownership of nodes to top-level XML doc
For XFA, XML nodes are owned by the XML doc that they were created by,
but references to them are stored elsewhere. For a PDF document there
is one top-level XML document created and retained when the initial
XFA XML is parsed. Another can be created if loadXML is called by
JS. In the existing code the XML doc that owns the newly created nodes
is local to loadXML. So the nodes are destroyed right after putting
refernces to them into the main XFA data structures.
This CL adds in a method to transfer ownership of the XML nodes from
one doc to another, and uses it to correctly retain the newly created
nodes, by having them owned by the top-level XML doc.
BUG=chromium:884664
Change-Id: Id29b4edbfe44aefb9713328e4e217e830f7e9e14
Reviewed-on: https://pdfium-review.googlesource.com/42690
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'fxjs/cfxjse_engine.h')
0 files changed, 0 insertions, 0 deletions