[webkit-changes] [160531] trunk

2013-12-13 Thread mrobinson
Title: [160531] trunk Revision 160531 Author mrobin...@webkit.org Date 2013-12-13 00:16:37 -0800 (Fri, 13 Dec 2013) Log Message Adding a .ycm_extra_conf file for webkitGtk https://bugs.webkit.org/show_bug.cgi?id=119618 Patch by Martin Robinson and Danilo Cesar Lemes de Paula on 2013-1

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

2013-12-13 Thread ossy
Title: [160532] trunk/Source/WebKit2 Revision 160532 Author o...@webkit.org Date 2013-12-13 00:24:02 -0800 (Fri, 13 Dec 2013) Log Message GTK buildfix after r160504. Patch by Dániel Bátyai on 2013-12-13 Reviewed by Csaba Osztrogonác. * UIProcess/API/gtk/WebKitWebContext.cpp: (webkit_we

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

2013-12-13 Thread zandobersek
Title: [160533] trunk/Source/WebKit2 Revision 160533 Author zandober...@gmail.com Date 2013-12-13 00:35:21 -0800 (Fri, 13 Dec 2013) Log Message Unreviewed GTK build fix after r160509. * GNUmakefile.list.am: MessageSender.(cpp|h) files were moved to Platform/IPC. Modified Paths trunk/So

[webkit-changes] [160534] trunk

2013-12-13 Thread ap
Title: [160534] trunk Revision 160534 Author a...@apple.com Date 2013-12-13 00:56:06 -0800 (Fri, 13 Dec 2013) Log Message WebCrypto wrapKey operation doesn't check key usage https://bugs.webkit.org/show_bug.cgi?id=125675 Reviewed by Darin Adler. Source/WebCore: Tests: crypto/subtle/un

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

2013-12-13 Thread darin
Title: [160535] trunk/Source/WebCore Revision 160535 Author da...@apple.com Date 2013-12-13 01:10:20 -0800 (Fri, 13 Dec 2013) Log Message Fix a couple stray uses of RefPtr that should release https://bugs.webkit.org/show_bug.cgi?id=125679 Reviewed by Andreas Kling. * css/CSSParser.cpp:

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

2013-12-13 Thread darin
Title: [160536] trunk/Source/WebCore Revision 160536 Author da...@apple.com Date 2013-12-13 01:14:30 -0800 (Fri, 13 Dec 2013) Log Message Eliminate awkward virtualComputedStyle construction https://bugs.webkit.org/show_bug.cgi?id=125681 Reviewed by Andreas Kling. * dom/Element.cpp: (Web

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

2013-12-13 Thread zandobersek
Title: [160537] trunk/Source/WebKit2 Revision 160537 Author zandober...@gmail.com Date 2013-12-13 01:16:21 -0800 (Fri, 13 Dec 2013) Log Message Unreviewed. Further GTK WK2 build fixes after r160504. * UIProcess/API/gtk/WebKitWebView.cpp: (webkit_web_view_get_snapshot): * WebProcess/Injec

[webkit-changes] [160538] trunk

2013-12-13 Thread zandobersek
Title: [160538] trunk Revision 160538 Author zandober...@gmail.com Date 2013-12-13 01:41:16 -0800 (Fri, 13 Dec 2013) Log Message [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds https://bugs.webkit.org/show_bug.cgi?id=125639 Reviewed by Anders Carlsson. * Source/a

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

2013-12-13 Thread carlosgc
Title: [160540] trunk/Source/WebKit2 Revision 160540 Author carlo...@webkit.org Date 2013-12-13 02:24:37 -0800 (Fri, 13 Dec 2013) Log Message [GTK] Add a unit tests to WebKit2 to test node names https://bugs.webkit.org/show_bug.cgi?id=125686 Reviewed by Gustavo Noronha Silva. * UIProces

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

2013-12-13 Thread akling
Title: [160541] trunk/Source/WebCore Revision 160541 Author akl...@apple.com Date 2013-12-13 02:32:05 -0800 (Fri, 13 Dec 2013) Log Message CSSFilterImageValue constructor should require both image and filter. Make the CSSFilterImageValue::create() helper take both the image and filter C

[webkit-changes] [160542] trunk/LayoutTests

2013-12-13 Thread m . pakula
Title: [160542] trunk/LayoutTests Revision 160542 Author m.pak...@samsung.com Date 2013-12-13 04:36:42 -0800 (Fri, 13 Dec 2013) Log Message Unreviewed EFL gardening Remove wrong http baselines. * platform/efl/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Remov

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

2013-12-13 Thread carlosgc
Title: [160543] trunk/Source/WebCore Revision 160543 Author carlo...@webkit.org Date 2013-12-13 04:40:06 -0800 (Fri, 13 Dec 2013) Log Message [GTK] Expose also webkit_dom_document_get_url https://bugs.webkit.org/show_bug.cgi?id=125691 Reviewed by Martin Robinson. For some reason we expo

[webkit-changes] [160544] trunk

2013-12-13 Thread rwlbuis
Title: [160544] trunk Revision 160544 Author rwlb...@webkit.org Date 2013-12-13 06:13:26 -0800 (Fri, 13 Dec 2013) Log Message Clean up SVGScriptElement https://bugs.webkit.org/show_bug.cgi?id=125527 Reviewed by Darin Adler. Source/WebCore: >From the Blink port of this bug it becomes cl

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

2013-12-13 Thread carlosgc
Title: [160545] trunk/Source/WebCore Revision 160545 Author carlo...@webkit.org Date 2013-12-13 07:41:09 -0800 (Fri, 13 Dec 2013) Log Message REGRESSION(r155784): [GTK] Some methods incorrectly removed in r155784 and deprecated in r158662 https://bugs.webkit.org/show_bug.cgi?id=125692 Re

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

2013-12-13 Thread darin
Title: [160546] trunk/Source/WebCore Revision 160546 Author da...@apple.com Date 2013-12-13 08:27:54 -0800 (Fri, 13 Dec 2013) Log Message Make some optimizations for DOM bindings involving vectors https://bugs.webkit.org/show_bug.cgi?id=125680 Reviewed by Andreas Kling. * bindings/js/JS

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

2013-12-13 Thread andersca
Title: [160549] trunk/Source/WebKit2 Revision 160549 Author ander...@apple.com Date 2013-12-13 11:21:52 -0800 (Fri, 13 Dec 2013) Log Message Put classes in the IPC directory in the IPC namespace https://bugs.webkit.org/show_bug.cgi?id=125665 Reviewed by Sam Weinig. Also add a hack to co

[webkit-changes] [160550] trunk/Source

2013-12-13 Thread commit-queue
Title: [160550] trunk/Source Revision 160550 Author commit-qu...@webkit.org Date 2013-12-13 11:24:28 -0800 (Fri, 13 Dec 2013) Log Message Delete INTEL C compiler related code parts. https://bugs.webkit.org/show_bug.cgi?id=125625 Patch by Peter Szanka on 2013-12-13 Reviewed by Darin Adle

[webkit-changes] [160551] trunk/Tools

2013-12-13 Thread lforschler
Title: [160551] trunk/Tools Revision 160551 Author lforsch...@apple.com Date 2013-12-13 11:27:21 -0800 (Fri, 13 Dec 2013) Log Message Update Apple bots. Unreviewed. * BuildSlaveSupport/build.webkit.org-config/config.json: Modified Paths trunk/Tools/BuildSlaveSupport/build.webk

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

2013-12-13 Thread graouts
Title: [160552] trunk/Source/WebInspectorUI Revision 160552 Author grao...@apple.com Date 2013-12-13 11:32:49 -0800 (Fri, 13 Dec 2013) Log Message Web Inspector: provide an abstraction for CodeMirror's TextMarker https://bugs.webkit.org/show_bug.cgi?id=125695 Reviewed by Timothy Hatcher.

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

2013-12-13 Thread timothy_horton
Title: [160554] trunk/Source/WebKit2 Revision 160554 Author timothy_hor...@apple.com Date 2013-12-13 12:15:36 -0800 (Fri, 13 Dec 2013) Log Message [wk2] Handle pinch-to-zoom gesture https://bugs.webkit.org/show_bug.cgi?id=125604 Reviewed by Sam Weinig. * UIProcess/API/mac/WKView.mm: (-[

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

2013-12-13 Thread andersca
Title: [160555] trunk/Source/WebKit2 Revision 160555 Author ander...@apple.com Date 2013-12-13 12:43:48 -0800 (Fri, 13 Dec 2013) Log Message Fix the build. Work around a problem in Functional.h by making the DatabaseProcess destructor public. * DatabaseProcess/DatabaseProcess.h: Modifi

[webkit-changes] [160556] trunk/Tools

2013-12-13 Thread bfulgham
Title: [160556] trunk/Tools Revision 160556 Author bfulg...@apple.com Date 2013-12-13 12:54:28 -0800 (Fri, 13 Dec 2013) Log Message Unreviewed build fix after r160548. * Scripts/webkitdirs.pm: (setupCygwinEnv): VCExpress.exe is now called WDExpress.exe. Modified Paths trunk/Tools/Chang

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

2013-12-13 Thread joepeck
Title: [160558] trunk/Source/_javascript_Core Revision 160558 Author joep...@webkit.org Date 2013-12-13 13:08:20 -0800 (Fri, 13 Dec 2013) Log Message Make inspector folder groups smarter in _javascript_Core.xcodeproj https://bugs.webkit.org/show_bug.cgi?id=125663 Reviewed by Darin Adler.

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

2013-12-13 Thread aestes
Title: [160559] trunk/Source/WebKit Revision 160559 Author aes...@apple.com Date 2013-12-13 13:18:46 -0800 (Fri, 13 Dec 2013) Log Message Post-process exported WebKit headers based on PLATFORM_NAME https://bugs.webkit.org/show_bug.cgi?id=125682 Reviewed by Dan Bernstein. Added a build p

[webkit-changes] [160560] trunk/Tools

2013-12-13 Thread lforschler
Title: [160560] trunk/Tools Revision 160560 Author lforsch...@apple.com Date 2013-12-13 13:26:07 -0800 (Fri, 13 Dec 2013) Log Message Update Apple Webkit Bots Unreviewed. * BuildSlaveSupport/build.webkit.org-config/config.json: Modified Paths trunk/Tools/BuildSlaveSupport/buil

[webkit-changes] [160562] branches/jsCStack/Source/JavaScriptCore

2013-12-13 Thread msaboff
Title: [160562] branches/jsCStack/Source/_javascript_Core Revision 160562 Author msab...@apple.com Date 2013-12-13 13:36:55 -0800 (Fri, 13 Dec 2013) Log Message jsCStack:REGRESSION: "print(“My object: “ + { });” crashes LLINT in op_call https://bugs.webkit.org/show_bug.cgi?id=125694 Revi

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

2013-12-13 Thread andersca
Title: [160561] trunk/Source/WTF Revision 160561 Author ander...@apple.com Date 2013-12-13 13:36:39 -0800 (Fri, 13 Dec 2013) Log Message Require variadic templates to build WebKit https://bugs.webkit.org/show_bug.cgi?id=125701 Reviewed by Andreas Kling. * wtf/Compiler.h: Add an #error i

[webkit-changes] [160563] trunk

2013-12-13 Thread bfulgham
Title: [160563] trunk Revision 160563 Author bfulg...@apple.com Date 2013-12-13 13:49:36 -0800 (Fri, 13 Dec 2013) Log Message [Win] Unreviewed build fix after r160548 Source/_javascript_Core: * _javascript_Core.vcxproj/_javascript_CoreGenerated.vcxproj: Specify that we are using the vs

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

2013-12-13 Thread bfulgham
Title: [160564] trunk/Source/_javascript_Core Revision 160564 Author bfulg...@apple.com Date 2013-12-13 13:52:33 -0800 (Fri, 13 Dec 2013) Log Message [Win] Unreviewed build fix after r160563 * _javascript_Core.vcxproj/_javascript_CoreGenerated.vcxproj: Missed the Debug target in my last

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

2013-12-13 Thread commit-queue
Title: [160565] trunk/Source/_javascript_Core Revision 160565 Author commit-qu...@webkit.org Date 2013-12-13 13:57:35 -0800 (Fri, 13 Dec 2013) Log Message Cleanup CodeGeneratorInspectorStrings a bit https://bugs.webkit.org/show_bug.cgi?id=125705 Patch by Joseph Pecoraro on 2013-12-13 Re

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

2013-12-13 Thread enrica
Title: [160566] trunk/Source/WebKit2 Revision 160566 Author enr...@apple.com Date 2013-12-13 14:09:07 -0800 (Fri, 13 Dec 2013) Log Message WK2: Add support for inline candidates on iOS. https://bugs.webkit.org/show_bug.cgi?id=125667 Reviewed by Benjamin Poulain. The state required to su

[webkit-changes] [160567] trunk

2013-12-13 Thread roger_fong
Title: [160567] trunk Revision 160567 Author roger_f...@apple.com Date 2013-12-13 15:04:18 -0800 (Fri, 13 Dec 2013) Log Message [WebGL] Check for global variable precision mismatch between vertex and fragment shaders. https://bugs.webkit.org/show_bug.cgi?id=125546. Reviewed by Brent Ful

[webkit-changes] [160569] trunk/Tools

2013-12-13 Thread lforschler
Title: [160569] trunk/Tools Revision 160569 Author lforsch...@apple.com Date 2013-12-13 15:29:07 -0800 (Fri, 13 Dec 2013) Log Message Update Webkit bots. Unreviewed. * BuildSlaveSupport/build.webkit.org-config/config.json: Modified Paths trunk/Tools/BuildSlaveSupport/b

[webkit-changes] [160568] trunk

2013-12-13 Thread joepeck
Title: [160568] trunk Revision 160568 Author joep...@webkit.org Date 2013-12-13 15:28:45 -0800 (Fri, 13 Dec 2013) Log Message [GTK] Remove Warnings in building about duplicate INSPECTOR variables https://bugs.webkit.org/show_bug.cgi?id=125710 Reviewed by Tim Horton. * GNUmakefile.am: S

[webkit-changes] [160570] trunk/Websites/webkit.org

2013-12-13 Thread roger_fong
Title: [160570] trunk/Websites/webkit.org Revision 160570 Author roger_f...@apple.com Date 2013-12-13 15:56:12 -0800 (Fri, 13 Dec 2013) Log Message Update build instructions for Windows following upgrade to VS2013. * building/tools.html: Modified Paths trunk/Websites/webkit.org/ChangeL

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

2013-12-13 Thread mhahnenberg
Title: [160571] trunk/Source/_javascript_Core Revision 160571 Author mhahnenb...@apple.com Date 2013-12-13 15:57:39 -0800 (Fri, 13 Dec 2013) Log Message LLInt should not conditionally branch to to labels outside of its function https://bugs.webkit.org/show_bug.cgi?id=125713 Reviewed by G

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

2013-12-13 Thread weinig
Title: [160572] trunk/Source/WebKit2 Revision 160572 Author wei...@apple.com Date 2013-12-13 15:59:14 -0800 (Fri, 13 Dec 2013) Log Message [WK2] Start removing calls to String::characters() https://bugs.webkit.org/show_bug.cgi?id=125699 Reviewed by Anders Carlsson. * Shared/mac/WebCoreA

[webkit-changes] [160573] branches/jsCStack/Source/JavaScriptCore

2013-12-13 Thread mark . lam
Title: [160573] branches/jsCStack/Source/_javascript_Core Revision 160573 Author mark@apple.com Date 2013-12-13 16:39:45 -0800 (Fri, 13 Dec 2013) Log Message Fix exception handling for the LLINT. https://bugs.webkit.org/show_bug.cgi?id=125672. Reviewed by Geoffrey Garen. The baselin

[webkit-changes] [160574] trunk/Source

2013-12-13 Thread bfulgham
Title: [160574] trunk/Source Revision 160574 Author bfulg...@apple.com Date 2013-12-13 17:01:38 -0800 (Fri, 13 Dec 2013) Log Message [Win] Unreviewed build fix after r160548 Source/ThirdParty/ANGLE: I missed the ANGLE files, since we aren't building these on the Apple Windows port at t

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

2013-12-13 Thread bfulgham
Title: [160575] trunk/Source/WebKit Revision 160575 Author bfulg...@apple.com Date 2013-12-13 17:16:34 -0800 (Fri, 13 Dec 2013) Log Message Unreviewed build correction after r160548 * WebKit.vcxproj/WebKit.sln: Revise build order to avoid errors with ANGLE included. Modified Paths trun

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

2013-12-13 Thread bfulgham
Title: [160576] trunk/Source/WebKit Revision 160576 Author bfulg...@apple.com Date 2013-12-13 17:23:25 -0800 (Fri, 13 Dec 2013) Log Message Unreviewed build correction after r160548. * WebKit.vcxproj/WebKit/WebKitApple.props: Exclude linking with QTMoveWin, which does not build with VS20

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

2013-12-13 Thread bfulgham
Title: [160577] trunk/Source/WebCore Revision 160577 Author bfulg...@apple.com Date 2013-12-13 17:43:45 -0800 (Fri, 13 Dec 2013) Log Message [Win] Unreviewed build fix after r160548 * WebCore.vcxproj/WebCore.vcxproj: Exclude MediaPlayerPrivateQuickTimeVisualContext from Windows build. *

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

2013-12-13 Thread bfulgham
Title: [160578] trunk/Source/WebCore Revision 160578 Author bfulg...@apple.com Date 2013-12-13 17:53:17 -0800 (Fri, 13 Dec 2013) Log Message SVG bindings are improperly being generated with "fastGetAttribute" https://bugs.webkit.org/show_bug.cgi?id=125670 Reviewed by Darin Adler. A bug

[webkit-changes] [160579] trunk/WebKitLibraries

2013-12-13 Thread bfulgham
Title: [160579] trunk/WebKitLibraries Revision 160579 Author bfulg...@apple.com Date 2013-12-13 18:02:47 -0800 (Fri, 13 Dec 2013) Log Message [Win] Unreviewed build fix for VS2013 * win/lib32/WebKitSystemInterface.lib: Updated to use VS2013 _MSC_VER symbols for linking. Modified Paths

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

2013-12-13 Thread darin
Title: [160580] trunk/Source/WTF Revision 160580 Author da...@apple.com Date 2013-12-13 18:53:52 -0800 (Fri, 13 Dec 2013) Log Message Incorrect handling of non-ASCII characters in WTF::base64DecodeInternal https://bugs.webkit.org/show_bug.cgi?id=125658 Reviewed by Alexey Proskuryakov. *

[webkit-changes] [160581] trunk

2013-12-13 Thread bfulgham
Title: [160581] trunk Revision 160581 Author bfulg...@apple.com Date 2013-12-13 19:14:12 -0800 (Fri, 13 Dec 2013) Log Message Source/WebCore: [Win] Remove pre-VS2013 support code. https://bugs.webkit.org/show_bug.cgi?id=125693 Reviewed by Darin Adler. * Modules/webdatabase/DatabaseTrack

[webkit-changes] [160582] trunk/Tools

2013-12-13 Thread weinig
Title: [160582] trunk/Tools Revision 160582 Author wei...@apple.com Date 2013-12-13 19:16:42 -0800 (Fri, 13 Dec 2013) Log Message Fix API tests. * TestWebKitAPI/Tests/WebKit2/WillLoad.cpp: (TestWebKitAPI::TEST_F): Modified Paths trunk/Tools/ChangeLog trunk/Tools/TestWebKitAPI/Tests/Web

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

2013-12-13 Thread mitz
Title: [160583] trunk/Source/WebKit2 Revision 160583 Author m...@apple.com Date 2013-12-13 19:41:59 -0800 (Fri, 13 Dec 2013) Log Message Demoted ActivityAssertion.h to a project header. Rubber-stamped by Sam Weinig. * WebKit2.xcodeproj/project.pbxproj: Modified Paths trunk/Source/WebK

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

2013-12-13 Thread benjamin
Title: [160584] trunk/Source/WebKit2 Revision 160584 Author benja...@webkit.org Date 2013-12-13 20:42:21 -0800 (Fri, 13 Dec 2013) Log Message [WK2] Fix the build and enable the NetworkProcess by default on iOS https://bugs.webkit.org/show_bug.cgi?id=125723 Patch by Benjamin Poulain on 2

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

2013-12-13 Thread commit-queue
Title: [160585] trunk/Source/WebInspectorUI Revision 160585 Author commit-qu...@webkit.org Date 2013-12-13 20:55:55 -0800 (Fri, 13 Dec 2013) Log Message Web Inspector: Exception: TypeError: undefined is not a function (evaluating 'marker.find()') https://bugs.webkit.org/show_bug.cgi?id=12

[webkit-changes] [160586] branches/jsCStack/Source/JavaScriptCore

2013-12-13 Thread msaboff
Title: [160586] branches/jsCStack/Source/_javascript_Core Revision 160586 Author msab...@apple.com Date 2013-12-13 22:25:17 -0800 (Fri, 13 Dec 2013) Log Message cStack: Crypto doesn't work at all unless LLInt is disabled https://bugs.webkit.org/show_bug.cgi?id=125729 Reviewed by Filip Pi

[webkit-changes] [160589] branches/jsCStack/Source

2013-12-13 Thread msaboff
Title: [160589] branches/jsCStack/Source Revision 160589 Author msab...@apple.com Date 2013-12-13 23:17:59 -0800 (Fri, 13 Dec 2013) Log Message cStack: Crypto crashes in GC https://bugs.webkit.org/show_bug.cgi?id=125730 Reviewed by Filip Pizlo. Need to disable visiting the JSStack when

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

2013-12-13 Thread akling
Title: [160590] trunk/Source/WebCore Revision 160590 Author akl...@apple.com Date 2013-12-13 23:29:30 -0800 (Fri, 13 Dec 2013) Log Message Move RenderObject::repaintAfterLayoutIfNeeded() to RenderElement. This function is only ever called on RenderElements, so move it there. Removes som

[webkit-changes] [160591] branches/jsCStack/Source

2013-12-13 Thread msaboff
Title: [160591] branches/jsCStack/Source Revision 160591 Author msab...@apple.com Date 2013-12-13 23:43:56 -0800 (Fri, 13 Dec 2013) Log Message CStack Branch: Remove WTF_USE_SEPARATE_C_AND_JS_STACK https://bugs.webkit.org/show_bug.cgi?id=125733 Reviewed by Mark Lam. WTF_USE_SEPARATE_C_A

[webkit-changes] [160592] trunk

2013-12-13 Thread commit-queue
Title: [160592] trunk Revision 160592 Author commit-qu...@webkit.org Date 2013-12-13 23:53:44 -0800 (Fri, 13 Dec 2013) Log Message Some Set and Map prototype functions have incorrect function lengths https://bugs.webkit.org/show_bug.cgi?id=125732 Patch by Joseph Pecoraro on 2013-12-13 R