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

2013-06-22 Thread commit-queue
Title: [151887] trunk/Source/WebCore Revision 151887 Author commit-qu...@webkit.org Date 2013-06-22 23:24:15 -0700 (Sat, 22 Jun 2013) Log Message Remove redundant helper from RenderRegion. https://bugs.webkit.org/show_bug.cgi?id=117915 Patch by Zalan Bujtas on 2013-06-22 Reviewed by And

[webkit-changes] [151886] trunk/Tools

2013-06-22 Thread commit-queue
Title: [151886] trunk/Tools Revision 151886 Author commit-qu...@webkit.org Date 2013-06-22 23:14:13 -0700 (Sat, 22 Jun 2013) Log Message [EFL] Add support for MHTML save/load feature to MiniBrowser https://bugs.webkit.org/show_bug.cgi?id=106620 Patch by Santosh Mahto on 2013-06-22 Revie

[webkit-changes] [151885] branches/dfgFourthTier

2013-06-22 Thread fpizlo
Title: [151885] branches/dfgFourthTier Revision 151885 Author fpi...@apple.com Date 2013-06-22 21:57:11 -0700 (Sat, 22 Jun 2013) Log Message fourthTier: DFG shouldn't exit just because a String GetByVal went out-of-bounds https://bugs.webkit.org/show_bug.cgi?id=117906 Source/_javascript_

[webkit-changes] [151884] tags/Safari-537.46.5/Source

2013-06-22 Thread jberlin
Title: [151884] tags/Safari-537.46.5/Source Revision 151884 Author jber...@webkit.org Date 2013-06-22 20:31:43 -0700 (Sat, 22 Jun 2013) Log Message “Versioning.” Modified Paths tags/Safari-537.46.5/Source/_javascript_Core/Configurations/Version.xcconfig tags/Safari-537.46.5/Source/WebCo

[webkit-changes] [151883] tags/Safari-537.46.5/

2013-06-22 Thread jberlin
Title: [151883] tags/Safari-537.46.5/ Revision 151883 Author jber...@webkit.org Date 2013-06-22 20:28:23 -0700 (Sat, 22 Jun 2013) Log Message New tag. Added Paths tags/Safari-537.46.5/ Diff Property changes: tags/Safari-537.46.5 Added: svn:ignore depcomp compile config.guess GNU

[webkit-changes] [151882] branches/dfgFourthTier/Source/JavaScriptCore

2013-06-22 Thread fpizlo
Title: [151882] branches/dfgFourthTier/Source/_javascript_Core Revision 151882 Author fpi...@apple.com Date 2013-06-22 18:42:32 -0700 (Sat, 22 Jun 2013) Log Message fourthTier: GC's put_by_id transition fixpoint should converge more quickly https://bugs.webkit.org/show_bug.cgi?id=117912

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

2013-06-22 Thread dino
Title: [151881] trunk/Source/WebKit2 Revision 151881 Author d...@apple.com Date 2013-06-22 16:33:48 -0700 (Sat, 22 Jun 2013) Log Message Slightly reduce width threshold on detection of primary snapshotted Plug-In https://bugs.webkit.org/show_bug.cgi?id=117914 Reviewed by Simon Fraser.

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

2013-06-22 Thread mrowe
Title: [151880] trunk/Source/WebCore Revision 151880 Author mr...@apple.com Date 2013-06-22 16:16:42 -0700 (Sat, 22 Jun 2013) Log Message Build fix after r151878. * platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.mm: (WebCore::WebCoreAVFResourceLoader::startLoading): Pass th

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

2013-06-22 Thread simon . fraser
Title: [151879] trunk/Source/WebCore Revision 151879 Author simon.fra...@apple.com Date 2013-06-22 13:29:30 -0700 (Sat, 22 Jun 2013) Log Message Followup from r151877 . Fix crash in fast/frames/iframe-access-screen-of-deleted.html by null-checking the widget. * platform/mac/PlatformScree

[webkit-changes] [151877] trunk/Source

2013-06-22 Thread simon . fraser
Title: [151877] trunk/Source Revision 151877 Author simon.fra...@apple.com Date 2013-06-22 12:41:31 -0700 (Sat, 22 Jun 2013) Log Message screen.availWidth always returns width of primary display https://bugs.webkit.org/show_bug.cgi?id=117863 Source/WebCore: Reviewed by Geoffrey Garen.