tree: 704d67d35450a63d4dba016cfc6f8f4848981e5d [path history] [tgz]
  1. draw_utils/
  2. mojom/
  3. pdf_utils/
  4. pdfium/
  5. ppapi_migration/
  6. test/
  7. ui/
  8. accessibility.cc
  9. accessibility.h
  10. accessibility_helper.cc
  11. accessibility_helper.h
  12. accessibility_structs.cc
  13. accessibility_structs.h
  14. BUILD.gn
  15. chunk_stream.h
  16. chunk_stream_unittest.cc
  17. content_restriction.h
  18. DEPS
  19. DIR_METADATA
  20. document_attachment_info.cc
  21. document_attachment_info.h
  22. document_layout.cc
  23. document_layout.h
  24. document_layout_unittest.cc
  25. document_loader.h
  26. document_loader_impl.cc
  27. document_loader_impl.h
  28. document_loader_impl_unittest.cc
  29. document_metadata.cc
  30. document_metadata.h
  31. features.gni
  32. font_table_linux.cc
  33. font_table_linux.h
  34. out_of_process_instance.cc
  35. out_of_process_instance.h
  36. OWNERS
  37. page_orientation.cc
  38. page_orientation.h
  39. page_orientation_unittest.cc
  40. paint_aggregator.cc
  41. paint_aggregator.h
  42. paint_manager.cc
  43. paint_manager.h
  44. paint_ready_rect.cc
  45. paint_ready_rect.h
  46. parsed_params.cc
  47. parsed_params.h
  48. parsed_params_unittest.cc
  49. pdf.cc
  50. pdf.h
  51. pdf_engine.h
  52. pdf_features.cc
  53. pdf_features.h
  54. pdf_init.cc
  55. pdf_init.h
  56. pdf_ppapi.cc
  57. pdf_ppapi.h
  58. pdf_transform.cc
  59. pdf_transform.h
  60. pdf_transform_unittest.cc
  61. pdf_view_plugin_base.cc
  62. pdf_view_plugin_base.h
  63. pdf_view_plugin_base_unittest.cc
  64. pdf_view_web_plugin.cc
  65. pdf_view_web_plugin.h
  66. pdf_view_web_plugin_unittest.cc
  67. post_message_receiver.cc
  68. post_message_receiver.h
  69. post_message_sender.cc
  70. post_message_sender.h
  71. preview_mode_client.cc
  72. preview_mode_client.h
  73. range_set.cc
  74. range_set.h
  75. range_set_unittest.cc
  76. README.md
  77. url_loader_wrapper.h
  78. url_loader_wrapper_impl.cc
  79. url_loader_wrapper_impl.h
pdf/README.md

//pdf contains the PDF plugin, its Blink-based replacement, as well as PDF utility functions that leverage PDFium. It can use low-level components that live below the content layer, as well as other foundational code like //printing. It should not use //content or anything in //components that lives above the content layer. Code that lives above the content layer should live in //components/pdf, or in the embedder. All the code here should run in sandboxed child processes.

TODO(crbug.com/1220865): Remove existing //content dependencies.