[webkit-changes] [143124] trunk/Source

2013-02-16 Thread akling
Title: [143124] trunk/Source Revision 143124 Author akl...@apple.com Date 2013-02-16 22:01:39 -0800 (Sat, 16 Feb 2013) Log Message Source/WebCore: Remove multi-threading gunk from WebKit2's PluginInfoStore. Reviewed by Alexey Proskuryakov. Remove now-unused code for making deep (isolat

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

2013-02-16 Thread ap
Title: [143123] trunk/Source/WebCore Revision 143123 Author a...@apple.com Date 2013-02-16 21:42:45 -0800 (Sat, 16 Feb 2013) Log Message Identifier generated twice in FrameLoader::loadResourceSynchronously() https://bugs.webkit.org/show_bug.cgi?id=110022 Reviewed

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

2013-02-16 Thread fpizlo
Title: [143122] trunk/Source/_javascript_Core Revision 143122 Author fpi...@apple.com Date 2013-02-16 21:36:48 -0800 (Sat, 16 Feb 2013) Log Message Remove support for bytecode comments, since it doesn't build, and hasn't been used in a while. https://bugs.webkit.org/show_bug.cgi?id=110035

[webkit-changes] [143121] trunk/Tools

2013-02-16 Thread glenn
Title: [143121] trunk/Tools Revision 143121 Author gl...@skynav.com Date 2013-02-16 21:19:16 -0800 (Sat, 16 Feb 2013) Log Message Unreviewed. Add myself as a committer. Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/webkitpy/common/config/committers.py Diff Modified: trun

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

2013-02-16 Thread bfulgham
Title: [143120] trunk/Source/_javascript_Core Revision 143120 Author bfulg...@webkit.org Date 2013-02-16 20:08:07 -0800 (Sat, 16 Feb 2013) Log Message [Windows] Unreviewed Visual Studio 2010 build fix after r143117 * _javascript_Core.vcxproj/LLInt/LLIntOffsetsExtractor/LLIntOffsetsExtrac

[webkit-changes] [143119] trunk/Tools

2013-02-16 Thread rniwa
Title: [143119] trunk/Tools Revision 143119 Author rn...@webkit.org Date 2013-02-16 17:03:59 -0800 (Sat, 16 Feb 2013) Log Message new-commit-bot should report the full name of committer and reviewer instead of just nicks https://bugs.webkit.org/show_bug.cgi?id=110040 Reviewed by Darin Ad

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

2013-02-16 Thread akling
Title: [143118] trunk/Source/WebCore Revision 143118 Author akl...@apple.com Date 2013-02-16 17:02:08 -0800 (Sat, 16 Feb 2013) Log Message [JSC] Remove custom mark function for NamedNodeMap. Reviewed by Darin Adler. NamedNodeMap refs and unrefs its Element owner, so there's no need for

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

2013-02-16 Thread weinig
Title: [143117] trunk/Source/WebKit2 Revision 143117 Author wei...@apple.com Date 2013-02-16 16:11:56 -0800 (Sat, 16 Feb 2013) Log Message Fix non-production builds. * WebKit2.xcodeproj/project.pbxproj: Modified Paths trunk/Source/WebKit2/ChangeLog trunk/Source/WebKit2/WebKit2.xcodepro

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

2013-02-16 Thread darin
Title: [143116] trunk/Source/WTF Revision 143116 Author da...@apple.com Date 2013-02-16 15:51:45 -0800 (Sat, 16 Feb 2013) Log Message Remove redundant use of inline keyword in StringHasher.h https://bugs.webkit.org/show_bug.cgi?id=110036 Reviewed by Geoffrey Garen. I have some other imp

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

2013-02-16 Thread akling
Title: [143115] trunk/Source/WebCore Revision 143115 Author akl...@apple.com Date 2013-02-16 15:47:14 -0800 (Sat, 16 Feb 2013) Log Message REGRESSION(r143076): Crash when calling removeNamedItem or removeNamedItemNS with a non-existent attribute of newly created element. Patch by Peter

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

2013-02-16 Thread akling
Title: [143114] trunk/Source/WebCore Revision 143114 Author akl...@apple.com Date 2013-02-16 15:34:22 -0800 (Sat, 16 Feb 2013) Log Message Element: Devirtualize attribute synchronization functions. Reviewed by Darin Adler. Devirtualize the functions that perform re-serialization of laz

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

2013-02-16 Thread weinig
Title: [143113] trunk/Source/WebKit2 Revision 143113 Author wei...@apple.com Date 2013-02-16 15:02:08 -0800 (Sat, 16 Feb 2013) Log Message The Plugin.32 target does not build https://bugs.webkit.org/show_bug.cgi?id=110032 Reviewed by Anders Carlsson. * PluginProcess/EntryPoint/mac/XPCSe

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

2013-02-16 Thread akling
Title: [143112] trunk/Source/WebCore Revision 143112 Author akl...@apple.com Date 2013-02-16 14:57:02 -0800 (Sat, 16 Feb 2013) Log Message Element: Avoid unrelated attribute synchronization on other attribute access. Reviewed by Darin Adler. We've been extremely trigger happy with re-s

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

2013-02-16 Thread darin
Title: [143111] trunk/Source/WebKit2 Revision 143111 Author da...@apple.com Date 2013-02-16 14:27:12 -0800 (Sat, 16 Feb 2013) Log Message Fix WKDOMRangePrivate.h mistakes https://bugs.webkit.org/show_bug.cgi?id=110028 Reviewed by Ryosuke Niwa. * WebProcess/InjectedBundle/API/mac/WKDOMRa

[webkit-changes] [143110] trunk/LayoutTests

2013-02-16 Thread rniwa
Title: [143110] trunk/LayoutTests Revision 143110 Author rn...@webkit.org Date 2013-02-16 14:24:54 -0800 (Sat, 16 Feb 2013) Log Message Add a flaky image only failure expectation to the test added in r142979 on Mac per bug 110027. * platform/mac/TestExpectations: Modified Paths trunk/L

[webkit-changes] [143109] trunk/Tools

2013-02-16 Thread rniwa
Title: [143109] trunk/Tools Revision 143109 Author rn...@webkit.org Date 2013-02-16 13:57:17 -0800 (Sat, 16 Feb 2013) Log Message We need a CIA replacement https://bugs.webkit.org/show_bug.cgi?id=110008 Reviewed by Andreas Kling. Added new-commit-bot. * Scripts/webkitpy/tool/bot/queuee

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

2013-02-16 Thread commit-queue
Title: [143108] trunk/Source/WebCore Revision 143108 Author commit-qu...@webkit.org Date 2013-02-16 13:00:36 -0800 (Sat, 16 Feb 2013) Log Message Fix build warnings after r139853 https://bugs.webkit.org/show_bug.cgi?id=109929 Patch by Seokju Kwon on 2013-02-16 Reviewed by Alexey Proskur

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

2013-02-16 Thread fpizlo
Title: [143107] trunk/Source/_javascript_Core Revision 143107 Author fpi...@apple.com Date 2013-02-16 12:07:05 -0800 (Sat, 16 Feb 2013) Log Message Fix indentation of Structure.h Rubber stamped by Mark Hahnenberg. * runtime/Structure.h: Modified Paths trunk/Source/_javascript_Core/Cha

[webkit-changes] [143106] trunk/Tools

2013-02-16 Thread jochen
Title: [143106] trunk/Tools Revision 143106 Author joc...@chromium.org Date 2013-02-16 10:27:07 -0800 (Sat, 16 Feb 2013) Log Message [chromium] initialize all variables of TestRunner classes https://bugs.webkit.org/show_bug.cgi?id=110013 Reviewed by Adam Barth. * DumpRenderTree/chromium

[webkit-changes] [143105] trunk/Tools

2013-02-16 Thread jochen
Title: [143105] trunk/Tools Revision 143105 Author joc...@chromium.org Date 2013-02-16 10:08:47 -0800 (Sat, 16 Feb 2013) Log Message [chromium] destroy the TestPlugin when the destroy() method is invoked. https://bugs.webkit.org/show_bug.cgi?id=110012 Reviewed by Adam Barth. * DumpRende

[webkit-changes] [143104] trunk

2013-02-16 Thread commit-queue
Title: [143104] trunk Revision 143104 Author commit-qu...@webkit.org Date 2013-02-16 09:09:01 -0800 (Sat, 16 Feb 2013) Log Message Unreviewed, rolling out r142734. http://trac.webkit.org/changeset/142734 https://bugs.webkit.org/show_bug.cgi?id=110018 "Triggered crashes on lots of website

[webkit-changes] [143103] trunk/LayoutTests

2013-02-16 Thread toyoshim
Title: [143103] trunk/LayoutTests Revision 143103 Author toyos...@chromium.org Date 2013-02-16 08:35:36 -0800 (Sat, 16 Feb 2013) Log Message Rebaseline for Win7. Unreviewed chromium gardening. * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Remove

[webkit-changes] [143102] trunk

2013-02-16 Thread robert
Title: [143102] trunk Revision 143102 Author rob...@webkit.org Date 2013-02-16 05:06:03 -0800 (Sat, 16 Feb 2013) Log Message percentage top value of position:relative element not calculated using parent's min-height unless height set https://bugs.webkit.org/show_bug.cgi?id=14762 Reviewed

[webkit-changes] [143101] trunk

2013-02-16 Thread senorblanco
Title: [143101] trunk Revision 143101 Author senorbla...@chromium.org Date 2013-02-16 04:45:57 -0800 (Sat, 16 Feb 2013) Log Message [skia] FEOffset should have a Skia implementation. https://bugs.webkit.org/show_bug.cgi?id=109831 Reviewed by James Robinson. Source/WebCore: Covered by c

[webkit-changes] [143100] trunk

2013-02-16 Thread vsevik
Title: [143100] trunk Revision 143100 Author vse...@chromium.org Date 2013-02-16 03:28:19 -0800 (Sat, 16 Feb 2013) Log Message Web Inspector: Create separate project for each domain for UISourceCode based on browser resources. https://bugs.webkit.org/show_bug.cgi?id=109691 Reviewed by Pa

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

2013-02-16 Thread ch . dumez
Title: [143099] trunk/Source/_javascript_Core Revision 143099 Author ch.du...@sisa.samsung.com Date 2013-02-16 00:46:41 -0800 (Sat, 16 Feb 2013) Log Message Unreviewed build fix. Export symbol for new CString operator== operator to fix Windows build. * _javascript_Core.vcproj/_javascrip