In 261002@main we forgot to update a call to webkit_download_get_destination() in MiniBrowser that expects to receive a URI but now receives a path. Due to this, I noticed that the downloads code is currently unreachable due to a missing g_signal_connect() now that download-started moved from WebKitWebContext to WebKitNetworkSession. Let's fix that too.
Actually this was a false alarm, because all of this code is built only for GTK 3. Downloads just are not hooked up yet at all.