mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Create 2272 release branch for CEF3.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2272@1993 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
14
patch/patches/ui_dragdrop_355390.patch
Normal file
14
patch/patches/ui_dragdrop_355390.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff --git os_exchange_data_provider_aurax11.cc os_exchange_data_provider_aurax11.cc
|
||||
index 714069f..56c7fa5 100644
|
||||
--- os_exchange_data_provider_aurax11.cc
|
||||
+++ os_exchange_data_provider_aurax11.cc
|
||||
@@ -158,7 +158,8 @@ void OSExchangeDataProviderAuraX11::SetURL(const GURL& url,
|
||||
format_map_.Insert(atom_cache_.GetAtom(kMimeTypeMozillaURL), mem);
|
||||
|
||||
// Set a string fallback as well.
|
||||
- SetString(spec);
|
||||
+ if (!HasString())
|
||||
+ SetString(spec);
|
||||
|
||||
// Return early if this drag already contains file contents (this implies
|
||||
// that file contents must be populated before URLs). Nautilus (and possibly
|
Reference in New Issue
Block a user