[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
xan at webkit.org
xan at webkit.org
Wed Mar 17 17:58:23 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit d94ce67c9654ac260a4ca0a0b7e6535fd9870674
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Feb 24 14:04:45 2010 +0000
2010-02-24 Xan Lopez <xlopez at igalia.com>
Reviewed by Gustavo Noronha.
Enable SharedWorkers by default, since that's been the default for
a long time in our build-webkit configuration.
* configure.ac:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55191 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index f8f927f..4461d4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-24 Xan Lopez <xlopez at igalia.com>
+
+ Reviewed by Gustavo Noronha.
+
+ Enable SharedWorkers by default, since that's been the default for
+ a long time in our build-webkit configuration.
+
+ * configure.ac:
+
2010-02-23 James Choi <jchoi42 at pha.jhu.edu>
Add Solaris definitions
diff --git a/configure.ac b/configure.ac
index 898e5db..4e33249 100644
--- a/configure.ac
+++ b/configure.ac
@@ -463,8 +463,8 @@ AC_MSG_RESULT([$enable_wml])
AC_MSG_CHECKING([whether to enable SharedWorkers support])
AC_ARG_ENABLE(shared_workers,
AC_HELP_STRING([--enable-shared-workers],
- [enable support for SharedWorkers [default=no]]),
- [],[enable_shared_workers="no"])
+ [enable support for SharedWorkers [default=yes]]),
+ [],[enable_shared_workers="yes"])
AC_MSG_RESULT([$enable_shared_workers])
# check whether to enable Web Workers support
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list