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

2012-03-12 Thread commit-queue
Title: [110541] trunk/Source/WebCore Revision 110541 Author commit-qu...@webkit.org Date 2012-03-12 23:42:41 -0700 (Mon, 12 Mar 2012) Log Message Switch Chromium from LocaleToScriptMappingICU.cpp to LocaleToScriptMappingDefault.cpp https://bugs.webkit.org/show_bug.cgi?id=80935 Patch by M

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

2012-03-12 Thread commit-queue
Title: [110540] trunk/Source/_javascript_Core Revision 110540 Author commit-qu...@webkit.org Date 2012-03-12 23:15:58 -0700 (Mon, 12 Mar 2012) Log Message Fix test cases for RegExp multiline https://bugs.webkit.org/show_bug.cgi?id=80822 Patch by Hojong Han on 2012-03-12 Reviewed by Gavi

[webkit-changes] [110538] trunk/Source

2012-03-12 Thread morrita
Title: [110538] trunk/Source Revision 110538 Author morr...@google.com Date 2012-03-12 22:36:39 -0700 (Mon, 12 Mar 2012) Log Message Unreviewed, rolling out r110529. http://trac.webkit.org/changeset/110529 https://bugs.webkit.org/show_bug.cgi?id=80969 breaks mac build (Requested by morri

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

2012-03-12 Thread haraken
Title: [110536] trunk/Source/WebCore Revision 110536 Author hara...@chromium.org Date 2012-03-12 21:20:00 -0700 (Mon, 12 Mar 2012) Log Message [V8][Refactoring] Remove getCachedWrapperSlow() from V8Bindings.cpp https://bugs.webkit.org/show_bug.cgi?id=80924 Reviewed by Adam Barth. getCac

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

2012-03-12 Thread haraken
Title: [110535] trunk/Source/WebCore Revision 110535 Author hara...@chromium.org Date 2012-03-12 21:03:27 -0700 (Mon, 12 Mar 2012) Log Message [V8][Refactoring] Remove existingWrapper() from generated code https://bugs.webkit.org/show_bug.cgi?id=80927 Reviewed by Adam Barth. Currently w

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

2012-03-12 Thread commit-queue
Title: [110534] trunk/Source/WebCore Revision 110534 Author commit-qu...@webkit.org Date 2012-03-12 20:33:31 -0700 (Mon, 12 Mar 2012) Log Message [chromium] Use tileRect instead of pointer derefs https://bugs.webkit.org/show_bug.cgi?id=80919 Patch by Dana Jansens on 2012-03-12 Reviewed

[webkit-changes] [110533] trunk/Tools

2012-03-12 Thread ojan
Title: [110533] trunk/Tools Revision 110533 Author o...@chromium.org Date 2012-03-12 20:14:20 -0700 (Mon, 12 Mar 2012) Log Message webkit-patch optimize-baselines sometimes creates a mac-future result https://bugs.webkit.org/show_bug.cgi?id=80717 Reviewed by Adam Barth. * Scripts/webkit

[webkit-changes] [110532] trunk

2012-03-12 Thread commit-queue
Title: [110532] trunk Revision 110532 Author commit-qu...@webkit.org Date 2012-03-12 19:45:38 -0700 (Mon, 12 Mar 2012) Log Message SVG should support transform-origin and relative values https://bugs.webkit.org/show_bug.cgi?id=79068 Patch by Hans Muller on 2012-03-12 Reviewed by Dirk Sc

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

2012-03-12 Thread morrita
Title: [110531] trunk/Source/WebKit/chromium Revision 110531 Author morr...@google.com Date 2012-03-12 19:42:47 -0700 (Mon, 12 Mar 2012) Log Message Unreviewed Windows build fix. * src/WebViewImpl.cpp: Modified Paths trunk/Source/WebKit/chromium/ChangeLog trunk/Source/WebKit/chromium/s

[webkit-changes] [110530] trunk/LayoutTests

2012-03-12 Thread weinig
Title: [110530] trunk/LayoutTests Revision 110530 Author wei...@apple.com Date 2012-03-12 19:29:12 -0700 (Mon, 12 Mar 2012) Log Message Fix assert seen in DRT due to not calling EventSender.mouseUp in a previous test https://bugs.webkit.org/show_bug.cgi?id=80925 Reviewed by Maciej Stacho

[webkit-changes] [110529] trunk/Source

2012-03-12 Thread commit-queue
Title: [110529] trunk/Source Revision 110529 Author commit-qu...@webkit.org Date 2012-03-12 19:27:21 -0700 (Mon, 12 Mar 2012) Log Message [chromium] Use projectQuad to apply inverse mapRect https://bugs.webkit.org/show_bug.cgi?id=80741 Patch by Dana Jansens on 2012-03-12 Reviewed by Adr

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

2012-03-12 Thread leo . yang
Title: [110528] trunk/Source/WebCore Revision 110528 Author leo.y...@torchmobile.com.cn Date 2012-03-12 19:17:32 -0700 (Mon, 12 Mar 2012) Log Message [BlackBerry] Upstream the BlackBerry change to platform/graphics/FontPlatformData.h https://bugs.webkit.org/show_bug.cgi?id=80820 Reviewed

[webkit-changes] [110527] trunk/Tools

2012-03-12 Thread jberlin
Title: [110527] trunk/Tools Revision 110527 Author jber...@webkit.org Date 2012-03-12 18:58:27 -0700 (Mon, 12 Mar 2012) Log Message More Windows build fixing. * DumpRenderTree/win/WorkQueueItemWin.cpp: Modified Paths trunk/Tools/ChangeLog trunk/Tools/DumpRenderTree/win/WorkQueueItemWin

[webkit-changes] [110526] trunk

2012-03-12 Thread zmo
Title: [110526] trunk Revision 110526 Author z...@google.com Date 2012-03-12 18:52:59 -0700 (Mon, 12 Mar 2012) Log Message After webgl canvas resize, bindings might be lost https://bugs.webkit.org/show_bug.cgi?id=80895 Reviewed by Stephen White. Source/WebCore: Test: fast/canvas/webgl

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

2012-03-12 Thread haraken
Title: [110525] trunk/Source/WebCore Revision 110525 Author hara...@chromium.org Date 2012-03-12 18:38:54 -0700 (Mon, 12 Mar 2012) Log Message [V8][Refactoring] Remove getWrapper() and getWrapperSlow() https://bugs.webkit.org/show_bug.cgi?id=80920 Reviewed by Adam Barth. Now getWrapper(

[webkit-changes] [110523] trunk/Tools

2012-03-12 Thread jberlin
Title: [110523] trunk/Tools Revision 110523 Author jber...@webkit.org Date 2012-03-12 18:31:25 -0700 (Mon, 12 Mar 2012) Log Message More Windows build fixing. * DumpRenderTree/win/AccessibilityControllerWin.cpp: * DumpRenderTree/win/EditingDelegate.cpp: * DumpRenderTree/win/EventSender.c

[webkit-changes] [110522] trunk/LayoutTests

2012-03-12 Thread dpranke
Title: [110522] trunk/LayoutTests Revision 110522 Author dpra...@chromium.org Date 2012-03-12 18:29:50 -0700 (Mon, 12 Mar 2012) Log Message Remove obsolete 'CPU' modifier. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: Modified Paths trunk/LayoutTests/Chan

[webkit-changes] [110521] trunk/LayoutTests

2012-03-12 Thread barraclough
Title: [110521] trunk/LayoutTests Revision 110521 Author barraclo...@apple.com Date 2012-03-12 18:16:08 -0700 (Mon, 12 Mar 2012) Log Message Object.defineProperty doesn't respect attributes when applied to the Global Object https://bugs.webkit.org/show_bug.cgi?id=38636 Object.defineProper

[webkit-changes] [110520] trunk/Source/WebKit/win

2012-03-12 Thread jberlin
Title: [110520] trunk/Source/WebKit/win Revision 110520 Author jber...@webkit.org Date 2012-03-12 18:13:57 -0700 (Mon, 12 Mar 2012) Log Message More Windows build fixing. * MarshallingHelpers.cpp: * WebDatabaseManager.cpp: Modified Paths trunk/Source/WebKit/win/ChangeLog trunk/Source/W

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

2012-03-12 Thread haraken
Title: [110519] trunk/Source/WebCore Revision 110519 Author hara...@chromium.org Date 2012-03-12 18:10:21 -0700 (Mon, 12 Mar 2012) Log Message [V8][Refactoring] Make getWrapperSlow() and getExistingWrapperSlow() same https://bugs.webkit.org/show_bug.cgi?id=80916 Reviewed by Adam Barth.

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

2012-03-12 Thread fpizlo
Title: [110518] trunk/Source/_javascript_Core Revision 110518 Author fpi...@apple.com Date 2012-03-12 18:05:54 -0700 (Mon, 12 Mar 2012) Log Message Arithmetic use inference should be procedure-global and should run in tandem with type propagation https://bugs.webkit.org/show_bug.cgi?id=80

[webkit-changes] [110516] trunk/Tools

2012-03-12 Thread dpranke
Title: [110516] trunk/Tools Revision 110516 Author dpra...@chromium.org Date 2012-03-12 17:55:56 -0700 (Mon, 12 Mar 2012) Log Message remove the 'gpu' group from the flakiness dashboard https://bugs.webkit.org/show_bug.cgi?id=80353 Reviewed by Adam Barth. Since those bots are obsolete,

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

2012-03-12 Thread haraken
Title: [110515] trunk/Source/WebCore Revision 110515 Author hara...@chromium.org Date 2012-03-12 17:53:27 -0700 (Mon, 12 Mar 2012) Log Message [V8] Refactor some header includes in V8 bindings https://bugs.webkit.org/show_bug.cgi?id=80913 Reviewed by Adam Barth. This patch refactors som

[webkit-changes] [110513] trunk/Tools

2012-03-12 Thread dpranke
Title: [110513] trunk/Tools Revision 110513 Author dpra...@chromium.org Date 2012-03-12 17:43:10 -0700 (Mon, 12 Mar 2012) Log Message _runtime_feature_list isn't supported on Apple Mac DRT https://bugs.webkit.org/show_bug.cgi?id=80906 Reviewed by Eric Seidel. It looks like this feature

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

2012-03-12 Thread weinig
Title: [110512] trunk/Source/WebKit2 Revision 110512 Author wei...@apple.com Date 2012-03-12 17:31:25 -0700 (Mon, 12 Mar 2012) Log Message Fix typo in PageClientImpl where we were overriding viewLayerHostingMode with a function called layerHostingMode. Reviewed by Anders Carlsson. * UIP

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

2012-03-12 Thread thakis
Title: [110510] trunk/Source/WebCore Revision 110510 Author tha...@chromium.org Date 2012-03-12 17:15:28 -0700 (Mon, 12 Mar 2012) Log Message [chromium/mac] Make sure libWebKitSystemInterface.a doesn't contain ppc object files. https://bugs.webkit.org/show_bug.cgi?id=80902 Reviewed by Ad

[webkit-changes] [110509] branches/subpixellayout/Source/WebCore/rendering

2012-03-12 Thread leviw
Title: [110509] branches/subpixellayout/Source/WebCore/rendering Revision 110509 Author le...@chromium.org Date 2012-03-12 17:14:39 -0700 (Mon, 12 Mar 2012) Log Message Fixing/cleaning up rounding in RenderReplaced classes, and removing an unnecessary static_cast in RenderFrameSet. Modif

[webkit-changes] [110508] branches/subpixellayout/Source

2012-03-12 Thread eae
Title: [110508] branches/subpixellayout/Source Revision 110508 Author e...@chromium.org Date 2012-03-12 17:09:56 -0700 (Mon, 12 Mar 2012) Log Message Qt build fixes for branch. Modified Paths branches/subpixellayout/Source/WebCore/platform/qt/RenderThemeQt.cpp branches/subpixellayout/So

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

2012-03-12 Thread jer . noble
Title: [110507] trunk/Source/WebCore Revision 110507 Author jer.no...@apple.com Date 2012-03-12 17:09:18 -0700 (Mon, 12 Mar 2012) Log Message WebCore: Add support for AudioNode "tailTime()" and "latencyTime()" https://bugs.webkit.org/show_bug.cgi?id=74750 Reviewed by Chris Rogers. No ne

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

2012-03-12 Thread andersca
Title: [110506] trunk/Source/WebCore Revision 110506 Author ander...@apple.com Date 2012-03-12 17:07:16 -0700 (Mon, 12 Mar 2012) Log Message WebTileLayers should be opaque https://bugs.webkit.org/show_bug.cgi?id=80907 Reviewed by Andreas Kling. * platform/graphics/ca/mac/TileCache.mm:

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

2012-03-12 Thread eae
Title: [110505] trunk/Source/WebCore Revision 110505 Author e...@chromium.org Date 2012-03-12 16:51:09 -0700 (Mon, 12 Mar 2012) Log Message Fix rounding in scrollbar rect calculations https://bugs.webkit.org/show_bug.cgi?id=80894 Reviewed by Eric Seidel. Fix usage of subpixel units in R

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

2012-03-12 Thread commit-queue
Title: [110504] trunk/Source/WebCore Revision 110504 Author commit-qu...@webkit.org Date 2012-03-12 16:46:17 -0700 (Mon, 12 Mar 2012) Log Message [GObject IDL Parser] STRING argument should be HASHREF https://bugs.webkit.org/show_bug.cgi?id=78877 Patch by C Anthony Risinger on 2012-03-1

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

2012-03-12 Thread jberlin
Title: [110503] trunk/Source/WebCore Revision 110503 Author jber...@webkit.org Date 2012-03-12 16:43:01 -0700 (Mon, 12 Mar 2012) Log Message More Windows build fixing. Use fully qualified paths for WTF headers. * platform/graphics/cg/ImageSourceCGWin.cpp: * platform/graphics/win/Uniscri

[webkit-changes] [110502] trunk/LayoutTests

2012-03-12 Thread abarth
Title: [110502] trunk/LayoutTests Revision 110502 Author aba...@webkit.org Date 2012-03-12 16:40:19 -0700 (Mon, 12 Mar 2012) Log Message This baseline also applies to chromium-mac-snowleopard, so we can move it up the fallback chain. * platform/chromium-mac-leopard/fast/events/scrollbar-

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

2012-03-12 Thread beidson
Title: [110500] trunk/Source/WebCore Revision 110500 Author beid...@apple.com Date 2012-03-12 16:34:24 -0700 (Mon, 12 Mar 2012) Log Message https://bugs.webkit.org/show_bug.cgi?id=80903 InspectorDOMStorageAgent creates a Storage object which is a DOMWindowProperty - Should use the Storage

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

2012-03-12 Thread abarth
Title: [110499] trunk/Source/WebCore Revision 110499 Author aba...@webkit.org Date 2012-03-12 16:23:56 -0700 (Mon, 12 Mar 2012) Log Message [Skia] Release CGImage used to apply color space conversion to SkBitmap https://bugs.webkit.org/show_bug.cgi?id=80892 Patch by Brian Salomon on 201

[webkit-changes] [110497] branches/subpixellayout/Source

2012-03-12 Thread eae
Title: [110497] branches/subpixellayout/Source Revision 110497 Author e...@chromium.org Date 2012-03-12 16:10:37 -0700 (Mon, 12 Mar 2012) Log Message Fix scrollbar rect calculations on branch. Modified Paths branches/subpixellayout/Source/WebCore/rendering/RenderScrollbar.cpp branches/s

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

2012-03-12 Thread leviw
Title: [110496] trunk/Source/WebCore Revision 110496 Author le...@chromium.org Date 2012-03-12 15:59:44 -0700 (Mon, 12 Mar 2012) Log Message Update LayoutUnit usage in RenderMathML* classes https://bugs.webkit.org/show_bug.cgi?id=77916 Reviewed by Eric Seidel. The purpose of this patch

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

2012-03-12 Thread andersca
Title: [110495] trunk/Source/WebCore Revision 110495 Author ander...@apple.com Date 2012-03-12 15:48:42 -0700 (Mon, 12 Mar 2012) Log Message Use smaller tiles for right and bottom edges https://bugs.webkit.org/show_bug.cgi?id=80893 Reviewed by Sam Weinig. * platform/graphics/ca/mac/Til

[webkit-changes] [110494] trunk

2012-03-12 Thread enrica
Title: [110494] trunk Revision 110494 Author enr...@apple.com Date 2012-03-12 15:45:47 -0700 (Mon, 12 Mar 2012) Log Message Source/WebCore: WebKit2: remove NSPasteboard access for promised data from the WebProcess https://bugs.webkit.org/show_bug.cgi?id=80073 Reviewed by Alexey P

[webkit-changes] [110493] trunk/LayoutTests

2012-03-12 Thread abarth
Title: [110493] trunk/LayoutTests Revision 110493 Author aba...@webkit.org Date 2012-03-12 15:40:02 -0700 (Mon, 12 Mar 2012) Log Message Update expected results after http://trac.webkit.org/changeset/110480. These results are very similar to our previous results and seem slightly improved

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

2012-03-12 Thread commit-queue
Title: [110492] trunk/Source/WebKit/blackberry Revision 110492 Author commit-qu...@webkit.org Date 2012-03-12 15:38:05 -0700 (Mon, 12 Mar 2012) Log Message [Blackberry] Make the process of marking all matches interruptible and asynchronous for find-in-page https://bugs.webkit.org/show_bug

[webkit-changes] [110491] trunk/LayoutTests

2012-03-12 Thread abarth
Title: [110491] trunk/LayoutTests Revision 110491 Author aba...@webkit.org Date 2012-03-12 15:37:02 -0700 (Mon, 12 Mar 2012) Log Message Restore previous expecation for chromium-mac-leopard. rniwa says this is the right thing to do. * platform/chromium-mac-leopard/fast/events/scrollbar-

[webkit-changes] [110490] trunk/LayoutTests

2012-03-12 Thread rniwa
Title: [110490] trunk/LayoutTests Revision 110490 Author rn...@webkit.org Date 2012-03-12 15:28:14 -0700 (Mon, 12 Mar 2012) Log Message Yet another Mac rebaseline. * editing/pasteboard/dataTransfer-setData-getData-expected.txt: * platform/mac/editing/selection/select-from-textfield-outwa

[webkit-changes] [110489] trunk/LayoutTests

2012-03-12 Thread commit-queue
Title: [110489] trunk/LayoutTests Revision 110489 Author commit-qu...@webkit.org Date 2012-03-12 15:24:39 -0700 (Mon, 12 Mar 2012) Log Message Convert some fast/regions pixel tests to reftests https://bugs.webkit.org/show_bug.cgi?id=79132 Patch by Rebecca Hauck on 2012-03-12 Reviewed by

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

2012-03-12 Thread ap
Title: [110488] trunk/Source/WebCore Revision 110488 Author a...@apple.com Date 2012-03-12 15:22:59 -0700 (Mon, 12 Mar 2012) Log Message clang build fix * css/CSSPrimitiveValueMappings.h: (WebCore::CSSPrimitiveValue::convertToLength): Reorder boolean operators, so

[webkit-changes] [110487] trunk

2012-03-12 Thread inferno
Title: [110487] trunk Revision 110487 Author infe...@chromium.org Date 2012-03-12 15:17:55 -0700 (Mon, 12 Mar 2012) Log Message Crash in Text::splitText due to mutation events. https://bugs.webkit.org/show_bug.cgi?id=80828 Reviewed by Ryosuke Niwa. Source/WebCore: Test: fast/text/split

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

2012-03-12 Thread abarth
Title: [110486] trunk/Source/WebKit/chromium Revision 110486 Author aba...@webkit.org Date 2012-03-12 14:59:55 -0700 (Mon, 12 Mar 2012) Log Message [chromium] Fix clang build for CCOcclusionTracker tests https://bugs.webkit.org/show_bug.cgi?id=80891 Patch by Dana Jansens on 2012-03-12 R

[webkit-changes] [110485] trunk

2012-03-12 Thread kbr
Title: [110485] trunk Revision 110485 Author k...@google.com Date 2012-03-12 14:59:15 -0700 (Mon, 12 Mar 2012) Log Message Null argument to texSubImage2D crashes https://bugs.webkit.org/show_bug.cgi?id=80778 Reviewed by Dean Jackson. Source/WebCore: Generate INVALID_VALUE OpenGL error

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

2012-03-12 Thread macpherson
Title: [110484] trunk/Source/WebCore Revision 110484 Author macpher...@chromium.org Date 2012-03-12 14:54:35 -0700 (Mon, 12 Mar 2012) Log Message Remove CSSStyleSelector's convertToLength method and use CSSPrimitiveValue's version directly. https://bugs.webkit.org/show_bug.cgi?id=80484 R

[webkit-changes] [110483] trunk/Source

2012-03-12 Thread senorblanco
Title: [110483] trunk/Source Revision 110483 Author senorbla...@chromium.org Date 2012-03-12 14:52:14 -0700 (Mon, 12 Mar 2012) Log Message [chromium] Restore canvas2D acceleration after context loss. https://bugs.webkit.org/show_bug.cgi?id=80629 Reviewed by James Robinson. Covered by ex

[webkit-changes] [110482] branches/subpixellayout/Source

2012-03-12 Thread leviw
Title: [110482] branches/subpixellayout/Source Revision 110482 Author le...@chromium.org Date 2012-03-12 14:51:01 -0700 (Mon, 12 Mar 2012) Log Message Fixing misaligned painting in RenderListBox and RenderFileUploadControl. Correcting width calculations for platform code in RenderFileUplo

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

2012-03-12 Thread staikos
Title: [110481] trunk/Source/WebCore Revision 110481 Author stai...@webkit.org Date 2012-03-12 14:36:10 -0700 (Mon, 12 Mar 2012) Log Message It doesn't make sense to return const unsigned, and GCC warns about it. Remove const. https://bugs.webkit.org/show_bug.cgi?id=80790 Reviewed by Ant

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

2012-03-12 Thread bdakin
Title: [110480] trunk/Source/WebCore Revision 110480 Author bda...@apple.com Date 2012-03-12 14:33:48 -0700 (Mon, 12 Mar 2012) Log Message https://bugs.webkit.org/show_bug.cgi?id=80888 Clear background for NSTextFieldCell is unreliable and not necessary -and corresponding- Reviewed by D

[webkit-changes] [110479] branches/chromium/1025/Source/WebCore/xml/XMLErrors.cpp

2012-03-12 Thread cevans
Title: [110479] branches/chromium/1025/Source/WebCore/xml/XMLErrors.cpp Revision 110479 Author cev...@google.com Date 2012-03-12 14:28:04 -0700 (Mon, 12 Mar 2012) Log Message Merge 110111 BUG=117226 Review URL: https://chromiumcodereview.appspot.com/9689032 Modified Paths branches/chrom

[webkit-changes] [110478] trunk

2012-03-12 Thread commit-queue
Title: [110478] trunk Revision 110478 Author commit-qu...@webkit.org Date 2012-03-12 14:17:10 -0700 (Mon, 12 Mar 2012) Log Message Cleanup obsolete files. https://bugs.webkit.org/show_bug.cgi?id=80737 Patch by Scott Byer on 2012-03-12 Reviewed by James Robinson. .: * wscript: Source/

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

2012-03-12 Thread commit-queue
Title: [110477] trunk/Source/WebCore Revision 110477 Author commit-qu...@webkit.org Date 2012-03-12 14:15:23 -0700 (Mon, 12 Mar 2012) Log Message Make texImage2D error for wrong size ArrayBufferView more helpful https://bugs.webkit.org/show_bug.cgi?id=80868 It took me about 30 minutes to

[webkit-changes] [110476] trunk/LayoutTests

2012-03-12 Thread dglazkov
Title: [110476] trunk/LayoutTests Revision 110476 Author dglaz...@chromium.org Date 2012-03-12 14:08:22 -0700 (Mon, 12 Mar 2012) Log Message 4 shadow DOM tests fail on Mac port https://bugs.webkit.org/show_bug.cgi?id=80869 Reviewed by Ryosuke Niwa. * fast/dom/shadow/content-element-move

[webkit-changes] [110475] trunk/LayoutTests

2012-03-12 Thread alexis . menard
Title: [110475] trunk/LayoutTests Revision 110475 Author alexis.men...@openbossa.org Date 2012-03-12 14:07:07 -0700 (Mon, 12 Mar 2012) Log Message Update include path of the test scripts after r110470. Reviewed by Philippe Normand. * fast/dom/HTMLSelectElement/select-selectedIndex-multi

[webkit-changes] [110474] trunk/LayoutTests

2012-03-12 Thread adamk
Title: [110474] trunk/LayoutTests Revision 110474 Author ad...@chromium.org Date 2012-03-12 14:04:48 -0700 (Mon, 12 Mar 2012) Log Message Add test expectations accidentally left out of r110465. * fast/mutation/delivery-order-expected.txt: Added. Modified Paths trunk/LayoutTests/ChangeL

[webkit-changes] [110473] branches/chromium/1025/Source/WebCore/dom/ContainerNode.cpp

2012-03-12 Thread cevans
Title: [110473] branches/chromium/1025/Source/WebCore/dom/ContainerNode.cpp Revision 110473 Author cev...@google.com Date 2012-03-12 14:01:09 -0700 (Mon, 12 Mar 2012) Log Message Merge 110139 BUG=117226 Modified Paths branches/chromium/1025/Source/WebCore/dom/ContainerNode.cpp Diff

[webkit-changes] [110472] trunk/LayoutTests

2012-03-12 Thread rniwa
Title: [110472] trunk/LayoutTests Revision 110472 Author rn...@webkit.org Date 2012-03-12 13:47:26 -0700 (Mon, 12 Mar 2012) Log Message Mac rebaseline. Offset is always 700px now. * platform/mac/fast/events/scrollbar-double-click-expected.txt: Removed. * platform/win/fast/events/scrollba

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

2012-03-12 Thread timothy_horton
Title: [110469] trunk/Source/WebCore Revision 110469 Author timothy_hor...@apple.com Date 2012-03-12 13:26:58 -0700 (Mon, 12 Mar 2012) Log Message Infinite repaint loop with SVGImageCache and deferred repaint timers https://bugs.webkit.org/show_bug.cgi?id=78315 Reviewed by Nikolas Zimme

[webkit-changes] [110466] trunk/LayoutTests

2012-03-12 Thread rniwa
Title: [110466] trunk/LayoutTests Revision 110466 Author rn...@webkit.org Date 2012-03-12 13:21:31 -0700 (Mon, 12 Mar 2012) Log Message Mac rebaseline. * platform/mac/fast/dom/Window/window-properties-expected.txt: * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:

[webkit-changes] [110465] trunk

2012-03-12 Thread adamk
Title: [110465] trunk Revision 110465 Author ad...@chromium.org Date 2012-03-12 13:11:16 -0700 (Mon, 12 Mar 2012) Log Message [MutationObservers] Enforce a consistent order of MutationRecord delivery https://bugs.webkit.org/show_bug.cgi?id=80549 Reviewed by Ojan Vafai. Source/WebCore:

[webkit-changes] [110464] trunk/Source

2012-03-12 Thread nduca
Title: [110464] trunk/Source Revision 110464 Author nd...@chromium.org Date 2012-03-12 13:08:20 -0700 (Mon, 12 Mar 2012) Log Message [Chromium] Force compositeAndReadback through regular scheduling flow https://bugs.webkit.org/show_bug.cgi?id=77049 Reviewed by James Robinson. Source/Web

[webkit-changes] [110463] trunk/Source

2012-03-12 Thread jsbell
Title: [110463] trunk/Source Revision 110463 Author jsb...@chromium.org Date 2012-03-12 12:57:00 -0700 (Mon, 12 Mar 2012) Log Message IndexedDB: Handle LevelDB database corruption https://bugs.webkit.org/show_bug.cgi?id=79413 Source/WebCore: Add LevelDBDatabase::destroy() method so that

[webkit-changes] [110462] branches/chromium/1025

2012-03-12 Thread cevans
Title: [110462] branches/chromium/1025 Revision 110462 Author cev...@google.com Date 2012-03-12 12:55:01 -0700 (Mon, 12 Mar 2012) Log Message Merge 110332 BUG=114056 Review URL: https://chromiumcodereview.appspot.com/9689022 Modified Paths branches/chromium/1025/Source/WebCore/rendering

[webkit-changes] [110461] branches/chromium/1025

2012-03-12 Thread cevans
Title: [110461] branches/chromium/1025 Revision 110461 Author cev...@google.com Date 2012-03-12 12:52:26 -0700 (Mon, 12 Mar 2012) Log Message Merge 110324 BUG=116746 Review URL: https://chromiumcodereview.appspot.com/9693006 Modified Paths branches/chromium/1025/Source/WebCore/rendering

[webkit-changes] [110460] trunk/Tools

2012-03-12 Thread peter
Title: [110460] trunk/Tools Revision 110460 Author pe...@chromium.org Date 2012-03-12 12:50:34 -0700 (Mon, 12 Mar 2012) Log Message [Chromium] Temporary build-fix for the Android bot https://bugs.webkit.org/show_bug.cgi?id=80862 Reviewed by Adam Barth. Manually set the environmental var

[webkit-changes] [110459] branches/chromium/1025

2012-03-12 Thread cevans
Title: [110459] branches/chromium/1025 Revision 110459 Author cev...@google.com Date 2012-03-12 12:47:16 -0700 (Mon, 12 Mar 2012) Log Message Merge 110323 BUG=113902 Review URL: https://chromiumcodereview.appspot.com/9695005 Modified Paths branches/chromium/1025/Source/WebCore/rendering

[webkit-changes] [110458] trunk/Tools

2012-03-12 Thread vestbo
Title: [110458] trunk/Tools Revision 110458 Author ves...@webkit.org Date 2012-03-12 12:44:37 -0700 (Mon, 12 Mar 2012) Log Message [Qt] Use right construct to detect config_test_gccdepends Reviewed by Andreas Kling. Modified Paths trunk/Tools/ChangeLog trunk/Tools/qmake/mkspecs/feature

[webkit-changes] [110457] trunk/Tools

2012-03-12 Thread vestbo
Title: [110457] trunk/Tools Revision 110457 Author ves...@webkit.org Date 2012-03-12 12:44:16 -0700 (Mon, 12 Mar 2012) Log Message [Qt] Expose location of WebKit's bin and imports dir through module file Reviewed by Andreas Kling. Modified Paths trunk/Tools/ChangeLog trunk/Tools/qmake/

[webkit-changes] [110456] trunk

2012-03-12 Thread shawnsingh
Title: [110456] trunk Revision 110456 Author shawnsi...@chromium.org Date 2012-03-12 12:24:45 -0700 (Mon, 12 Mar 2012) Log Message Fix regression on fast/table/table-row-compositing-repaint-crash.html https://bugs.webkit.org/show_bug.cgi?id=80804 Reviewed by Simon Fraser. Covered by exi

[webkit-changes] [110455] trunk

2012-03-12 Thread mikelawther
Title: [110455] trunk Revision 110455 Author mikelawt...@chromium.org Date 2012-03-12 12:20:56 -0700 (Mon, 12 Mar 2012) Log Message CSS3 calc: enable mixed percent/absolute for font https://bugs.webkit.org/show_bug.cgi?id=80813 Reviewed by Ojan Vafai. Source/WebCore: Add support for mi

[webkit-changes] [110454] branches/chromium/1025

2012-03-12 Thread cevans
Title: [110454] branches/chromium/1025 Revision 110454 Author cev...@google.com Date 2012-03-12 12:19:18 -0700 (Mon, 12 Mar 2012) Log Message Merge 110326 BUG=116461 Review URL: https://chromiumcodereview.appspot.com/9677005 Modified Paths branches/chromium/1025/Source/WebCore/css/CSSCr

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

2012-03-12 Thread laszlo . 1 . gombos
Title: [110453] trunk/Source/_javascript_Core Revision 110453 Author laszlo.1.gom...@nokia.com Date 2012-03-12 12:18:14 -0700 (Mon, 12 Mar 2012) Log Message Minor DataLog fixes https://bugs.webkit.org/show_bug.cgi?id=80826 Reviewed by Andreas Kling. * bytecode/ExecutionCounter.cpp: Do n

[webkit-changes] [110452] branches/chromium/1025

2012-03-12 Thread cevans
Title: [110452] branches/chromium/1025 Revision 110452 Author cev...@google.com Date 2012-03-12 12:00:41 -0700 (Mon, 12 Mar 2012) Log Message Merge 108084 BUG=112411 Review URL: https://chromiumcodereview.appspot.com/9694004 Modified Paths branches/chromium/1025/LayoutTests/platform/chr

[webkit-changes] [110451] trunk/LayoutTests

2012-03-12 Thread reed
Title: [110451] trunk/LayoutTests Revision 110451 Author r...@google.com Date 2012-03-12 11:58:47 -0700 (Mon, 12 Mar 2012) Log Message update expectations in preparation for bitmap-sampling fix in skia https://bugs.webkit.org/show_bug.cgi?id=80837 Unreviewed * platform/chromium/test_ex

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

2012-03-12 Thread kling
Title: [110450] trunk/Source/WebCore Revision 110450 Author kl...@webkit.org Date 2012-03-12 11:51:32 -0700 (Mon, 12 Mar 2012) Log Message Restore Attr::style() functionality. Reviewed by Antti Koivisto. The neutering of Attr::style() in r106740 broke some internal clients of the Obj-

[webkit-changes] [110449] trunk

2012-03-12 Thread rniwa
Title: [110449] trunk Revision 110449 Author rn...@webkit.org Date 2012-03-12 11:38:12 -0700 (Mon, 12 Mar 2012) Log Message REGRESSION(r109285): Crash in WebCore::Document::nodeChildrenWillBeRemoved https://bugs.webkit.org/show_bug.cgi?id=80578 Reviewed by Andreas Kling. Source/WebCore:

[webkit-changes] [110448] trunk

2012-03-12 Thread commit-queue
Title: [110448] trunk Revision 110448 Author commit-qu...@webkit.org Date 2012-03-12 11:28:40 -0700 (Mon, 12 Mar 2012) Log Message Touch event handler count is not updated when adding handlers to the window. https://bugs.webkit.org/show_bug.cgi?id=80756 Source/WebCore: Touch event handl

[webkit-changes] [110447] trunk

2012-03-12 Thread abecsi
Title: [110447] trunk Revision 110447 Author abe...@webkit.org Date 2012-03-12 11:02:58 -0700 (Mon, 12 Mar 2012) Log Message [Qt][WK2] Add support for rudimentary scroll indicators in MiniBrowser https://bugs.webkit.org/show_bug.cgi?id=80832 Reviewed by Tor Arne Vestbø. Source/WebKit2:

[webkit-changes] [110446] trunk/Tools

2012-03-12 Thread commit-queue
Title: [110446] trunk/Tools Revision 110446 Author commit-qu...@webkit.org Date 2012-03-12 10:50:50 -0700 (Mon, 12 Mar 2012) Log Message [GTK] r110296 included an extra $ in @$(AM_V_GEN) https://bugs.webkit.org/show_bug.cgi?id=80809 Patch by C Anthony Risinger on 2012-03-12 Reviewed by

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

2012-03-12 Thread podivilov
Title: [110445] trunk/Source/WebCore Revision 110445 Author podivi...@chromium.org Date 2012-03-12 10:43:51 -0700 (Mon, 12 Mar 2012) Log Message Web Inspector: extract ResourceScriptMapping from MainScriptMapping. https://bugs.webkit.org/show_bug.cgi?id=80834 Reviewed by Vsevolod Vlasov.

[webkit-changes] [110444] trunk/LayoutTests

2012-03-12 Thread ericu
Title: [110444] trunk/LayoutTests Revision 110444 Author er...@chromium.org Date 2012-03-12 10:42:36 -0700 (Mon, 12 Mar 2012) Log Message [Chromium] fast/filesystem/op-restricted-chars.html fails on Windows https://bugs.webkit.org/show_bug.cgi?id=75110 Reviewed by Ryosuke Niwa. Remove e

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

2012-03-12 Thread commit-queue
Title: [110443] trunk/Source/_javascript_Core Revision 110443 Author commit-qu...@webkit.org Date 2012-03-12 10:31:26 -0700 (Mon, 12 Mar 2012) Log Message Integer overflow check code in arithmetic operation in classic interpreter https://bugs.webkit.org/show_bug.cgi?id=80465 Patch by San

[webkit-changes] [110442] trunk/LayoutTests

2012-03-12 Thread philn
Title: [110442] trunk/LayoutTests Revision 110442 Author ph...@webkit.org Date 2012-03-12 10:17:18 -0700 (Mon, 12 Mar 2012) Log Message Unreviewed, unskip a media test in GTK. * platform/gtk/Skipped: media/video-volume-slider.html was fixed in r86535. * platform/gtk/media/video-volume-sl

[webkit-changes] [110441] trunk

2012-03-12 Thread pfeldman
Title: [110441] trunk Revision 110441 Author pfeld...@chromium.org Date 2012-03-12 10:14:39 -0700 (Mon, 12 Mar 2012) Log Message Web Inspector: recognize Float*Array and Int*Array as arrays. https://bugs.webkit.org/show_bug.cgi?id=80850 Reviewed by Vsevolod Vlasov. Source/WebCore: Test

[webkit-changes] [110440] trunk/LayoutTests

2012-03-12 Thread commit-queue
Title: [110440] trunk/LayoutTests Revision 110440 Author commit-qu...@webkit.org Date 2012-03-12 10:13:07 -0700 (Mon, 12 Mar 2012) Log Message Add tests for dynamic attribute changes for mapping of lang/xml:lang to -webkit-locale https://bugs.webkit.org/show_bug.cgi?id=80658 Patch by Mat

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

2012-03-12 Thread jocelyn . turcotte
Title: [110439] trunk/Source/WebCore Revision 110439 Author jocelyn.turco...@nokia.com Date 2012-03-12 10:09:35 -0700 (Mon, 12 Mar 2012) Log Message [TexMapGL] Pixel-align the transform of textures that fit pixel-for-pixel on the frame buffer. https://bugs.webkit.org/show_bug.cgi?id=80848

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

2012-03-12 Thread jocelyn . turcotte
Title: [110438] trunk/Source/WebCore Revision 110438 Author jocelyn.turco...@nokia.com Date 2012-03-12 10:08:18 -0700 (Mon, 12 Mar 2012) Log Message [TexMapGL] Use textures sized exactly to their contents. https://bugs.webkit.org/show_bug.cgi?id=80845 Reviewed by Noam Rosenthal. This fi

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

2012-03-12 Thread jocelyn . turcotte
Title: [110437] trunk/Source/WebCore Revision 110437 Author jocelyn.turco...@nokia.com Date 2012-03-12 10:06:44 -0700 (Mon, 12 Mar 2012) Log Message [TexMap] Remove BitmapTexture::destroy. https://bugs.webkit.org/show_bug.cgi?id=80844 Reviewed by Noam Rosenthal. Use the destructor direc

[webkit-changes] [110436] trunk

2012-03-12 Thread vestbo
Title: [110436] trunk Revision 110436 Author ves...@webkit.org Date 2012-03-12 09:39:38 -0700 (Mon, 12 Mar 2012) Log Message [Qt] Make sure we set the right library version for Qt 4 r110272 accedentally pruned the variable that ensures this. Reviewed by Simon Hausmann. Modified Paths

[webkit-changes] [110435] trunk/LayoutTests

2012-03-12 Thread philn
Title: [110435] trunk/LayoutTests Revision 110435 Author ph...@webkit.org Date 2012-03-12 09:06:15 -0700 (Mon, 12 Mar 2012) Log Message Unreviewed, slight Skipped list reorganization and unskip a bunch of inspector tests on GTK. * platform/gtk/Skipped: Modified Paths trunk/LayoutTests/

[webkit-changes] [110434] trunk

2012-03-12 Thread podivilov
Title: [110434] trunk Revision 110434 Author podivi...@chromium.org Date 2012-03-12 08:56:06 -0700 (Mon, 12 Mar 2012) Log Message Web Inspector: DebuggerModel.Location should have scriptId property. https://bugs.webkit.org/show_bug.cgi?id=80830 Reviewed by Vsevolod Vlasov. Source/WebCor

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

2012-03-12 Thread commit-queue
Title: [110432] trunk/Source/WebCore Revision 110432 Author commit-qu...@webkit.org Date 2012-03-12 08:47:40 -0700 (Mon, 12 Mar 2012) Log Message [chromium] A couple early-outs for occlusion tracker https://bugs.webkit.org/show_bug.cgi?id=80742 Patch by Dana Jansens on 2012-03-12 Review

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

2012-03-12 Thread zeno . albisser
Title: [110431] trunk/Source/WebCore Revision 110431 Author zeno.albis...@nokia.com Date 2012-03-12 08:45:43 -0700 (Mon, 12 Mar 2012) Log Message [Qt][Mac] Build fails after adding WebCoreCFAutorelease(CFTypeRef) (r110360). https://bugs.webkit.org/show_bug.cgi?id=80840 CoreFoundation/CFB

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

2012-03-12 Thread zeno . albisser
Title: [110430] trunk/Source/_javascript_Core Revision 110430 Author zeno.albis...@nokia.com Date 2012-03-12 08:34:50 -0700 (Mon, 12 Mar 2012) Log Message [Qt][Mac] Build fails after enabling LLINT when JIT is disabled (r109863) https://bugs.webkit.org/show_bug.cgi?id=80827 Qt on Mac use

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

2012-03-12 Thread staikos
Title: [110429] trunk/Source/WebCore Revision 110429 Author stai...@webkit.org Date 2012-03-12 08:32:47 -0700 (Mon, 12 Mar 2012) Log Message Remove unused global static variable for BlackBerry. https://bugs.webkit.org/show_bug.cgi?id=80790 Reviewed by Alexey Proskuryakov. * platform/gra

  1   2   >