mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 411955 - keyword.URL does not work with GtkWidget. r=bsmedberg
This commit is contained in:
parent
918fdea35b
commit
7c3231d671
@ -437,7 +437,8 @@ EmbedPrivate::LoadCurrentURI(void)
|
||||
nsAutoPopupStatePusher popupStatePusher(piWin, openAllowed);
|
||||
|
||||
mNavigation->LoadURI(NS_ConvertUTF8toUTF16(mURI).get(), // URI string
|
||||
nsIWebNavigation::LOAD_FLAGS_NONE, // Load flags
|
||||
nsIWebNavigation::LOAD_FLAGS_NONE | // Load flags
|
||||
nsIWebNavigation::LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP, // Allow keyword.URL.. functionality
|
||||
nsnull, // Referring URI
|
||||
nsnull, // Post data
|
||||
nsnull); // extra headers
|
||||
|
Loading…
Reference in New Issue
Block a user