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

2012-11-27 Thread zandobersek
Title: [135980] trunk/Source/WebCore Revision 135980 Author zandober...@gmail.com Date 2012-11-27 23:42:36 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed functionality fix, return the height in ImageFrame::height() on non-Skia platforms. * platform/image-decoders/ImageDecoder.h: (WebCor

[webkit-changes] [135978] trunk/LayoutTests

2012-11-27 Thread apavlov
Title: [135978] trunk/LayoutTests Revision 135978 Author apav...@chromium.org Date 2012-11-27 22:50:45 -0800 (Tue, 27 Nov 2012) Log Message [Chromium] Unreviewed, mark http/tests/inspector/indexeddb/database-data.html as flaky on Linux, too. * platform/chromium/TestExpectations: Modifie

[webkit-changes] [135977] trunk/LayoutTests

2012-11-27 Thread apavlov
Title: [135977] trunk/LayoutTests Revision 135977 Author apav...@chromium.org Date 2012-11-27 22:07:32 -0800 (Tue, 27 Nov 2012) Log Message [Chromium] Unreviewed, mark http/tests/canvas/canvas-slow-font-loading.html as failing on all of Mac. * platform/chromium/TestExpectations: Modifie

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

2012-11-27 Thread bfulgham
Title: [135976] trunk/Source/WebCore Revision 135976 Author bfulg...@webkit.org Date 2012-11-27 21:41:24 -0800 (Tue, 27 Nov 2012) Log Message Optimization in image decoding https://bugs.webkit.org/show_bug.cgi?id=88424 Patch by Viatcheslav Ostapenko on 2012-11-27 Reviewed by Brent Fulgh

[webkit-changes] [135974] trunk/LayoutTests

2012-11-27 Thread tkent
Title: [135974] trunk/LayoutTests Revision 135974 Author tk...@chromium.org Date 2012-11-27 21:35:44 -0800 (Tue, 27 Nov 2012) Log Message [Chromium] Test expectation update https://bugs.webkit.org/show_bug.cgi?id=96720 * platform/chromium/TestExpectations: datetimelocal-multiple-fields-p

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

2012-11-27 Thread commit-queue
Title: [135973] trunk/Source/WebKit2 Revision 135973 Author commit-qu...@webkit.org Date 2012-11-27 21:28:27 -0800 (Tue, 27 Nov 2012) Log Message [EFL][WK2] Duplicated WebPageGroup initialization https://bugs.webkit.org/show_bug.cgi?id=103229 Patch by Jinwoo Song on 2012-11-27 Reviewed

[webkit-changes] [135972] trunk/Source

2012-11-27 Thread msaboff
Title: [135972] trunk/Source Revision 135972 Author msab...@apple.com Date 2012-11-27 21:27:34 -0800 (Tue, 27 Nov 2012) Log Message TextIterator unnecessarily converts 8 bit strings to 16 bits https://bugs.webkit.org/show_bug.cgi?id=103295 Reviewed by Brent Fulgham. Source/WebCore: Cha

[webkit-changes] [135970] trunk/Tools

2012-11-27 Thread tony
Title: [135970] trunk/Tools Revision 135970 Author t...@chromium.org Date 2012-11-27 21:13:57 -0800 (Tue, 27 Nov 2012) Log Message Bring back partytime! https://bugs.webkit.org/show_bug.cgi?id=103466 Reviewed by Adam Barth. "code 404, message Unknown function images/partytime_gif" since

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

2012-11-27 Thread commit-queue
Title: [135969] trunk/Source/WebCore Revision 135969 Author commit-qu...@webkit.org Date 2012-11-27 20:54:01 -0800 (Tue, 27 Nov 2012) Log Message Remove ASSERT_NOT_REACHED() from IDBCursorBackendImpl::postSuccessHandlerCallback() https://bugs.webkit.org/show_bug.cgi?id=103461 Patch by Mi

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

2012-11-27 Thread shinyak
Title: [135967] trunk/Source/WebCore Revision 135967 Author shin...@chromium.org Date 2012-11-27 20:37:21 -0800 (Tue, 27 Nov 2012) Log Message [Refactoring] HasSelectorForClassStyleFunctor in Element.cpp seems verbose https://bugs.webkit.org/show_bug.cgi?id=103474 Reviewed by Hajime Mori

[webkit-changes] [135965] trunk

2012-11-27 Thread jchaffraix
Title: [135965] trunk Revision 135965 Author jchaffr...@webkit.org Date 2012-11-27 18:16:36 -0800 (Tue, 27 Nov 2012) Log Message Support proper / calc() resolution for grid items https://bugs.webkit.org/show_bug.cgi?id=102968 Reviewed by Ojan Vafai. Source/WebCore: This change introdu

[webkit-changes] [135964] trunk/LayoutTests

2012-11-27 Thread yael
Title: [135964] trunk/LayoutTests Revision 135964 Author y...@webkit.org Date 2012-11-27 18:08:35 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening. Add more tests that started failing after http://trac.webkit.org/changeset/135935 to TestExpectations. Mark pailures as [ ImageOnlyF

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

2012-11-27 Thread tkent
Title: [135963] trunk/Source/WebCore Revision 135963 Author tk...@chromium.org Date 2012-11-27 18:03:17 -0800 (Tue, 27 Nov 2012) Log Message Fix build errors by r135955. * dom/ShadowRoot.cpp: Use struct instead of class. * dom/TreeScope.cpp: Ditto. Modified Paths trunk/Source/WebCore/C

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

2012-11-27 Thread commit-queue
Title: [135962] trunk/Source/WebKit2 Revision 135962 Author commit-qu...@webkit.org Date 2012-11-27 17:52:32 -0800 (Tue, 27 Nov 2012) Log Message REGRESSION(r135620): ASSERT(m_state.drawsContent && m_state.contentsVisible && !m_size.isEmpty()) hits in TextureMapperLayer::paintSelf(). http

[webkit-changes] [135961] trunk/LayoutTests

2012-11-27 Thread danakj
Title: [135961] trunk/LayoutTests Revision 135961 Author dan...@chromium.org Date 2012-11-27 17:48:01 -0800 (Tue, 27 Nov 2012) Log Message Rebaseline and remove expectations for deferred virtual test suite https://bugs.webkit.org/show_bug.cgi?id=102294 Unreviewed gardening. These three

[webkit-changes] [135960] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135960] trunk/LayoutTests Revision 135960 Author rjkro...@chromium.org Date 2012-11-27 17:44:49 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: crashing on XP fast/frames/sandboxed-iframe-navigation-parent.html https://bugs.webkit.org/show_bug.cgi?id=103472 * platform/

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

2012-11-27 Thread caseq
Title: [135959] trunk/Source/WebCore Revision 135959 Author ca...@chromium.org Date 2012-11-27 17:43:20 -0800 (Tue, 27 Nov 2012) Log Message Web Inspector: [Timeline] "Show CPU activity on the ruler" settings checkbox does not take effect until Inspector restart https://bugs.webkit.org/sh

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

2012-11-27 Thread timothy_horton
Title: [135958] trunk/Source/WebKit2 Revision 135958 Author timothy_hor...@apple.com Date 2012-11-27 17:33:31 -0800 (Tue, 27 Nov 2012) Log Message PDFPlugin: Should not be able to edit read-only text annotations https://bugs.webkit.org/show_bug.cgi?id=103387 Reviewed by Alexey Proskurya

[webkit-changes] [135957] trunk/Source

2012-11-27 Thread fpizlo
Title: [135957] trunk/Source Revision 135957 Author fpi...@apple.com Date 2012-11-27 17:29:29 -0800 (Tue, 27 Nov 2012) Log Message Convert some remaining uses of FILE* to PrintStream&. Rubber stamped by Mark Hahnenberg. Source/_javascript_Core: * bytecode/ValueProfile.h: (JSC::ValuePr

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

2012-11-27 Thread commit-queue
Title: [135956] trunk/Source/WebKit2 Revision 135956 Author commit-qu...@webkit.org Date 2012-11-27 17:21:00 -0800 (Tue, 27 Nov 2012) Log Message Coordinated Graphics: Refactor code managing a backing store in LayerTreeRenderer. https://bugs.webkit.org/show_bug.cgi?id=103298 Patch by Hua

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

2012-11-27 Thread akling
Title: [135955] trunk/Source/WebCore Revision 135955 Author akl...@apple.com Date 2012-11-27 17:15:05 -0800 (Tue, 27 Nov 2012) Log Message Compile time size assertions for TreeScope, ShadowRoot and ElementAttributeData. Rubber-stamped by Anders Carlsson. * dom/ShadowRoot.cpp: (SameSizeA

[webkit-changes] [135954] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135954] trunk/LayoutTests Revision 135954 Author rjkro...@chromium.org Date 2012-11-27 17:14:40 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: Layout Test http/tests/navigation/slowmetaredirect-basic.html is failing https://bugs.webkit.org/show_bug.cgi?id=103471 * pla

[webkit-changes] [135950] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135950] trunk/LayoutTests Revision 135950 Author rjkro...@chromium.org Date 2012-11-27 17:00:49 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: media/video-currentTime-set.html crashes https://bugs.webkit.org/show_bug.cgi?id=103183 * platform/chromium/TestExpectations:

[webkit-changes] [135949] trunk/LayoutTests

2012-11-27 Thread yael
Title: [135949] trunk/LayoutTests Revision 135949 Author y...@webkit.org Date 2012-11-27 16:57:36 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening. Add tests that started failing after http://trac.webkit.org/changeset/135935 to TestExpectations. * platform/efl/TestExpectations:

[webkit-changes] [135948] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135948] trunk/LayoutTests Revision 135948 Author rjkro...@chromium.org Date 2012-11-27 16:54:34 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: http/tests/inspector/network/network-xhr-replay.html times out crashes https://bugs.webkit.org/show_bug.cgi?id=96953 * platfo

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

2012-11-27 Thread jer . noble
Title: [135947] trunk/Source/WebCore Revision 135947 Author jer.no...@apple.com Date 2012-11-27 16:53:55 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed build fix; NSSize is not a CGSize in 32-bit. * platform/mac/WebCoreFullScreenWarningView.mm: Modified Paths trunk/Source/WebCore/Chan

[webkit-changes] [135946] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135946] trunk/LayoutTests Revision 135946 Author t...@chromium.org Date 2012-11-27 16:48:37 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, land updated Qt results after track limiter removal. * fast/forms/range/slider-padding-expected.txt: Renamed from LayoutTests/platform/chro

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

2012-11-27 Thread dino
Title: [135945] trunk/Source/WebCore Revision 135945 Author d...@apple.com Date 2012-11-27 16:42:25 -0800 (Tue, 27 Nov 2012) Log Message Attempted build fix for my last commit. The private member variable is only used on MAC (at the moment) so guard it with #if PLATFORM. I did this rather

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

2012-11-27 Thread jer . noble
Title: [135944] trunk/Source/WebKit2 Revision 135944 Author jer.no...@apple.com Date 2012-11-27 16:40:26 -0800 (Tue, 27 Nov 2012) Log Message [WK2] [Mac] WebKit Full Screen API should use NSWindow full screen API. https://bugs.webkit.org/show_bug.cgi?id=100025 Reviewed by Dan Bernstein.

[webkit-changes] [135943] branches/safari-536.28-branch/Source

2012-11-27 Thread lforschler
Title: [135943] branches/safari-536.28-branch/Source Revision 135943 Author lforsch...@apple.com Date 2012-11-27 16:40:18 -0800 (Tue, 27 Nov 2012) Log Message Versioning. Modified Paths branches/safari-536.28-branch/Source/_javascript_Core/Configurations/Version.xcconfig branches/safari

[webkit-changes] [135942] trunk/Tools

2012-11-27 Thread abarth
Title: [135942] trunk/Tools Revision 135942 Author aba...@webkit.org Date 2012-11-27 16:40:06 -0800 (Tue, 27 Nov 2012) Log Message run-perf-tests fails on Android because of stderr output https://bugs.webkit.org/show_bug.cgi?id=103462 Reviewed by Ryosuke Niwa. The chromium-android port

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

2012-11-27 Thread jer . noble
Title: [135941] trunk/Source/WebCore Revision 135941 Author jer.no...@apple.com Date 2012-11-27 16:38:37 -0800 (Tue, 27 Nov 2012) Log Message Add a new shared class WebCoreFullScreenPlaceholderView, for use in WebKit and WebKit2. https://bugs.webkit.org/show_bug.cgi?id=102300 Reviewed by

[webkit-changes] [135940] tags/Safari-536.28.2/

2012-11-27 Thread lforschler
Title: [135940] tags/Safari-536.28.2/ Revision 135940 Author lforsch...@apple.com Date 2012-11-27 16:37:14 -0800 (Tue, 27 Nov 2012) Log Message New Tag. Added Paths tags/Safari-536.28.2/ Diff Property changes: tags/Safari-536.28.2 Added: svn:ignore depcomp compile config.guess G

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

2012-11-27 Thread akling
Title: [135939] trunk/Source/WebCore Revision 135939 Author akl...@apple.com Date 2012-11-27 16:34:19 -0800 (Tue, 27 Nov 2012) Log Message Shrink ShadowRoot and TreeScope. Reviewed by Antti Koivisto. We're creating ~1500 ShadowRoots on Apple's PLT3 content (from and elements) and a l

[webkit-changes] [135938] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135938] trunk/LayoutTests Revision 135938 Author t...@chromium.org Date 2012-11-27 16:24:25 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, land updated EFL results after track limiter removal. * platform/efl/TestExpectations: * platform/efl/fast/dom/HTMLInputElement/input-slide

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

2012-11-27 Thread jer . noble
Title: [135937] trunk/Source/WebCore Revision 135937 Author jer.no...@apple.com Date 2012-11-27 16:23:54 -0800 (Tue, 27 Nov 2012) Log Message Add a new shared class WebCoreFullScreenWarningView which presents a styled warning message. https://bugs.webkit.org/show_bug.cgi?id=102299 Review

[webkit-changes] [135936] trunk/Tools

2012-11-27 Thread tony
Title: [135936] trunk/Tools Revision 135936 Author t...@chromium.org Date 2012-11-27 16:22:59 -0800 (Tue, 27 Nov 2012) Log Message Fix garden-o-matic for non-chromium ports https://bugs.webkit.org/show_bug.cgi?id=103458 Reviewed by Adam Barth. I was getting a 403 error when trying to se

[webkit-changes] [135935] trunk

2012-11-27 Thread commit-queue
Title: [135935] trunk Revision 135935 Author commit-qu...@webkit.org Date 2012-11-27 15:56:54 -0800 (Tue, 27 Nov 2012) Log Message [EFL][WK2] 3D pixel tests are failing https://bugs.webkit.org/show_bug.cgi?id=102833 Patch by Yael Aharon on 2012-11-27 Reviewed by Kenneth Rohde Christians

[webkit-changes] [135934] trunk

2012-11-27 Thread dino
Title: [135934] trunk Revision 135934 Author d...@apple.com Date 2012-11-27 15:45:13 -0800 (Tue, 27 Nov 2012) Log Message Make track list control active https://bugs.webkit.org/show_bug.cgi?id=101670 Reviewed by Eric Carlson. Source/WebCore: Hook up the event handler for the captions m

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

2012-11-27 Thread fpizlo
Title: [135933] trunk/Source/_javascript_Core Revision 135933 Author fpi...@apple.com Date 2012-11-27 15:39:19 -0800 (Tue, 27 Nov 2012) Log Message Fix indentation in JSValue.h Rubber stamped by Mark Hahnenberg. * runtime/JSValue.h: Modified Paths trunk/Source/_javascript_Core/ChangeL

[webkit-changes] [135932] branches/chromium/1312

2012-11-27 Thread cevans
Title: [135932] branches/chromium/1312 Revision 135932 Author cev...@google.com Date 2012-11-27 15:35:10 -0800 (Tue, 27 Nov 2012) Log Message Merge 135906 BUG=162835 Review URL: https://codereview.chromium.org/11415160 Modified Paths branches/chromium/1312/LayoutTests/http/tests/media/m

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

2012-11-27 Thread cevans
Title: [135931] branches/chromium/1271 Revision 135931 Author cev...@google.com Date 2012-11-27 15:33:37 -0800 (Tue, 27 Nov 2012) Log Message Merge 135906 BUG=162835 Review URL: https://codereview.chromium.org/11415159 Modified Paths branches/chromium/1271/LayoutTests/http/tests/media/m

[webkit-changes] [135930] trunk/Tools

2012-11-27 Thread abarth
Title: [135930] trunk/Tools Revision 135930 Author aba...@webkit.org Date 2012-11-27 15:27:05 -0800 (Tue, 27 Nov 2012) Log Message Make it possible to run performance tests on Chromium Android https://bugs.webkit.org/show_bug.cgi?id=103268 Reviewed by Ryosuke Niwa. Based on a patch by P

[webkit-changes] [135929] trunk/Source

2012-11-27 Thread commit-queue
Title: [135929] trunk/Source Revision 135929 Author commit-qu...@webkit.org Date 2012-11-27 15:17:02 -0800 (Tue, 27 Nov 2012) Log Message [chromium] Add WebLayerTreeViewClient API to request font atlas https://bugs.webkit.org/show_bug.cgi?id=102958 Patch by Eberhard Graether on 2012-11-

[webkit-changes] [135928] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135928] trunk/LayoutTests Revision 135928 Author t...@chromium.org Date 2012-11-27 15:13:05 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, updating TestExpectations after input slider change. * platform/chromium/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog tru

[webkit-changes] [135927] trunk/Source

2012-11-27 Thread jsbell
Title: [135927] trunk/Source Revision 135927 Author jsb...@chromium.org Date 2012-11-27 15:08:17 -0800 (Tue, 27 Nov 2012) Log Message IndexedDB: Simplify transaction timers and event tracking https://bugs.webkit.org/show_bug.cgi?id=102984 Reviewed by Tony Chang. Source/WebCore: Now tha

[webkit-changes] [135926] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135926] trunk/LayoutTests Revision 135926 Author t...@chromium.org Date 2012-11-27 15:01:26 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, updating TestExpectations after input slider change. * platform/gtk/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/La

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

2012-11-27 Thread timothy_horton
Title: [135925] trunk/Source/WebKit2 Revision 135925 Author timothy_hor...@apple.com Date 2012-11-27 14:45:49 -0800 (Tue, 27 Nov 2012) Log Message PDFPlugin: Page scale factor should affect subframe PDFs https://bugs.webkit.org/show_bug.cgi?id=103291 Reviewed by Darin Adler. For subfra

[webkit-changes] [135924] branches/safari-536.28-branch/Source/WebKit2

2012-11-27 Thread lforschler
Title: [135924] branches/safari-536.28-branch/Source/WebKit2 Revision 135924 Author lforsch...@apple.com Date 2012-11-27 14:42:14 -0800 (Tue, 27 Nov 2012) Log Message Merged r128205 and parts of 127334 for Modified Paths branches/safari-536.28-branch/Source/WebKit2/ChangeLog branches/s

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

2012-11-27 Thread haraken
Title: [135922] trunk/Source/WebCore Revision 135922 Author hara...@chromium.org Date 2012-11-27 14:29:46 -0800 (Tue, 27 Nov 2012) Log Message [V8] Replace toWebCoreString()/toWebCoreAtomicString() in CodeGeneratorV8.pm with V8StringResource https://bugs.webkit.org/show_bug.cgi?id=103391

[webkit-changes] [135921] trunk

2012-11-27 Thread achicu
Title: [135921] trunk Revision 135921 Author ach...@adobe.com Date 2012-11-27 14:23:24 -0800 (Tue, 27 Nov 2012) Log Message [CSS Regions] Elements using transforms are not repainted correctly when rendered in a region https://bugs.webkit.org/show_bug.cgi?id=102826 Reviewed by David Hyatt

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

2012-11-27 Thread tony
Title: [135920] trunk/Source/WebCore Revision 135920 Author t...@chromium.org Date 2012-11-27 14:17:28 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, win compile fix take 2. Try again to force this file to recompile. * rendering/RenderingAllInOne.cpp: Modified Paths trunk/Source/Web

[webkit-changes] [135919] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135919] trunk/LayoutTests Revision 135919 Author t...@chromium.org Date 2012-11-27 14:11:54 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, updating TestExpectations after input slider change. * platform/efl/TestExpectations: * platform/mac/TestExpectations: Modified Paths tru

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

2012-11-27 Thread tony
Title: [135918] trunk/Source/WebCore Revision 135918 Author t...@chromium.org Date 2012-11-27 14:01:53 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed, win compile fix. Touch RenderingAllInOne.cpp to force it to rebuild. * rendering/RenderingAllInOne.cpp: Modified Paths trunk/Source/W

[webkit-changes] [135917] trunk/LayoutTests

2012-11-27 Thread jchaffraix
Title: [135917] trunk/LayoutTests Revision 135917 Author jchaffr...@webkit.org Date 2012-11-27 13:58:24 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed Qt gardening. * platform/qt/TestExpectations: Skipped fast/table/css-table-max-height.html as it is showing a 12px difference. The test

[webkit-changes] [135916] trunk/Source

2012-11-27 Thread timothy_horton
Title: [135916] trunk/Source Revision 135916 Author timothy_hor...@apple.com Date 2012-11-27 13:56:44 -0800 (Tue, 27 Nov 2012) Log Message PDFPlugin: Scroll bars do not grow on hover https://bugs.webkit.org/show_bug.cgi?id=103382 Reviewed by Beth Dakin. PDFPlugin needs to forward relev

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

2012-11-27 Thread mitz
Title: [135915] trunk/Source/WebKit2 Revision 135915 Author m...@apple.com Date 2012-11-27 13:52:47 -0800 (Tue, 27 Nov 2012) Log Message Entering Tab View after a bunch of YouTube pages were opened in background tabs makes all of them start playing simultaneously https://bugs.webkit.org/s

[webkit-changes] [135914] trunk

2012-11-27 Thread tsepez
Title: [135914] trunk Revision 135914 Author tse...@chromium.org Date 2012-11-27 13:50:15 -0800 (Tue, 27 Nov 2012) Log Message Regression(r129406): Fix the scope of the WidgetHierarchyUpdateSuspensionScope in Element::Attach(). https://bugs.webkit.org/show_bug.cgi?id=100803 Reviewed by A

[webkit-changes] [135910] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135910] trunk/LayoutTests Revision 135910 Author rjkro...@chromium.org Date 2012-11-27 13:22:08 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: fast/frames/frame-name-reset.html crashing intermittently https://bugs.webkit.org/show_bug.cgi?id=103451 * platform/chromium/

[webkit-changes] [135909] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135909] trunk/LayoutTests Revision 135909 Author rjkro...@chromium.org Date 2012-11-27 13:14:03 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: platform/chromium/virtual/gpu/fast/canvas/font-update.html https://bugs.webkit.org/show_bug.cgi?id=103449 * platform/chromium

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

2012-11-27 Thread mkwst
Title: [135908] trunk/Source/WebCore Revision 135908 Author mk...@chromium.org Date 2012-11-27 13:05:40 -0800 (Tue, 27 Nov 2012) Log Message Expanding variable names in ConsoleMessage. https://bugs.webkit.org/show_bug.cgi?id=103436 Reviewed by Adam Barth. Variable names like 'm' should

[webkit-changes] [135907] branches/safari-536.28-branch/Source/WebKit2

2012-11-27 Thread lforschler
Title: [135907] branches/safari-536.28-branch/Source/WebKit2 Revision 135907 Author lforsch...@apple.com Date 2012-11-27 13:05:32 -0800 (Tue, 27 Nov 2012) Log Message Merge patch for Modified Paths branches/safari-536.28-branch/Source/WebKit2/ChangeLog branches/safari-536.28-branch/Sou

[webkit-changes] [135906] trunk

2012-11-27 Thread commit-queue
Title: [135906] trunk Revision 135906 Author commit-qu...@webkit.org Date 2012-11-27 13:00:23 -0800 (Tue, 27 Nov 2012) Log Message Use-after-free in media player handling https://bugs.webkit.org/show_bug.cgi?id=103426 Patch by Aaron Colwell on 2012-11-27 Reviewed by Eric Carlson. Sourc

[webkit-changes] [135904] trunk

2012-11-27 Thread dgrogan
Title: [135904] trunk Revision 135904 Author dgro...@chromium.org Date 2012-11-27 12:45:42 -0800 (Tue, 27 Nov 2012) Log Message IndexedDB: Remove IDBDatabase.setVersion API https://bugs.webkit.org/show_bug.cgi?id=94972 Reviewed by Tony Chang. Source/WebCore: This has been out of the sp

[webkit-changes] [135903] trunk

2012-11-27 Thread mkwst
Title: [135903] trunk Revision 135903 Author mk...@chromium.org Date 2012-11-27 12:44:03 -0800 (Tue, 27 Nov 2012) Log Message Log to console when autofocus is blocked by sandbox attribute. https://bugs.webkit.org/show_bug.cgi?id=103255 Reviewed by Ojan Vafai. Source/WebCore: Adding a s

[webkit-changes] [135901] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135901] trunk/LayoutTests Revision 135901 Author rjkro...@chromium.org Date 2012-11-27 12:40:31 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: ImageOnlyFailure in fast/canvas/font-update.html https://bugs.webkit.org/show_bug.cgi?id=103447 * platform/chromium/TestExpec

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

2012-11-27 Thread zhajiang
Title: [135900] trunk/Source/WebKit/blackberry Revision 135900 Author zhaji...@rim.com Date 2012-11-27 12:32:13 -0800 (Tue, 27 Nov 2012) Log Message [BlackBerry] http:// origins can navigate to privileged local:// origins https://bugs.webkit.org/show_bug.cgi?id=103437 Patch by Jacky Jian

[webkit-changes] [135899] trunk/LayoutTests

2012-11-27 Thread yael
Title: [135899] trunk/LayoutTests Revision 135899 Author y...@webkit.org Date 2012-11-27 12:27:54 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening. Add bug numbers to flaky tests. * platform/efl/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog trunk/LayoutTests/pla

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

2012-11-27 Thread commit-queue
Title: [135898] trunk/Source/WebKit/blackberry Revision 135898 Author commit-qu...@webkit.org Date 2012-11-27 12:27:14 -0800 (Tue, 27 Nov 2012) Log Message [BlackBerry] Remove unnecessary backing store suspension in InputHandler::ensureFocusTextElementVisible https://bugs.webkit.org/show_

[webkit-changes] [135897] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135897] trunk/LayoutTests Revision 135897 Author rjkro...@chromium.org Date 2012-11-27 12:21:16 -0800 (Tue, 27 Nov 2012) Log Message Gardening: Updated TestExpecations for failure in http/tests/canvas/canvas-slow-font-loading.html https://bugs.webkit.org/show_bug.cgi?id=103446 *

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

2012-11-27 Thread dino
Title: [135896] trunk/Source/WebCore Revision 135896 Author d...@apple.com Date 2012-11-27 12:09:18 -0800 (Tue, 27 Nov 2012) Log Message Attempted build fix after http://trac.webkit.org/changeset/135888. * WebCore.exp.in: * WebCore.order: Modified Paths trunk/Source/WebCore/ChangeLog t

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

2012-11-27 Thread rniwa
Title: [135895] trunk/Source/WebCore Revision 135895 Author rn...@webkit.org Date 2012-11-27 12:00:54 -0800 (Tue, 27 Nov 2012) Log Message Build fix after r135890. #else, not #elif. * platform/graphics/ca/PlatformCALayer.h: (PlatformCALayer): Modified Paths trunk/Source/WebCore/ChangeL

[webkit-changes] [135894] branches/safari-536.28-branch/Source

2012-11-27 Thread lforschler
Title: [135894] branches/safari-536.28-branch/Source Revision 135894 Author lforsch...@apple.com Date 2012-11-27 11:59:37 -0800 (Tue, 27 Nov 2012) Log Message Merged 18 for Modified Paths branches/safari-536.28-branch/Source/WebCore/ChangeLog branches/safari-536.28-branch/Source/We

[webkit-changes] [135892] trunk/LayoutTests

2012-11-27 Thread roger_fong
Title: [135892] trunk/LayoutTests Revision 135892 Author roger_f...@apple.com Date 2012-11-27 11:56:41 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed. Skip some flaky video tests on Windows. https://bugs.webkit.org/show_bug.cgi?id=103442 * platform/win/TestExpectations: Modified Paths

[webkit-changes] [135891] trunk

2012-11-27 Thread commit-queue
Title: [135891] trunk Revision 135891 Author commit-qu...@webkit.org Date 2012-11-27 11:52:43 -0800 (Tue, 27 Nov 2012) Log Message max-height property not respected in case of tables https://bugs.webkit.org/show_bug.cgi?id=98633 Patch by Pravin D on 2012-11-27 Reviewed by Julien Chaffra

[webkit-changes] [135890] trunk

2012-11-27 Thread roger_fong
Title: [135890] trunk Revision 135890 Author roger_f...@apple.com Date 2012-11-27 11:34:40 -0800 (Tue, 27 Nov 2012) Log Message Windows specific implementation of usesTileCacheLayer needed after r133056. https://bugs.webkit.org/show_bug.cgi?id=103321 Reviewed by Simon Fraser. After r133

[webkit-changes] [135889] trunk/LayoutTests

2012-11-27 Thread commit-queue
Title: [135889] trunk/LayoutTests Revision 135889 Author commit-qu...@webkit.org Date 2012-11-27 11:31:39 -0800 (Tue, 27 Nov 2012) Log Message [EFL] Gardening of failing tests https://bugs.webkit.org/show_bug.cgi?id=103434 Unreviewed gardening. Patch by Thiago Marcos P. Santos on 2012-

[webkit-changes] [135888] trunk

2012-11-27 Thread commit-queue
Title: [135888] trunk Revision 135888 Author commit-qu...@webkit.org Date 2012-11-27 11:25:54 -0800 (Tue, 27 Nov 2012) Log Message Canvas does not draw any text if the font is not fully loaded yet https://bugs.webkit.org/show_bug.cgi?id=103392 Patch by Christophe Dumez on 2012-11-27 Rev

[webkit-changes] [135887] trunk/LayoutTests

2012-11-27 Thread yael
Title: [135887] trunk/LayoutTests Revision 135887 Author y...@webkit.org Date 2012-11-27 11:23:04 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening. fast/loader/submit-form-while-parsing-2.html is still flaky so put it back in TestExpectations. * platform/efl/TestExpectations: M

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

2012-11-27 Thread dino
Title: [135886] trunk/Source/WebCore Revision 135886 Author d...@apple.com Date 2012-11-27 11:19:24 -0800 (Tue, 27 Nov 2012) Log Message No need for ExceptionCode in HTMLMediaElement::load https://bugs.webkit.org/show_bug.cgi?id=103438 Reviewed by Eric Carlson. After https://bugs.webkit

[webkit-changes] [135885] trunk/LayoutTests

2012-11-27 Thread commit-queue
Title: [135885] trunk/LayoutTests Revision 135885 Author commit-qu...@webkit.org Date 2012-11-27 11:16:27 -0800 (Tue, 27 Nov 2012) Log Message Layout Test transitions/transition-shorthand-delay.html should usePauseAPI https://bugs.webkit.org/show_bug.cgi?id=103402 Patch by Jussi Kukkonen

[webkit-changes] [135884] trunk

2012-11-27 Thread robert
Title: [135884] trunk Revision 135884 Author rob...@webkit.org Date 2012-11-27 11:15:04 -0800 (Tue, 27 Nov 2012) Log Message REGRESSION (r125578): word-wrapping in absolute position with nbsp, word-spacing and custom font https://bugs.webkit.org/show_bug.cgi?id=101443 Reviewed by David H

[webkit-changes] [135882] trunk

2012-11-27 Thread psolanki
Title: [135882] trunk Revision 135882 Author psola...@apple.com Date 2012-11-27 10:58:42 -0800 (Tue, 27 Nov 2012) Log Message objc/objc-runtime.h does not exist on all PLATFORM(MAC) https://bugs.webkit.org/show_bug.cgi?id=101780 Reviewed by Brent Fulgham. Clean up header includes so we

[webkit-changes] [135881] trunk/Source

2012-11-27 Thread commit-queue
Title: [135881] trunk/Source Revision 135881 Author commit-qu...@webkit.org Date 2012-11-27 10:52:30 -0800 (Tue, 27 Nov 2012) Log Message Plumbing showPaintRects out of InspectorPageAgent to use a different drawing implementation if available. https://bugs.webkit.org/show_bug.cgi?id=10245

[webkit-changes] [135880] trunk/LayoutTests

2012-11-27 Thread tony
Title: [135880] trunk/LayoutTests Revision 135880 Author t...@chromium.org Date 2012-11-27 10:45:43 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening, fixing lint errors in TestExpectations. * platform/gtk/TestExpectations: * platform/qt/TestExpectations: Modified Paths trunk/L

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

2012-11-27 Thread ap
Title: [135879] trunk/Source/WebKit2 Revision 135879 Author a...@apple.com Date 2012-11-27 10:36:27 -0800 (Tue, 27 Nov 2012) Log Message [WK2] WebPageProxy::relatedPages() cannot assume that this page is known to process https://bugs.webkit.org/show_bug.cgi?id=103433

[webkit-changes] [135878] branches/safari-536.28-branch/Source/WebCore

2012-11-27 Thread lforschler
Title: [135878] branches/safari-536.28-branch/Source/WebCore Revision 135878 Author lforsch...@apple.com Date 2012-11-27 10:36:16 -0800 (Tue, 27 Nov 2012) Log Message Merge 134495 & 134666 for & Modified Paths branches/safari-536.28-branch/Source/WebCore/ChangeLog branches/safari-536.

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

2012-11-27 Thread tony
Title: [135877] trunk/Source/WebKit/chromium Revision 135877 Author t...@chromium.org Date 2012-11-27 10:32:50 -0800 (Tue, 27 Nov 2012) Log Message [chromium] Unreviewed build fix on Linux clang. ../../third_party/WebKit/Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp:1055:63: error

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

2012-11-27 Thread allan . jensen
Title: [135876] trunk/Source/WebCore Revision 135876 Author allan.jen...@digia.com Date 2012-11-27 10:30:27 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed cleanup. Remove leftover file that was replaced by PlatformScreenQt.cpp 4 years ago. * platform/qt/ScreenQt.cpp: Removed. Modified

[webkit-changes] [135875] trunk/LayoutTests

2012-11-27 Thread yael
Title: [135875] trunk/LayoutTests Revision 135875 Author y...@webkit.org Date 2012-11-27 10:16:27 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening. Remove from TestExpectations tests that are passing. * platform/efl/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

[webkit-changes] [135874] trunk

2012-11-27 Thread commit-queue
Title: [135874] trunk Revision 135874 Author commit-qu...@webkit.org Date 2012-11-27 10:14:08 -0800 (Tue, 27 Nov 2012) Log Message freeV8NPObject: Skip trying to remove object from per context data's ObjectMap if the object does not exist in the map. https://bugs.webkit.org/show_bug.cgi?i

[webkit-changes] [135873] trunk/LayoutTests

2012-11-27 Thread junov
Title: [135873] trunk/LayoutTests Revision 135873 Author ju...@google.com Date 2012-11-27 10:11:29 -0800 (Tue, 27 Nov 2012) Log Message Skipping fast/backgrounds/background-opaque-images-over-color.html on mac https://bugs.webkit.org/show_bug.cgi?id=103435 Unreviewed * platform/mac/Test

[webkit-changes] [135872] trunk

2012-11-27 Thread commit-queue
Title: [135872] trunk Revision 135872 Author commit-qu...@webkit.org Date 2012-11-27 10:00:58 -0800 (Tue, 27 Nov 2012) Log Message Add callbacks to the FrameLoaderClient when a resource is requested https://bugs.webkit.org/show_bug.cgi?id=92761 Patch by Marja Hölttä on 2012-11-27 Review

[webkit-changes] [135871] trunk/LayoutTests

2012-11-27 Thread commit-queue
Title: [135871] trunk/LayoutTests Revision 135871 Author commit-qu...@webkit.org Date 2012-11-27 09:59:01 -0800 (Tue, 27 Nov 2012) Log Message Fix world-reuse test for mac build https://bugs.webkit.org/show_bug.cgi?id=103385 Patch by Dan Carney on 2012-11-27 Reviewed by Jochen Eisinger.

[webkit-changes] [135870] trunk/LayoutTests

2012-11-27 Thread rjkroege
Title: [135870] trunk/LayoutTests Revision 135870 Author rjkro...@chromium.org Date 2012-11-27 09:57:53 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed gardening: updated TestExpectations for crashes in media/video-duration-known-after-eos.html https://bugs.webkit.org/show_bug.cgi?id=1031

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

2012-11-27 Thread dino
Title: [135869] trunk/Source/WebCore Revision 135869 Author d...@apple.com Date 2012-11-27 09:53:02 -0800 (Tue, 27 Nov 2012) Log Message Unreviewed build fix for r135866. * html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::load): Modified Paths trunk/Source/WebCore/ChangeLog trunk

[webkit-changes] [135868] trunk/LayoutTests

2012-11-27 Thread dgrogan
Title: [135868] trunk/LayoutTests Revision 135868 Author dgro...@chromium.org Date 2012-11-27 09:45:23 -0800 (Tue, 27 Nov 2012) Log Message IndexedDB: Make test resilient to different event ordering https://bugs.webkit.org/show_bug.cgi?id=103344 Reviewed by Tony Chang. This test was fai

[webkit-changes] [135866] trunk

2012-11-27 Thread commit-queue
Title: [135866] trunk Revision 135866 Author commit-qu...@webkit.org Date 2012-11-27 09:39:22 -0800 (Tue, 27 Nov 2012) Log Message Don't throw an exception if user gesture is required for load https://bugs.webkit.org/show_bug.cgi?id=103318 Patch by Min Qin on 2012-11-27 Reviewed by Eric

[webkit-changes] [135865] trunk/LayoutTests

2012-11-27 Thread ossy
Title: [135865] trunk/LayoutTests Revision 135865 Author o...@webkit.org Date 2012-11-27 09:11:53 -0800 (Tue, 27 Nov 2012) Log Message [Qt] Unreviewed gardening, skip a new failing test to paint the bots green. * platform/qt/TestExpectations: Modified Paths trunk/LayoutTests/ChangeLog

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

2012-11-27 Thread commit-queue
Title: [135864] trunk/Source/WebKit2 Revision 135864 Author commit-qu...@webkit.org Date 2012-11-27 09:02:36 -0800 (Tue, 27 Nov 2012) Log Message [EFL][Qt][WK2] Tiles not always painted https://bugs.webkit.org/show_bug.cgi?id=103271 Patch by Mikhail Pozdnyakov on 2012-11-27 Reviewed by

  1   2   >