[webkit-changes] [127104] trunk/Tools

2012-08-30 Thread zandobersek
Title: [127104] trunk/Tools Revision 127104 Author zandober...@gmail.com Date 2012-08-29 23:19:25 -0700 (Wed, 29 Aug 2012) Log Message Random test-webkitpy failures on the buildbot https://bugs.webkit.org/show_bug.cgi?id=95096 Reviewed by Dirk Pranke. Suppress occasional errors when

[webkit-changes] [127105] trunk/LayoutTests

2012-08-30 Thread yosin
Title: [127105] trunk/LayoutTests Revision 127105 Author yo...@chromium.org Date 2012-08-29 23:21:03 -0700 (Wed, 29 Aug 2012) Log Message Unreviewed. [Chromium] Rebaseline fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html for Chromium-Mac and Chromium-Win after

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

2012-08-30 Thread abarth
Title: [127106] trunk/Source/WebCore Revision 127106 Author aba...@webkit.org Date 2012-08-29 23:24:37 -0700 (Wed, 29 Aug 2012) Log Message [V8] ScriptController::matchesCurrentContext duplicates code from ScriptController::currentWorldContext

[webkit-changes] [127107] trunk/LayoutTests

2012-08-30 Thread commit-queue
Title: [127107] trunk/LayoutTests Revision 127107 Author commit-qu...@webkit.org Date 2012-08-29 23:54:19 -0700 (Wed, 29 Aug 2012) Log Message Layout Test fast/repaint/japanese-rl-selection-repaint-in-regions.html is failing after r126304 https://bugs.webkit.org/show_bug.cgi?id=94730

[webkit-changes] [127108] trunk

2012-08-30 Thread shinyak
Title: [127108] trunk Revision 127108 Author shin...@chromium.org Date 2012-08-30 00:19:55 -0700 (Thu, 30 Aug 2012) Log Message AuthorShadowDOM support for textarea element. https://bugs.webkit.org/show_bug.cgi?id=91485 Reviewed by Dimitri Glazkov. Source/WebCore: We add

[webkit-changes] [127109] trunk/LayoutTests

2012-08-30 Thread zandobersek
Title: [127109] trunk/LayoutTests Revision 127109 Author zandober...@gmail.com Date 2012-08-30 00:56:18 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed GTK gardening. Adding failure expectations for media/video-controls-captions.html and svg/custom/clamped-masking-clipping.svg, the

[webkit-changes] [127110] trunk/LayoutTests

2012-08-30 Thread ossy
Title: [127110] trunk/LayoutTests Revision 127110 Author o...@webkit.org Date 2012-08-30 00:57:56 -0700 (Thu, 30 Aug 2012) Log Message [Qt] Unreviewed gardening, skip new failing tests. * platform/qt/Skipped: Modified Paths trunk/LayoutTests/ChangeLog

[webkit-changes] [127111] trunk/LayoutTests

2012-08-30 Thread dominik . rottsches
Title: [127111] trunk/LayoutTests Revision 127111 Author dominik.rottsc...@intel.com Date 2012-08-30 01:06:28 -0700 (Thu, 30 Aug 2012) Log Message [EFL] Gardening after r127135, r127039 https://bugs.webkit.org/show_bug.cgi?id=95433 Unreviewed gardening. Gardening of

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

2012-08-30 Thread abarth
Title: [127112] trunk/Source/WebCore Revision 127112 Author aba...@webkit.org Date 2012-08-30 01:20:03 -0700 (Thu, 30 Aug 2012) Log Message Replace uses of WTF::String::operator+= with StringBuilder https://bugs.webkit.org/show_bug.cgi?id=95416 Reviewed by Benjamin Poulain.

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

2012-08-30 Thread paroga
Title: [127113] trunk/Source/WebCore Revision 127113 Author par...@webkit.org Date 2012-08-30 01:25:28 -0700 (Thu, 30 Aug 2012) Log Message Build fix for WinCE after r126974. * platform/graphics/BitmapImage.cpp: (WebCore::BitmapImage::reportMemoryUsage): Modified Paths

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

2012-08-30 Thread paroga
Title: [127114] trunk/Source/WTF Revision 127114 Author par...@webkit.org Date 2012-08-30 01:38:18 -0700 (Thu, 30 Aug 2012) Log Message Build fix for COMPILER(MSVC) !CPU(X86) after r127001. * wtf/MathExtras.h: (lrint): Added additional parentheses to silence compiler warning. Modified

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

2012-08-30 Thread loislo
Title: [127115] trunk/Source/WebCore Revision 127115 Author loi...@chromium.org Date 2012-08-30 02:01:39 -0700 (Thu, 30 Aug 2012) Log Message Web Inspector: move GeneratedImage members into its own cpp file https://bugs.webkit.org/show_bug.cgi?id=95351 Reviewed by Yury Semikhatsky. It

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

2012-08-30 Thread vsevik
Title: [127116] trunk/Source/WebCore Revision 127116 Author vse...@chromium.org Date 2012-08-30 02:06:43 -0700 (Thu, 30 Aug 2012) Log Message Web Inspector: [Sources] Invisible right sidebar issue https://bugs.webkit.org/show_bug.cgi?id=94924 Reviewed by Pavel Feldman. Debugger sidebar

[webkit-changes] [127117] trunk

2012-08-30 Thread antonm
Title: [127117] trunk Revision 127117 Author ant...@chromium.org Date 2012-08-30 02:33:08 -0700 (Thu, 30 Aug 2012) Log Message Heap-use-after-free in WebCore::ElementV8Internal::onclickAttrGetter https://bugs.webkit.org/show_bug.cgi?id=94440 Reviewed by Adam Barth. The problem appears

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

2012-08-30 Thread commit-queue
Title: [127118] trunk/Source/WebCore Revision 127118 Author commit-qu...@webkit.org Date 2012-08-30 02:38:50 -0700 (Thu, 30 Aug 2012) Log Message Fix compile warning when enable tiled backing store https://bugs.webkit.org/show_bug.cgi?id=95422 Patch by Kangil Han kangil@samsung.com

[webkit-changes] [127119] trunk/LayoutTests

2012-08-30 Thread commit-queue
Title: [127119] trunk/LayoutTests Revision 127119 Author commit-qu...@webkit.org Date 2012-08-30 02:56:17 -0700 (Thu, 30 Aug 2012) Log Message [EFL] Gardening for fast/forms/range/thumbslider-no-parent-slider.html after r126864 https://bugs.webkit.org/show_bug.cgi?id=95437 Unreviewed,

[webkit-changes] [127120] trunk/LayoutTests

2012-08-30 Thread ossy
Title: [127120] trunk/LayoutTests Revision 127120 Author o...@webkit.org Date 2012-08-30 03:16:14 -0700 (Thu, 30 Aug 2012) Log Message [Qt] REGRESSION(r122175): fast/loader/document-destruction-within-unload.html makes the following test assert

[webkit-changes] [127122] trunk/Tools

2012-08-30 Thread jochen
Title: [127122] trunk/Tools Revision 127122 Author joc...@chromium.org Date 2012-08-30 04:00:55 -0700 (Thu, 30 Aug 2012) Log Message [NRWT] Add support for recognizing arbitrary process names in crash lines https://bugs.webkit.org/show_bug.cgi?id=95435 Reviewed by Adam Barth. When

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

2012-08-30 Thread antti
Title: [127123] trunk/Source/WebCore Revision 127123 Author an...@apple.com Date 2012-08-30 04:07:31 -0700 (Thu, 30 Aug 2012) Log Message Cache and share parsed imported stylesheets https://bugs.webkit.org/show_bug.cgi?id=95219 Reviewed by Andreas Kling. We currently cache and share

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

2012-08-30 Thread commit-queue
Title: [127124] trunk/Source/WebCore Revision 127124 Author commit-qu...@webkit.org Date 2012-08-30 04:18:29 -0700 (Thu, 30 Aug 2012) Log Message 1.9.90 drops symbols, breaking compatibility https://bugs.webkit.org/show_bug.cgi?id=93477 Patch by Xan Lopez xlo...@igalia.com on 2012-08-30

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

2012-08-30 Thread hausmann
Title: [127125] trunk/Source/WebKit2 Revision 127125 Author hausm...@webkit.org Date 2012-08-30 04:33:26 -0700 (Thu, 30 Aug 2012) Log Message [QT][WK2] webview API doc https://bugs.webkit.org/show_bug.cgi?id=81701 Patch by Mike Sierra mike.sie...@nokia.com on 2012-08-30 Reviewed by

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

2012-08-30 Thread kling
Title: [127126] trunk/Source/WebCore Revision 127126 Author kl...@webkit.org Date 2012-08-30 04:43:14 -0700 (Thu, 30 Aug 2012) Log Message Element: Share code between setAttributeNode() and other attribute setters. http://webkit.org/b/95328 Reviewed by Antti Koivisto. Removed the

[webkit-changes] [127127] trunk/LayoutTests

2012-08-30 Thread commit-queue
Title: [127127] trunk/LayoutTests Revision 127127 Author commit-qu...@webkit.org Date 2012-08-30 04:53:09 -0700 (Thu, 30 Aug 2012) Log Message [EFL] Gardening after r127108 https://bugs.webkit.org/show_bug.cgi?id=95438 Unreviewed gardening. Gardening of

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

2012-08-30 Thread charles . wei
Title: [127128] trunk/Source/_javascript_Core Revision 127128 Author charles@torchmobile.com.cn Date 2012-08-30 05:37:11 -0700 (Thu, 30 Aug 2012) Log Message [BlackBerry] Eliminate build warnings https://bugs.webkit.org/show_bug.cgi?id=95338 Reviewed by Filip Pizlo. static_cast to

[webkit-changes] [127129] trunk/LayoutTests

2012-08-30 Thread ossy
Title: [127129] trunk/LayoutTests Revision 127129 Author o...@webkit.org Date 2012-08-30 05:59:28 -0700 (Thu, 30 Aug 2012) Log Message Update test expectations to follow common guidelines. https://bugs.webkit.org/show_bug.cgi?id=95442 Patch by Anton Muhin ant...@chromium.org on

[webkit-changes] [127130] trunk/LayoutTests

2012-08-30 Thread zandobersek
Title: [127130] trunk/LayoutTests Revision 127130 Author zandober...@gmail.com Date 2012-08-30 06:04:50 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed GTK gardening. Adding a platform-specific baseline that's required after r127117. Fixing expectations for a couple of tests that were

[webkit-changes] [127131] trunk

2012-08-30 Thread commit-queue
Title: [127131] trunk Revision 127131 Author commit-qu...@webkit.org Date 2012-08-30 06:19:42 -0700 (Thu, 30 Aug 2012) Log Message [CSSRegions]Add support for text-shadow in region styling https://bugs.webkit.org/show_bug.cgi?id=94472 Patch by Andrei Onea o...@adobe.com on 2012-08-30

[webkit-changes] [127133] trunk/LayoutTests

2012-08-30 Thread ossy
Title: [127133] trunk/LayoutTests Revision 127133 Author o...@webkit.org Date 2012-08-30 07:05:18 -0700 (Thu, 30 Aug 2012) Log Message [Qt][WK2] Unreviewed gardening, unskip now passing tests. * platform/qt-5.0-wk2/Skipped: Modified Paths trunk/LayoutTests/ChangeLog

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

2012-08-30 Thread commit-queue
Title: [127134] trunk/Source/WebCore Revision 127134 Author commit-qu...@webkit.org Date 2012-08-30 07:05:18 -0700 (Thu, 30 Aug 2012) Log Message [BlackBerry] LayerTiler needs to respect new setting for prefill rect. https://bugs.webkit.org/show_bug.cgi?id=95446 Patch by Andrew Lo

[webkit-changes] [127135] trunk/LayoutTests

2012-08-30 Thread caseq
Title: [127135] trunk/LayoutTests Revision 127135 Author ca...@chromium.org Date 2012-08-30 07:31:10 -0700 (Thu, 30 Aug 2012) Log Message REGRESSION(r127039): It broke inspector/timeline/timeline-load.html fails on many platforms https://bugs.webkit.org/show_bug.cgi?id=95414 Unreviewed.

[webkit-changes] [127137] trunk

2012-08-30 Thread commit-queue
Title: [127137] trunk Revision 127137 Author commit-qu...@webkit.org Date 2012-08-30 07:42:53 -0700 (Thu, 30 Aug 2012) Log Message [WK2][WTR] Add didReceiveServerRedirectForProvisionalLoadForFrame dumping https://bugs.webkit.org/show_bug.cgi?id=95454 Patch by Mikhail Pozdnyakov

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

2012-08-30 Thread loislo
Title: [127138] trunk/Source/WebCore Revision 127138 Author loi...@chromium.org Date 2012-08-30 07:45:28 -0700 (Thu, 30 Aug 2012) Log Message Web Inspector: [regression] ui: selectors in heap profiler view have no arrows at the right side of the text.

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

2012-08-30 Thread jchaffraix
Title: [127139] trunk/Source/WebCore Revision 127139 Author jchaffr...@webkit.org Date 2012-08-30 07:48:22 -0700 (Thu, 30 Aug 2012) Log Message Remove the now-unneeded invalidations in RenderTable::removeCaption https://bugs.webkit.org/show_bug.cgi?id=94889 Reviewed by Abhishek Arya.

[webkit-changes] [127142] trunk

2012-08-30 Thread apavlov
Title: [127142] trunk Revision 127142 Author apav...@chromium.org Date 2012-08-30 08:26:22 -0700 (Thu, 30 Aug 2012) Log Message Web Inspector: Some urls in CSS stylesheets cause errors when generating Computed Styles HTML https://bugs.webkit.org/show_bug.cgi?id=95427 Reviewed by

[webkit-changes] [127143] trunk/LayoutTests

2012-08-30 Thread commit-queue
Title: [127143] trunk/LayoutTests Revision 127143 Author commit-qu...@webkit.org Date 2012-08-30 08:30:37 -0700 (Thu, 30 Aug 2012) Log Message [EFL] Remove tests from Skipped list that don't exist https://bugs.webkit.org/show_bug.cgi?id=95457 Unreviewed gardening. Patch by Thiago

[webkit-changes] [127144] trunk/LayoutTests

2012-08-30 Thread ossy
Title: [127144] trunk/LayoutTests Revision 127144 Author o...@webkit.org Date 2012-08-30 08:46:04 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed, rolling out r127133. http://trac.webkit.org/changeset/127133 https://bugs.webkit.org/show_bug.cgi?id=95462 These tests still fail (Requested

[webkit-changes] [127145] trunk

2012-08-30 Thread commit-queue
Title: [127145] trunk Revision 127145 Author commit-qu...@webkit.org Date 2012-08-30 08:51:25 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed, rolling out r127131. http://trac.webkit.org/changeset/127131 https://bugs.webkit.org/show_bug.cgi?id=95463 It makes the fast/regions/ test crash

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

2012-08-30 Thread commit-queue
Title: [127146] trunk/Source/WebKit/blackberry Revision 127146 Author commit-qu...@webkit.org Date 2012-08-30 08:53:23 -0700 (Thu, 30 Aug 2012) Log Message [BlackBerry] node search does not work with elements on touch start listener https://bugs.webkit.org/show_bug.cgi?id=95252 Patch by

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

2012-08-30 Thread commit-queue
Title: [127148] trunk/Source/_javascript_Core Revision 127148 Author commit-qu...@webkit.org Date 2012-08-30 09:03:47 -0700 (Thu, 30 Aug 2012) Log Message [sh4] Add missing implementation for _javascript_Core JIT https://bugs.webkit.org/show_bug.cgi?id=95452 Patch by Julien BRIANCEAU

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

2012-08-30 Thread loislo
Title: [127149] trunk/Source/WebCore Revision 127149 Author loi...@chromium.org Date 2012-08-30 09:08:27 -0700 (Thu, 30 Aug 2012) Log Message Web Inspector: [regression] ui: heap profiler: splitter between containment and retainment views has white background.

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

2012-08-30 Thread commit-queue
Title: [127150] trunk/Source/WebCore Revision 127150 Author commit-qu...@webkit.org Date 2012-08-30 09:12:13 -0700 (Thu, 30 Aug 2012) Log Message [BlackBerry] Modifying how IP domains are handled in Cookies https://bugs.webkit.org/show_bug.cgi?id=95381 Patch by Otto Derek Cheung

[webkit-changes] [127152] trunk/LayoutTests

2012-08-30 Thread commit-queue
Title: [127152] trunk/LayoutTests Revision 127152 Author commit-qu...@webkit.org Date 2012-08-30 09:38:19 -0700 (Thu, 30 Aug 2012) Log Message [EFL] Remove redundant entries on the Skipped list https://bugs.webkit.org/show_bug.cgi?id=95458 Unreviewed gardening. Patch by Thiago Marcos

[webkit-changes] [127153] trunk

2012-08-30 Thread commit-queue
Title: [127153] trunk Revision 127153 Author commit-qu...@webkit.org Date 2012-08-30 09:52:18 -0700 (Thu, 30 Aug 2012) Log Message Fix a crash in SourceBufferList.remove(). https://bugs.webkit.org/show_bug.cgi?id=94950 Patch by Aaron Colwell acolw...@chromium.org on 2012-08-30 Reviewed

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

2012-08-30 Thread commit-queue
Title: [127154] trunk/Source/WebKit/chromium Revision 127154 Author commit-qu...@webkit.org Date 2012-08-30 10:04:35 -0700 (Thu, 30 Aug 2012) Log Message [chromium] Clean up some webkit compositor unit tests https://bugs.webkit.org/show_bug.cgi?id=95410 Patch by James Robinson

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

2012-08-30 Thread gavinp
Title: [127156] trunk/Source/WebKit/chromium Revision 127156 Author gav...@chromium.org Date 2012-08-30 10:23:16 -0700 (Thu, 30 Aug 2012) Log Message [chromium] Disable CCLayerTreeHostTestScrollMultipleRedraw.runMultiThread https://bugs.webkit.org/show_bug.cgi?id=95472 Unreviewed

[webkit-changes] [127157] trunk

2012-08-30 Thread tony
Title: [127157] trunk Revision 127157 Author t...@chromium.org Date 2012-08-30 10:32:57 -0700 (Thu, 30 Aug 2012) Log Message Make RenderBox::computeInlineDirectionMargins const https://bugs.webkit.org/show_bug.cgi?id=95255 Reviewed by Ojan Vafai. Source/WebCore: This is part of making

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

2012-08-30 Thread mhahnenberg
Title: [127158] trunk/Source/WebKit2 Revision 127158 Author mhahnenb...@apple.com Date 2012-08-30 10:41:10 -0700 (Thu, 30 Aug 2012) Log Message JSNPObject doesn't always protect its data when calling into plugin code https://bugs.webkit.org/show_bug.cgi?id=95394 Reviewed by Brady

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

2012-08-30 Thread tonikitoo
Title: [127160] trunk/Source/WebKit/blackberry Revision 127160 Author toniki...@webkit.org Date 2012-08-30 10:47:31 -0700 (Thu, 30 Aug 2012) Log Message [BlackBerry] Remove unneeded force-immediate-repaint from InRegionScroller::setLayerScrollPosition

[webkit-changes] [127161] trunk/Source/WebKit/mac

2012-08-30 Thread jonlee
Title: [127161] trunk/Source/WebKit/mac Revision 127161 Author jon...@apple.com Date 2012-08-30 10:59:47 -0700 (Thu, 30 Aug 2012) Log Message [Mac] Registering web views for notifications is unbalanced https://bugs.webkit.org/show_bug.cgi?id=95465 rdar://problem/12206765 Reviewed by

[webkit-changes] [127162] trunk

2012-08-30 Thread commit-queue
Title: [127162] trunk Revision 127162 Author commit-qu...@webkit.org Date 2012-08-30 11:02:52 -0700 (Thu, 30 Aug 2012) Log Message Add support for blendmode to webkit rendering engine https://bugs.webkit.org/show_bug.cgi?id=95258 Patch by Rik Cabanier caban...@adobe.com on 2012-08-30

[webkit-changes] [127164] trunk/LayoutTests

2012-08-30 Thread pfeldman
Title: [127164] trunk/LayoutTests Revision 127164 Author pfeld...@chromium.org Date 2012-08-30 11:27:13 -0700 (Thu, 30 Aug 2012) Log Message Fixing two inspector tests that fail on Mac WK1. * inspector/timeline/timeline-animation-frame-expected.txt: *

[webkit-changes] [127166] trunk/LayoutTests

2012-08-30 Thread jberlin
Title: [127166] trunk/LayoutTests Revision 127166 Author jber...@webkit.org Date 2012-08-30 11:41:36 -0700 (Thu, 30 Aug 2012) Log Message Assertion failure in MessagePort::contextDestroyed in http/tests/security/MessagePort/event-listener-context.html, usually attributed to later tests.

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

2012-08-30 Thread commit-queue
Title: [127167] trunk/Source/_javascript_Core Revision 127167 Author commit-qu...@webkit.org Date 2012-08-30 11:45:03 -0700 (Thu, 30 Aug 2012) Log Message Build warning : -Wsign-compare on DFGByteCodeParser.cpp. https://bugs.webkit.org/show_bug.cgi?id=95418 Patch by Byungwoo Lee

[webkit-changes] [127168] trunk

2012-08-30 Thread victor
Title: [127168] trunk Revision 127168 Author vic...@rosedu.org Date 2012-08-30 11:53:02 -0700 (Thu, 30 Aug 2012) Log Message [Chromium] The CC button is not painted https://bugs.webkit.org/show_bug.cgi?id=95395 Reviewed by Eric Carlson. Source/WebCore: The actual Chromium resource for

[webkit-changes] [127169] trunk/LayoutTests

2012-08-30 Thread pdr
Title: [127169] trunk/LayoutTests Revision 127169 Author p...@google.com Date 2012-08-30 12:05:34 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed rebaseline after r127101. The Mac 10.6 results are slightly different--decoding about 10% less of the image. After some discussion with Adam

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

2012-08-30 Thread mitz
Title: [127170] trunk/Source/WebCore Revision 127170 Author m...@apple.com Date 2012-08-30 12:46:06 -0700 (Thu, 30 Aug 2012) Log Message [CG] ImageCG.cpp contains a mix of Image and BitmapImage functions https://bugs.webkit.org/show_bug.cgi?id=95470 Reviewed by Darin Adler. *

[webkit-changes] [127171] trunk

2012-08-30 Thread jonlee
Title: [127171] trunk Revision 127171 Author jon...@apple.com Date 2012-08-30 12:46:13 -0700 (Thu, 30 Aug 2012) Log Message [Mac] Add testRunner.dumpWebNotificationCallbacks() to DRT https://bugs.webkit.org/show_bug.cgi?id=95232 rdar://problem/12190776 Reviewed by Alexey Proskuryakov.

[webkit-changes] [127172] trunk/Source

2012-08-30 Thread jamesr
Title: [127172] trunk/Source Revision 127172 Author jam...@google.com Date 2012-08-30 12:52:42 -0700 (Thu, 30 Aug 2012) Log Message [chromium] Add CompositorSupport interface for constructing compositor classes https://bugs.webkit.org/show_bug.cgi?id=95040 Reviewed by Darin Fisher.

[webkit-changes] [127173] trunk/LayoutTests

2012-08-30 Thread achicu
Title: [127173] trunk/LayoutTests Revision 127173 Author ach...@adobe.com Date 2012-08-30 12:58:08 -0700 (Thu, 30 Aug 2012) Log Message [CSS Shaders] Update css3/filters/custom/effect-custom-transform-parameters.html to remove anti-aliasing issues

[webkit-changes] [127174] trunk/Tools

2012-08-30 Thread dpranke
Title: [127174] trunk/Tools Revision 127174 Author dpra...@chromium.org Date 2012-08-30 13:01:23 -0700 (Thu, 30 Aug 2012) Log Message NRWT should look in mac-wk2 for a TestExpecations file https://bugs.webkit.org/show_bug.cgi?id=95370 Reviewed by Ojan Vafai. Adds support for mac-wk2

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

2012-08-30 Thread jamesr
Title: [127175] trunk/Source/WebKit/chromium Revision 127175 Author jam...@google.com Date 2012-08-30 13:02:02 -0700 (Thu, 30 Aug 2012) Log Message [chromium] Make webkit_compositor specific unit test compilation conditional on gyp var https://bugs.webkit.org/show_bug.cgi?id=95401

[webkit-changes] [127176] trunk

2012-08-30 Thread victor
Title: [127176] trunk Revision 127176 Author vic...@rosedu.org Date 2012-08-30 13:06:22 -0700 (Thu, 30 Aug 2012) Log Message [Chromium] Layout Test media/track/track-cue-rendering-snap-to-lines-not-set.html is flaky https://bugs.webkit.org/show_bug.cgi?id=89167 Reviewed by Eric Carlson.

[webkit-changes] [127177] trunk/LayoutTests

2012-08-30 Thread pdr
Title: [127177] trunk/LayoutTests Revision 127177 Author p...@google.com Date 2012-08-30 13:10:51 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed update of TestExpectations. These tests are awaiting a rebaseline after r127168 but have the wrong modifiers on them. They are failing for

[webkit-changes] [127178] trunk

2012-08-30 Thread rwlbuis
Title: [127178] trunk Revision 127178 Author rwlb...@webkit.org Date 2012-08-30 13:14:58 -0700 (Thu, 30 Aug 2012) Log Message [CMake] Suppress ANGLE compilation warnings https://bugs.webkit.org/show_bug.cgi?id=95377 Reviewed by Antonio Gomes. .: Change WEBKIT_SET_EXTRA_COMPILER_FLAGS

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

2012-08-30 Thread commit-queue
Title: [127179] trunk/Source/_javascript_Core Revision 127179 Author commit-qu...@webkit.org Date 2012-08-30 13:17:51 -0700 (Thu, 30 Aug 2012) Log Message Fix broken classic intrpreter build. https://bugs.webkit.org/show_bug.cgi?id=95484. Patch by Mark Lam mark@apple.com on

[webkit-changes] [127180] trunk/Tools

2012-08-30 Thread dpranke
Title: [127180] trunk/Tools Revision 127180 Author dpra...@chromium.org Date 2012-08-30 13:22:29 -0700 (Thu, 30 Aug 2012) Log Message decide what (and how) we should set the tolerance for ref test pixel compares and test for that https://bugs.webkit.org/show_bug.cgi?id=94746 Reviewed by

[webkit-changes] [127181] trunk/Tools

2012-08-30 Thread dpranke
Title: [127181] trunk/Tools Revision 127181 Author dpra...@chromium.org Date 2012-08-30 13:24:45 -0700 (Thu, 30 Aug 2012) Log Message executive.run_in_parallel() hangs if given nothing to do https://bugs.webkit.org/show_bug.cgi?id=95387 Reviewed by Ojan Vafai. Check to make sure that

[webkit-changes] [127182] trunk/LayoutTests

2012-08-30 Thread pdr
Title: [127182] trunk/LayoutTests Revision 127182 Author p...@google.com Date 2012-08-30 13:30:49 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed update of test expectations. These tests just needed platform-specific results. *

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

2012-08-30 Thread zhajiang
Title: [127183] trunk/Source/WebKit/blackberry Revision 127183 Author zhaji...@rim.com Date 2012-08-30 13:34:48 -0700 (Thu, 30 Aug 2012) Log Message [BlackBerry] ASSERT failure in JSC::MarkedAllocator::allocateSlowCase https://bugs.webkit.org/show_bug.cgi?id=95492 Reviewed by Yong Li.

[webkit-changes] [127184] trunk/LayoutTests

2012-08-30 Thread jberlin
Title: [127184] trunk/LayoutTests Revision 127184 Author jber...@webkit.org Date 2012-08-30 13:40:35 -0700 (Thu, 30 Aug 2012) Log Message flexitem-stretch-image.html is flaky https://bugs.webkit.org/show_bug.cgi?id=95366 Remove the failing test expectations in platform/mac, since this

[webkit-changes] [127187] trunk/LayoutTests

2012-08-30 Thread dpranke
Title: [127187] trunk/LayoutTests Revision 127187 Author dpra...@chromium.org Date 2012-08-30 13:56:01 -0700 (Thu, 30 Aug 2012) Log Message Add TestExpectations stubs for apple wk2 ports Unreviewed, build fix. This adds empty placeholder files so new-run-webkit-tests doesn't get upset

[webkit-changes] [127188] trunk/LayoutTests

2012-08-30 Thread pdr
Title: [127188] trunk/LayoutTests Revision 127188 Author p...@google.com Date 2012-08-30 14:06:22 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed rebaseline after r127163. These tests need an image rebaseline for win to match the linux results. *

[webkit-changes] [127190] trunk

2012-08-30 Thread dpranke
Title: [127190] trunk Revision 127190 Author dpra...@chromium.org Date 2012-08-30 14:17:20 -0700 (Thu, 30 Aug 2012) Log Message Tools: nrwt should have TestExpectations everywhere we have Skipped files for apple ports https://bugs.webkit.org/show_bug.cgi?id=95495 Reviewed by Ojan Vafai.

[webkit-changes] [127192] trunk/LayoutTests

2012-08-30 Thread jberlin
Title: [127192] trunk/LayoutTests Revision 127192 Author jber...@webkit.org Date 2012-08-30 14:38:59 -0700 (Thu, 30 Aug 2012) Log Message CSS 2.1 failure: margin-collapse-clear-012 fails https://bugs.webkit.org/show_bug.cgi?id=80394 Mark fast/block/float/024.hml as an expected text

[webkit-changes] [127193] trunk

2012-08-30 Thread psolanki
Title: [127193] trunk Revision 127193 Author psola...@apple.com Date 2012-08-30 14:40:39 -0700 (Thu, 30 Aug 2012) Log Message objc_msgSend and IMP should be cast appropriately before using https://bugs.webkit.org/show_bug.cgi?id=95242 Reviewed by Benjamin Poulain. Source/WebCore: Use

[webkit-changes] [127194] trunk/Source/Platform

2012-08-30 Thread jamesr
Title: [127194] trunk/Source/Platform Revision 127194 Author jam...@google.com Date 2012-08-30 14:41:22 -0700 (Thu, 30 Aug 2012) Log Message Chromium win build fix - fix typo in gypi * Platform.gypi: Modified Paths trunk/Source/Platform/ChangeLog trunk/Source/Platform/Platform.gypi

[webkit-changes] [127195] trunk

2012-08-30 Thread commit-queue
Title: [127195] trunk Revision 127195 Author commit-qu...@webkit.org Date 2012-08-30 14:56:45 -0700 (Thu, 30 Aug 2012) Log Message [EFL][WK2] Add WebMemorySampler feature. https://bugs.webkit.org/show_bug.cgi?id=91214 Patch by JungJik Lee jungjik@samsung.com on 2012-08-30 Reviewed

[webkit-changes] [127196] trunk/LayoutTests

2012-08-30 Thread tony
Title: [127196] trunk/LayoutTests Revision 127196 Author t...@chromium.org Date 2012-08-30 15:01:55 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed gardening. Update flexitem-stretch-image.html expectations. * platform/chromium/TestExpectations: Mark the test as flaky (passes on Linux

[webkit-changes] [127197] trunk/LayoutTests

2012-08-30 Thread commit-queue
Title: [127197] trunk/LayoutTests Revision 127197 Author commit-qu...@webkit.org Date 2012-08-30 15:13:07 -0700 (Thu, 30 Aug 2012) Log Message [EFL] Add tables/mozilla_expected_failures/ expectations back https://bugs.webkit.org/show_bug.cgi?id=95483 Unreviewed gardening. It was

[webkit-changes] [127198] trunk

2012-08-30 Thread commit-queue
Title: [127198] trunk Revision 127198 Author commit-qu...@webkit.org Date 2012-08-30 15:13:25 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed, rolling out r127171. http://trac.webkit.org/changeset/127171 https://bugs.webkit.org/show_bug.cgi?id=95505 testRunner does not need

[webkit-changes] [127199] trunk/Source

2012-08-30 Thread commit-queue
Title: [127199] trunk/Source Revision 127199 Author commit-qu...@webkit.org Date 2012-08-30 15:21:48 -0700 (Thu, 30 Aug 2012) Log Message Render unto #ifdef's that which belong to them. https://bugs.webkit.org/show_bug.cgi?id=95482. Patch by Mark Lam mark@apple.com on 2012-08-30

[webkit-changes] [127200] trunk/LayoutTests

2012-08-30 Thread pdr
Title: [127200] trunk/LayoutTests Revision 127200 Author p...@google.com Date 2012-08-30 15:23:00 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed update to test expectations. fast/css/font-weight-1.html stopped failing for IMAGE+TEXT and started failing for just IMAGE. *

[webkit-changes] [127201] trunk/Tools

2012-08-30 Thread kov
Title: [127201] trunk/Tools Revision 127201 Author k...@webkit.org Date 2012-08-30 15:49:28 -0700 (Thu, 30 Aug 2012) Log Message [GTK] Tries to run empty string when calling generate-gtkdoc when not using jhbuild https://bugs.webkit.org/show_bug.cgi?id=95499 Unreviewed. One more fix to

[webkit-changes] [127203] trunk/Tools

2012-08-30 Thread wangxianzhu
Title: [127203] trunk/Tools Revision 127203 Author wangxian...@chromium.org Date 2012-08-30 15:57:54 -0700 (Thu, 30 Aug 2012) Log Message [Chromium-Android] Skip compositing/webgl and platform/chromium/virtual/threaded/compositing/webgl tests https://bugs.webkit.org/show_bug.cgi?id=95400

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

2012-08-30 Thread ggaren
Title: [127204] trunk/Source/_javascript_Core Revision 127204 Author gga...@apple.com Date 2012-08-30 16:03:59 -0700 (Thu, 30 Aug 2012) Log Message First step toward fixing the Windows build: Remove old symbols. * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def: Modified

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

2012-08-30 Thread ggaren
Title: [127205] trunk/Source/_javascript_Core Revision 127205 Author gga...@apple.com Date 2012-08-30 16:07:21 -0700 (Thu, 30 Aug 2012) Log Message Try to fix the Qt build: add an #include. * bytecode/GetByIdStatus.cpp: Modified Paths trunk/Source/_javascript_Core/ChangeLog

[webkit-changes] [127206] trunk

2012-08-30 Thread jchaffraix
Title: [127206] trunk Revision 127206 Author jchaffr...@webkit.org Date 2012-08-30 16:22:56 -0700 (Thu, 30 Aug 2012) Log Message Crash in RenderTable::calcBorderEnd https://bugs.webkit.org/show_bug.cgi?id=95487 Reviewed by Abhishek Arya. Source/WebCore: r126590 opened the window for a

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

2012-08-30 Thread ggaren
Title: [127207] trunk/Source/_javascript_Core Revision 127207 Author gga...@apple.com Date 2012-08-30 16:23:16 -0700 (Thu, 30 Aug 2012) Log Message Second step toward fixing the Windows build: Add new symbols. * _javascript_Core.vcproj/_javascript_Core/_javascript_Core.def: Modified

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

2012-08-30 Thread ggaren
Title: [127208] trunk/Source/_javascript_Core Revision 127208 Author gga...@apple.com Date 2012-08-30 16:30:56 -0700 (Thu, 30 Aug 2012) Log Message Try to fix the Qt build: add an #include to JSArray.h, since it's included by some of the files Qt complains about, and some of is functions

[webkit-changes] [127209] trunk/LayoutTests

2012-08-30 Thread jberlin
Title: [127209] trunk/LayoutTests Revision 127209 Author jber...@webkit.org Date 2012-08-30 16:31:58 -0700 (Thu, 30 Aug 2012) Log Message CSS 2.1 failure: margin-collapse-clear-012 fails https://bugs.webkit.org/show_bug.cgi?id=80394 Mark

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

2012-08-30 Thread ggaren
Title: [127210] trunk/Source/_javascript_Core Revision 127210 Author gga...@apple.com Date 2012-08-30 16:33:05 -0700 (Thu, 30 Aug 2012) Log Message Undo Qt build fix guess, since it breaks other builds. * runtime/JSArray.h: Modified Paths trunk/Source/_javascript_Core/ChangeLog

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

2012-08-30 Thread ggaren
Title: [127211] trunk/Source/_javascript_Core Revision 127211 Author gga...@apple.com Date 2012-08-30 16:36:41 -0700 (Thu, 30 Aug 2012) Log Message Try to fix the Qt build: Remove the inline keyword at the declaration site. The Qt compiler seems to be confused, complaining about these

[webkit-changes] [127212] trunk/Source

2012-08-30 Thread benjamin
Title: [127212] trunk/Source Revision 127212 Author benja...@webkit.org Date 2012-08-30 16:41:29 -0700 (Thu, 30 Aug 2012) Log Message Ambiguous operator[] after r127191 on some compiler https://bugs.webkit.org/show_bug.cgi?id=95509 Patch by Benjamin Poulain bpoul...@apple.com on

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

2012-08-30 Thread ggaren
Title: [127213] trunk/Source/_javascript_Core Revision 127213 Author gga...@apple.com Date 2012-08-30 16:49:37 -0700 (Thu, 30 Aug 2012) Log Message Fix the Qt build: Removed a now-dead variable. * interpreter/Interpreter.cpp: (JSC::Interpreter::execute): Modified Paths

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

2012-08-30 Thread ggaren
Title: [127214] trunk/Source/_javascript_Core Revision 127214 Author gga...@apple.com Date 2012-08-30 17:00:46 -0700 (Thu, 30 Aug 2012) Log Message Try to fix the Qt build: add some #includes that, for some reason, only the Qt linker requires. * runtime/BooleanObject.cpp: *

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

2012-08-30 Thread weinig
Title: [127215] trunk/Source/WebKit2 Revision 127215 Author wei...@apple.com Date 2012-08-30 17:04:05 -0700 (Thu, 30 Aug 2012) Log Message Allow dynamic mach-lookup extensions in the WebProcess rdar://problem/12207996 Reviewed by Gavin Barraclough. Like we allow file read/write dynamic

[webkit-changes] [127216] trunk/LayoutTests

2012-08-30 Thread jberlin
Title: [127216] trunk/LayoutTests Revision 127216 Author jber...@webkit.org Date 2012-08-30 17:21:58 -0700 (Thu, 30 Aug 2012) Log Message Remove the failing expectation from some tests that are no longer failing on Lion. * platform/mac-lion/TestExpectations: Modified Paths

[webkit-changes] [127218] trunk/LayoutTests

2012-08-30 Thread roger_fong
Title: [127218] trunk/LayoutTests Revision 127218 Author roger_f...@apple.com Date 2012-08-30 17:39:54 -0700 (Thu, 30 Aug 2012) Log Message Unreviewed Gardening. http/security/referrer tests fail. Unable to load resources over https. https://bugs.webkit.org/show_bug.cgi?id=73913

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

2012-08-30 Thread mhahnenberg
Title: [127219] trunk/Source/WebKit2 Revision 127219 Author mhahnenb...@apple.com Date 2012-08-30 17:43:15 -0700 (Thu, 30 Aug 2012) Log Message ~JSNPObject should call invalidate() if it hasn't been called already https://bugs.webkit.org/show_bug.cgi?id=95497 Reviewed by Geoffrey Garen.

[webkit-changes] [127220] trunk

2012-08-30 Thread macpherson
Title: [127220] trunk Revision 127220 Author macpher...@chromium.org Date 2012-08-30 18:13:50 -0700 (Thu, 30 Aug 2012) Log Message Make it possible to use CSS Variables inside Calc expressions. https://bugs.webkit.org/show_bug.cgi?id=95284 Reviewed by Tony Chang. Allows calc

  1   2   >