[webkit-changes] [91148] trunk

2011-07-16 Thread commit-queue
Title: [91148] trunk Revision 91148 Author commit-qu...@webkit.org Date 2011-07-16 00:33:14 -0700 (Sat, 16 Jul 2011) Log Message Patch by Kulanthaivel Palanichamy kulanthai...@codeaurora.org on 2011-07-16 Reviewed by Nikolas Zimmermann. SVG animation API crashes on SVGAnimateTransform

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

2011-07-16 Thread jhoneycutt
Title: [91149] trunk/Source/WebCore Revision 91149 Author jhoneyc...@apple.com Date 2011-07-16 05:37:41 -0700 (Sat, 16 Jul 2011) Log Message WinCE build fix. Unreviewed. * dom/SelectElement.cpp: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/dom/SelectElement.cpp

[webkit-changes] [91150] branches/chromium/782

2011-07-16 Thread cevans
Title: [91150] branches/chromium/782 Revision 91150 Author cev...@google.com Date 2011-07-16 12:06:00 -0700 (Sat, 16 Jul 2011) Log Message Merge 91005 BUG=88730 Review URL: http://codereview.chromium.org/7396010 Modified Paths

[webkit-changes] [91152] trunk

2011-07-16 Thread commit-queue
Title: [91152] trunk Revision 91152 Author commit-qu...@webkit.org Date 2011-07-16 13:12:51 -0700 (Sat, 16 Jul 2011) Log Message DOMWindow::open performs a security check on a wrong window https://bugs.webkit.org/show_bug.cgi?id=64651 Patch by Sergey Glazunov serg.glazu...@gmail.com on

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

2011-07-16 Thread commit-queue
Title: [91153] trunk/Source/WebCore Revision 91153 Author commit-qu...@webkit.org Date 2011-07-16 15:39:31 -0700 (Sat, 16 Jul 2011) Log Message Work towards determining the cause of frequent crashes due to null frame below

[webkit-changes] [91154] trunk

2011-07-16 Thread psolanki
Title: [91154] trunk Revision 91154 Author psola...@apple.com Date 2011-07-16 15:59:48 -0700 (Sat, 16 Jul 2011) Log Message Part of https://bugs.webkit.org/show_bug.cgi?id=63674 Get webkit to compile with USE(CFNETWORK) enabled on Mac Reviewed by David Kilzer. New WebKitSystemInterface

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

2011-07-16 Thread commit-queue
Title: [91155] trunk/Source/WebCore Revision 91155 Author commit-qu...@webkit.org Date 2011-07-16 16:01:46 -0700 (Sat, 16 Jul 2011) Log Message [Qt] Compilation fails on disabling TextureMapper https://bugs.webkit.org/show_bug.cgi?id=64408 Fix compilation error due to API name change in

[webkit-changes] [91156] trunk/Source/JavaScriptCore

2011-07-16 Thread commit-queue
Title: [91156] trunk/Source/_javascript_Core Revision 91156 Author commit-qu...@webkit.org Date 2011-07-16 16:14:09 -0700 (Sat, 16 Jul 2011) Log Message DFG speculative JIT has dead code for slow calls for branches. https://bugs.webkit.org/show_bug.cgi?id=64653 Patch by Filip Pizlo

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

2011-07-16 Thread psolanki
Title: [91157] trunk/Source/WebCore Revision 91157 Author psola...@apple.com Date 2011-07-16 16:29:29 -0700 (Sat, 16 Jul 2011) Log Message SubresourceLoader::didReceiveDataArray can crash when calling m_client-didReceiveData() https://bugs.webkit.org/show_bug.cgi?id=64656

[webkit-changes] [91158] trunk

2011-07-16 Thread enrica
Title: [91158] trunk Revision 91158 Author enr...@apple.com Date 2011-07-16 17:33:34 -0700 (Sat, 16 Jul 2011) Log Message REGRESSION: Pressing return in a particular document sends the cursor to the end of the document. https://bugs.webkit.org/show_bug.cgi?id=64140 rdar://problem/9737491

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

2011-07-16 Thread dbates
Title: [91159] trunk/Source/WebKit2 Revision 91159 Author dba...@webkit.org Date 2011-07-16 17:46:03 -0700 (Sat, 16 Jul 2011) Log Message 2011-07-16 Daniel Bates dba...@webkit.org Attempt to fix the Qt Linux Release build after changeset http://trac.webkit.org/changeset/91097

[webkit-changes] [91160] trunk/Source/JavaScriptCore

2011-07-16 Thread commit-queue
Title: [91160] trunk/Source/_javascript_Core Revision 91160 Author commit-qu...@webkit.org Date 2011-07-16 18:47:45 -0700 (Sat, 16 Jul 2011) Log Message DFG JIT compare/branch code emits is-integer tests even when a value is definitely not an integer.

[webkit-changes] [91165] branches/chromium/782

2011-07-16 Thread cevans
Title: [91165] branches/chromium/782 Revision 91165 Author cev...@google.com Date 2011-07-16 22:40:03 -0700 (Sat, 16 Jul 2011) Log Message Merge 91152 BUG=89520 Review URL: http://codereview.chromium.org/7395022 Modified Paths branches/chromium/782/Source/WebCore/page/DOMWindow.cpp