Timeline
Aug 10, 2008:
- 10:07 PM Changeset in webkit [35662] by
-
- 3 edits3 copies in trunk
Roll over three large ChangeLogs.
- 9:51 PM Changeset in webkit [35661] by
-
- 2 edits in trunk/WebCore
Reviewed by Eric Seidel.
- fix https://bugs.webkit.org/show_bug.cgi?id=20339 REGRESSION (r35531-r35615): Acid3 crashes on Windows in CachedFont::getSVGFontById
- dom/make_names.pl: Removed "using namespace WebCore::*Names" from *ElementFactory.cpp files.
- 7:17 PM Changeset in webkit [35660] by
-
- 4 edits in trunk/WebCore
Fix crash in Acid3 in Windows and Gtk ports, introduced in r35590.
Reviewed by Cameron Zwarich.
- bindings/js/ScriptControllerGtk.cpp: Fix the logic.
- bindings/js/ScriptControllerWin.cpp: Ditto.
- bindings/js/ScriptControllerQt.cpp: Switch to isPluginView for consistency with Gtk and Windows.
- 3:36 PM Changeset in webkit [35659] by
-
- 3 edits2 adds in trunk
WebCore:
Reviewed by Darin Adler.
- fix <rdar://problem/6074587> REGRESSION (34722): Unable to view AT&T wireless bill - window title contains markup, window is empty
Test: fast/tokenizer/ampersand-in-special-tag.html
- html/HTMLTokenizer.cpp: (WebCore::HTMLTokenizer::parseSpecial): Changed to only advance lastDecodedEntityPosition if an entity was found and decoded.
LayoutTests:
Reviewed by Darin Adler.
- test for <rdar://problem/6074587> REGRESSION (34722): Unable to view AT&T wireless bill - window title contains markup, window is empty
- fast/tokenizer/ampersand-in-special-tag-expected.txt: Added.
- fast/tokenizer/ampersand-in-special-tag.html: Added.
- 11:21 AM Changeset in webkit [35658] by
-
- 9 edits3 deletes in trunk
2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed (and updated) by Alp Toker.
https://bugs.webkit.org/show_bug.cgi?id=16620
[GTK] Autotools make dist and make check support
Get make dist working.
Note that not all possible configurations have been tested yet.
- GNUmakefile.am:
2008-08-10 Alp Toker <alp@nuanti.com>
Remove leftover qmake/GTK+ build files.
- DumpRenderTree/gtk/DumpRenderTree.pro: Removed.
- GtkLauncher/GtkLauncher.pro: Removed.
- 3:06 AM Changeset in webkit [35657] by
-
- 5 edits in trunk/JavaScriptCore
Reviewed by Sam Weinig.
Added same heap debug checks to more code paths.
- kjs/JSActivation.cpp: (KJS::JSActivation::put): (KJS::JSActivation::putWithAttributes):
- kjs/JSGlobalObject.cpp: (KJS::JSGlobalObject::putWithAttributes):
- kjs/JSObject.h: (KJS::JSObject::putDirect):
- kjs/JSVariableObject.h: (KJS::JSVariableObject::symbolTablePut): (KJS::JSVariableObject::symbolTablePutWithAttributes):
Aug 9, 2008:
- 10:32 PM CygwinInstallerPackages created by
- A list of all the packages included in the cygwin installer for …
- 10:19 PM BuildingOnWindows edited by
- Adding a link to a new list of all packages included in the cygwin … (diff)
- 8:11 PM Changeset in webkit [35656] by
-
- 2 edits in trunk
2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk>
Reviewed by Alp Toker.
http://bugs.webkit.org/show_bug.cgi?id=19045
[gtk] ./configure doesn't check for x toolkit availability
Some old versions of Xt do not provide xt.pc, in this case use
AC_CHECK_LIB to check if the library is installed and then fall back
to using just -lXt.
- configure.ac:
- 8:00 PM Changeset in webkit [35655] by
-
- 2 edits in trunk
2008-08-09 Alp Toker <alp@nuanti.com>
GTK+ build fixes.
Back out r20338 libxslt check (conditional check already exists and
this broke the build).
Make the flex version check a warning rather than fatal to fix the
build bot.
- configure.ac:
- 7:03 PM Changeset in webkit [35654] by
-
- 2 edits in trunk
2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Mark Rowe.
http://bugs.webkit.org/show_bug.cgi?id=20338
[Gtk] Autotools should check for libxslt
Autotools check for libxslt
- configure.ac:
- 2:14 PM Changeset in webkit [35653] by
-
- 2 edits in trunk/JavaScriptCore
2008-08-09 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Fix some style issues in the sampling tool.
- VM/SamplingTool.cpp: (KJS::sleepForMicroseconds): (KJS::SamplingTool::dump):
- 4:00 AM Changeset in webkit [35652] by
-
- 5 edits in trunk/JavaScriptCore
2008-08-09 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Revision 35651, despite being a rather trivial change, introduced a
large regression on the regexp-dna SunSpider test. This regression
stemmed from an increase in the size of CodeBlock::dump(). There is
no reason for this method (and several related methods) to be compiled
in non-debug builds with the sampling tool disabled. This patch
conditionally compiles them, reversing the regression on SunSpider.
- JavaScriptCore.exp:
- VM/CodeBlock.cpp:
- VM/CodeBlock.h:
- VM/Machine.cpp: