[webkit-changes] [112781] trunk/Tools

2012-03-30 Thread rniwa
Title: [112781] trunk/Tools Revision 112781 Author rn...@webkit.org Date 2012-03-30 23:50:09 -0700 (Fri, 30 Mar 2012) Log Message Chromium bots should upload archived built files https://bugs.webkit.org/show_bug.cgi?id=82666 Reviewed by Tony Chang. * BuildSlaveSupport/build.webkit.org-c

[webkit-changes] [112779] tags/Safari-536.5.1/Source/JavaScriptCore

2012-03-30 Thread mrowe
Title: [112779] tags/Safari-536.5.1/Source/_javascript_Core Revision 112779 Author mr...@apple.com Date 2012-03-30 22:26:57 -0700 (Fri, 30 Mar 2012) Log Message Merge r112678. Modified Paths tags/Safari-536.5.1/Source/_javascript_Core/ChangeLog tags/Safari-536.5.1/Source/_javascript_Cor

[webkit-changes] [112778] tags/Safari-536.5.1/Source

2012-03-30 Thread mrowe
Title: [112778] tags/Safari-536.5.1/Source Revision 112778 Author mr...@apple.com Date 2012-03-30 22:26:51 -0700 (Fri, 30 Mar 2012) Log Message Versioning. Modified Paths tags/Safari-536.5.1/Source/_javascript_Core/Configurations/Version.xcconfig tags/Safari-536.5.1/Source/WebCore/Confi

[webkit-changes] [112777] tags/Safari-536.5.1/

2012-03-30 Thread mrowe
Title: [112777] tags/Safari-536.5.1/ Revision 112777 Author mr...@apple.com Date 2012-03-30 22:20:53 -0700 (Fri, 30 Mar 2012) Log Message New tag. Added Paths tags/Safari-536.5.1/ Diff Property changes: tags/Safari-536.5.1 Added: svn:ignore depcomp compile config.guess GNUmakefi

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

2012-03-30 Thread rniwa
Title: [112776] trunk/Source/WebCore Revision 112776 Author rn...@webkit.org Date 2012-03-30 22:16:34 -0700 (Fri, 30 Mar 2012) Log Message Add a compile assert for the size of RenderText https://bugs.webkit.org/show_bug.cgi?id=82780 Reviewed by Dirk Pranke. Added an assertion. Also move

[webkit-changes] [112775] trunk/Source/WebKit/chromium

2012-03-30 Thread abarth
Title: [112775] trunk/Source/WebKit/chromium Revision 112775 Author aba...@webkit.org Date 2012-03-30 22:16:28 -0700 (Fri, 30 Mar 2012) Log Message Two more link errors. This time it's v8 we're missing. * WebKitUnitTests.gyp: Modified Paths trunk/Source/WebKit/chromium/ChangeLog trunk

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

2012-03-30 Thread rniwa
Title: [112774] trunk/Source/WebCore Revision 112774 Author rn...@webkit.org Date 2012-03-30 22:04:59 -0700 (Fri, 30 Mar 2012) Log Message Add a compile assert for the size of ScrollableArea https://bugs.webkit.org/show_bug.cgi?id=82822 Reviewed by Dirk Pranke. Added the assertion. Also

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

2012-03-30 Thread timothy
Title: [112773] trunk/Source/WebKit2 Revision 112773 Author timo...@apple.com Date 2012-03-30 21:44:42 -0700 (Fri, 30 Mar 2012) Log Message Stop creating the Web Inspector's NSWindow when detaching on close. This fixes a UI process crash that would happen when detaching because of a Web

[webkit-changes] [112772] trunk/Source/WebKit/chromium

2012-03-30 Thread abarth
Title: [112772] trunk/Source/WebKit/chromium Revision 112772 Author aba...@webkit.org Date 2012-03-30 21:35:39 -0700 (Fri, 30 Mar 2012) Log Message Attempt to fix the Windows component build. It seems we're just missing GURL now. * WebKitUnitTests.gyp: Modified Paths trunk/Source/WebK

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

2012-03-30 Thread mitz
Title: [112770] trunk/Source/WebCore Revision 112770 Author m...@apple.com Date 2012-03-30 20:44:24 -0700 (Fri, 30 Mar 2012) Log Message Tried to fix the Chromium Mac build after r112767. * platform/graphics/SimpleFontData.h: (SimpleFontData): (DerivedFontData): Modified Paths trunk/So

[webkit-changes] [112769] trunk

2012-03-30 Thread krit
Title: [112769] trunk Revision 112769 Author k...@webkit.org Date 2012-03-30 20:36:38 -0700 (Fri, 30 Mar 2012) Log Message Colors seem to be parsed using HTML quirks in SVG attributes https://bugs.webkit.org/show_bug.cgi?id=46112 Source/WebCore: Reviewed by Eric Seidel. Finally move to

[webkit-changes] [112768] trunk/Source/WebKit/chromium

2012-03-30 Thread abarth
Title: [112768] trunk/Source/WebKit/chromium Revision 112768 Author aba...@webkit.org Date 2012-03-30 20:24:06 -0700 (Fri, 30 Mar 2012) Log Message Attempt to fix the Windows component build. The way we link the unit tests in the component build is kind of nutty. Hopefully this approach

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

2012-03-30 Thread charles . wei
Title: [112766] trunk/Source/WebCore Revision 112766 Author charles@torchmobile.com.cn Date 2012-03-30 20:07:24 -0700 (Fri, 30 Mar 2012) Log Message [BlackBerry] Use KURL::protocolIsInHTTPFamily() instead KURL::protocolInHTTPFamily() https://bugs.webkit.org/show_bug.cgi?id=82707 Revi

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

2012-03-30 Thread eric
Title: [112765] trunk/Source/WebCore Revision 112765 Author e...@webkit.org Date 2012-03-30 19:46:08 -0700 (Fri, 30 Mar 2012) Log Message styleForElement() should use enums instead of bools so we can all understand what it's doing https://bugs.webkit.org/show_bug.cgi?id=82807 Reviewed by

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

2012-03-30 Thread commit-queue
Title: [112764] trunk/Source/WebCore Revision 112764 Author commit-qu...@webkit.org Date 2012-03-30 19:36:35 -0700 (Fri, 30 Mar 2012) Log Message [BlackBerry] Headers with no content shouldn't be dropped by platform's request. https://bugs.webkit.org/show_bug.cgi?id=82691 Patch by Jason

[webkit-changes] [112763] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112763] trunk/LayoutTests Revision 112763 Author simon.fra...@apple.com Date 2012-03-30 19:27:52 -0700 (Fri, 30 Mar 2012) Log Message Skip more tests. Tracking bugs are listed in the Skipped file. * platform/mac/Skipped: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTe

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

2012-03-30 Thread fpizlo
Title: [112762] trunk/Source/_javascript_Core Revision 112762 Author fpi...@apple.com Date 2012-03-30 19:21:35 -0700 (Fri, 30 Mar 2012) Log Message DFG should optimize a==b for a being an object and b being either an object or null/undefined, and vice versa https://bugs.webkit.org/show_bu

[webkit-changes] [112761] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112761] trunk/LayoutTests Revision 112761 Author simon.fra...@apple.com Date 2012-03-30 19:17:14 -0700 (Fri, 30 Mar 2012) Log Message Skip two SVG tests that asserted. Tracked by https://bugs.webkit.org/show_bug.cgi?id=82815 * platform/mac/Skipped: Modified Paths trunk/LayoutTe

[webkit-changes] [112760] trunk

2012-03-30 Thread eric
Title: [112760] trunk Revision 112760 Author e...@webkit.org Date 2012-03-30 18:37:03 -0700 (Fri, 30 Mar 2012) Log Message Add tests for iframe seamless and support for parsing webkitseamless attribute https://bugs.webkit.org/show_bug.cgi?id=82795 Reviewed by Adam Barth. Source/WebCore:

[webkit-changes] [112758] trunk/Source

2012-03-30 Thread eae
Title: [112758] trunk/Source Revision 112758 Author e...@chromium.org Date 2012-03-30 17:57:47 -0700 (Fri, 30 Mar 2012) Log Message Change WebKit/WebKit2 platform code to use pixel snapped values https://bugs.webkit.org/show_bug.cgi?id=82549 Source/WebCore: Reviewed by Eric Seidel. Cha

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

2012-03-30 Thread simon . fraser
Title: [112757] trunk/Source/WebCore Revision 112757 Author simon.fra...@apple.com Date 2012-03-30 17:54:50 -0700 (Fri, 30 Mar 2012) Log Message https://bugs.webkit.org/show_bug.cgi?id=82761 Try to narrow down the cause of this assertion by adding an assertion about m_frame. * editing/E

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

2012-03-30 Thread eae
Title: [112756] trunk/Source/WebCore Revision 112756 Author e...@chromium.org Date 2012-03-30 17:52:52 -0700 (Fri, 30 Mar 2012) Log Message Fix return type for virtual borderBoundingBox method https://bugs.webkit.org/show_bug.cgi?id=82561 Reviewed by Eric Seidel. No new tests, no change

[webkit-changes] [112755] trunk

2012-03-30 Thread commit-queue
Title: [112755] trunk Revision 112755 Author commit-qu...@webkit.org Date 2012-03-30 17:46:04 -0700 (Fri, 30 Mar 2012) Log Message shape-inside and shape-outside are not in the list of computed style properties https://bugs.webkit.org/show_bug.cgi?id=82667 Patch by Bear Travis on 2012-0

[webkit-changes] [112753] trunk/LayoutTests

2012-03-30 Thread dpranke
Title: [112753] trunk/LayoutTests Revision 112753 Author dpra...@chromium.org Date 2012-03-30 17:25:18 -0700 (Fri, 30 Mar 2012) Log Message Unreviewed, expectations update. * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png: * platform/chromium-win-xp/svg/batik/masking/ma

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

2012-03-30 Thread eae
Title: [112752] trunk/Source/WebCore Revision 112752 Author e...@chromium.org Date 2012-03-30 17:13:20 -0700 (Fri, 30 Mar 2012) Log Message Fix usage of LayoutUnits in table code. https://bugs.webkit.org/show_bug.cgi?id=82765 Reviewed by Eric Seidel. Clean up usage of ints and LayoutUni

[webkit-changes] [112751] branches/safari-534.56-branch/Source

2012-03-30 Thread mrowe
Title: [112751] branches/safari-534.56-branch/Source Revision 112751 Author mr...@apple.com Date 2012-03-30 17:10:50 -0700 (Fri, 30 Mar 2012) Log Message Versioning. Modified Paths branches/safari-534.56-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/safari-534.

[webkit-changes] [112750] tags/Safari-534.56.4/

2012-03-30 Thread mrowe
Title: [112750] tags/Safari-534.56.4/ Revision 112750 Author mr...@apple.com Date 2012-03-30 17:09:32 -0700 (Fri, 30 Mar 2012) Log Message New tag. Added Paths tags/Safari-534.56.4/ Diff Property changes: tags/Safari-534.56.4 Added: svn:ignore depcomp compile config.guess GNUmak

[webkit-changes] [112748] trunk/LayoutTests

2012-03-30 Thread dpranke
Title: [112748] trunk/LayoutTests Revision 112748 Author dpra...@chromium.org Date 2012-03-30 17:01:14 -0700 (Fri, 30 Mar 2012) Log Message Note more flaky crashes for bug 82505. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: Modified Paths trunk/LayoutTes

[webkit-changes] [112747] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112747] trunk/LayoutTests Revision 112747 Author simon.fra...@apple.com Date 2012-03-30 16:47:13 -0700 (Fri, 30 Mar 2012) Log Message Skip two WebGL tests. Tracked by https://bugs.webkit.org/show_bug.cgi?id=82805 * platform/mac/Skipped: Modified Paths trunk/LayoutTests/ChangeLo

[webkit-changes] [112744] trunk/LayoutTests

2012-03-30 Thread dpranke
Title: [112744] trunk/LayoutTests Revision 112744 Author dpra...@chromium.org Date 2012-03-30 16:28:44 -0700 (Fri, 30 Mar 2012) Log Message Remove expectations for tests that are now passing. Unreviewed. * platform/chromium/test_expectations.txt: Modified Paths trunk/LayoutTests/Chang

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

2012-03-30 Thread rniwa
Title: [112742] trunk/Source/WebCore Revision 112742 Author rn...@webkit.org Date 2012-03-30 16:27:51 -0700 (Fri, 30 Mar 2012) Log Message Add a compile assert for the size of BidiContext https://bugs.webkit.org/show_bug.cgi?id=82793 Reviewed by Eric Seidel. Added the assertion. Also re

[webkit-changes] [112740] trunk

2012-03-30 Thread jsbell
Title: [112740] trunk Revision 112740 Author jsb...@chromium.org Date 2012-03-30 16:04:47 -0700 (Fri, 30 Mar 2012) Log Message IndexedDB: Race condition causes version change transaction to commit after onblocked https://bugs.webkit.org/show_bug.cgi?id=82678 Source/WebCore: For a versio

[webkit-changes] [112739] trunk/Tools

2012-03-30 Thread simon . fraser
Title: [112739] trunk/Tools Revision 112739 Author simon.fra...@apple.com Date 2012-03-30 16:00:46 -0700 (Fri, 30 Mar 2012) Log Message run-webkit-tests needs to set DYLD_LIBRARY_PATH as well as DYLD_FRAMEWORK_PATH, so that libWebCoreTestSupport.dylib is found. Reviewed by Mark Rowe.

[webkit-changes] [112738] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112738] trunk/LayoutTests Revision 112738 Author simon.fra...@apple.com Date 2012-03-30 16:00:38 -0700 (Fri, 30 Mar 2012) Log Message Skip another cookie test. Tracked by https://bugs.webkit.org/show_bug.cgi?id=82749 * platform/mac/Skipped: Modified Paths trunk/LayoutTests/Chan

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

2012-03-30 Thread rniwa
Title: [112736] trunk/Source/WebCore Revision 112736 Author rn...@webkit.org Date 2012-03-30 15:36:08 -0700 (Fri, 30 Mar 2012) Log Message Add a compile assert for the size of FontDescription https://bugs.webkit.org/show_bug.cgi?id=82786 Reviewed by Eric Seidel. Added the assertion. Als

[webkit-changes] [112735] trunk/Source/WebKit/chromium

2012-03-30 Thread dpranke
Title: [112735] trunk/Source/WebKit/chromium Revision 112735 Author dpra...@chromium.org Date 2012-03-30 15:32:48 -0700 (Fri, 30 Mar 2012) Log Message Roll chromium DEPS from 129593 to 129574. Unreviewed. * DEPS: Modified Paths trunk/Source/WebKit/chromium/ChangeLog trunk/Source/WebKi

[webkit-changes] [112733] branches/subpixellayout/Source/WebCore

2012-03-30 Thread eae
Title: [112733] branches/subpixellayout/Source/WebCore Revision 112733 Author e...@chromium.org Date 2012-03-30 15:26:44 -0700 (Fri, 30 Mar 2012) Log Message subpixel branch cleanup Modified Paths branches/subpixellayout/Source/WebCore/dom/ClientRect.cpp branches/subpixellayout/Source/W

[webkit-changes] [112734] trunk/Tools

2012-03-30 Thread simon . fraser
Title: [112734] trunk/Tools Revision 112734 Author simon.fra...@apple.com Date 2012-03-30 15:27:03 -0700 (Fri, 30 Mar 2012) Log Message Disable run-api-tests on release mac builds https://bugs.webkit.org/show_bug.cgi?id=82788 Reviewed by Ryosuke Niwa. TestWebKitAPI crashes every time in

[webkit-changes] [112732] trunk/Source/WebKit/efl

2012-03-30 Thread paroga
Title: [112732] trunk/Source/WebKit/efl Revision 112732 Author par...@webkit.org Date 2012-03-30 15:24:51 -0700 (Fri, 30 Mar 2012) Log Message [EFL] Correct include paths. https://bugs.webkit.org/show_bug.cgi?id=82741 Reviewed by Andreas Kling. Modify the #include declarations for seve

[webkit-changes] [112731] trunk/Source

2012-03-30 Thread abarth
Title: [112731] trunk/Source Revision 112731 Author aba...@webkit.org Date 2012-03-30 15:23:26 -0700 (Fri, 30 Mar 2012) Log Message Move CPP files related to ResourceHandle to WebCore/platform https://bugs.webkit.org/show_bug.cgi?id=82582 Reviewed by James Robinson. Source/WebCore: Re

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

2012-03-30 Thread kling
Title: [112730] trunk/Source/WebCore Revision 112730 Author kl...@webkit.org Date 2012-03-30 15:21:43 -0700 (Fri, 30 Mar 2012) Log Message Kill CSSTimingFunctionValue. Reviewed by Antti Koivisto. Remove CSSTimingFunctionValue and let the 3 subclasses inherit directly from CSSValue. CSS

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

2012-03-30 Thread nduca
Title: [112729] trunk/Source/WebCore Revision 112729 Author nd...@chromium.org Date 2012-03-30 14:44:56 -0700 (Fri, 30 Mar 2012) Log Message [chromium] Bump max texture updates per frame to 48 https://bugs.webkit.org/show_bug.cgi?id=82779 Reviewed by James Robinson. * platform/graphics/

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

2012-03-30 Thread japhet
Title: [112728] trunk/Source/WebCore Revision 112728 Author jap...@chromium.org Date 2012-03-30 14:42:01 -0700 (Fri, 30 Mar 2012) Log Message Merge FrameLoader::finishedLoading() into DocumentLoader::finishedLoading(). https://bugs.webkit.org/show_bug.cgi?id=82653 Reviewed by Adam Barth.

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

2012-03-30 Thread antti
Title: [112727] trunk/Source/WebCore Revision 112727 Author an...@apple.com Date 2012-03-30 14:23:35 -0700 (Fri, 30 Mar 2012) Log Message Cache origin check result to RuleData https://bugs.webkit.org/show_bug.cgi?id=82774 Reviewed by Andreas Kling. You wan't be able to get back to the s

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

2012-03-30 Thread reed
Title: [112726] trunk/Source/WebCore Revision 112726 Author r...@google.com Date 2012-03-30 14:16:40 -0700 (Fri, 30 Mar 2012) Log Message Remove deadcode behind "SafeSkia" flag https://bugs.webkit.org/show_bug.cgi?id=82771 Reviewed by Stephen White. Just removing dead code (behind obsol

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

2012-03-30 Thread rniwa
Title: [112725] trunk/Source/WebCore Revision 112725 Author rn...@webkit.org Date 2012-03-30 14:14:26 -0700 (Fri, 30 Mar 2012) Log Message Add a compile assert for the size of InlineFlowBox https://bugs.webkit.org/show_bug.cgi?id=82767 Reviewed by Tony Chang. Add a compile assert to ens

[webkit-changes] [112724] trunk/LayoutTests

2012-03-30 Thread dpranke
Title: [112724] trunk/LayoutTests Revision 112724 Author dpra...@chromium.org Date 2012-03-30 14:11:54 -0700 (Fri, 30 Mar 2012) Log Message Unreviewed, new baseline. * platform/chromium-win/svg/text/text-align-05-b-expected.txt: * platform/chromium/test_expectations.txt: Modified Paths

[webkit-changes] [112723] trunk

2012-03-30 Thread commit-queue
Title: [112723] trunk Revision 112723 Author commit-qu...@webkit.org Date 2012-03-30 13:55:48 -0700 (Fri, 30 Mar 2012) Log Message Fix defective size_t overflow in GestureTapHighlighter. https://bugs.webkit.org/show_bug.cgi?id=82605 Patch by Zalan Bujtas on 2012-03-30 Reviewed by Kennet

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

2012-03-30 Thread andersca
Title: [112722] trunk/Source/WebKit2 Revision 112722 Author ander...@apple.com Date 2012-03-30 13:55:47 -0700 (Fri, 30 Mar 2012) Log Message Fix Lion build. * WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm: (WebKit::TiledCoreAnimationDrawingArea::updatePreferences): Modified Pa

[webkit-changes] [112721] trunk/Source/WebKit/blackberry

2012-03-30 Thread mifenton
Title: [112721] trunk/Source/WebKit/blackberry Revision 112721 Author mifen...@rim.com Date 2012-03-30 13:51:30 -0700 (Fri, 30 Mar 2012) Log Message [BlackBerry] Speed up processing of Selection region generation. https://bugs.webkit.org/show_bug.cgi?id=82766 Reviewed by Rob Buis. PR 13

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

2012-03-30 Thread andersca
Title: [112719] trunk/Source/WebCore Revision 112719 Author ander...@apple.com Date 2012-03-30 13:47:03 -0700 (Fri, 30 Mar 2012) Log Message This is fun. * WebCore.xcodeproj/project.pbxproj: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.xcodeproj/project.pb

[webkit-changes] [112718] trunk/LayoutTests

2012-03-30 Thread commit-queue
Title: [112718] trunk/LayoutTests Revision 112718 Author commit-qu...@webkit.org Date 2012-03-30 13:38:52 -0700 (Fri, 30 Mar 2012) Log Message Rebaseline due to wkbug.com/80423 https://bugs.webkit.org/show_bug.cgi?id=82743 Patch by Philip Rogers on 2012-03-30 Reviewed by Simon Fraser.

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

2012-03-30 Thread andersca
Title: [112717] trunk/Source/WebCore Revision 112717 Author ander...@apple.com Date 2012-03-30 13:33:36 -0700 (Fri, 30 Mar 2012) Log Message Yet another build fix attempt. * WebCore.xcodeproj/project.pbxproj: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.xc

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

2012-03-30 Thread commit-queue
Title: [112714] trunk/Source/WebCore Revision 112714 Author commit-qu...@webkit.org Date 2012-03-30 13:19:22 -0700 (Fri, 30 Mar 2012) Log Message [BlackBerry] Make sure strings do not leak in PluginViewBlackberry. https://bugs.webkit.org/show_bug.cgi?id=82764 Update PluginViewBlackBerry

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

2012-03-30 Thread andersca
Title: [112713] trunk/Source/WebCore Revision 112713 Author ander...@apple.com Date 2012-03-30 13:03:10 -0700 (Fri, 30 Mar 2012) Log Message Another build fix. * WebCore.xcodeproj/project.pbxproj: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.xcodeproj/proj

[webkit-changes] [112712] trunk/LayoutTests

2012-03-30 Thread ossy
Title: [112712] trunk/LayoutTests Revision 112712 Author o...@webkit.org Date 2012-03-30 12:56:45 -0700 (Fri, 30 Mar 2012) Log Message Add new renderer for circles and ellipses https://bugs.webkit.org/show_bug.cgi?id=80423 One more unreviewed gardening after r112667. * platform/qt-5.0/s

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

2012-03-30 Thread andersca
Title: [112710] trunk/Source/WebCore Revision 112710 Author ander...@apple.com Date 2012-03-30 12:22:24 -0700 (Fri, 30 Mar 2012) Log Message Fix build. * page/scrolling/mac/ScrollingTreeMac.mm: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/page/scrolling/mac/Scroll

[webkit-changes] [112708] trunk/Source/WebKit/chromium

2012-03-30 Thread commit-queue
Title: [112708] trunk/Source/WebKit/chromium Revision 112708 Author commit-qu...@webkit.org Date 2012-03-30 12:05:59 -0700 (Fri, 30 Mar 2012) Log Message [chromium] Flaky animation unit test CCLayerTreeHostTestSynchronizeAnimationStartTimes https://bugs.webkit.org/show_bug.cgi?id=82731 P

[webkit-changes] [112707] trunk/Source

2012-03-30 Thread andersca
Title: [112707] trunk/Source Revision 112707 Author ander...@apple.com Date 2012-03-30 11:59:49 -0700 (Fri, 30 Mar 2012) Log Message Show a scrolling indicator light when compositing borders are turned on https://bugs.webkit.org/show_bug.cgi?id=82758 Reviewed by Andreas Kling. Source/W

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

2012-03-30 Thread vsevik
Title: [112706] trunk/Source/WebCore Revision 112706 Author vse...@chromium.org Date 2012-03-30 11:54:04 -0700 (Fri, 30 Mar 2012) Log Message Web Inspector: CodeGeneratorInspector.py: add missing runtime assert method for InspectorObject https://bugs.webkit.org/show_bug.cgi?id=82753 Patc

[webkit-changes] [112705] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112705] trunk/LayoutTests Revision 112705 Author simon.fra...@apple.com Date 2012-03-30 11:49:40 -0700 (Fri, 30 Mar 2012) Log Message Fix a typo in the Skipped list. * platform/mac/Skipped: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platform/mac/Skipped Di

[webkit-changes] [112704] branches/chromium/1084/LayoutTests/platform

2012-03-30 Thread shawnsingh
Title: [112704] branches/chromium/1084/LayoutTests/platform Revision 112704 Author shawnsi...@chromium.org Date 2012-03-30 11:45:22 -0700 (Fri, 30 Mar 2012) Log Message Merge 112696 - Unreviewed rebaseline after r112436 * platform/chromium-linux/compositing/reflections/nested-reflection-

[webkit-changes] [112703] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112703] trunk/LayoutTests Revision 112703 Author simon.fra...@apple.com Date 2012-03-30 11:44:58 -0700 (Fri, 30 Mar 2012) Log Message Skip some more failing/timing-out tests. * platform/mac/Skipped: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platform/mac/Skipp

[webkit-changes] [112702] branches/chromium/1084

2012-03-30 Thread shawnsingh
Title: [112702] branches/chromium/1084 Revision 112702 Author shawnsi...@chromium.org Date 2012-03-30 11:42:25 -0700 (Fri, 30 Mar 2012) Log Message Merge 112436 - [chromium] layer->clipRect() is not initialized for layers that create a renderSurface. https://bugs.webkit.org/show_bug.cgi?i

[webkit-changes] [112701] trunk/Source

2012-03-30 Thread commit-queue
Title: [112701] trunk/Source Revision 112701 Author commit-qu...@webkit.org Date 2012-03-30 11:39:43 -0700 (Fri, 30 Mar 2012) Log Message [chromium] assertion being hit in CCLayerAnimationController https://bugs.webkit.org/show_bug.cgi?id=82237 Patch by Ian Vollick on 2012-03-30 Reviewe

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

2012-03-30 Thread rniwa
Title: [112700] trunk/Source/WebCore Revision 112700 Author rn...@webkit.org Date 2012-03-30 11:32:18 -0700 (Fri, 30 Mar 2012) Log Message Build fix after r112699. * css/StylePropertySet.cpp: (WebCore::StylePropertySet::findPropertyWithId): Modified Paths trunk/Source/WebCore/ChangeLog

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

2012-03-30 Thread rniwa
Title: [112699] trunk/Source/WebCore Revision 112699 Author rn...@webkit.org Date 2012-03-30 11:27:16 -0700 (Fri, 30 Mar 2012) Log Message Add a compile assert for the size of CSSProperty https://bugs.webkit.org/show_bug.cgi?id=82756 Reviewed by Andreas Kling. Add a compile assert to en

[webkit-changes] [112698] trunk/Tools

2012-03-30 Thread chang . shu
Title: [112698] trunk/Tools Revision 112698 Author chang@nokia.com Date 2012-03-30 11:24:18 -0700 (Fri, 30 Mar 2012) Log Message 2012-03-30 Chang Shu Unreviewed. Update my email. * Scripts/webkitpy/common/config/committers.py: Modified Paths trunk/Tools/ChangeLo

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

2012-03-30 Thread rniwa
Title: [112697] trunk/Source/WebCore Revision 112697 Author rn...@webkit.org Date 2012-03-30 11:20:30 -0700 (Fri, 30 Mar 2012) Log Message Let there be a clean xcodeproj. * WebCore.xcodeproj/project.pbxproj: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.xco

[webkit-changes] [112696] trunk/LayoutTests

2012-03-30 Thread shawnsingh
Title: [112696] trunk/LayoutTests Revision 112696 Author shawnsi...@chromium.org Date 2012-03-30 11:13:11 -0700 (Fri, 30 Mar 2012) Log Message Unreviewed rebaseline after r112436 * platform/chromium-linux/compositing/reflections/nested-reflection-on-overflow-expected.png: * platform/chro

[webkit-changes] [112695] trunk/Source/WebKit/chromium

2012-03-30 Thread apavlov
Title: [112695] trunk/Source/WebKit/chromium Revision 112695 Author apav...@chromium.org Date 2012-03-30 11:09:29 -0700 (Fri, 30 Mar 2012) Log Message [Chromium] Unreviewed Chromium Mac build fix. * src/WebDevToolsAgentPrivate.h: (WebKit): Modified Paths trunk/Source/WebKit/chromium/Ch

[webkit-changes] [112694] trunk

2012-03-30 Thread cfleizach
Title: [112694] trunk Revision 112694 Author cfleiz...@apple.com Date 2012-03-30 11:07:27 -0700 (Fri, 30 Mar 2012) Log Message AX: Crash at WebCore::renderObjectContainsPosition(WebCore::RenderObject*, WebCore::Position const&) https://bugs.webkit.org/show_bug.cgi?id=82745 Reviewed by Si

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

2012-03-30 Thread sullivan
Title: [112691] trunk/Source/WebCore Revision 112691 Author sulli...@apple.com Date 2012-03-30 11:00:41 -0700 (Fri, 30 Mar 2012) Log Message Certain emoji characters should not be displayed in user-visible URL strings. Reviewed by Alexey Proskuryakov * platform/mac/WebCoreNSURLExtras.

[webkit-changes] [112690] trunk/Source/WebKit/chromium

2012-03-30 Thread apavlov
Title: [112690] trunk/Source/WebKit/chromium Revision 112690 Author apav...@chromium.org Date 2012-03-30 10:54:03 -0700 (Fri, 30 Mar 2012) Log Message Web Inspector: [Chromium] Implement Chromium-specific part of the device metrics emulation https://bugs.webkit.org/show_bug.cgi?id=82612

[webkit-changes] [112689] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112689] trunk/LayoutTests Revision 112689 Author simon.fra...@apple.com Date 2012-03-30 10:53:28 -0700 (Fri, 30 Mar 2012) Log Message Skip some more failing tests. * platform/mac/Skipped: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platform/mac/Skipped Diff

[webkit-changes] [112688] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112688] trunk/LayoutTests Revision 112688 Author simon.fra...@apple.com Date 2012-03-30 10:37:20 -0700 (Fri, 30 Mar 2012) Log Message Skip fast/css/font-face-data-uri.html which is flaky. Tracked by https://bugs.webkit.org/show_bug.cgi?id=82744 * platform/mac/Skipped: Modified P

[webkit-changes] [112687] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112687] trunk/LayoutTests Revision 112687 Author simon.fra...@apple.com Date 2012-03-30 10:35:16 -0700 (Fri, 30 Mar 2012) Log Message Skip a test, tracked by https://bugs.webkit.org/show_bug.cgi?id=82743. * platform/mac/Skipped: Modified Paths trunk/LayoutTests/ChangeLog trunk/

[webkit-changes] [112686] branches/chromium/1084

2012-03-30 Thread vsevik
Title: [112686] branches/chromium/1084 Revision 112686 Author vse...@chromium.org Date 2012-03-30 10:32:18 -0700 (Fri, 30 Mar 2012) Log Message Merge 112379 - Web Inspector: breakpoints are not shown in sidebar pane after reload. https://bugs.webkit.org/show_bug.cgi?id=82351 Reviewed by

[webkit-changes] [112685] trunk/LayoutTests

2012-03-30 Thread simon . fraser
Title: [112685] trunk/LayoutTests Revision 112685 Author simon.fra...@apple.com Date 2012-03-30 10:31:33 -0700 (Fri, 30 Mar 2012) Log Message Skip two lineboxcontain tests. Tracked by https://bugs.webkit.org/show_bug.cgi?id=82742 * platform/mac/Skipped: Modified Paths trunk/LayoutTests

[webkit-changes] [112684] branches/chromium/1084/Source/WebCore/inspector/front-end

2012-03-30 Thread vsevik
Title: [112684] branches/chromium/1084/Source/WebCore/inspector/front-end Revision 112684 Author vse...@chromium.org Date 2012-03-30 10:27:02 -0700 (Fri, 30 Mar 2012) Log Message Merge 112677 - Web Inspector: ScriptsNavigator scripts selection/focus polish. https://bugs.webkit.org/show_bu

[webkit-changes] [112682] trunk/Source/WebKit/chromium

2012-03-30 Thread reed
Title: [112682] trunk/Source/WebKit/chromium Revision 112682 Author r...@google.com Date 2012-03-30 10:08:51 -0700 (Fri, 30 Mar 2012) Log Message pass alpha directly to player, rather than creating a layer (for performance) https://bugs.webkit.org/show_bug.cgi?id=82360 Reviewed by Stephe

[webkit-changes] [112681] branches/chromium/1084/Source/WebCore/inspector/front-end/ ScriptsNavigator.js

2012-03-30 Thread vsevik
Title: [112681] branches/chromium/1084/Source/WebCore/inspector/front-end/ScriptsNavigator.js Revision 112681 Author vse...@chromium.org Date 2012-03-30 10:01:23 -0700 (Fri, 30 Mar 2012) Log Message Merge 112656 - Web Inspector: ScriptsNavigator should open scripts with single click (not

[webkit-changes] [112680] trunk/Source

2012-03-30 Thread paroga
Title: [112680] trunk/Source Revision 112680 Author par...@webkit.org Date 2012-03-30 09:53:54 -0700 (Fri, 30 Mar 2012) Log Message [WinCE] Correct include paths. https://bugs.webkit.org/show_bug.cgi?id=82713 Reviewed by Eric Seidel. Modify the #include declarations for several WinCE-r

[webkit-changes] [112679] branches/chromium/1084/Source/WebCore/inspector/front-end/ JavaScriptSourceFrame.js

2012-03-30 Thread vsevik
Title: [112679] branches/chromium/1084/Source/WebCore/inspector/front-end/_javascript_SourceFrame.js Revision 112679 Author vse...@chromium.org Date 2012-03-30 09:50:42 -0700 (Fri, 30 Mar 2012) Log Message Merge 112661 - Web Inspector: [Regression] Execution line is not revealed after pre

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

2012-03-30 Thread sfalken
Title: [112678] trunk/Source/_javascript_Core Revision 112678 Author sfal...@apple.com Date 2012-03-30 09:47:35 -0700 (Fri, 30 Mar 2012) Log Message Windows (make based) build fix. * _javascript_Core.vcproj/_javascript_Core.make: Copy WTF header files into a place where _javascript_Core

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

2012-03-30 Thread vsevik
Title: [112677] trunk/Source/WebCore Revision 112677 Author vse...@chromium.org Date 2012-03-30 09:39:02 -0700 (Fri, 30 Mar 2012) Log Message Web Inspector: ScriptsNavigator scripts selection/focus polish. https://bugs.webkit.org/show_bug.cgi?id=82732 Reviewed by Pavel Feldman. Script c

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

2012-03-30 Thread reed
Title: [112676] trunk/Source/WebCore Revision 112676 Author r...@google.com Date 2012-03-30 09:33:11 -0700 (Fri, 30 Mar 2012) Log Message remove unneeded copies of SkPaths, remove unneeded save/restore https://bugs.webkit.org/show_bug.cgi?id=82641 Reviewed by Stephen White. Performance

[webkit-changes] [112675] trunk/Tools

2012-03-30 Thread mihaip
Title: [112675] trunk/Tools Revision 112675 Author mih...@chromium.org Date 2012-03-30 09:31:14 -0700 (Fri, 30 Mar 2012) Log Message Actually remove the ChromiumOS GTK builder, like r112673 said it would. * TestResultServer/static-dashboards/builders.js: Modified Paths trunk/Tools/Chan

[webkit-changes] [112674] trunk

2012-03-30 Thread pfeldman
Title: [112674] trunk Revision 112674 Author pfeld...@chromium.org Date 2012-03-30 09:24:35 -0700 (Fri, 30 Mar 2012) Log Message Web Inspector: undo-ing edit that consists of a Tab does not work. https://bugs.webkit.org/show_bug.cgi?id=82733 Reviewed by Vsevolod Vlasov. Source/WebCore:

[webkit-changes] [112673] trunk/Tools

2012-03-30 Thread mihaip
Title: [112673] trunk/Tools Revision 112673 Author mih...@chromium.org Date 2012-03-30 09:23:45 -0700 (Fri, 30 Mar 2012) Log Message Update ChromiumOS bot names in builders.js to reflect changes made by http://crrev.com/129835 Also removes the ChromiumOS GTK builder, which was removed by

[webkit-changes] [112672] trunk/Tools

2012-03-30 Thread commit-queue
Title: [112672] trunk/Tools Revision 112672 Author commit-qu...@webkit.org Date 2012-03-30 09:18:39 -0700 (Fri, 30 Mar 2012) Log Message [GTK] Disable introspection build in the at-spi2-core module. https://bugs.webkit.org/show_bug.cgi?id=82729 Patch by Vineet Chaudhary on 2012-03-30 Re

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

2012-03-30 Thread kevino
Title: [112670] trunk/Source/WebCore Revision 112670 Author kev...@webkit.org Date 2012-03-30 08:57:26 -0700 (Fri, 30 Mar 2012) Log Message [wx] Implement Gradient and ImageBuffer support. https://bugs.webkit.org/show_bug.cgi?id=82710 Reviewed by Kevin Ollivier. Modified Paths trunk/So

[webkit-changes] [112669] trunk

2012-03-30 Thread commit-queue
Title: [112669] trunk Revision 112669 Author commit-qu...@webkit.org Date 2012-03-30 08:47:04 -0700 (Fri, 30 Mar 2012) Log Message [Qt] Find zoomable area using area-based hit-testing https://bugs.webkit.org/show_bug.cgi?id=82609 Patch by Allan Sandfeld Jensen on 2012-03-30 Reviewed by

[webkit-changes] [112668] trunk

2012-03-30 Thread pfeldman
Title: [112668] trunk Revision 112668 Author pfeld...@chromium.org Date 2012-03-30 08:44:38 -0700 (Fri, 30 Mar 2012) Log Message Web Inspector: do not issue attributes modified event if actual values were not changed. https://bugs.webkit.org/show_bug.cgi?id=82726 Reviewed by Yury Semikha

[webkit-changes] [112666] trunk/LayoutTests

2012-03-30 Thread apavlov
Title: [112666] trunk/LayoutTests Revision 112666 Author apav...@chromium.org Date 2012-03-30 08:32:38 -0700 (Fri, 30 Mar 2012) Log Message [Chromium] Unreviewed, update expectations for XP. * platform/chromium/test_expectations.txt: Modified Paths trunk/LayoutTests/ChangeLog trunk/Lay

[webkit-changes] [112665] trunk/LayoutTests

2012-03-30 Thread apavlov
Title: [112665] trunk/LayoutTests Revision 112665 Author apav...@chromium.org Date 2012-03-30 07:51:41 -0700 (Fri, 30 Mar 2012) Log Message [Chromium] Unreviewed, more expectations for BUGWK82505. * platform/chromium/test_expectations.txt: Modified Paths trunk/LayoutTests/ChangeLog tru

[webkit-changes] [112664] trunk

2012-03-30 Thread commit-queue
Title: [112664] trunk Revision 112664 Author commit-qu...@webkit.org Date 2012-03-30 07:04:55 -0700 (Fri, 30 Mar 2012) Log Message Add a "preview" state to Page Visibility API implementation https://bugs.webkit.org/show_bug.cgi?id=81355 Patch by Jesus Sanchez-Palencia on 2012-03-30 Revi

[webkit-changes] [112663] trunk/LayoutTests

2012-03-30 Thread apavlov
Title: [112663] trunk/LayoutTests Revision 112663 Author apav...@chromium.org Date 2012-03-30 06:36:24 -0700 (Fri, 30 Mar 2012) Log Message [Chromium] Unreviewed, updated fast/frames/valid.html expectation for LEOPARD. * platform/chromium/test_expectations.txt: Modified Paths trunk/Lay

[webkit-changes] [112662] trunk/LayoutTests

2012-03-30 Thread ossy
Title: [112662] trunk/LayoutTests Revision 112662 Author o...@webkit.org Date 2012-03-30 06:35:30 -0700 (Fri, 30 Mar 2012) Log Message [Qt] Skip another asserting test on debug build https://bugs.webkit.org/show_bug.cgi?id=82052 Patch by Zoltan Arvai on 2012-03-30 Reviewed by Csaba Oszt

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

2012-03-30 Thread vsevik
Title: [112661] trunk/Source/WebCore Revision 112661 Author vse...@chromium.org Date 2012-03-30 06:31:05 -0700 (Fri, 30 Mar 2012) Log Message Web Inspector: [Regression] Execution line is not revealed after pretty print. https://bugs.webkit.org/show_bug.cgi?id=82727 Reviewed by Pavel Fel

  1   2   >