HaikuWebkit 1.4.13 package.
* There is a small API change, and only the x86_gcc2 package was updated. This means the x86 and x86_64 builds are broken until someone updates the packages. * Fix several small bugs, the most important one being that cookies are written to disk again.
This commit is contained in:
@@ -638,8 +638,8 @@ RemotePackageRepository HaikuPorts
|
|||||||
graphite2_x86_devel-1.2.4-1
|
graphite2_x86_devel-1.2.4-1
|
||||||
guilib_x86-1.2.1-1
|
guilib_x86-1.2.1-1
|
||||||
guilib_x86_devel-1.2.1-1
|
guilib_x86_devel-1.2.1-1
|
||||||
haikuwebkit_x86-1.4.12-1
|
haikuwebkit_x86-1.4.13-1
|
||||||
haikuwebkit_x86_devel-1.4.12-1
|
haikuwebkit_x86_devel-1.4.13-1
|
||||||
harfbuzz_x86-0.9.39-1
|
harfbuzz_x86-0.9.39-1
|
||||||
harfbuzz_x86_devel-0.9.39-1
|
harfbuzz_x86_devel-0.9.39-1
|
||||||
icu_x86-55.1-1
|
icu_x86-55.1-1
|
||||||
|
|||||||
@@ -1336,9 +1336,7 @@ BrowserWindow::CreateNewTab(const BString& _url, bool select,
|
|||||||
bool applyNewPagePolicy = webView == NULL;
|
bool applyNewPagePolicy = webView == NULL;
|
||||||
// Executed in app thread (new BWebPage needs to be created in app thread).
|
// Executed in app thread (new BWebPage needs to be created in app thread).
|
||||||
if (webView == NULL)
|
if (webView == NULL)
|
||||||
webView = new BWebView("web view");
|
webView = new BWebView("web view", fContext);
|
||||||
|
|
||||||
webView->SetContext(fContext);
|
|
||||||
|
|
||||||
bool isNewWindow = fTabManager->CountTabs() == 0;
|
bool isNewWindow = fTabManager->CountTabs() == 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user