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

2014-03-10 Thread akling
Title: [165365] trunk/Source/_javascript_Core Revision 165365 Author akl...@apple.com Date 2014-03-10 00:50:44 -0700 (Mon, 10 Mar 2014) Log Message [X86_64] Smaller code for xchg_rr when one register is accumulator. Generate the 1-byte version of "xchg eax, reg" when possible. Reviewed

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

2014-03-10 Thread akling
Title: [165366] trunk/Source/_javascript_Core Revision 165366 Author akl...@apple.com Date 2014-03-10 00:53:11 -0700 (Mon, 10 Mar 2014) Log Message [X86_64] Smaller code for store64(imm, address) when imm fits in 32 bits. Generate this: mov [address], imm32 Instead of this: m

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

2014-03-10 Thread akling
Title: [165367] trunk/Source/_javascript_Core Revision 165367 Author akl...@apple.com Date 2014-03-10 02:48:08 -0700 (Mon, 10 Mar 2014) Log Message [X86_64] Smaller code for cmp_ir when register is accumulator. Generate the shorthand version of "cmp eax, imm" when possible. Reviewed by

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

2014-03-10 Thread akling
Title: [165368] trunk/Source/_javascript_Core Revision 165368 Author akl...@apple.com Date 2014-03-10 02:48:57 -0700 (Mon, 10 Mar 2014) Log Message [X86_64] Smaller code for test_ir when register is accumulator. Generate the shorthand version of "test eax, imm" when possible. Reviewed

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

2014-03-10 Thread akling
Title: [165369] trunk/Source/_javascript_Core Revision 165369 Author akl...@apple.com Date 2014-03-10 02:51:38 -0700 (Mon, 10 Mar 2014) Log Message [X86_64] Smaller code for or_ir when register is accumulator. Generate the shorthand version of "or eax, imm" when possible. Reviewed by B

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

2014-03-10 Thread akling
Title: [165370] trunk/Source/_javascript_Core Revision 165370 Author akl...@apple.com Date 2014-03-10 03:06:01 -0700 (Mon, 10 Mar 2014) Log Message [X86_64] Smaller code for xor_ir when register is accumulator. Generate the shorthand version of "xor eax, imm" when possible. Reviewed by

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

2014-03-10 Thread carlosgc
Title: [165371] trunk/Source/WebKit2 Revision 165371 Author carlo...@webkit.org Date 2014-03-10 04:10:51 -0700 (Mon, 10 Mar 2014) Log Message [GTK] The web process can finish while a print operation is still ongoing https://bugs.webkit.org/show_bug.cgi?id=129871 Reviewed by Martin Robins

[webkit-changes] [165373] tags/Safari-538.22/

2014-03-10 Thread lforschler
Title: [165373] tags/Safari-538.22/ Revision 165373 Author lforsch...@apple.com Date 2014-03-10 08:10:02 -0700 (Mon, 10 Mar 2014) Log Message New Tag. Added Paths tags/Safari-538.22/ Diff Property changes: tags/Safari-538.22 Added: svn:ignore depcomp compile config.guess GNUmake

[webkit-changes] [165374] trunk/Source

2014-03-10 Thread lforschler
Title: [165374] trunk/Source Revision 165374 Author lforsch...@apple.com Date 2014-03-10 08:13:36 -0700 (Mon, 10 Mar 2014) Log Message Versioning. Modified Paths trunk/Source/_javascript_Core/Configurations/Version.xcconfig trunk/Source/WebCore/Configurations/Version.xcconfig trunk/Sour

[webkit-changes] [165375] trunk/LayoutTests

2014-03-10 Thread m . pakula
Title: [165375] trunk/LayoutTests Revision 165375 Author m.pak...@samsung.com Date 2014-03-10 08:32:51 -0700 (Mon, 10 Mar 2014) Log Message Unreviewed EFL gardening Add test expectations for failing and crashing tests. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations

[webkit-changes] [165376] trunk/Source/WebKit/mac

2014-03-10 Thread jer . noble
Title: [165376] trunk/Source/WebKit/mac Revision 165376 Author jer.no...@apple.com Date 2014-03-10 09:28:13 -0700 (Mon, 10 Mar 2014) Log Message [iOS][WK1] Crash in HTMLMediaElement::createElementRenderer() - "-[NSSet addObject:]: object cannot be nil" https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [165377] trunk

2014-03-10 Thread stavila
Title: [165377] trunk Revision 165377 Author stav...@adobe.com Date 2014-03-10 09:29:09 -0700 (Mon, 10 Mar 2014) Log Message [CSS Regions] Scrolling regions with the mouse wheel only works properly if hovering over the region's padding https://bugs.webkit.org/show_bug.cgi?id=129485 Revie

[webkit-changes] [165378] trunk

2014-03-10 Thread mrobinson
Title: [165378] trunk Revision 165378 Author mrobin...@webkit.org Date 2014-03-10 10:11:21 -0700 (Mon, 10 Mar 2014) Log Message [GTK] [CMake] Clean up library linking https://bugs.webkit.org/show_bug.cgi?id=129782 Reviewed by Philippe Normand. .: * Source/cmake/OptionsGTK.cmake: Add a

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

2014-03-10 Thread mhahnenberg
Title: [165380] trunk/Source/WTF Revision 165380 Author mhahnenb...@apple.com Date 2014-03-10 10:42:25 -0700 (Mon, 10 Mar 2014) Log Message Turn on GenGC on other 64-bit platforms https://bugs.webkit.org/show_bug.cgi?id=129258 Reviewed by Oliver Hunt. * wtf/Platform.h: Modified Paths

[webkit-changes] [165381] branches/safari-537.75-branch

2014-03-10 Thread matthew_hanson
Title: [165381] branches/safari-537.75-branch Revision 165381 Author matthew_han...@apple.com Date 2014-03-10 10:49:38 -0700 (Mon, 10 Mar 2014) Log Message Merge r162972 and r163007. Modified Paths branches/safari-537.75-branch/LayoutTests/platform/mac/fast/css-generated-content/005-exp

[webkit-changes] [165383] trunk/Source/WebInspectorUI

2014-03-10 Thread bburg
Title: [165383] trunk/Source/WebInspectorUI Revision 165383 Author bb...@apple.com Date 2014-03-10 11:15:09 -0700 (Mon, 10 Mar 2014) Log Message Web Inspector: show a debugging-oriented dashboard when scripts pause https://bugs.webkit.org/show_bug.cgi?id=129913 Reviewed by Timothy Hatche

[webkit-changes] [165384] trunk/LayoutTests

2014-03-10 Thread ap
Title: [165384] trunk/LayoutTests Revision 165384 Author a...@apple.com Date 2014-03-10 11:18:08 -0700 (Mon, 10 Mar 2014) Log Message REGRESSION: js/dom/create-lots-of-workers.html frequently crashes (sometimes in js/dom/cross-frame-bad-time.html) https://bugs.webkit.org/show_bug.cgi?id=1

[webkit-changes] [165386] trunk

2014-03-10 Thread mrobinson
Title: [165386] trunk Revision 165386 Author mrobin...@webkit.org Date 2014-03-10 11:35:55 -0700 (Mon, 10 Mar 2014) Log Message [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake https://bugs.webkit.org/show_bug.cgi?id=130016 Reviewed by Carlos Garci

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

2014-03-10 Thread akling
Title: [165390] trunk/Source/_javascript_Core Revision 165390 Author akl...@apple.com Date 2014-03-10 11:56:36 -0700 (Mon, 10 Mar 2014) Log Message [X86_64] Smaller code for add_ir when register is accumulator. Generate the shorthand version of "add eax, imm" when possible. Reviewed by

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

2014-03-10 Thread akling
Title: [165391] trunk/Source/_javascript_Core Revision 165391 Author akl...@apple.com Date 2014-03-10 11:57:14 -0700 (Mon, 10 Mar 2014) Log Message [X86_64] Smaller code for sub_ir when register is accumulator. Generate the shorthand version of "sub eax, imm" when possible. Reviewed by

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

2014-03-10 Thread akling
Title: [165392] trunk/Source/_javascript_Core Revision 165392 Author akl...@apple.com Date 2014-03-10 11:57:34 -0700 (Mon, 10 Mar 2014) Log Message [X86_64] Smaller code for testb_i8r when register is accumulator. Generate the shorthand version of "test al, imm" when possible. Reviewed

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

2014-03-10 Thread mhahnenberg
Title: [165389] trunk/Source/_javascript_Core Revision 165389 Author mhahnenb...@apple.com Date 2014-03-10 11:55:17 -0700 (Mon, 10 Mar 2014) Log Message writeBarrier in emitPutReplaceStub is unnecessary https://bugs.webkit.org/show_bug.cgi?id=130030 Reviewed by Filip Pizlo. We already e

[webkit-changes] [165388] trunk

2014-03-10 Thread stavila
Title: [165388] trunk Revision 165388 Author stav...@adobe.com Date 2014-03-10 11:48:49 -0700 (Mon, 10 Mar 2014) Log Message [CSS Regions] Hit-testing is not working properly inside scrollable regions https://bugs.webkit.org/show_bug.cgi?id=130015 Reviewed by Antti Koivisto. Source/WebC

[webkit-changes] [165393] trunk

2014-03-10 Thread bfulgham
Title: [165393] trunk Revision 165393 Author bfulg...@apple.com Date 2014-03-10 12:09:40 -0700 (Mon, 10 Mar 2014) Log Message Source/_javascript_Core: [Win] Pass environment to Pre-Build, Pre-link, and Post-Build Stages. https://bugs.webkit.org/show_bug.cgi?id=130023 Reviewed by Dean Jac

[webkit-changes] [165394] branches/safari-537.75-branch

2014-03-10 Thread bfulgham
Title: [165394] branches/safari-537.75-branch Revision 165394 Author bfulg...@apple.com Date 2014-03-10 12:28:54 -0700 (Mon, 10 Mar 2014) Log Message Source/WebInspectorUI: Merge r165393. 2014-03-10 Brent Fulgham [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build S

[webkit-changes] [165395] trunk

2014-03-10 Thread commit-queue
Title: [165395] trunk Revision 165395 Author commit-qu...@webkit.org Date 2014-03-10 12:56:38 -0700 (Mon, 10 Mar 2014) Log Message ASSERTION FAILED: span >= 1 https://bugs.webkit.org/show_bug.cgi?id=129148 Patch by Zsolt Borbely on 2014-03-10 Reviewed by Andreas Kling. Source/WebCore:

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

2014-03-10 Thread dbates
Title: [165396] trunk/Source/WebCore Revision 165396 Author dba...@webkit.org Date 2014-03-10 13:02:35 -0700 (Mon, 10 Mar 2014) Log Message REGRESSION (r159218): FrameView::layout() should destroy TemporaryChange before destroying Ref https://bugs.webkit.org/show_bug.cgi?id=130034 Revie

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

2014-03-10 Thread enrica
Title: [165397] trunk/Source/WebKit2 Revision 165397 Author enr...@apple.com Date 2014-03-10 13:11:07 -0700 (Mon, 10 Mar 2014) Log Message WebKit2: Crash in WebPage::getPositionInformation. https://bugs.webkit.org/show_bug.cgi?id=129936 Reviewed by Eric Carlson. Missing null check on

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

2014-03-10 Thread mitz
Title: [165398] trunk/Source/WebKit2 Revision 165398 Author m...@apple.com Date 2014-03-10 13:19:06 -0700 (Mon, 10 Mar 2014) Log Message [Cocoa] Allow setting a custom group identifier on a WKWebView https://bugs.webkit.org/show_bug.cgi?id=130033 Reviewed by Tim Horton. * UIProcess/API

[webkit-changes] [165399] branches/safari-537.75-branch/Source/WebCore

2014-03-10 Thread bfulgham
Title: [165399] branches/safari-537.75-branch/Source/WebCore Revision 165399 Author bfulg...@apple.com Date 2014-03-10 13:43:39 -0700 (Mon, 10 Mar 2014) Log Message [Win] Build fix after r165379. * bindings/js/SerializedScriptValue.cpp: (WebCore::SerializedScriptValue::SerializedScriptVa

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

2014-03-10 Thread enrica
Title: [165400] trunk/Source/WebCore Revision 165400 Author enr...@apple.com Date 2014-03-10 13:53:11 -0700 (Mon, 10 Mar 2014) Log Message iOS build fix after http://trac.webkit.org/changeset/165385 Unreviewed. * accessibility/ios/WebAccessibilityObjectWrapperIOS.mm: (-[WebAccessibility

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

2014-03-10 Thread fpizlo
Title: [165401] trunk/Source/_javascript_Core Revision 165401 Author fpi...@apple.com Date 2014-03-10 13:58:29 -0700 (Mon, 10 Mar 2014) Log Message Out-line ScratchRegisterAllocator Rubber stamped by Mark Hahnenberg. * CMakeLists.txt: * GNUmakefile.list.am: * _javascript_Core.vcxproj/_j

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

2014-03-10 Thread fpizlo
Title: [165403] trunk/Source/_javascript_Core Revision 165403 Author fpi...@apple.com Date 2014-03-10 14:06:29 -0700 (Mon, 10 Mar 2014) Log Message jsc commandline shouldn't have a "console" because that confuses some tests into thinking that they're running in the browser. Rubber stampe

[webkit-changes] [165404] trunk/Source

2014-03-10 Thread benjamin
Title: [165404] trunk/Source Revision 165404 Author benja...@webkit.org Date 2014-03-10 14:25:24 -0700 (Mon, 10 Mar 2014) Log Message Generalize unobscured rect to all ports https://bugs.webkit.org/show_bug.cgi?id=130036 Patch by Benjamin Poulain on 2014-03-10 Reviewed by Simon Fraser.

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

2014-03-10 Thread fpizlo
Title: [165405] trunk/Source/_javascript_Core Revision 165405 Author fpi...@apple.com Date 2014-03-10 15:09:07 -0700 (Mon, 10 Mar 2014) Log Message Unreviewed, remove unintended change. * dfg/DFGDriver.cpp: (JSC::DFG::compileImpl): Modified Paths trunk/Source/_javascript_Core/ChangeLog

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

2014-03-10 Thread fpizlo
Title: [165406] trunk/Source/_javascript_Core Revision 165406 Author fpi...@apple.com Date 2014-03-10 15:11:35 -0700 (Mon, 10 Mar 2014) Log Message DFG and FTL should know that comparing anything to Misc is cheap and easy https://bugs.webkit.org/show_bug.cgi?id=130001 Reviewed by Geoffre

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

2014-03-10 Thread mhahnenberg
Title: [165407] trunk/Source/_javascript_Core Revision 165407 Author mhahnenb...@apple.com Date 2014-03-10 15:21:44 -0700 (Mon, 10 Mar 2014) Log Message Remove ConditionalStore barrier https://bugs.webkit.org/show_bug.cgi?id=130040 Reviewed by Geoffrey Garen. ConditionalStoreBarrier was

[webkit-changes] [165408] trunk/PerformanceTests

2014-03-10 Thread zoltan
Title: [165408] trunk/PerformanceTests Revision 165408 Author zol...@webkit.org Date 2014-03-10 15:32:15 -0700 (Mon, 10 Mar 2014) Log Message [CSS Shapes] Add performance tests for SVG shape with shape-margin https://bugs.webkit.org/show_bug.cgi?id=129930 Reviewed by Ryosuke Niwa. The t

[webkit-changes] [165409] trunk/Source

2014-03-10 Thread bdakin
Title: [165409] trunk/Source Revision 165409 Author bda...@apple.com Date 2014-03-10 15:48:42 -0700 (Mon, 10 Mar 2014) Log Message Set background color of WK2's UIScrollView to the pageExtendedBackgroundColor https://bugs.webkit.org/show_bug.cgi?id=129919 Reviewed by Benjamin Poulain. S

[webkit-changes] [165410] tags/Safari-538.22/Source/WebKit2

2014-03-10 Thread lforschler
Title: [165410] tags/Safari-538.22/Source/WebKit2 Revision 165410 Author lforsch...@apple.com Date 2014-03-10 15:49:04 -0700 (Mon, 10 Mar 2014) Log Message Merged r165398. Modified Paths tags/Safari-538.22/Source/WebKit2/ChangeLog tags/Safari-538.22/Source/WebKit2/UIProcess/API/Cocoa/WK

[webkit-changes] [165411] trunk/Websites/perf.webkit.org

2014-03-10 Thread zoltan
Title: [165411] trunk/Websites/perf.webkit.org Revision 165411 Author zol...@webkit.org Date 2014-03-10 16:01:18 -0700 (Mon, 10 Mar 2014) Log Message Update the install guidelines for perf.webkit.org https://bugs.webkit.org/show_bug.cgi?id=129895 Reviewed by Ryosuke Niwa. The current in

[webkit-changes] [165412] trunk/Source

2014-03-10 Thread simon . fraser
Title: [165412] trunk/Source Revision 165412 Author simon.fra...@apple.com Date 2014-03-10 16:08:55 -0700 (Mon, 10 Mar 2014) Log Message Fix three leaks https://bugs.webkit.org/show_bug.cgi?id=130048 Reviewed by Anders Carlsson. Source/WebCore: The NSDictionary was leaked. * page/ios/

[webkit-changes] [165413] trunk/Tools

2014-03-10 Thread zoltan
Title: [165413] trunk/Tools Revision 165413 Author zol...@webkit.org Date 2014-03-10 16:22:05 -0700 (Mon, 10 Mar 2014) Log Message Let the user define the full address of the performance-site-server for uploading results https://bugs.webkit.org/show_bug.cgi?id=129819 Reviewed by Ryosuke

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

2014-03-10 Thread fpizlo
Title: [165414] trunk/Source/_javascript_Core Revision 165414 Author fpi...@apple.com Date 2014-03-10 16:31:18 -0700 (Mon, 10 Mar 2014) Log Message Repatch should save and restore all used registers - not just temp ones - when making a call https://bugs.webkit.org/show_bug.cgi?id=130041

[webkit-changes] [165415] tags/Safari-537.75.8/

2014-03-10 Thread matthew_hanson
Title: [165415] tags/Safari-537.75.8/ Revision 165415 Author matthew_han...@apple.com Date 2014-03-10 16:34:24 -0700 (Mon, 10 Mar 2014) Log Message New Tag. Added Paths tags/Safari-537.75.8/ Diff Property changes: tags/Safari-537.75.8 Added: svn:ignore depcomp compile config.gue

[webkit-changes] [165416] branches/safari-537.75-branch/Source

2014-03-10 Thread matthew_hanson
Title: [165416] branches/safari-537.75-branch/Source Revision 165416 Author matthew_han...@apple.com Date 2014-03-10 16:41:42 -0700 (Mon, 10 Mar 2014) Log Message Versioning. Modified Paths branches/safari-537.75-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/sa

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

2014-03-10 Thread bfulgham
Title: [165417] trunk/Source/WebCore Revision 165417 Author bfulg...@apple.com Date 2014-03-10 17:16:40 -0700 (Mon, 10 Mar 2014) Log Message Unreviewed Windows Build Fix. * WebCore.vcxproj/WebCore.vcxproj: Don't build cURL files for Apple Windows port. * WebCore.vcxproj/WebCore.vcxproj.f

[webkit-changes] [165419] trunk/Source/WebKit

2014-03-10 Thread bfulgham
Title: [165419] trunk/Source/WebKit Revision 165419 Author bfulg...@apple.com Date 2014-03-10 17:29:56 -0700 (Mon, 10 Mar 2014) Log Message [Win] Unreviewed build fix (64-bit). * WebKit.vcxproj/WebKit/WebKitCommon.props: Put uuid.lib as the last link library so that the MSIE DOM symbols

[webkit-changes] [165420] trunk/Tools

2014-03-10 Thread bfulgham
Title: [165420] trunk/Tools Revision 165420 Author bfulg...@apple.com Date 2014-03-10 17:39:57 -0700 (Mon, 10 Mar 2014) Log Message [Win] Unreviewed build fix. Some bad Windows code was committed at some point that prevents the Apple Windows port from finding its runtime dependencies rel

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

2014-03-10 Thread benjamin
Title: [165421] trunk/Source/WebCore Revision 165421 Author benja...@webkit.org Date 2014-03-10 17:40:34 -0700 (Mon, 10 Mar 2014) Log Message makeSelectorPseudoTypeMap.py should not be copied in the WebCore bundle Patch by Benjamin Poulain on 2014-03-10 * WebCore.xcodeproj/project.pbxp

[webkit-changes] [165422] trunk/Source

2014-03-10 Thread benjamin
Title: [165422] trunk/Source Revision 165422 Author benja...@webkit.org Date 2014-03-10 18:34:42 -0700 (Mon, 10 Mar 2014) Log Message [iOS][WebKit 2] Wire the unobscured rect in the WebProcess https://bugs.webkit.org/show_bug.cgi?id=130058 Patch by Benjamin Poulain on 2014-03-10 Reviewe

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

2014-03-10 Thread joepeck
Title: [165424] trunk/Source/_javascript_Core Revision 165424 Author joep...@webkit.org Date 2014-03-10 19:39:40 -0700 (Mon, 10 Mar 2014) Log Message Better JSContext API for named evaluations (other than //# sourceURL) https://bugs.webkit.org/show_bug.cgi?id=129911 Reviewed by Geoffrey

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

2014-03-10 Thread jer . noble
Title: [165425] trunk/Source/WTF Revision 165425 Author jer.no...@apple.com Date 2014-03-10 20:08:01 -0700 (Mon, 10 Mar 2014) Log Message Improve WeakPtr operators. https://bugs.webkit.org/show_bug.cgi?id=130053 Reviewed by Andreas Kling. Replace the "operator!()" with an explicit bool

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

2014-03-10 Thread mark . lam
Title: [165426] trunk/Source/_javascript_Core Revision 165426 Author mark@apple.com Date 2014-03-10 21:06:31 -0700 (Mon, 10 Mar 2014) Log Message Crash on a stack overflow on 32-bit x86 in http/tests/websocket/tests/hybi/workers/no-onmessage-in-sync-op.html. Reviewed by Geoffrey Gar

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

2014-03-10 Thread commit-queue
Title: [165427] trunk/Source/WebCore Revision 165427 Author commit-qu...@webkit.org Date 2014-03-10 21:22:10 -0700 (Mon, 10 Mar 2014) Log Message Web Inspector: Frontend loaded resources from cache are not hidden as expected https://bugs.webkit.org/show_bug.cgi?id=130044 Patch by Joseph

[webkit-changes] [165429] trunk

2014-03-10 Thread bjonesbe
Title: [165429] trunk Revision 165429 Author bjone...@adobe.com Date 2014-03-10 21:31:06 -0700 (Mon, 10 Mar 2014) Log Message [CSS Shapes] inset corner radii are not flipped for vertical writing modes https://bugs.webkit.org/show_bug.cgi?id=129918 Reviewed by Dean Jackson. Source/WebCor

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

2014-03-10 Thread mark . lam
Title: [165431] trunk/Source/_javascript_Core Revision 165431 Author mark@apple.com Date 2014-03-10 21:53:52 -0700 (Mon, 10 Mar 2014) Log Message r165414 broke the 32-bit x86 tests: ASSERTION FAILED: result != InvalidIndex @ GPRInfo.h:330. Reviewed by Michael Saboff. There is code

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

2014-03-10 Thread joepeck
Title: [165432] trunk/Source/_javascript_Core Revision 165432 Author joep...@webkit.org Date 2014-03-10 22:01:18 -0700 (Mon, 10 Mar 2014) Log Message Fix typo in EXCLUDED_SOURCE_FILE_NAMES_iphoneos. Rubber-stamped by Dan Bernstein. * Configurations/_javascript_Core.xcconfig: Modified P

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

2014-03-10 Thread mark . lam
Title: [165433] trunk/Source/_javascript_Core Revision 165433 Author mark@apple.com Date 2014-03-10 22:18:41 -0700 (Mon, 10 Mar 2014) Log Message Resurrect bit-rotted JIT::probe() mechanism. Reviewed by Geoffrey Garen. * jit/JITStubs.cpp: - Added the needed #include . Modified Pat

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

2014-03-10 Thread mitz
Title: [165434] trunk/Source/WebKit2 Revision 165434 Author m...@apple.com Date 2014-03-10 23:25:23 -0700 (Mon, 10 Mar 2014) Log Message [Cocoa] Expose WebPageProxy::close https://bugs.webkit.org/show_bug.cgi?id=130068 Reviewed by Adele Peterson. * UIProcess/API/Cocoa/WKWebView.mm: (-[W

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

2014-03-10 Thread mhahnenberg
Title: [165435] trunk/Source/_javascript_Core Revision 165435 Author mhahnenb...@apple.com Date 2014-03-10 23:57:43 -0700 (Mon, 10 Mar 2014) Log Message REGRESSION(r165407): DoYouEvenBench crashes in DRT https://bugs.webkit.org/show_bug.cgi?id=130066 Reviewed by Geoffrey Garen. The base