Re: Support for remote file in location window
- From: "Jasper St. Pierre" <jstpierre mecheye net>
- To: Robert Orzanna <orschiro gmail com>
- Cc: "gtk-list gnome org" <gtk-list gnome org>
- Subject: Re: Support for remote file in location window
- Date: Thu, 4 Jul 2013 16:52:56 -0400
GTK+ is the library that provides that window. The window is known as "GtkFileChooser".
When Chromium says "please open a GtkFileChooser", it provides a set of options about how to return the results. One of these options is "do I want to get a URI back (file:///usr/share/pixmaps/google.png,
http://google.com/google.png, etc.) or do I want a file path back (/usr/share/pixmaps/google.png)"
GtkFileChooser does not hand Chromium back the file's contents. It simply hands it back the URI or file path. Chromium would need to somehow open the URI it gets back. Obviously, Chromium can open http/https URIs using its own networking stack, but for whatever reason, it chooses not to toggle on that functionality.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]