tree: c05062c4a16f7b896738aa591e79efe1da7296c7 [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. input_utils.cc
  30. input_utils.h
  31. input_utils_unittest.cc
  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_features.cc
  54. pdf_features.h
  55. pdf_init.cc
  56. pdf_init.h
  57. pdf_ink_brush.cc
  58. pdf_ink_brush.h
  59. pdf_ink_brush_unittest.cc
  60. pdf_ink_conversions.cc
  61. pdf_ink_conversions.h
  62. pdf_ink_cursor.cc
  63. pdf_ink_cursor.h
  64. pdf_ink_cursor_unittest.cc
  65. pdf_ink_module.cc
  66. pdf_ink_module.h
  67. pdf_ink_module_client.h
  68. pdf_ink_module_unittest.cc
  69. pdf_ink_transform.cc
  70. pdf_ink_transform.h
  71. pdf_ink_transform_unittest.cc
  72. pdf_ink_undo_redo_model.cc
  73. pdf_ink_undo_redo_model.h
  74. pdf_ink_undo_redo_model_unittest.cc
  75. pdf_progressive_searchifier.h
  76. pdf_transform.cc
  77. pdf_transform.h
  78. pdf_transform_unittest.cc
  79. pdf_view_web_plugin.cc
  80. pdf_view_web_plugin.h
  81. pdf_view_web_plugin_unittest.cc
  82. post_message_receiver.cc
  83. post_message_receiver.h
  84. preview_mode_client.cc
  85. preview_mode_client.h
  86. README.md
  87. 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/40186598): Remove existing //content dependencies.