Title: [172745] branches/safari-600.1.4.11-branch/Source/WebCore
Revision 172745
Author bshaf...@apple.com
Date 2014-08-18 23:12:49 -0700 (Mon, 18 Aug 2014)
Log Message
Merged r172317.
Modified Paths
branches/safari-600.1.4.11-branch/Source/WebCore/ChangeLog
branches/safari-600.1.4.11-
Title: [172744] trunk/Source
Revision 172744
Author commit-qu...@webkit.org
Date 2014-08-18 22:10:23 -0700 (Mon, 18 Aug 2014)
Log Message
Unreviewed, rolling out r172736.
https://bugs.webkit.org/show_bug.cgi?id=136060
Caused 14% PLT regressions (Requested by rniwa on #webkit).
Reverted
Title: [172743] branches/safari-600.1-branch/Source
Revision 172743
Author dburk...@apple.com
Date 2014-08-18 22:04:07 -0700 (Mon, 18 Aug 2014)
Log Message
Bump versioning
Modified Paths
branches/safari-600.1-branch/Source/_javascript_Core/Configurations/Version.xcconfig
branches/safari
Title: [172742] trunk/Source/_javascript_Core
Revision 172742
Author commit-qu...@webkit.org
Date 2014-08-18 21:41:34 -0700 (Mon, 18 Aug 2014)
Log Message
Unreviewed, rolling out r172741.
https://bugs.webkit.org/show_bug.cgi?id=136058
This change is breaking PLT. (Requested by mlam on #w
Title: [172741] trunk/Source/_javascript_Core
Revision 172741
Author fpi...@apple.com
Date 2014-08-18 19:48:00 -0700 (Mon, 18 Aug 2014)
Log Message
REGRESSION(r172401): for-in optimization no longer works at all
https://bugs.webkit.org/show_bug.cgi?id=136056
Reviewed by Mark Hahnenberg.
Title: [172740] trunk/LayoutTests
Revision 172740
Author benja...@webkit.org
Date 2014-08-18 19:46:55 -0700 (Mon, 18 Aug 2014)
Log Message
Mark shape-image-threshold-001.html as crashing in debug
Patch by Benjamin Poulain on 2014-08-18
* TestExpectations:
The test css3/shapes/shape-out
Title: [172739] trunk/Source/_javascript_Core
Revision 172739
Author mark@apple.com
Date 2014-08-18 19:31:24 -0700 (Mon, 18 Aug 2014)
Log Message
Gardening: build fix for non-Mac builds after r172737.
https://bugs.webkit.org/show_bug.cgi?id=135750
Not reviewed.
* CMakeLists.txt:
* _
Title: [172738] trunk/Source
Revision 172738
Author simon.fra...@apple.com
Date 2014-08-18 18:04:37 -0700 (Mon, 18 Aug 2014)
Log Message
Provide default implementations of all GraphicsLayerClient methods
https://bugs.webkit.org/show_bug.cgi?id=136054
Reviewed by Tim Horton.
Source/WebCor
Title: [172737] trunk/Source/_javascript_Core
Revision 172737
Author fpi...@apple.com
Date 2014-08-18 17:55:31 -0700 (Mon, 18 Aug 2014)
Log Message
REGRESSION(r172129): ftlopt branch merge made performance tests flakey crash
https://bugs.webkit.org/show_bug.cgi?id=135750
Reviewed by Mark
Title: [172736] trunk/Source
Revision 172736
Author psola...@apple.com
Date 2014-08-18 16:25:49 -0700 (Mon, 18 Aug 2014)
Log Message
Remove PurgeableBuffer since it is not very useful any more
https://bugs.webkit.org/show_bug.cgi?id=135939
Reviewed by Geoffrey Garen.
Source/WebCore:
Th
Title: [172735] trunk/Source/WebCore
Revision 172735
Author psola...@apple.com
Date 2014-08-18 16:22:59 -0700 (Mon, 18 Aug 2014)
Log Message
Use modern for loop instead of iterators in SharedBufferCF.cpp
https://bugs.webkit.org/show_bug.cgi?id=136000
Reviewed by Andreas Kling.
* platfor
Title: [172734] trunk/Source/_javascript_Core
Revision 172734
Author commit-qu...@webkit.org
Date 2014-08-18 16:20:00 -0700 (Mon, 18 Aug 2014)
Log Message
Fix ASSERT in ARM64's JSC::GPRInfo::debugName
https://bugs.webkit.org/show_bug.cgi?id=136050
Patch by Akos Kiss on 2014-08-18
Review
Title: [172732] branches/safari-600.1-branch
Revision 172732
Author dburk...@apple.com
Date 2014-08-18 15:42:24 -0700 (Mon, 18 Aug 2014)
Log Message
Merged r172680.
Modified Paths
branches/safari-600.1-branch/Source/WebKit2/ChangeLog
branches/safari-600.1-branch/Source/WebKit2/UIProce
Title: [172731] branches/safari-600.1-branch/Source/WebKit2
Revision 172731
Author dburk...@apple.com
Date 2014-08-18 15:39:43 -0700 (Mon, 18 Aug 2014)
Log Message
Merged r172660.
Modified Paths
branches/safari-600.1-branch/Source/WebKit2/ChangeLog
branches/safari-600.1-branch/Source/
Title: [172730] trunk/Source/WebCore
Revision 172730
Author an...@apple.com
Date 2014-08-18 15:16:47 -0700 (Mon, 18 Aug 2014)
Log Message
Tighten RenderCounter typing
https://bugs.webkit.org/show_bug.cgi?id=136049
Reviewed by Andreas Kling.
RenderObject* -> RenderElement&
* rendering/C
Title: [172729] trunk/Source
Revision 172729
Author commit-qu...@webkit.org
Date 2014-08-18 15:03:24 -0700 (Mon, 18 Aug 2014)
Log Message
Expose long mouse press WebKit API. Part of 135257 - Add long mouse press gesture
https://bugs.webkit.org/show_bug.cgi?id=136048
Patch by Peyton Rando
Title: [172728] trunk/Tools
Revision 172728
Author m...@apple.com
Date 2014-08-18 14:44:24 -0700 (Mon, 18 Aug 2014)
Log Message
Added an update-webkit option to override the ../Internal check.
Part of https://bugs.webkit.org/show_bug.cgi?id=135815
Reviewed by Tim Horton.
* Scripts/updat
Title: [172727] trunk
Revision 172727
Author akl...@apple.com
Date 2014-08-18 14:33:01 -0700 (Mon, 18 Aug 2014)
Log Message
REGRESSION(r168256): JSString can get 8-bit flag wrong when re-using AtomicStrings.
Source/_javascript_Core:
The optimization that resolves JSRopeStrings into an
Title: [172726] trunk/Tools
Revision 172726
Author psola...@apple.com
Date 2014-08-18 14:14:54 -0700 (Mon, 18 Aug 2014)
Log Message
Make update-webkit more lenient for pure git svn repositories
https://bugs.webkit.org/show_bug.cgi?id=135805
Reviewed by Oliver Hunt.
Make the call to git
Title: [172725] trunk/Source
Revision 172725
Author commit-qu...@webkit.org
Date 2014-08-18 14:14:35 -0700 (Mon, 18 Aug 2014)
Log Message
Fix unintentional integer overflow before widen
https://bugs.webkit.org/show_bug.cgi?id=135463
Patch by Przemyslaw Kuczynski on 2014-08-18
Reviewed b
Title: [172724] trunk/Source/WebKit2
Revision 172724
Author commit-qu...@webkit.org
Date 2014-08-18 14:11:53 -0700 (Mon, 18 Aug 2014)
Log Message
Fix resource leak in unclosed file descriptor handles
https://bugs.webkit.org/show_bug.cgi?id=135458
Patch by Przemyslaw Kuczynski on 2014-08
Title: [172722] trunk/Source/WebInspectorUI
Revision 172722
Author commit-qu...@webkit.org
Date 2014-08-18 13:54:55 -0700 (Mon, 18 Aug 2014)
Log Message
Web Inspector: Introduce an inspector Abstract Syntax Tree.
https://bugs.webkit.org/show_bug.cgi?id=135763
Patch by Saam Barati on 201
Title: [172721] trunk
Revision 172721
Author benja...@webkit.org
Date 2014-08-18 13:52:04 -0700 (Mon, 18 Aug 2014)
Log Message
The style is not updated correctly when the pseudo class :empty is applied on anything but the rightmost element
https://bugs.webkit.org/show_bug.cgi?id=135999
R
Title: [172720] trunk/Source/WebCore
Revision 172720
Author bfulg...@apple.com
Date 2014-08-18 13:41:27 -0700 (Mon, 18 Aug 2014)
Log Message
[Mac] Unreviewed merge correction.
* page/mac/EventHandlerMac.mm:
(WebCore::EventHandler::platformCompleteWheelEvent): Revert an
unintended change
Title: [172719] trunk/Source/WebKit/ios
Revision 172719
Author aes...@apple.com
Date 2014-08-18 13:25:44 -0700 (Mon, 18 Aug 2014)
Log Message
Fix the iOS build after r172709.
* WebView/WebPDFViewPlaceholder.mm:
(-[WebPDFViewPlaceholder simulateClickOnLinkToURL:]):
Modified Paths
trunk/
Title: [172718] trunk/LayoutTests
Revision 172718
Author aes...@apple.com
Date 2014-08-18 12:52:21 -0700 (Mon, 18 Aug 2014)
Log Message
Remove a test inadvertently landed in r172709.
* fast/loader/redirect-to-invalid-url-using-_javascript_-disallowed-after-load.html: Removed.
Modified P
Title: [172717] trunk/Source/_javascript_Core
Revision 172717
Author commit-qu...@webkit.org
Date 2014-08-18 12:11:41 -0700 (Mon, 18 Aug 2014)
Log Message
The parser should generate AST nodes the var declarations with no initializers
https://bugs.webkit.org/show_bug.cgi?id=135545
Patch b
Title: [172716] trunk/Source/WebCore
Revision 172716
Author bjone...@adobe.com
Date 2014-08-18 12:07:17 -0700 (Mon, 18 Aug 2014)
Log Message
Small cleanup for ShapeOutsideDeltas
https://bugs.webkit.org/show_bug.cgi?id=136043
Reviewed by Zoltan Horvath.
Remove explicit initializtion of L
Title: [172715] trunk/Tools
Revision 172715
Author simon.fra...@apple.com
Date 2014-08-18 11:55:19 -0700 (Mon, 18 Aug 2014)
Log Message
Enable Web Inspector in MiniBrowser WK2 windows
https://bugs.webkit.org/show_bug.cgi?id=136045
Reviewed by Tim Horton.
Set the pref to enable developer
Title: [172714] tags/Safari-600.1.10.2
Revision 172714
Author dburk...@apple.com
Date 2014-08-18 11:24:43 -0700 (Mon, 18 Aug 2014)
Log Message
Merged r172680.
Modified Paths
tags/Safari-600.1.10.2/Source/WebKit2/ChangeLog
tags/Safari-600.1.10.2/Source/WebKit2/UIProcess/WebPageProxy.cp
Title: [172713] tags/Safari-600.1.10.2/Source/WebKit2
Revision 172713
Author dburk...@apple.com
Date 2014-08-18 11:23:08 -0700 (Mon, 18 Aug 2014)
Log Message
Merged r172660.
Modified Paths
tags/Safari-600.1.10.2/Source/WebKit2/ChangeLog
tags/Safari-600.1.10.2/Source/WebKit2/UIProcess/
Title: [172712] tags/Safari-600.1.10.2/Source
Revision 172712
Author dburk...@apple.com
Date 2014-08-18 11:21:11 -0700 (Mon, 18 Aug 2014)
Log Message
Bump versioning.
Modified Paths
tags/Safari-600.1.10.2/Source/_javascript_Core/Configurations/Version.xcconfig
tags/Safari-600.1.10.2/Sou
Title: [172711] trunk
Revision 172711
Author k...@webkit.org
Date 2014-08-18 11:18:16 -0700 (Mon, 18 Aug 2014)
Log Message
calc() doesn't work for SVG CSS properties
https://bugs.webkit.org/show_bug.cgi?id=136026
Reviewed by Andreas Kling.
Source/WebCore:
Make calc() work on SVG CSS pr
Title: [172710] tags/Safari-600.1.10.2/
Revision 172710
Author dburk...@apple.com
Date 2014-08-18 10:55:05 -0700 (Mon, 18 Aug 2014)
Log Message
Tagging
Added Paths
tags/Safari-600.1.10.2/
Diff
Property changes: tags/Safari-600.1.10.2
Added: svn:ignore
depcomp
compile
config.gues
Title: [172709] trunk
Revision 172709
Author aes...@apple.com
Date 2014-08-18 10:48:48 -0700 (Mon, 18 Aug 2014)
Log Message
REGRESSION (r167856): adobe.com no longer able to launch Create Cloud app using a URL with a custom scheme
https://bugs.webkit.org/show_bug.cgi?id=136010
Reviewed b
Title: [172708] branches/safari-600.1.4.11-branch/Source
Revision 172708
Author bshaf...@apple.com
Date 2014-08-18 10:08:37 -0700 (Mon, 18 Aug 2014)
Log Message
Versioning.
Modified Paths
branches/safari-600.1.4.11-branch/Source/_javascript_Core/Configurations/Version.xcconfig
branches/
Title: [172707] trunk
Revision 172707
Author commit-qu...@webkit.org
Date 2014-08-18 10:08:22 -0700 (Mon, 18 Aug 2014)
Log Message
Completed iterator can be revived by adding more than one new entry to the target object
https://bugs.webkit.org/show_bug.cgi?id=129993
Patch by Diego Pino G
Title: [172706] trunk
Revision 172706
Author commit-qu...@webkit.org
Date 2014-08-18 10:02:13 -0700 (Mon, 18 Aug 2014)
Log Message
Fix keyTimes list length of from/to/by animations.
https://bugs.webkit.org/show_bug.cgi?id=136037
Patch by Renata Hodovan on 2014-08-18
Reviewed by Darin Ad
Title: [172705] trunk/Source/WebCore
Revision 172705
Author bfulg...@apple.com
Date 2014-08-18 09:51:20 -0700 (Mon, 18 Aug 2014)
Log Message
[Mac] Follow-up to r136040 based on Darin Adler's comments.
Pass Widget* as a Widget&, since it can never be null.
* page/EventHandler.cpp:
(WebCo
Title: [172704] trunk/Websites/webkit.org
Revision 172704
Author bjone...@adobe.com
Date 2014-08-18 09:35:42 -0700 (Mon, 18 Aug 2014)
Log Message
Remove people that have left Adobe from Security Contact list
https://bugs.webkit.org/show_bug.cgi?id=135256
Reviewed by Alexey Proskuryakov.
Title: [172703] trunk/Source/WebCore
Revision 172703
Author bfulg...@apple.com
Date 2014-08-18 08:54:22 -0700 (Mon, 18 Aug 2014)
Log Message
[Mac] Gesture scrolls don't work in the WebKit1 clients after scrolling a non-scrollable iFrame
https://bugs.webkit.org/show_bug.cgi?id=136029
Rev
Title: [172702] trunk/LayoutTests
Revision 172702
Author zandober...@gmail.com
Date 2014-08-18 03:01:52 -0700 (Mon, 18 Aug 2014)
Log Message
Unreviewed GTK gardening. Adding a GTK-specific baseline
that's required after changes in r172620.
* platform/gtk/editing/pasteboard/onpaste-text-h
Title: [172701] trunk/Tools
Revision 172701
Author commit-qu...@webkit.org
Date 2014-08-18 02:52:33 -0700 (Mon, 18 Aug 2014)
Log Message
master.cfg should handle special return codes of run-perf-tests
https://bugs.webkit.org/show_bug.cgi?id=135974
Patch by Renato Nagy on 2014-08-18
Revi
Title: [172700] trunk/Source/WebKit2
Revision 172700
Author g.czajkow...@samsung.com
Date 2014-08-18 01:16:53 -0700 (Mon, 18 Aug 2014)
Log Message
[EFL] ewk_init() is sufficient to initialize EFL components
https://bugs.webkit.org/show_bug.cgi?id=136036
Reviewed by Gyuyoung Kim.
Develop
Title: [172699] trunk
Revision 172699
Author aes...@apple.com
Date 2014-08-18 00:35:18 -0700 (Mon, 18 Aug 2014)
Log Message
Revert r172697.
It made several webarchive layout tests flaky and didn't have the correct behavior for non-quick redirects.
Source/WebCore:
* loader/FrameLoader.c
45 matches
Mail list logo