tree: e99e607a50aa0917ed4ef3cf9599fa0870f249de [path history] [tgz]
  1. draw_utils/
  2. loader/
  3. mojom/
  4. pdf_utils/
  5. pdfium/
  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. COMMON_METADATA
  16. content_restriction.h
  17. DEPS
  18. DIR_METADATA
  19. document_attachment_info.cc
  20. document_attachment_info.h
  21. document_layout.cc
  22. document_layout.h
  23. document_layout_unittest.cc
  24. document_metadata.cc
  25. document_metadata.h
  26. features.gni
  27. file_extension.cc
  28. file_extension.h
  29. file_extension_unittest.cc
  30. flatten_pdf_result.cc
  31. flatten_pdf_result.h
  32. metrics_handler.cc
  33. metrics_handler.h
  34. OWNERS
  35. page_orientation.cc
  36. page_orientation.h
  37. page_orientation_unittest.cc
  38. paint_aggregator.cc
  39. paint_aggregator.h
  40. paint_manager.cc
  41. paint_manager.h
  42. paint_manager_unittest.cc
  43. paint_ready_rect.cc
  44. paint_ready_rect.h
  45. parsed_params.cc
  46. parsed_params.h
  47. parsed_params_unittest.cc
  48. pdf.cc
  49. pdf.h
  50. pdf_accessibility_action_handler.h
  51. pdf_accessibility_data_handler.h
  52. pdf_accessibility_image_fetcher.h
  53. pdf_engine.h
  54. pdf_features.cc
  55. pdf_features.h
  56. pdf_init.cc
  57. pdf_init.h
  58. pdf_transform.cc
  59. pdf_transform.h
  60. pdf_transform_unittest.cc
  61. pdf_view_web_plugin.cc
  62. pdf_view_web_plugin.h
  63. pdf_view_web_plugin_unittest.cc
  64. post_message_receiver.cc
  65. post_message_receiver.h
  66. preview_mode_client.cc
  67. preview_mode_client.h
  68. README.md
  69. 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.