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

2012-08-17 Thread fpizlo
Title: [125964] trunk/Source/_javascript_Core Revision 125964 Author fpi...@apple.com Date 2012-08-17 23:01:33 -0700 (Fri, 17 Aug 2012) Log Message DFG CSE should be more honest about when it changed the IR https://bugs.webkit.org/show_bug.cgi?id=94408 Reviewed by Geoffrey Garen. The CS

[webkit-changes] [125963] trunk/Tools

2012-08-17 Thread commit-queue
Title: [125963] trunk/Tools Revision 125963 Author commit-qu...@webkit.org Date 2012-08-17 20:46:20 -0700 (Fri, 17 Aug 2012) Log Message Add self to webkit contributors list https://bugs.webkit.org/show_bug.cgi?id=94409 Patch by Kiran Muppala on 2012-08-17 Reviewed by Dirk Pranke. Add

[webkit-changes] [125962] trunk

2012-08-17 Thread keishi
Title: [125962] trunk Revision 125962 Author kei...@webkit.org Date 2012-08-17 19:51:47 -0700 (Fri, 17 Aug 2012) Log Message Calendar picker shows wrong date when input element has year earlier than 100 https://bugs.webkit.org/show_bug.cgi?id=94100 Reviewed by Kent Tamura. Source/WebCor

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

2012-08-17 Thread vangelis
Title: [125961] trunk/Source/WebCore Revision 125961 Author vange...@chromium.org Date 2012-08-17 19:06:57 -0700 (Fri, 17 Aug 2012) Log Message [chromium] Fix random noise around text in FPS HUD. https://bugs.webkit.org/show_bug.cgi?id=94400 Reviewed by James Robinson. This was the resu

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

2012-08-17 Thread fpizlo
Title: [125959] trunk/Source/_javascript_Core Revision 125959 Author fpi...@apple.com Date 2012-08-17 17:48:38 -0700 (Fri, 17 Aug 2012) Log Message DFG is still too pessimistic about what constitutes a side-effect on array accesses https://bugs.webkit.org/show_bug.cgi?id=94309 Reviewed b

[webkit-changes] [125958] trunk

2012-08-17 Thread msaboff
Title: [125958] trunk Revision 125958 Author msab...@apple.com Date 2012-08-17 17:43:25 -0700 (Fri, 17 Aug 2012) Log Message Add ability to create AtomicString using LChar* buffer and length https://bugs.webkit.org/show_bug.cgi?id=94381 Reviewed by Geoffrey Garen. Allows the use of 8 bi

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

2012-08-17 Thread crogers
Title: [125957] trunk/Source/WebCore Revision 125957 Author crog...@google.com Date 2012-08-17 17:42:26 -0700 (Fri, 17 Aug 2012) Log Message AudioParam must support k-rate processing with audio-rate connections https://bugs.webkit.org/show_bug.cgi?id=94385 Reviewed by Kenneth Russell. F

[webkit-changes] [125956] trunk/Tools

2012-08-17 Thread rniwa
Title: [125956] trunk/Tools Revision 125956 Author rn...@webkit.org Date 2012-08-17 17:36:06 -0700 (Fri, 17 Aug 2012) Log Message Perfalizer should differentiate results with and without the patch https://bugs.webkit.org/show_bug.cgi?id=94399 Reviewed by Dirk Pranke. Add "with 12345" an

[webkit-changes] [125955] trunk

2012-08-17 Thread commit-queue
Title: [125955] trunk Revision 125955 Author commit-qu...@webkit.org Date 2012-08-17 17:31:00 -0700 (Fri, 17 Aug 2012) Log Message Preserve styling elements in DeleteSelectionCommand https://bugs.webkit.org/show_bug.cgi?id=93643 Patch by Alice Cheng on 2012-08-17 Reviewed by Ryosuke Ni

[webkit-changes] [125954] trunk/Tools

2012-08-17 Thread dpranke
Title: [125954] trunk/Tools Revision 125954 Author dpra...@chromium.org Date 2012-08-17 17:25:44 -0700 (Fri, 17 Aug 2012) Log Message nrwt: don't fail tests if ImageDiff fails on the wk2 ports https://bugs.webkit.org/show_bug.cgi?id=94396 Reviewed by Ryosuke Niwa. It appears that WTR is

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

2012-08-17 Thread commit-queue
Title: [125953] trunk/Source/WebCore Revision 125953 Author commit-qu...@webkit.org Date 2012-08-17 17:10:11 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed, rolling out r125940. http://trac.webkit.org/changeset/125940 https://bugs.webkit.org/show_bug.cgi?id=94398 "Causes crashes on the

[webkit-changes] [125952] trunk/Tools

2012-08-17 Thread commit-queue
Title: [125952] trunk/Tools Revision 125952 Author commit-qu...@webkit.org Date 2012-08-17 17:08:21 -0700 (Fri, 17 Aug 2012) Log Message [chromium] Add a style check for #include "cc/..." in chromium files https://bugs.webkit.org/show_bug.cgi?id=94382 Patch by James Robinson on 2012-08-

[webkit-changes] [125951] trunk

2012-08-17 Thread commit-queue
Title: [125951] trunk Revision 125951 Author commit-qu...@webkit.org Date 2012-08-17 17:06:39 -0700 (Fri, 17 Aug 2012) Log Message Disconnect UndoManager when its undo scope host is destroyed https://bugs.webkit.org/show_bug.cgi?id=94388 Patch by Sukolsak Sakshuwong on 2012-08-17 Review

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

2012-08-17 Thread mitz
Title: [125950] trunk/Source/WebCore Revision 125950 Author m...@apple.com Date 2012-08-17 16:57:47 -0700 (Fri, 17 Aug 2012) Log Message Fixed incorrect references to JSVoidCallback.{cpp,h} in the project file. * WebCore.xcodeproj/project.pbxproj: Modified Paths trunk/Source/WebCore/Ch

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

2012-08-17 Thread rniwa
Title: [125949] trunk/Source/WebCore Revision 125949 Author rn...@webkit.org Date 2012-08-17 16:51:25 -0700 (Fri, 17 Aug 2012) Log Message Fix XCode project file. * WebCore.xcodeproj/project.pbxproj: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore/WebCore.xcodeproj/p

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

2012-08-17 Thread commit-queue
Title: [125948] trunk/Source/WebCore Revision 125948 Author commit-qu...@webkit.org Date 2012-08-17 16:36:46 -0700 (Fri, 17 Aug 2012) Log Message [BlackBerry][EFL] Remove compile warning in WebCore https://bugs.webkit.org/show_bug.cgi?id=94328 Patch by Kangil Han on 2012-08-17 Reviewed

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

2012-08-17 Thread commit-queue
Title: [125947] trunk/Source/WebCore Revision 125947 Author commit-qu...@webkit.org Date 2012-08-17 16:35:22 -0700 (Fri, 17 Aug 2012) Log Message [V8] use checkInboundData in setWebGLArrayHelper https://bugs.webkit.org/show_bug.cgi?id=93051 Patch by Arnaud Renevier on 2012-08-17 Reviewe

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

2012-08-17 Thread ap
Title: [125946] trunk/Source/WebCore Revision 125946 Author a...@apple.com Date 2012-08-17 16:27:45 -0700 (Fri, 17 Aug 2012) Log Message REGRESSION (r125912): Crashes in worker tests https://bugs.webkit.org/show_bug.cgi?id=94390 Reviewed by Brady Eidson and Sam We

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

2012-08-17 Thread jamesr
Title: [125945] trunk/Source/WebCore Revision 125945 Author jam...@google.com Date 2012-08-17 16:14:20 -0700 (Fri, 17 Aug 2012) Log Message [chromium] Add missing header files to .gypi and missing include to CCTiledLayerImpl.cpp https://bugs.webkit.org/show_bug.cgi?id=94391 Reviewed by A

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

2012-08-17 Thread enrica
Title: [125944] trunk/Source/WebKit2 Revision 125944 Author enr...@apple.com Date 2012-08-17 16:11:58 -0700 (Fri, 17 Aug 2012) Log Message Adding back the first statement of WebProcessMain accidentally removed in r125358. Reviewed by Sam Weinig. * WebProcess/mac/WebProcessMainMac.mm: Ad

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

2012-08-17 Thread dgrogan
Title: [125943] trunk/Source/WebCore Revision 125943 Author dgro...@chromium.org Date 2012-08-17 16:11:22 -0700 (Fri, 17 Aug 2012) Log Message IndexedDB: Test if getting a TRANSACTION_INACTIVE_ERR is possible when setting version https://bugs.webkit.org/show_bug.cgi?id=94269 Reviewed by

[webkit-changes] [125941] branches/chromium/1229/Source

2012-08-17 Thread danakj
Title: [125941] branches/chromium/1229/Source Revision 125941 Author dan...@chromium.org Date 2012-08-17 15:04:53 -0700 (Fri, 17 Aug 2012) Log Message Merge 125799 - [chromium] Impl scrolling crashes when the renderer's initialization failed https://bugs.webkit.org/show_bug.cgi?id=94232

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

2012-08-17 Thread jchaffraix
Title: [125940] trunk/Source/WebCore Revision 125940 Author jchaffr...@webkit.org Date 2012-08-17 14:59:08 -0700 (Fri, 17 Aug 2012) Log Message Introduce a will-be-removed-from-tree notification in RenderObject https://bugs.webkit.org/show_bug.cgi?id=94271 Reviewed by Abhishek Arya. Fol

[webkit-changes] [125939] trunk/Source

2012-08-17 Thread commit-queue
Title: [125939] trunk/Source Revision 125939 Author commit-qu...@webkit.org Date 2012-08-17 14:50:22 -0700 (Fri, 17 Aug 2012) Log Message Fix vsyncTick drought when vsync throttling is disabled https://bugs.webkit.org/show_bug.cgi?id=94012 Patch by Brian Anderson on 2012-08-17 Reviewed

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

2012-08-17 Thread ojan
Title: [125938] trunk/Source/WebCore Revision 125938 Author o...@chromium.org Date 2012-08-17 14:46:26 -0700 (Fri, 17 Aug 2012) Log Message Delete some dead code in RenderBox::computePercentageLogicalHeight https://bugs.webkit.org/show_bug.cgi?id=94262 Reviewed by Tony Chang. I'm pretty

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

2012-08-17 Thread benjamin
Title: [125934] trunk/Source/WebCore Revision 125934 Author benja...@webkit.org Date 2012-08-17 14:24:15 -0700 (Fri, 17 Aug 2012) Log Message Share the StringImpl the CSS property names https://bugs.webkit.org/show_bug.cgi?id=94187 Patch by Benjamin Poulain on 2012-08-17 Reviewed by Ale

[webkit-changes] [125937] trunk/LayoutTests

2012-08-17 Thread japhet
Title: [125937] trunk/LayoutTests Revision 125937 Author jap...@chromium.org Date 2012-08-17 14:38:51 -0700 (Fri, 17 Aug 2012) Log Message 2012-08-17 Nate Chapin Add missing CR in bug identifiers in TextExpectations * platform/chromium/TestExpectations: Modified Path

[webkit-changes] [125936] trunk/Source

2012-08-17 Thread benjamin
Title: [125936] trunk/Source Revision 125936 Author benja...@webkit.org Date 2012-08-17 14:36:01 -0700 (Fri, 17 Aug 2012) Log Message Make it easier to append a literal to StringBuilder https://bugs.webkit.org/show_bug.cgi?id=94273 Patch by Benjamin Poulain on 2012-08-17 Reviewed by Ken

[webkit-changes] [125935] trunk/LayoutTests

2012-08-17 Thread japhet
Title: [125935] trunk/LayoutTests Revision 125935 Author jap...@chromium.org Date 2012-08-17 14:29:46 -0700 (Fri, 17 Aug 2012) Log Message 2012-08-17 Nate Chapin Update BUGJAPHET TextExpectations entries to point to bugs. * platform/chromium/TestExpectations: Modifie

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

2012-08-17 Thread tonikitoo
Title: [125933] trunk/Source/WebKit/blackberry Revision 125933 Author toniki...@webkit.org Date 2012-08-17 14:16:44 -0700 (Fri, 17 Aug 2012) Log Message [BlackBerry] Allow in-region accelerated scrolling take advantage of defer_blits https://bugs.webkit.org/show_bug.cgi?id=94379 PR #19459

[webkit-changes] [125931] trunk/Tools

2012-08-17 Thread ojan
Title: [125931] trunk/Tools Revision 125931 Author o...@chromium.org Date 2012-08-17 13:55:27 -0700 (Fri, 17 Aug 2012) Log Message Delete some dead code from the flakiness dashboard https://bugs.webkit.org/show_bug.cgi?id=94380 Reviewed by Dirk Pranke. This code became dead in one of th

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

2012-08-17 Thread commit-queue
Title: [125930] trunk/Source/WebKit2 Revision 125930 Author commit-qu...@webkit.org Date 2012-08-17 13:43:34 -0700 (Fri, 17 Aug 2012) Log Message [EFL] REGRESSION(r125923): Breaks EFL build https://bugs.webkit.org/show_bug.cgi?id=94376 Patch by Sudarsana Nagineni on 2012-08-17 Reviewed

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

2012-08-17 Thread ojan
Title: [125929] trunk/Source/WebCore Revision 125929 Author o...@chromium.org Date 2012-08-17 13:42:22 -0700 (Fri, 17 Aug 2012) Log Message Delete dead code in deprecated flexbox for RTL line-clamp https://bugs.webkit.org/show_bug.cgi?id=94282 Reviewed by Tony Chang. -webkit-line-clamp

[webkit-changes] [125928] trunk/LayoutTests

2012-08-17 Thread commit-queue
Title: [125928] trunk/LayoutTests Revision 125928 Author commit-qu...@webkit.org Date 2012-08-17 13:22:20 -0700 (Fri, 17 Aug 2012) Log Message Update test expectations for inspector/timeline/timeline-decode-resize.html on mac https://bugs.webkit.org/show_bug.cgi?id=94375 Patch by Kiran M

[webkit-changes] [125927] trunk/LayoutTests

2012-08-17 Thread commit-queue
Title: [125927] trunk/LayoutTests Revision 125927 Author commit-qu...@webkit.org Date 2012-08-17 13:10:39 -0700 (Fri, 17 Aug 2012) Log Message Web Inspector: Refactor InspectorTest to split evals for initialization from runTest https://bugs.webkit.org/show_bug.cgi?id=93520 Patch by John

[webkit-changes] [125926] trunk/Tools

2012-08-17 Thread jochen
Title: [125926] trunk/Tools Revision 125926 Author joc...@chromium.org Date 2012-08-17 12:57:19 -0700 (Fri, 17 Aug 2012) Log Message [chromium] Add content shell bots to the flakiness dashboard https://bugs.webkit.org/show_bug.cgi?id=94369 Reviewed by Ojan Vafai. The bots are named $OS

[webkit-changes] [125924] trunk

2012-08-17 Thread rakuco
Title: [125924] trunk Revision 125924 Author rak...@webkit.org Date 2012-08-17 12:12:16 -0700 (Fri, 17 Aug 2012) Log Message [CMake] Add FindDBus.cmake and use it in the EFL port. https://bugs.webkit.org/show_bug.cgi?id=94319 Reviewed by Daniel Bates. .: Currently, the Battery Status-r

[webkit-changes] [125921] trunk/LayoutTests

2012-08-17 Thread zandobersek
Title: [125921] trunk/LayoutTests Revision 125921 Author zandober...@gmail.com Date 2012-08-17 11:45:28 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed GTK gardening. Removing expectations for two flaky crashers that were fixed in r125181. Skipping three tests of otherwise unsupported f

[webkit-changes] [125920] trunk

2012-08-17 Thread dmazzoni
Title: [125920] trunk Revision 125920 Author dmazz...@google.com Date 2012-08-17 11:42:49 -0700 (Fri, 17 Aug 2012) Log Message REGRESSION(r125710) - canvas-fallback-content tests asserting in Chromium https://bugs.webkit.org/show_bug.cgi?id=94156 Reviewed by Chris Fleizach. Source/WebCo

[webkit-changes] [125919] trunk/LayoutTests

2012-08-17 Thread leviw
Title: [125919] trunk/LayoutTests Revision 125919 Author le...@chromium.org Date 2012-08-17 11:39:28 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed gardening. Updating test expectations after r125794. * fast/repaint/transform-absolute-child-expected.txt: Added. * fast/repaint/transform-

[webkit-changes] [125918] trunk/LayoutTests

2012-08-17 Thread enne
Title: [125918] trunk/LayoutTests Revision 125918 Author e...@google.com Date 2012-08-17 11:33:38 -0700 (Fri, 17 Aug 2012) Log Message [chromium] Mark indexeddb/resources-panel as also timing out Unreviewed gardening. * platform/chromium/TestExpectations: Modified Paths trunk/LayoutTe

[webkit-changes] [125917] trunk

2012-08-17 Thread commit-queue
Title: [125917] trunk Revision 125917 Author commit-qu...@webkit.org Date 2012-08-17 11:31:56 -0700 (Fri, 17 Aug 2012) Log Message ASSERTION FAILED: allocatedMaxLogicalWidth <= cellMaxLogicalWidth : int WebCore::AutoTableLayout::calcEffectiveLogicalWidth() https://bugs.webkit.org/show_bug

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

2012-08-17 Thread commit-queue
Title: [125916] trunk/Source/WebCore Revision 125916 Author commit-qu...@webkit.org Date 2012-08-17 11:27:17 -0700 (Fri, 17 Aug 2012) Log Message Web Inspector: Add //@ sourceURL to test-runner evals https://bugs.webkit.org/show_bug.cgi?id=94268 Patch by John J. Barton on 2012-08-17 Rev

[webkit-changes] [125915] trunk/Tools

2012-08-17 Thread commit-queue
Title: [125915] trunk/Tools Revision 125915 Author commit-qu...@webkit.org Date 2012-08-17 11:23:01 -0700 (Fri, 17 Aug 2012) Log Message Add AV perf layout tests to webkit flakiness dashboard https://bugs.webkit.org/show_bug.cgi?id=94255 Patch by Shadi Khalek on 2012-08-17 Reviewed by O

[webkit-changes] [125914] trunk/LayoutTests

2012-08-17 Thread enne
Title: [125914] trunk/LayoutTests Revision 125914 Author e...@google.com Date 2012-08-17 11:11:53 -0700 (Fri, 17 Aug 2012) Log Message [chromium] Mark context-menu.html as failing on Chromium Mac https://bugs.webkit.org/show_bug.cgi?id=94367 Unreviewed gardening. * platform/chromium/Tes

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

2012-08-17 Thread abarth
Title: [125912] trunk/Source/WebCore Revision 125912 Author aba...@webkit.org Date 2012-08-17 10:45:51 -0700 (Fri, 17 Aug 2012) Log Message REGRESSION (r125592): Crash in Console::addMessage, under InjectedBundle::reportException https://bugs.webkit.org/show_bug.cgi?id=94220 Reviewed by

[webkit-changes] [125911] trunk/LayoutTests

2012-08-17 Thread zandobersek
Title: [125911] trunk/LayoutTests Revision 125911 Author zandober...@gmail.com Date 2012-08-17 10:41:55 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed GTK gardening. Narrowing the failure expectation for http/tests/xmlhttprequest/origin-exact-matching.html. The test now constantly fails

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

2012-08-17 Thread commit-queue
Title: [125910] trunk/Source/WebKit2 Revision 125910 Author commit-qu...@webkit.org Date 2012-08-17 09:46:47 -0700 (Fri, 17 Aug 2012) Log Message [GTK] Add WK2 API to get suggested filename for URI responses https://bugs.webkit.org/show_bug.cgi?id=92967 Patch by Claudio Saavedra on 2012

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

2012-08-17 Thread keishi
Title: [125909] trunk/Source/WebKit/chromium Revision 125909 Author kei...@webkit.org Date 2012-08-17 09:09:37 -0700 (Fri, 17 Aug 2012) Log Message [Chromium] Turn off ENABLE_DATALIST_ELEMENT for Android https://bugs.webkit.org/show_bug.cgi?id=94337 Reviewed by Kent Tamura. We shouldn't

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

2012-08-17 Thread zhajiang
Title: [125908] trunk/Source/WebKit/blackberry Revision 125908 Author zhaji...@rim.com Date 2012-08-17 08:55:53 -0700 (Fri, 17 Aug 2012) Log Message [BlackBerry] On reload, www.sohu.com renders part white background, part overscroll pattern https://bugs.webkit.org/show_bug.cgi?id=94348 R

[webkit-changes] [125907] trunk/LayoutTests

2012-08-17 Thread annacc
Title: [125907] trunk/LayoutTests Revision 125907 Author ann...@chromium.org Date 2012-08-17 08:46:04 -0700 (Fri, 17 Aug 2012) Log Message [Chromium] Removing track-active-cues.html from TextExpectations, passing now. [Chromium] Updating bug on track-cues-sorted-before-dispatch.html. Unr

[webkit-changes] [125906] trunk/Source

2012-08-17 Thread commit-queue
Title: [125906] trunk/Source Revision 125906 Author commit-qu...@webkit.org Date 2012-08-17 08:38:39 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed, rolling out r125892. http://trac.webkit.org/changeset/125892 https://bugs.webkit.org/show_bug.cgi?id=94350 Broke windows build (Requested

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

2012-08-17 Thread commit-queue
Title: [125905] trunk/Source/WebKit2 Revision 125905 Author commit-qu...@webkit.org Date 2012-08-17 08:37:18 -0700 (Fri, 17 Aug 2012) Log Message [EFL][wk2] Add unit tests for back-forward list API https://bugs.webkit.org/show_bug.cgi?id=92617 Patch by Mikhail Pozdnyakov on 2012-08-17 R

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

2012-08-17 Thread peter
Title: [125904] trunk/Source/WebKit/chromium Revision 125904 Author pe...@chromium.org Date 2012-08-17 08:23:35 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed. Rolled DEPS. * DEPS: Modified Paths trunk/Source/WebKit/chromium/ChangeLog trunk/Source/WebKit/chromium/DEPS Diff Modif

[webkit-changes] [125903] trunk/Source

2012-08-17 Thread commit-queue
Title: [125903] trunk/Source Revision 125903 Author commit-qu...@webkit.org Date 2012-08-17 08:22:35 -0700 (Fri, 17 Aug 2012) Log Message Add support for Skia Magnifier filter to Chromium layers https://bugs.webkit.org/show_bug.cgi?id=93939 Patch by Zach Kuznia on 2012-08-17 Reviewed by

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

2012-08-17 Thread commit-queue
Title: [125902] trunk/Source/WTF Revision 125902 Author commit-qu...@webkit.org Date 2012-08-17 08:17:25 -0700 (Fri, 17 Aug 2012) Log Message [BlackBerry] Turn on a few macros for jpeg decoding and image interpolation https://bugs.webkit.org/show_bug.cgi?id=94244 Patch by Yong Li on 201

[webkit-changes] [125901] trunk

2012-08-17 Thread rwlbuis
Title: [125901] trunk Revision 125901 Author rwlb...@webkit.org Date 2012-08-17 08:12:52 -0700 (Fri, 17 Aug 2012) Log Message [BlackBerry] Remove some shared libraries from linking https://bugs.webkit.org/show_bug.cgi?id=94253 Reviewed by Yong Li. Remove some shared libraries. .: * So

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

2012-08-17 Thread jeffm
Title: [125900] trunk/Source/WebKit2 Revision 125900 Author je...@apple.com Date 2012-08-17 07:48:36 -0700 (Fri, 17 Aug 2012) Log Message UserMessageEncoder::baseEncode() should ASSERT when attempting to encode a non-shareable image https://bugs.webkit.org/show_bug.cgi?id=94245 Reviewed

[webkit-changes] [125899] trunk/LayoutTests

2012-08-17 Thread commit-queue
Title: [125899] trunk/LayoutTests Revision 125899 Author commit-qu...@webkit.org Date 2012-08-17 07:37:47 -0700 (Fri, 17 Aug 2012) Log Message [EFL] Gardening of failing tests and new passes https://bugs.webkit.org/show_bug.cgi?id=94344 Unreviewed EFL gardening of failing tests and new p

[webkit-changes] [125898] trunk

2012-08-17 Thread allan . jensen
Title: [125898] trunk Revision 125898 Author allan.jen...@nokia.com Date 2012-08-17 07:31:56 -0700 (Fri, 17 Aug 2012) Log Message Touch adjustment for context menu gestures https://bugs.webkit.org/show_bug.cgi?id=94101 Reviewed by Antonio Gomes. Source/WebCore: Adds a new filter for de

[webkit-changes] [125896] trunk

2012-08-17 Thread commit-queue
Title: [125896] trunk Revision 125896 Author commit-qu...@webkit.org Date 2012-08-17 07:23:30 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed, rolling out r125880. http://trac.webkit.org/changeset/125880 https://bugs.webkit.org/show_bug.cgi?id=94347 Breaks front-end compilation: SourceFr

[webkit-changes] [125895] trunk/Source

2012-08-17 Thread commit-queue
Title: [125895] trunk/Source Revision 125895 Author commit-qu...@webkit.org Date 2012-08-17 07:16:23 -0700 (Fri, 17 Aug 2012) Log Message [Qt] QNX build fails due to ctype usage in system headers https://bugs.webkit.org/show_bug.cgi?id=93849 Patch by Milian Wolff on 2012-08-17 Reviewed

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

2012-08-17 Thread hausmann
Title: [125894] trunk/Source/WebCore Revision 125894 Author hausm...@webkit.org Date 2012-08-17 07:11:02 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed trivial build fix: Correct file name in bindings/js/DOMTransaction.h used in HEADERS * Target.pri: Modified Paths trunk/Source/WebCor

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

2012-08-17 Thread commit-queue
Title: [125893] trunk/Source/WebKit2 Revision 125893 Author commit-qu...@webkit.org Date 2012-08-17 07:04:09 -0700 (Fri, 17 Aug 2012) Log Message [EFL] [WK2] Add unit tests for vibration_client_callbacks_set API https://bugs.webkit.org/show_bug.cgi?id=93890 Patch by Sudarsana Nagineni o

[webkit-changes] [125892] trunk/Source

2012-08-17 Thread vollick
Title: [125892] trunk/Source Revision 125892 Author voll...@chromium.org Date 2012-08-17 06:48:19 -0700 (Fri, 17 Aug 2012) Log Message [chromium] Add tracing for active composited animations https://bugs.webkit.org/show_bug.cgi?id=84210 Reviewed by James Robinson. This patch issues the

[webkit-changes] [125891] trunk/Tools

2012-08-17 Thread commit-queue
Title: [125891] trunk/Tools Revision 125891 Author commit-qu...@webkit.org Date 2012-08-17 06:23:51 -0700 (Fri, 17 Aug 2012) Log Message [Qt] QtWebKit fails to build with OpenGL support on QNX https://bugs.webkit.org/show_bug.cgi?id=93278 Patch by Milian Wolff on 2012-08-17 Reviewed by

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

2012-08-17 Thread carlosgc
Title: [125890] trunk/Source/WebKit2 Revision 125890 Author carlo...@webkit.org Date 2012-08-17 06:11:15 -0700 (Fri, 17 Aug 2012) Log Message [GTK] Rename WebKitWebView print-requested signal to print https://bugs.webkit.org/show_bug.cgi?id=94306 Reviewed by Martin Robinson. WebKitWebVi

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

2012-08-17 Thread commit-queue
Title: [125889] trunk/Source/WebCore Revision 125889 Author commit-qu...@webkit.org Date 2012-08-17 06:00:01 -0700 (Fri, 17 Aug 2012) Log Message Web Inspector: enhance external test-runner and add cleanup code https://bugs.webkit.org/show_bug.cgi?id=94231 Patch by John J. Barton on 201

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

2012-08-17 Thread commit-queue
Title: [125888] trunk/Source/WebKit2 Revision 125888 Author commit-qu...@webkit.org Date 2012-08-17 05:33:16 -0700 (Fri, 17 Aug 2012) Log Message [EFL] [WK2] Free Eina Strbuf with eina_strbuf_free() instead of eina_strbuf_string_free() https://bugs.webkit.org/show_bug.cgi?id=94312 Patch

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

2012-08-17 Thread hausmann
Title: [125887] trunk/Source/WebCore Revision 125887 Author hausm...@webkit.org Date 2012-08-17 05:30:31 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed trivial follow-up fix to r125873: Add missing adoptRef to avoid leaks. * bridge/qt/qt_instance.cpp: (JSC::Bindings::WeakMap::set): Mod

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

2012-08-17 Thread haraken
Title: [125886] trunk/Source/WebCore Revision 125886 Author hara...@chromium.org Date 2012-08-17 05:25:15 -0700 (Fri, 17 Aug 2012) Log Message Remove RefPtr from DateInputType::m_pickerElement https://bugs.webkit.org/show_bug.cgi?id=94330 Reviewed by Kent Tamura. To avoid reference cycl

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

2012-08-17 Thread commit-queue
Title: [125885] trunk/Source/WebKit/efl Revision 125885 Author commit-qu...@webkit.org Date 2012-08-17 05:23:18 -0700 (Fri, 17 Aug 2012) Log Message [EFL] Change font family/script on layout tests causes flakiness https://bugs.webkit.org/show_bug.cgi?id=94327 Patch by Thiago Marcos P. Sa

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

2012-08-17 Thread commit-queue
Title: [125884] trunk/Source/WebCore Revision 125884 Author commit-qu...@webkit.org Date 2012-08-17 05:22:37 -0700 (Fri, 17 Aug 2012) Log Message Refactor away IsolatedWorld https://bugs.webkit.org/show_bug.cgi?id=93971 Patch by Dan Carney on 2012-08-17 Reviewed by Kentaro Hara. Remove

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

2012-08-17 Thread commit-queue
Title: [125883] trunk/Source/WebCore Revision 125883 Author commit-qu...@webkit.org Date 2012-08-17 05:18:45 -0700 (Fri, 17 Aug 2012) Log Message [EFL] Remove alloca usage https://bugs.webkit.org/show_bug.cgi?id=93931 Patch by Kangil Han on 2012-08-17 Reviewed by Carlos Garcia Campos.

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

2012-08-17 Thread apavlov
Title: [125882] trunk/Source/WebCore Revision 125882 Author apav...@chromium.org Date 2012-08-17 05:08:17 -0700 (Fri, 17 Aug 2012) Log Message Web Inspector: hovering over an image link in Timeline popup kills popup https://bugs.webkit.org/show_bug.cgi?id=94213 Reviewed by Pavel Feldman.

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

2012-08-17 Thread caseq
Title: [125881] trunk/Source/WebCore Revision 125881 Author ca...@chromium.org Date 2012-08-17 05:06:27 -0700 (Fri, 17 Aug 2012) Log Message Web Inspector: decouple extension server from the Elements panel https://bugs.webkit.org/show_bug.cgi?id=94322 Reviewed by Pavel Feldman. - relay

[webkit-changes] [125880] trunk

2012-08-17 Thread commit-queue
Title: [125880] trunk Revision 125880 Author commit-qu...@webkit.org Date 2012-08-17 04:42:08 -0700 (Fri, 17 Aug 2012) Log Message Web Inspector: SourceFrame shouldn't be a View https://bugs.webkit.org/show_bug.cgi?id=93444 Patch by Jan Keromnes on 2012-08-17 Reviewed by Pavel Feldman.

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

2012-08-17 Thread commit-queue
Title: [125879] trunk/Source/WebCore Revision 125879 Author commit-qu...@webkit.org Date 2012-08-17 03:54:57 -0700 (Fri, 17 Aug 2012) Log Message Web Inspector: requests filtering in network tab https://bugs.webkit.org/show_bug.cgi?id=93090 Patch by Pavel Chadnov on 2012-08-17 Reviewed

[webkit-changes] [125878] trunk

2012-08-17 Thread commit-queue
Title: [125878] trunk Revision 125878 Author commit-qu...@webkit.org Date 2012-08-17 03:46:46 -0700 (Fri, 17 Aug 2012) Log Message View source doesn't interpret escape characters in hrefs. https://bugs.webkit.org/show_bug.cgi?id=94216 Patch by Anthony Berent on 2012-08-17 Reviewed by Ad

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

2012-08-17 Thread commit-queue
Title: [125877] trunk/Source/WTF Revision 125877 Author commit-qu...@webkit.org Date 2012-08-17 03:23:09 -0700 (Fri, 17 Aug 2012) Log Message [Qt] QNX build fails due to missing timegm declaration https://bugs.webkit.org/show_bug.cgi?id=93842 Patch by Milian Wolff on 2012-08-17 Reviewed

[webkit-changes] [125876] trunk/LayoutTests

2012-08-17 Thread yosin
Title: [125876] trunk/LayoutTests Revision 125876 Author yo...@chromium.org Date 2012-08-17 03:05:38 -0700 (Fri, 17 Aug 2012) Log Message [Tests] time-multiple-fields-appearance-basic.html and time-multiple-fields-appearance-pseudo-elements.html are failed on Chromium Windows https://bugs

[webkit-changes] [125875] trunk/LayoutTests

2012-08-17 Thread commit-queue
Title: [125875] trunk/LayoutTests Revision 125875 Author commit-qu...@webkit.org Date 2012-08-17 02:50:41 -0700 (Fri, 17 Aug 2012) Log Message Fixed fast/forms/file/selected-files-from-history-state.html on Windows https://bugs.webkit.org/show_bug.cgi?id=94278 Patch by Marja Hölttä on 2

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

2012-08-17 Thread yosin
Title: [125874] trunk/Source/WebCore Revision 125874 Author yo...@chromium.org Date 2012-08-17 02:44:39 -0700 (Fri, 17 Aug 2012) Log Message [Forms] Rename SpinButtonElement::StepActionHandler to SpinButtonOwner https://bugs.webkit.org/show_bug.cgi?id=94311 Reviewed by Kent Tamura. This

[webkit-changes] [125873] trunk/Source

2012-08-17 Thread hausmann
Title: [125873] trunk/Source Revision 125873 Author hausm...@webkit.org Date 2012-08-17 02:42:31 -0700 (Fri, 17 Aug 2012) Log Message [Qt] Replace use of internal Weak smart pointer with JSWeakObjectMap https://bugs.webkit.org/show_bug.cgi?id=93872 Reviewed by Kenneth Rohde Christiansen.

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

2012-08-17 Thread commit-queue
Title: [125872] trunk/Source/WebKit2 Revision 125872 Author commit-qu...@webkit.org Date 2012-08-17 02:25:13 -0700 (Fri, 17 Aug 2012) Log Message [EFL][WK2] Getting unnecessary EINA_SAFETY_ON_NULL_RETURN_VAL warnings while page navigation https://bugs.webkit.org/show_bug.cgi?id=94308 Pa

[webkit-changes] [125870] trunk/LayoutTests

2012-08-17 Thread zandobersek
Title: [125870] trunk/LayoutTests Revision 125870 Author zandober...@gmail.com Date 2012-08-17 02:02:22 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed GTK gardening. Add two more crash expectations for a couple of tests that started crashing after r125710. Update stale test expectation

[webkit-changes] [125869] trunk

2012-08-17 Thread commit-queue
Title: [125869] trunk Revision 125869 Author commit-qu...@webkit.org Date 2012-08-17 01:52:52 -0700 (Fri, 17 Aug 2012) Log Message Source/WebCore: libwebp-0.2.0: handle alpha channel if present https://bugs.webkit.org/show_bug.cgi?id=93430 Patch by Pascal Massimino on 2012-08-17 Review

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

2012-08-17 Thread yosin
Title: [125868] trunk/Source/WebCore Revision 125868 Author yo...@chromium.org Date 2012-08-17 01:35:14 -0700 (Fri, 17 Aug 2012) Log Message [Forms] Enable multiple fields time input UI for Chromium except Android https://bugs.webkit.org/show_bug.cgi?id=94195 Reviewed by Kent Tamura. Th

[webkit-changes] [125867] trunk/LayoutTests

2012-08-17 Thread yosin
Title: [125867] trunk/LayoutTests Revision 125867 Author yo...@chromium.org Date 2012-08-17 01:13:03 -0700 (Fri, 17 Aug 2012) Log Message [Tests] Adding tests for multiple fields time input UI https://bugs.webkit.org/show_bug.cgi?id=94196 Reviewed by Kent Tamura. This patch introduces f

[webkit-changes] [125864] trunk/LayoutTests

2012-08-17 Thread dmazzoni
Title: [125864] trunk/LayoutTests Revision 125864 Author dmazz...@google.com Date 2012-08-17 00:39:00 -0700 (Fri, 17 Aug 2012) Log Message Unreviewed gardening: mark two accessibility tests as failing on GTK. Bug 94200. Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/platfo

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

2012-08-17 Thread caseq
Title: [125863] trunk/Source/WebCore Revision 125863 Author ca...@chromium.org Date 2012-08-17 00:38:15 -0700 (Fri, 17 Aug 2012) Log Message Web Inspector: CPU profile view select overlaps with status bar buttons https://bugs.webkit.org/show_bug.cgi?id=94243 Reviewed by Pavel Feldman. -