[go: nahoru, domu]

tree: ddd5a89e19809bf7f64cec0d26a4342356b293bc [path history] [tgz]
  1. draw_utils/
  2. ink/
  3. loader/
  4. mojom/
  5. pdf_utils/
  6. pdfium/
  7. test/
  8. ui/
  9. accessibility.cc
  10. accessibility.h
  11. accessibility_helper.cc
  12. accessibility_helper.h
  13. accessibility_structs.cc
  14. accessibility_structs.h
  15. BUILD.gn
  16. COMMON_METADATA
  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_metadata.cc
  26. document_metadata.h
  27. features.gni
  28. flatten_pdf_result.cc
  29. flatten_pdf_result.h
  30. input_utils.cc
  31. input_utils.h
  32. input_utils_unittest.cc
  33. metrics_handler.cc
  34. metrics_handler.h
  35. OWNERS
  36. page_orientation.cc
  37. page_orientation.h
  38. page_orientation_unittest.cc
  39. paint_aggregator.cc
  40. paint_aggregator.h
  41. paint_manager.cc
  42. paint_manager.h
  43. paint_manager_unittest.cc
  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_accessibility_action_handler.h
  52. pdf_accessibility_data_handler.h
  53. pdf_accessibility_image_fetcher.h
  54. pdf_engine.h
  55. pdf_features.cc
  56. pdf_features.h
  57. pdf_init.cc
  58. pdf_init.h
  59. pdf_ink_brush.cc
  60. pdf_ink_brush.h
  61. pdf_ink_brush_unittest.cc
  62. pdf_ink_module.cc
  63. pdf_ink_module.h
  64. pdf_ink_module_unittest.cc
  65. pdf_ink_transform.cc
  66. pdf_ink_transform.h
  67. pdf_ink_transform_unittest.cc
  68. pdf_ink_undo_redo_model.cc
  69. pdf_ink_undo_redo_model.h
  70. pdf_ink_undo_redo_model_unittest.cc
  71. pdf_progressive_searchifier.h
  72. pdf_transform.cc
  73. pdf_transform.h
  74. pdf_transform_unittest.cc
  75. pdf_view_web_plugin.cc
  76. pdf_view_web_plugin.h
  77. pdf_view_web_plugin_unittest.cc
  78. post_message_receiver.cc
  79. post_message_receiver.h
  80. preview_mode_client.cc
  81. preview_mode_client.h
  82. README.md
  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/40186598): Remove existing //content dependencies.