Provide open_new_window and load_url methods with boolean fullscreen argument
authorSteven Luo <steven+maemo@steven676.net>
Sat, 25 Sep 2010 02:33:42 +0000 (19:33 -0700)
committerSteven Luo <steven+maemo@steven676.net>
Sat, 25 Sep 2010 02:33:42 +0000 (19:33 -0700)
commitcdd1081d75e7c2a1923013d761565cce57339359
tree6678e4bf7daf95bb27c5be3a52351fc8ea1b5e95
parent5d9072c23d5aab6f8f8c334ae6f8ea567ca82ebb
Provide open_new_window and load_url methods with boolean fullscreen argument

MicroB implements an optional boolean argument to the open_new_window
and load_url methods in the com.nokia.osso_browser interface, which
allows the application to request that the new page be loaded in a
fullscreen window.  We need to provide this as well -- otherwise,
applications that use the argument will receive an error.

Provide versions of open_new_window and load_url with a fullscreen
argument, which is ignored for the moment.  It's not going to be
possible to implement the fullscreen behavior for all supported
browsers, but we should implement it for MicroB, at least.

Fixes the launching of the Flickr new account page from the Sharing
control panel in Fremantle:
https://garage.maemo.org/tracker/index.php?func=detail&aid=6444&group_id=1159&atid=4348
Thanks to Tom G for reporting.
dbus-server-bindings.c
dbus-server-bindings.h
dbus-server-glue.xml