tree: 85605b94d9bc1075ab1d29acb0f5d92cc6b76626 [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. flatten_pdf_result.cc
  28. flatten_pdf_result.h
  29. metrics_handler.cc
  30. metrics_handler.h
  31. OWNERS
  32. page_orientation.cc
  33. page_orientation.h
  34. page_orientation_unittest.cc
  35. paint_aggregator.cc
  36. paint_aggregator.h
  37. paint_manager.cc
  38. paint_manager.h
  39. paint_manager_unittest.cc
  40. paint_ready_rect.cc
  41. paint_ready_rect.h
  42. parsed_params.cc
  43. parsed_params.h
  44. parsed_params_unittest.cc
  45. pdf.cc
  46. pdf.h
  47. pdf_accessibility_action_handler.h
  48. pdf_accessibility_data_handler.h
  49. pdf_accessibility_image_fetcher.h
  50. pdf_engine.h
  51. pdf_features.cc
  52. pdf_features.h
  53. pdf_init.cc
  54. pdf_init.h
  55. pdf_transform.cc
  56. pdf_transform.h
  57. pdf_transform_unittest.cc
  58. pdf_view_web_plugin.cc
  59. pdf_view_web_plugin.h
  60. pdf_view_web_plugin_unittest.cc
  61. post_message_receiver.cc
  62. post_message_receiver.h
  63. preview_mode_client.cc
  64. preview_mode_client.h
  65. README.md
  66. 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.