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

2011-11-08 Thread vsevik
Title: [99541] trunk/Source/WebCore Revision 99541 Author vse...@chromium.org Date 2011-11-08 03:22:27 -0800 (Tue, 08 Nov 2011) Log Message Web Inspector: Console should be scrolled to bottom when shown for the first time. https://bugs.webkit.org/show_bug.cgi?id=71781 Reviewed by Pavel

[webkit-changes] [99545] trunk/LayoutTests

2011-11-08 Thread yutak
Title: [99545] trunk/LayoutTests Revision 99545 Author yu...@chromium.org Date 2011-11-08 03:58:16 -0800 (Tue, 08 Nov 2011) Log Message [Chromium] Unreviewed, trying to update test_expectations.txt for the tests which started to fail after r99539. *

[webkit-changes] [99547] trunk/Tools

2011-11-08 Thread vestbo
Title: [99547] trunk/Tools Revision 99547 Author ves...@webkit.org Date 2011-11-08 04:14:55 -0800 (Tue, 08 Nov 2011) Log Message [Qt] Prevent duplicated sources in SOURCES/OBJECTIVE_SOURCES Reviewed by Simon Hausmann. Modified Paths trunk/Tools/ChangeLog

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

2011-11-08 Thread apavlov
Title: [99548] trunk/Source/WebCore Revision 99548 Author apav...@chromium.org Date 2011-11-08 04:22:13 -0800 (Tue, 08 Nov 2011) Log Message Web Inspector: Avoid automatic Console suggestions with empty _expression_ https://bugs.webkit.org/show_bug.cgi?id=71783 Reviewed by Yury

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

2011-11-08 Thread zimmermann
Title: [99549] trunk/Source/WebCore Revision 99549 Author zimmerm...@webkit.org Date 2011-11-08 04:29:38 -0800 (Tue, 08 Nov 2011) Log Message 2011-11-08 Nikolas Zimmermann nzimmerm...@rim.com Fold ImageBySizeCache again into CSSImageGeneratorValue

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

2011-11-08 Thread andreas . kling
Title: [99555] trunk/Source/WebCore Revision 99555 Author andreas.kl...@nokia.com Date 2011-11-08 05:22:03 -0800 (Tue, 08 Nov 2011) Log Message CSSCanvasValue: Remove inheritance from CanvasObserver. http://webkit.org/b/71796 Reviewed by Antti Koivisto. To completely devirtualize all

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

2011-11-08 Thread andreas . kling
Title: [99556] trunk/Source/WebCore Revision 99556 Author andreas.kl...@nokia.com Date 2011-11-08 05:23:24 -0800 (Tue, 08 Nov 2011) Log Message CSSGradientValue: Devirtualize createGradient(). http://webkit.org/b/71800 Reviewed by Antti Koivisto. Make createGradient() non-virtual and

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

2011-11-08 Thread apavlov
Title: [99557] trunk/Source/WebCore Revision 99557 Author apav...@chromium.org Date 2011-11-08 05:34:38 -0800 (Tue, 08 Nov 2011) Log Message Web Inspector: Do not hide SuggestBox if typed-in string in the middle of input equals one of suggestions

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

2011-11-08 Thread andreas . kling
Title: [99560] trunk/Source/WebCore Revision 99560 Author andreas.kl...@nokia.com Date 2011-11-08 06:01:27 -0800 (Tue, 08 Nov 2011) Log Message CSSValue: Devirtualize addSubresourceStyleURLs(). http://webkit.org/b/71805 Reviewed by Antti Koivisto. Make addSubresourceStyleURLs()

[webkit-changes] [99562] trunk/LayoutTests

2011-11-08 Thread zimmermann
Title: [99562] trunk/LayoutTests Revision 99562 Author zimmerm...@webkit.org Date 2011-11-08 06:19:40 -0800 (Tue, 08 Nov 2011) Log Message 2011-11-08 Nikolas Zimmermann nzimmerm...@rim.com [Chromium] SVG test failures after r99539

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

2011-11-08 Thread pfeldman
Title: [99563] trunk/Source/WebCore Revision 99563 Author pfeld...@chromium.org Date 2011-11-08 06:36:47 -0800 (Tue, 08 Nov 2011) Log Message Web Inspector: add _javascript_ keywords to the autocomplete. https://bugs.webkit.org/show_bug.cgi?id=71782 Reviewed by Yury Semikhatsky. *

[webkit-changes] [99564] trunk

2011-11-08 Thread vestbo
Title: [99564] trunk Revision 99564 Author ves...@webkit.org Date 2011-11-08 06:40:46 -0800 (Tue, 08 Nov 2011) Log Message [Qt] Don't set OBJECTS_DIR and DEFINES in default_pre If a pro file needs to access the OBJECTS_DIR it should use the form ${QMAKE_VAR_OBJECTS_DIR} to ensure the

[webkit-changes] [99565] trunk

2011-11-08 Thread gavinp
Title: [99565] trunk Revision 99565 Author gav...@chromium.org Date 2011-11-08 06:42:25 -0800 (Tue, 08 Nov 2011) Log Message Fix width of m_type in CachedResource https://bugs.webkit.org/show_bug.cgi?id=71727 Reviewed by Nate Chapin. Source/WebCore: Test:

[webkit-changes] [99566] trunk/LayoutTests

2011-11-08 Thread zimmermann
Title: [99566] trunk/LayoutTests Revision 99566 Author zimmerm...@webkit.org Date 2011-11-08 07:16:16 -0800 (Tue, 08 Nov 2011) Log Message 2011-11-08 Nikolas Zimmermann nzimmerm...@rim.com [Qt] 4 new tests fail introduced in r98852

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

2011-11-08 Thread kenneth
Title: [99568] trunk/Source/WebKit2 Revision 99568 Author kenn...@webkit.org Date 2011-11-08 07:34:07 -0800 (Tue, 08 Nov 2011) Log Message Clean up QtViewportInteractionEngine Reviewed by Simon Hausmann. * UIProcess/qt/QtViewportInteractionEngine.cpp:

[webkit-changes] [99569] trunk/Tools

2011-11-08 Thread ossy
Title: [99569] trunk/Tools Revision 99569 Author o...@webkit.org Date 2011-11-08 07:40:33 -0800 (Tue, 08 Nov 2011) Log Message [Qt] Unreviewed trivial fix after build system refactoring. * Scripts/run-qtwebkit-tests: Fix path of QtWebProcess for QML tests. Modified Paths

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

2011-11-08 Thread caio . oliveira
Title: [99570] trunk/Source/WebKit2 Revision 99570 Author caio.olive...@openbossa.org Date 2011-11-08 08:21:26 -0800 (Tue, 08 Nov 2011) Log Message [Qt] Workaround some problems in QML API tests https://bugs.webkit.org/show_bug.cgi?id=71818 Reviewed by Tor Arne Vestbø. This commit

[webkit-changes] [99571] trunk

2011-11-08 Thread vestbo
Title: [99571] trunk Revision 99571 Author ves...@webkit.org Date 2011-11-08 08:22:16 -0800 (Tue, 08 Nov 2011) Log Message [Qt] Use qmake's builtin rules for copying framework headers on Mac OS Now that we generate the forwarding headers eiher as part of QtWebKit.pro (for Qt 4.8), or as

[webkit-changes] [99572] trunk/LayoutTests

2011-11-08 Thread zimmermann
Title: [99572] trunk/LayoutTests Revision 99572 Author zimmerm...@webkit.org Date 2011-11-08 08:26:26 -0800 (Tue, 08 Nov 2011) Log Message 2011-11-08 Nikolas Zimmermann nzimmerm...@rim.com Not reviewed. Rebaseline qt results after the recent SVGImage changes. *

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

2011-11-08 Thread caseq
Title: [99573] trunk/Source/WebCore Revision 99573 Author ca...@chromium.org Date 2011-11-08 08:38:04 -0800 (Tue, 08 Nov 2011) Log Message Web Inspector: add Evaluate in console as a shortcut and context menu items to scripts panel https://bugs.webkit.org/show_bug.cgi?id=71817 Reviewed

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

2011-11-08 Thread andreas . kling
Title: [99574] trunk/Source/WebCore Revision 99574 Author andreas.kl...@nokia.com Date 2011-11-08 08:46:15 -0800 (Tue, 08 Nov 2011) Log Message CSSImageValue: Devirtualize cachedImage(CachedResourceLoader*). http://webkit.org/b/71814 Reviewed by Antti Koivisto. Defer to

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

2011-11-08 Thread caseq
Title: [99575] trunk/Source/WebCore Revision 99575 Author ca...@chromium.org Date 2011-11-08 09:06:33 -0800 (Tue, 08 Nov 2011) Log Message Web Inspector: [Extension API][Chromium] injected extension API needs to return an object https://bugs.webkit.org/show_bug.cgi?id=71822 Reviewed by

[webkit-changes] [99576] trunk/LayoutTests

2011-11-08 Thread commit-queue
Title: [99576] trunk/LayoutTests Revision 99576 Author commit-qu...@webkit.org Date 2011-11-08 09:09:17 -0800 (Tue, 08 Nov 2011) Log Message [GTK] fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html is flaky https://bugs.webkit.org/show_bug.cgi?id=71774

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

2011-11-08 Thread andreas . kling
Title: [99577] trunk/Source/WebCore Revision 99577 Author andreas.kl...@nokia.com Date 2011-11-08 09:33:07 -0800 (Tue, 08 Nov 2011) Log Message CSSImageGeneratorValue: Devirtualize image(), isFixedSize() and fixedSize(). http://webkit.org/b/71824 Reviewed by Darin Adler. Redirect the

[webkit-changes] [99578] trunk/Source/WebKit/gtk

2011-11-08 Thread commit-queue
Title: [99578] trunk/Source/WebKit/gtk Revision 99578 Author commit-qu...@webkit.org Date 2011-11-08 09:36:04 -0800 (Tue, 08 Nov 2011) Log Message [WK][GTK] Application cache directory is incorrectly set https://bugs.webkit.org/show_bug.cgi?id=71769 Patch by Zan Dobersek

[webkit-changes] [99579] trunk

2011-11-08 Thread jschuh
Title: [99579] trunk Revision 99579 Author jsc...@chromium.org Date 2011-11-08 09:42:29 -0800 (Tue, 08 Nov 2011) Log Message Document::loader should use documentLoader(), not activeDocumentLoader() https://bugs.webkit.org/show_bug.cgi?id=65895 Reviewed by Brady Eidson. Source/WebCore:

[webkit-changes] [99580] trunk/Tools

2011-11-08 Thread commit-queue
Title: [99580] trunk/Tools Revision 99580 Author commit-qu...@webkit.org Date 2011-11-08 09:49:37 -0800 (Tue, 08 Nov 2011) Log Message Skip some ECMAScript tests that fail on Linux in some time zones. https://bugs.webkit.org/show_bug.cgi?id=71371 Patch by Andy Wingo wi...@igalia.com on

[webkit-changes] [99581] trunk

2011-11-08 Thread hans
Title: [99581] trunk Revision 99581 Author h...@chromium.org Date 2011-11-08 09:51:06 -0800 (Tue, 08 Nov 2011) Log Message IndexedDB: Start using the onSuccessWithContinuation() callback https://bugs.webkit.org/show_bug.cgi?id=71565 Reviewed by Tony Chang. Source/WebCore: This is a

[webkit-changes] [99582] trunk/LayoutTests

2011-11-08 Thread commit-queue
Title: [99582] trunk/LayoutTests Revision 99582 Author commit-qu...@webkit.org Date 2011-11-08 10:04:11 -0800 (Tue, 08 Nov 2011) Log Message Autofocus inputs don't always honor selector input:focus. https://bugs.webkit.org/show_bug.cgi?id=24093 Already fixed and works on TOT. Adding

[webkit-changes] [99584] branches/safari-534.52-branch/Source/WebCore

2011-11-08 Thread lforschler
Title: [99584] branches/safari-534.52-branch/Source/WebCore Revision 99584 Author lforsch...@apple.com Date 2011-11-08 10:10:56 -0800 (Tue, 08 Nov 2011) Log Message Merged r99508. Modified Paths branches/safari-534.52-branch/Source/WebCore/ChangeLog

[webkit-changes] [99585] branches/safari-534.52-branch/Source

2011-11-08 Thread lforschler
Title: [99585] branches/safari-534.52-branch/Source Revision 99585 Author lforsch...@apple.com Date 2011-11-08 10:13:05 -0800 (Tue, 08 Nov 2011) Log Message Versioning. Modified Paths branches/safari-534.52-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [99586] tags/Safari-534.52.10/

2011-11-08 Thread lforschler
Title: [99586] tags/Safari-534.52.10/ Revision 99586 Author lforsch...@apple.com Date 2011-11-08 10:13:31 -0800 (Tue, 08 Nov 2011) Log Message New tag. Added Paths tags/Safari-534.52.10/ Diff Property changes: tags/Safari-534.52.10 Added: svn:ignore depcomp compile config.guess

[webkit-changes] [99587] trunk/LayoutTests

2011-11-08 Thread tony
Title: [99587] trunk/LayoutTests Revision 99587 Author t...@chromium.org Date 2011-11-08 10:17:47 -0800 (Tue, 08 Nov 2011) Log Message [chromium] broaden test failure for zoom-animator-scale-test2.html to include cg-gpu. * platform/chromium/test_expectations.txt: Modified Paths

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

2011-11-08 Thread thakis
Title: [99588] trunk/Source/WebCore Revision 99588 Author tha...@chromium.org Date 2011-11-08 10:20:18 -0800 (Tue, 08 Nov 2011) Log Message [chromium] Remove 6 exit time destructors and 6 static initializers https://bugs.webkit.org/show_bug.cgi?id=71760 Reviewed by Nate Chapin. Do this

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

2011-11-08 Thread commit-queue
Title: [99589] trunk/Source/WebCore Revision 99589 Author commit-qu...@webkit.org Date 2011-11-08 10:23:30 -0800 (Tue, 08 Nov 2011) Log Message Unreviewed, rolling out r95720. http://trac.webkit.org/changeset/95720 https://bugs.webkit.org/show_bug.cgi?id=71831 This has made the

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

2011-11-08 Thread andreas . kling
Title: [99592] trunk/Source/WebCore Revision 99592 Author andreas.kl...@nokia.com Date 2011-11-08 10:27:07 -0800 (Tue, 08 Nov 2011) Log Message Devirtualize CSSValue. http://webkit.org/b/71666 Reviewed by Antti Koivisto. Make the CSSValue destructor non-virtual (along with all the

[webkit-changes] [99593] trunk

2011-11-08 Thread adamk
Title: [99593] trunk Revision 99593 Author ad...@chromium.org Date 2011-11-08 10:29:54 -0800 (Tue, 08 Nov 2011) Log Message Only walk up the tree in search of MutationObservers if one has been added https://bugs.webkit.org/show_bug.cgi?id=71499 Reviewed by Ojan Vafai. Source/WebCore:

[webkit-changes] [99594] trunk

2011-11-08 Thread rniwa
Title: [99594] trunk Revision 99594 Author rn...@webkit.org Date 2011-11-08 10:39:49 -0800 (Tue, 08 Nov 2011) Log Message Indent command can insert block quote in non editable content https://bugs.webkit.org/show_bug.cgi?id=71754 Reviewed by Enrica Casucci. Source/WebCore: The bug

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

2011-11-08 Thread rolandsteiner
Title: [99595] trunk/Source/WebCore Revision 99595 Author rolandstei...@chromium.org Date 2011-11-08 11:04:43 -0800 (Tue, 08 Nov 2011) Log Message Rename CSS document() - findDocument(), to indicate tree climbing https://bugs.webkit.org/show_bug.cgi?id=71764 Renamed document() to

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

2011-11-08 Thread dbates
Title: [99596] trunk/Source/WebCore Revision 99596 Author dba...@webkit.org Date 2011-11-08 11:13:22 -0800 (Tue, 08 Nov 2011) Log Message Remove get() defined in CredentialStorageSoup.cpp https://bugs.webkit.org/show_bug.cgi?id=71825 Reviewed by Martin Robinson.

[webkit-changes] [99597] trunk/LayoutTests

2011-11-08 Thread ojan
Title: [99597] trunk/LayoutTests Revision 99597 Author o...@chromium.org Date 2011-11-08 11:19:35 -0800 (Tue, 08 Nov 2011) Log Message Fix expectations mixup. * platform/chromium/test_expectations.txt: Modified Paths trunk/LayoutTests/ChangeLog

[webkit-changes] [99598] trunk/Tools

2011-11-08 Thread zeno . albisser
Title: [99598] trunk/Tools Revision 99598 Author zeno.albis...@nokia.com Date 2011-11-08 11:29:58 -0800 (Tue, 08 Nov 2011) Log Message Added myself as a committer. * Scripts/webkitpy/common/config/committers.py: Modified Paths trunk/Tools/ChangeLog

[webkit-changes] [99599] trunk

2011-11-08 Thread commit-queue
Title: [99599] trunk Revision 99599 Author commit-qu...@webkit.org Date 2011-11-08 11:41:41 -0800 (Tue, 08 Nov 2011) Log Message IndexedDB: reference cycle between IDBDatabase and IDBTransaction https://bugs.webkit.org/show_bug.cgi?id=71749 Patch by Joshua Bell jsb...@chromium.org on

[webkit-changes] [99600] branches/safari-534.53-branch/Source/WebCore

2011-11-08 Thread lforschler
Title: [99600] branches/safari-534.53-branch/Source/WebCore Revision 99600 Author lforsch...@apple.com Date 2011-11-08 12:00:53 -0800 (Tue, 08 Nov 2011) Log Message Merged r99508. Modified Paths branches/safari-534.53-branch/Source/WebCore/ChangeLog

[webkit-changes] [99601] branches/safari-534.53-branch/Source

2011-11-08 Thread lforschler
Title: [99601] branches/safari-534.53-branch/Source Revision 99601 Author lforsch...@apple.com Date 2011-11-08 12:02:40 -0800 (Tue, 08 Nov 2011) Log Message Versioning. Modified Paths branches/safari-534.53-branch/Source/_javascript_Core/Configurations/Version.xcconfig

[webkit-changes] [99602] tags/Safari-534.53.2/

2011-11-08 Thread lforschler
Title: [99602] tags/Safari-534.53.2/ Revision 99602 Author lforsch...@apple.com Date 2011-11-08 12:08:51 -0800 (Tue, 08 Nov 2011) Log Message New tag. Added Paths tags/Safari-534.53.2/ Diff Property changes: tags/Safari-534.53.2 Added: svn:ignore depcomp compile config.guess

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

2011-11-08 Thread commit-queue
Title: [99603] trunk/Source/WebKit2 Revision 99603 Author commit-qu...@webkit.org Date 2011-11-08 12:10:44 -0800 (Tue, 08 Nov 2011) Log Message [WK2][GTK] The default database local storage directory names should note they exist for Gtk port's needs

[webkit-changes] [99604] trunk/Tools/WebKitTestRunner/TestController.cpp

2011-11-08 Thread hyatt
Title: [99604] trunk/Tools/WebKitTestRunner/TestController.cpp Revision 99604 Author hy...@apple.com Date 2011-11-08 12:14:32 -0800 (Tue, 08 Nov 2011) Log Message Fix build bustage. Modified Paths trunk/Tools/WebKitTestRunner/TestController.cpp Diff Modified:

[webkit-changes] [99605] trunk/Tools/MiniBrowser/mac/BrowserWindowController.m

2011-11-08 Thread hyatt
Title: [99605] trunk/Tools/MiniBrowser/mac/BrowserWindowController.m Revision 99605 Author hy...@apple.com Date 2011-11-08 12:20:08 -0800 (Tue, 08 Nov 2011) Log Message Fix more build bustage. Modified Paths trunk/Tools/MiniBrowser/mac/BrowserWindowController.m Diff Modified:

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

2011-11-08 Thread jonlee
Title: [99606] trunk/Source/WebKit2 Revision 99606 Author jon...@apple.com Date 2011-11-08 12:31:25 -0800 (Tue, 08 Nov 2011) Log Message [WK2] Expose acceptMIMETypes for file inputs https://bugs.webkit.org/show_bug.cgi?id=71836 rdar://problem/10407367 Reviewed by Anders Carlsson. *

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

2011-11-08 Thread dbates
Title: [99607] trunk/Source/WebCore Revision 99607 Author dba...@webkit.org Date 2011-11-08 12:33:30 -0800 (Tue, 08 Nov 2011) Log Message Remove get() defined in CredentialStorageQt.cpp https://bugs.webkit.org/show_bug.cgi?id=71829 Reviewed by Andreas Kling. CredentialStorage::get() is

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

2011-11-08 Thread msaboff
Title: [99608] trunk/Source/_javascript_Core Revision 99608 Author msab...@apple.com Date 2011-11-08 12:37:52 -0800 (Tue, 08 Nov 2011) Log Message JSC::Parser::Parser leaks Lexer member https://bugs.webkit.org/show_bug.cgi?id=71847 Changed m_lexer member of Parser to be OwnPtr to fix a

[webkit-changes] [99610] trunk/Tools

2011-11-08 Thread hyatt
Title: [99610] trunk/Tools Revision 99610 Author hy...@apple.com Date 2011-11-08 12:53:55 -0800 (Tue, 08 Nov 2011) Log Message Revert check-in. My mistake. Modified Paths trunk/Tools/MiniBrowser/mac/BrowserWindowController.m trunk/Tools/WebKitTestRunner/TestController.cpp Diff

[webkit-changes] [99611] trunk

2011-11-08 Thread adamk
Title: [99611] trunk Revision 99611 Author ad...@chromium.org Date 2011-11-08 12:59:47 -0800 (Tue, 08 Nov 2011) Log Message WebKitMutationObserver.observe should raise a DOMException if passed invalid arguments https://bugs.webkit.org/show_bug.cgi?id=71596 Reviewed by Ryosuke Niwa.

[webkit-changes] [99612] trunk

2011-11-08 Thread commit-queue
Title: [99612] trunk Revision 99612 Author commit-qu...@webkit.org Date 2011-11-08 13:02:00 -0800 (Tue, 08 Nov 2011) Log Message Document.importNode's 'deep' argument should default to true. https://bugs.webkit.org/show_bug.cgi?id=71190 Patch by Vineet Chaudhary

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

2011-11-08 Thread barraclough
Title: [99614] trunk/Source/_javascript_Core Revision 99614 Author barraclo...@apple.com Date 2011-11-08 13:57:16 -0800 (Tue, 08 Nov 2011) Log Message DFG JIT calculation of OSR entry points is not THUMB2 safe https://bugs.webkit.org/show_bug.cgi?id=71852 Reviewed by Oliver Hunt.

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

2011-11-08 Thread andersca
Title: [99615] trunk/Source/WebKit2 Revision 99615 Author ander...@apple.com Date 2011-11-08 14:01:16 -0800 (Tue, 08 Nov 2011) Log Message Add a basic layer hierarchy to the Core Animation drawing area https://bugs.webkit.org/show_bug.cgi?id=71838 Reviewed by Sam Weinig. *

[webkit-changes] [99616] trunk

2011-11-08 Thread xji
Title: [99616] trunk Revision 99616 Author x...@chromium.org Date 2011-11-08 14:22:24 -0800 (Tue, 08 Nov 2011) Log Message REGRESSION: rtl horizontal scrollbar / resize bug - Body shifts on resize when scrolled all the way to the left https://bugs.webkit.org/show_bug.cgi?id=70395

[webkit-changes] [99617] trunk/Source

2011-11-08 Thread bdakin
Title: [99617] trunk/Source Revision 99617 Author bda...@apple.com Date 2011-11-08 14:44:17 -0800 (Tue, 08 Nov 2011) Log Message https://bugs.webkit.org/show_bug.cgi?id=71856 WebKit should use new NSWindowDidChangeBackingPropertiesNotification instead of old

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

2011-11-08 Thread bfulgham
Title: [99619] trunk/Source/WebKit2 Revision 99619 Author bfulg...@webkit.org Date 2011-11-08 15:17:01 -0800 (Tue, 08 Nov 2011) Log Message [WinCairo] Unreviewed build fix after r98624 and r99613. * win/WebKit2CFLite.def: Add missing exports. Modified Paths

[webkit-changes] [99620] trunk/Tools

2011-11-08 Thread jchaffraix
Title: [99620] trunk/Tools Revision 99620 Author jchaffr...@webkit.org Date 2011-11-08 15:42:43 -0800 (Tue, 08 Nov 2011) Log Message Moved myself to the reviewer list (yay!). * Scripts/webkitpy/common/config/committers.py: Modified Paths trunk/Tools/ChangeLog

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

2011-11-08 Thread barraclough
Title: [99622] trunk/Source/_javascript_Core Revision 99622 Author barraclo...@apple.com Date 2011-11-08 15:45:05 -0800 (Tue, 08 Nov 2011) Log Message Towards 8 Bit Strings: Templatize JSC::Parser class by Lexer type https://bugs.webkit.org/show_bug.cgi?id=71761 Templatized Parser based

[webkit-changes] [99621] trunk/LayoutTests

2011-11-08 Thread ojan
Title: [99621] trunk/LayoutTests Revision 99621 Author o...@chromium.org Date 2011-11-08 15:44:56 -0800 (Tue, 08 Nov 2011) Log Message Rebaselines and expectations after r99609 and r99616 and r99613. *

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

2011-11-08 Thread fsamuel
Title: [99624] trunk/Source/WebKit/chromium Revision 99624 Author fsam...@chromium.org Date 2011-11-08 15:49:44 -0800 (Tue, 08 Nov 2011) Log Message Delete WebViewimpl::scalePage https://bugs.webkit.org/show_bug.cgi?id=71711 Reviewed by Darin Fisher. Once this patch lands:

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

2011-11-08 Thread bfulgham
Title: [99625] trunk/Source/WebKit2 Revision 99625 Author bfulg...@webkit.org Date 2011-11-08 15:52:36 -0800 (Tue, 08 Nov 2011) Log Message [WinCairo] Unreviewed build fix after r99613. * win/WebKit2CFLite.def: Add missing export. Modified Paths trunk/Source/WebKit2/ChangeLog

[webkit-changes] [99626] trunk/Tools

2011-11-08 Thread commit-queue
Title: [99626] trunk/Tools Revision 99626 Author commit-qu...@webkit.org Date 2011-11-08 15:57:23 -0800 (Tue, 08 Nov 2011) Log Message [Mac] Disable C++ exceptions from DumpRenderTree https://bugs.webkit.org/show_bug.cgi?id=71834 Patch by Benjamin Poulain bpoul...@apple.com on

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

2011-11-08 Thread fpizlo
Title: [99627] trunk/Source/_javascript_Core Revision 99627 Author fpi...@apple.com Date 2011-11-08 16:12:35 -0800 (Tue, 08 Nov 2011) Log Message Basic DFG definitions should be moved out of DFGNode.h https://bugs.webkit.org/show_bug.cgi?id=71861 Rubber-stamped by Gavin Barraclough. *

[webkit-changes] [99628] trunk/Source/WebKit/mac

2011-11-08 Thread commit-queue
Title: [99628] trunk/Source/WebKit/mac Revision 99628 Author commit-qu...@webkit.org Date 2011-11-08 16:13:13 -0800 (Tue, 08 Nov 2011) Log Message Move NSRange / DOMRange functions back to WebFrameInternal https://bugs.webkit.org/show_bug.cgi?id=71844 Patch by Joseph Pecoraro

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

2011-11-08 Thread mitz
Title: [99630] trunk/Source/WebCore Revision 99630 Author m...@apple.com Date 2011-11-08 16:24:46 -0800 (Tue, 08 Nov 2011) Log Message REGRESSION (r99613): Incomplete painting of the root element background in flipped blocks writing mode https://bugs.webkit.org/show_bug.cgi?id=71863

[webkit-changes] [99631] trunk/LayoutTests

2011-11-08 Thread ojan
Title: [99631] trunk/LayoutTests Revision 99631 Author o...@chromium.org Date 2011-11-08 16:27:58 -0800 (Tue, 08 Nov 2011) Log Message Update the expectations. This test appears to also fail on the chromium mac bots. * platform/chromium/test_expectations.txt: Modified Paths

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

2011-11-08 Thread commit-queue
Title: [99632] trunk/Source/WebCore Revision 99632 Author commit-qu...@webkit.org Date 2011-11-08 16:43:07 -0800 (Tue, 08 Nov 2011) Log Message Add support for arrays of numbers to IDL bindings code generator https://bugs.webkit.org/show_bug.cgi?id=71763 Adds support for float[] and

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

2011-11-08 Thread barraclough
Title: [99633] trunk/Source/_javascript_Core Revision 99633 Author barraclo...@apple.com Date 2011-11-08 16:43:15 -0800 (Tue, 08 Nov 2011) Log Message Fix OSR entry points to calculate offsets correctly WRT to branch compaction. https://bugs.webkit.org/show_bug.cgi?id=71864 Reviewed by

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

2011-11-08 Thread barraclough
Title: [99634] trunk/Source/_javascript_Core Revision 99634 Author barraclo...@apple.com Date 2011-11-08 16:47:52 -0800 (Tue, 08 Nov 2011) Log Message Remove an unused method. Rubber stamped by Geoff Garen. * assembler/AbstractMacroAssembler.h: * assembler/AssemblerBuffer.h: -

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

2011-11-08 Thread barraclough
Title: [99635] trunk/Source/_javascript_Core Revision 99635 Author barraclo...@apple.com Date 2011-11-08 16:56:45 -0800 (Tue, 08 Nov 2011) Log Message Errrk, failed to commit this in last change. * assembler/X86Assembler.h: Modified Paths trunk/Source/_javascript_Core/ChangeLog

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

2011-11-08 Thread barraclough
Title: [99636] trunk/Source/_javascript_Core Revision 99636 Author barraclo...@apple.com Date 2011-11-08 16:58:22 -0800 (Tue, 08 Nov 2011) Log Message Build fix. * assembler/X86Assembler.h: Modified Paths trunk/Source/_javascript_Core/ChangeLog

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

2011-11-08 Thread fpizlo
Title: [99637] trunk/Source/_javascript_Core Revision 99637 Author fpi...@apple.com Date 2011-11-08 17:01:19 -0800 (Tue, 08 Nov 2011) Log Message Unreviewed build fix for GTK. * GNUmakefile.list.am: Modified Paths trunk/Source/_javascript_Core/ChangeLog

[webkit-changes] [99638] trunk

2011-11-08 Thread commit-queue
Title: [99638] trunk Revision 99638 Author commit-qu...@webkit.org Date 2011-11-08 17:02:53 -0800 (Tue, 08 Nov 2011) Log Message fix REGRESSION: SVG feColorMatrix causes crash https://bugs.webkit.org/show_bug.cgi?id=71287 Patch by Philip Rogers p...@google.com on 2011-11-08 Reviewed by

[webkit-changes] [99639] trunk/Tools

2011-11-08 Thread commit-queue
Title: [99639] trunk/Tools Revision 99639 Author commit-qu...@webkit.org Date 2011-11-08 17:05:54 -0800 (Tue, 08 Nov 2011) Log Message Unreviewed, rolling out r99626. http://trac.webkit.org/changeset/99626 https://bugs.webkit.org/show_bug.cgi?id=71866 C++ exceptions cannot be disabled

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

2011-11-08 Thread barraclough
Title: [99640] trunk/Source/_javascript_Core Revision 99640 Author barraclo...@apple.com Date 2011-11-08 17:11:57 -0800 (Tue, 08 Nov 2011) Log Message Move code to handle 8bit regs from X86Assembler to MacroAssembler https://bugs.webkit.org/show_bug.cgi?id=71867 Reviewed by Oliver Hunt.

[webkit-changes] [99642] trunk/LayoutTests

2011-11-08 Thread bfulgham
Title: [99642] trunk/LayoutTests Revision 99642 Author bfulg...@webkit.org Date 2011-11-08 17:15:00 -0800 (Tue, 08 Nov 2011) Log Message [WinCairo] Unreviewed skiplist update to match main Windows build, and to skip a few failures. * platform/wincairo/Skipped: Updated. Modified Paths

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

2011-11-08 Thread barraclough
Title: [99643] trunk/Source/_javascript_Core Revision 99643 Author barraclo...@apple.com Date 2011-11-08 17:40:51 -0800 (Tue, 08 Nov 2011) Log Message Move duplicates of SYMBOL_STRING* macros to the single location https://bugs.webkit.org/show_bug.cgi?id=71456 Reviewed by Sam Weinig. *

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

2011-11-08 Thread barraclough
Title: [99647] trunk/Source/_javascript_Core Revision 99647 Author barraclo...@apple.com Date 2011-11-08 19:02:14 -0800 (Tue, 08 Nov 2011) Log Message Better abstract 'abs' operation through the MacroAssembler. https://bugs.webkit.org/show_bug.cgi?id=71873 Reviewed by Geoff Garen.

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

2011-11-08 Thread nduca
Title: [99648] trunk/Source/WebKit/chromium Revision 99648 Author nd...@chromium.org Date 2011-11-08 20:03:39 -0800 (Tue, 08 Nov 2011) Log Message [chromium] When GC3DPrivate::initializExtensions fails, dont keep retrying https://bugs.webkit.org/show_bug.cgi?id=71637 Reviewed by Kenneth

[webkit-changes] [99649] trunk

2011-11-08 Thread cevans
Title: [99649] trunk Revision 99649 Author cev...@google.com Date 2011-11-08 20:17:42 -0800 (Tue, 08 Nov 2011) Log Message Crash accessing font fact rule parent https://bugs.webkit.org/show_bug.cgi?id=71860 Reviewed by Adam Barth. Source/WebCore: Test:

[webkit-changes] [99651] trunk/Tools

2011-11-08 Thread hayato
Title: [99651] trunk/Tools Revision 99651 Author hay...@chromium.org Date 2011-11-08 21:44:47 -0800 (Tue, 08 Nov 2011) Log Message [NRWT] Make single_test_runner aware of reference filename of test_input. https://bugs.webkit.org/show_bug.cgi?id=71567 Reviewed by Ryosuke Niwa. Make

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

2011-11-08 Thread ossy
Title: [99652] trunk/Source/_javascript_Core Revision 99652 Author o...@webkit.org Date 2011-11-08 22:41:55 -0800 (Tue, 08 Nov 2011) Log Message Unreviewed, rolling out r99647. http://trac.webkit.org/changeset/99647 https://bugs.webkit.org/show_bug.cgi?id=71876 It broke jsc and layout

[webkit-changes] [99653] trunk

2011-11-08 Thread commit-queue
Title: [99653] trunk Revision 99653 Author commit-qu...@webkit.org Date 2011-11-08 23:11:27 -0800 (Tue, 08 Nov 2011) Log Message Default select multiple expands up to 10 items instead of showing 4. https://bugs.webkit.org/show_bug.cgi?id=70765 Patch by Antaryami Pandia

[webkit-changes] [99655] trunk/LayoutTests

2011-11-08 Thread philn
Title: [99655] trunk/LayoutTests Revision 99655 Author ph...@webkit.org Date 2011-11-08 23:22:27 -0800 (Tue, 08 Nov 2011) Log Message Unreviewed, GTK rebaseline after r99539. * platform/gtk/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: *

[webkit-changes] [99656] trunk/LayoutTests

2011-11-08 Thread ossy
Title: [99656] trunk/LayoutTests Revision 99656 Author o...@webkit.org Date 2011-11-08 23:23:08 -0800 (Tue, 08 Nov 2011) Log Message [Qt] Unreviewed morning gardening. Update platform specific expected results. * platform/qt/fast/forms/listbox-clip-expected.png: *

[webkit-changes] [99657] trunk/LayoutTests

2011-11-08 Thread yutak
Title: [99657] trunk/LayoutTests Revision 99657 Author yu...@chromium.org Date 2011-11-08 23:41:25 -0800 (Tue, 08 Nov 2011) Log Message [Chromium] Unreviewed, fix expectation conflict in test_expectations.txt. * platform/chromium/test_expectations.txt: Modified Paths

[webkit-changes] [99658] trunk/LayoutTests

2011-11-08 Thread yutak
Title: [99658] trunk/LayoutTests Revision 99658 Author yu...@chromium.org Date 2011-11-08 23:55:27 -0800 (Tue, 08 Nov 2011) Log Message [Chromium] Unreviewed, land correct expectations for Kusa-Makura-background-canvas.html. The background color of this test should be white, not