tree: 8334a17964e4a79cb7ff572055e5a34ffafe6d3a [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. COMMON_METADATA
  18. content_restriction.h
  19. DEPS
  20. DIR_METADATA
  21. document_attachment_info.cc
  22. document_attachment_info.h
  23. document_layout.cc
  24. document_layout.h
  25. document_layout_unittest.cc
  26. document_loader.h
  27. document_loader_impl.cc
  28. document_loader_impl.h
  29. document_loader_impl_unittest.cc
  30. document_metadata.cc
  31. document_metadata.h
  32. features.gni
  33. file_extension.cc
  34. file_extension.h
  35. file_extension_unittest.cc
  36. font_table_linux.cc
  37. font_table_linux.h
  38. metrics_handler.cc
  39. metrics_handler.h
  40. OWNERS
  41. page_orientation.cc
  42. page_orientation.h
  43. page_orientation_unittest.cc
  44. paint_aggregator.cc
  45. paint_aggregator.h
  46. paint_manager.cc
  47. paint_manager.h
  48. paint_manager_unittest.cc
  49. paint_ready_rect.cc
  50. paint_ready_rect.h
  51. parsed_params.cc
  52. parsed_params.h
  53. parsed_params_unittest.cc
  54. pdf.cc
  55. pdf.h
  56. pdf_accessibility_action_handler.h
  57. pdf_accessibility_data_handler.h
  58. pdf_engine.h
  59. pdf_features.cc
  60. pdf_features.h
  61. pdf_init.cc
  62. pdf_init.h
  63. pdf_transform.cc
  64. pdf_transform.h
  65. pdf_transform_unittest.cc
  66. pdf_view_plugin_base.cc
  67. pdf_view_plugin_base.h
  68. pdf_view_plugin_base_unittest.cc
  69. pdf_view_web_plugin.cc
  70. pdf_view_web_plugin.h
  71. pdf_view_web_plugin_unittest.cc
  72. post_message_receiver.cc
  73. post_message_receiver.h
  74. preview_mode_client.cc
  75. preview_mode_client.h
  76. range_set.cc
  77. range_set.h
  78. range_set_unittest.cc
  79. README.md
  80. url_loader_wrapper.h
  81. url_loader_wrapper_impl.cc
  82. url_loader_wrapper_impl.h
  83. v8_value_converter.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.