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

2011-10-06 Thread haraken
Title: [96788] trunk/Source/WebCore Revision 96788 Author hara...@chromium.org Date 2011-10-05 23:00:41 -0700 (Wed, 05 Oct 2011) Log Message Refactor IDL attributes about constructor https://bugs.webkit.org/show_bug.cgi?id=69074 Reviewed by Adam Barth. Currently, IDL attributes about

[webkit-changes] [96789] trunk/Tools

2011-10-06 Thread arv
Title: [96789] trunk/Tools Revision 96789 Author a...@chromium.org Date 2011-10-05 23:04:20 -0700 (Wed, 05 Oct 2011) Log Message [QT] Fix DRT after r96779 unreviewed. * DumpRenderTree/qt/DumpRenderTreeQt.cpp: (WebCore::dumpHistoryItem): Modified Paths trunk/Tools/ChangeLog

[webkit-changes] [96790] trunk/Tools

2011-10-06 Thread commit-queue
Title: [96790] trunk/Tools Revision 96790 Author commit-qu...@webkit.org Date 2011-10-05 23:34:02 -0700 (Wed, 05 Oct 2011) Log Message [chromium] Add a command line option to DumpRenderTree and run_webkit_tests.py to enable threaded compositing mode

[webkit-changes] [96791] trunk/Source

2011-10-06 Thread commit-queue
Title: [96791] trunk/Source Revision 96791 Author commit-qu...@webkit.org Date 2011-10-06 00:12:09 -0700 (Thu, 06 Oct 2011) Log Message [chromium] Remove USE(THREADED_COMPOSITING) from the tree https://bugs.webkit.org/show_bug.cgi?id=69489 Patch by James Robinson jam...@chromium.org on

[webkit-changes] [96792] trunk/LayoutTests

2011-10-06 Thread philn
Title: [96792] trunk/LayoutTests Revision 96792 Author ph...@webkit.org Date 2011-10-06 01:09:54 -0700 (Thu, 06 Oct 2011) Log Message Unreviewed, GTK rebaseline after r96620. * platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt: *

[webkit-changes] [96793] trunk

2011-10-06 Thread hans
Title: [96793] trunk Revision 96793 Author h...@chromium.org Date 2011-10-06 02:00:08 -0700 (Thu, 06 Oct 2011) Log Message IndexedDB: Remove SQLite-LevelDB migration code https://bugs.webkit.org/show_bug.cgi?id=69264 Reviewed by Tony Chang. Source/WebCore: Remove migration

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

2011-10-06 Thread fpizlo
Title: [96794] trunk/Source/_javascript_Core Revision 96794 Author fpi...@apple.com Date 2011-10-06 02:08:25 -0700 (Thu, 06 Oct 2011) Log Message SpeculativeJIT::isKnownString() is wrong https://bugs.webkit.org/show_bug.cgi?id=69501 Reviewed by Oliver Hunt. Removed the wrong

[webkit-changes] [96795] trunk/LayoutTests

2011-10-06 Thread zherczeg
Title: [96795] trunk/LayoutTests Revision 96795 Author zherc...@webkit.org Date 2011-10-06 02:30:24 -0700 (Thu, 06 Oct 2011) Log Message Unreviewed, Qt rebaseline after r96789. * platform/qt/http/tests/navigation/postredirect-basic-expected.txt: *

[webkit-changes] [96796] trunk/LayoutTests

2011-10-06 Thread sergio
Title: [96796] trunk/LayoutTests Revision 96796 Author ser...@webkit.org Date 2011-10-06 02:57:07 -0700 (Thu, 06 Oct 2011) Log Message Unreviewed. Skipping a test that requires continuousMouseScrollBy() which is not yet supported by GTK EventSender API. * platform/gtk/Skipped: skipped

[webkit-changes] [96797] trunk/LayoutTests

2011-10-06 Thread sergio
Title: [96797] trunk/LayoutTests Revision 96797 Author ser...@webkit.org Date 2011-10-06 03:07:21 -0700 (Thu, 06 Oct 2011) Log Message Unreviewed. Skipped a test that lacks a console message. * platform/gtk/Skipped: skipped http/tests/security/redirect-BLOCKED-to-localURL.html Modified

[webkit-changes] [96798] trunk

2011-10-06 Thread jknotten
Title: [96798] trunk Revision 96798 Author jknot...@chromium.org Date 2011-10-06 03:10:07 -0700 (Thu, 06 Oct 2011) Log Message Take pageScaleFactor into account for MouseRelatedEvents. https://bugs.webkit.org/show_bug.cgi?id=67592 Reviewed by Tony Gentilcore. Source/WebCore: Tests:

[webkit-changes] [96799] trunk/LayoutTests

2011-10-06 Thread ossy
Title: [96799] trunk/LayoutTests Revision 96799 Author o...@webkit.org Date 2011-10-06 03:53:07 -0700 (Thu, 06 Oct 2011) Log Message [Qt] REGRESSION(r96779): It made svg/as-image/svg-nested.html timeout https://bugs.webkit.org/show_bug.cgi?id=69511 * platform/qt/Skipped: Skip

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

2011-10-06 Thread commit-queue
Title: [96800] trunk/Source/WebKit2 Revision 96800 Author commit-qu...@webkit.org Date 2011-10-06 04:23:13 -0700 (Thu, 06 Oct 2011) Log Message [Qt][WK2][Mac] QtWebProcess should not show up in the Dock. https://bugs.webkit.org/show_bug.cgi?id=69432 We can set the environment variable

[webkit-changes] [96801] trunk/LayoutTests

2011-10-06 Thread ossy
Title: [96801] trunk/LayoutTests Revision 96801 Author o...@webkit.org Date 2011-10-06 04:31:04 -0700 (Thu, 06 Oct 2011) Log Message [Qt] inspector/styles/styles-disable-inherited.html make the next test fail after r96257 https://bugs.webkit.org/show_bug.cgi?id=69257 Unreviewed

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

2011-10-06 Thread ossy
Title: [96802] trunk/Source/_javascript_Core Revision 96802 Author o...@webkit.org Date 2011-10-06 04:57:44 -0700 (Thu, 06 Oct 2011) Log Message REGRESSION(r96347): Build is broken with MSVC compiler if !PLATFORM(WINDOWS) https://bugs.webkit.org/show_bug.cgi?id=69413 Reviewed by Darin

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

2011-10-06 Thread dominicc
Title: [96803] trunk/Source/WebCore Revision 96803 Author domin...@chromium.org Date 2011-10-06 05:53:39 -0700 (Thu, 06 Oct 2011) Log Message Don't make virtual calls in Node::parentNode. https://bugs.webkit.org/show_bug.cgi?id=69266 Reviewed by Antti Koivisto. ShadowRoot and

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

2011-10-06 Thread pfeldman
Title: [96804] trunk/Source/WebCore Revision 96804 Author pfeld...@chromium.org Date 2011-10-06 06:04:45 -0700 (Thu, 06 Oct 2011) Log Message Web Inspector: Inspector fails to start if there was at least one watch _expression_. https://bugs.webkit.org/show_bug.cgi?id=69516 Reviewed by

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

2011-10-06 Thread pfeldman
Title: [96805] trunk/Source/WebCore Revision 96805 Author pfeld...@chromium.org Date 2011-10-06 06:14:22 -0700 (Thu, 06 Oct 2011) Log Message Web Inspector: make ElementsTreeOutline compile https://bugs.webkit.org/show_bug.cgi?id=69439 Reviewed by Yury Semikhatsky. *

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

2011-10-06 Thread alexis . menard
Title: [96806] trunk/Source/WebKit2 Revision 96806 Author alexis.men...@openbossa.org Date 2011-10-06 06:15:40 -0700 (Thu, 06 Oct 2011) Log Message [Qt][WK2] Cursor should change when hovering links or input fields. https://bugs.webkit.org/show_bug.cgi?id=69519 Reviewed by Simon

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

2011-10-06 Thread pfeldman
Title: [96807] trunk/Source/WebCore Revision 96807 Author pfeld...@chromium.org Date 2011-10-06 06:20:27 -0700 (Thu, 06 Oct 2011) Log Message Web Inspector: add 10 more front-end classes to the compilation process. https://bugs.webkit.org/show_bug.cgi?id=69445 Reviewed by Yury

[webkit-changes] [96808] trunk

2011-10-06 Thread commit-queue
Title: [96808] trunk Revision 96808 Author commit-qu...@webkit.org Date 2011-10-06 06:37:01 -0700 (Thu, 06 Oct 2011) Log Message Provide configure option to switch between JSC and V8. https://bugs.webkit.org/show_bug.cgi?id=69469 Patch by Nayan Kumar K naya...@motorola.com on 2011-10-06

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

2011-10-06 Thread gavinp
Title: [96809] trunk/Source/_javascript_Core Revision 96809 Author gav...@chromium.org Date 2011-10-06 06:43:04 -0700 (Thu, 06 Oct 2011) Log Message export new stack dumping method https://bugs.webkit.org/show_bug.cgi?id=69018 The original landing of bug 69018 didn't export

[webkit-changes] [96811] trunk/Tools

2011-10-06 Thread commit-queue
Title: [96811] trunk/Tools Revision 96811 Author commit-qu...@webkit.org Date 2011-10-06 07:44:49 -0700 (Thu, 06 Oct 2011) Log Message allow new-run-webkit-tests to run on Lion https://bugs.webkit.org/show_bug.cgi?id=69429 Add fallback lists for chromium-mac-lion, and add

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

2011-10-06 Thread mnaganov
Title: [96812] trunk/Source/WebCore Revision 96812 Author mnaga...@chromium.org Date 2011-10-06 08:35:01 -0700 (Thu, 06 Oct 2011) Log Message Web Inspector: [Chromium] Heap Snapshot colors legend help popup is not shown. https://bugs.webkit.org/show_bug.cgi?id=69482 Reviewed by Yury

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

2011-10-06 Thread pfeldman
Title: [96815] trunk/Source/WebCore Revision 96815 Author pfeld...@chromium.org Date 2011-10-06 09:12:03 -0700 (Thu, 06 Oct 2011) Log Message Web Inspector: add all Resource panel views to the compilation. https://bugs.webkit.org/show_bug.cgi?id=69526 Reviewed by Yury Semikhatsky. *

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

2011-10-06 Thread pfeldman
Title: [96816] trunk/Source/WebCore Revision 96816 Author pfeld...@chromium.org Date 2011-10-06 09:22:10 -0700 (Thu, 06 Oct 2011) Log Message Web Inspector: extract DOMPresentation, make EventListenersSidebar compile https://bugs.webkit.org/show_bug.cgi?id=69527 Reviewed by Yury

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

2011-10-06 Thread pfeldman
Title: [96817] trunk/Source/WebCore Revision 96817 Author pfeld...@chromium.org Date 2011-10-06 09:31:58 -0700 (Thu, 06 Oct 2011) Log Message Web Inspector: add Styles and Metrics sidebars to the compilation. https://bugs.webkit.org/show_bug.cgi?id=69529 Reviewed by Yury Semikhatsky. *

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

2011-10-06 Thread commit-queue
Title: [96818] trunk/Source/WebCore Revision 96818 Author commit-qu...@webkit.org Date 2011-10-06 09:37:35 -0700 (Thu, 06 Oct 2011) Log Message Fix compilation by adding some missing ENABLE(VIDEO|XSLT) https://bugs.webkit.org/show_bug.cgi?id=69522 Unreviewed build fix Patch by Rémi

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

2011-10-06 Thread gavinp
Title: [96819] trunk/Source/WebCore Revision 96819 Author gav...@chromium.org Date 2011-10-06 09:40:47 -0700 (Thu, 06 Oct 2011) Log Message save resource zeroing stacks in ScriptElement for debugging https://bugs.webkit.org/show_bug.cgi?id=69453 The state machine tracking how

[webkit-changes] [96820] trunk/LayoutTests

2011-10-06 Thread commit-queue
Title: [96820] trunk/LayoutTests Revision 96820 Author commit-qu...@webkit.org Date 2011-10-06 09:51:39 -0700 (Thu, 06 Oct 2011) Log Message Test how media element TimeRange methods react to too few arguments https://bugs.webkit.org/show_bug.cgi?id=66532 Patch by Mark Pilgrim

[webkit-changes] [96823] trunk/Source

2011-10-06 Thread ap
Title: [96823] trunk/Source Revision 96823 Author a...@apple.com Date 2011-10-06 10:04:49 -0700 (Thu, 06 Oct 2011) Log Message https://bugs.webkit.org/show_bug.cgi?id=69492 [Mac] Should be able to scroll embedded PDFs from keyboard Reviewed by Darin Adler.

[webkit-changes] [96824] trunk/LayoutTests

2011-10-06 Thread commit-queue
Title: [96824] trunk/LayoutTests Revision 96824 Author commit-qu...@webkit.org Date 2011-10-06 10:05:09 -0700 (Thu, 06 Oct 2011) Log Message Test how filesystem methods react to too few arguments https://bugs.webkit.org/show_bug.cgi?id=66538 Patch by Mark Pilgrim pilg...@chromium.org on

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

2011-10-06 Thread yurys
Title: [96825] trunk/Source/WebCore Revision 96825 Author yu...@chromium.org Date 2011-10-06 10:12:35 -0700 (Thu, 06 Oct 2011) Log Message Web Inspector: avoid assertion failure in ~InspectorDebuggerAgent in case of workers https://bugs.webkit.org/show_bug.cgi?id=69534 Make sure

[webkit-changes] [96826] trunk

2011-10-06 Thread commit-queue
Title: [96826] trunk Revision 96826 Author commit-qu...@webkit.org Date 2011-10-06 10:14:11 -0700 (Thu, 06 Oct 2011) Log Message Add check for _javascript_ URLs in HTMLPlugInImageElement::allowedToLoadFrameURL https://bugs.webkit.org/show_bug.cgi?id=68813 Patch by Sergey Glazunov

[webkit-changes] [96829] trunk/Source

2011-10-06 Thread carlosgc
Title: [96829] trunk/Source Revision 96829 Author carlo...@webkit.org Date 2011-10-06 10:39:21 -0700 (Thu, 06 Oct 2011) Log Message [GTK] Implement cache model for WebKit2 https://bugs.webkit.org/show_bug.cgi?id=68434 Reviewed by Martin Robinson. Source/WebCore: Add a function to

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

2011-10-06 Thread mhahnenberg
Title: [96831] trunk/Source/_javascript_Core Revision 96831 Author mhahnenb...@apple.com Date 2011-10-06 10:42:50 -0700 (Thu, 06 Oct 2011) Log Message JSC objects need to know their own cell size at runtime. https://bugs.webkit.org/show_bug.cgi?id=69390 Reviewed by Geoffrey Garen.

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

2011-10-06 Thread carlosgc
Title: [96833] trunk/Source/WebKit2 Revision 96833 Author carlo...@webkit.org Date 2011-10-06 11:03:11 -0700 (Thu, 06 Oct 2011) Log Message [GTK] Add estimated-progress property to WebKitWebLoaderClient https://bugs.webkit.org/show_bug.cgi?id=69509 Reviewed by Martin Robinson. It

[webkit-changes] [96836] trunk/Source

2011-10-06 Thread barraclough
Title: [96836] trunk/Source Revision 96836 Author barraclo...@apple.com Date 2011-10-06 11:17:07 -0700 (Thu, 06 Oct 2011) Log Message Add explicit JSGlobalThis type. https://bugs.webkit.org/show_bug.cgi?id=69478 Reviewed by Darin Adler. JSC supports a split global object, as used by

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

2011-10-06 Thread mhahnenberg
Title: [96837] trunk/Source/_javascript_Core Revision 96837 Author mhahnenb...@apple.com Date 2011-10-06 11:31:04 -0700 (Thu, 06 Oct 2011) Log Message Snow Leopard build fix Unreviewed build fix * _javascript_Core.exp: Modified Paths trunk/Source/_javascript_Core/ChangeLog

[webkit-changes] [96838] trunk/LayoutTests

2011-10-06 Thread krit
Title: [96838] trunk/LayoutTests Revision 96838 Author k...@webkit.org Date 2011-10-06 11:33:18 -0700 (Thu, 06 Oct 2011) Log Message Unreviewed: irst chunk of new SVG baseline for lion. * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added. *

[webkit-changes] [96839] trunk/LayoutTests/ChangeLog

2011-10-06 Thread abarth
Title: [96839] trunk/LayoutTests/ChangeLog Revision 96839 Author aba...@webkit.org Date 2011-10-06 11:55:23 -0700 (Thu, 06 Oct 2011) Log Message Add missing tests for LegacyDefaultOptionalArguments for setCustomValidity https://bugs.webkit.org/show_bug.cgi?id=69532 Reviewed by Andreas

[webkit-changes] [96840] trunk/LayoutTests

2011-10-06 Thread simonjam
Title: [96840] trunk/LayoutTests Revision 96840 Author simon...@chromium.org Date 2011-10-06 11:58:04 -0700 (Thu, 06 Oct 2011) Log Message [Chromium] Add baselines for new Mac tests. Revert test_expectations breakage. Unreviewed. *

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

2011-10-06 Thread barraclough
Title: [96841] trunk/Source/_javascript_Core Revision 96841 Author barraclo...@apple.com Date 2011-10-06 12:00:50 -0700 (Thu, 06 Oct 2011) Log Message DFG JIT 32_64 should check type of values being filled by fillSpeculateInt https://bugs.webkit.org/show_bug.cgi?id=69549 Reviewed by

[webkit-changes] [96842] trunk

2011-10-06 Thread hyatt
Title: [96842] trunk Revision 96842 Author hy...@apple.com Date 2011-10-06 12:03:46 -0700 (Thu, 06 Oct 2011) Log Message https://bugs.webkit.org/show_bug.cgi?id=69544 [CSS3 Regions] Compute the starting and ending regions of a block, so that we can clamp descendants to those

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

2011-10-06 Thread crogers
Title: [96843] trunk/Source/WebCore Revision 96843 Author crog...@google.com Date 2011-10-06 12:07:34 -0700 (Thu, 06 Oct 2011) Log Message Make sure OfflineAudioContext can not be created with a sample-rate less than 44.1KHz https://bugs.webkit.org/show_bug.cgi?id=69483 Reviewed by

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

2011-10-06 Thread commit-queue
Title: [96844] trunk/Source/WebCore Revision 96844 Author commit-qu...@webkit.org Date 2011-10-06 12:15:57 -0700 (Thu, 06 Oct 2011) Log Message [EFL] Do not create cairo surfaces with the wrong size for form elements https://bugs.webkit.org/show_bug.cgi?id=69533 Patch by Raphael Kubo da

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

2011-10-06 Thread crogers
Title: [96846] trunk/Source/WebCore Revision 96846 Author crog...@google.com Date 2011-10-06 12:20:45 -0700 (Thu, 06 Oct 2011) Log Message BiquadFilterNode must not reset filter state if type attribute is set to the same type https://bugs.webkit.org/show_bug.cgi?id=69485 Reviewed by

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

2011-10-06 Thread commit-queue
Title: [96847] trunk/Source/WebCore Revision 96847 Author commit-qu...@webkit.org Date 2011-10-06 12:27:36 -0700 (Thu, 06 Oct 2011) Log Message Ensure font loaded before calling Skia to drawPosText in Chrome sandbox https://bugs.webkit.org/show_bug.cgi?id=69370 Patch by Arthur Hsu

[webkit-changes] [96848] trunk/Tools

2011-10-06 Thread commit-queue
Title: [96848] trunk/Tools Revision 96848 Author commit-qu...@webkit.org Date 2011-10-06 12:28:52 -0700 (Thu, 06 Oct 2011) Log Message [EFL] DRT: Create icon database path in LayoutTestController::setIconDatabaseEnabled. https://bugs.webkit.org/show_bug.cgi?id=69450 Patch by Raphael

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

2011-10-06 Thread gavinp
Title: [96849] trunk/Source/WebCore Revision 96849 Author gav...@chromium.org Date 2011-10-06 12:30:22 -0700 (Thu, 06 Oct 2011) Log Message conditionalize m_cachedScript stacks to just Chromium port https://bugs.webkit.org/show_bug.cgi?id=69537 New stack saving telemetry code in

[webkit-changes] [96851] trunk/LayoutTests

2011-10-06 Thread ojan
Title: [96851] trunk/LayoutTests Revision 96851 Author o...@chromium.org Date 2011-10-06 12:33:43 -0700 (Thu, 06 Oct 2011) Log Message extend flexbox testing to test children and parents of the flexbox https://bugs.webkit.org/show_bug.cgi?id=69495 Reviewed by Tony Chang. Checking

[webkit-changes] [96853] trunk/LayoutTests

2011-10-06 Thread simonjam
Title: [96853] trunk/LayoutTests Revision 96853 Author simon...@chromium.org Date 2011-10-06 13:28:32 -0700 (Thu, 06 Oct 2011) Log Message [Chromium] Rebaseline test missed in r96814. Unreviewed. * platform/chromium-mac-snowleopard/printing/return-from-printing-mode-expected.png:

[webkit-changes] [96856] trunk

2011-10-06 Thread tony
Title: [96856] trunk Revision 96856 Author t...@chromium.org Date 2011-10-06 14:06:40 -0700 (Thu, 06 Oct 2011) Log Message last frame of a multipart response is not displayed https://bugs.webkit.org/show_bug.cgi?id=69449 Reviewed by Adam Barth. Source/WebCore: Test:

[webkit-changes] [96857] trunk

2011-10-06 Thread hausmann
Title: [96857] trunk Revision 96857 Author hausm...@webkit.org Date 2011-10-06 14:26:33 -0700 (Thu, 06 Oct 2011) Log Message [Qt][Wk2] Fix build with Qt 5 when QtScript is built as standalone module https://bugs.webkit.org/show_bug.cgi?id=69520 Reviewed by Csaba Osztrogonác. .: *

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

2011-10-06 Thread fpizlo
Title: [96860] trunk/Source/_javascript_Core Revision 96860 Author fpi...@apple.com Date 2011-10-06 14:43:00 -0700 (Thu, 06 Oct 2011) Log Message DFG implementation of UInt32ToNumber is missing a break statement https://bugs.webkit.org/show_bug.cgi?id=69552 Reviewed by Oliver Hunt. *

[webkit-changes] [96861] trunk/Source

2011-10-06 Thread annacc
Title: [96861] trunk/Source Revision 96861 Author ann...@chromium.org Date 2011-10-06 14:44:31 -0700 (Thu, 06 Oct 2011) Log Message Source/WebCore: Adding parens in WebVTTParser.cpp to appease compiler preferences. https://bugs.webkit.org/show_bug.cgi?id=69460 Reviewed by David Levin.

[webkit-changes] [96862] trunk/LayoutTests

2011-10-06 Thread simonjam
Title: [96862] trunk/LayoutTests Revision 96862 Author simon...@chromium.org Date 2011-10-06 14:56:29 -0700 (Thu, 06 Oct 2011) Log Message [Chromium] Remove passing tests from test_expectations.txt. Unreviewed. * platform/chromium/test_expectations.txt: Modified Paths

[webkit-changes] [96863] trunk/Tools

2011-10-06 Thread levin
Title: [96863] trunk/Tools Revision 96863 Author le...@chromium.org Date 2011-10-06 14:58:12 -0700 (Thu, 06 Oct 2011) Log Message Add a style checker watchlist definition and add myself to it. https://bugs.webkit.org/show_bug.cgi?id=69564 Reviewed by Daniel Bates. *

[webkit-changes] [96865] trunk/Tools

2011-10-06 Thread bfulgham
Title: [96865] trunk/Tools Revision 96865 Author bfulg...@webkit.org Date 2011-10-06 15:43:40 -0700 (Thu, 06 Oct 2011) Log Message [WinCairo] Correct config.json for WinCairo Test builds. https://bugs.webkit.org/show_bug.cgi?id=69272 Reviewed by Ryosuke Niwa. *

[webkit-changes] [96866] trunk/Tools

2011-10-06 Thread commit-queue
Title: [96866] trunk/Tools Revision 96866 Author commit-qu...@webkit.org Date 2011-10-06 15:44:45 -0700 (Thu, 06 Oct 2011) Log Message The GTK+ WebKit2 headers produce a lot of style warnings https://bugs.webkit.org/show_bug.cgi?id=69481 Patch by Martin Robinson mrobin...@igalia.com on

[webkit-changes] [96867] trunk/Source

2011-10-06 Thread commit-queue
Title: [96867] trunk/Source Revision 96867 Author commit-qu...@webkit.org Date 2011-10-06 15:47:17 -0700 (Thu, 06 Oct 2011) Log Message Unreviewed, rolling out r96861. http://trac.webkit.org/changeset/96861 https://bugs.webkit.org/show_bug.cgi?id=69573 This patch didn't compile on

[webkit-changes] [96868] trunk

2011-10-06 Thread inferno
Title: [96868] trunk Revision 96868 Author infe...@chromium.org Date 2011-10-06 15:55:20 -0700 (Thu, 06 Oct 2011) Log Message Crash in VisiblePosition::canonicalPosition. https://bugs.webkit.org/show_bug.cgi?id=69568 Reviewed by Ryosuke Niwa. Source/WebCore: Move the position's

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

2011-10-06 Thread gavinp
Title: [96869] trunk/Source/_javascript_Core Revision 96869 Author gav...@chromium.org Date 2011-10-06 16:02:05 -0700 (Thu, 06 Oct 2011) Log Message REGRESSION (r96595): First frame in assertion backtraces is no longer labeled 1 https://bugs.webkit.org/show_bug.cgi?id=69556 Reviewed by

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

2011-10-06 Thread alexis . menard
Title: [96872] trunk/Source/WebKit2 Revision 96872 Author alexis.men...@openbossa.org Date 2011-10-06 16:39:25 -0700 (Thu, 06 Oct 2011) Log Message [Qt][WK2] WebIconDatabase expects a file path not a directory. https://bugs.webkit.org/show_bug.cgi?id=69557 Reviewed by Andreas Kling.

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

2011-10-06 Thread mitz
Title: [96873] trunk/Source/WebCore Revision 96873 Author m...@apple.com Date 2011-10-06 16:40:22 -0700 (Thu, 06 Oct 2011) Log Message Added a comment explaining code added in r96834. Suggested by Darin Adler. * editing/FrameSelection.cpp: (WebCore::FrameSelection::updateAppearance):

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

2011-10-06 Thread mitz
Title: [96874] trunk/Source/WebCore Revision 96874 Author m...@apple.com Date 2011-10-06 16:42:57 -0700 (Thu, 06 Oct 2011) Log Message rdar://problem/9717490 Flash of white when navigating daringfireball.net https://bugs.webkit.org/show_bug.cgi?id=69581 Reviewed by Darin Adler. *

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

2011-10-06 Thread oliver
Title: [96875] trunk/Source/_javascript_Core Revision 96875 Author oli...@apple.com Date 2011-10-06 16:48:06 -0700 (Thu, 06 Oct 2011) Log Message Write barrier shouldn't allocate temporaries inside control flow https://bugs.webkit.org/show_bug.cgi?id=69582 Reviewed by Gavin Barraclough.

[webkit-changes] [96876] trunk/Source

2011-10-06 Thread ap
Title: [96876] trunk/Source Revision 96876 Author a...@apple.com Date 2011-10-06 16:52:21 -0700 (Thu, 06 Oct 2011) Log Message [Mac] Should be able to scroll embedded PDFs using mouse https://bugs.webkit.org/show_bug.cgi?id=69579 Reviewed by Darin Adler.

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

2011-10-06 Thread dgrogan
Title: [96877] trunk/Source/WebCore Revision 96877 Author dgro...@chromium.org Date 2011-10-06 16:58:10 -0700 (Thu, 06 Oct 2011) Log Message Return null for the value of IDB key cursors instead of ASSERTing https://bugs.webkit.org/show_bug.cgi?id=69131 This is in support of the

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

2011-10-06 Thread jamesr
Title: [96878] trunk/Source/WebKit/chromium Revision 96878 Author jam...@google.com Date 2011-10-06 17:16:26 -0700 (Thu, 06 Oct 2011) Log Message [chromium] Remove obsolete WebWidgetClient::didActivateAcceleratedCompositing call https://bugs.webkit.org/show_bug.cgi?id=69576 Reviewed by

[webkit-changes] [96879] trunk/Source

2011-10-06 Thread jamesr
Title: [96879] trunk/Source Revision 96879 Author jam...@google.com Date 2011-10-06 17:17:49 -0700 (Thu, 06 Oct 2011) Log Message [chromium] Remove USE(THREADED_COMPOSITING) from the tree https://bugs.webkit.org/show_bug.cgi?id=69489 Reviewed by Darin Fisher. Source/WebCore: This

[webkit-changes] [96880] trunk/Source

2011-10-06 Thread andersca
Title: [96880] trunk/Source Revision 96880 Author ander...@apple.com Date 2011-10-06 17:20:23 -0700 (Thu, 06 Oct 2011) Log Message Add DEFINE_DEBUG_ONLY_GLOBAL for globals that should be defined in debug builds https://bugs.webkit.org/show_bug.cgi?id=69584 Reviewed by Darin Adler.

[webkit-changes] [96881] trunk/Source

2011-10-06 Thread andersca
Title: [96881] trunk/Source Revision 96881 Author ander...@apple.com Date 2011-10-06 17:34:05 -0700 (Thu, 06 Oct 2011) Log Message When building with clang, enable -Wglobal-constructors and -Wexit-time-destructors https://bugs.webkit.org/show_bug.cgi?id=69586 Reviewed by Darin Adler.

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

2011-10-06 Thread fpizlo
Title: [96883] trunk/Source/_javascript_Core Revision 96883 Author fpi...@apple.com Date 2011-10-06 17:47:21 -0700 (Thu, 06 Oct 2011) Log Message Structure does not reset m_previous when pinning the property map https://bugs.webkit.org/show_bug.cgi?id=69583 Reviewed by Gavin

[webkit-changes] [96884] trunk/LayoutTests

2011-10-06 Thread simonjam
Title: [96884] trunk/LayoutTests Revision 96884 Author simon...@chromium.org Date 2011-10-06 17:49:34 -0700 (Thu, 06 Oct 2011) Log Message [Chromium] Remove passing tests from test_expectations.txt. Unreviewed. * platform/chromium/test_expectations.txt: Modified Paths

[webkit-changes] [96887] trunk/Tools

2011-10-06 Thread bfulgham
Title: [96887] trunk/Tools Revision 96887 Author bfulg...@webkit.org Date 2011-10-06 18:09:19 -0700 (Thu, 06 Oct 2011) Log Message [WinCairo] Unreviewed test correction. * Scripts/webkitdirs.pm: (argumentsForConfiguration): Add 'wincairo' option to the set of configuration flags used by

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

2011-10-06 Thread mhahnenberg
Title: [96889] trunk/Source/_javascript_Core Revision 96889 Author mhahnenb...@apple.com Date 2011-10-06 19:09:35 -0700 (Thu, 06 Oct 2011) Log Message Windows build fix Unreviewed build fix. Weird runtime failures on Windows due to linking issues caused by the ClassInfo struct in

[webkit-changes] [96891] trunk/LayoutTests

2011-10-06 Thread jer . noble
Title: [96891] trunk/LayoutTests Revision 96891 Author jer.no...@apple.com Date 2011-10-06 19:33:23 -0700 (Thu, 06 Oct 2011) Log Message Some media tests fail when run inside a directory path containing periods. https://bugs.webkit.org/show_bug.cgi?id=69580 Reviewed by Darin Adler. To

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

2011-10-06 Thread thakis
Title: [96892] trunk/Source/WebCore Revision 96892 Author tha...@chromium.org Date 2011-10-06 19:43:30 -0700 (Thu, 06 Oct 2011) Log Message [chromium] Let rule_binding use os.execvp() instead of subprocess.call() to spawn fewer processes. https://bugs.webkit.org/show_bug.cgi?id=69589

[webkit-changes] [96893] trunk

2011-10-06 Thread tkent
Title: [96893] trunk Revision 96893 Author tk...@chromium.org Date 2011-10-06 19:44:52 -0700 (Thu, 06 Oct 2011) Log Message [JSC binding] Fix inconsistent behavior of DOMStringMap https://bugs.webkit.org/show_bug.cgi?id=53752 Reviewed by Darin Adler. Source/WebCore: The dataset

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

2011-10-06 Thread fpizlo
Title: [96894] trunk/Source/_javascript_Core Revision 96894 Author fpi...@apple.com Date 2011-10-06 19:48:47 -0700 (Thu, 06 Oct 2011) Log Message DFG should not always speculate that ConvertThis is operating on an object https://bugs.webkit.org/show_bug.cgi?id=69570 Reviewed by Oliver

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

2011-10-06 Thread joepeck
Title: [96895] trunk/Source/WebCore Revision 96895 Author joep...@webkit.org Date 2011-10-06 19:55:39 -0700 (Thu, 06 Oct 2011) Log Message Reviewed by Kent Tamura. Pass accept mime type information into FileChooser at all call sites https://bugs.webkit.org/show_bug.cgi?id=69592 No new

[webkit-changes] [96898] trunk/LayoutTests

2011-10-06 Thread rniwa
Title: [96898] trunk/LayoutTests Revision 96898 Author rn...@webkit.org Date 2011-10-06 20:23:06 -0700 (Thu, 06 Oct 2011) Log Message Windows rebaseline after r96870. Also skip editing/pasteboard/smart-paste-008.html because it's a real failure (tracked by the bug 69587). *

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

2011-10-06 Thread commit-queue
Title: [96899] trunk/Source/WebKit/chromium Revision 96899 Author commit-qu...@webkit.org Date 2011-10-06 20:52:51 -0700 (Thu, 06 Oct 2011) Log Message Unreviewed. Rolled DEPS. Patch by Sheriff Bot webkit.review@gmail.com on 2011-10-06 * DEPS: Modified Paths

[webkit-changes] [96902] tags/Safari-535.6/

2011-10-06 Thread mrowe
Title: [96902] tags/Safari-535.6/ Revision 96902 Author mr...@apple.com Date 2011-10-06 21:32:46 -0700 (Thu, 06 Oct 2011) Log Message New tag. Added Paths tags/Safari-535.6/ Diff Property changes: tags/Safari-535.6 Added: svn:ignore depcomp compile config.guess GNUmakefile.in

[webkit-changes] [96903] trunk/Source

2011-10-06 Thread mrowe
Title: [96903] trunk/Source Revision 96903 Author mr...@apple.com Date 2011-10-06 21:33:34 -0700 (Thu, 06 Oct 2011) Log Message Versioning. Modified Paths trunk/Source/_javascript_Core/Configurations/Version.xcconfig trunk/Source/_javascript_Glue/Configurations/Version.xcconfig

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

2011-10-06 Thread bfulgham
Title: [96904] trunk/Source/WebKit2 Revision 96904 Author bfulg...@webkit.org Date 2011-10-06 22:16:02 -0700 (Thu, 06 Oct 2011) Log Message [WinCairo] Correct improper identification of WKQC extensions. https://bugs.webkit.org/show_bug.cgi?id=69600 * DerivedSources.make: Make sure we

[webkit-changes] [96906] trunk

2011-10-06 Thread abarth
Title: [96906] trunk Revision 96906 Author aba...@webkit.org Date 2011-10-06 22:42:57 -0700 (Thu, 06 Oct 2011) Log Message Port PixelZoomer to work in garden-o-matic https://bugs.webkit.org/show_bug.cgi?id=69577 Reviewed by David Levin. Tools: This implementation of PixelZoomer is