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

2011-11-25 Thread caio . oliveira
Title: [101188] trunk/Source/WebKit2 Revision 101188 Author caio.olive...@openbossa.org Date 2011-11-25 23:17:59 -0800 (Fri, 25 Nov 2011) Log Message [Qt] [WK2] Remove WebContext related code from QtWebPageProxy https://bugs.webkit.org/show_bug.cgi?id=73150 Reviewed by Kenneth Rohde Chri

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

2011-11-25 Thread msaboff
Title: [101187] trunk/Source/_javascript_Core Revision 101187 Author msab...@apple.com Date 2011-11-25 22:15:20 -0800 (Fri, 25 Nov 2011) Log Message String.prototype.toLower should be optimized for 8 bit strings https://bugs.webkit.org/show_bug.cgi?id=73154 Changed stringProtoFuncToLower

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

2011-11-25 Thread msaboff
Title: [101186] trunk/Source/_javascript_Core Revision 101186 Author msab...@apple.com Date 2011-11-25 22:01:06 -0800 (Fri, 25 Nov 2011) Log Message Array.toString always uses StringImpl::characters() https://bugs.webkit.org/show_bug.cgi?id=72969 If all component strings are 8 bit, creat

[webkit-changes] [101185] trunk

2011-11-25 Thread eric . carlson
Title: [101185] trunk Revision 101185 Author eric.carl...@apple.com Date 2011-11-25 20:28:39 -0800 (Fri, 25 Nov 2011) Log Message Implement addCue and removeCue in TextTrack https://bugs.webkit.org/show_bug.cgi?id=72554 Reviewed by Darin Adler. Source/WebCore: Test: media/track/track-

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

2011-11-25 Thread haraken
Title: [101184] trunk/Source/WebCore Revision 101184 Author hara...@chromium.org Date 2011-11-25 16:34:33 -0800 (Fri, 25 Nov 2011) Log Message Refactoring CodeGenerator*.pm for bug 72138 https://bugs.webkit.org/show_bug.cgi?id=73115 Reviewed by Adam Barth. Tests: bindings/scripts/test/T

[webkit-changes] [101183] trunk

2011-11-25 Thread haraken
Title: [101183] trunk Revision 101183 Author hara...@chromium.org Date 2011-11-25 15:34:42 -0800 (Fri, 25 Nov 2011) Log Message Implement the WebGLContextEvent constructor https://bugs.webkit.org/show_bug.cgi?id=72856 Reviewed by Adam Barth. Source/WebCore: This patch makes WebGLContex

[webkit-changes] [101182] trunk/LayoutTests

2011-11-25 Thread rniwa
Title: [101182] trunk/LayoutTests Revision 101182 Author rn...@webkit.org Date 2011-11-25 14:59:57 -0800 (Fri, 25 Nov 2011) Log Message Add missing results for Mac after r100949 and r100036. svg/repaint/filter-child-repaint.svg is failing. The failure is tracked by the bug 73146. * platf

[webkit-changes] [101181] trunk

2011-11-25 Thread commit-queue
Title: [101181] trunk Revision 101181 Author commit-qu...@webkit.org Date 2011-11-25 13:52:58 -0800 (Fri, 25 Nov 2011) Log Message [Chromium] The DrawingBuffer::bind method was incorrectly resetting the GL viewport parameters. This was unnecessary, and resulted in the corruption of the We

[webkit-changes] [101180] trunk

2011-11-25 Thread rniwa
Title: [101180] trunk Revision 101180 Author rn...@webkit.org Date 2011-11-25 12:21:06 -0800 (Fri, 25 Nov 2011) Log Message Crash in BidiRunList::replaceRunWithRuns with an empty bdi element https://bugs.webkit.org/show_bug.cgi?id=73116 Reviewed by Eric Seidel. Source/WebCore: The asse

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

2011-11-25 Thread jesus
Title: [101179] trunk/Source/WebKit2 Revision 101179 Author je...@webkit.org Date 2011-11-25 11:57:28 -0800 (Fri, 25 Nov 2011) Log Message [Qt][WK2] Refactor GestureRecognizers to use QtWebPageEventHandler https://bugs.webkit.org/show_bug.cgi?id=73096 Reviewed by Kenneth Rohde Christians

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

2011-11-25 Thread caio . oliveira
Title: [101178] trunk/Source/WebKit2 Revision 101178 Author caio.olive...@openbossa.org Date 2011-11-25 11:26:21 -0800 (Fri, 25 Nov 2011) Log Message [Qt] Remove unneeded declaration from QQuickWebPagePrivate https://bugs.webkit.org/show_bug.cgi?id=73141 Reviewed by Antonio Gomes. Left-

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

2011-11-25 Thread antti
Title: [101177] trunk/Source/WebCore Revision 101177 Author an...@apple.com Date 2011-11-25 10:08:38 -0800 (Fri, 25 Nov 2011) Log Message StyleGeneratedImage should ref CSSImageGeneratorValue https://bugs.webkit.org/show_bug.cgi?id=73074 Reviewed by Andreas Kling and Nikolas Zimmermann.

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

2011-11-25 Thread yurys
Title: [101176] trunk/Source/WebKit/chromium Revision 101176 Author yu...@chromium.org Date 2011-11-25 09:47:56 -0800 (Fri, 25 Nov 2011) Log Message [Chromium] Web Inspector: assertion failure in InspectorController::restoreInspectorStateFromCookie https://bugs.webkit.org/show_bug.cgi?id=

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

2011-11-25 Thread andreas . kling
Title: [101175] trunk/Source/WebCore Revision 101175 Author andreas.kl...@nokia.com Date 2011-11-25 08:46:42 -0800 (Fri, 25 Nov 2011) Log Message Remove redundant setStrictParsing(false) calls on CSSMappedAttributeDeclarations. Reviewed by Antti Koivisto. CSSMappedAttributeDeclarations

[webkit-changes] [101173] trunk/LayoutTests

2011-11-25 Thread yurys
Title: [101173] trunk/LayoutTests Revision 101173 Author yu...@chromium.org Date 2011-11-25 07:14:49 -0800 (Fri, 25 Nov 2011) Log Message 2011-11-25 Yury Semikhatsky Unreviewed. Mark inspector/elements/remove-node.html test as crashing sometimes on Linux. * platform/c

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

2011-11-25 Thread andreas . kling
Title: [101172] trunk/Source/WebCore Revision 101172 Author andreas.kl...@nokia.com Date 2011-11-25 06:44:55 -0800 (Fri, 25 Nov 2011) Log Message Factor element pointer out of CSSMutableStyleDeclaration. Reviewed by Antti Koivisto. Move the StyledElement pointer out of CSSMutableStyleD

[webkit-changes] [101171] trunk/Source/WebKit/qt

2011-11-25 Thread alexis . menard
Title: [101171] trunk/Source/WebKit/qt Revision 101171 Author alexis.men...@openbossa.org Date 2011-11-25 06:35:08 -0800 (Fri, 25 Nov 2011) Log Message [Qt][WK2] QWebDownloadItem should be registered in the experimental plugin. https://bugs.webkit.org/show_bug.cgi?id=73132 Reviewed by Si

[webkit-changes] [101170] trunk

2011-11-25 Thread pfeldman
Title: [101170] trunk Revision 101170 Author pfeld...@chromium.org Date 2011-11-25 06:32:21 -0800 (Fri, 25 Nov 2011) Log Message Web Inspector: unflake timeline-network tests https://bugs.webkit.org/show_bug.cgi?id=73123 Source/WebCore: We should capture stack only when it makes sense.

[webkit-changes] [101169] trunk/Tools

2011-11-25 Thread ossy
Title: [101169] trunk/Tools Revision 101169 Author o...@webkit.org Date 2011-11-25 06:19:03 -0800 (Fri, 25 Nov 2011) Log Message [Qt] Add support for using OWRT with Qt5 https://bugs.webkit.org/show_bug.cgi?id=72947 Add qt-5.0 platform and don't pass -graphicssystem to QtTestBrowser if u

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

2011-11-25 Thread yurys
Title: [101168] trunk/Source/WebKit/chromium Revision 101168 Author yu...@chromium.org Date 2011-11-25 06:17:10 -0800 (Fri, 25 Nov 2011) Log Message 2011-11-25 Yury Semikhatsky Unreviewed. Chromium build fix. * public/WebDevToolsFrontendClient.h: (WebKit::WebD

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

2011-11-25 Thread kenneth
Title: [101167] trunk/Source/WebKit2 Revision 101167 Author kenn...@webkit.org Date 2011-11-25 05:53:11 -0800 (Fri, 25 Nov 2011) Log Message Clean up code in WK2/ChromeClientClient related to viewport handling https://bugs.webkit.org/show_bug.cgi?id=73128 Reviewed by Simon Hausmann. * W

[webkit-changes] [101166] trunk

2011-11-25 Thread yurys
Title: [101166] trunk Revision 101166 Author yu...@chromium.org Date 2011-11-25 05:39:37 -0800 (Fri, 25 Nov 2011) Log Message [Chromium] Web Inspector: get rid of WebDevToolsFrontendClient::sendFrontendLoaded method https://bugs.webkit.org/show_bug.cgi?id=73126 Source/WebCore: Notify em

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

2011-11-25 Thread hausmann
Title: [101165] trunk/Source/WebKit2 Revision 101165 Author hausm...@webkit.org Date 2011-11-25 04:54:15 -0800 (Fri, 25 Nov 2011) Log Message [Qt] Eliminate warnings about the deprecated QQuickCanvas::sceneGraphEngine() function. Reviewed by Andreas Kling. We use the function in questio

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

2011-11-25 Thread yurys
Title: [101163] trunk/Source/WebCore Revision 101163 Author yu...@chromium.org Date 2011-11-25 04:12:21 -0800 (Fri, 25 Nov 2011) Log Message Web Inspector: don't send Console.messagesCleared on front-end connection if console agent is not enabled https://bugs.webkit.org/show_bug.cgi?id=73

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

2011-11-25 Thread hausmann
Title: [101162] trunk/Source/WebKit2 Revision 101162 Author hausm...@webkit.org Date 2011-11-25 03:39:27 -0800 (Fri, 25 Nov 2011) Log Message [Qt] Cleanup in QML tests. Reviewed by Tor Arne Vestbø. Use a simple QML component for the "DesktopWebView" instead of a new QML type. This will

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

2011-11-25 Thread commit-queue
Title: [101161] trunk/Source/WebCore Revision 101161 Author commit-qu...@webkit.org Date 2011-11-25 02:57:43 -0800 (Fri, 25 Nov 2011) Log Message Upstream the QNX/RIM specific HistoryItemViewState https://bugs.webkit.org/show_bug.cgi?id=73114 Patch by Wei Charles on 2011-11-25 Reviewed

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

2011-11-25 Thread vsevik
Title: [101160] trunk/Source/WebCore Revision 101160 Author vse...@chromium.org Date 2011-11-25 02:33:14 -0800 (Fri, 25 Nov 2011) Log Message Web Inspector: Split scripts panel top status bar into debug toolbar and editor toolbar. https://bugs.webkit.org/show_bug.cgi?id=73087 Reviewed by

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

2011-11-25 Thread leo . yang
Title: [101159] trunk/Source/WebCore Revision 101159 Author leo.y...@torchmobile.com.cn Date 2011-11-25 02:06:55 -0800 (Fri, 25 Nov 2011) Log Message Upstream BlackBerry porting of platform/text https://bugs.webkit.org/show_bug.cgi?id=73117 Reviewed by Daniel Bates. Initial upstream, ca

[webkit-changes] [101158] trunk/LayoutTests

2011-11-25 Thread pfeldman
Title: [101158] trunk/LayoutTests Revision 101158 Author pfeld...@chromium.org Date 2011-11-25 01:41:53 -0800 (Fri, 25 Nov 2011) Log Message Web Inspector: resource-tree-errors-reload.html is flaky. https://bugs.webkit.org/show_bug.cgi?id=66217 Reviewed by Yury Semikhatsky. * platform/c

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

2011-11-25 Thread haraken
Title: [101157] trunk/Source/WebCore Revision 101157 Author hara...@chromium.org Date 2011-11-25 01:31:20 -0800 (Fri, 25 Nov 2011) Log Message Remove WebCore.gyp/scripts/rule_binding.py https://bugs.webkit.org/show_bug.cgi?id=73109 Reviewed by Adam Barth. rule_binding.py is used by WebC

[webkit-changes] [101156] trunk

2011-11-25 Thread yurys
Title: [101156] trunk Revision 101156 Author yu...@chromium.org Date 2011-11-25 01:29:30 -0800 (Fri, 25 Nov 2011) Log Message [Chromium] Web Inspector: remove legacy debugger support https://bugs.webkit.org/show_bug.cgi?id=73081 Removed classed providing access to V8 debugging protocol.

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

2011-11-25 Thread yurys
Title: [101155] trunk/Source/WebKit/chromium Revision 101155 Author yu...@chromium.org Date 2011-11-25 01:25:52 -0800 (Fri, 25 Nov 2011) Log Message 2011-11-25 Yury Semikhatsky Unreviewed. Update Chromium deps revision to 111575 * DEPS: Modified Paths trunk/Source/W