aroben [Mon, 29 Oct 2007 06:13:02 +0000 (06:13 +0000)]
Fix SunSpider on Windows
Reviewed by Eric.
* sunspider: Don't use colons in filenames.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27212
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Mon, 29 Oct 2007 05:53:48 +0000 (05:53 +0000)]
Reviewed by Darin Adler.
Fixed http://bugs.webkit.org/show_bug.cgi?id=15746
#ifndef ASSERT_DISABLED is no good!
Replaced with #if !ASSERT_DISABLED.
* wtf/HashTable.h:
(WTF::::lookup):
(WTF::::lookupForWriting):
(WTF::::fullLookupForWriting):
(WTF::::add):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27211
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Mon, 29 Oct 2007 05:32:23 +0000 (05:32 +0000)]
Reviewed by Darin Adler.
Added FunctionCallResolveNode, PostfixResolveNode, and DeleteResolveNode
to the AST transfom that replaces slow resolve nodes with fast local
variable alternatives.
2.5% speedup on SunSpider.
Also added some missing copyright notices.
* kjs/nodes.cpp:
(KJS::FunctionCallResolveNode::optimizeVariableAccess):
(KJS::FunctionCallResolveNode::evaluate):
(KJS::LocalVarFunctionCallNode::evaluate):
(KJS::PostfixResolveNode::optimizeVariableAccess):
(KJS::PostfixResolveNode::evaluate):
(KJS::LocalVarPostfixNode::evaluate):
(KJS::DeleteResolveNode::optimizeVariableAccess):
(KJS::DeleteResolveNode::evaluate):
(KJS::LocalVarDeleteNode::evaluate):
* kjs/nodes.h:
(KJS::FunctionCallResolveNode::):
(KJS::LocalVarFunctionCallNode::LocalVarFunctionCallNode):
(KJS::PostfixResolveNode::):
(KJS::LocalVarPostfixNode::LocalVarPostfixNode):
(KJS::DeleteResolveNode::):
(KJS::LocalVarDeleteNode::LocalVarDeleteNode):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27210
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eseidel [Mon, 29 Oct 2007 04:53:26 +0000 (04:53 +0000)]
2007-10-28 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Inline UString::Rep::deref() for a 0.8% improvement in SunSpider
Add virtual keyword to a few virtual functions previously unmarked.
* kjs/internal.h:
(KJS::StringImp::type):
(KJS::NumberImp::type):
* kjs/ustring.h:
(KJS::UString::Rep::deref):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27209
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Mon, 29 Oct 2007 04:37:37 +0000 (04:37 +0000)]
- fix "broken everything" from the storage leak fix
* wtf/RefPtr.h: (WTF::RefPtr::RefPtr): Added a PlacementNewAdopt constructor.
* kjs/ustring.h: (KJS::UString::UString): Pass PlacementNewAdopt along to RefPtr.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27208
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Mon, 29 Oct 2007 04:31:54 +0000 (04:31 +0000)]
Reviewed by Adam.
- turn on unused parameter waring on Mac OS X because it's already on elsewhere
* Configurations/Base.xcconfig: Took out -wno-unused-parameter.
* API/JSNode.c:
* API/JSNodeList.c:
* API/minidom.c:
* API/testapi.c:
Fixed unused variables by using them or marked them with UNUSED_PARAM.
* kjs/CollectorHeapIntrospector.h: (KJS::CollectorHeapIntrospector::zoneCalloc):
Removed parameter names to indicate they are unused.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27207
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Mon, 29 Oct 2007 04:11:37 +0000 (04:11 +0000)]
Reviewed by Maciej.
- fix a storage leak where we ref the UString every time we replace
a ResolveNode with a LocalVarAccessNode
* kjs/identifier.h: (KJS::Identifier::Identifier): Added a constructor
that takes PlacementNewAdopt.
* kjs/nodes.h: (KJS::ResolveNode::ResolveNode): Initialize the ident
with PlacementNewAdopt instead of the old value of ident.
* kjs/ustring.h: (KJS::UString::UString): Added a constructor that
takes PlacementNewAdopt.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27206
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eseidel [Mon, 29 Oct 2007 04:04:03 +0000 (04:04 +0000)]
2007-10-28 Eric Seidel <eric@webkit.org>
Reviewed by aroben.
* platform/mac/svg/custom/path-bad-data-expected.txt: updated to better results
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27205
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Mon, 29 Oct 2007 04:02:53 +0000 (04:02 +0000)]
- Windows build fix; get rid of unused parameter
* kjs/nodes.cpp: (KJS::ResolveNode::optimizeVariableAccess): Don't pass it.
* kjs/nodes.h: (KJS::LocalVarAccessNode::LocalVarAccessNode): Remove it.
The assertions weren't all that helpful.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27204
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eseidel [Mon, 29 Oct 2007 03:48:43 +0000 (03:48 +0000)]
2007-10-28 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Fix leaks on TOT and prevent Path code from logging to console so frequently
* platform/graphics/svg/SVGResourceFilter.h:
(WebCore::SVGResourceFilterPlatformData::SVGResourceFilterPlatformData):
(WebCore::SVGResourceFilterPlatformData::~SVGResourceFilterPlatformData):
* platform/graphics/svg/cg/CgSupport.cpp:
(WebCore::strokeBoundingBox):
* platform/graphics/svg/cg/SVGResourceFilterCg.mm:
* platform/graphics/svg/mac/SVGResourceFilterPlatformDataMac.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27203
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Mon, 29 Oct 2007 03:00:16 +0000 (03:00 +0000)]
2007-10-28 Mark Rowe <mrowe@apple.com>
Gtk build fix. Add include of MathExtras.h.
* kjs/string_object.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27202
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Mon, 29 Oct 2007 02:52:04 +0000 (02:52 +0000)]
2007-10-28 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej and Tim.
Replace uses of isNaN and isInf with isnan and isinf, and
remove isNaN and isInf.
* kjs/config.h: Remove unused HAVE_'s
* kjs/date_object.cpp:
(KJS::DateInstance::getTime):
(KJS::DateInstance::getUTCTime):
(KJS::DateProtoFunc::callAsFunction):
(KJS::DateObjectImp::construct):
(KJS::DateObjectFuncImp::callAsFunction):
* kjs/function.cpp:
(KJS::GlobalFuncImp::callAsFunction):
* kjs/math_object.cpp:
(MathFuncImp::callAsFunction):
* kjs/nodes2string.cpp:
(KJS::isParserRoundTripNumber):
* kjs/number_object.cpp:
(NumberProtoFunc::callAsFunction):
* kjs/operations.cpp:
* kjs/operations.h:
* kjs/string_object.cpp:
(KJS::StringProtoFunc::callAsFunction):
* kjs/ustring.cpp:
(KJS::UString::from):
* kjs/value.cpp:
(KJS::JSValue::toInteger):
(KJS::JSValue::toInt32SlowCase):
(KJS::JSValue::toUInt32SlowCase):
2007-10-28 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej.
Replace uses of isNaN and isInf with isnan and isinf.
* bindings/js/JSHTMLOptionsCollectionCustom.cpp:
(WebCore::JSHTMLOptionsCollection::setLength):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27201
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Mon, 29 Oct 2007 02:08:18 +0000 (02:08 +0000)]
Build fix: use the new-fangled missingSymbolMarker().
* kjs/nodes.cpp:
(KJS::ResolveNode::optimizeVariableAccess):
* kjs/nodes.h:
(KJS::LocalVarAccessNode::LocalVarAccessNode):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27200
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Mon, 29 Oct 2007 02:00:57 +0000 (02:00 +0000)]
Reviewed by Maciej Stachowiak, Darin Adler.
Much supporting work done by Maciej Stachowiak, Maks Orlovich, and
Cameron Zwarich.
AST transfom to replace slow resolve nodes with fast local variable
alternatives that do direct memory access. Currently, only ResolveNode
provides a fast local variable alternative. 6 others are soon to come.
16.7% speedup on SunSpider.
Most of this patch is just scaffolding to support iterating all the
resolve nodes in the AST through optimizeResolveNodes(). In
optimizeResolveNodes(), most classes just push their child nodes onto
the processing stack, while ResolveNodes actually replace themselves in
the tree with more optimized alternatives, if possible.
Here are the interesting bits:
* kjs/nodes.h: Added PlacementNewAdoptTag, along with implementations
in Node and ResolveNode. This tag allows you to use placement new to
swap out a base class Node in favor of a subclass copy that holds the
same data. (Without this tag, default initialization would NULL out
RefPtrs, change line numbers, etc.)
* kjs/nodes.cpp:
(KJS::ResolveNode::evaluate): Since we're taking the slow path, ASSERT
that the fast path is impossible, to make sure we didn't leave anything
on the table.
(KJS::FunctionBodyNode::optimizeResolveNodes): Here's where the AST
transformation happens.
(KJS::ResolveNode::optimizeResolveNodes): Here's where the ResolveNode
optimization happens.
* kjs/function.h: Added symbolTable() accessor for, for the sake of
an ASSERT.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27199
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Mon, 29 Oct 2007 01:56:05 +0000 (01:56 +0000)]
2007-10-28 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej.
Fix "AllInOneFile.o has a global initializer in it".
Some versions of gcc generate a global initializer for std::numeric_limits<size_t>::max().
We can avoid this by moving it inside an inline function.
* kjs/SymbolTable.h:
(KJS::missingSymbolMarker):
* kjs/function.cpp:
(KJS::ActivationImp::getOwnPropertySlot):
(KJS::ActivationImp::put):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27198
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eseidel [Mon, 29 Oct 2007 01:50:50 +0000 (01:50 +0000)]
2007-10-28 Eric Seidel <eric@webkit.org>
Reviewed by Maciej and Geoff, in unison.
* Scripts/run-webkit-tests: remove broken --svg option
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27197
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mjs [Mon, 29 Oct 2007 01:29:48 +0000 (01:29 +0000)]
JavaScriptCore:
Reviewed by Mark.
- Added assertions to protect against adding empty or deleted keys to a HashTable
* wtf/HashTable.h:
(WTF::HashTable::lookup):
(WTF::HashTable::lookupForWriting):
(WTF::HashTable::fullLookupForWriting):
(WTF::HashTable::add):
WebCore:
Reviewed by Mark.
- fixed REGRESSION(r27176): Reproducible crash while trying to order dinner makes bdash sad
http://bugs.webkit.org/show_bug.cgi?id=15731
* bindings/js/kjs_window.cpp:
(KJS::Window::installTimeout): Avoid putting in or accessing empty or deleted keys.
(KJS::Window::clearTimeout): ditto
* manual-tests/bad-clearTimeout-crash.html: Added. Automated test not possible.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27196
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
timothy@apple.com [Mon, 29 Oct 2007 00:14:52 +0000 (00:14 +0000)]
Remove IDLs from the Copy Bundle Resources phase.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27195
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 23:08:44 +0000 (23:08 +0000)]
Reviewed by Adam.
* resources/sunspider-analyze-results.js: Tweak the output format a little.
Change so that when there's only one run we don't write out confidence
intervals at all rather than writing "NaN" over and over again.
* sunspider: Use the time and date as a suffix on the results file, that way
all the results are left behind in the tmp directory. This will make it easy
for us to add features that compare past results in the future. Also rename
the .mshark files using the same scheme.
* sunspider-compare-results: Relax the parsing rules so we can parse the
results file exactly as it's emitted from sunspider.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27194
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 23:06:27 +0000 (23:06 +0000)]
- fix GTK build
* kjs/nodes2string.cpp: (KJS::isParserRoundTripNumber):
Use isNaN and isInf instead of isnan and isinf.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27193
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 23:00:12 +0000 (23:00 +0000)]
Reviewed by Adam.
* Scripts/run-sunspider: Default to "Release" configuration rather than
defaulting to the last configuration used as other scripts do. This can
still be overriden on the command line with "--debug" if there's some
reason to do so. Also fix a typo.
* Scripts/sunspider-compare-results: Fix a typo.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27192
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 22:50:59 +0000 (22:50 +0000)]
JavaScriptCore:
Reviewed by Maciej.
- http://bugs.webkit.org/show_bug.cgi?id=15735
remove GroupNode to simplify AST and possibly get a modest speedup
This patch removes 4 node types: GroupNode, PropertyNameNode,
FunctionCallParenBracketNode, and FunctionCallParenDotNode.
To remove GroupNode, we add knowledge of precedence to the tree nodes,
and use that when serializing to determine where parentheses are needed.
This means we no longer have to represent parentheses in the tree.
The precedence values are named after productions in the grammar from the
JavaScript standard.
SunSpider says this is an 0.4% speedup.
* kjs/function.h:
* kjs/function.cpp: Removed escapeStringForPrettyPrinting -- it's part of
serialization, so I moved it to the file that takes care of that.
* kjs/grammar.y: Changed makeGetterOrSetterPropertyNode to use 0 to
indicate failure instead of a separate boolean. Got rid of PropertyNameNode
by merging the PropertyName rule into the Property rule (which was easier
than figuring out how to pass the Identifier from one node to another).
Got rid of GroupNode, nodeInsideAllParens(), FunctionCallParenBracketNode,
and FunctionCallParenDotNode.
* kjs/nodes.h: Removed unused forward declarations and Operator values.
Added Precedence enum, and precedence function to all nodes. Removed
nodeInsideAllParens. Added streamBinaryOperator function for serialization.
Removed GroupNode and PropertyNameNode. Made PropertyNode store an Identifier.
Removed FunctionCallParenBracketNode and FunctionCallParenDotNode.
* kjs/nodes.cpp: Removed Node::nodinsideAllParens, GroupNode, and PropertyNameNode.
(KJS::PropertyListNode::evaluate): Changed code to get name directly instead
of converting it from an Identifier to a jsString then back to a UString
then into an Identifier again!
* kjs/nodes2string.cpp: Changed special-token implementation to use a separate
function for each of Endl, Indent, Unindent, and DotExpr instead of using a
single function with a switch. Added a precedence that you can stream in, to
cause the next node serialized to add parentheses based on that precedence value.
(KJS::operatorString): Moved to the top of the file.
(KJS::escapeStringForPrettyPrinting): Moved here from function.cpp. Removed old
workaround for snprintf, since StringExtras.h takes care of that.
(KJS::operator<<): Made the char and char* versions faster by using UString's
character append functions instead of constructing a UString. Added the logic
to the Node* version to add parentheses if needed.
(KJS::Node::streamLeftAssociativeBinaryOperator): Added helper function.
(KJS::ElementNode::streamTo): Use PrecAssignment for the elements.
(KJS::BracketAccessorNode::streamTo): Use PrecCall for the expression before
the bracket.
(KJS::DotAccessorNode::streamTo): Use PrecCall for the expression before the dot.
(KJS::ArgumentListNode::streamTo): Use PrecAssignment for the arguments.
(KJS::NewExprNode::streamTo): Use PrecMember for the expression.
(KJS::FunctionCallValueNode::streamTo): Use PrecCall.
(KJS::FunctionCallBracketNode::streamTo): Ditto.
(KJS::FunctionCallDotNode::streamTo): Ditto.
(KJS::PostfixBracketNode::streamTo): Ditto.
(KJS::PostfixDotNode::streamTo): Ditto.
(KJS::PostfixErrorNode::streamTo): Use PrecLeftHandSide.
(KJS::DeleteBracketNode::streamTo): Use PrecCall.
(KJS::DeleteDotNode::streamTo): Ditto.
(KJS::DeleteValueNode::streamTo): Use PrecUnary.
(KJS::VoidNode::streamTo): Ditto.
(KJS::TypeOfValueNode::streamTo): Ditto.
(KJS::PrefixBracketNode::streamTo): Use PrecCall.
(KJS::PrefixDotNode::streamTo): Ditto.
(KJS::PrefixErrorNode::streamTo): Use PrecUnary.
(KJS::UnaryPlusNode::streamTo): Ditto.
(KJS::NegateNode::streamTo): Ditto.
(KJS::BitwiseNotNode::streamTo): Ditto.
(KJS::LogicalNotNode::streamTo): Ditto.
(KJS::MultNode::streamTo): Use streamLeftAssociativeBinaryOperator.
(KJS::DivNode::streamTo): Ditto.
(KJS::ModNode::streamTo): Ditto.
(KJS::AddNode::streamTo): Ditto.
(KJS::SubNode::streamTo): Ditto.
(KJS::LeftShiftNode::streamTo): Ditto.
(KJS::RightShiftNode::streamTo): Ditto.
(KJS::UnsignedRightShiftNode::streamTo): Ditto.
(KJS::LessNode::streamTo): Ditto.
(KJS::GreaterNode::streamTo): Ditto.
(KJS::LessEqNode::streamTo): Ditto.
(KJS::GreaterEqNode::streamTo): Ditto.
(KJS::InstanceOfNode::streamTo): Ditto.
(KJS::InNode::streamTo): Ditto.
(KJS::EqualNode::streamTo): Ditto.
(KJS::NotEqualNode::streamTo): Ditto.
(KJS::StrictEqualNode::streamTo): Ditto.
(KJS::NotStrictEqualNode::streamTo): Ditto.
(KJS::BitAndNode::streamTo): Ditto.
(KJS::BitXOrNode::streamTo): Ditto.
(KJS::BitOrNode::streamTo): Ditto.
(KJS::LogicalAndNode::streamTo): Ditto.
(KJS::LogicalOrNode::streamTo): Ditto.
(KJS::ConditionalNode::streamTo): Ditto.
(KJS::AssignResolveNode::streamTo): Use PrecAssignment for the right side.
(KJS::AssignBracketNode::streamTo): Use PrecCall for the expression before
the bracket and PrecAssignment for the right side.
(KJS::AssignDotNode::streamTo): Ditto.
(KJS::AssignErrorNode::streamTo): Use PrecLeftHandSide for the left side
and PrecAssignment for the right side.
(KJS::CommaNode::streamTo): Use PrecAssignment for both expressions.
(KJS::AssignExprNode::streamTo): Use PrecAssignment.
LayoutTests:
Reviewed by Maciej.
- test for http://bugs.webkit.org/show_bug.cgi?id=15735
remove GroupNode to simplify AST and possibly get a modest speedup
One test is a start at testing that parentheses are added when needed.
The other test checks some aspects of object literals, since I changed
the way the property names is handled in those. More tests are needed.
* fast/js/function-toString-object-literals-expected.txt: Added.
* fast/js/function-toString-object-literals.html: Added.
* fast/js/function-toString-parentheses-expected.txt: Added.
* fast/js/function-toString-parentheses.html: Added.
* fast/js/resources/function-toString-object-literals.js: Added.
* fast/js/resources/function-toString-parentheses.js: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27191
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kevino [Sun, 28 Oct 2007 21:27:17 +0000 (21:27 +0000)]
wx port defines for graphics and network layers.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27190
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
alp [Sun, 28 Oct 2007 21:09:42 +0000 (21:09 +0000)]
Reviewed by Anders Carlsson.
http://bugs.webkit.org/show_bug.cgi?id=14124
[CURL] Support data URLs
Add data URL support (both Base64 and percent-encoded formats).
Inspired by code from the Qt port.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27189
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
alp [Sun, 28 Oct 2007 20:23:11 +0000 (20:23 +0000)]
http://bugs.webkit.org/show_bug.cgi?id=15701
The curl http backend does not deal properly with redirects
Implement http redirect support.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27188
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kevino [Sun, 28 Oct 2007 19:18:04 +0000 (19:18 +0000)]
Add the defines, platform types and options needed for the wx port.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27187
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Sun, 28 Oct 2007 18:20:05 +0000 (18:20 +0000)]
2007-10-28 Mark Rowe <mrowe@apple.com>
We don't include "config.h" in headers.
* bindings/jni/jni_instance.h:
* kjs/regexp.h:
* wtf/TCPageMap.h:
* wtf/TCSpinLock.h:
2007-10-28 Mark Rowe <mrowe@apple.com>
We don't include "config.h" in headers.
* dom/XMLTokenizer.h:
* platform/graphics/svg/SVGResourceFilter.h:
* platform/image-decoders/ImageDecoder.h:
* platform/wx/FontPlatformData.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27186
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 17:41:44 +0000 (17:41 +0000)]
Removed some "Reviewed by NOBODY".
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27185
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 17:37:22 +0000 (17:37 +0000)]
Removed some "Reviewed by NOBODY".
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27184
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 17:36:21 +0000 (17:36 +0000)]
Removed some "Reviewed by NOBODY".
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27183
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 17:31:11 +0000 (17:31 +0000)]
* platform/graphics/svg/mac/SVGResourceFilterPlatformDataMac.h:
We don't include "config.h" in headers. Hope this desn't break
the non-SVG build again.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27182
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 17:22:44 +0000 (17:22 +0000)]
- try to fix Windows build
* WebKit.vcproj/WebKit.vcproj: Suppress warning 4800 (conversion to bool),
since we don't want to add !! everywhere, and because HashTable.h has a
conversion to bool of this type now.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27181
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eseidel [Sun, 28 Oct 2007 11:47:41 +0000 (11:47 +0000)]
2007-10-28 Eric Seidel <eric@webkit.org>
Build fix for non-SVG build, no review.
* platform/graphics/svg/mac/SVGResourceFilterPlatformDataMac.h:
* platform/graphics/svg/mac/SVGResourceFilterPlatformDataMac.mm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27180
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eseidel [Sun, 28 Oct 2007 10:34:24 +0000 (10:34 +0000)]
2007-10-28 Eric Seidel <eric@webkit.org>
Reviewed by Oliver.
Push SVGResourceFilter platform specific data down into m_platformData
in preparation for implementing a non-mac filter solution.
Also update a very old email address in copyright headers
* WebCore.xcodeproj/project.pbxproj:
* platform/graphics/FloatPoint3D.cpp:
(WebCore::FloatPoint3D::FloatPoint3D):
* platform/graphics/FloatPoint3D.h:
* platform/graphics/svg/SVGResourceFilter.cpp:
(WebCore::SVGResourceFilter::SVGResourceFilter):
* platform/graphics/svg/SVGResourceFilter.h:
(WebCore::SVGResourceFilter::platformData):
(WebCore::SVGResourceFilter::effects):
* platform/graphics/svg/cg/SVGResourceFilterCg.mm:
(WebCore::SVGResourceFilter::createPlatformData):l
(WebCore::SVGResourceFilter::prepareFilter):
(WebCore::SVGResourceFilter::applyFilter):
* platform/graphics/svg/filters/SVGDistantLightSource.h:
* platform/graphics/svg/filters/SVGFEBlend.cpp:
* platform/graphics/svg/filters/SVGFEBlend.h:
* platform/graphics/svg/filters/SVGFEColorMatrix.cpp:
* platform/graphics/svg/filters/SVGFEColorMatrix.h:
* platform/graphics/svg/filters/SVGFEComponentTransfer.cpp:
* platform/graphics/svg/filters/SVGFEComponentTransfer.h:
* platform/graphics/svg/filters/SVGFEComposite.cpp:
* platform/graphics/svg/filters/SVGFEComposite.h:
* platform/graphics/svg/filters/SVGFEConvolveMatrix.cpp:
* platform/graphics/svg/filters/SVGFEConvolveMatrix.h:
* platform/graphics/svg/filters/SVGFEDiffuseLighting.cpp:
* platform/graphics/svg/filters/SVGFEDiffuseLighting.h:
* platform/graphics/svg/filters/SVGFEDisplacementMap.cpp:
* platform/graphics/svg/filters/SVGFEDisplacementMap.h:
* platform/graphics/svg/filters/SVGFEFlood.cpp:
* platform/graphics/svg/filters/SVGFEFlood.h:
* platform/graphics/svg/filters/SVGFEGaussianBlur.cpp:
* platform/graphics/svg/filters/SVGFEGaussianBlur.h:
* platform/graphics/svg/filters/SVGFEImage.cpp:
* platform/graphics/svg/filters/SVGFEImage.h:
* platform/graphics/svg/filters/SVGFEMerge.cpp:
* platform/graphics/svg/filters/SVGFEMerge.h:
* platform/graphics/svg/filters/SVGFEMorphology.cpp:
* platform/graphics/svg/filters/SVGFEMorphology.h:
* platform/graphics/svg/filters/SVGFEOffset.cpp:
* platform/graphics/svg/filters/SVGFEOffset.h:
* platform/graphics/svg/filters/SVGFESpecularLighting.cpp:
* platform/graphics/svg/filters/SVGFESpecularLighting.h:
* platform/graphics/svg/filters/SVGFETile.h:
* platform/graphics/svg/filters/SVGFETurbulence.cpp:
* platform/graphics/svg/filters/SVGFETurbulence.h:
* platform/graphics/svg/filters/SVGFilterEffect.cpp:
* platform/graphics/svg/filters/SVGFilterEffect.h:
* platform/graphics/svg/filters/SVGLightSource.cpp:
* platform/graphics/svg/filters/SVGLightSource.h:
* platform/graphics/svg/filters/SVGPointLightSource.h:
* platform/graphics/svg/filters/SVGSpotLightSource.h:
* platform/graphics/svg/filters/cg/SVGFEBlendCg.mm:
(WebCore::SVGFEBlend::getCIFilter):
* platform/graphics/svg/filters/cg/SVGFEColorMatrixCg.mm:
(WebCore::SVGFEColorMatrix::getCIFilter):
* platform/graphics/svg/filters/cg/SVGFEComponentTransferCg.mm:
(WebCore::SVGFEComponentTransfer::getCIFilter):
* platform/graphics/svg/filters/cg/SVGFECompositeCg.mm:
(WebCore::SVGFEComposite::getCIFilter):
* platform/graphics/svg/filters/cg/SVGFEDiffuseLightingCg.mm:
(WebCore::SVGFEDiffuseLighting::getCIFilter):
* platform/graphics/svg/filters/cg/SVGFEDisplacementMapCg.mm:
(WebCore::SVGFEDisplacementMap::getCIFilter):
* platform/graphics/svg/filters/cg/SVGFEFloodCg.mm:
(WebCore::SVGFEFlood::getCIFilter):
* platform/graphics/svg/filters/cg/SVGFEHelpersCg.h:
* platform/graphics/svg/filters/cg/SVGFEImageCg.mm:
(WebCore::SVGFEImage::getCIFilter):
* platform/graphics/svg/filters/cg/SVGFEMergeCg.mm:
(WebCore::SVGFEMerge::getCIFilter):
* platform/graphics/svg/filters/cg/SVGFESpecularLightingCg.mm:
(WebCore::SVGFESpecularLighting::getCIFilter):
* platform/graphics/svg/mac: Added.
* platform/graphics/svg/mac/SVGResourceFilterPlatformDataMac.h: Added.
* platform/graphics/svg/mac/SVGResourceFilterPlatformDataMac.mm: Added.
(WebCore::SVGResourceFilterPlatformDataMac::SVGResourceFilterPlatformDataMac):
(WebCore::SVGResourceFilterPlatformDataMac::~SVGResourceFilterPlatformDataMac):
(WebCore::SVGResourceFilterPlatformDataMac::getCIFilterStack):
(WebCore::alphaImageForImage):
(WebCore::SVGResourceFilterPlatformDataMac::imageForName):
(WebCore::SVGResourceFilterPlatformDataMac::setImageForName):
(WebCore::SVGResourceFilterPlatformDataMac::setOutputImage):
(WebCore::SVGResourceFilterPlatformDataMac::inputImage):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27179
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mjs [Sun, 28 Oct 2007 10:19:47 +0000 (10:19 +0000)]
Rubber stamped by Mark.
- avoid using non-portable SIZE_T_MAX in favor of std::numeric_limits
* kjs/SymbolTable.h:
(KJS::SymbolTableIndexHashTraits::emptyValue):
* kjs/function.cpp:
(KJS::ActivationImp::getOwnPropertySlot):
(KJS::ActivationImp::put):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27178
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mjs [Sun, 28 Oct 2007 09:20:48 +0000 (09:20 +0000)]
Reviewed by Eric.
- switch SymbolTable to be a HashMap instead of a PropertyMap for 3% SunSpider speedup
* kjs/SymbolTable.h:
(KJS::IdentifierRepHash::hash): Special hash function for identifier reps.
(KJS::IdentifierRepHash::equal): ditto
(KJS::SymbolTableIndexHashTraits::emptyValue): Special HashTraits for the index value.
(KJS::SymbolTable): change to a typedef for a HashMap.
* kjs/function.cpp:
(KJS::ActivationImp::getOwnPropertySlot): Adjusted for new SymbolTable API.
(KJS::ActivationImp::deleteProperty): ditto
(KJS::ActivationImp::put): ditto
* kjs/nodes.cpp:
(KJS::FunctionBodyNode::initializesymbolTable): Adjusted, since
you now have to store a UString::rep, not an identifier.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27177
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mjs [Sun, 28 Oct 2007 08:17:39 +0000 (08:17 +0000)]
Reviewed by Oliver.
- numerous HashTable performance improvements
This does not quite add up to a measurable win on SunSpider, but it allows a
follow-on > 3% improvement and probably helps WebCore too.
I made the following improvements, among others:
- Made HashFunctions note whether it is ok to compare a real value with the equal() function
to the empty or deleted value, and used this to optimize the comparisons done in hash lookup.
- Specialized lookup so it doesn't have to do so many extra branches and build so many extra
std::pairs for cases that don't need them. There are now four versions, one for read-only access,
two for writing, and one folded directly into add() (these all were improvments).
- Made HashMap::get() use lookup() directly instead of find() to avoid having to build iterators.
- Made a special constructor for iterators that knows it points to
a valid filled cell and so skips updating itself.
- Reordered memory accesses in the various lookup functions for better codegetion
- Made simple translators avoid passing a hash code around
- Other minor tweaks
* wtf/HashTable.h:
(WTF::):
(WTF::HashTableConstIterator::HashTableConstIterator):
(WTF::HashTableIterator::HashTableIterator):
(WTF::IdentityHashTranslator::translate):
(WTF::HashTable::end):
(WTF::HashTable::lookup):
(WTF::HashTable::lookupForWriting):
(WTF::HashTable::makeKnownGoodIterator):
(WTF::HashTable::makeKnownGoodConstIterator):
(WTF::::lookup):
(WTF::::lookupForWriting):
(WTF::::fullLookupForWriting):
(WTF::::add):
(WTF::::addPassingHashCode):
(WTF::::reinsert):
(WTF::::find):
(WTF::::contains):
* kjs/identifier.cpp:
(WTF::):
* wtf/HashFunctions.h:
(WTF::):
* wtf/HashMap.h:
(WTF::):
(WTF::::get):
* wtf/HashSet.h:
(WTF::):
(WTF::::add):
* wtf/ListHashSet.h:
(WTF::ListHashSetTranslator::translate):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27176
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ap [Sun, 28 Oct 2007 08:02:06 +0000 (08:02 +0000)]
Reviewed by Adam Roben.
http://bugs.webkit.org/show_bug.cgi?id=15217
Plugin complains that xpcom_core.dll missing
* plugins/win/PluginDatabaseWin.cpp:
(WebCore::PluginDatabaseWin::isPluginBlacklisted): Blacklist npmozax.dll.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27175
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
timothy@apple.com [Sun, 28 Oct 2007 07:32:15 +0000 (07:32 +0000)]
Reviewed by Adam.
Pass the Document's domain to InspectorController:didOpenDatabase. This matches
what the Inspector shows for other resources.
* storage/Database.cpp:
(WebCore::Database::openDatabase):
* dom/Document.h: Remove KURL.h, no longer needed.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27174
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
timothy@apple.com [Sun, 28 Oct 2007 07:08:56 +0000 (07:08 +0000)]
Reviewed by Adam.
Bug 15728: Selected Resource background image gradient has banding
http://bugs.webkit.org/show_bug.cgi?id=15728
- Reduced images to 1px wide that are tiled horizontally in CSS.
- Corrected the -webkit-background-size usage to specify auto for the width.
* page/inspector/Images/attachedShadow.png:
* page/inspector/Images/bottomShadow.png:
* page/inspector/Images/darkShadow.png:
* page/inspector/Images/gradient.png:
* page/inspector/Images/gradientHighlight.png:
* page/inspector/Images/gradientHighlightBottom.png:
* page/inspector/Images/sidebarSelection.png:
* page/inspector/Images/sidebarSelectionBlurred.png:
* page/inspector/Images/sidebarSelectionBlurredTall.png:
* page/inspector/Images/sidebarSelectionGray.png:
* page/inspector/Images/sidebarSelectionGrayTall.png:
* page/inspector/Images/sidebarSelectionTall.png:
* page/inspector/inspector.css:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27173
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
aroben [Sun, 28 Oct 2007 07:04:00 +0000 (07:04 +0000)]
Re-enable a bunch of passing tests on Windows
Reviewed by NOBODY.
* platform/win/Skipped:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27172
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
timothy@apple.com [Sun, 28 Oct 2007 06:45:10 +0000 (06:45 +0000)]
Reviewed by Adam.
Bug 15727: Resizing the resource sidebar doesn't scale the font preview or network timeline
http://bugs.webkit.org/show_bug.cgi?id=15727
Add one window resize listener and call the new resize function on the currentPanel.
Also call the currentPanel's resize function when resizing the sidebar.
* page/inspector/DocumentPanel.js: Implement resize and call updateTreeSelection() when
the panel is shown and when resizing the DOM sidebar.
* page/inspector/FontPanel.js: Implement resize.
* page/inspector/NetworkPanel.js: Ditto.
* page/inspector/inspector.js: Add a window resize listener.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27171
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mjs [Sun, 28 Oct 2007 06:31:37 +0000 (06:31 +0000)]
Reviewed by Oliver.
- update for HashTable changes
* bindings/js/JSSVGPODTypeWrapper.h:
* dom/Document.h:
* dom/QualifiedName.cpp:
* dom/StyledElement.cpp:
* ksvg2/svg/SVGAnimatedTemplate.h:
* platform/FontCache.cpp:
* platform/StringHash.h:
(WTF::):
* platform/TextEncodingRegistry.cpp:
* platform/graphics/IntSizeHash.h:
(WTF::):
* plugins/win/PluginPackageWin.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27170
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
alp [Sun, 28 Oct 2007 05:34:25 +0000 (05:34 +0000)]
2007-10-28 Alp Toker <alp@atoker.com>
Reviewed by Adam Roben.
http://bugs.webkit.org/show_bug.cgi?id=15646
[GTK] caretBlinkFrequency is hard-coded in Frame.cpp
Abstract caretBlinkFrequency to RenderTheme.
* page/Frame.cpp:
(WebCore::Frame::selectionLayoutChanged):
* platform/gtk/RenderThemeGtk.cpp:
(WebCore::RenderThemeGtk::caretShouldBlink):
(WebCore::RenderThemeGtk::caretBlinkFrequency):
* platform/gtk/RenderThemeGtk.h:
* rendering/RenderTheme.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27169
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
alp [Sun, 28 Oct 2007 05:22:51 +0000 (05:22 +0000)]
2007-10-28 Lars Lindner <lars.lindner@gmail.com>
Reviewed by Alp.
http://bugs.webkit.org/show_bug.cgi?id=15466
[gtk] widget does not take focus on mouse click
Grab widget focus in mouse press callback.
* Api/webkitgtkpage.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27168
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
aroben [Sun, 28 Oct 2007 05:02:19 +0000 (05:02 +0000)]
Updated Windows Skipped file for currently failing tests
Reviewed by NOBODY.
* platform/win/Skipped:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27167
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
aroben [Sun, 28 Oct 2007 04:38:01 +0000 (04:38 +0000)]
Fix HTMLDocument12.xhtml on Leopard/Windows
<rdar://5313535> and <rdar://5539816>
The test succeeds on Leopard and Windows, but fails on Tiger. For some
reason, failing expected results had been checked in to
platform/mac-leopard. The test seems to be passing now, so I moved the
failing results to platform/mac-tiger.
Reviewed by Maciej and Sam.
* platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Removed.
* platform/mac-tiger/dom/xhtml/level2/html/HTMLDocument12-expected.txt:
Moved from platform/mac-leopard.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27166
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
timothy@apple.com [Sun, 28 Oct 2007 04:24:31 +0000 (04:24 +0000)]
Reviewed by Adam.
Don't print the line number in the Inspector Console if it is Zero.
* page/inspector/ConsolePanel.js:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27165
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sun, 28 Oct 2007 03:31:47 +0000 (03:31 +0000)]
Reviewed by Eric.
- fix ASCIICType.h for some Windows compiles
* wtf/ASCIICType.h: Check the compiler, not the OS, since it's the
compiler/library that has the wchar_t that is just a typedef.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27164
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig [Sun, 28 Oct 2007 03:12:44 +0000 (03:12 +0000)]
Hit with the rubber-stamp of Timothy Hatcher.
Tests for window.console's functions.
* fast/dom/Window/console-functions-expected.txt: Added.
* fast/dom/Window/console-functions.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27163
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig [Sun, 28 Oct 2007 02:52:54 +0000 (02:52 +0000)]
Reviewed by Tim Hatcher.
Speculative fix for an intermittently failing test
* fast/dom/Window/resources/opened-window.html: Added.
* fast/dom/Window/window-early-properties.html: Use onload for opened
window and use a local file instead of a data: URL to avoid same origin
check issues.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27162
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig [Sun, 28 Oct 2007 02:11:55 +0000 (02:11 +0000)]
WebCore:
Reviewed by Adam Roben.
Fix http://bugs.webkit.org/show_bug.cgi?id=14953
Implement window.console in WebCore
- Adds a window.console object that has 4 methods (log, info, warn, and error)
that send messages to the Chrome. This moves functionality that was in the
app down into WebCore.
* DerivedSources.make:
* WebCore.pro:
* WebCore.vcproj/WebCore.vcproj:
* WebCore.xcodeproj/project.pbxproj:
* bindings/scripts/CodeGeneratorJS.pm: Add extended attribute
to mark attributes as [Replacable] which indicates they can
overridden when set.
* page/Chrome.cpp:
(WebCore::Chrome::addMessageToConsole): Allow all messages to go
up to the ChromeClient.
* page/Console.cpp: Added.
(WebCore::Console::Console):
(WebCore::Console::disconnectFrame):
(WebCore::Console::error):
(WebCore::Console::info):
(WebCore::Console::log):
(WebCore::Console::warn):
* page/Console.h: Added.
* page/Console.idl: Added.
* page/DOMWindow.cpp:
(WebCore::DOMWindow::clear):
(WebCore::DOMWindow::console):
* page/DOMWindow.h:
* page/DOMWindow.idl:
LayoutTests:
Reviewed by Adam Roben.
Update tests for http://bugs.webkit.org/show_bug.cgi?id=14953
Implement window.console in WebCore
* fast/dom/Window/window-properties-expected.txt:
* http/tests/security/cross-frame-access-put-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27161
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
pewtermoose [Sun, 28 Oct 2007 00:47:42 +0000 (00:47 +0000)]
Update results
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27160
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
aroben [Sun, 28 Oct 2007 00:02:59 +0000 (00:02 +0000)]
Speculative fix for an intermittently failing test
Reviewed by Sam and Eric.
* http/tests/local/style-access-before-stylesheet-loaded.html: Use
waitUntilDone/notifyDone.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27159
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eseidel [Sat, 27 Oct 2007 23:53:45 +0000 (23:53 +0000)]
2007-10-27 Eric Seidel <eric@webkit.org>
Reviewed by aroben.
Remove legacy createFilterEffect function (causing extra filter tests to fail on windows)
No functional changes, thus no tests.
* ksvg2/svg/SVGFEBlendElement.cpp:
(WebCore::SVGFEBlendElement::filterEffect):
* ksvg2/svg/SVGFEColorMatrixElement.cpp:
(WebCore::SVGFEColorMatrixElement::filterEffect):
* ksvg2/svg/SVGFEComponentTransferElement.cpp:
(WebCore::SVGFEComponentTransferElement::filterEffect):
* ksvg2/svg/SVGFECompositeElement.cpp:
(WebCore::SVGFECompositeElement::filterEffect):
* ksvg2/svg/SVGFEDiffuseLightingElement.cpp:
(WebCore::SVGFEDiffuseLightingElement::filterEffect):
* ksvg2/svg/SVGFEDisplacementMapElement.cpp:
(WebCore::SVGFEDisplacementMapElement::filterEffect):
* ksvg2/svg/SVGFEFloodElement.cpp:
(WebCore::SVGFEFloodElement::filterEffect):
* ksvg2/svg/SVGFEGaussianBlurElement.cpp:
(WebCore::SVGFEGaussianBlurElement::filterEffect):
* ksvg2/svg/SVGFEImageElement.cpp:
(WebCore::SVGFEImageElement::filterEffect):
* ksvg2/svg/SVGFEMergeElement.cpp:
(WebCore::SVGFEMergeElement::filterEffect):
* ksvg2/svg/SVGFEOffsetElement.cpp:
(WebCore::SVGFEOffsetElement::filterEffect):
* ksvg2/svg/SVGFESpecularLightingElement.cpp:
(WebCore::SVGFESpecularLightingElement::filterEffect):
* ksvg2/svg/SVGFETileElement.cpp:
(WebCore::SVGFETileElement::filterEffect):
* ksvg2/svg/SVGFETurbulenceElement.cpp:
(WebCore::SVGFETurbulenceElement::filterEffect):
* platform/graphics/svg/SVGResourceFilter.h:
* platform/graphics/svg/cg/SVGResourceFilterCg.cpp:
* platform/graphics/svg/cg/SVGResourceFilterCg.mm:
* platform/graphics/svg/qt/SVGResourceFilterQt.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27158
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
aroben [Sat, 27 Oct 2007 23:31:30 +0000 (23:31 +0000)]
Add some more failing tests to the Windows Skipped file
Reviewed by NOBODY.
* platform/win/Skipped:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27157
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kmccullo [Sat, 27 Oct 2007 23:26:58 +0000 (23:26 +0000)]
Reviewed by Adam.
- Stubbed out IWebScriptCallFrame for Drosera.
* Interfaces/IWebScriptCallFrame.idl: Added function declarations.
* WebKit.vcproj/WebKit.vcproj: Added .h/.cpp files to the project.
* WebScriptCallFrame.cpp: Added.
(WebScriptCallFrame::WebScriptCallFrame):
(WebScriptCallFrame::~WebScriptCallFrame):
(WebScriptCallFrame::createInstance):
(WebScriptCallFrame::QueryInterface):
(WebScriptCallFrame::AddRef):
(WebScriptCallFrame::Release):
(WebScriptCallFrame::caller):
(WebScriptCallFrame::scopeChain):
(WebScriptCallFrame::functionName):
(WebScriptCallFrame::evaluateWebScript):
* WebScriptCallFrame.h: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27156
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mitz [Sat, 27 Oct 2007 23:25:24 +0000 (23:25 +0000)]
WebCore:
Reviewed by Darin Adler.
- fix a crash when opening Zenoss server history view
<rdar://problem/5530657>
Test: fast/table/colgroup-relative.html
* rendering/LayoutState.cpp:
(WebCore::LayoutState::LayoutState): Added a hasLayer() check before
accessing layer().
LayoutTests:
Reviewed by Darin Adler.
- test for <rdar://problem/5530657>
* fast/table/colgroup-relative-expected.txt: Added.
* fast/table/colgroup-relative.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27155
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kmccullo [Sat, 27 Oct 2007 22:45:04 +0000 (22:45 +0000)]
- BuildFix
- Forgot to change the build step when I changed the filename.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27154
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Sat, 27 Oct 2007 19:20:25 +0000 (19:20 +0000)]
Reviewed by Darin Adler.
Fixed the rest of "ASSERTION FAILED: _hash in KJS::UString::Rep::
computedHash()"
http://bugs.webkit.org/show_bug.cgi?id=15718
* kjs/identifier.cpp: Fixed more cases where an Identifier didn't get a
hash value. Also changed O(n) strlen to O(1) check for empty string.
(KJS::Identifier::add):
* kjs/ustring.cpp: Changed O(n) strlens to O(1) checks for empty string.
(KJS::UString::UString):
(KJS::UString::operator=):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27153
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sat, 27 Oct 2007 19:10:40 +0000 (19:10 +0000)]
Reviewed by Eric.
- a couple of Windows fixes
* wtf/MathExtras.h: (wtf_pow): Add a special case for MSVC, which has
a "pow" function that does not properly handle the case where arg1 is
NaN and arg2 is 0.
* kjs/math_object.cpp: (MathFuncImp::callAsFunction): Don't explicity
specify "::pow" -- just "pow" is fine.
* wtf/ASCIICType.h: Check the compiler, not the OS, since it's the
compiler/library that has the wchar_t that is just a typedef.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27152
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ap [Sat, 27 Oct 2007 18:51:25 +0000 (18:51 +0000)]
2007-10-27 Julien <julien.chaffraix@gmail.com>
Reviewed by Alexey.
http://bugs.webkit.org/show_bug.cgi?id=13141
XMLHttpRequest should set readyState to 0 after abort()
Test: http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html
* xml/XMLHttpRequest.cpp:
(WebCore::XMLHttpRequest::open):
(WebCore::XMLHttpRequest::abort):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27151
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mitz [Sat, 27 Oct 2007 16:54:19 +0000 (16:54 +0000)]
WebCore:
Reviewed by Dave Hyatt.
- fix rotated border images by using a temporary subimage containing
only the part we want to tile
Test: fast/borders/border-image-rotate-transform.html
* platform/graphics/cg/ImageCG.cpp:
(WebCore::Image::drawPatternCallback):
(WebCore::Image::drawPattern):
LayoutTests:
Reviewed by Dave Hyatt.
- rotated border image test
* fast/borders/border-image-rotate-transform.html: Added.
* platform/mac/fast/borders/border-image-rotate-transform-expected.checksum: Added.
* platform/mac/fast/borders/border-image-rotate-transform-expected.png: Added.
* platform/mac/fast/borders/border-image-rotate-transform-expected.txt: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27150
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin [Sat, 27 Oct 2007 14:48:34 +0000 (14:48 +0000)]
Reviewed by Maciej.
- http://bugs.webkit.org/show_bug.cgi?id=15711
force JSImmediate to be inlined for roughly 1.2% SunSpider speedup
* kjs/JSImmediate.h: Put ALWAYS_INLINE on everything.
* kjs/object.h: Removed redundant includes.
* kjs/value.h: Ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27149
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Sat, 27 Oct 2007 10:46:23 +0000 (10:46 +0000)]
2007-10-27 Mark Ambachtsheer <mark.a@apple.com>
Reviewed by Darin.
Fix for bug 15710, When QD plugins draw to an offscreen bitmap and the plugin is not at
(0, 0) the clipping rectangle is not correct.
Added the origin to the window clip rectangle coordinates to account for plugins that
don't originate at (0,0); affects code for offscreen GWorlds only.
* Plugins/WebBaseNetscapePluginView.mm:
(-[WebBaseNetscapePluginView saveAndSetNewPortStateForUpdate:]):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27148
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
alp [Sat, 27 Oct 2007 10:39:34 +0000 (10:39 +0000)]
2007-10-27 Jan Michael Alonzo <jmalonzo@unpluggable.com>
Reviewed by Alp.
http://bugs.webkit.org/show_bug.cgi?id=15722
[GTK] Refactor gtk/RenderThemeGtk and implement a few more methods
Refactor/enhance GTK RenderTheme
* platform/gtk/RenderThemeGtk.cpp:
(WebCore::RenderThemeGtk::supportsFocus): added TextArea, Menulist, Radio, and Checkbox Appearances
(WebCore::RenderThemeGtk::supportsFocusRing): call supportsFocus() to check if focus on appearance is supported
(WebCore::RenderThemeGtk::controlSupportsTints): copied from Qt and Safari ports
(WebCore::RenderThemeGtk::baselinePosition): copied from Qt and Safari ports
(WebCore::RenderThemeGtk::paintCheckbox): moved painting in paintButton
(WebCore::RenderThemeGtk::paintRadio): moved painting in paintButton
(WebCore::RenderThemeGtk::paintButton): paint the different buttons here, checking for the right appearance before doing so
(WebCore::RenderThemeGtk::paintMenuList): use 0 instead of NULLs
(WebCore::RenderThemeGtk::adjustTextFieldStyle):
(WebCore::RenderThemeGtk::getThemeData):
* platform/gtk/RenderThemeGtk.h:
(WebCore::RenderThemeGtk::supportsControlTints):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27147
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mjs [Sat, 27 Oct 2007 10:23:39 +0000 (10:23 +0000)]
Reviewed by Mark.
- fixed "ASSERTION FAILED: _hash in KJS::UString::Rep::computedHash()"
http://bugs.webkit.org/show_bug.cgi?id=15718
* kjs/identifier.cpp:
(KJS::Identifier::addSlowCase): Ensure that empty Identifiers have a hash computed,
now that we count on all Identifiers already having one.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27146
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ap [Sat, 27 Oct 2007 08:40:23 +0000 (08:40 +0000)]
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15555
XMLHttpRequest does not support charset "x-user-defined", which can
facilitate loading of binary data
Test: http/tests/xmlhttprequest/binary-x-user-defined.html
* WebCore.pro:
* WebCore.vcproj/WebCore.vcproj:
* WebCore.xcodeproj/project.pbxproj:
* platform/TextCodecUserDefined.cpp: Added.
(WebCore::TextCodecUserDefined::registerEncodingNames):
(WebCore::newStreamingTextDecoderUserDefined):
(WebCore::TextCodecUserDefined::registerCodecs):
(WebCore::TextCodecUserDefined::decode):
(WebCore::encodeComplexUserDefined):
(WebCore::TextCodecUserDefined::encode):
* platform/TextCodecUserDefined.h: Added.
* platform/TextEncodingRegistry.cpp:
(WebCore::buildBaseTextCodecMaps):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27145
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ap [Sat, 27 Oct 2007 08:16:26 +0000 (08:16 +0000)]
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15467
Setting innerHTML to blank string in application/xhtml+xml mode
throws DOM Exception 7
Test: fast/dom/blank-innerHTML.xhtml
* dom/XMLTokenizer.cpp:
(WebCore::parseXMLDocumentFragment): Bail out early if the input string is empty.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27144
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Sat, 27 Oct 2007 08:11:42 +0000 (08:11 +0000)]
2007-10-27 Mark Rowe <mrowe@apple.com>
Silence a warning.
* kjs/SymbolTable.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27143
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Sat, 27 Oct 2007 08:08:30 +0000 (08:08 +0000)]
2007-10-27 Mark Rowe <mrowe@apple.com>
Gtk build fix.
* kjs/function.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27142
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig [Sat, 27 Oct 2007 04:42:18 +0000 (04:42 +0000)]
Enable dragging the left sidebar using the separator.
Reviewed by Anders (unless Mitz says otherwise).
* page/inspector/DocumentPanel.js:
* page/inspector/inspector.css:
* page/inspector/inspector.html:
* page/inspector/inspector.js:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27141
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig [Sat, 27 Oct 2007 03:40:26 +0000 (03:40 +0000)]
Fix an off by one error when resizing the Inspector find window.
Reviewed by Hyatt.
* page/inspector/inspector.js:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27140
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
honeycutt [Sat, 27 Oct 2007 02:56:17 +0000 (02:56 +0000)]
2007-10-26 Jon Honeycutt <jhoneycutt@apple.com>
Reviewed by Adam.
Fix fallout from r26072, which leads to all plugin streams for local
resources being cancelled
* loader/win/NetscapePlugInStreamLoaderWin.cpp:
(WebCore::NetscapePlugInStreamLoader::didReceiveResponse): Ensure this
is an HTTP response before checking the HTTP response code
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27139
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
hyatt [Sat, 27 Oct 2007 02:50:56 +0000 (02:50 +0000)]
Fix for bugs.webkit.org/show_bug.cgi?id=15719, transformed box doesn't repaint properly
when only translation changes.
Move the updating of the transform to in between the old repaint and the new repaint.
Reviewed by mitz
fast/repaint/transform-translate.html
* rendering/RenderLayer.cpp:
(WebCore::RenderLayer::updateLayerPositions):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27138
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kmccullo [Sat, 27 Oct 2007 01:45:46 +0000 (01:45 +0000)]
Rubber stamp by Adam.
- Renamed JSStringRefCOM to JSStringRefBSTR since it he only thing the
files contain are functions that operate on BSTRs.
* API/JSStringRefBSTR.cpp: Copied from API/JSStringRefCOM.cpp.
* API/JSStringRefBSTR.h: Copied from API/JSStringRefCOM.h.
* API/JSStringRefCOM.cpp: Removed.
* API/JSStringRefCOM.h: Removed.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27137
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kmccullo [Sat, 27 Oct 2007 01:38:57 +0000 (01:38 +0000)]
Reviewed by Adam.
- Implemented the WebScriptDebugListener functions now that the
WebScriptDebugServer exists
* Drosera/win/ServerConnection.cpp: Implemented WebScriptDebugListener
functions.
(ServerConnection::currentFrame):
(ServerConnection::didLoadMainResourceForDataSource):
(ServerConnection::didParseSource):
(ServerConnection::failedToParseSource):
(ServerConnection::didEnterCallFrame):
(ServerConnection::willExecuteStatement):
(ServerConnection::willLeaveCallFrame):
(ServerConnection::exceptionWasRaised):
* Drosera/win/ServerConnection.h: Removed unused arguments from the
members arguments list.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27136
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kmccullo [Sat, 27 Oct 2007 01:37:04 +0000 (01:37 +0000)]
Reviewed by Adam.
- Made JSStringCreateWithBSTR capable of handling null BSTRs.
* API/JSStringRefCOM.cpp:
(JSStringCreateWithBSTR):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27135
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig [Sat, 27 Oct 2007 01:01:20 +0000 (01:01 +0000)]
Windows build fix.
* kjs/SymbolTable.h: Add header gaurd.
* kjs/nodes.h: #include "SymbolTable.h"
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27134
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Fri, 26 Oct 2007 23:33:03 +0000 (23:33 +0000)]
Suggested by Anders Carlsson.
Fixed tyop.
* kjs/function.cpp:
(KJS::ActivationImp::getOwnPropertySlot):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27133
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Fri, 26 Oct 2007 23:31:14 +0000 (23:31 +0000)]
Suggested by Darin Adler.
Use computedHash(), which is safer than just directly accessing _hash.
* kjs/lookup.cpp:
(KJS::Lookup::findEntry):
(KJS::Lookup::find):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27132
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
honeycutt [Fri, 26 Oct 2007 23:07:19 +0000 (23:07 +0000)]
2007-10-26 Jon Honeycutt <jhoneycutt@apple.com>
Reviewed by Darin.
<rdar://5557379> Crash in Silverlight when opening microsoft.com
The crash is within Silverlight, and the latest version of the plugin
does not exhibit this crash, so just avoid loading this version of the
plugin.
* plugins/win/PluginDatabaseWin.cpp: Added isPluginBlacklisted() and
constants silverlightPluginMinRequiredVersionMSDWORD and
silverlightPluginMinRequiredVersionLSDWORD. Their values are taken from
the version info of Silverlight 1.0.20926.0, which is a version known
not to exhibit this crash
(WebCore::PluginDatabaseWin::isPluginBlacklisted): Determine whether
this plugin is blacklisted
* plugins/win/PluginDatabaseWin.h:
* plugins/win/PluginPackageWin.cpp:
(WebCore::PluginPackageWin::PluginPackageWin): Initialize m_fileVersion*
(WebCore::PluginPackageWin::getFileVersion):
(WebCore::PluginPackageWin::storeFileVersion): Read version info for
the plugin, and store the file version
(WebCore::PluginPackageWin::fetchInfo): After determining the name,
description, and file version, determine whether this plug-in is
blacklisted. If so, return false so this plug-in isn't loaded
* plugins/win/PluginPackageWin.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27131
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Fri, 26 Oct 2007 22:59:25 +0000 (22:59 +0000)]
Build fix: svn add SymbolTable.h
* kjs/SymbolTable.h: Added.
(KJS::SymbolTable::set):
(KJS::SymbolTable::get):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27130
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Fri, 26 Oct 2007 22:54:46 +0000 (22:54 +0000)]
Build fix: export SymbolTable.h to WebCore.
* JavaScriptCore.xcodeproj/project.pbxproj:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27129
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Fri, 26 Oct 2007 22:47:33 +0000 (22:47 +0000)]
Comment tweak suggested by Maciej.
* kjs/function.cpp:
(KJS::ActivationImp::getOwnPropertySlot):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27128
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Fri, 26 Oct 2007 22:45:34 +0000 (22:45 +0000)]
Reviewed by Maciej Stachowiak.
Tweaked property maps to remove 2 branches. 2.5% speedup on SunSpider.
* kjs/property_map.cpp: Use a special no branch accessor to the UString's
hash value. Also, return immediately instead of branching to the end
of the loop if the value is not found.
(KJS::PropertyMap::get):
(KJS::PropertyMap::getLocation):
(KJS::PropertyMap::put):
(KJS::PropertyMap::insert):
(KJS::PropertyMap::remove):
(KJS::PropertyMap::checkConsistency):
* kjs/ustring.h:
(KJS::UString::Rep::computedHash): Special no branch accessor to the
UString's hash value. Used when the caller knows that the hash value
has already been computed. (For example, if the caller got the UString
from an Identifier.)
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27127
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ggaren [Fri, 26 Oct 2007 22:43:03 +0000 (22:43 +0000)]
Reviewed by Maciej Stachowiak.
Switched ActivationImp to using a symbol table. For now, though, all
clients take the slow path.
Net .6% speedup on SunSpider.
Slowdowns:
- ActivationImp now mallocs in its constructor
- Local variable hits use an extra level of indirection to retrieve
data
- Local variable misses do two lookups
Speedups:
- Fast initialization of local variables upon function entry
* JavaScriptCore.xcodeproj/project.pbxproj: Added SymbolTable.h
* kjs/function.cpp:
(KJS::ActivationImp::ActivationImp): Malloc a private structure to hold
data that won't fit in a JSCell.
(KJS::ActivationImp::argumentsGetter): Use slow symbol table path for
lookup.
(KJS::ActivationImp::getOwnPropertySlot): ditto
(KJS::ActivationImp::deleteProperty): ditto
(KJS::ActivationImp::put): ditto
(KJS::ActivationImp::createArgumentsObject): ditto
(KJS::ActivationImp::mark): Call JSObject::mark first so that one of
our properties doesn't try to recursively mark us. (This caused a crash
in earlier testing. Not sure why we haven't run into it before.)
* kjs/nodes.cpp: Functions now build a symbol table the first time
they're called.
(KJS::VarDeclNode::evaluate):
(KJS::FunctionBodyNode::FunctionBodyNode):
(KJS::FunctionBodyNode::initializeSymbolTable):
(KJS::FunctionBodyNode::processDeclarations):
(KJS::FunctionBodyNode::processDeclarationsForFunctionCode):
(KJS::FunctionBodyNode::processDeclarationsForProgramCode):
* kjs/nodes.h:
(KJS::FunctionBodyNode::symbolTable):
* wtf/Forward.h: Added Vector.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27126
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig [Fri, 26 Oct 2007 21:44:49 +0000 (21:44 +0000)]
Reviewed by Adele Peterson.
Fix for <rdar://problem/5421754>
m_frameName member variable in HTMLPlugInElement unnecessary
- Refactor the willRemove() method down into HTMLFrameOwnerElement now that
we no longer need to use the m_frameName variable.
* html/HTMLFrameElementBase.cpp:
* html/HTMLFrameElementBase.h:
* html/HTMLFrameOwnerElement.cpp:
(WebCore::HTMLFrameOwnerElement::willRemove):
* html/HTMLFrameOwnerElement.h:
* html/HTMLPlugInElement.cpp:
* html/HTMLPlugInElement.h:
* loader/FrameLoader.cpp:
(WebCore::FrameLoader::requestObject):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27125
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kmccullo [Fri, 26 Oct 2007 21:28:41 +0000 (21:28 +0000)]
- Corrected function name mistake in this changelog.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27124
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kmccullo [Fri, 26 Oct 2007 21:19:44 +0000 (21:19 +0000)]
JavaScriptCore:
Reviewed by Sam and Steve.
- Added convenience methods for converting between BSTR and JSStringRefs
* API/JSStringRefCOM.cpp: Added.
(JSStringCreateWithCFString):
(JSStringCopyCFString):
* API/JSStringRefCOM.h: Added.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
win:
Reviewed by Sam and Steve.
- Added convenience methods for converting between BSTR and JSSTringRefs
- Added WebKit_debug.def to the project.
* WebKit.vcproj/WebKit.def:
* WebKit.vcproj/WebKit.vcproj:
* WebKit.vcproj/WebKit_debug.def:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27123
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
adele [Fri, 26 Oct 2007 21:03:24 +0000 (21:03 +0000)]
Reverting an unintentional added symbol
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27122
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
adele [Fri, 26 Oct 2007 20:55:58 +0000 (20:55 +0000)]
Export _wkDrawCapsLockIndicator.
* WebCore.base.exp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27121
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
adele [Fri, 26 Oct 2007 20:28:24 +0000 (20:28 +0000)]
Reviewed by Tim Hatcher.
Updating header too for WKDrawCapsLockIndicator.
* WebKitSystemInterface.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27120
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
adele [Fri, 26 Oct 2007 19:52:42 +0000 (19:52 +0000)]
WebCore:
Reviewed by Oliver.
Adding WebKitSystemInterface support for the caps lock indicator
* platform/mac/WebCoreSystemInterface.h:
* platform/mac/WebCoreSystemInterface.mm:
WebKit:
Reviewed by Oliver.
Adding WebKitSystemInterface support for the caps lock indicator
* WebCoreSupport/WebSystemInterface.m: (InitWebCoreSystemInterface):
WebKitLibraries:
Reviewed by Oliver.
Adding wkDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27119
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
tristan [Fri, 26 Oct 2007 19:22:11 +0000 (19:22 +0000)]
WebCore:
Reviewed by Darin Adler.
<rdar://problem/5555053> REGRESSION:9A581: Window disappears when opening http://research.microsoft.com/users/darkok/
The problem was caused by checkin r24654. This change moved explicit bounds checking into adjustWindowRect
but failed to account for bounds checking (instead replaced with bounds clipping). This caused issues
when NaN was used. This patch goes one step further and does NaN checking to prevent the possibility of
setting window bounds to NaN before an update occurs.
Test: fast/dom/Window/window-resize-nan.html
* bindings/js/kjs_window.cpp:
(KJS::adjustWindowRect):
Added a new parameter, pendingChanges, which takes pending changes to the window
rect, and if they are valid (not NaN) sets them on window.
(KJS::WindowFunc::callAsFunction):
Adjusted uses of adjustWindowRect to take new update parameter.
LayoutTests:
Reviewed by Darin Adler.
Added new test cases to handle non-number input to window adjusting
functions like resizeTo, resizeBy, moveTo, and moveBy for
<rdar://problem/5555053>.
* fast/dom/Window/window-resize-nan-expected.txt: Added.
* fast/dom/Window/window-resize-nan.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27118
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig [Fri, 26 Oct 2007 18:39:43 +0000 (18:39 +0000)]
Reviewed by Tim Hatcher.
Fix for http://bugs.webkit.org/show_bug.cgi?id=15175
Cannot copy text of errors from Web Inspector from Console view
* page/inspector/inspector.css: add -webkit-user-select: text for console messages.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27117
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig [Fri, 26 Oct 2007 18:17:04 +0000 (18:17 +0000)]
Reviewed by Tim Hatcher.
Fix for http://bugs.webkit.org/show_bug.cgi?id=15446
Web Inspector find window is not resizable
- Adds ability to resize the find window.
- Fixes bug that messed up the find window when resizing the left sidebar.
* page/inspector/inspector.css:
* page/inspector/inspector.html:
* page/inspector/inspector.js:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27116
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
adachan [Fri, 26 Oct 2007 16:34:53 +0000 (16:34 +0000)]
Update m_current index after we've removed an item:
- if item removed is before m_current, decrement m_current
- if the current item is removed, make sure m_current is within bounds.
Reviewed by Darin.
* history/BackForwardList.cpp:
(WebCore::BackForwardList::removeItem):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27113
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ddkilzer [Fri, 26 Oct 2007 15:38:48 +0000 (15:38 +0000)]
prepare-ChangeLog and update-webkit create needless ChangeLog conflicts
<http://bugs.webkit.org/show_bug.cgi?id=15600>
Reviewed by Darin.
The resolve-ChangeLog script merges conflicted ChangeLogs in svn or git by creating
a patch of the local changes and applying it with a fuzz level of 3 to the new file.
If the patch is successful, it runs 'svn resolved' or 'git add' on the new ChangeLog
file. Note that it may also be used as a stand-alone script.
* Scripts/prepare-ChangeLog: Call resolve-ChangeLogs for conflicted ChangeLog files.
* Scripts/resolve-ChangeLogs: Added.
* Scripts/update-webkit: Call resolve-ChangeLogs for conflicted ChangeLog files.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27112
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Fri, 26 Oct 2007 13:34:39 +0000 (13:34 +0000)]
Restore the semicolon.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27111
268f45cc-cd09-0410-ab3c-
d52691b4dbfc