Title: [154437] trunk/LayoutTests
Revision 154437
Author rn...@webkit.org
Date 2013-08-21 22:02:45 -0700 (Wed, 21 Aug 2013)
Log Message
Update Mac test expectations.
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:
Modified Paths
trunk/LayoutTests/ChangeLog
trunk/L
Title: [154436] trunk
Revision 154436
Author commit-qu...@webkit.org
Date 2013-08-21 21:40:14 -0700 (Wed, 21 Aug 2013)
Log Message
Unreviewed, rolling out r154416.
http://trac.webkit.org/changeset/154416
https://bugs.webkit.org/show_bug.cgi?id=120147
Broke Windows builds (Requested by rn
Title: [154434] trunk/Source/_javascript_Core
Revision 154434
Author barraclo...@apple.com
Date 2013-08-21 18:04:37 -0700 (Wed, 21 Aug 2013)
Log Message
Clarify var/const/function declaration
https://bugs.webkit.org/show_bug.cgi?id=120144
Reviewed by Sam Weinig.
Add methods to JSGlobalO
Title: [154433] trunk/Source/WebKit2
Revision 154433
Author timothy_hor...@apple.com
Date 2013-08-21 18:00:06 -0700 (Wed, 21 Aug 2013)
Log Message
Another null-deref under WebDragClient::startDrag
https://bugs.webkit.org/show_bug.cgi?id=120145
Reviewed by Simon Fraser.
convertImageToBi
Title: [154432] branches/safari-537-branch/Source
Revision 154432
Author lforsch...@apple.com
Date 2013-08-21 17:58:44 -0700 (Wed, 21 Aug 2013)
Log Message
Versioning
Modified Paths
branches/safari-537-branch/Source/_javascript_Core/Configurations/Version.xcconfig
branches/safari-537-br
Title: [154431] tags/Safari-537.61/
Revision 154431
Author lforsch...@apple.com
Date 2013-08-21 17:48:13 -0700 (Wed, 21 Aug 2013)
Log Message
New Tag.
Added Paths
tags/Safari-537.61/
Diff
Property changes: tags/Safari-537.61
Added: svn:ignore
depcomp
compile
config.guess
GNUmake
Title: [154430] trunk
Revision 154430
Author simon.fra...@apple.com
Date 2013-08-21 17:15:08 -0700 (Wed, 21 Aug 2013)
Log Message
Setting -webkit-filter: in :active selector causes failure to redraw
https://bugs.webkit.org/show_bug.cgi?id=120135
Source/WebCore:
Reviewed by Jer Noble.
W
Title: [154429] trunk
Revision 154429
Author commit-qu...@webkit.org
Date 2013-08-21 16:34:39 -0700 (Wed, 21 Aug 2013)
Log Message
https://bugs.webkit.org/show_bug.cgi?id=119900
Exception in global setter doesn't unwind correctly
Patch by Yi Shen on 2013-08-21
Reviewed by Geoffrey Garen
Title: [154428] trunk/Source/WebKit2
Revision 154428
Author bda...@apple.com
Date 2013-08-21 16:27:23 -0700 (Wed, 21 Aug 2013)
Log Message
Clients expect didFirstLayout-related calls to
happen before didLayout
Reviewed by Anders Carlsson.
* WebProcess/WebCoreSupport/WebFrameLoaderClie
Title: [154427] trunk/Source/WebInspectorUI
Revision 154427
Author bfulg...@apple.com
Date 2013-08-21 16:18:21 -0700 (Wed, 21 Aug 2013)
Log Message
[Windows] Clean up project file after %PlatformArchitecture% change landed.
* WebInspectorUI.vcxproj/WebInspectorUI.vcxproj: Remove hard-cod
Title: [154426] trunk/Source/_javascript_Core
Revision 154426
Author mhahnenb...@apple.com
Date 2013-08-21 16:10:38 -0700 (Wed, 21 Aug 2013)
Log Message
Rename/refactor setButterfly/setStructure
https://bugs.webkit.org/show_bug.cgi?id=120138
Reviewed by Geoffrey Garen.
setButterfly beco
Title: [154425] trunk/LayoutTests
Revision 154425
Author a...@apple.com
Date 2013-08-21 16:03:48 -0700 (Wed, 21 Aug 2013)
Log Message
http/tests/cookies/simple-cookies-expired.html sometimes fails on Lion Intel Release (Tests)
https://bugs.webkit.org/show_bug.cgi?id=73694
http/tests/cook
Title: [154424] trunk/LayoutTests
Revision 154424
Author bfulg...@apple.com
Date 2013-08-21 15:45:22 -0700 (Wed, 21 Aug 2013)
Log Message
[Windows] Reenable some tests that pass now.
* platform/win/TestExpectations: Renable some tests
Modified Paths
trunk/LayoutTests/ChangeLog
trunk/L
Title: [154423] trunk/Source/_javascript_Core
Revision 154423
Author barraclo...@apple.com
Date 2013-08-21 15:34:32 -0700 (Wed, 21 Aug 2013)
Log Message
https://bugs.webkit.org/show_bug.cgi?id=120127
Remove JSObject::propertyIsEnumerable
Unreviewed typo fix
* runtime/JSObject.h:
- f
Title: [154421] trunk/Source/WebKit/win
Revision 154421
Author bfulg...@apple.com
Date 2013-08-21 15:18:18 -0700 (Wed, 21 Aug 2013)
Log Message
[Windows] Correct Tooltip Text
Reviewed by Anders Carlsson.
* WebCoreSupport/WebChromeClient.cpp:
(WebChromeClient::runOpenPanel): Make sure v
Title: [154419] trunk
Revision 154419
Author fpi...@apple.com
Date 2013-08-21 14:40:02 -0700 (Wed, 21 Aug 2013)
Log Message
REGRESSION: Crash under JITCompiler::link while loading Gmail
https://bugs.webkit.org/show_bug.cgi?id=119872
Source/_javascript_Core:
Reviewed by Mark Hahnenberg.
Title: [154420] trunk/LayoutTests
Revision 154420
Author timothy_hor...@apple.com
Date 2013-08-21 14:43:51 -0700 (Wed, 21 Aug 2013)
Log Message
Remove a deleted test from the global TestExpectations
It was freaking lint-test-expectations out.
* TestExpectations:
Modified Paths
trunk/L
Title: [154418] trunk/Source/WebCore
Revision 154418
Author zhaji...@rim.com
Date 2013-08-21 14:36:50 -0700 (Wed, 21 Aug 2013)
Log Message
[BlackBerry] Incorrect origin of indexOfTile in LayerTiler can cause unnecessary texture jobs and waste memory
Patch by Jacky Jiang on 2013-08-21
R
Title: [154417] trunk/Source/WebCore
Revision 154417
Author simon.fra...@apple.com
Date 2013-08-21 14:32:41 -0700 (Wed, 21 Aug 2013)
Log Message
ASSERTION FAILED: !m_visibleDescendantStatusDirty on twitter
Reviewed by Beth Dakin.
In order to make decisions about compositing, the m_hasV
Title: [154416] trunk
Revision 154416
Author achristen...@apple.com
Date 2013-08-21 14:24:22 -0700 (Wed, 21 Aug 2013)
Log Message
Separating Win32 and Win64 builds.
Reviewed by Brent Fulgham.
Source/_javascript_Core:
* _javascript_Core.vcxproj/_javascript_CoreGenerated.make:
* _javas
Title: [154415] trunk/Source/WebCore
Revision 154415
Author timothy_hor...@apple.com
Date 2013-08-21 14:08:53 -0700 (Wed, 21 Aug 2013)
Log Message
revalidateTiles and ensureTilesForRect can share a lot of code
https://bugs.webkit.org/show_bug.cgi?id=119282
Missed the review comments, who
Title: [154414] trunk/Source/WebCore
Revision 154414
Author akl...@apple.com
Date 2013-08-21 14:07:32 -0700 (Wed, 21 Aug 2013)
Log Message
SVG elements always have custom style resolve callbacks.
Reviewed by Antti Koivisto.
Simplify SVGElement construction by making them opt in to cust
Title: [154413] trunk/Source/WebCore
Revision 154413
Author timothy_hor...@apple.com
Date 2013-08-21 14:04:57 -0700 (Wed, 21 Aug 2013)
Log Message
revalidateTiles and ensureTilesForRect can share a lot of code
https://bugs.webkit.org/show_bug.cgi?id=119282
Reviewed by Simon Fraser.
No n
Title: [154412] trunk
Revision 154412
Author timothy_hor...@apple.com
Date 2013-08-21 14:03:49 -0700 (Wed, 21 Aug 2013)
Log Message
isReplacementObscured is wrong when the indicator is clipped by an iframe
https://bugs.webkit.org/show_bug.cgi?id=120031
Reviewed by Simon Fraser.
Hit-tes
Title: [154411] trunk/Tools
Revision 154411
Author commit-qu...@webkit.org
Date 2013-08-21 14:00:50 -0700 (Wed, 21 Aug 2013)
Log Message
[Tools] lldb_webkit.py helpers is incorrectly printing 8bit Strings
Patch by Joseph Pecoraro on 2013-08-21
Reviewed by Benjamin Poulain.
WTFString m
Title: [154410] trunk/LayoutTests
Revision 154410
Author a...@apple.com
Date 2013-08-21 13:58:35 -0700 (Wed, 21 Aug 2013)
Log Message
https://bugs.webkit.org/show_bug.cgi?id=111650
REGRESSION (r143931): set-cookie-on-redirect.html still breaking subsequent tests
Reviewed by Brady Eidson.
Title: [154409] trunk/Source
Revision 154409
Author akl...@apple.com
Date 2013-08-21 13:54:20 -0700 (Wed, 21 Aug 2013)
Log Message
Frame::navigationScheduler() should return a reference.
Reviewed by Anders Carlzon.
Frame::m_navigationScheduler is an inline member, not a pointer.
Modif
Title: [154408] trunk
Revision 154408
Author fpi...@apple.com
Date 2013-08-21 13:53:57 -0700 (Wed, 21 Aug 2013)
Log Message
Assertion failure in JSC::SlotVisitor::copyLater when marking JSDataView
https://bugs.webkit.org/show_bug.cgi?id=120099
Source/_javascript_Core:
Reviewed by Mark
Title: [154407] trunk
Revision 154407
Author mhahnenb...@apple.com
Date 2013-08-21 13:31:02 -0700 (Wed, 21 Aug 2013)
Log Message
Remove incorrect ASSERT from CopyVisitor::visitItem
Rubber stamped by Filip Pizlo.
Source/_javascript_Core:
* heap/CopyVisitorInlines.h:
(JSC::CopyVisitor::
Title: [154406] trunk/Tools
Revision 154406
Author timothy_hor...@apple.com
Date 2013-08-21 13:30:40 -0700 (Wed, 21 Aug 2013)
Log Message
Revert http://trac.webkit.org/changeset/154022, as it failed to update
a variety of scripts that depended on the old format.
See https://bugs.webkit.o
Title: [154405] trunk/Source/_javascript_Core
Revision 154405
Author barraclo...@apple.com
Date 2013-08-21 12:51:20 -0700 (Wed, 21 Aug 2013)
Log Message
https://bugs.webkit.org/show_bug.cgi?id=120127
Remove JSObject::propertyIsEnumerable
Reviewed by Sam Weinig.
This method is just a war
Title: [154404] trunk
Revision 154404
Author timothy_hor...@apple.com
Date 2013-08-21 12:50:36 -0700 (Wed, 21 Aug 2013)
Log Message
REGRESSION(r154399): broke Mac ML debug WK1 tests > 50 crashes (Requested by thorton on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=120129
Rolling out
Title: [154402] trunk/LayoutTests
Revision 154402
Author timothy_hor...@apple.com
Date 2013-08-21 12:02:30 -0700 (Wed, 21 Aug 2013)
Log Message
Assertion failure in JSC::SlotVisitor::copyLater when marking DataView
Mark fast/canvas/webgl/array-message-passing.html as crashing on debug,
Title: [154401] trunk/Source
Revision 154401
Author akl...@apple.com
Date 2013-08-21 11:49:52 -0700 (Wed, 21 Aug 2013)
Log Message
Frame::animation() should return a reference.
Reviewed by Anders Carlsson.
Frame::m_animationController is never null.
Also changed RenderObject::animation
Title: [154400] trunk
Revision 154400
Author simon.fra...@apple.com
Date 2013-08-21 11:04:42 -0700 (Wed, 21 Aug 2013)
Log Message
Allow opacity to apply to custom scrollbars
https://bugs.webkit.org/show_bug.cgi?id=120104
Source/WebCore:
Reviewed by David Hyatt.
Opacity was ignored cust
Title: [154399] trunk
Revision 154399
Author rob...@webkit.org
Date 2013-08-21 11:03:06 -0700 (Wed, 21 Aug 2013)
Log Message
REGRESSION(r127163): Respect clearance set on ancestors when placing floats
https://bugs.webkit.org/show_bug.cgi?id=119979
Reviewed by David Hyatt.
Source/WebCore
Title: [154398] trunk/Tools
Revision 154398
Author bfulg...@apple.com
Date 2013-08-21 10:36:19 -0700 (Wed, 21 Aug 2013)
Log Message
[Windows] Unreviewed gardening: WebInspector should always be enabled for WinLauncher.
* WinLauncher/WinLauncher.cpp:
(setToDefaultPreferences): Activate De
Title: [154397] branches/safari-537-branch/Source/WebCore
Revision 154397
Author lforsch...@apple.com
Date 2013-08-21 10:33:40 -0700 (Wed, 21 Aug 2013)
Log Message
Merged r154378.
Modified Paths
branches/safari-537-branch/Source/WebCore/ChangeLog
branches/safari-537-branch/Source/WebC
Title: [154396] trunk/Source/WebKit2
Revision 154396
Author a...@apple.com
Date 2013-08-21 10:25:28 -0700 (Wed, 21 Aug 2013)
Log Message
REGRESSION (r145458?): WebProcess doesn't respect UI process localization
https://bugs.webkit.org/show_bug.cgi?id=120096
Review
Title: [154394] trunk/LayoutTests
Revision 154394
Author bfulg...@apple.com
Date 2013-08-21 10:16:53 -0700 (Wed, 21 Aug 2013)
Log Message
[Windows] Unreviewed gardening. One more CSS_IMAGE_SET test can be activated.
* platform/win/TestExpectations: We can reactivate cssom/cssvalue-compar
Title: [154393] trunk/Tools
Revision 154393
Author zandober...@gmail.com
Date 2013-08-21 10:15:12 -0700 (Wed, 21 Aug 2013)
Log Message
[GTK] Fix a typo in ActivateFontsGtk.cpp
Reviewed by Andreas Kling.
* WebKitTestRunner/InjectedBundle/gtk/ActivateFontsGtk.cpp:
(WTR::initializeFontCon
Title: [154392] trunk/LayoutTests
Revision 154392
Author bfulg...@apple.com
Date 2013-08-21 09:58:26 -0700 (Wed, 21 Aug 2013)
Log Message
Enable CSS_IMAGE_SET
Reviewed by Anders Carlsson.
* platform/win/TestExpectations: Turn on two CSS_IMAGE_SET-based tests that
now pass on Windows.
Title: [154391] trunk/Source/WebCore
Revision 154391
Author bfulg...@apple.com
Date 2013-08-21 09:56:11 -0700 (Wed, 21 Aug 2013)
Log Message
[Windows] Enable CSS_IMAGE_SET
Reviewed by Anders Carlsson.
We can now activate:
fast/css/image-set-parsing.html
fast/css/image-set-parsing-inval
Title: [154390] trunk/WebKitLibraries
Revision 154390
Author bfulg...@apple.com
Date 2013-08-21 09:54:06 -0700 (Wed, 21 Aug 2013)
Log Message
[Windows] Enable CSS_IMAGE_SET
Reviewed by Anders Carlsson.
* win/tools/vsprops/FeatureDefines.props: Enable CSS_IMAGE_SET feature.
* win/tools/
Title: [154389] trunk/Source/WebCore
Revision 154389
Author rob...@webkit.org
Date 2013-08-21 09:45:06 -0700 (Wed, 21 Aug 2013)
Log Message
In RenderTableCell::paintCollapsedBorders() check surrounding cells using physical rather than logical direction
https://bugs.webkit.org/show_bug.cgi
Title: [154388] trunk/Source/_javascript_Core
Revision 154388
Author commit-qu...@webkit.org
Date 2013-08-21 09:32:16 -0700 (Wed, 21 Aug 2013)
Log Message
Fix V_DFGOperation_EJPP signature in DFG.
Patch by Julien Brianceau on 2013-08-21
Reviewed by Geoffrey Garen.
* dfg/DFGOperations.
Title: [154387] trunk/Tools
Revision 154387
Author commit-qu...@webkit.org
Date 2013-08-21 09:11:10 -0700 (Wed, 21 Aug 2013)
Log Message
[GTK] Suppress irrelevant or known leaks for Valgrind
https://bugs.webkit.org/show_bug.cgi?id=119448
Patch by Brian Holt on 2013-08-21
Reviewed by Mar
Title: [154386] trunk/Source/WebCore
Revision 154386
Author commit-qu...@webkit.org
Date 2013-08-21 09:00:26 -0700 (Wed, 21 Aug 2013)
Log Message
[curl] only include WebCoreBundleWin on Windows
Patch by RĂ³bert Sipka on 2013-08-21
Reviewed by Brent Fulgham.
The WebCoreBundleWin is a wi
Title: [154385] trunk/Source/WebCore
Revision 154385
Author commit-qu...@webkit.org
Date 2013-08-21 07:23:02 -0700 (Wed, 21 Aug 2013)
Log Message
[Qt] Remove unused code path in PluginView
https://bugs.webkit.org/show_bug.cgi?id=113173
Patch by Jae Hyun Park on 2013-08-21
Reviewed by An
Title: [154383] trunk
Revision 154383
Author toniki...@webkit.org
Date 2013-08-21 05:53:04 -0700 (Wed, 21 Aug 2013)
Log Message
Harden RenderBox::canBeScrolledAndHasScrollableArea logic https://bugs.webkit.org/show_bug.cgi?id=104373
Reviewed by Simon Fraser.
Patch by Antonio Gomes
Sour
Title: [154382] trunk
Revision 154382
Author toniki...@webkit.org
Date 2013-08-21 05:52:31 -0700 (Wed, 21 Aug 2013)
Log Message
Text dragging can scroll overflow:hidden boxes https://bugs.webkit.org/show_bug.cgi?id=119760
Reviewed by Darin Adler.
Patch by Antonio Gomes
Source/WebCore:
Title: [154381] trunk/Source/WTF
Revision 154381
Author allan.jen...@digia.com
Date 2013-08-21 02:24:10 -0700 (Wed, 21 Aug 2013)
Log Message
Disable maybe-uninitialized warning in GCC 4.8
https://bugs.webkit.org/show_bug.cgi?id=119835
Reviewed by Anders Carlsson.
Disable the maybe-unini
Title: [154380] trunk/Source/WebKit/gtk
Revision 154380
Author zandober...@gmail.com
Date 2013-08-21 00:03:24 -0700 (Wed, 21 Aug 2013)
Log Message
[GTK] ChromeClient::paint is susceptible to system time changes
Reviewed by Martin Robinson.
Instead of using WTF::currentTime() as the val
53 matches
Mail list logo