FreeBSD Bugzilla – Attachment 145924 Details for
Bug 192742
www/chromium : file choser (file upload) not available
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-ui__shell_dialogs__select_file_dialog.cc
patch-ui__shell_dialogs__select_file_dialog.cc (text/plain), 917 bytes, created by
Carlos J Puga Medina
on 2014-08-17 15:44:24 UTC
(
hide
)
Description:
patch-ui__shell_dialogs__select_file_dialog.cc
Filename:
MIME Type:
Creator:
Carlos J Puga Medina
Created:
2014-08-17 15:44:24 UTC
Size:
917 bytes
patch
obsolete
>--- ./ui/shell_dialogs/select_file_dialog.cc.orig 2014-08-17 15:01:23.000000000 +0200 >+++ ./ui/shell_dialogs/select_file_dialog.cc 2014-08-17 15:02:57.000000000 +0200 >@@ -20,7 +20,7 @@ > #include "ui/shell_dialogs/select_file_dialog_mac.h" > #elif defined(OS_ANDROID) > #include "ui/shell_dialogs/select_file_dialog_android.h" >-#elif defined(USE_AURA) && !defined(USE_ASH) && defined(OS_LINUX) >+#elif defined(USE_AURA) && !defined(USE_ASH) && (defined(OS_LINUX) || defined(OS_FREEBSD)) > #include "ui/shell_dialogs/linux_shell_dialog.h" > #endif > >@@ -76,7 +76,7 @@ > return dialog; > } > >-#if defined(USE_AURA) && !defined(USE_ASH) && defined(OS_LINUX) >+#if defined(USE_AURA) && !defined(USE_ASH) && (defined(OS_LINUX) || defined(OS_FREEBSD)) > const ui::LinuxShellDialog* shell_dialogs = ui::LinuxShellDialog::instance(); > if (shell_dialogs) > return shell_dialogs->CreateSelectFileDialog(listener, policy);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192742
:
145921
| 145924