[webkit-changes] [142240] trunk

2013-02-08 Thread haraken
Title: [142240] trunk Revision 142240 Author hara...@chromium.org Date 2013-02-08 00:05:49 -0800 (Fri, 08 Feb 2013) Log Message Support a relatedTarget attribute on focus/blur events https://bugs.webkit.org/show_bug.cgi?id=109176 Reviewed by Ojan Vafai. In bug 76216, we supported a

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

2013-02-08 Thread loislo
Title: [142241] trunk/Source/WebCore Revision 142241 Author loi...@chromium.org Date 2013-02-08 00:18:04 -0800 (Fri, 08 Feb 2013) Log Message Web Inspector: Native Memory Instrumentation: adjust chunk transfer size for better speed. https://bugs.webkit.org/show_bug.cgi?id=109263

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

2013-02-08 Thread loislo
Title: [142242] trunk/Source/WTF Revision 142242 Author loi...@chromium.org Date 2013-02-08 00:24:16 -0800 (Fri, 08 Feb 2013) Log Message Web Inspector: Native Memory Instrumentation: reportBaseAddress needs to be called after the reportNode. So it may reuse the node index for the real

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

2013-02-08 Thread commit-queue
Title: [142243] trunk/Source/WebCore Revision 142243 Author commit-qu...@webkit.org Date 2013-02-08 00:25:21 -0800 (Fri, 08 Feb 2013) Log Message Web Inspector: disable profile type switching while profile in progress https://bugs.webkit.org/show_bug.cgi?id=109178 Patch by Alexei

[webkit-changes] [142244] trunk/LayoutTests

2013-02-08 Thread commit-queue
Title: [142244] trunk/LayoutTests Revision 142244 Author commit-qu...@webkit.org Date 2013-02-08 00:57:11 -0800 (Fri, 08 Feb 2013) Log Message [EFL] Mark some tests as passing with incorrect expectations https://bugs.webkit.org/show_bug.cgi?id=109173 Unreviewed EFL gardening. Add new

[webkit-changes] [142246] trunk/LayoutTests

2013-02-08 Thread falken
Title: [142246] trunk/LayoutTests Revision 142246 Author fal...@chromium.org Date 2013-02-08 01:03:59 -0800 (Fri, 08 Feb 2013) Log Message [chromium] Unreviewed gardening. Adjusting expectations for two hidpi tests. https://bugs.webkit.org/show_bug.cgi?id=96441 *

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

2013-02-08 Thread tkent
Title: [142248] trunk/Source/WebCore Revision 142248 Author tk...@chromium.org Date 2013-02-08 01:34:13 -0800 (Fri, 08 Feb 2013) Log Message Adjust usage of ENABLE flags to enable whole content https://bugs.webkit.org/show_bug.cgi?id=109270 Reviewed by Eric Seidel. Our common usage of

[webkit-changes] [142249] trunk/Tools

2013-02-08 Thread rakuco
Title: [142249] trunk/Tools Revision 142249 Author rak...@webkit.org Date 2013-02-08 01:56:42 -0800 (Fri, 08 Feb 2013) Log Message [EFL] Make the Performance bot also build WebKit. https://bugs.webkit.org/show_bug.cgi?id=109273 Reviewed by Philippe Normand. There has not been much

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

2013-02-08 Thread commit-queue
Title: [142251] trunk/Source/WebCore Revision 142251 Author commit-qu...@webkit.org Date 2013-02-08 03:15:27 -0800 (Fri, 08 Feb 2013) Log Message Unreviewed, rolling out r141695 and r141697. http://trac.webkit.org/changeset/141695 http://trac.webkit.org/changeset/141697

[webkit-changes] [142252] trunk/Tools/MiniBrowser/efl/main.c

2013-02-08 Thread rakuco
Title: [142252] trunk/Tools/MiniBrowser/efl/main.c Revision 142252 Author rak...@webkit.org Date 2013-02-08 03:45:54 -0800 (Fri, 08 Feb 2013) Log Message Unreviewed, forced commit to trigger an EFL bot cycle Modified Paths trunk/Tools/MiniBrowser/efl/main.c Diff Modified:

[webkit-changes] [142253] trunk/Tools

2013-02-08 Thread jochen
Title: [142253] trunk/Tools Revision 142253 Author joc...@chromium.org Date 2013-02-08 03:51:31 -0800 (Fri, 08 Feb 2013) Log Message [chromium] copy normalizeLayoutTestURL code to TestRunner library https://bugs.webkit.org/show_bug.cgi?id=109269 Reviewed by Kent Tamura. The method

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

2013-02-08 Thread paroga
Title: [142254] trunk/Source/WebCore Revision 142254 Author par...@webkit.org Date 2013-02-08 03:58:02 -0800 (Fri, 08 Feb 2013) Log Message Build fix for Windows after r141981. * platform/network/win/ResourceHandleWin.cpp: (WebCore::ResourceHandle::loadResourceSynchronously): Modified

[webkit-changes] [142255] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142255] trunk/LayoutTests Revision 142255 Author schen...@chromium.org Date 2013-02-08 04:08:18 -0800 (Fri, 08 Feb 2013) Log Message [chromium] Unreviewed gardening. Adjusting expectations for two failures. Unreviewed Chromium expectations * platform/chromium/TestExpectations:

[webkit-changes] [142256] trunk/Tools

2013-02-08 Thread caio . oliveira
Title: [142256] trunk/Tools Revision 142256 Author caio.olive...@openbossa.org Date 2013-02-08 04:10:24 -0800 (Fri, 08 Feb 2013) Log Message Update my entries in the watchlist Unreviewed. * Scripts/webkitpy/common/config/watchlist: Modified Paths trunk/Tools/ChangeLog

[webkit-changes] [142258] trunk/LayoutTests

2013-02-08 Thread zandobersek
Title: [142258] trunk/LayoutTests Revision 142258 Author zandober...@gmail.com Date 2013-02-08 04:39:06 -0800 (Fri, 08 Feb 2013) Log Message Unreviewed GTK gardening. * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r142205. Modified Paths

[webkit-changes] [142259] trunk

2013-02-08 Thread vsevik
Title: [142259] trunk Revision 142259 Author vse...@chromium.org Date 2013-02-08 04:42:31 -0800 (Fri, 08 Feb 2013) Log Message Web Inspector: Replace workspace with project in UISourceCode constructor. https://bugs.webkit.org/show_bug.cgi?id=109256 Reviewed by Alexander Pavlov.

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

2013-02-08 Thread akling
Title: [142260] trunk/Source/_javascript_Core Revision 142260 Author akl...@apple.com Date 2013-02-08 04:45:44 -0800 (Fri, 08 Feb 2013) Log Message JSC: Lower minimum PropertyTable size. http://webkit.org/b/109247 Reviewed by Darin Adler. Lower the minimum table size for PropertyTable

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

2013-02-08 Thread mkwst
Title: [142262] trunk/Source/WebCore Revision 142262 Author mk...@chromium.org Date 2013-02-08 05:04:31 -0800 (Fri, 08 Feb 2013) Log Message Migrate ExceptionCode ASSERTs in IDB to ASSERT_NO_EXCEPTION. https://bugs.webkit.org/show_bug.cgi?id=109266 Reviewed by Jochen Eisinger. The

[webkit-changes] [142263] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142263] trunk/LayoutTests Revision 142263 Author schen...@chromium.org Date 2013-02-08 05:05:23 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed gardening. * platform/chromium/TestExpectations: Modified Paths

[webkit-changes] [142264] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142264] trunk/LayoutTests Revision 142264 Author schen...@chromium.org Date 2013-02-08 05:16:30 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed gardening. * platform/chromium/TestExpectations: Modified a MountainLion

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

2013-02-08 Thread commit-queue
Title: [142265] trunk/Source/WebCore Revision 142265 Author commit-qu...@webkit.org Date 2013-02-08 05:35:09 -0800 (Fri, 08 Feb 2013) Log Message [GTK][AC] GraphicsLayerClutter doesn't need to recalculate its position after changing anchor position.

[webkit-changes] [142266] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142266] trunk/LayoutTests Revision 142266 Author schen...@chromium.org Date 2013-02-08 05:41:15 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed gardening. * platform/chromium/TestExpectations: One more to get all bots

[webkit-changes] [142267] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142267] trunk/LayoutTests Revision 142267 Author schen...@chromium.org Date 2013-02-08 05:49:42 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed gardening. * platform/chromium/TestExpectations: Outstanding Win failures

[webkit-changes] [142272] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142272] trunk/LayoutTests Revision 142272 Author schen...@chromium.org Date 2013-02-08 06:23:01 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed gardening. * platform/chromium/TestExpectations: Last of the Win failures.

[webkit-changes] [142273] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142273] trunk/LayoutTests Revision 142273 Author schen...@chromium.org Date 2013-02-08 06:42:32 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed expectations update. These are tests that failed due to bad expectations.

[webkit-changes] [142275] branches/chromium/1364/Source/WebKit/chromium

2013-02-08 Thread benm
Title: [142275] branches/chromium/1364/Source/WebKit/chromium Revision 142275 Author b...@google.com Date 2013-02-08 07:02:57 -0800 (Fri, 08 Feb 2013) Log Message Merge 141904 [chromium] Make overlay layers slow-scrolling https://bugs.webkit.org/show_bug.cgi?id=108957 Patch by Sami

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

2013-02-08 Thread yurys
Title: [142278] trunk/Source/WebCore Revision 142278 Author yu...@chromium.org Date 2013-02-08 07:44:24 -0800 (Fri, 08 Feb 2013) Log Message Web Inspector: refactor MemoryStatistics.js https://bugs.webkit.org/show_bug.cgi?id=109299 Reviewed by Vsevolod Vlasov. Extracted functionality

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

2013-02-08 Thread yurys
Title: [142281] trunk/Source/WebCore Revision 142281 Author yu...@chromium.org Date 2013-02-08 08:04:28 -0800 (Fri, 08 Feb 2013) Log Message Web Inspector: simplify Memory.getDOMNodeCount implementation https://bugs.webkit.org/show_bug.cgi?id=108821 Reviewed by Alexander Pavlov.

[webkit-changes] [142282] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142282] trunk/LayoutTests Revision 142282 Author schen...@chromium.org Date 2013-02-08 08:09:01 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Round 3. Remaining expected failures that had

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

2013-02-08 Thread vsevik
Title: [142283] trunk/Source/WebCore Revision 142283 Author vse...@chromium.org Date 2013-02-08 08:09:59 -0800 (Fri, 08 Feb 2013) Log Message Web Inspector: Extension sever should use Workspace.projectForType() instead of Workspace.project() https://bugs.webkit.org/show_bug.cgi?id=109301

[webkit-changes] [142285] trunk

2013-02-08 Thread commit-queue
Title: [142285] trunk Revision 142285 Author commit-qu...@webkit.org Date 2013-02-08 08:17:04 -0800 (Fri, 08 Feb 2013) Log Message [GTK] Include files from DerivedSources/webkitdom for introspection https://bugs.webkit.org/show_bug.cgi?id=108631 Patch by Tomas Popela tpop...@redhat.com

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

2013-02-08 Thread commit-queue
Title: [142287] trunk/Source/WebCore Revision 142287 Author commit-qu...@webkit.org Date 2013-02-08 08:40:52 -0800 (Fri, 08 Feb 2013) Log Message [Text Autosizing] Split isAutosizingCluster into three independent checks https://bugs.webkit.org/show_bug.cgi?id=109093 Refactoring to

[webkit-changes] [142288] trunk

2013-02-08 Thread tommyw
Title: [142288] trunk Revision 142288 Author tom...@google.com Date 2013-02-08 08:57:06 -0800 (Fri, 08 Feb 2013) Log Message MediaStream API: Removing the deprecated WebMediaStreamDescriptor and WebMediaStreamComponent shims https://bugs.webkit.org/show_bug.cgi?id=109296 Reviewed by

[webkit-changes] [142289] trunk

2013-02-08 Thread commit-queue
Title: [142289] trunk Revision 142289 Author commit-qu...@webkit.org Date 2013-02-08 09:05:28 -0800 (Fri, 08 Feb 2013) Log Message Source/WebCore: Fix and test for missing return statement RTCPeerConnection.getStats() failed when remote stats were instantiated.

[webkit-changes] [142290] trunk

2013-02-08 Thread tkent
Title: [142290] trunk Revision 142290 Author tk...@chromium.org Date 2013-02-08 09:12:32 -0800 (Fri, 08 Feb 2013) Log Message [Chromium] Disable ENABLE_INPUT_TYPE_DATETIME https://bugs.webkit.org/show_bug.cgi?id=109272 Reviewed by Kentaro Hara. Source/WebKit/chromium: We enabled this

[webkit-changes] [142291] trunk/LayoutTests

2013-02-08 Thread senorblanco
Title: [142291] trunk/LayoutTests Revision 142291 Author senorbla...@chromium.org Date 2013-02-08 09:28:13 -0800 (Fri, 08 Feb 2013) Log Message [chromium] Unreviewed gardening. Remove effect-reference-hw from test expectations, since it's now passing.

[webkit-changes] [142292] tags/Safari-537.30.1/

2013-02-08 Thread lforschler
Title: [142292] tags/Safari-537.30.1/ Revision 142292 Author lforsch...@apple.com Date 2013-02-08 09:29:36 -0800 (Fri, 08 Feb 2013) Log Message New Tag. Added Paths tags/Safari-537.30.1/ Diff Property changes: tags/Safari-537.30.1 Added: svn:ignore depcomp compile config.guess

[webkit-changes] [142293] tags/Safari-537.30.1/Source

2013-02-08 Thread lforschler
Title: [142293] tags/Safari-537.30.1/Source Revision 142293 Author lforsch...@apple.com Date 2013-02-08 09:32:47 -0800 (Fri, 08 Feb 2013) Log Message Versioning. Modified Paths tags/Safari-537.30.1/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [142296] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142296] trunk/LayoutTests Revision 142296 Author schen...@chromium.org Date 2013-02-08 09:58:04 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Round 6. Outstanding failing linux tests *

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

2013-02-08 Thread commit-queue
Title: [142297] trunk/Source/WebCore Revision 142297 Author commit-qu...@webkit.org Date 2013-02-08 09:58:11 -0800 (Fri, 08 Feb 2013) Log Message [GTK][AC] GraphicsLayerActor code clean up after clutter version up. https://bugs.webkit.org/show_bug.cgi?id=109304 Patch by ChangSeok Oh

[webkit-changes] [142299] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142299] trunk/LayoutTests Revision 142299 Author schen...@chromium.org Date 2013-02-08 10:01:19 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Round 7. Outstanding failing linux tests *

[webkit-changes] [142300] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142300] trunk/LayoutTests Revision 142300 Author schen...@chromium.org Date 2013-02-08 10:04:25 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Round 8. Outstanding mac failure. *

[webkit-changes] [142301] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142301] trunk/LayoutTests Revision 142301 Author schen...@chromium.org Date 2013-02-08 10:06:36 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Round 9. These were rebaselined earlier before all

[webkit-changes] [142302] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142302] trunk/LayoutTests Revision 142302 Author schen...@chromium.org Date 2013-02-08 10:09:01 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Round 10. Mac 10.6 results were wrong. This

[webkit-changes] [142305] trunk/Source

2013-02-08 Thread abarth
Title: [142305] trunk/Source Revision 142305 Author aba...@webkit.org Date 2013-02-08 11:30:54 -0800 (Fri, 08 Feb 2013) Log Message Use WeakPtrs to communicate between the HTMLDocumentParser and the BackgroundHTMLParser https://bugs.webkit.org/show_bug.cgi?id=107190 Reviewed by Eric

[webkit-changes] [142306] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142306] trunk/LayoutTests Revision 142306 Author schen...@chromium.org Date 2013-02-08 11:30:56 -0800 (Fri, 08 Feb 2013) Log Message [Chromium] Flakey test expectations update Unreviewed gardening. * platform/chromium/TestExpectations: Modified Paths

[webkit-changes] [142307] trunk

2013-02-08 Thread roger_fong
Title: [142307] trunk Revision 142307 Author roger_f...@apple.com Date 2013-02-08 11:41:00 -0800 (Fri, 08 Feb 2013) Log Message Unreviewed. VS2010 WebKit Solution touchups. Remove all .user files. Add some build scripts to QTMovieWin that were forgotten about earlier. Update the

[webkit-changes] [142309] trunk

2013-02-08 Thread commit-queue
Title: [142309] trunk Revision 142309 Author commit-qu...@webkit.org Date 2013-02-08 12:18:32 -0800 (Fri, 08 Feb 2013) Log Message Update .gitignore for vim swap files. https://bugs.webkit.org/show_bug.cgi?id=109252 Patch by Seulgi Kim seulgi...@company100.net on 2013-02-08 Reviewed by

[webkit-changes] [142310] trunk/Source

2013-02-08 Thread dino
Title: [142310] trunk/Source Revision 142310 Author d...@apple.com Date 2013-02-08 12:23:50 -0800 (Fri, 08 Feb 2013) Log Message Do not register autostart for plugins from file:// (or nowhere) https://bugs.webkit.org/show_bug.cgi?id=108271 Reviewed by Tim Horton. Source/WebCore: If

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

2013-02-08 Thread dino
Title: [142311] trunk/Source/WebCore Revision 142311 Author d...@apple.com Date 2013-02-08 12:24:11 -0800 (Fri, 08 Feb 2013) Log Message Put snapshotting label text into localizable strings https://bugs.webkit.org/show_bug.cgi?id=108268 Reviewed by Simon Fraser. In preparation for a

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

2013-02-08 Thread andersca
Title: [142314] trunk/Source/WebKit2 Revision 142314 Author ander...@apple.com Date 2013-02-08 12:46:26 -0800 (Fri, 08 Feb 2013) Log Message Work around a bug in Flash where NSException objects can be released too early https://bugs.webkit.org/show_bug.cgi?id=109242

[webkit-changes] [142315] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142315] trunk/LayoutTests Revision 142315 Author schen...@chromium.org Date 2013-02-08 12:54:50 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Round 15. platform/. Too many to list. *

[webkit-changes] [142316] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142316] trunk/LayoutTests Revision 142316 Author schen...@chromium.org Date 2013-02-08 13:00:20 -0800 (Fri, 08 Feb 2013) Log Message Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Round 16. Everything done but SVG, and cleanup. *

[webkit-changes] [142317] trunk/LayoutTests

2013-02-08 Thread jpfau
Title: [142317] trunk/LayoutTests Revision 142317 Author jp...@apple.com Date 2013-02-08 13:04:30 -0800 (Fri, 08 Feb 2013) Log Message [Mac] Unreviewed, fix test expectation for a test only crashing in debug mode * platform/mac/TestExpectations: Modified Paths

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

2013-02-08 Thread barraclough
Title: [142319] trunk/Source/_javascript_Core Revision 142319 Author barraclo...@apple.com Date 2013-02-08 13:41:25 -0800 (Fri, 08 Feb 2013) Log Message Objective-C API for _javascript_Core https://bugs.webkit.org/show_bug.cgi?id=105889 Reviewed by Joseph Pecoraro Following up on

[webkit-changes] [142323] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142323] trunk/LayoutTests Revision 142323 Author schen...@chromium.org Date 2013-02-08 14:35:28 -0800 (Fri, 08 Feb 2013) Log Message [Chromium] Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Cleaning up the remaining failures. With

[webkit-changes] [142324] trunk/LayoutTests

2013-02-08 Thread jsbell
Title: [142324] trunk/LayoutTests Revision 142324 Author jsb...@chromium.org Date 2013-02-08 14:48:46 -0800 (Fri, 08 Feb 2013) Log Message IndexedDB: De-flake open-during-transaction layout test https://bugs.webkit.org/show_bug.cgi?id=109072 Reviewed by Tony Chang. This test was

[webkit-changes] [142325] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142325] trunk/LayoutTests Revision 142325 Author schen...@chromium.org Date 2013-02-08 15:02:06 -0800 (Fri, 08 Feb 2013) Log Message [Chromium] Expectations as a result of removing Skia code suppressions Unreviewed expectations update. Why does this test always fail to be

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

2013-02-08 Thread rakuco
Title: [142326] trunk/Source/WebKit2 Revision 142326 Author rak...@webkit.org Date 2013-02-08 15:04:15 -0800 (Fri, 08 Feb 2013) Log Message [WK2] Fix the build on !Mac after r142314. https://bugs.webkit.org/show_bug.cgi?id=109327 Reviewed by Benjamin Poulain. *

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

2013-02-08 Thread jer . noble
Title: [142328] trunk/Source/WebCore Revision 142328 Author jer.no...@apple.com Date 2013-02-08 16:13:47 -0800 (Fri, 08 Feb 2013) Log Message Unreviewed build fix. MSVC (and other compilers) need a default: case in switch statement. *

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

2013-02-08 Thread haraken
Title: [142329] trunk/Source/WebCore Revision 142329 Author hara...@chromium.org Date 2013-02-08 16:20:17 -0800 (Fri, 08 Feb 2013) Log Message {FocusIn,FocusOut,Focus,Blur}EventDispatchMediator should be in FocusEvent.cpp https://bugs.webkit.org/show_bug.cgi?id=109265 Reviewed by

[webkit-changes] [142330] trunk/LayoutTests

2013-02-08 Thread jpfau
Title: [142330] trunk/LayoutTests Revision 142330 Author jp...@apple.com Date 2013-02-08 16:28:26 -0800 (Fri, 08 Feb 2013) Log Message [Mac] Unreviewed rebaseline * platform/mac-lion/compositing/visible-rect/iframe-no-layers-expected.txt: Removed. *

[webkit-changes] [142331] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142331] trunk/LayoutTests Revision 142331 Author schen...@chromium.org Date 2013-02-08 16:41:43 -0800 (Fri, 08 Feb 2013) Log Message [Chromium] Expectations as a result of removing Skia code suppressions Unreviewed expectations update. A remaining textual fix. *

[webkit-changes] [142332] trunk/LayoutTests

2013-02-08 Thread schenney
Title: [142332] trunk/LayoutTests Revision 142332 Author schen...@chromium.org Date 2013-02-08 16:45:08 -0800 (Fri, 08 Feb 2013) Log Message [Chromium] Expectation modification after r142327 Unreviewed expectations update. The test from Bring WebKit up to speed with latest Encrypted

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

2013-02-08 Thread eric . carlson
Title: [142334] trunk/Source/WebCore Revision 142334 Author eric.carl...@apple.com Date 2013-02-08 17:32:16 -0800 (Fri, 08 Feb 2013) Log Message [Mac] In-band closed caption tracks are not always initialized correctly https://bugs.webkit.org/show_bug.cgi?id=109323 Reviewed by Dean

[webkit-changes] [142335] trunk

2013-02-08 Thread aestes
Title: [142335] trunk Revision 142335 Author aes...@apple.com Date 2013-02-08 17:48:09 -0800 (Fri, 08 Feb 2013) Log Message Restore pre-r118852 behavior for EllipsisBox::nodeAtPoint() https://bugs.webkit.org/show_bug.cgi?id=109277 Reviewed by Simon Fraser. Source/WebCore: Test:

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

2013-02-08 Thread msaboff
Title: [142336] trunk/Source/WTF Revision 142336 Author msab...@apple.com Date 2013-02-08 17:58:29 -0800 (Fri, 08 Feb 2013) Log Message ARM_NEON Inline Assembly for copyLCharsFromUCharSource() inefficient for aligned destinations https://bugs.webkit.org/show_bug.cgi?id=109335 Reviewed

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

2013-02-08 Thread dino
Title: [142337] trunk/Source/WebCore Revision 142337 Author d...@apple.com Date 2013-02-08 18:07:11 -0800 (Fri, 08 Feb 2013) Log Message Attempted Mac and GTK build fix after r142333. * rendering/RenderSnapshottedPlugIn.h: Include InlineBox.h. Modified Paths

[webkit-changes] [142338] trunk/LayoutTests

2013-02-08 Thread timothy_horton
Title: [142338] trunk/LayoutTests Revision 142338 Author timothy_hor...@apple.com Date 2013-02-08 18:20:48 -0800 (Fri, 08 Feb 2013) Log Message Some tiled drawing tests use scalePageBy() incorrectly https://bugs.webkit.org/show_bug.cgi?id=109336 Rubber-stamped by Simon Fraser.

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

2013-02-08 Thread andersca
Title: [142339] trunk/Source/WebKit2 Revision 142339 Author ander...@apple.com Date 2013-02-08 18:34:13 -0800 (Fri, 08 Feb 2013) Log Message Move plug-in enumeration back to the main thread https://bugs.webkit.org/show_bug.cgi?id=109337 rdar://problem/12015046 Reviewed by Andreas Kling.

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

2013-02-08 Thread commit-queue
Title: [142340] trunk/Source/WebCore Revision 142340 Author commit-qu...@webkit.org Date 2013-02-08 18:40:09 -0800 (Fri, 08 Feb 2013) Log Message Unreviewed, rolling out r142337. http://trac.webkit.org/changeset/142337 https://bugs.webkit.org/show_bug.cgi?id=109339 Breaking Mac release

[webkit-changes] [142341] trunk/Source

2013-02-08 Thread dino
Title: [142341] trunk/Source Revision 142341 Author d...@apple.com Date 2013-02-08 18:42:51 -0800 (Fri, 08 Feb 2013) Log Message Rolling out r142333 and r142337 which broke Mac Release builds. Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/css/plugIns.css

[webkit-changes] [142344] trunk/Tools

2013-02-08 Thread timothy
Title: [142344] trunk/Tools Revision 142344 Author timo...@apple.com Date 2013-02-08 19:42:48 -0800 (Fri, 08 Feb 2013) Log Message Fix the WebInspectorAPI watch list. Reviewed by Joseph Pecoraro. * Scripts/webkitpy/common/config/watchlist: Fix the regrexs. Added InjectedScriptSource.js

[webkit-changes] [142345] trunk

2013-02-08 Thread dino
Title: [142345] trunk Revision 142345 Author d...@apple.com Date 2013-02-08 19:58:00 -0800 (Fri, 08 Feb 2013) Log Message Snapshotted plug-in should use shadow root https://bugs.webkit.org/show_bug.cgi?id=108284 Unreviewed GTK+ build fix. * Source/autotools/symbols.filter: Export

[webkit-changes] [142346] trunk

2013-02-08 Thread dino
Title: [142346] trunk Revision 142346 Author d...@apple.com Date 2013-02-08 20:04:21 -0800 (Fri, 08 Feb 2013) Log Message Only a fool would cut and paste from a terminal showing truncated git logs. I am that fool. Export the full symbol for InlineBox::nodeAtPoint. *

[webkit-changes] [142347] trunk

2013-02-08 Thread dino
Title: [142347] trunk Revision 142347 Author d...@apple.com Date 2013-02-08 20:21:56 -0800 (Fri, 08 Feb 2013) Log Message Remove use of plugInStartLabelImage https://bugs.webkit.org/show_bug.cgi?id=108273 Reviewed by Simon Fraser. Source/WebKit2: Remove any use of