[webkit-changes] [156953] trunk

2013-10-05 Thread darin
Title: [156953] trunk Revision 156953 Author da...@apple.com Date 2013-10-05 08:01:59 -0700 (Sat, 05 Oct 2013) Log Message Need to check if some HTML child elements are HTMLUnknownElement https://bugs.webkit.org/show_bug.cgi?id=120297 Reviewed by Andreas Kling. Source/WebCore: Test: fa

[webkit-changes] [156955] trunk

2013-10-05 Thread fpizlo
Title: [156955] trunk Revision 156955 Author fpi...@apple.com Date 2013-10-05 09:27:51 -0700 (Sat, 05 Oct 2013) Log Message Have run-_javascript_core-tests run JS LayoutTests using run-jsc-stress-tests so that it runs in parallel https://bugs.webkit.org/show_bug.cgi?id=122376 Tools: Re

[webkit-changes] [156956] trunk/Source/WebKit2

2013-10-05 Thread andersca
Title: [156956] trunk/Source/WebKit2 Revision 156956 Author ander...@apple.com Date 2013-10-05 09:32:12 -0700 (Sat, 05 Oct 2013) Log Message Attempt to fix the Lion build. * Configurations/WebKit2.xcconfig: Try unexporting one of the weak symbols for now. If this succeeds, I'll add the r

[webkit-changes] [156957] trunk

2013-10-05 Thread andersca
Title: [156957] trunk Revision 156957 Author ander...@apple.com Date 2013-10-05 09:46:52 -0700 (Sat, 05 Oct 2013) Log Message Source/WebKit2: Another attempt at fixing the Lion build. * Configurations/WebKit2.xcconfig: Tools: Don't filter the weak symbols. * Scripts/check-for-weak-vtab

[webkit-changes] [156958] trunk/Tools

2013-10-05 Thread fpizlo
Title: [156958] trunk/Tools Revision 156958 Author fpi...@apple.com Date 2013-10-05 09:48:28 -0700 (Sat, 05 Oct 2013) Log Message Unreviewed, fix tests on older Rubies. * Scripts/run-jsc-stress-tests: Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/run-jsc-stress-tests Dif

[webkit-changes] [156959] trunk/Source/WebKit2

2013-10-05 Thread andersca
Title: [156959] trunk/Source/WebKit2 Revision 156959 Author ander...@apple.com Date 2013-10-05 09:55:05 -0700 (Sat, 05 Oct 2013) Log Message Add the rest of the std::function weak symbols in an attempt to fix the Lion build. * Configurations/WebKit2.xcconfig: Modified Paths trunk/Sourc

[webkit-changes] [156960] trunk/Source/WebKit2

2013-10-05 Thread andersca
Title: [156960] trunk/Source/WebKit2 Revision 156960 Author ander...@apple.com Date 2013-10-05 10:02:33 -0700 (Sat, 05 Oct 2013) Log Message Fix cut and paste errors. * Configurations/WebKit2.xcconfig: Modified Paths trunk/Source/WebKit2/ChangeLog trunk/Source/WebKit2/Configurations/We

[webkit-changes] [156962] trunk/LayoutTests

2013-10-05 Thread rego
Title: [156962] trunk/LayoutTests Revision 156962 Author r...@igalia.com Date 2013-10-05 10:07:25 -0700 (Sat, 05 Oct 2013) Log Message [CSS Regions] Layout Test for selecting text ignoring region content https://bugs.webkit.org/show_bug.cgi?id=122353 Reviewed by Darin Adler. Add new ref

[webkit-changes] [156963] trunk/Source

2013-10-05 Thread andersca
Title: [156963] trunk/Source Revision 156963 Author ander...@apple.com Date 2013-10-05 10:45:38 -0700 (Sat, 05 Oct 2013) Log Message Test the waters and begin using lambdas https://bugs.webkit.org/show_bug.cgi?id=121809 Reviewed by Andreas Kling. Source/WebCore: Use lambdas instead of

[webkit-changes] [156964] trunk/Source

2013-10-05 Thread darin
Title: [156964] trunk/Source Revision 156964 Author da...@apple.com Date 2013-10-05 11:04:40 -0700 (Sat, 05 Oct 2013) Log Message Cut down on use of String::number https://bugs.webkit.org/show_bug.cgi?id=122382 Reviewed by Anders Carlsson. Source/_javascript_Core: * API/JSCallbackObjec

[webkit-changes] [156965] trunk/Source

2013-10-05 Thread darin
Title: [156965] trunk/Source Revision 156965 Author da...@apple.com Date 2013-10-05 11:22:39 -0700 (Sat, 05 Oct 2013) Log Message Add AtomicString::number and use it https://bugs.webkit.org/show_bug.cgi?id=122384 Reviewed by Anders Carlsson. Source/WebCore: * css/CSSGrammar.y.in: Use A

[webkit-changes] [156966] trunk/Source/WebKit/gtk

2013-10-05 Thread zandobersek
Title: [156966] trunk/Source/WebKit/gtk Revision 156966 Author zandober...@gmail.com Date 2013-10-05 11:31:23 -0700 (Sat, 05 Oct 2013) Log Message Unreviewed GTK build fix after r156946. The framePolicyFunction is an attribute on the WebKitWebPolicyDecisionPrivate object. * webkit/webkit

[webkit-changes] [156967] trunk/Source

2013-10-05 Thread darin
Title: [156967] trunk/Source Revision 156967 Author da...@apple.com Date 2013-10-05 11:32:37 -0700 (Sat, 05 Oct 2013) Log Message Remove COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) since it's required now https://bugs.webkit.org/show_bug.cgi?id=122387 Reviewed by Anders Carlsson. Source/We

[webkit-changes] [156969] trunk/Source/WTF

2013-10-05 Thread andersca
Title: [156969] trunk/Source/WTF Revision 156969 Author ander...@apple.com Date 2013-10-05 12:02:54 -0700 (Sat, 05 Oct 2013) Log Message Try to #define final to sealed when building with MSVC https://bugs.webkit.org/show_bug.cgi?id=122386 Reviewed by Darin Adler. * wtf/Compiler.h: Modi

[webkit-changes] [156970] trunk/Source/WebCore

2013-10-05 Thread dino
Title: [156970] trunk/Source/WebCore Revision 156970 Author d...@apple.com Date 2013-10-05 12:21:04 -0700 (Sat, 05 Oct 2013) Log Message Undo texture unit code refactoring - it is ok to bind a texture to multiple locations https://bugs.webkit.org/show_bug.cgi?id=122369 Reviewed by Darin

[webkit-changes] [156971] trunk/Source/WebCore

2013-10-05 Thread dino
Title: [156971] trunk/Source/WebCore Revision 156971 Author d...@apple.com Date 2013-10-05 12:27:35 -0700 (Sat, 05 Oct 2013) Log Message [WebGL] program should not be able to link if a bad shader is attached https://bugs.webkit.org/show_bug.cgi?id=94036 Reviewed by Darin Adler. If you a

[webkit-changes] [156973] trunk/Source/WebKit2

2013-10-05 Thread andersca
Title: [156973] trunk/Source/WebKit2 Revision 156973 Author ander...@apple.com Date 2013-10-05 14:57:23 -0700 (Sat, 05 Oct 2013) Log Message Try to fix the GTK+ build. * UIProcess/gtk/WebPageProxyGtk.cpp: (WebKit::WebPageProxy::platformInitialize): Modified Paths trunk/Source/WebKit2/C

[webkit-changes] [156975] trunk/Source/WebCore

2013-10-05 Thread akling
Title: [156975] trunk/Source/WebCore Revision 156975 Author akl...@apple.com Date 2013-10-05 16:02:42 -0700 (Sat, 05 Oct 2013) Log Message Remove IFrameShimSupport, it was only used by dead ports. Rubber-stamped by Anders Carlsson. * plugins/IFrameShimSupport.cpp: Removed. * plugins/IFr

[webkit-changes] [156976] trunk

2013-10-05 Thread fpizlo
Title: [156976] trunk Revision 156976 Author fpi...@apple.com Date 2013-10-05 16:53:54 -0700 (Sat, 05 Oct 2013) Log Message Allow skipping of run-jsc-stress-tests that are configured using yaml files https://bugs.webkit.org/show_bug.cgi?id=122385 Tools: Reviewed by Sam Wieinig.

[webkit-changes] [156977] trunk/Source/WebCore

2013-10-05 Thread akling
Title: [156977] trunk/Source/WebCore Revision 156977 Author akl...@apple.com Date 2013-10-05 16:56:12 -0700 (Sat, 05 Oct 2013) Log Message FrameView: Remove code for disabling repaints. Reviewed by Sam Weinig. Nobody uses this mode for anything so let's just remove it. It was added ba

[webkit-changes] [156978] trunk/Source

2013-10-05 Thread weinig
Title: [156978] trunk/Source Revision 156978 Author wei...@apple.com Date 2013-10-05 16:59:58 -0700 (Sat, 05 Oct 2013) Log Message CTTE: Pass DocumentWriter around as a reference https://bugs.webkit.org/show_bug.cgi?id=122396 Reviewed by Andreas Kling. ../WebCore: * bindings/js/Script

[webkit-changes] [156979] trunk/Source/WebCore

2013-10-05 Thread dbates
Title: [156979] trunk/Source/WebCore Revision 156979 Author dba...@webkit.org Date 2013-10-05 17:34:04 -0700 (Sat, 05 Oct 2013) Log Message [iOS] Default initialize Settings::setFixedPositionCreatesStackingContext() to true https://bugs.webkit.org/show_bug.cgi?id=122338 Reviewed by Dari

[webkit-changes] [156982] trunk/Source/WebCore

2013-10-05 Thread akling
Title: [156982] trunk/Source/WebCore Revision 156982 Author akl...@apple.com Date 2013-10-05 19:32:32 -0700 (Sat, 05 Oct 2013) Log Message FrameSelection: Remove two unused member functions. Rubber-stamped by Anders Carlsson. - rootEditableElementOrTreeScopeRootNode() - rootEditableElem

[webkit-changes] [156983] trunk/Tools

2013-10-05 Thread fpizlo
Title: [156983] trunk/Tools Revision 156983 Author fpi...@apple.com Date 2013-10-05 20:16:38 -0700 (Sat, 05 Oct 2013) Log Message run-jsc-stress-tests should be less verbose https://bugs.webkit.org/show_bug.cgi?id=122397 Reviewed by Sam Weinig. It now just prints something like: