[webkit-changes] [157666] trunk/Source

2013-10-19 Thread akling
Title: [157666] trunk/Source Revision 157666 Author akl...@apple.com Date 2013-10-19 07:26:49 -0700 (Sat, 19 Oct 2013) Log Message Attempt to get Lion building. Source/WebKit/mac: * WebView/WebDataSource.mm: Source/WebKit2: * UIProcess/mac/WebColorPickerMac.h: Modified Paths

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

2013-10-19 Thread fpizlo
Title: [157667] trunk/Source/WebCore Revision 157667 Author fpi...@apple.com Date 2013-10-19 07:33:52 -0700 (Sat, 19 Oct 2013) Log Message libWebCoreTestSupport should have explicit exports https://bugs.webkit.org/show_bug.cgi?id=123053 Reviewed by Oliver Hunt. No new tests because

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

2013-10-19 Thread commit-queue
Title: [157668] trunk/Source/_javascript_Core Revision 157668 Author commit-qu...@webkit.org Date 2013-10-19 07:34:59 -0700 (Sat, 19 Oct 2013) Log Message Fix build failure for architectures with 4 argument registers. https://bugs.webkit.org/show_bug.cgi?id=123060 Patch by Julien

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

2013-10-19 Thread commit-queue
Title: [157669] trunk/Source/WebCore Revision 157669 Author commit-qu...@webkit.org Date 2013-10-19 07:42:55 -0700 (Sat, 19 Oct 2013) Log Message [WinCairo] Link fails. https://bugs.webkit.org/show_bug.cgi?id=123019 Patch by pe...@outlook.com pe...@outlook.com on 2013-10-19 Reviewed by

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

2013-10-19 Thread akling
Title: [157672] trunk/Source/WebCore Revision 157672 Author akl...@apple.com Date 2013-10-19 09:48:42 -0700 (Sat, 19 Oct 2013) Log Message StyleResolver should deal in PassRefRenderStyle where possible. https://webkit.org/b/123061 Make StyleResolver functions that returned or took

[webkit-changes] [157673] trunk

2013-10-19 Thread akling
Title: [157673] trunk Revision 157673 Author akl...@apple.com Date 2013-10-19 12:55:32 -0700 (Sat, 19 Oct 2013) Log Message RefPtr::releaseNonNull() incorrectly increments the refcount. https://webkit.org/b/123063 Source/WTF: Make releaseNonNull() use adoptRef(T), mirroring release().

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

2013-10-19 Thread weinig
Title: [157674] trunk/Source/WebCore Revision 157674 Author wei...@apple.com Date 2013-10-19 12:55:40 -0700 (Sat, 19 Oct 2013) Log Message Move m_lineBoxes from RenderBlock to RenderBlockFlow (Part 2) https://bugs.webkit.org/show_bug.cgi?id=122969 Reviewed by Antti Koivisto. - Move

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

2013-10-19 Thread commit-queue
Title: [157675] trunk/Source/_javascript_Core Revision 157675 Author commit-qu...@webkit.org Date 2013-10-19 13:11:36 -0700 (Sat, 19 Oct 2013) Log Message DFG dominators: document and rename stuff. https://bugs.webkit.org/show_bug.cgi?id=123056 Patch by Nadav Rotem nro...@apple.com on

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

2013-10-19 Thread mitz
Title: [157676] trunk/Source/WebKit2 Revision 157676 Author m...@apple.com Date 2013-10-19 13:18:11 -0700 (Sat, 19 Oct 2013) Log Message [Cocoa] Remove some indirection that was only necessary for supporting the legacy Objective-C runtime https://bugs.webkit.org/show_bug.cgi?id=123065

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

2013-10-19 Thread weinig
Title: [157677] trunk/Source/WebCore Revision 157677 Author wei...@apple.com Date 2013-10-19 13:26:58 -0700 (Sat, 19 Oct 2013) Log Message Move m_lineBoxes from RenderBlock to RenderBlockFlow (Part 3) https://bugs.webkit.org/show_bug.cgi?id=122969 Reviewed by Andreas Kling. - Move

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

2013-10-19 Thread mitz
Title: [157678] trunk/Source/WebKit2 Revision 157678 Author m...@apple.com Date 2013-10-19 13:47:26 -0700 (Sat, 19 Oct 2013) Log Message Try to fix the Mac 32-bit build. * UIProcess/API/mac/WKView.h: * UIProcess/API/mac/WKView.mm: * UIProcess/API/mac/WKViewInternal.h: *

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

2013-10-19 Thread mitz
Title: [157679] trunk/Source/WebKit2 Revision 157679 Author m...@apple.com Date 2013-10-19 13:56:44 -0700 (Sat, 19 Oct 2013) Log Message Try to fix the Mac 32-bit build. * UIProcess/mac/WKFullScreenWindowController.h: * UIProcess/mac/WKFullScreenWindowController.mm: Modified Paths

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

2013-10-19 Thread fpizlo
Title: [157680] trunk/Source/_javascript_Core Revision 157680 Author fpi...@apple.com Date 2013-10-19 14:03:51 -0700 (Sat, 19 Oct 2013) Log Message FTL::Location should treat the offset as an addend in the case of a Register location https://bugs.webkit.org/show_bug.cgi?id=123062

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

2013-10-19 Thread mitz
Title: [157681] trunk/Source/WebKit2 Revision 157681 Author m...@apple.com Date 2013-10-19 14:09:29 -0700 (Sat, 19 Oct 2013) Log Message Fix the Mac 32-bit build by reverting r157676, r157678, and r157679. Modified Paths trunk/Source/WebKit2/ChangeLog

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

2013-10-19 Thread ap
Title: [157684] trunk/Source/_javascript_Core Revision 157684 Author a...@apple.com Date 2013-10-19 14:56:11 -0700 (Sat, 19 Oct 2013) Log Message APICast.h uses functions from JSCJSValueInlines.h, but doesn't include it https://bugs.webkit.org/show_bug.cgi?id=123067 Reviewed by Geoffrey

[webkit-changes] [157686] trunk/Tools

2013-10-19 Thread ap
Title: [157686] trunk/Tools Revision 157686 Author a...@apple.com Date 2013-10-19 16:18:37 -0700 (Sat, 19 Oct 2013) Log Message Mac DumpRenderTree builds without NDEBUG even in release mode https://bugs.webkit.org/show_bug.cgi?id=123066 Reviewed by Dan Bernstein. *

[webkit-changes] [157687] trunk/Tools

2013-10-19 Thread rniwa
Title: [157687] trunk/Tools Revision 157687 Author rn...@webkit.org Date 2013-10-19 16:38:14 -0700 (Sat, 19 Oct 2013) Log Message run-webkit-tests should submit time and modifiers to the new flakiness dashboard https://bugs.webkit.org/show_bug.cgi?id=123070 Reviewed by Alexey

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

2013-10-19 Thread ap
Title: [157688] trunk/Source/_javascript_Core Revision 157688 Author a...@apple.com Date 2013-10-19 17:01:17 -0700 (Sat, 19 Oct 2013) Log Message Some includes in JSC seem to use an incorrect style https://bugs.webkit.org/show_bug.cgi?id=123057 Reviewed by Geoffrey Garen. Changed

[webkit-changes] [157689] trunk/LayoutTests

2013-10-19 Thread commit-queue
Title: [157689] trunk/LayoutTests Revision 157689 Author commit-qu...@webkit.org Date 2013-10-19 17:24:40 -0700 (Sat, 19 Oct 2013) Log Message Adding test case for text-decoration property state change on applying different command https://bugs.webkit.org/show_bug.cgi?id=123073 Patch by

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

2013-10-19 Thread fpizlo
Title: [157690] trunk/Source/_javascript_Core Revision 157690 Author fpi...@apple.com Date 2013-10-19 19:07:39 -0700 (Sat, 19 Oct 2013) Log Message Restructure LinkBuffer to allow for alternate allocation strategies https://bugs.webkit.org/show_bug.cgi?id=123071 Reviewed by Oliver Hunt.

[webkit-changes] [157691] trunk

2013-10-19 Thread ap
Title: [157691] trunk Revision 157691 Author a...@apple.com Date 2013-10-19 20:15:04 -0700 (Sat, 19 Oct 2013) Log Message Enable webaudio/ tests on DRT/Mac https://bugs.webkit.org/show_bug.cgi?id=86914 Reviewed by Darin Adler. Tools: *

[webkit-changes] [157692] trunk/Tools

2013-10-19 Thread ap
Title: [157692] trunk/Tools Revision 157692 Author a...@apple.com Date 2013-10-19 20:51:36 -0700 (Sat, 19 Oct 2013) Log Message Mac build fix. * DumpRenderTree/mac/DumpRenderTree.mm: Cast the length for %lu specifier. Modified Paths trunk/Tools/ChangeLog

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

2013-10-19 Thread fpizlo
Title: [157693] trunk/Source/_javascript_Core Revision 157693 Author fpi...@apple.com Date 2013-10-19 21:12:16 -0700 (Sat, 19 Oct 2013) Log Message Rename RegisterSet to TempRegisterSet https://bugs.webkit.org/show_bug.cgi?id=123077 Reviewed by Dan Bernstein. *

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

2013-10-19 Thread weinig
Title: [157694] trunk/Source/WebCore Revision 157694 Author wei...@apple.com Date 2013-10-19 21:55:32 -0700 (Sat, 19 Oct 2013) Log Message CTTE: Tighten up type usage around InputType::innerTextElement() https://bugs.webkit.org/show_bug.cgi?id=123078 Reviewed by Anders Carlsson. *

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

2013-10-19 Thread fpizlo
Title: [157696] trunk/Source/_javascript_Core Revision 157696 Author fpi...@apple.com Date 2013-10-19 22:40:56 -0700 (Sat, 19 Oct 2013) Log Message Simplify TempRegisterSet - it no longer needs to be convertible to a POD since it's no longer going to be a member of a union