DescriptionSupport drag and drop of files with filesystem: URL
Filter filesystem files in RenderViewHostImpl::OnStartDragging.
Create isolated filesystem for each filesystem file in RenderViewHostImpl::DragTargetDragEnter.
Add file_system_files to content::DropData.
Wire information from blink::WebDragData to ui::OSExchangeData.
blink::WebDragData -[drop_data_builder.cc]-> content::DropData -[web_contents_view_aura.cc]-> ui::OSExchangeData
Wire information from ui::OSExchangeData to blink::WebDragData.
ui::OSExchangeData -[web_contents_view_aura.cc]-> content::DropData -[render_view_impl.cc]-> blink::WebDragData
BUG=126766
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265616
Patch Set 1 : #Patch Set 2 : Fix SEGV during tests #
Total comments: 3
Patch Set 3 : Add comment #
Total comments: 2
Patch Set 4 : rebase #Patch Set 5 : Inline ctor & dtor #
Messages
Total messages: 16 (0 generated)
|