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

2012-10-26 Thread abarth
Title: [132575] trunk/Source/WebCore Revision 132575 Author aba...@webkit.org Date 2012-10-26 00:07:15 -0700 (Fri, 26 Oct 2012) Log Message [V8] REGRESSION(132540) Assertion failure on V8DOMWrapper::setJSWrapperForDOMNode() https://bugs.webkit.org/show_bug.cgi?id=100462 Patch by MORITA H

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

2012-10-26 Thread abarth
Title: [132576] trunk/Source/WebCore Revision 132576 Author aba...@webkit.org Date 2012-10-26 00:15:54 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed. Update run-bindings-tests results after recent active DOM object changes. * bindings/scripts/test/V8/V8TestInterface.cpp: (WebCore::V8Te

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

2012-10-26 Thread commit-queue
Title: [132578] trunk/Source/WebKit2 Revision 132578 Author commit-qu...@webkit.org Date 2012-10-26 00:35:06 -0700 (Fri, 26 Oct 2012) Log Message Implement {get,set}FloatValueForKey https://bugs.webkit.org/show_bug.cgi?id=100452 Patch by Jaehun Lim on 2012-10-26 Reviewed by Anders Carls

[webkit-changes] [132579] trunk

2012-10-26 Thread tkent
Title: [132579] trunk Revision 132579 Author tk...@chromium.org Date 2012-10-26 00:43:29 -0700 (Fri, 26 Oct 2012) Log Message [Chromium-Win] Support shortTimeFormat https://bugs.webkit.org/show_bug.cgi?id=100471 Reviewed by Kentaro Hara. Source/WebCore: No new tests. Covered by fast/fo

[webkit-changes] [132580] trunk/LayoutTests

2012-10-26 Thread pfeldman
Title: [132580] trunk/LayoutTests Revision 132580 Author pfeld...@chromium.org Date 2012-10-26 00:51:53 -0700 (Fri, 26 Oct 2012) Log Message Not reviewed: chromiuim expectations updated. * platform/chromium/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/

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

2012-10-26 Thread abarth
Title: [132581] trunk/Source/WebCore Revision 132581 Author aba...@webkit.org Date 2012-10-26 01:10:52 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed. This ASSERT is no longer correct (and fires on many tests.) * bindings/v8/V8DOMWrapper.h: (WebCore::V8DOMWrapper::setJSWrapperForDOMObje

[webkit-changes] [132582] trunk

2012-10-26 Thread commit-queue
Title: [132582] trunk Revision 132582 Author commit-qu...@webkit.org Date 2012-10-26 01:11:34 -0700 (Fri, 26 Oct 2012) Log Message [BlackBerry] Support pixel tests for BlackBerry DRT https://bugs.webkit.org/show_bug.cgi?id=100210 Patch by Xiaobo Wang on 2012-10-26 Reviewed by Rob Buis.

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

2012-10-26 Thread commit-queue
Title: [132583] trunk/Source/WebCore Revision 132583 Author commit-qu...@webkit.org Date 2012-10-26 01:24:24 -0700 (Fri, 26 Oct 2012) Log Message [Qt]REGRESSION(r131428): cookies.db created on wrong place https://bugs.webkit.org/show_bug.cgi?id=99445 Patch by János Badics on 2012-10-26

[webkit-changes] [132585] trunk/LayoutTests

2012-10-26 Thread pfeldman
Title: [132585] trunk/LayoutTests Revision 132585 Author pfeld...@chromium.org Date 2012-10-26 01:25:32 -0700 (Fri, 26 Oct 2012) Log Message Not reviewed: chromiuim expectations updated. * platform/chromium/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/

[webkit-changes] [132586] trunk

2012-10-26 Thread tkent
Title: [132586] trunk Revision 132586 Author tk...@chromium.org Date 2012-10-26 01:39:00 -0700 (Fri, 26 Oct 2012) Log Message Disable ENABLE_INPUT_TYPE_WEEK on Chromium/Android https://bugs.webkit.org/show_bug.cgi?id=100457 Reviewed by Kentaro Hara. Source/WebKit/chromium: It was enabl

[webkit-changes] [132587] trunk/LayoutTests

2012-10-26 Thread tkent
Title: [132587] trunk/LayoutTests Revision 132587 Author tk...@chromium.org Date 2012-10-26 02:01:17 -0700 (Fri, 26 Oct 2012) Log Message [Chromium] Test expectation update. https://bugs.webkit.org/show_bug.cgi?id=100471 * platform/chromium/TestExpectations: We should do rebaseline for t

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

2012-10-26 Thread commit-queue
Title: [132588] trunk/Source/WebCore Revision 132588 Author commit-qu...@webkit.org Date 2012-10-26 02:06:34 -0700 (Fri, 26 Oct 2012) Log Message Web Inspector: Doctype Audits panel code https://bugs.webkit.org/show_bug.cgi?id=100371 Patch by Eugene Klyuchnikov on 2012-10-26 Reviewed by

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

2012-10-26 Thread bashi
Title: [132589] trunk/Source/WebCore Revision 132589 Author ba...@chromium.org Date 2012-10-26 02:09:09 -0700 (Fri, 26 Oct 2012) Log Message local(Helvetica) in src descriptor prevent fallback https://bugs.webkit.org/show_bug.cgi?id=100446 Reviewed by Dan Bernstein. FontCache::getCached

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

2012-10-26 Thread commit-queue
Title: [132590] trunk/Source/_javascript_Core Revision 132590 Author commit-qu...@webkit.org Date 2012-10-26 02:33:48 -0700 (Fri, 26 Oct 2012) Log Message [WIN] Make LLInt offsets extractor work on Windows https://bugs.webkit.org/show_bug.cgi?id=100369 Patch by Simon Hausmann on 2012-10

[webkit-changes] [132591] trunk

2012-10-26 Thread jchaffraix
Title: [132591] trunk Revision 132591 Author jchaffr...@webkit.org Date 2012-10-26 02:34:07 -0700 (Fri, 26 Oct 2012) Log Message Generate less repaint calls during subtree detaching https://bugs.webkit.org/show_bug.cgi?id=99741 Reviewed by Eric Seidel. Source/WebCore: Following bug 983

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

2012-10-26 Thread commit-queue
Title: [132592] trunk/Source/WebCore Revision 132592 Author commit-qu...@webkit.org Date 2012-10-26 02:37:55 -0700 (Fri, 26 Oct 2012) Log Message FileReader abort case causes Chromium renderer crash https://bugs.webkit.org/show_bug.cgi?id=99142 Patch by Ningxin Hu on 2012-10-26 Reviewed

[webkit-changes] [132593] trunk/LayoutTests

2012-10-26 Thread tkent
Title: [132593] trunk/LayoutTests Revision 132593 Author tk...@chromium.org Date 2012-10-26 02:39:21 -0700 (Fri, 26 Oct 2012) Log Message [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html fails every 3 days https://bugs.webkit.org/show_bug.cgi?id

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

2012-10-26 Thread commit-queue
Title: [132594] trunk/Source/WebKit2 Revision 132594 Author commit-qu...@webkit.org Date 2012-10-26 02:40:21 -0700 (Fri, 26 Oct 2012) Log Message [EFL][WK2] Move input method code out of EwkViewImpl https://bugs.webkit.org/show_bug.cgi?id=100468 Patch by Christophe Dumez on 2012-10-26 R

[webkit-changes] [132595] trunk/LayoutTests

2012-10-26 Thread commit-queue
Title: [132595] trunk/LayoutTests Revision 132595 Author commit-qu...@webkit.org Date 2012-10-26 02:40:37 -0700 (Fri, 26 Oct 2012) Log Message [EFL] Unskip svg/foreignObject/viewport-foreignobject-crash.html https://bugs.webkit.org/show_bug.cgi?id=100467 Unreviewed, EFL gardening. Remov

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

2012-10-26 Thread keishi
Title: [132596] trunk/Source/WebCore Revision 132596 Author kei...@webkit.org Date 2012-10-26 02:56:23 -0700 (Fri, 26 Oct 2012) Log Message Refactor calendar picker to remove _x/_y from DaysTable https://bugs.webkit.org/show_bug.cgi?id=100460 Reviewed by Kent Tamura. _x/_y properties ke

[webkit-changes] [132597] trunk/Tools

2012-10-26 Thread commit-queue
Title: [132597] trunk/Tools Revision 132597 Author commit-qu...@webkit.org Date 2012-10-26 03:00:27 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed, rolling out r132552. http://trac.webkit.org/changeset/132552 https://bugs.webkit.org/show_bug.cgi?id=100486 Makes typeahead tests crash in

[webkit-changes] [132598] trunk/LayoutTests

2012-10-26 Thread commit-queue
Title: [132598] trunk/LayoutTests Revision 132598 Author commit-qu...@webkit.org Date 2012-10-26 03:09:01 -0700 (Fri, 26 Oct 2012) Log Message [EFL] Gardening after bug 99824 https://bugs.webkit.org/show_bug.cgi?id=100469 Unreviewed, EFL gardening. Unskip following 3 test cases after bu

[webkit-changes] [132599] trunk

2012-10-26 Thread commit-queue
Title: [132599] trunk Revision 132599 Author commit-qu...@webkit.org Date 2012-10-26 03:18:15 -0700 (Fri, 26 Oct 2012) Log Message fast/forms/file/input-file-write-files.html should cover correct setting value https://bugs.webkit.org/show_bug.cgi?id=100085 Patch by Li Yin on 2012-10-26

[webkit-changes] [132600] trunk

2012-10-26 Thread commit-queue
Title: [132600] trunk Revision 132600 Author commit-qu...@webkit.org Date 2012-10-26 03:20:33 -0700 (Fri, 26 Oct 2012) Log Message Add feature flags for CSS Device Adaptation https://bugs.webkit.org/show_bug.cgi?id=95960 Patch by Thiago Marcos P. Santos on 2012-10-26 Reviewed by Kenneth

[webkit-changes] [132601] trunk

2012-10-26 Thread commit-queue
Title: [132601] trunk Revision 132601 Author commit-qu...@webkit.org Date 2012-10-26 03:22:02 -0700 (Fri, 26 Oct 2012) Log Message [EFL][WK2] Enable WebGL https://bugs.webkit.org/show_bug.cgi?id=97652 Patch by Regina Chung on 2012-10-26 Reviewed by Gyuyoung Kim. .: Use Graphics Surfac

[webkit-changes] [132603] trunk/LayoutTests

2012-10-26 Thread ossy
Title: [132603] trunk/LayoutTests Revision 132603 Author o...@webkit.org Date 2012-10-26 03:40:51 -0700 (Fri, 26 Oct 2012) Log Message [Qt][WK2] Unreviewed gardening, skip a new failing test. * platform/qt-5.0-wk2/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/Layou

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

2012-10-26 Thread yurys
Title: [132605] trunk/Source/WebCore Revision 132605 Author yu...@chromium.org Date 2012-10-26 03:50:46 -0700 (Fri, 26 Oct 2012) Log Message Memory instrumentation: do not report memory occupied by v8::String https://bugs.webkit.org/show_bug.cgi?id=100487 Reviewed by Alexander Pavlov. P

[webkit-changes] [132607] trunk/LayoutTests

2012-10-26 Thread kbalazs
Title: [132607] trunk/LayoutTests Revision 132607 Author kbal...@webkit.org Date 2012-10-26 03:51:48 -0700 (Fri, 26 Oct 2012) Log Message [Qt] Pixel tests need rebaseline https://bugs.webkit.org/show_bug.cgi?id=99323 Unreviewed pixel gardening. Added a bunch of pixel expectations for Qt

[webkit-changes] [132608] trunk

2012-10-26 Thread ossy
Title: [132608] trunk Revision 132608 Author o...@webkit.org Date 2012-10-26 03:52:27 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed, rolling out r132601. http://trac.webkit.org/changeset/132601 https://bugs.webkit.org/show_bug.cgi?id=100494 It broke the Qt build (Requested by Ossy on #

[webkit-changes] [132610] trunk/Tools

2012-10-26 Thread commit-queue
Title: [132610] trunk/Tools Revision 132610 Author commit-qu...@webkit.org Date 2012-10-26 04:07:59 -0700 (Fri, 26 Oct 2012) Log Message [BlackBerry] Support pixel tests for BlackBerry DRT https://bugs.webkit.org/show_bug.cgi?id=100210 Patch by Xiaobo Wang on 2012-10-26 Reviewed by Rob

[webkit-changes] [132612] trunk

2012-10-26 Thread jchaffraix
Title: [132612] trunk Revision 132612 Author jchaffr...@webkit.org Date 2012-10-26 04:13:46 -0700 (Fri, 26 Oct 2012) Log Message RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called https://bugs.webkit.org/show_bug.cgi?id=99861 Reviewed by Ojan

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

2012-10-26 Thread commit-queue
Title: [132613] trunk/Source/WebCore Revision 132613 Author commit-qu...@webkit.org Date 2012-10-26 04:17:22 -0700 (Fri, 26 Oct 2012) Log Message [CMAKE] Add TextAutosizer.cpp in WebCore/CMakeLists.txt https://bugs.webkit.org/show_bug.cgi?id=100476 Patch by Jaehun Lim on 2012-10-26 Revi

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

2012-10-26 Thread commit-queue
Title: [132615] trunk/Source/WebKit/efl Revision 132615 Author commit-qu...@webkit.org Date 2012-10-26 04:21:25 -0700 (Fri, 26 Oct 2012) Log Message [Texmap][EFL] Implementation of AC related functions in ChromeClientEfl and ewkView. https://bugs.webkit.org/show_bug.cgi?id=82315 Patch by

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

2012-10-26 Thread commit-queue
Title: [132617] trunk/Source/WebKit2 Revision 132617 Author commit-qu...@webkit.org Date 2012-10-26 04:32:25 -0700 (Fri, 26 Oct 2012) Log Message [EFL][WK2] Add Ewk_Color_Picker API https://bugs.webkit.org/show_bug.cgi?id=100472 Patch by Christophe Dumez on 2012-10-26 Reviewed by Kennet

[webkit-changes] [132619] trunk/LayoutTests

2012-10-26 Thread commit-queue
Title: [132619] trunk/LayoutTests Revision 132619 Author commit-qu...@webkit.org Date 2012-10-26 04:39:36 -0700 (Fri, 26 Oct 2012) Log Message [EFL] Gardening to make the bots green https://bugs.webkit.org/show_bug.cgi?id=100481 Unreviewed EFL gardening. Skip failing test and also unski

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

2012-10-26 Thread commit-queue
Title: [132620] trunk/Source/WebCore Revision 132620 Author commit-qu...@webkit.org Date 2012-10-26 04:40:16 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed, rolling out r132589. http://trac.webkit.org/changeset/132589 https://bugs.webkit.org/show_bug.cgi?id=100498 Breaks font-face layou

[webkit-changes] [132621] trunk

2012-10-26 Thread tasak
Title: [132621] trunk Revision 132621 Author ta...@google.com Date 2012-10-26 04:42:54 -0700 (Fri, 26 Oct 2012) Log Message [Shadow]: removing styles in shadow dom subtree causes crash. https://bugs.webkit.org/show_bug.cgi?id=100455 Reviewed by Hajime Morita. Source/WebCore: To quickly

[webkit-changes] [132622] trunk/LayoutTests

2012-10-26 Thread rakuco
Title: [132622] trunk/LayoutTests Revision 132622 Author rak...@webkit.org Date 2012-10-26 04:53:11 -0700 (Fri, 26 Oct 2012) Log Message [EFL] More pixel rebaselines after r131941 and r131991. * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png: * platform/efl/fast/d

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

2012-10-26 Thread apavlov
Title: [132623] trunk/Source/WebCore Revision 132623 Author apav...@chromium.org Date 2012-10-26 04:55:53 -0700 (Fri, 26 Oct 2012) Log Message Web Inspector: [Overrides] Do not persist the User Agent "master switch" https://bugs.webkit.org/show_bug.cgi?id=100484 Reviewed by Yury Semikhat

[webkit-changes] [132625] trunk/LayoutTests

2012-10-26 Thread kbalazs
Title: [132625] trunk/LayoutTests Revision 132625 Author kbal...@webkit.org Date 2012-10-26 05:05:03 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed, rolling out r132607. http://trac.webkit.org/changeset/132607 https://bugs.webkit.org/show_bug.cgi?id=100502 "SOS! More wrong paths." (Requ

[webkit-changes] [132626] trunk/LayoutTests

2012-10-26 Thread pfeldman
Title: [132626] trunk/LayoutTests Revision 132626 Author pfeld...@chromium.org Date 2012-10-26 05:16:10 -0700 (Fri, 26 Oct 2012) Log Message Not reviewed: chromium baselines for selection-after-remove updated. * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png:

[webkit-changes] [132627] trunk

2012-10-26 Thread hausmann
Title: [132627] trunk Revision 132627 Author hausm...@webkit.org Date 2012-10-26 05:18:57 -0700 (Fri, 26 Oct 2012) Log Message [EFL][WK2] Enable WebGL https://bugs.webkit.org/show_bug.cgi?id=97652 Patch by Regina Chung on 2012-10-26 Reviewed by Gyuyoung Kim. .: Use Graphics Surface to

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

2012-10-26 Thread hausmann
Title: [132628] trunk/Source/WebCore Revision 132628 Author hausm...@webkit.org Date 2012-10-26 05:19:21 -0700 (Fri, 26 Oct 2012) Log Message [Qt] Remove QOpenGL specific code from GraphicsSurfaceGLX. https://bugs.webkit.org/show_bug.cgi?id=100492 This patch removes most of the QOpenGLCo

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

2012-10-26 Thread hausmann
Title: [132629] trunk/Source/WebCore Revision 132629 Author hausm...@webkit.org Date 2012-10-26 05:19:46 -0700 (Fri, 26 Oct 2012) Log Message [Qt] Temporarily disable use of QXcbNativeInterface in GraphicsSurfaceGLX. https://bugs.webkit.org/show_bug.cgi?id=100493 Once QXcbNativeInterface

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

2012-10-26 Thread dominik . rottsches
Title: [132630] trunk/Source/WebCore Revision 132630 Author dominik.rottsc...@intel.com Date 2012-10-26 05:24:15 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed, rolling out r132493. http://trac.webkit.org/changeset/132493 https://bugs.webkit.org/show_bug.cgi?id=100509 It didn't fix the

[webkit-changes] [132631] trunk/LayoutTests

2012-10-26 Thread rakuco
Title: [132631] trunk/LayoutTests Revision 132631 Author rak...@webkit.org Date 2012-10-26 05:25:26 -0700 (Fri, 26 Oct 2012) Log Message [EFL] ... And another pixel rebaseline after r131941 and r131991. * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png: Modified

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

2012-10-26 Thread loislo
Title: [132632] trunk/Source/WebCore Revision 132632 Author loi...@chromium.org Date 2012-10-26 05:25:27 -0700 (Fri, 26 Oct 2012) Log Message Web Inspector: NMI instrument InspectorResourceAgent. it caches resources for the front-end. https://bugs.webkit.org/show_bug.cgi?id=100496 Review

[webkit-changes] [132633] trunk

2012-10-26 Thread kenneth
Title: [132633] trunk Revision 132633 Author kenn...@webkit.org Date 2012-10-26 05:27:15 -0700 (Fri, 26 Oct 2012) Log Message Printing should use use high resolution images when available https://bugs.webkit.org/show_bug.cgi?id=100488 Reviewed by Antti Koivisto. The images loaded using

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

2012-10-26 Thread hausmann
Title: [132634] trunk/Source/WebCore Revision 132634 Author hausm...@webkit.org Date 2012-10-26 05:38:47 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed trivial build fix: It's glXGetCurrentContext not glxGetCurrentContext :) * platform/graphics/surfaces/qt/GraphicsSurfaceGLX.cpp: (WebCo

[webkit-changes] [132635] trunk/LayoutTests

2012-10-26 Thread zandobersek
Title: [132635] trunk/LayoutTests Revision 132635 Author zandober...@gmail.com Date 2012-10-26 05:40:09 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed. Removing bogus '#EOF\n' data in the listed PNG file that's positioned after the IEND PNG chunk. * platform/qt-5.0/svg/W3C-SVG-1.1-SE/ps

[webkit-changes] [132636] trunk

2012-10-26 Thread commit-queue
Title: [132636] trunk Revision 132636 Author commit-qu...@webkit.org Date 2012-10-26 05:48:36 -0700 (Fri, 26 Oct 2012) Log Message [Qt] Fix the LLInt build on Windows https://bugs.webkit.org/show_bug.cgi?id=97648 Patch by Simon Hausmann on 2012-10-26 Reviewed by Tor Arne Vestbø. Source

[webkit-changes] [132637] trunk/Source/WebKit/gtk/po

2012-10-26 Thread kov
Title: [132637] trunk/Source/WebKit/gtk/po Revision 132637 Author k...@webkit.org Date 2012-10-26 05:48:54 -0700 (Fri, 26 Oct 2012) Log Message German de.po translation needs update https://bugs.webkit.org/show_bug.cgi?id=91349 Patch by Christian Kirbach on 2012-10-26 Rubber-stamped by

[webkit-changes] [132638] trunk/LayoutTests

2012-10-26 Thread dominik . rottsches
Title: [132638] trunk/LayoutTests Revision 132638 Author dominik.rottsc...@intel.com Date 2012-10-26 05:54:40 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed Apple Win gardening. * platform/win/TestExpectations: Skipping XHR timeout tests. Modified Paths trunk/LayoutTests/ChangeLog tru

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

2012-10-26 Thread pfeldman
Title: [132639] trunk/Source/WebCore Revision 132639 Author pfeld...@chromium.org Date 2012-10-26 05:55:27 -0700 (Fri, 26 Oct 2012) Log Message Web Inspector: fast return upon setting the same dock side. https://bugs.webkit.org/show_bug.cgi?id=100510 Reviewed by Vsevolod Vlasov. Added f

[webkit-changes] [132641] trunk

2012-10-26 Thread commit-queue
Title: [132641] trunk Revision 132641 Author commit-qu...@webkit.org Date 2012-10-26 06:13:00 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed, rolling out r132612. http://trac.webkit.org/changeset/132612 https://bugs.webkit.org/show_bug.cgi?id=100512 Crashes fast/events/tabindex-focus-bl

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

2012-10-26 Thread apavlov
Title: [132642] trunk/Source/WebCore Revision 132642 Author apav...@chromium.org Date 2012-10-26 06:14:50 -0700 (Fri, 26 Oct 2012) Log Message Web Inspector: Remove the on-hover highlighting of console messages https://bugs.webkit.org/show_bug.cgi?id=100511 Reviewed by Pavel Feldman. Th

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

2012-10-26 Thread commit-queue
Title: [132643] trunk/Source/WebKit2 Revision 132643 Author commit-qu...@webkit.org Date 2012-10-26 06:17:51 -0700 (Fri, 26 Oct 2012) Log Message [EFL][WK2] Initialize Ewk_Context class members in initialization list https://bugs.webkit.org/show_bug.cgi?id=100503 Patch by Christophe Dume

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

2012-10-26 Thread yurys
Title: [132644] trunk/Source/WebCore Revision 132644 Author yu...@chromium.org Date 2012-10-26 06:20:38 -0700 (Fri, 26 Oct 2012) Log Message Memory instrumentation: report memory occupied by ResourceRequest instead of its base ResourceRequestBase https://bugs.webkit.org/show_bug.cgi?id=10

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

2012-10-26 Thread apavlov
Title: [132645] trunk/Source/WebCore Revision 132645 Author apav...@chromium.org Date 2012-10-26 06:27:53 -0700 (Fri, 26 Oct 2012) Log Message Web Inspector: Bring device geolocation and orientation emulation from behind the experiment https://bugs.webkit.org/show_bug.cgi?id=100220 Revie

[webkit-changes] [132646] trunk/LayoutTests

2012-10-26 Thread rakuco
Title: [132646] trunk/LayoutTests Revision 132646 Author rak...@webkit.org Date 2012-10-26 06:32:32 -0700 (Fri, 26 Oct 2012) Log Message [EFL] Add custom expectation for test added in r131557. * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png: Added. Modified Pat

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

2012-10-26 Thread tkent
Title: [132648] trunk/Source/WebCore Revision 132648 Author tk...@chromium.org Date 2012-10-26 07:07:49 -0700 (Fri, 26 Oct 2012) Log Message Crash in PagePopupController by events after WebPagePopupImpl::closePopup https://bugs.webkit.org/show_bug.cgi?id=100454 Reviewed by Hajime Morita.

[webkit-changes] [132649] trunk/LayoutTests

2012-10-26 Thread rakuco
Title: [132649] trunk/LayoutTests Revision 132649 Author rak...@webkit.org Date 2012-10-26 07:19:47 -0700 (Fri, 26 Oct 2012) Log Message [EFL] Skip a few tests which produce wrong pixel expectations. * platform/efl/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/Layo

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

2012-10-26 Thread tkent
Title: [132650] trunk/Source/WebCore Revision 132650 Author tk...@chromium.org Date 2012-10-26 07:22:53 -0700 (Fri, 26 Oct 2012) Log Message Refactor Localizer-related classes. https://bugs.webkit.org/show_bug.cgi?id=100482 Reviewed by Kentaro Hara. - Localizer has unused code Localize

[webkit-changes] [132651] tags/Safari-537.16/

2012-10-26 Thread lforschler
Title: [132651] tags/Safari-537.16/ Revision 132651 Author lforsch...@apple.com Date 2012-10-26 07:25:58 -0700 (Fri, 26 Oct 2012) Log Message Remove Tag. Removed Paths tags/Safari-537.16/ Diff ___ webkit-changes mailing list webkit-cha

[webkit-changes] [132652] tags/Safari-537.16/

2012-10-26 Thread lforschler
Title: [132652] tags/Safari-537.16/ Revision 132652 Author lforsch...@apple.com Date 2012-10-26 07:26:09 -0700 (Fri, 26 Oct 2012) Log Message New Tag. Added Paths tags/Safari-537.16/ Diff Property changes: tags/Safari-537.16 Added: svn:ignore depcomp compile config.guess GNUmake

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

2012-10-26 Thread commit-queue
Title: [132653] trunk/Source/WebKit/blackberry Revision 132653 Author commit-qu...@webkit.org Date 2012-10-26 07:30:12 -0700 (Fri, 26 Oct 2012) Log Message [BlackBerry] ASSERT currentThreadIsHoldingLock() failed in MarkedAllocator::allocateSlowCase() https://bugs.webkit.org/show_bug.cgi?i

[webkit-changes] [132654] trunk/LayoutTests

2012-10-26 Thread commit-queue
Title: [132654] trunk/LayoutTests Revision 132654 Author commit-qu...@webkit.org Date 2012-10-26 07:43:32 -0700 (Fri, 26 Oct 2012) Log Message [WK2] should enable two postredirect tests https://bugs.webkit.org/show_bug.cgi?id=100508 Unreviewed gardening. The EFL results for these tests

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

2012-10-26 Thread yurys
Title: [132655] trunk/Source/WebCore Revision 132655 Author yu...@chromium.org Date 2012-10-26 07:49:20 -0700 (Fri, 26 Oct 2012) Log Message [v8] Memory instrumentation: don't count memory of WrapperTypeInfo https://bugs.webkit.org/show_bug.cgi?id=100517 Reviewed by Alexander Pavlov. *

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

2012-10-26 Thread tkent
Title: [132656] trunk/Source/WebCore Revision 132656 Author tk...@chromium.org Date 2012-10-26 07:58:17 -0700 (Fri, 26 Oct 2012) Log Message [Chromium] Build fix for r132650. https://bugs.webkit.org/show_bug.cgi?id=100482 * platform/text/LocaleWin.cpp: (WebCore::LocaleWin::timeFormat):

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

2012-10-26 Thread commit-queue
Title: [132657] trunk/Source/WebKit2 Revision 132657 Author commit-qu...@webkit.org Date 2012-10-26 07:58:31 -0700 (Fri, 26 Oct 2012) Log Message [EFL][WK2] Get rid of C'ism in text checker API https://bugs.webkit.org/show_bug.cgi?id=100513 Patch by Christophe Dumez on 2012-10-26 Review

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

2012-10-26 Thread loislo
Title: [132658] trunk/Source/WebCore Revision 132658 Author loi...@chromium.org Date 2012-10-26 08:07:46 -0700 (Fri, 26 Oct 2012) Log Message Web Inspector: instrument chromium GlyphCache. It keeps ~2mb data on gmail. https://bugs.webkit.org/show_bug.cgi?id=100515 Reviewed by Yury Semikh

[webkit-changes] [132660] trunk/LayoutTests/platform/qt-5.0-wk2

2012-10-26 Thread ossy
Title: [132660] trunk/LayoutTests/platform/qt-5.0-wk2 Revision 132660 Author o...@webkit.org Date 2012-10-26 08:21:31 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed. Remove empty buggy directories. Removed Paths trunk/LayoutTests/platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-s

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

2012-10-26 Thread ossy
Title: [132661] trunk/Source/WebCore Revision 132661 Author o...@webkit.org Date 2012-10-26 08:33:27 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed, rolling out r132658. http://trac.webkit.org/changeset/132658 https://bugs.webkit.org/show_bug.cgi?id=100515 It broke the Qt build * inspe

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

2012-10-26 Thread loislo
Title: [132662] trunk/Source/WebCore Revision 132662 Author loi...@chromium.org Date 2012-10-26 08:36:58 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed build fix for Qt builders. * platform/qt/MemoryUsageSupportQt.cpp: Modified Paths trunk/Source/WebCore/ChangeLog trunk/Source/WebCore

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

2012-10-26 Thread loislo
Title: [132663] trunk/Source/WebCore Revision 132663 Author loi...@chromium.org Date 2012-10-26 08:42:49 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed, rolling out r132662. http://trac.webkit.org/changeset/132662 https://bugs.webkit.org/show_bug.cgi?id=100528 It is not necessary any mo

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

2012-10-26 Thread antti
Title: [132664] trunk/Source/WebCore Revision 132664 Author an...@apple.com Date 2012-10-26 08:49:30 -0700 (Fri, 26 Oct 2012) Log Message Lots of time spent under DNSResolveQueue::platformProxyIsEnabledInSystemPreferences https://bugs.webkit.org/show_bug.cgi?id=100514 Reviewed by Anders

[webkit-changes] [132665] trunk

2012-10-26 Thread fmalita
Title: [132665] trunk Revision 132665 Author fmal...@chromium.org Date 2012-10-26 08:57:08 -0700 (Fri, 26 Oct 2012) Log Message Crash on loading SVG filter resource on HTML element https://bugs.webkit.org/show_bug.cgi?id=100491 Reviewed by Dirk Schulze. Source/WebCore: Skip non-filter

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

2012-10-26 Thread thakis
Title: [132666] trunk/Source/WebCore Revision 132666 Author tha...@chromium.org Date 2012-10-26 08:58:42 -0700 (Fri, 26 Oct 2012) Log Message Clear m_orientation in FrameData::clear() for skia https://bugs.webkit.org/show_bug.cgi?id=100456 Reviewed by Stephen White. clear() is only call

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

2012-10-26 Thread arv
Title: [132667] trunk/Source/WebCore Revision 132667 Author a...@chromium.org Date 2012-10-26 09:09:57 -0700 (Fri, 26 Oct 2012) Log Message Replaceable attributes should also have readonly https://bugs.webkit.org/show_bug.cgi?id=91768 Reviewed by Adam Barth. This updates the code genera

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

2012-10-26 Thread mkwst
Title: [132668] trunk/Source/WebCore Revision 132668 Author mk...@chromium.org Date 2012-10-26 09:12:36 -0700 (Fri, 26 Oct 2012) Log Message Web Inspector: Fix log-type icon alignment. https://bugs.webkit.org/show_bug.cgi?id=100520 Reviewed by Yury Semikhatsky. The icons are just a pixe

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

2012-10-26 Thread commit-queue
Title: [132669] trunk/Source/WebCore Revision 132669 Author commit-qu...@webkit.org Date 2012-10-26 09:25:52 -0700 (Fri, 26 Oct 2012) Log Message [BlackBerry] Extending existing ThreadUnsafe singletons in webkit to Generic ThreadUnsafe Singleton https://bugs.webkit.org/show_bug.cgi?id=100

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

2012-10-26 Thread zeno . albisser
Title: [132671] trunk/Source/WebCore Revision 132671 Author zeno.albis...@digia.com Date 2012-10-26 10:19:10 -0700 (Fri, 26 Oct 2012) Log Message [Qt] MiniBrowser segfaults on exit after using WebGL. https://bugs.webkit.org/show_bug.cgi?id=100523 The display connection must not be closed

[webkit-changes] [132672] trunk/LayoutTests

2012-10-26 Thread thakis
Title: [132672] trunk/LayoutTests Revision 132672 Author tha...@chromium.org Date 2012-10-26 10:30:01 -0700 (Fri, 26 Oct 2012) Log Message [chromium] Enable fast/images/exif-orientation.html https://bugs.webkit.org/show_bug.cgi?id=100534 Unreviewed, TestExpecations change. The baselines

[webkit-changes] [132674] tags/Safari-537.16/Source/JavaScriptCore

2012-10-26 Thread lforschler
Title: [132674] tags/Safari-537.16/Source/_javascript_Core Revision 132674 Author lforsch...@apple.com Date 2012-10-26 10:30:33 -0700 (Fri, 26 Oct 2012) Log Message Merge fix for Modified Paths tags/Safari-537.16/Source/_javascript_Core/ChangeLog tags/Safari-537.16/Source/_javascript_C

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

2012-10-26 Thread scheib
Title: [132675] trunk/Source/WebCore Revision 132675 Author sch...@chromium.org Date 2012-10-26 10:49:23 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed, rolling out r132644. http://trac.webkit.org/changeset/132644 https://bugs.webkit.org/show_bug.cgi?id=100497 Causes webkit_unit_tests M

[webkit-changes] [132676] branches/chromium/1271

2012-10-26 Thread kareng
Title: [132676] branches/chromium/1271 Revision 132676 Author kar...@chromium.org Date 2012-10-26 10:52:33 -0700 (Fri, 26 Oct 2012) Log Message Merge 131315 - Calling WebCore::SharedBuffer::append(data, 0) on a shared buffer when its current position is at a segment boundary (4096) ends u

[webkit-changes] [132677] trunk/Tools

2012-10-26 Thread dbarton
Title: [132677] trunk/Tools Revision 132677 Author dbar...@mathscribe.com Date 2012-10-26 11:18:14 -0700 (Fri, 26 Oct 2012) Log Message Unreviewed. Update my IRC nickname to a registered one. * Scripts/webkitpy/common/config/committers.py: Modified Paths trunk/Tools/ChangeLog trunk/Too

[webkit-changes] [132678] trunk

2012-10-26 Thread rakuco
Title: [132678] trunk Revision 132678 Author rak...@webkit.org Date 2012-10-26 11:41:10 -0700 (Fri, 26 Oct 2012) Log Message webkitpy: Pass the `Listen' Apache directive from webkitpy, not the httpd.conf files. https://bugs.webkit.org/show_bug.cgi?id=98602 Reviewed by Dirk Pranke. Tools

[webkit-changes] [132679] trunk/Tools

2012-10-26 Thread wangxianzhu
Title: [132679] trunk/Tools Revision 132679 Author wangxian...@chromium.org Date 2012-10-26 11:44:40 -0700 (Fri, 26 Oct 2012) Log Message Build bot gives incorrect link to EWS build failure https://bugs.webkit.org/show_bug.cgi?id=100436 Reviewed by Adam Barth. * Scripts/webkitpy/tool/bo

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

2012-10-26 Thread vsevik
Title: [132680] trunk/Source/WebCore Revision 132680 Author vse...@chromium.org Date 2012-10-26 11:47:29 -0700 (Fri, 26 Oct 2012) Log Message Web Inspector: Breakpoints are not managed correctly when editing uiSourceCode that was bound to ScriptFile after _javascript_SourceFrame creation.

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

2012-10-26 Thread commit-queue
Title: [132681] trunk/Source/WebCore Revision 132681 Author commit-qu...@webkit.org Date 2012-10-26 11:51:21 -0700 (Fri, 26 Oct 2012) Log Message Remove the circular reference between TextTrack and TextTrackCue https://bugs.webkit.org/show_bug.cgi?id=100300 Patch by Aaron Colwell on 201

[webkit-changes] [132682] trunk

2012-10-26 Thread krit
Title: [132682] trunk Revision 132682 Author k...@webkit.org Date 2012-10-26 12:06:00 -0700 (Fri, 26 Oct 2012) Log Message -webkit-clip-path property should just reference clipPath https://bugs.webkit.org/show_bug.cgi?id=100531 Reviewed by Eric Seidel. Source/WebCore: The -webkit-clip-

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

2012-10-26 Thread danakj
Title: [132683] trunk/Source/Platform Revision 132683 Author dan...@chromium.org Date 2012-10-26 12:15:39 -0700 (Fri, 26 Oct 2012) Log Message [chromium] Add implicit conversions between WebFloatPoint and gfx::PointF https://bugs.webkit.org/show_bug.cgi?id=100435 Reviewed by James Robins

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

2012-10-26 Thread commit-queue
Title: [132684] trunk/Source/WebCore Revision 132684 Author commit-qu...@webkit.org Date 2012-10-26 12:28:43 -0700 (Fri, 26 Oct 2012) Log Message Remove setRenderStyle in favor of callbacks on HTMLOptionElement and HTMLOptGroupElement https://bugs.webkit.org/show_bug.cgi?id=100397 Patch

[webkit-changes] [132685] trunk

2012-10-26 Thread commit-queue
Title: [132685] trunk Revision 132685 Author commit-qu...@webkit.org Date 2012-10-26 12:57:52 -0700 (Fri, 26 Oct 2012) Log Message [CSS Exclusions] Block children have incorrect offset when shape-inside element lays out below other elements https://bugs.webkit.org/show_bug.cgi?id=98189 P

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

2012-10-26 Thread commit-queue
Title: [132686] trunk/Source/Platform Revision 132686 Author commit-qu...@webkit.org Date 2012-10-26 12:58:01 -0700 (Fri, 26 Oct 2012) Log Message [chromium] Add additional memory management fields to WebGraphicsContext3D https://bugs.webkit.org/show_bug.cgi?id=99703 Patch by Christopher

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

2012-10-26 Thread zhajiang
Title: [132687] trunk/Source/WebKit/blackberry Revision 132687 Author zhaji...@rim.com Date 2012-10-26 13:02:41 -0700 (Fri, 26 Oct 2012) Log Message [BlackBerry][FullScreen] entering/leaving fullscreen results in temporary glitches on the screen https://bugs.webkit.org/show_bug.cgi?id=100

[webkit-changes] [132688] trunk

2012-10-26 Thread rwlbuis
Title: [132688] trunk Revision 132688 Author rwlb...@webkit.org Date 2012-10-26 13:12:25 -0700 (Fri, 26 Oct 2012) Log Message [BlackBerry] Platform Abstraction for WebKit Resource/Image Loading https://bugs.webkit.org/show_bug.cgi?id=100518 PR 231732 Reviewed by Yong Li. .: Remove RES

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

2012-10-26 Thread andersca
Title: [132689] trunk/Source/WTF Revision 132689 Author ander...@apple.com Date 2012-10-26 13:36:40 -0700 (Fri, 26 Oct 2012) Log Message Add an operator& to RetainPtr https://bugs.webkit.org/show_bug.cgi?id=100549 Reviewed by Dan Bernstein. This is useful for APIs that return references

[webkit-changes] [132690] trunk/Tools

2012-10-26 Thread roger_fong
Title: [132690] trunk/Tools Revision 132690 Author roger_f...@apple.com Date 2012-10-26 13:41:25 -0700 (Fri, 26 Oct 2012) Log Message Get rid of ( Modified Paths trunk/Tools/ChangeLog trunk/Tools/Scripts/old-run-webkit-tests Diff Modified: trunk/Tools/ChangeLog (132689 => 132690)

  1   2   >