Update WebKit. Enable MathML. Not maximum set of options is enabled now, probably..

svn path=/nixpkgs/trunk/; revision=23150
This commit is contained in:
Michael Raskin 2010-08-12 13:56:57 +00:00
parent ca1914fa1a
commit a30807b8fd
2 changed files with 22 additions and 16 deletions

View file

@ -24,22 +24,28 @@ rec {
configureFlags = [
"--enable-3D-transforms"
"--enable-web-sockets"
"--enable-indexeddb"
"--enable-web-timing"
"--enable-image-resizer"
# https://bugs.webkit.org/show_bug.cgi?id=41859
# "--enable-mathml"
"--enable-mathml"
# "--enable-blob-slice"
# Seem incomplete as of now
# "--enable-file-reader"
# "--enable-file-writer"
# https://bugs.webkit.org/show_bug.cgi?id=40765
# https://bugs.webkit.org/show_bug.cgi?id=42943
# "--enable-wml"
# https://bugs.webkit.org/show_bug.cgi?id=43863
# "--enable-indexed-database"
# "--enable-xhtmlmp"
"--enable-xhtmlmp"
# "--enable-input-speech"
# https://bugs.webkit.org/show_bug.cgi?id=43878
# "--enable-file-writer"
# "--enable-blob"
# May be or not be triggering https://bugs.webkit.org/show_bug.cgi?id=43878
# "--enable-file-system"
# "--enable-directory-upload"
];
/* doConfigure should be specified separately */

View file

@ -1,9 +1,9 @@
rec {
version="r62632";
name="webkit-r62632";
hash="138b1iyp97v2sy8cqqkbgr9gpj954as0ndb13s738raj3yn5bc5g";
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r62632.tar.bz2";
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r62632.tar.bz2";
version="r65222";
name="webkit-r65222";
hash="1s6pg0f03iazkn5jp6qj58k92cazfzmpxibav2nca2n6xk8a0jxw";
url="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r65222.tar.bz2";
advertisedUrl="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r65222.tar.bz2";
}