https://bugs.kde.org/show_bug.cgi?id=412304

Kai Uwe Broulik <k...@privat.broulik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
                 CC|                            |k...@privat.broulik.de
         Resolution|---                         |DOWNSTREAM

--- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> ---
According to Chromium source code this looks intentional:

  // Add the *.* filter, but only if we have added other filters (otherwise it
  // is implied). It needs to be added last to avoid being picked as the
default
  // filter.
  if (file_types_.include_all_files && !file_types_.extensions.empty()) {
    DCHECK(filter_set.find("application/octet-stream") == filter_set.end());
    filter_vector.push_back("application/octet-stream");
  }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to