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:
Adrien Destugues
2015-10-31 09:01:23 +01:00
parent ef8ce1adf7
commit 4e9575976e
2 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -638,8 +638,8 @@ RemotePackageRepository HaikuPorts
graphite2_x86_devel-1.2.4-1
guilib_x86-1.2.1-1
guilib_x86_devel-1.2.1-1
haikuwebkit_x86-1.4.12-1
haikuwebkit_x86_devel-1.4.12-1
haikuwebkit_x86-1.4.13-1
haikuwebkit_x86_devel-1.4.13-1
harfbuzz_x86-0.9.39-1
harfbuzz_x86_devel-0.9.39-1
icu_x86-55.1-1
+1 -3
View File
@@ -1336,9 +1336,7 @@ BrowserWindow::CreateNewTab(const BString& _url, bool select,
bool applyNewPagePolicy = webView == NULL;
// Executed in app thread (new BWebPage needs to be created in app thread).
if (webView == NULL)
webView = new BWebView("web view");
webView->SetContext(fContext);
webView = new BWebView("web view", fContext);
bool isNewWindow = fTabManager->CountTabs() == 0;