Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 13:54:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192742] New: www/chromium : file choser (file upload) not available
Message-ID:  <bug-192742-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192742

            Bug ID: 192742
           Summary: www/chromium : file choser (file upload) not available
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: cmt@burggraben.net

Created attachment 145921
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145921&action=edit
add FreeBSD (OS_FREEBSD) to file choser logic.

When trying to upload a file using chromium, instead of showing the file
choser, nothing happens. Chromium logs:

[29528:385901568:0817/022602:ERROR:select_file_dialog.cc(94)] Not implemented
reached in static scoped_refptr<ui::SelectFileDialog>
ui::SelectFileDialog::Create(ui::SelectFileDialog::Listener *,
ui::SelectFilePolicy *)

In ui/shell_dialogs/select_file_dialog.cc, the #ifdef orgy has no idea about
FreeBSD. Attached patch fixes that.

patch-ui__shell_dialogs__select_file_dialog.cc can be dropped into
chromium/files/.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192742-13>