Timeline



Oct 28, 2010:

11:58 PM Changeset in webkit [70847] by morrita@google.com
  • 9 edits
    2 adds in trunk/WebCore

2010-10-26 MORITA Hajime <morrita@google.com>

Reviewed by Kent Tamura.

Refactoring: Spellchecking related static functions could form a class
https://bugs.webkit.org/show_bug.cgi?id=48287

Extracted spellcheck related static functions to TextCheckingHelper class,
which has EditorClient and Range as its member.

No new tests. Just a refactoring.

  • CMakeLists.txt:
  • GNUmakefile.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • editing/Editor.cpp: (WebCore::Editor::advanceToNextMisspelling): (WebCore::Editor::isSelectionUngrammatical): (WebCore::Editor::guessesForUngrammaticalSelection): (WebCore::Editor::guessesForMisspelledOrUngrammaticalSelection): (WebCore::Editor::markMisspellingsAfterTypingToPosition): (WebCore::Editor::markMisspellingsOrBadGrammar): (WebCore::Editor::markMisspellings): (WebCore::Editor::markBadGrammar): (WebCore::Editor::markAllMisspellingsAndBadGrammarInRanges): (WebCore::Editor::changeBackToReplacedString):
  • editing/Editor.h:
  • editing/TextCheckingHelper.cpp: Added. (WebCore::TextCheckingHelper::TextCheckingHelper): (WebCore::TextCheckingHelper::~TextCheckingHelper): (WebCore::TextCheckingHelper::paragraphAlignedRange): (WebCore::TextCheckingHelper::findFirstMisspelling): (WebCore::TextCheckingHelper::findFirstMisspellingOrBadGrammar): (WebCore::TextCheckingHelper::findFirstGrammarDetail): (WebCore::TextCheckingHelper::findFirstBadGrammar): (WebCore::TextCheckingHelper::isUngrammatical): (WebCore::TextCheckingHelper::guessesForMisspelledOrUngrammaticalRange): (WebCore::TextCheckingHelper::markAllMisspellings): (WebCore::TextCheckingHelper::markAllBadGrammar):
  • editing/TextCheckingHelper.h: Added.
11:55 PM Changeset in webkit [70846] by abarth@webkit.org
  • 13 edits
    1 add in trunk

2010-10-28 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel, Peter Kasting, and Darin Fisher.
(Eric reviewed the CoreGraphics interactions, Peter reviewed the image
decoder interaction, and Darin Fisher SGTMed the policy decision.)

[chromium] Chromium Mac should use WebKit's image decoders
https://bugs.webkit.org/show_bug.cgi?id=47974

Enable WebKit's image decoders.

  • features.gypi:

2010-10-28 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel, Peter Kasting, and Darin Fisher.
(Eric reviewed the CoreGraphics interactions, Peter reviewed the image
decoder interaction, and Darin Fisher SGTMed the policy decision.)

[chromium] Chromium Mac should use WebKit's image decoders
https://bugs.webkit.org/show_bug.cgi?id=47974

This patch teaches WebKit's image decoders how to talk to CoreGraphics.
This patch doesn't handle color profiles, but that will come in a
subsequent patch.

  • WebCore.gyp/WebCore.gyp:
  • WebCore.gypi:
  • loader/CachedImage.cpp: (WebCore::CachedImage::createImage):
  • platform/graphics/ImageSource.h:
  • platform/image-decoders/ImageDecoder.cpp: (WebCore::RGBA32Buffer::clear): (WebCore::RGBA32Buffer::zeroFill): (WebCore::RGBA32Buffer::copyBitmapData): (WebCore::RGBA32Buffer::setSize):
  • platform/image-decoders/ImageDecoder.h: (WebCore::RGBA32Buffer::getAddr):
  • platform/image-decoders/cg: Added.
  • platform/image-decoders/cg/ImageDecoderCG.cpp: Added. (WebCore::RGBA32Buffer::copyBitmapData): (WebCore::RGBA32Buffer::setSize): (WebCore::RGBA32Buffer::asNewNativeImage):
11:45 PM Changeset in webkit [70845] by dimich@chromium.org
  • 2 edits in trunk/LayoutTests

[Chromium] Unreviewed, test expectations update.

  • platform/chromium/test_expectations.txt:
11:32 PM Changeset in webkit [70844] by commit-queue@webkit.org
  • 2 edits in trunk/WebCore

2010-10-28 Sergio Villar Senin <svillar@igalia.com>

Reviewed by Xan Lopez.

[GTK] GObject bindings generator issues
https://bugs.webkit.org/show_bug.cgi?id=48135

GObject code generator must not generate conditional API's. This
patch also adds an alternative return value for non-void
conditional methods. With this change the conditionalMethods hack
is no longer needed.

  • bindings/scripts/CodeGeneratorGObject.pm:
11:30 PM Changeset in webkit [70843] by hyatt@apple.com
  • 17 edits
    12 adds in trunk

https://bugs.webkit.org/show_bug.cgi?id=48569

Reviewed by Dan Bernstein.

Box shadows on vertical inlines don't paint properly. Fix the paintBoxShadow method to treat the edges to include as
logical (so that top/bottom are used instead of left/right for vertical lines). In order to make my box-shadow tests
work I had to fix a bug in the transform code of InlineTextBox that was causing the baselines of vertical lines to
be wrong.

Added fast/blockflow/box-shadow-* tests

WebCore:

  • rendering/InlineTextBox.cpp:

(WebCore::InlineTextBox::paint):

  • rendering/RenderBoxModelObject.cpp:

(WebCore::RenderBoxModelObject::paintBoxShadow):

  • rendering/RenderBoxModelObject.h:

LayoutTests:

  • fast/blockflow/box-shadow-horizontal-bt.html: Added.
  • fast/blockflow/box-shadow-vertical-lr.html: Added.
  • fast/blockflow/box-shadow-vertical-rl.html: Added.
  • platform/mac/fast/blockflow/border-vertical-lr-expected.checksum:
  • platform/mac/fast/blockflow/border-vertical-lr-expected.png:
  • platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Added.
  • platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Added.
  • platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.txt: Added.
  • platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Added.
  • platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Added.
  • platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.txt: Added.
  • platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Added.
  • platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Added.
  • platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.txt: Added.
  • platform/mac/fast/blockflow/english-lr-text-expected.checksum:
  • platform/mac/fast/blockflow/english-lr-text-expected.png:
  • platform/mac/fast/blockflow/english-rl-text-expected.checksum:
  • platform/mac/fast/blockflow/english-rl-text-expected.png:
  • platform/mac/fast/blockflow/japanese-lr-text-expected.checksum:
  • platform/mac/fast/blockflow/japanese-lr-text-expected.png:
  • platform/mac/fast/blockflow/japanese-rl-text-expected.checksum:
  • platform/mac/fast/blockflow/japanese-rl-text-expected.png:
10:22 PM Changeset in webkit [70842] by dimich@chromium.org
  • 2 edits in trunk/LayoutTests

[Chromium] Unreviewed, test expectations update.
Disable new test added in http://trac.webkit.org/changeset/70840.

  • platform/chromium/test_expectations.txt:
9:54 PM Changeset in webkit [70841] by dimich@chromium.org
  • 1 edit
    2 adds in trunk/LayoutTests

[Chromium] Not reviewed, fix test expectations.

  • platform/chromium-win/fast/table/simple_paint-expected.checksum: Added.
  • platform/chromium-win/fast/table/simple_paint-expected.png: Added.
  • platform/chromium/test_expectations.txt:
9:48 PM Changeset in webkit [70840] by commit-queue@webkit.org
  • 3 edits
    5 adds in trunk

2010-10-28 James Robinson <jamesr@chromium.org>

Reviewed by Simon Fraser.

iframes forced into slow scrolling mode by containing RenderLayer sometimes
https://bugs.webkit.org/show_bug.cgi?id=48570

Adds a test that verifies that the repaint region for a scrolled iframe is not
larger than necessary.

  • fast/repaint/iframe-scroll-repaint.html: Added.
  • fast/repaint/resources/iframe-scroll-repaint-iframe.html: Added.
  • platform/mac/fast/repaint/iframe-scroll-repaint-expected.checksum: Added.
  • platform/mac/fast/repaint/iframe-scroll-repaint-expected.png: Added.
  • platform/mac/fast/repaint/iframe-scroll-repaint-expected.txt: Added.

2010-10-28 James Robinson <jamesr@chromium.org>

Reviewed by Simon Fraser.

iframes forced into slow scrolling mode by containing RenderLayer sometimes
https://bugs.webkit.org/show_bug.cgi?id=48570

Only performs the overlap test for RenderLayers that paint themselves. This
prevents marking RenderWidgets as being overlapped unnecessarily.

Test: fast/repaint/iframe-scroll-repaint.html

  • rendering/RenderLayer.cpp: (WebCore::RenderLayer::paintLayer):
9:31 PM Changeset in webkit [70839] by dimich@chromium.org
  • 2 edits in trunk/LayoutTests

[Chromium] Not reviewed, test_expectations fix.

  • platform/chromium/test_expectations.txt:
9:19 PM Changeset in webkit [70838] by mitz@apple.com
  • 4 edits in trunk

LLVM compiler build fix

WebKit/mac:

Reviewed by Mark Rowe.

  • Misc/WebDownload.mm:

(-[WebDownload initWithRequest:delegate:]): Changed the delegate type from id to
id<NSURLDownloadDelegate> to match the method signature in NSURLDownload.

WebKit2:

  • WebProcess/Downloads/mac/DownloadMac.mm:

(-[WKDownloadAsDelegate download:didReceiveResponse:]): Removed a stray semicolon.

8:50 PM Changeset in webkit [70837] by commit-queue@webkit.org
  • 12 edits
    2 deletes in trunk

2010-10-28 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70814.
http://trac.webkit.org/changeset/70814
https://bugs.webkit.org/show_bug.cgi?id=48612

Caused media/controls-drag-timebar.html to fail on multiple
platforms (Requested by aroben on #webkit).

  • media/video-seek-by-small-increment-expected.txt: Removed.
  • media/video-seek-by-small-increment.html: Removed.

2010-10-28 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70814.
http://trac.webkit.org/changeset/70814
https://bugs.webkit.org/show_bug.cgi?id=48612

Caused media/controls-drag-timebar.html to fail on multiple
platforms (Requested by aroben on #webkit).

  • html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::seek):
  • platform/graphics/MediaPlayer.cpp:
  • platform/graphics/MediaPlayer.h:
  • platform/graphics/MediaPlayerPrivate.h:
  • platform/graphics/mac/MediaPlayerPrivateQTKit.h:
  • platform/graphics/mac/MediaPlayerPrivateQTKit.mm:
  • platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
  • platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.h:
  • platform/graphics/win/QTMovie.cpp:
  • platform/graphics/win/QTMovie.h:
8:20 PM Changeset in webkit [70836] by Adam Roben
  • 5 edits
    6 adds in trunk/WebKit2

Move some function definitions from WebEvent.h into new .cpp files

Someday maybe we'll split the classes into their own header files,
too.

Fixes <http://webkit.org/b/48604>.

Reviewed by Anders Carlsson.

  • Shared/WebEvent.h: Moved code from here...
  • Shared/WebEvent.cpp: Added.
  • Shared/WebKeyboardEvent.cpp: Added.
  • Shared/WebMouseEvent.cpp: Added.
  • Shared/WebPlatformTouchPoint.cpp: Added.
  • Shared/WebTouchEvent.cpp: Added.
  • Shared/WebWheelEvent.cpp: Added.

...to here. Also changed WebTouchEvent::touchPoints not to copy the
Vector.

  • WebKit2.pro:
  • WebKit2.xcodeproj/project.pbxproj:
  • win/WebKit2.vcproj:

Added the new files.

7:56 PM Changeset in webkit [70835] by jamesr@google.com
  • 197 edits
    196 copies
    3 adds in trunk/LayoutTests

2010-10-28 James Robinson <jamesr@chromium.org>

Update the pixel expectations for fast/tables for the Mac port.

For the tests that currently fail on Snow Leopard with --pixel-tests --tolerance 0,
this moves the current pixel results to mac-leopard and adds new Snow Leopard-specific
results to platform/mac.

List of files omitted due to length but composed entirely of moves from platform/mac to
platform/mac-leopard and newly added files in platform/mac.

7:35 PM Changeset in webkit [70834] by mitz@apple.com
  • 3 edits
    2 adds in trunk

<rdar://problem/8597430> Crash triggered by incremental layout of block truncated by line-clamp
https://bugs.webkit.org/show_bug.cgi?id=48602

Reviewed by Simon Fraser.

WebCore:

Test: fast/flexbox/line-clamp-crash.html

  • rendering/RenderFlexibleBox.cpp:

(WebCore::RenderFlexibleBox::applyLineClamp): Even if the child needs layout, call clearTruncation(),
since layout itself may be partial and not touch the truncated line (but touch its markup box).

LayoutTests:

  • fast/flexbox/line-clamp-crash-expected.txt: Added.
  • fast/flexbox/line-clamp-crash.html: Added.
6:29 PM Changeset in webkit [70833] by andersca@apple.com
  • 3 edits in trunk/WebKit2

Move code to dispatch a sync message out into a separate function
https://bugs.webkit.org/show_bug.cgi?id=48605

Reviewed by Adam Roben.

  • Platform/CoreIPC/Connection.cpp:

(CoreIPC::Connection::dispatchSyncMessage):
Factor code out from dispatchMessage. Handle receiving a message with an invalid reply ID.

(CoreIPC::Connection::dispatchMessages):
Call dispatchSyncMessage.

  • Platform/CoreIPC/Connection.h:
6:28 PM Changeset in webkit [70832] by dimich@chromium.org
  • 2 edits in trunk/LayoutTests

[Chromium] Uneviewed, test_expectations fix.
Re-suppress few test from a bunch re-enabled by http://trac.webkit.org/changeset/70823.
They have some old issues still.

  • platform/chromium/test_expectations.txt:
6:28 PM Changeset in webkit [70831] by jianli@chromium.org
  • 1 edit in branches/chromium/552/WebCore/platform/UUID.cpp

Merge 70830 - [chromium] UUID generation does not work in Linux that has sandbox
turned on
https://bugs.webkit.org/show_bug.cgi?id=48571

BUG=59680
TEST=none

Reviewed by Dmitry Titov.

This is because we cannot access /proc when sandbox is on. The fix is to
use random numbers to construct UUID.

  • platform/UUID.cpp:

(WebCore::createCanonicalUUIDString):

TBR=jianli@chromium.org

6:12 PM Changeset in webkit [70830] by jianli@chromium.org
  • 2 edits in trunk/WebCore

[chromium] UUID generation does not work in Linux that has sandbox
turned on
https://bugs.webkit.org/show_bug.cgi?id=48571

Reviewed by Dmitry Titov.

This is because we cannot access /proc when sandbox is on. The fix is to
use random numbers to construct UUID.

  • platform/UUID.cpp:

(WebCore::createCanonicalUUIDString):

5:43 PM Changeset in webkit [70829] by commit-queue@webkit.org
  • 2 edits in trunk/JavaScriptCore

2010-10-28 Kwang Yul Seo <skyul@company100.net>

Reviewed by Darin Adler.

Include stddef.h unconditionally in Assertions.h
https://bugs.webkit.org/show_bug.cgi?id=48573

There is no reason to have stddef.h include be MSVC-only.

  • wtf/Assertions.h:
5:23 PM WebKit Team edited by gyuyoung.kim@samsung.com
(diff)
5:21 PM Changeset in webkit [70828] by andersca@apple.com
  • 2 edits
    2 adds in trunk/WebKit2

Add NPObjectMessageReceiver class.
https://bugs.webkit.org/show_bug.cgi?id=48599

Reviewed by Darin Adler.

  • Shared/Plugins/NPObjectMessageReceiver.cpp: Added.

(WebKit::NPObjectMessageReceiver::NPObjectMessageReceiver):
(WebKit::NPObjectMessageReceiver::~NPObjectMessageReceiver):

  • Shared/Plugins/NPObjectMessageReceiver.h: Added.
  • WebKit2.xcodeproj/project.pbxproj:
5:16 PM WebKit Team edited by gyuyoung.kim@samsung.com
Add new committer(Gyuyoung Kim) to list (diff)
5:15 PM Changeset in webkit [70827] by dimich@chromium.org
  • 2 edits in trunk/LayoutTests

[Chromium] Unreviewed fix for test_expectations.
Temporarily suppress new tests that fail in Chromium port.

  • platform/chromium/test_expectations.txt:
4:45 PM Changeset in webkit [70826] by commit-queue@webkit.org
  • 14 edits
    6 adds in trunk

2010-10-28 Jia Pu <jpu@apple.com>

Reviewed by Dan Bernstein.

Editing a word with misspell or autocorrection underline should remove the underline when the editing changes the word.
https://bugs.webkit.org/show_bug.cgi?id=48078
<rdar://problem/8579155>

  • platform/mac-leopard/Skipped: New tests don't apply to this platform.
  • platform/mac-snowleopard/Skipped: Ditto.
  • platform/mac-tiger/Skipped: Ditto.
  • platform/mac-wk2/Skipped: Ditto.
  • platform/mac/editing/spelling/autocorrection-delete-expected.checksum: Updated expected test result.
  • platform/mac/editing/spelling/autocorrection-delete-expected.png: Ditto.
  • platform/mac/editing/spelling/editing-multiple-words-with-markers-expected.txt: Added.
  • platform/mac/editing/spelling/editing-multiple-words-with-markers.html: Added.
  • platform/mac/editing/spelling/editing-word-with-marker-1-expected.txt: Added.
  • platform/mac/editing/spelling/editing-word-with-marker-1.html: Added.
  • platform/mac/editing/spelling/editing-word-with-marker-2-expected.txt: Added.
  • platform/mac/editing/spelling/editing-word-with-marker-2.html: Added.

2010-10-28 Jia Pu <jpu@apple.com>

Reviewed by Dan Bernstein.

Editing a word with misspell or autocorrection underline should remove the underline when the editing changes the word.
https://bugs.webkit.org/show_bug.cgi?id=48078
<rdar://problem/8579155>

Tests: platform/mac/editing/spelling/editing-multiple-words-with-markers.html

platform/mac/editing/spelling/editing-word-with-marker-1.html
platform/mac/editing/spelling/editing-word-with-marker-2.html

This patch is part of on-going improvement of autocorrection feature on Mac OS X. When an editing
occurs, if it affects words (by deleting/inserting characters, spliting word, merging words) that
have Spelling and/or CorrectionIndicator markers, we want to remove the markers. If subsequntial
spelling checking finds spelling error in newlly formed words, it will add the markers back in.

  • dom/DocumentMarker.h: Changed MarkerType to bit masks to make search multiple types easier.
  • dom/DocumentMarkerController.cpp: Refactored two removeMarkers() methods to support remove markers with specific type from a node. (WebCore::DocumentMarkerController::removeMarkers): Changed signature to remove marker with specific type. (WebCore::DocumentMarkerController::removeMarkersFromMarkerMapVectorPair): Refactoring. (WebCore::DocumentMarkerController::hasMarkers): Convenience method to search markers in range.
  • dom/DocumentMarkerController.h: Added new methods and matched new signature of removeMarkers().
  • editing/Editor.cpp: (WebCore::Editor::respondToChangedContents): Remove existing markers if the change formed new word. (WebCore::Editor::cut): Remove markers on words that will be modified by this editing. (WebCore::Editor::paste): Ditto. (WebCore::Editor::pasteAsPlainText): Ditto. (WebCore::Editor::removeSpellAndCorrectionMarkersFromWordsToBeEdited): Main logic for removing markers on words affected by editing.
  • editing/Editor.h: Added removeSpellAndCorrectionMarkersFromWordsToBeEdited(). Added REMOVE_MARKERS_UPON_EDITING and SUPPORT_AUTOCORRECTION_PANEL macro to improve readability.
  • editing/TypingCommand.cpp: (WebCore::TypingCommand::insertText): Remove markers on words that will be modified by this editing. (WebCore::TypingCommand::deleteKeyPressed): Ditto. (WebCore::TypingCommand::forwardDeleteKeyPressed): Ditto.
4:43 PM Changeset in webkit [70825] by bweinstein@apple.com
  • 4 edits in trunk

Part of <https://bugs.webkit.org/show_bug.cgi?id=45980>
userscripts/user-script-*-document.html tests are flaky on Windows

Reviewed by Brady Eidson.

WebCore:

In WebFrameLoaderClient::committedLoad on Windows, we call through to PluginStream::didRecieveData
if our manual loader is a plugin stream, and we can call didRecieveData with a 0 length.

We shouldn't ASSERT that length is 0, because code paths exists where we call it with a 0 length.

This is tested by re-enabling user-script-plugin-document.html on Windows.

  • plugins/PluginStream.cpp:

(WebCore::PluginStream::didReceiveData):

LayoutTests:

Unskip the user-script-plugin-document test because its issue is fixed.

  • platform/win/Skipped:
4:41 PM Changeset in webkit [70824] by commit-queue@webkit.org
  • 2 edits
    1 move
    2 adds
    2 deletes in trunk/WebKitSite

2010-10-28 Lucas Forschler <Lucas Forschler>

Reviewed by Geoffrey Garen.

Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
Notes:

-Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
-Edited the .htaccess file to redirect the old pages to the new landing page.
-This should keep our search engine page rankings effective.

Potentially breaking:

-This COULD potentially break the SunSpider benchmark.
-Local testing with relative links seems to function as expected.
-The .htaccess 301 redirects are UNTESTED.

  • .htaccess:
  • perf/sunspider: Added.
  • perf/sunspider-0.9.1/sunspider.html: Removed.
  • perf/sunspider-0.9.1/versions.html: Removed.
  • perf/sunspider-0.9/sunspider.html: Removed.
  • perf/sunspider/sunspider.css: Added.
  • perf/sunspider/sunspider.html: Added.
4:20 PM Changeset in webkit [70823] by mihaip@chromium.org
  • 8 edits in trunk

2010-10-28 Mihai Parparita <mihaip@chromium.org>

Reviewed by Darin Adler.

[Chromium] History related tests REGRESSED after r70723
https://bugs.webkit.org/show_bug.cgi?id=48513

Remove test_expectations.txt lines for tests that now pass.

  • platform/chromium/test_expectations.txt:

2010-10-28 Mihai Parparita <mihaip@chromium.org>

Reviewed by Darin Adler.

[Chromium] History related tests REGRESSED after r70723
https://bugs.webkit.org/show_bug.cgi?id=48513

Remove backItem(), forwardItem() and currentItem() from the Chromium
BackForwardList implementation, since they can use the base class
behavior now (which call itemAtIndex with -1, 1, and 0 respectively).

  • history/BackForwardList.h:
  • history/BackForwardListChromium.cpp:

2010-10-28 Mihai Parparita <mihaip@chromium.org>

Reviewed by Darin Adler.

[Chromium] History related tests REGRESSED after r70723
https://bugs.webkit.org/show_bug.cgi?id=48513

Since r70723 made BackForwardList::currentItem no longer be virtual,
we were not reaching the implementation in Chromium's
BackForwardListClientImpl, and for Chromium currentItem is not the same
as itemAtIndex(0).

The fix is to make itemAtIndex(0) have the currentItem() behavior, which
lets us keep currentItem as non-virtual (and remove its implementation
from the Chromium side).

This also switches Chromium to use the default implementation of
backItem() and forwardItem() (vs. the old stubs that just had
ASSERT_NOT_REACHED) since they're actually reacheable with Chromium
code thanks to the calls in FrameLoader::checkDidPerformFirstNavigation.

  • src/BackForwardListClientImpl.cpp: (WebKit::BackForwardListClientImpl::itemAtIndex):
  • src/BackForwardListClientImpl.h:
4:19 PM Changeset in webkit [70822] by ojan@chromium.org
  • 5 edits in trunk/WebKitTools

2010-10-28 Ojan Vafai <ojan@chromium.org>

Reviewed by Tony Chang.

[chromium] add a result-small.json file for the test dashboard
https://bugs.webkit.org/show_bug.cgi?id=48547

Output both a results.json file and a results-small.json file.
The dashboard will load results-small.json by default so it loads faster.

  • TestResultServer/model/jsonresults.py:
  • TestResultServer/model/jsonresults_unittest.py: Added a bunch of sys.path hackery. Unforunately, this uses hardcoded paths. That obviously needs to be fixed, but at least this way it clearly documents what paths are necessary.
4:07 PM Changeset in webkit [70821] by rniwa@webkit.org
  • 3 edits
    2 adds in trunk

2010-10-28 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Tony Chang.

chrome.dll!WebCore::Node::shadowAncestorNode ReadAV@NULL (98643190851b5662363449cc7303d8a5)
https://bugs.webkit.org/show_bug.cgi?id=47888

The crash was caused by the while loop in ApplyStyleCommand::fixRangeAndApplyInlineStyle
not considering the case where startNode is the root editable element.
Fixed the bug by not entering the loop when startNode is the editable root.

Test: editing/style/fix-range-from-root-editable-crash.html

  • editing/ApplyStyleCommand.cpp: (WebCore::ApplyStyleCommand::fixRangeAndApplyInlineStyle):

2010-10-28 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Tony Chang.

chrome.dll!WebCore::Node::shadowAncestorNode ReadAV@NULL (98643190851b5662363449cc7303d8a5)
https://bugs.webkit.org/show_bug.cgi?id=47888

Added a test to ensure ApplyStyleCommand::fixRangeAndApplyInlineStyle doesn't crash
when startNode is body and it is, therefore, the editable root.

Note that the test does not reproduce the crash when DOCTYPE is added.

  • editing/style/fix-range-from-root-editable-crash-expected.txt: Added.
  • editing/style/fix-range-from-root-editable-crash.html: Added.
4:01 PM Changeset in webkit [70820] by eric@webkit.org
  • 7 edits in trunk/WebKitTools

2010-10-28 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

webkit-patch upload calls changed_files more often than it should
https://bugs.webkit.org/show_bug.cgi?id=48567

Passing changed_files around everywhere isn't a very elegant solution
but it's the one we have for the moment. I think keeping an explicit
cache on Checkout (or making StepState() a real class) is a better
long-term option.

Previously bug_id_for_this_commit was calling changed_files and the
result was never getting cached on the state. Now we're explicitly
caching the result on the state and passing that to the bug_id_for_this_commit call.

I looked into building unit tests for this. Doing so would require
using a real Checkout object with a MockSCM and overriding the appropriate
calls on SCM to count how often we're stating the file system.
That's a useful set of tests to build for a separate change.

  • Scripts/webkitpy/common/checkout/api.py:
  • Scripts/webkitpy/tool/commands/download.py:
  • Scripts/webkitpy/tool/commands/upload.py:
  • Scripts/webkitpy/tool/mocktool.py:
3:57 PM Changeset in webkit [70819] by noam.rosenthal@nokia.com
  • 8 edits in trunk

2010-10-28 Noam Rosenthal <noam.rosenthal@nokia.com>

Reviewed by Ariya Hidayat.

[Texmap] [Qt] Texture mapper initial implementation
https://bugs.webkit.org/show_bug.cgi?id=47070

Build fix, some wrong changes slipped into the previous patch.
No new tests: build fix.

  • platform/graphics/GraphicsLayer.h:
  • platform/graphics/opengl/TextureMapperGL.cpp: (WebCore::BitmapTextureGL::setContentsToImage):
  • platform/graphics/texmap/GraphicsLayerTextureMapper.cpp: (WebCore::TextureMapperNode::uploadTextureFromContent): (WebCore::TextureMapperNode::paintRecursive):
  • platform/qt/QWebPageClient.h: (QWebPageClient::setRootGraphicsLayer):

2010-10-28 Noam Rosenthal <noam.rosenthal@nokia.com>

Reviewed by Ariya Hidayat.

[Texmap] [Qt] Texture mapper initial implementation
https://bugs.webkit.org/show_bug.cgi?id=47070

Build fix,

  • WebCoreSupport/PageClientQt.cpp: (WebCore::PlatformLayerProxyQGraphicsObject::PlatformLayerProxyQGraphicsObject): (WebCore::PageClientQGraphicsWidget::~PageClientQGraphicsWidget): (WebCore::PageClientQGraphicsWidget::setRootGraphicsLayer):
  • WebCoreSupport/PageClientQt.h:
3:27 PM Changeset in webkit [70818] by commit-queue@webkit.org
  • 4 edits in trunk/LayoutTests

2010-10-28 Adrienne Walker <enne@google.com>

Reviewed by Kenneth Russell.

Missing expectation file changes from bug 47853.
https://bugs.webkit.org/show_bug.cgi?id=48564

  • platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
  • platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
  • platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3:17 PM Changeset in webkit [70817] by jamesr@google.com
  • 5 edits
    2 copies in branches/chromium/552

Merge 70748 - 2010-10-27 Andy Estes <aestes@apple.com>

Reviewed by Adam Barth.

r66156 broke AtlasCT library, formerly affected http://map.d.co.il/
https://bugs.webkit.org/show_bug.cgi?id=45679

This patch removes WebKit's map of classid values to MIME types. It also
changes the behavior of object elements to render fallback content when
a non-empty classid attribute is specified, which is the behavior HTML5
specifies when a UA encounters a classid it doesn't understand.

Test: fast/replaced/object-with-non-empty-classid-triggers-fallback.html

  • html/HTMLObjectElement.cpp: Remove serviceTypeForClassId(), createClassIdToTypeMap(), and the ClassIdToTypeMap typedef. (WebCore::HTMLObjectElement::updateWidget): Do not call serviceTypeForClassId() when there is no type attribute, and render fallback content if the classid attribute is non-empty.

2010-10-27 Andy Estes <aestes@apple.com>

Reviewed by Adam Barth.

r66156 broke AtlasCT library, formerly affected http://map.d.co.il/
https://bugs.webkit.org/show_bug.cgi?id=45679

  • fast/dom/object-embed-plugin-scripting.html: Changed classid attributes to type attributes.
  • fast/dom/object-plugin-hides-properties.html: Ditto.
  • fast/replaced/object-with-non-empty-classid-triggers-fallback-expected.txt: Added.
  • fast/replaced/object-with-non-empty-classid-triggers-fallback.html: Added.

TBR=cpu@google.com
BUG=57986

3:12 PM Changeset in webkit [70816] by hyatt@apple.com
  • 3 edits
    12 adds in trunk

https://bugs.webkit.org/show_bug.cgi?id=48568

Reviewed by James Robinson.

WebCore:

Backgrounds don't work right with vertical RenderInlines. Make background painting
do the right thing for vertical strips.

Added fast/blockflow/background-* tests

  • rendering/InlineFlowBox.cpp:

(WebCore::InlineFlowBox::paintFillLayer):

LayoutTests:

Backgrounds don't work right with vertical RenderInlines. Make background painting
do the right thing for vertical strips.

  • fast/blockflow/background-horizontal-bt.html: Added.
  • fast/blockflow/background-vertical-lr.html: Added.
  • fast/blockflow/background-vertical-rl.html: Added.
  • platform/mac/fast/blockflow/background-horizontal-bt-expected.checksum: Added.
  • platform/mac/fast/blockflow/background-horizontal-bt-expected.png: Added.
  • platform/mac/fast/blockflow/background-horizontal-bt-expected.txt: Added.
  • platform/mac/fast/blockflow/background-vertical-lr-expected.checksum: Added.
  • platform/mac/fast/blockflow/background-vertical-lr-expected.png: Added.
  • platform/mac/fast/blockflow/background-vertical-lr-expected.txt: Added.
  • platform/mac/fast/blockflow/background-vertical-rl-expected.checksum: Added.
  • platform/mac/fast/blockflow/background-vertical-rl-expected.png: Added.
  • platform/mac/fast/blockflow/background-vertical-rl-expected.txt: Added.
2:56 PM Changeset in webkit [70815] by eric@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-28 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

Make suggest-reviewers slightly faster
https://bugs.webkit.org/show_bug.cgi?id=48562

Add @memoized to one more common call.

  • Scripts/webkitpy/common/checkout/api.py:
2:46 PM Changeset in webkit [70814] by eric.carlson@apple.com
  • 12 edits
    2 adds in trunk

2010-10-28 Eric Carlson <eric.carlson@apple.com>

Reviewed by Adam Roben.

Seeking by very small increment doesn't generate 'seeked' event
https://bugs.webkit.org/show_bug.cgi?id=48530

Test: media/video-seek-by-small-increment.html

  • html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::seek): Ask the media engine for its closest time value so we can avoid asking it to seek to the current time.
  • platform/graphics/MediaPlayer.cpp: (WebCore::MediaPlayer::mediaTimeForTimeValue): New.
  • platform/graphics/MediaPlayer.h:
  • platform/graphics/MediaPlayerPrivate.h: (WebCore::MediaPlayerPrivateInterface::mediaTimeForTimeValue): Ditto.
  • platform/graphics/mac/MediaPlayerPrivateQTKit.h:
  • platform/graphics/mac/MediaPlayerPrivateQTKit.mm: (WebCore::MediaPlayerPrivate::mediaTimeForTimeValue): Return the closest value in the movie's time scale.
  • platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp: (WebCore::MediaPlayerPrivateQuickTimeVisualContext::mediaTimeForTimeValue): Ditto
  • platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.h:
  • platform/graphics/win/QTMovie.cpp: (QTMovie::timeScale): Return the movie's time scale.
  • platform/graphics/win/QTMovie.h:

2010-10-28 Eric Carlson <eric.carlson@apple.com>

Reviewed by Adam Roben.

Seeking by very small increment doesn't generate 'seeked' event
https://bugs.webkit.org/show_bug.cgi?id=48530

  • media/video-seek-by-small-increment-expected.txt: Added.
  • media/video-seek-by-small-increment.html: Added.
2:44 PM Changeset in webkit [70813] by hyatt@apple.com
  • 3 edits
    12 adds in trunk

https://bugs.webkit.org/show_bug.cgi?id=48443

Reviewed by Beth Dakin.

Border images don't work right with vertical RenderInlines. Make border/mask/background painting
do the right thing for vertical strips.

WebCore:

Added fast/blockflow/border-image-* tests.

  • rendering/InlineFlowBox.cpp:

(WebCore::InlineFlowBox::paintBoxDecorations):
(WebCore::InlineFlowBox::paintMask):

LayoutTests:

  • fast/blockflow/border-image-horizontal-bt.html: Added.
  • fast/blockflow/border-image-vertical-lr.html: Added.
  • fast/blockflow/border-image-vertical-rl.html: Added.
2:41 PM Changeset in webkit [70812] by Patrick Gansterer
  • 2 edits in trunk/WebCore

2010-10-28 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

Port ContextMenuItemWin.cpp to WinCE
https://bugs.webkit.org/show_bug.cgi?id=48407

  • platform/win/ContextMenuItemWin.cpp:
2:38 PM Changeset in webkit [70811] by eric@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-28 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

webkit-patch suggest-reviewers -g 260550a6e30b7bf34f16bdb4a5396cf26264fc1c is still very slow
https://bugs.webkit.org/show_bug.cgi?id=48536

This patch makes it about 40 seconds faster, but it still
takes 1:40. This will require more refinement.

The suggested reviewers list appears to be the same.

I think the next step may be to have it stop the search after
5 reviewers are found. We never want to suggest 30 people.

  • Scripts/webkitpy/common/checkout/scm.py:
    • Using --remove-empty to theoretically stop lookups past when a file is removed. I'm not entirely clear that the option does what it says it does. Example: git log --pretty=format:%H -5 --remove-empty -- /Projects/WebKit/WebCore/platform/wx/SearchPopupMenuWx.h returns only one commit vs. git log --pretty=format:%H -5 -- /Projects/WebKit/WebCore/platform/wx/SearchPopupMenuWx.h which returns 5. I was not aware that wx files were ever removed from the repository?
2:38 PM Changeset in webkit [70810] by rniwa@webkit.org
  • 5 edits in trunk

2010-10-28 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Darin Adler.

queryCommandValue should fall back to queryCommandState
https://bugs.webkit.org/show_bug.cgi?id=48479

Added a fallback to Command::value so that commands with a state function without a value function
returns the value returned by the state function as a string.

  • editing/EditorCommand.cpp: (WebCore::Editor::Command::value):

2010-10-28 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Darin Adler.

queryCommandValue should fall back to queryCommandState
https://bugs.webkit.org/show_bug.cgi?id=48479

Modified the existing tests to ensure queryCommandValue returns 'true' or 'false'
for commands that supports queryCommandState.

  • editing/execCommand/script-tests/query-command-state.js: (testQueryCommandState):
  • editing/execCommand/script-tests/query-text-alignment.js: (isEquivalentBoolean): (queryTextAlignment):
2:35 PM Changeset in webkit [70809] by andersca@apple.com
  • 2 edits
    2 adds in trunk/WebKit2

Add NPObjectProxy class
https://bugs.webkit.org/show_bug.cgi?id=48558

Reviewed by Sam Weinig.

  • Shared/Plugins/NPObjectProxy.cpp: Added.

(WebKit::NPObjectProxy::NPObjectProxy):
(WebKit::NPObjectProxy::~NPObjectProxy):

  • Shared/Plugins/NPObjectProxy.h: Added.
  • WebKit2.xcodeproj/project.pbxproj:
2:23 PM Changeset in webkit [70808] by Martin Robinson
  • 2 edits in trunk/LayoutTests

2010-10-28 Martin Robinson <mrobinson@igalia.com>

Unskip some passing canvas tests on GTK+. These were
likely fixed by the recent shadow changes.

  • platform/gtk/Skipped: Unskip passing tests.
2:16 PM Changeset in webkit [70807] by aestes@apple.com
  • 3 edits
    6 deletes in trunk/LayoutTests

Remove test expectations obsoleted by r70619.

  • platform/chromium-linux/fast/block/float/tableshifting-expected.checksum: Removed.
  • platform/chromium-linux/fast/block/float/tableshifting-expected.png: Removed.
  • platform/chromium-win/fast/block/float/tableshifting-expected.checksum: Removed.
  • platform/chromium-win/fast/block/float/tableshifting-expected.png: Removed.
  • platform/chromium-win/fast/block/float/tableshifting-expected.txt: Removed.
  • platform/gtk/Skipped: Unskip fast/block/float/tableshifting.html
  • platform/qt/Skipped: Ditto.
  • platform/qt/fast/block/float/tableshifting-expected.txt: Removed.
2:15 PM UsingGitWithWebKit edited by Simon Fraser
(diff)
2:09 PM Changeset in webkit [70806] by kinuko@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-28 Kinuko Yasuda <kinuko@chromium.org>

Unreviewed, updating drt_expectations.txt.

  • platform/chromium/drt_expectations.txt:
2:09 PM Changeset in webkit [70805] by pfeldman@chromium.org
  • 12 edits in trunk/WebCore

2010-10-28 Pavel Feldman <pfeldman@chromium.org>

Not reviewed. Rolling out r70800.

1:35 PM Changeset in webkit [70804] by ap@apple.com
  • 3 edits in trunk/WebCore

Reviewed by Dan Bernstein.

https://bugs.webkit.org/show_bug.cgi?id=48551
HTMLDocument::isFrameSet() should not depend on renderer

No change in functionality, so no new tests.

  • html/HTMLDocument.cpp: (WebCore::HTMLDocument::isFrameSet): Omit the check for renderer.
  • rendering/RenderLayer.h: Removed unneeded includes and forward declarations.
1:30 PM Changeset in webkit [70803] by mdelaney@apple.com
  • 3 edits
    52 adds in trunk/LayoutTests

2010-10-28 Matthew Delaney <mdelaney@apple.com>

Reviewed by Oliver Hunt.

Unskip remaining canvas layout tests so that they can track progressions/regressions
https://bugs.webkit.org/show_bug.cgi?id=46439

  • platform/mac-leopard/Skipped: Moving overall mac skipped tests down to specifically leopard skipped.
  • platform/mac-snowleopard/canvas/philip/tests: Added snowleopard specific expectation files for now unskipped tests.
  • platform/mac/Skipped: Unskipped all canvas tests that we want to track. Commented why the test that remain on the list are there.
1:23 PM Changeset in webkit [70802] by andersca@apple.com
  • 2 edits
    3 adds in trunk/WebKit2

Add NPRemoteObjectMap class
https://bugs.webkit.org/show_bug.cgi?id=48553

Reviewed by Sam Weinig.

  • Shared/Plugins/NPRemoteObjectMap.cpp: Added.

(WebKit::NPRemoteObjectMap::NPRemoteObjectMap):

  • Shared/Plugins/NPRemoteObjectMap.h: Added.
  • WebKit2.xcodeproj/project.pbxproj:
1:23 PM Changeset in webkit [70801] by inferno@chromium.org
  • 6 edits
    4 copies in branches/chromium/552

Merge 70797

BUG=55215

1:22 PM Changeset in webkit [70800] by pfeldman@chromium.org
  • 12 edits in trunk/WebCore

2010-10-28 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: make legacy resource tracking optional in the native code,
make cookeis work against new resource manager.
https://bugs.webkit.org/show_bug.cgi?id=48532

  • inspector/InspectorCSSStore.cpp: (WebCore::InspectorCSSStore::resourceStyleSheetText):
  • inspector/InspectorController.cpp: (WebCore::InspectorController::InspectorController): (WebCore::InspectorController::~InspectorController): (WebCore::InspectorController::connectFrontend): (WebCore::InspectorController::releaseFrontendLifetimeAgents): (WebCore::InspectorController::populateScriptObjects): (WebCore::InspectorController::unbindAllResources): (WebCore::InspectorController::didCommitLoad): (WebCore::InspectorController::frameDetachedFromParent): (WebCore::InspectorController::didLoadResourceFromMemoryCache): (WebCore::InspectorController::identifierForInitialRequest): (WebCore::InspectorController::willSendRequest): (WebCore::InspectorController::markResourceAsCached): (WebCore::InspectorController::didReceiveResponse): (WebCore::InspectorController::didReceiveContentLength): (WebCore::InspectorController::didFinishLoading): (WebCore::InspectorController::didFailLoading): (WebCore::InspectorController::resourceRetrievedByXMLHttpRequest): (WebCore::InspectorController::scriptImported): (WebCore::InspectorController::setResourceTrackingEnabled): (WebCore::InspectorController::getCookies): (WebCore::InspectorController::deleteCookie): (WebCore::InspectorController::didCreateWebSocket): (WebCore::InspectorController::willSendWebSocketHandshakeRequest): (WebCore::InspectorController::didReceiveWebSocketHandshakeResponse): (WebCore::InspectorController::didCloseWebSocket): (WebCore::InspectorController::breakpointsSettingKey): (WebCore::InspectorController::getResourceContent):
  • inspector/InspectorController.h:
  • inspector/InspectorResource.cpp: (WebCore::InspectorResource::updateScriptObject): (WebCore::InspectorResource::markFailed):
  • inspector/InspectorResource.h:
  • inspector/InspectorResourceAgent.cpp: (WebCore::populateObjectWithFrameResources):
  • inspector/front-end/Resource.js: (WebInspector.Resource.prototype._mimeTypeIsConsistentWithType):
  • inspector/front-end/ResourceManager.js: (WebInspector.ResourceManager.prototype._updateResourceWithResponse): (WebInspector.ResourceManager.prototype.didFailLoading):
  • inspector/front-end/inspector.js: (WebInspector.updateResource):
1:13 PM Changeset in webkit [70799] by podivilov@chromium.org
  • 3 edits in trunk/WebCore

2010-10-28 Pavel Podivilov <podivilov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: fix pausing on next JavaScript statement
https://bugs.webkit.org/show_bug.cgi?id=48534

  • inspector/InspectorDebuggerAgent.cpp: (WebCore::InspectorDebuggerAgent::InspectorDebuggerAgent): (WebCore::InspectorDebuggerAgent::schedulePauseOnNextStatement): (WebCore::InspectorDebuggerAgent::cancelPauseOnNextStatement): (WebCore::InspectorDebuggerAgent::pause): (WebCore::InspectorDebuggerAgent::didPause):
  • inspector/InspectorDebuggerAgent.h:
1:01 PM QtWebKitTableOfFeatures46 edited by Ademar Reis
(diff)
12:48 PM QtWebKitPerformanceWork edited by Ademar Reis
(diff)
12:46 PM Changeset in webkit [70798] by kinuko@chromium.org
  • 24 edits
    3 copies in branches/chromium/552

Merge 70741 - 2010-10-27 Kinuko Yasuda <kinuko@chromium.org>

DOMFileSystem's reference should be kept while there're any active Entries/callbacks
https://bugs.webkit.org/show_bug.cgi?id=47535

Changed to keep DOMFileSystem's reference in each EntryBase, DirectoryReaderBase, EntryCallbacks and EntriesCallbacks.

BUG=61040
TEST=fast/filesystem/filesystem-reference.html

12:43 PM QtWebKitMirrorGuide edited by Ademar Reis
(diff)
12:30 PM Changeset in webkit [70797] by inferno@chromium.org
  • 8 edits
    4 adds in trunk

2010-10-28 Yuzo Fujishima <yuzo@google.com>

Reviewed by David Hyatt.

Fix for Bug 14550 - Non-layout style change does not update nested first-letter
https://bugs.webkit.org/show_bug.cgi?id=14550

If a render text fragment is accompanied by a first letter, update the
first letter's style when the fragment's style is changed.

Test: fast/css/first-letter-nested.html

  • rendering/RenderBlock.cpp: (WebCore::RenderBlock::styleDidChange): Stop calling updateFirstLetter from here.
  • rendering/RenderBlock.h: Make updateFirstLetter accessbile from RenderTextFragment.
  • rendering/RenderTextFragment.cpp: (WebCore::RenderTextFragment::styleDidChange): If appropriate, update first letter after removing stale cached pseudo style. (WebCore::RenderTextFragment::blockForAccompanyingFirstLetter): Helper to get the block for the first letter.
  • rendering/RenderTextFragment.h:
  • rendering/style/RenderStyle.cpp: (WebCore::RenderStyle::removeCachedPseudoStyle): Remove the specified pseudo style from cache.
  • rendering/style/RenderStyle.h:

2010-10-28 Yuzo Fujishima <yuzo@google.com>

Reviewed by David Hyatt.

Fix for Bug 14550 - Non-layout style change does not update nested first-letter
https://bugs.webkit.org/show_bug.cgi?id=14550

  • fast/css/first-letter-nested-expected.txt: Added.
  • fast/css/first-letter-nested.html: Added.
  • fast/css/first-letter-removed-added-expected.txt: Added.
  • fast/css/first-letter-removed-added.html: Added.
12:30 PM QtWebKitFeatures46 edited by Ademar Reis
(diff)
12:29 PM QtWebKitFeatures20 edited by Ademar Reis
(diff)
12:27 PM QtWebKitContrib edited by Ademar Reis
(diff)
12:21 PM QtWebKit edited by Ademar Reis
(diff)
12:17 PM Changeset in webkit [70796] by kinuko@chromium.org
  • 7 edits in trunk

2010-10-28 Kinuko Yasuda <kinuko@chromium.org>

Reviewed by David Levin.

[Chromium] Support FileSystem in chromium DRT
https://bugs.webkit.org/show_bug.cgi?id=47643
Update the chromium DEPS to pick up corresponding webkit_support change.
Also add a temporary glue implementation with FIXME comment to
WebFrameClient::openFileSystem.

  • DEPS:
  • public/WebFrameClient.h: (WebKit::WebFrameClient::openFileSystem):

2010-10-28 Kinuko Yasuda <kinuko@chromium.org>

Reviewed by David Levin.

[Chromium] Support FileSystem in chromium DRT
https://bugs.webkit.org/show_bug.cgi?id=47643

  • DumpRenderTree/chromium/WebViewHost.cpp: (WebViewHost::openFileSystem): Added.
  • DumpRenderTree/chromium/WebViewHost.h: (WebViewHost::openFileSystem): Added.
12:09 PM Changeset in webkit [70795] by weinig@apple.com
  • 5 edits in trunk

WKURLRefs should be allowed to be null
<rdar://problem/8575621>
https://bugs.webkit.org/show_bug.cgi?id=48535

Reviewed by Anders Carlsson.

WebKit2:

  • Shared/API/c/WKSharedAPICast.h:

(WebKit::toURLRef):
(WebKit::toCopiedURLAPI):
Turn a null WTF::String into a null WKURLRef.

WebKitTools:

  • TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
  • TestWebKitAPI/Tests/WebKit2/PageLoadBasic.cpp:

(TestWebKitAPI::didStartProvisionalLoadForFrame):
(TestWebKitAPI::didCommitLoadForFrame):
(TestWebKitAPI::didFinishLoadForFrame):
Test that URLs are null pointers when unset.

12:05 PM Changeset in webkit [70794] by commit-queue@webkit.org
  • 5 edits in trunk/LayoutTests

2010-10-28 Adrienne Walker <enne@google.com>

Reviewed by Kenneth Russell.

Add shouldBeDefined function to js-test-pre.js and update
context-attributes-etc test to use it.
https://bugs.webkit.org/show_bug.cgi?id=47853

  • fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt:
  • fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
  • fast/dom/Window/window-property-descriptors-expected.txt:
  • fast/js/resources/js-test-pre.js: (shouldBeDefined):
12:04 PM Changeset in webkit [70793] by kbr@google.com
  • 2 edits in trunk/WebCore

2010-10-28 Benoit Jacob <bjacob@mozilla.com>

Reviewed by Kenneth Russell.

Ensure that WebGL stencil buffers are correctly initialized
https://bugs.webkit.org/show_bug.cgi?id=48351

  • html/canvas/WebGLFramebuffer.cpp: (WebCore::WebGLFramebuffer::initializeRenderbuffers):
11:54 AM Changeset in webkit [70792] by Chris Fleizach
  • 7 edits
    2 adds in trunk

AX: multi select group option does not handle setting of AXSelectedChildren correctly
https://bugs.webkit.org/show_bug.cgi?id=48464

Reviewed by Adele Peterson.

WebCore:

Ensure that when selecting an item from a <select> element, it accounts for <optgroups>.

Test: platform/mac/accessibility/select-element-selection-with-optgroups.html

  • accessibility/AccessibilityListBoxOption.cpp:

(WebCore::AccessibilityListBoxOption::setSelected):

WebKitTools:

Add support for querying information about selected children to DRT, including:

selectedChildAtIndex
selectedChildrenCount
setSelectedChild

  • DumpRenderTree/AccessibilityUIElement.cpp:

(selectedChildAtIndexCallback):
(setSelectedChildCallback):
(selectedChildrenCountCallback):
(AccessibilityUIElement::setSelectedChild):
(AccessibilityUIElement::selectedChildrenCount):
(AccessibilityUIElement::selectedChildAtIndex):
(AccessibilityUIElement::getJSClass):

  • DumpRenderTree/AccessibilityUIElement.h:
  • DumpRenderTree/mac/AccessibilityUIElementMac.mm:

(AccessibilityUIElement::selectedChildAtIndex):
(AccessibilityUIElement::selectedChildrenCount):
(AccessibilityUIElement::setSelectedChild):

LayoutTests:

  • platform/mac/accessibility/select-element-selection-with-optgroups-expected.txt: Added.
  • platform/mac/accessibility/select-element-selection-with-optgroups.html: Added.
11:28 AM Changeset in webkit [70791] by mitz@apple.com
  • 4 edits in trunk/WebKitLibraries

Added UniCharProvider-based ways to create a CTTypeSetter and a CTLine, to be used in an
upcoming ComplexTextController patch.

Reviewed by John Sullivan.

  • WebKitSystemInterface.h:
  • libWebKitSystemInterfaceLeopard.a:
  • libWebKitSystemInterfaceSnowLeopard.a:
11:21 AM Changeset in webkit [70790] by weinig@apple.com
  • 13 edits in trunk

Add WebKit2 API for window feature getter/setters
<rdar://problem/8590373>
https://bugs.webkit.org/show_bug.cgi?id=48496

Reviewed by Anders Carlsson.

WebKit2:

  • UIProcess/API/C/WKPage.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::setToolbarsAreVisible):
(WebKit::WebPageProxy::getToolbarsAreVisible):
(WebKit::WebPageProxy::setMenuBarIsVisible):
(WebKit::WebPageProxy::getMenuBarIsVisible):
(WebKit::WebPageProxy::setStatusBarIsVisible):
(WebKit::WebPageProxy::getStatusBarIsVisible):
(WebKit::WebPageProxy::setIsResizable):
(WebKit::WebPageProxy::getIsResizable):

  • UIProcess/WebPageProxy.h:
  • UIProcess/WebPageProxy.messages.in:
  • UIProcess/WebUIClient.cpp:

(WebKit::WebUIClient::toolbarsAreVisible):
(WebKit::WebUIClient::setToolbarsAreVisible):
(WebKit::WebUIClient::menuBarIsVisible):
(WebKit::WebUIClient::setMenuBarIsVisible):
(WebKit::WebUIClient::statusBarIsVisible):
(WebKit::WebUIClient::setStatusBarIsVisible):
(WebKit::WebUIClient::isResizable):
(WebKit::WebUIClient::setIsResizable):

  • UIProcess/WebUIClient.h:
  • WebProcess/WebCoreSupport/WebChromeClient.cpp:

(WebKit::WebChromeClient::setToolbarsVisible):
(WebKit::WebChromeClient::toolbarsVisible):
(WebKit::WebChromeClient::setStatusbarVisible):
(WebKit::WebChromeClient::statusbarVisible):
(WebKit::WebChromeClient::setMenubarVisible):
(WebKit::WebChromeClient::menubarVisible):
(WebKit::WebChromeClient::setResizable):
Plumb through the calls.

WebKitTools:

  • MiniBrowser/mac/BrowserWindowController.m:

(-[BrowserWindowController awakeFromNib]):

  • MiniBrowser/win/BrowserView.cpp:

(BrowserView::create):

  • WebKitTestRunner/TestController.cpp:

(WTR::createOtherPage):
(WTR::TestController::initialize):

11:08 AM Changeset in webkit [70789] by commit-queue@webkit.org
  • 3 edits in trunk/WebKitTools

2010-10-28 Søren Gjesse <sgjesse@chromium.org>

Reviewed by Tony Chang.

Added support for the DumpRenderTree flags --multiple-loads and --js-flags to the Python test runner.
https://bugs.webkit.org/show_bug.cgi?id=48236

  • Scripts/webkitpy/layout_tests/port/chromium.py:
  • Scripts/webkitpy/layout_tests/run_webkit_tests.py:
10:37 AM Changeset in webkit [70788] by commit-queue@webkit.org
  • 6 edits in trunk

2010-10-28 Sergio Villar Senin <svillar@igalia.com>

Reviewed by Martin Robinson.

[GTK] WebKitWebFrame's load-status is not properly notified to the tests
https://bugs.webkit.org/show_bug.cgi?id=48048

  • platform/gtk/Skipped: unskipped a couple of tests

2010-10-28 Sergio Villar Senin <svillar@igalia.com>

Reviewed by Martin Robinson.

[GTK] WebKitWebFrame's load-status is not properly notified to the tests
https://bugs.webkit.org/show_bug.cgi?id=48048

"frame-created" signal must be issued before loading any data,
that way clients can correctly capture all the loading related
signals for that frame.

  • WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::FrameLoaderClient::createFrame):

2010-10-28 Sergio Villar Senin <svillar@igalia.com>

Reviewed by Martin Robinson.

[GTK] WebKitWebFrame's load-status is not properly notified to the tests
https://bugs.webkit.org/show_bug.cgi?id=48048

DRT now listens to WebKitWebFrame load-status signals for each
created frame instead of the load-status signal of the
WebKitWebView that only notifies about changes in the main frame.

  • DumpRenderTree/gtk/DumpRenderTree.cpp: (webViewLoadFinished): (webFrameLoadStatusNotified): (frameCreatedCallback): (createWebView): (main):
10:19 AM Changeset in webkit [70787] by mitz@apple.com
  • 2 edits in trunk/WebKit2

Build fix.

  • win/WebKit2Common.vsprops:
10:10 AM Changeset in webkit [70786] by tony@chromium.org
  • 4 edits in trunk

2010-10-28 Tony Chang <tony@chromium.org>

Reviewed by Kent Tamura.

[chromium] fix textInputController.{selectedRange,markedRange}
https://bugs.webkit.org/show_bug.cgi?id=48487

  • platform/chromium/test_expectations.txt: correct some comments about

firstRectForCharacterRange.

2010-10-28 Tony Chang <tony@chromium.org>

Reviewed by Kent Tamura.

[chromium] fix textInputController.{selectedRange,markedRange}
https://bugs.webkit.org/show_bug.cgi?id=48487

  • DumpRenderTree/chromium/TextInputController.cpp: (TextInputController::markedRange): Return arrays of ints, rather than a string (TextInputController::selectedRange): Ditto.
9:53 AM Changeset in webkit [70785] by mitz@apple.com
  • 6 edits in trunk

No longer soft-link zlib
https://bugs.webkit.org/show_bug.cgi?id=48004

Reviewed by Adam Roben.

WebCore:

  • platform/graphics/WOFFFileFormat.cpp:

(WebCore::convertWOFFToSfnt): Removed Windows-speciific code to soft-link
zlib.

WebKit2:

  • win/WebKit2Common.vsprops: Added zlib.lib to AdditionalDependencies.

LayoutTests:

  • platform/win/Skipped: Enabled fast/css/font-face-woff.html.
9:51 AM Changeset in webkit [70784] by zmo@google.com
  • 6 edits in trunk

2010-10-27 Zhenyao Mo <zmo@google.com>

Reviewed by Kenneth Russell.

Work around a Mac driver bug in generateMipmap
https://bugs.webkit.org/show_bug.cgi?id=48489

  • html/canvas/WebGLRenderingContext.cpp: (WebCore::WebGLRenderingContext::generateMipmap): Make sure minFilter is set to NEAREST_MIPMAP_LINEAR before generateMipmap, and after the call, set it back to the original value.
  • html/canvas/WebGLTexture.h: (WebCore::WebGLTexture::getMinFilter): Return the cached minFilter value.

2010-10-27 Zhenyao Mo <zmo@google.com>

Reviewed by Kenneth Russell.

Work around a Mac driver bug in generateMipmap
https://bugs.webkit.org/show_bug.cgi?id=48489

  • fast/canvas/webgl/texture-npot-expected.txt: Add back the failing part due to the generateMipmap Mac driver bug.
  • fast/canvas/webgl/texture-npot.html: Ditto.
9:38 AM Changeset in webkit [70783] by mnaganov@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-28 Mikhail Naganov <mnaganov@chromium.org>

[Chromium] Unreviewed fix for test_expectations.

  • platform/chromium/test_expectations.txt:
9:27 AM Changeset in webkit [70782] by ojan@chromium.org
  • 2 edits in trunk/WebKitTools

2010-10-27 Ojan Vafai <ojan@chromium.org>

Reviewed by Tony Chang.

[chromium] add a master-name flag to new-run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=48488

The test results server now allows adding a master name to
the uploaded files. This lets us distinguish bots that have
the same name, but are on different masters.

  • Scripts/webkitpy/layout_tests/run_webkit_tests.py:
9:14 AM Changeset in webkit [70781] by Adam Roben
  • 5 edits in trunk

Make PluginView retain its HTMLPlugInElement

This matches WebKit/mac's WebBaseNetscapePluginView. WebCore didn't do
this, but had a very different mechanism for implementing NPRuntime
that didn't require it.

Fixes <http://webkit.org/b/46672> <rdar://problem/8484208> Crash
(preceded by assertion) in Node::document when running
plugins/document-open.html in WebKit2 on Windows

Reviewed by Anders Carlsson.

LayoutTests:

Remove plugins/document-open.html from the win-wk2 Skipped file

It passes now that <http://webkit.org/b/46672> is fixed.

  • platform/win-wk2/Skipped:

WebKit2:

  • WebProcess/Plugins/PluginView.cpp:

(WebKit::PluginView::create): Moved here from the header file so that
clients of the header file won't have to pull in HTMLPlugInElement.h.
Changed to take a PassRefPtr<HTMLPlugInElement>.
(WebKit::PluginView::PluginView): Changed to take a
PassRefPtr<HTMLPlugInElement> and to use m_pluginElement later (because
the parameter to the function will be nulled-out after assigning into
m_pluginElement).
(WebKit::PluginView::pluginElementNPObject): Updated for change to m_pluginElement.

  • WebProcess/Plugins/PluginView.h: Made m_pluginElement a RefPtr.
9:13 AM Changeset in webkit [70780] by Adam Roben
  • 2 edits in trunk/WebKitTools

Don't append a newline to the test output if the frame has no document element in WebKitTestRunner

Fixes <http://webkit.org/b/48526> Extra trailing newline when running
plugins/document-open.html in WebKitTestRunner

Reviewed by Anders Carlsson.

  • WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:

(WTR::toJS): Added. Turns a UTF-8 C string into a JSStringRef.
(WTR::hasDocumentElement): Added. Uses the JSC API to figure out
whether the frame has a document element.
(WTR::dumpFrameText): Match DRT by bailing (rather than appending an
empty string and a newline) if the frame has no document element.

9:13 AM Changeset in webkit [70779] by Adam Roben
  • 3 edits in trunk/LayoutTests

Recategorize the failure of plugins/mouse-events.html for WebKit2

This should have been done in r70685.

  • platform/mac-wk2/Skipped: Moved plugins/mouse-events.html into the

"Need eventSender" category...

  • platform/win-wk2/Skipped: ...from here.
9:05 AM Changeset in webkit [70778] by jocelyn.turcotte@nokia.com
  • 2 edits in trunk/WebKit/qt

[Qt] QWebElement: Don't retrieve CSS rules through DOMWindow.
https://bugs.webkit.org/show_bug.cgi?id=48519

Reviewed by Andreas Kling.

JavaScript is prevented from retrieving cross-domain CSS rules since r70335.
This patch allow QWebElement to retrive style without this limitation
by asking the Document directly instead of going through DOMWindow.

Fixes:

  • tst_QWebFrame::setHtmlWithResource()
  • tst_QWebElement::style()
  • Api/qwebelement.cpp:

(QWebElement::styleProperty):

8:49 AM Changeset in webkit [70777] by kenneth@webkit.org
  • 4 edits in trunk

2010-10-28 Kenneth Rohde Christiansen <kenneth@webkit.org>

Reviewed by Andreas Kling.

Make Qt viewportAttributesForSize not assert on (0, 0) size
https://bugs.webkit.org/show_bug.cgi?id=48524

We now return an invalid (isValid() == false) ViewportAttributes
instance when the supplied size is (0, 0).

  • Api/qwebpage.cpp: (QWebPage::viewportAttributesForSize):

2010-10-28 Kenneth Rohde Christiansen <kenneth@webkit.org>

Reviewed by Andreas Kling.

Make Qt viewportAttributesForSize not assert on (0, 0) size
https://bugs.webkit.org/show_bug.cgi?id=48524

We now return an invalid (isValid() == false) ViewportAttributes
instance when the supplied size is (0, 0).

  • UIProcess/API/qt/qwkpage.cpp: (QWKPage::viewportAttributesForSize):
7:52 AM Changeset in webkit [70776] by kbalazs@webkit.org
  • 2 edits in trunk/WebKit2

2010-10-28 Balazs Kelemen <kbalazs@webkit.org>

Reviewed by Andreas Kling.

[Qt][WK2] SharedMemory should be released by the receiving process
https://bugs.webkit.org/show_bug.cgi?id=48520

  • Platform/qt/SharedMemoryQt.cpp: (WebKit::SharedMemory::~SharedMemory): (WebKit::SharedMemory::createHandle):
7:23 AM Changeset in webkit [70775] by mnaganov@chromium.org
  • 3 edits in trunk/WebCore

2010-10-28 Mikhail Naganov <mnaganov@chromium.org>

[Chromium clang] Unreviewed. Fix forward declaration of 'struct FileMetadata'.

See http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Debug%20Clang/builds/753/steps/compile/logs/stdio

  • fileapi/FileSystemCallbacks.h:
  • platform/AsyncFileSystemCallbacks.h:
7:03 AM Changeset in webkit [70774] by mnaganov@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-28 Mikhail Naganov <mnaganov@chromium.org>

[Chromium] Unreviewed test expectations update.

Remove rule for non-existent long-css-selector-matches test.

  • platform/chromium/test_expectations.txt:
6:50 AM Changeset in webkit [70773] by Adam Roben
  • 2 edits in trunk/WebKitTools

Skip npn-invalidate-rect-invalidates-window.html on headless XP machines

TestNetscapePlugIn never receives a WM_PAINT message on headless XP
machines, so this test times out. Fixing the test is covered by
<http://webkit.org/b/48333>.

  • Scripts/old-run-webkit-tests: Skip

npn-invalidate-rect-invalidates-window.html on Windows if accelerated
compositing support is disabled, which likely means we're on a headless
XP machine.

6:27 AM Changeset in webkit [70772] by apavlov@chromium.org
  • 11 edits in trunk

2010-10-28 Alexander Pavlov <apavlov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: Bring backend-frontend message format to follow the protocol specification
https://bugs.webkit.org/show_bug.cgi?id=48406

WebCore:

  • inspector/InspectorDOMAgent.cpp: (WebCore::InspectorDOMAgent::getStyles): (WebCore::InspectorDOMAgent::applyStyleText): (WebCore::InspectorDOMAgent::buildObjectForStyle): (WebCore::InspectorDOMAgent::populateObjectWithStyleProperties): (WebCore::InspectorDOMAgent::buildObjectForStyleSheet): (WebCore::InspectorDOMAgent::buildObjectForRule):
  • inspector/InspectorDOMAgent.h:
  • inspector/front-end/AuditRules.js: (WebInspector.AuditRules.UnusedCssRule.prototype.doRun.evalCallback.selectorsCallback): (WebInspector.AuditRules.ImageDimensionsRule.prototype.doRun):
  • inspector/front-end/CSSStyleModel.js: (WebInspector.CSSStyleModel.parseRuleArrayPayload): (WebInspector.CSSStyleModel.prototype.getStylesAsync): (WebInspector.CSSStyleModel.prototype.getComputedStyleAsync): (WebInspector.CSSStyleModel.prototype.getInlineStyleAsync): (WebInspector.CSSStyleModel.prototype.setCSSText):
  • inspector/front-end/DOMAgent.js: (WebInspector.CSSStyleDeclaration): (WebInspector.CSSStyleDeclaration.parsePayload): (WebInspector.CSSStyleDeclaration.prototype.get allProperties): (WebInspector.CSSStyleDeclaration.prototype.getLiveProperty): (WebInspector.CSSStyleDeclaration.prototype.getPropertyValue): (WebInspector.CSSStyleDeclaration.prototype.getPropertyPriority): (WebInspector.CSSStyleDeclaration.prototype.getPropertyShorthand): (WebInspector.CSSStyleDeclaration.prototype.isPropertyImplicit): (WebInspector.CSSStyleDeclaration.prototype.getShorthandValue): (WebInspector.CSSStyleDeclaration.prototype.getShorthandPriority): (WebInspector.CSSStyleDeclaration.prototype.appendProperty): (WebInspector.CSSStyleDeclaration.prototype.propertyAt): (WebInspector.CSSRule): (WebInspector.CSSRule.parsePayload): (WebInspector.CSSRule.prototype.get isUserAgent): (WebInspector.CSSRule.prototype.get isUser): (WebInspector.CSSRule.prototype.get isViaInspector): (WebInspector.CSSRule.prototype.get isRegular): (WebInspector.CSSProperty): (WebInspector.CSSProperty.parsePayload): (WebInspector.CSSProperty.prototype.get propertyText): (WebInspector.CSSProperty.prototype.get isLive): (WebInspector.CSSProperty.prototype.get active): (WebInspector.CSSProperty.prototype.get styleBased): (WebInspector.CSSProperty.prototype.get inactive): (WebInspector.CSSProperty.prototype.get disabled): (WebInspector.CSSProperty.prototype.setText): (WebInspector.CSSProperty.prototype.setValue): (WebInspector.CSSProperty.prototype.setDisabled.callback): (WebInspector.CSSProperty.prototype.setDisabled):
  • inspector/front-end/MetricsSidebarPane.js: (WebInspector.MetricsSidebarPane.prototype.update.callback): (WebInspector.MetricsSidebarPane.prototype.update.inlineStyleCallback): (WebInspector.MetricsSidebarPane.prototype.update): (WebInspector.MetricsSidebarPane.prototype._update): (WebInspector.MetricsSidebarPane.prototype.editingCommitted.callback): (WebInspector.MetricsSidebarPane.prototype.editingCommitted.setEnabledValueCallback): (WebInspector.MetricsSidebarPane.prototype.editingCommitted):
  • inspector/front-end/StylesSidebarPane.js: (WebInspector.StylesSidebarPane.prototype.update): (WebInspector.StylesSidebarPane.prototype._rebuildUpdate): (WebInspector.StylesSidebarPane.prototype._refreshStyleRules): (WebInspector.StylesSidebarPane.prototype._rebuildStyleRules): (WebInspector.StylesSidebarPane.prototype._markUsedProperties): (WebInspector.StylesSidebarPane.prototype._containsInherited): (WebInspector.StylePropertiesSection): (WebInspector.StylePropertiesSection.prototype.isPropertyInherited): (WebInspector.StylePropertiesSection.prototype.isPropertyOverloaded): (WebInspector.StylePropertiesSection.prototype.onpopulate): (WebInspector.StylePropertiesSection.prototype.addNewBlankProperty): (WebInspector.StylePropertiesSection.prototype.editingSelectorCommitted.successCallback): (WebInspector.StylePropertiesSection.prototype.editingSelectorCommitted): (WebInspector.ComputedStylePropertiesSection.prototype._isPropertyInherited): (WebInspector.ComputedStylePropertiesSection.prototype.onpopulate): (WebInspector.ComputedStylePropertiesSection.prototype.rebuildComputedTrace): (WebInspector.StylePropertyTreeElement): (WebInspector.StylePropertyTreeElement.prototype.get disabled): (WebInspector.StylePropertyTreeElement.prototype.get name): (WebInspector.StylePropertyTreeElement.prototype.get priority): (WebInspector.StylePropertyTreeElement.prototype.get value): (WebInspector.StylePropertyTreeElement.prototype.get parsedOk): (WebInspector.StylePropertyTreeElement.prototype): (WebInspector.StylePropertyTreeElement.prototype.):

LayoutTests:

  • http/tests/inspector/inspect-iframe-from-different-domain.html:
  • inspector/styles-source-offsets.html:
6:04 AM Changeset in webkit [70771] by pfeldman@chromium.org
  • 6 edits in branches/chromium/552

Merge 70682 - 2010-10-27 Alexander Pavlov <apavlov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: "Reload Page and Audit on Load" fails to run audits when resource tracking is disabled
https://bugs.webkit.org/show_bug.cgi?id=48431

  • http/tests/inspector/inspector-test2.js: (initialize_InspectorTest.InspectorTest.enableResourceTracking): (initialize_InspectorTest.InspectorTest.disableResourceTracking):
  • http/tests/inspector/resource-parameters.html:
  • inspector/audits-panel-functional.html:
  • inspector/styles-source-offsets.html:

2010-10-27 Alexander Pavlov <apavlov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: "Reload Page and Audit on Load" fails to run audits when resource tracking is disabled
https://bugs.webkit.org/show_bug.cgi?id=48431

  • inspector/front-end/AuditsPanel.js: (WebInspector.AuditsPanel.prototype._reloadResources):
  • inspector/front-end/ResourcesPanel.js: (WebInspector.ResourcesPanel.prototype._createPanelEnabler): (WebInspector.ResourcesPanel.prototype._enableResourceTracking):

TBR=apavlov@chromium.org
BUG=60929

6:01 AM Changeset in webkit [70770] by mnaganov@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-28 Mikhail Naganov <mnaganov@chromium.org>

[Chromium] Unreviewed test expectations update.

Update expectation for linux javascriptlink-frames.html

  • platform/chromium/test_expectations.txt:
5:56 AM Changeset in webkit [70769] by satish@chromium.org
  • 2 edits in trunk/WebKit/chromium

2010-10-28 Satish Sampath <satish@chromium.org>

Reviewed by Steve Block.

Remove obsolete public/API methods in chromium port
https://bugs.webkit.org/show_bug.cgi?id=48504

  • public/WebSpeechInputController.h: (WebKit::WebSpeechInputController::startRecognition):
5:37 AM Changeset in webkit [70768] by mnaganov@chromium.org
  • 3 edits
    1 add
    1 delete in trunk/LayoutTests

2010-10-28 Mikhail Naganov <mnaganov@chromium.org>

[Chromium] Unreviewed test expectations update.

Rebaseline test results.

  • platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.checksum: Added.
  • platform/chromium-mac/fast/borders/border-radius-split-inline-expected.checksum:
  • platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: Removed.
  • platform/chromium/test_expectations.txt:
5:19 AM Changeset in webkit [70767] by mnaganov@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-28 Mikhail Naganov <mnaganov@chromium.org>

[Chromium] Unreviewed test expectations update.

Mark regressed after r70723 history-related tests.

https://bugs.webkit.org/show_bug.cgi?id=48513

  • platform/chromium/test_expectations.txt:
5:16 AM Changeset in webkit [70766] by zherczeg@webkit.org
  • 2 edits in trunk/JavaScriptCore

Try to fix interpreter build.

Rubber stamped by Csaba Osztrogonác.

Needed parentheses around assignment to avoid GCC warning after
http://trac.webkit.org/changeset/70703

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::privateExecute):

5:03 AM Changeset in webkit [70765] by ktkinnun@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-28 Kimmo Kinnunen <Kimmo Kinnunen>

Adding myself as a committer.

  • Scripts/webkitpy/common/config/committers.py:
4:17 AM Changeset in webkit [70764] by commit-queue@webkit.org
  • 2 edits in trunk/JavaScriptCore

2010-10-28 Peter Varga <pvarga@inf.u-szeged.hu>

Reviewed by Csaba Osztrogonác.

resetAssertionMatches() is an unused function in YARR Interpreter
https://bugs.webkit.org/show_bug.cgi?id=48503

The resetAssertionMatches() function is removed from YARR Interpreter
because it's never called.

  • yarr/RegexInterpreter.cpp: (JSC::Yarr::Interpreter::resetMatches):
3:41 AM Changeset in webkit [70763] by morrita@google.com
  • 8 edits
    6 adds in trunk

2010-10-28 MORITA Hajime <morrita@google.com>

Reviewed by Kent Tamura.

WebKit needs to expose an Element::spellcheck attribute to javascript.
https://bugs.webkit.org/show_bug.cgi?id=25536

  • editing/spelling/script-tests/spelling-attribute-change.js: Added.
  • editing/spelling/spelling-attribute-change-expected.txt: Added.
  • editing/spelling/spelling-attribute-change.html: Added.
  • fast/dom/HTMLElement/script-tests/spellcheck.js: Added.
  • fast/dom/HTMLElement/spellcheck-expected.txt: Added.
  • fast/dom/HTMLElement/spellcheck.html: Added.
  • platform/chromium/test_expectations.txt:
  • platform/gtk/Skipped:
  • platform/qt/Skipped:

2010-10-27 MORITA Hajime <morrita@google.com>

Reviewed by Kent Tamura.

WebKit needs to expose an Element::spellcheck attribute to javascript.
https://bugs.webkit.org/show_bug.cgi?id=25536

Published Element.spellcheck property on IDL, implemented it.

Tests: editing/spelling/spelling-attribute-change.html

fast/dom/HTMLElement/spellcheck.html

  • html/HTMLElement.cpp: (WebCore::HTMLElement::spellcheck): (WebCore::HTMLElement::setSpellcheck):
  • html/HTMLElement.h:
  • html/HTMLElement.idl:
3:22 AM Changeset in webkit [70762] by pfeldman@chromium.org
  • 15 edits in trunk

2010-10-27 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: make debugger work against new resource manager.
https://bugs.webkit.org/show_bug.cgi?id=48376

  • inspector/Inspector.idl:
  • inspector/InspectorController.cpp: (WebCore::InspectorController::identifierForInitialRequest):
  • inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::identifierForInitialRequest):
  • inspector/InspectorResourceAgent.h:
  • inspector/front-end/ExtensionServer.js: (WebInspector.ExtensionServer.prototype._onGetResourceContent):
  • inspector/front-end/Resource.js: (WebInspector.Resource.prototype.set content):
  • inspector/front-end/ResourceManager.js: (WebInspector.ResourceManager): (WebInspector.ResourceManager.prototype.identifierForInitialRequest): (WebInspector.ResourceManager.prototype._createResource): (WebInspector.ResourceManager.prototype.willSendRequest): (WebInspector.ResourceManager.prototype._updateResourceWithRequest): (WebInspector.ResourceManager.prototype.didFinishLoading): (WebInspector.ResourceManager.prototype.didFailLoading): (WebInspector.ResourceManager.prototype.setOverrideContent): (WebInspector.ResourceManager.prototype._processCachedResources): (WebInspector.ResourceManager.prototype._addFramesRecursively): (WebInspector.ResourceManager.prototype.resourceForURL): (WebInspector.ResourceManager.prototype.addConsoleMessage): (WebInspector.ResourceManager.prototype.clearConsoleMessages): (WebInspector.ResourceManager.prototype.forAllResources): (WebInspector.ResourceManager.prototype._bindResourceURL): (WebInspector.ResourceManager.prototype._unbindResourceURL): (WebInspector.ResourceManager.getContent): (WebInspector.ResourceTreeModel): (WebInspector.ResourceTreeModel.prototype.didCommitLoadForFrame): (WebInspector.ResourceTreeModel.prototype.addResourceToFrame): (WebInspector.ResourceTreeModel.prototype._clearResources):
  • inspector/front-end/StoragePanel.js: (WebInspector.StoragePanel.prototype.addOrUpdateFrame):
  • inspector/front-end/networkPanel.css: (.network.panel .resources-dividers):

2010-10-27 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: make debugger work against new resource manager.
https://bugs.webkit.org/show_bug.cgi?id=48376

  • http/tests/inspector/inspector-test2.js: (initialize_InspectorTest.InspectorTest.reloadPageIfNeeded): (initialize_InspectorTest.InspectorTest.pageReloaded):
  • http/tests/inspector/resource-har-conversion.html:
  • http/tests/inspector/resource-parameters.html:
  • inspector/extensions-resources.html:
2:25 AM Changeset in webkit [70761] by pfeldman@chromium.org
  • 1 edit in branches/chromium/552/WebCore/inspector/front-end/inspector.css

Merge 69494 - 2010-10-11 Pavel Podivilov <podivilov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: fix event listener breakpoints sidebar pane style
https://bugs.webkit.org/show_bug.cgi?id=47487

  • inspector/front-end/inspector.css: (.section .properties, .event-bar .event-properties): (.section.expanded .properties, .event-bar.expanded .event-properties): (.properties-tree): (.properties-tree li): (.properties-tree li.parent): (.properties-tree li.parent::before): (.properties-tree li.parent.expanded::before): (.properties-tree li .info): (.properties-tree ol, .stack-trace ol, ol.stack-trace): (.properties-tree ol.expanded, .stack-trace ol, ol.stack-trace): (ol.stack-trace): (.event-listener-breakpoints .event-category): (.event-listener-breakpoints.properties-tree .children li): (.event-listener-breakpoints .checkbox-elem): (.breakpoint-list .breakpoint-hit):

TBR=podivilov@chromium.org
BUG=61066

2:02 AM Changeset in webkit [70760] by commit-queue@webkit.org
  • 2 edits in trunk/WebKit2

2010-10-28 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Web process cannot be debugged if it crashes in initialization
https://bugs.webkit.org/show_bug.cgi?id=47399

Wait 3 seconds for the debugger on debug mode if
WEBKIT2_PAUSE_WEB_PROCESS_ON_LAUNCH environment variable is set.

The debugging can be initiated for example in following way:

export WEBKIT2_PAUSE_WEB_PROCESS_ON_LAUNCH=1
./MiniBrowser & while [ -z pidof QtWebProcess ]; do sleep 1; done; \

gdb --pid=pidof QtWebProcess

  • WebProcess/qt/WebProcessMainQt.cpp: (WebKit::WebProcessMainQt):
1:33 AM Changeset in webkit [70759] by aestes@apple.com
  • 2 edits in trunk/WebCore

One more Qt fix due to r70754.

  • html/HTMLObjectElement.cpp:

(WebCore::HTMLObjectElement::hasValidClassId):

1:21 AM Changeset in webkit [70758] by commit-queue@webkit.org
  • 2 edits in trunk/WebCore

2010-10-28 Pascal Massimino <pascal.massimino@gmail.com>

Reviewed by Adam Barth.

fix setSize() call flow: it was only called the first
time (when onlySize is true)
Bug URL: https://bugs.webkit.org/show_bug.cgi?id=48494

Testing: difficult to exercise the bug, as it requires
some manual flow (change tab, scroll,...)

  • platform/image-decoders/webp/WEBPImageDecoder.cpp: (WebCore::WEBPImageDecoder::decode):

fix: call setSize() even when onlySize is false

1:16 AM Changeset in webkit [70757] by aestes@apple.com
  • 3 edits in trunk/WebCore

Fix the Qt build after r70754.

  • html/HTMLObjectElement.cpp:

(WebCore::HTMLObjectElement::hasValidClassId):
(WebCore::HTMLObjectElement::updateWidget):

  • html/HTMLObjectElement.h:
1:08 AM Changeset in webkit [70756] by mrowe@apple.com
  • 2 edits in trunk/WebKit2

32-bit build fix.

Qualify references to Rect to avoid ambiguity between WebCore::Rect and Carbon's Rect.

  • WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:

(WebKit::NetscapePlugin::platformPostInitialize):
(WebKit::NetscapePlugin::windowFrameChanged):

1:02 AM Changeset in webkit [70755] by abarth@webkit.org
  • 3 edits in trunk/LayoutTests

2010-10-28 Adam Barth <abarth@webkit.org>

Reviewed by Alexey Proskuryakov.

Fix test description
https://bugs.webkit.org/show_bug.cgi?id=48501

I mistakenly copy/pasted this text from another test.

  • fast/dom/allowed-children-expected.txt:
  • fast/dom/allowed-children.html:
12:47 AM Changeset in webkit [70754] by aestes@apple.com
  • 2 edits in trunk/WebCore

2010-10-28 Andy Estes <aestes@apple.com>

Reviewed by Adam Barth.

Fix a test failure introduced in r70748 by supporting Qt's non-standard
use of classid.
https://bugs.webkit.org/show_bug.cgi?id=45679

  • html/HTMLObjectElement.cpp: (WebCore::objectHasSupportedClassId): Return true if the object's serviceType is 'application/x-qt-plugin'. (WebCore::HTMLObjectElement::updateWidget): Do not render fallback content if a non-empty classid is specified for a Qt plugin object.
12:47 AM Changeset in webkit [70753] by mrowe@apple.com
  • 2 edits in trunk/WebKit

Stop allowing deprecated methods to be used in NetscapePluginHostProxy.mm now
that deprecated methods are no longer used.

  • WebKit.xcodeproj/project.pbxproj:
12:22 AM Changeset in webkit [70752] by zherczeg@webkit.org
  • 2 edits in trunk/JavaScriptCore

Wrong instruction form for BKPT
https://bugs.webkit.org/show_bug.cgi?id=48427

Reviewed by Andreas Kling.

One '0' is missing from BKPT instruction.
Thanks for Jacob Bramley for reporting this error.

  • assembler/ARMAssembler.h:
12:14 AM Changeset in webkit [70751] by commit-queue@webkit.org
  • 18 edits in trunk

2010-10-28 Ivan Krstić <ike@apple.com>

Reviewed by Mark Rowe.

Remove unused experimental proxied panel interface.
<rdar://problem/7237059>

  • WebCore.exp.in:
  • platform/mac/WebCoreSystemInterface.h:
  • platform/mac/WebCoreSystemInterface.mm:

2010-10-28 Ivan Krstić <ike@apple.com>

Reviewed by Mark Rowe.

Remove unused experimental proxied panel interface.
<rdar://problem/7237059>

  • Plugins/Hosted/NetscapePluginHostManager.h:
  • Plugins/Hosted/NetscapePluginHostManager.mm: (WebKit::NetscapePluginHostManager::hostForPlugin): (WebKit::NetscapePluginHostManager::spawnPluginHost): (WebKit::NetscapePluginHostManager::instantiatePlugin):
  • Plugins/Hosted/NetscapePluginHostProxy.mm:
  • Plugins/Hosted/WebKitPluginClient.defs:
  • Plugins/Hosted/WebKitPluginHost.defs:
  • WebCoreSupport/WebSystemInterface.mm: (InitWebCoreSystemInterface):
  • WebView/WebPreferenceKeysPrivate.h:
  • WebView/WebPreferences.mm: (+[WebPreferences initialize]):
  • WebView/WebPreferencesPrivate.h:

2010-10-28 Ivan Krstić <ike@apple.com>

Reviewed by Mark Rowe.

Remove unused experimental proxied panel interface.
<rdar://problem/7237059>

  • WebProcess/WebCoreSupport/mac/WebSystemInterface.mm: (InitWebCoreSystemInterface):

2010-10-28 Ivan Krstić <ike@apple.com>

Reviewed by Mark Rowe.

Remove unused experimental proxied panel interface.
<rdar://problem/7237059>

  • WebKitSystemInterface.h:
12:11 AM Changeset in webkit [70750] by xan@webkit.org
  • 2 edits in trunk/JavaScriptCore

2010-10-28 Xan Lopez <xlopez@igalia.com>

Try to fix Snow Leopard build.

  • jit/JITPropertyAccess.cpp: (JSC::JIT::testPrototype):
12:00 AM Changeset in webkit [70749] by xan@webkit.org
  • 13 edits in trunk/JavaScriptCore

2010-10-28 Xan Lopez <xlopez@igalia.com>

Reviewed by Oliver Hunt.

Do not have two different asCell APIs in JSValue
https://bugs.webkit.org/show_bug.cgi?id=47979

Remove JSCell* asCell(JSValue) in favor of only using
JSValue::asCell().

  • API/APICast.h: (toRef):
  • jit/JITPropertyAccess32_64.cpp: (JSC::JIT::testPrototype):
  • jit/JITStubs.cpp: (JSC::JITThunks::tryCachePutByID): (JSC::JITThunks::tryCacheGetByID): (JSC::DEFINE_STUB_FUNCTION):
  • runtime/GetterSetter.h: (JSC::asGetterSetter):
  • runtime/JSByteArray.h: (JSC::asByteArray):
  • runtime/JSCell.h: (JSC::JSCell::getCallData): (JSC::JSCell::getConstructData):
  • runtime/JSString.h: (JSC::RopeBuilder::appendValueInConstructAndIncrementLength): (JSC::asString):
  • runtime/JSValue.h:
  • runtime/Operations.cpp: (JSC::jsIsObjectType):
  • runtime/Operations.h: (JSC::normalizePrototypeChain):
  • runtime/Protect.h: (JSC::gcProtect): (JSC::gcUnprotect):

Oct 27, 2010:

11:15 PM Changeset in webkit [70748] by aestes@apple.com
  • 5 edits
    2 adds in trunk

2010-10-27 Andy Estes <aestes@apple.com>

Reviewed by Adam Barth.

r66156 broke AtlasCT library, formerly affected http://map.d.co.il/
https://bugs.webkit.org/show_bug.cgi?id=45679

This patch removes WebKit's map of classid values to MIME types. It also
changes the behavior of object elements to render fallback content when
a non-empty classid attribute is specified, which is the behavior HTML5
specifies when a UA encounters a classid it doesn't understand.

Test: fast/replaced/object-with-non-empty-classid-triggers-fallback.html

  • html/HTMLObjectElement.cpp: Remove serviceTypeForClassId(), createClassIdToTypeMap(), and the ClassIdToTypeMap typedef. (WebCore::HTMLObjectElement::updateWidget): Do not call serviceTypeForClassId() when there is no type attribute, and render fallback content if the classid attribute is non-empty.

2010-10-27 Andy Estes <aestes@apple.com>

Reviewed by Adam Barth.

r66156 broke AtlasCT library, formerly affected http://map.d.co.il/
https://bugs.webkit.org/show_bug.cgi?id=45679

  • fast/dom/object-embed-plugin-scripting.html: Changed classid attributes to type attributes.
  • fast/dom/object-plugin-hides-properties.html: Ditto.
  • fast/replaced/object-with-non-empty-classid-triggers-fallback-expected.txt: Added.
  • fast/replaced/object-with-non-empty-classid-triggers-fallback.html: Added.
10:12 PM Changeset in webkit [70747] by eric@webkit.org
  • 2 edits
    2 adds in trunk/WebKitTools

2010-10-27 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

webkit-patch suggest-reviewers -g 260550a6e30b7bf34f16bdb4a5396cf26264fc1c is very slow
https://bugs.webkit.org/show_bug.cgi?id=48500

This doesn't fix the problem, but it makes things slightly better.
Each git svn find-rev call takes about .25 seconds on my desktop.
This patch uses a new memoized class to avoid those calls when possible.

The real slowness is still git log on some files, like:
git log --pretty=format:%H -5 -- /Projects/WebKit/WebCore/platform/wx/SearchPopupMenuWx.h
I'm not yet sure how to make the pathological git logs better.

  • Scripts/webkitpy/common/checkout/scm.py:
  • Scripts/webkitpy/common/memoized.py: Added.
  • Scripts/webkitpy/common/memoized_unittest.py: Added.
9:00 PM Changeset in webkit [70746] by kinuko@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-27 Kinuko Yasuda <kinuko@chromium.org>

Unreviewed, updating drt_expectations.txt.

  • platform/chromium/drt_expectations.txt:
8:57 PM Changeset in webkit [70745] by commit-queue@webkit.org
  • 12 edits
    1 copy in trunk

2010-10-27 Eric Uhrhane <ericu@chromium.org>

Reviewed by David Levin.

[Chromium] Metadata queries should return full file info, not just modification time
https://bugs.webkit.org/show_bug.cgi?id=48098

LayoutTests that use this functionality via WorkerAsyncFileWriter are in review.

Build file changes to add FileMetadata.

  • GNUmakefile.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:

The rest of the changes here just pass the new FileMetadata object through calls that used to take a modification time.

  • platform/FileMetadata.h: Added. (WebCore::FileMetadata::FileMetadata):
  • fileapi/FileSystemCallbacks.cpp: (WebCore::FileSystemCallbacksBase::didReadMetadata): (WebCore::MetadataCallbacks::didReadMetadata):
  • fileapi/FileSystemCallbacks.h:
  • platform/AsyncFileSystemCallbacks.h:

2010-10-27 Eric Uhrhane <ericu@chromium.org>

Reviewed by David Levin.

[Chromium] Metadata queries should return full file info, not just modification time
https://bugs.webkit.org/show_bug.cgi?id=48098

  • src/AssertMatchingEnums.cpp: Ensure WebFileInfo and FileMetadata use the same values for file/directory indicators.
  • src/WebFileSystemCallbacksImpl.cpp: (WebKit::WebFileSystemCallbacksImpl::didReadMetadata): Pass through the new information.
8:48 PM Changeset in webkit [70744] by kinuko@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-27 Kinuko Yasuda <kinuko@chromium.org>

Unreviewed, update drt_expectations.txt.

  • platform/chromium/drt_expectations.txt:
8:38 PM Changeset in webkit [70743] by crogers@google.com
  • 1 edit
    2 adds in trunk/WebCore

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add VectorMath files
https://bugs.webkit.org/show_bug.cgi?id=48467

No new tests since audio API is not yet implemented.

  • platform/audio/VectorMath.cpp: Added. (WebCore::VectorMath::vsmul): (WebCore::VectorMath::vadd):
  • platform/audio/VectorMath.h: Added.
8:21 PM Changeset in webkit [70742] by crogers@google.com
  • 15 edits in trunk/WebCore

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Fixup files affected by VectorMath and related API changes
https://bugs.webkit.org/show_bug.cgi?id=48481

No new tests since audio API is not yet implemented.

  • platform/audio/AudioBus.cpp:
  • platform/audio/AudioChannel.cpp:
  • platform/audio/Biquad.cpp:
  • platform/audio/FFTConvolver.cpp:
  • platform/audio/FFTConvolver.h:
  • platform/audio/Panner.cpp: (WebCore::Panner::create):
  • platform/audio/Reverb.cpp: (WebCore::calculateNormalizationScale): (WebCore::Reverb::initialize): (WebCore::Reverb::process):
  • platform/audio/ReverbAccumulationBuffer.cpp:
  • platform/audio/ReverbAccumulationBuffer.h:
  • platform/audio/ReverbConvolver.cpp: (WebCore::ReverbConvolver::ReverbConvolver): (WebCore::ReverbConvolver::process):
  • platform/audio/ReverbConvolver.h:
  • platform/audio/ReverbConvolverStage.cpp: (WebCore::ReverbConvolverStage::ReverbConvolverStage):
  • platform/audio/ReverbConvolverStage.h:
  • platform/audio/ReverbInputBuffer.h:
8:18 PM Changeset in webkit [70741] by kinuko@chromium.org
  • 24 edits
    3 adds in trunk

2010-10-27 Kinuko Yasuda <kinuko@chromium.org>

Reviewed by Dumitru Daniliuc.

DOMFileSystem's reference should be kept while there're any active Entries/callbacks
https://bugs.webkit.org/show_bug.cgi?id=47535

Changed to keep DOMFileSystem's reference in each EntryBase, DirectoryReaderBase, EntryCallbacks and EntriesCallbacks.

Test: fast/filesystem/filesystem-reference.html

  • fileapi/DOMFileSystemBase.cpp: (WebCore::DOMFileSystemBase::readDirectory): Changed to pass/take PassRefPtr but not a raw pointer.
  • fileapi/DOMFileSystemBase.h:
  • fileapi/DirectoryEntry.cpp: (WebCore::DirectoryEntry::DirectoryEntry): Ditto. (WebCore::DirectoryEntry::createReader):
  • fileapi/DirectoryEntry.h: (WebCore::DirectoryEntry::create): Ditto.
  • fileapi/DirectoryEntrySync.cpp: (WebCore::DirectoryEntrySync::DirectoryEntrySync): Ditto.
  • fileapi/DirectoryEntrySync.h: (WebCore::DirectoryEntrySync::create): Ditto.
  • fileapi/DirectoryReader.h: (WebCore::DirectoryReader::filesystem):
  • fileapi/DirectoryReaderBase.h: (WebCore::DirectoryReaderBase::filesystem):
  • fileapi/Entry.cpp: (WebCore::Entry::Entry): Ditto.
  • fileapi/Entry.h: (WebCore::Entry::filesystem):
  • fileapi/EntryBase.h: (WebCore::EntryBase::filesystem): (WebCore::EntryBase::EntryBase): Ditto.
  • fileapi/EntrySync.cpp: (WebCore::EntrySync::create): Ditto. (WebCore::EntrySync::getParent): (WebCore::EntrySync::EntrySync): Ditto.
  • fileapi/EntrySync.h: (WebCore::EntrySync::filesystem):
  • fileapi/FileEntry.cpp: (WebCore::FileEntry::FileEntry): Ditto.
  • fileapi/FileEntry.h: (WebCore::FileEntry::create): Ditto.
  • fileapi/FileEntrySync.cpp: (WebCore::FileEntrySync::FileEntrySync): Ditto.
  • fileapi/FileEntrySync.h: (WebCore::FileEntrySync::create): Ditto.
  • fileapi/FileSystemCallbacks.cpp: (WebCore::EntriesCallbacks::create): Ditto. (WebCore::EntriesCallbacks::EntriesCallbacks): Ditto.
  • fileapi/FileSystemCallbacks.h:

2010-10-27 Kinuko Yasuda <kinuko@chromium.org>

Reviewed by Dumitru Daniliuc.

DOMFileSystem's reference should be kept while there're any active Entries/callbacks
https://bugs.webkit.org/show_bug.cgi?id=47535

  • fast/filesystem/filesystem-reference-expected.txt: Added.
  • fast/filesystem/filesystem-reference.html: Added.
  • fast/filesystem/script-tests/filesystem-reference.js: Added.
8:11 PM Changeset in webkit [70740] by yuzo@google.com
  • 4 edits
    2 adds in trunk

2010-10-27 Yuzo Fujishima <yuzo@google.com>

Reviewed by Eric Seidel.

Fix for Bug 48310 - SVG font-face-name without name attribute causes a crash
https://bugs.webkit.org/show_bug.cgi?id=48310

  • svg/custom/font-face-name-without-name-attr-expected.txt: Added.
  • svg/custom/font-face-name-without-name-attr.svg: Added.

2010-10-27 Yuzo Fujishima <yuzo@google.com>

Reviewed by Eric Seidel.

Fix for Bug 48310 - SVG font-face-name without name attribute causes a crash
https://bugs.webkit.org/show_bug.cgi?id=48310

Test: svg/custom/font-face-name-without-name-attr.svg

  • svg/SVGFontFaceElement.cpp: (WebCore::SVGFontFaceElement::rebuildFontFace): Don't create src property if the src value list is empty.
  • svg/SVGFontFaceSrcElement.cpp: (WebCore::SVGFontFaceSrcElement::srcValue): Don't add empty src values to the src value list.
8:02 PM Changeset in webkit [70739] by crogers@google.com
  • 2 edits in trunk/WebCore

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Allow AudioDSPKernel to function without an AudioDSPKernelProcessor
https://bugs.webkit.org/show_bug.cgi?id=48472

No new tests since audio API is not yet implemented.

  • platform/audio/AudioDSPKernel.h: (WebCore::AudioDSPKernel::AudioDSPKernel): (WebCore::AudioDSPKernel::sampleRate):
7:37 PM Changeset in webkit [70738] by mrowe@apple.com
  • 2 edits in trunk/WebKit2

Build fix.

  • UIProcess/API/mac/PageClientImpl.mm: Reference the file using the correct case.
6:44 PM Changeset in webkit [70737] by andersca@apple.com
  • 7 edits in trunk

Find indicators do not bounce
https://bugs.webkit.org/show_bug.cgi?id=48490
<rdar://problem/8564276>

Reviewed by Sam Weinig.

WebKit2:

  • UIProcess/API/mac/FindIndicatorWindow.h:
  • UIProcess/API/mac/FindIndicatorWindow.mm:

(-[WebFindIndicatorWindowAnimation _initWithFindIndicatorWindow:WebKit::animationDuration:animationProgressCallback:WebKit::FindIndicatorWindow::animationDidEndCallback:WebKit::FindIndicatorWindow::]):
Add an animationDuration parameter.

(WebKit::FindIndicatorWindow::FindIndicatorWindow):
Initialize m_bounceAnimationContext.

(WebKit::FindIndicatorWindow::setFindIndicator):
Create a bounce animation and start it.

(WebKit::FindIndicatorWindow::closeWindow):
Stop the bounce animation and destroy the bounce animation context.

(WebKit::FindIndicatorWindow::startFadeOutTimerFired):
pass the fade out duration.

(WebKit::FindIndicatorWindow::bounceAnimationCallback):
Set the bounce animation progress.

(WebKit::FindIndicatorWindow::bounceAnimationDidEnd):
Destroy the bounce animation context.

WebKitLibraries:

Add bounce animation context functions.

  • WebKitSystemInterface.h:
  • libWebKitSystemInterfaceLeopard.a:
  • libWebKitSystemInterfaceSnowLeopard.a:
6:30 PM Changeset in webkit [70736] by commit-queue@webkit.org
  • 2 edits in trunk/JavaScriptCore

2010-10-27 Chao-ying Fu <fu@mips.com>

Reviewed by Oliver Hunt.

Support emit_op_mod() for MIPS on JSVALUE32_64
https://bugs.webkit.org/show_bug.cgi?id=46511

This patch uses MIPS div instructions for op_mod to improve performance.

  • jit/JITArithmetic32_64.cpp: (JSC::JIT::emit_op_mod):
6:07 PM Changeset in webkit [70735] by senorblanco@chromium.org
  • 2 edits
    3 adds in trunk/LayoutTests

2010-10-27 Stephen White <senorblanco@chromium.org>

Reviewed by Kenneth Russell.

[CHROMIUM] Unskip the failing tests in chromium-gpu, and adjust the
expectations to match reality.
https://bugs.webkit.org/show_bug.cgi?id=48473


Some bugs were already fixed and the test lines could be removed, some
tests have started newly-failing. Rebaselined one test that had a bad
checksum.

  • platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-expected.checksum: Added.
  • platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-expected.png: Added.
  • platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
  • platform/chromium-gpu/test_expectations.txt:
5:55 PM Changeset in webkit [70734] by andreas.kling@nokia.com
  • 3 edits in trunk/WebKit2

2010-10-27 Kenneth Rohde Christiansen <kenneth@webkit.org>

Reviewed by Andreas Kling.

Remove the reference to the pageNamespace in the QWKPagePrivate.
Access it though the WebPageProxy instead which holds a strong
ref to it.

  • UIProcess/API/qt/qwkpage.cpp: (QWKPagePrivate::QWKPagePrivate): (QWKPage::preferences):
  • UIProcess/API/qt/qwkpage_p.h:
5:48 PM Changeset in webkit [70733] by andersca@apple.com
  • 8 edits in trunk/WebKit2

More work on downloads
https://bugs.webkit.org/show_bug.cgi?id=48480

Reviewed by Sam Weinig.

  • WebProcess/Downloads/Download.cpp:

(WebKit::Download::~Download):
Call platformInvalidate().

(WebKit::Download::didBegin):
(WebKit::Download::didReceiveData):
(WebKit::Download::didFinish):
Add empty stubs.

  • WebProcess/Downloads/DownloadManager.cpp:

(WebKit::DownloadManager::startDownload):
Create a Download object and insert it into the m_downloads map.

  • WebProcess/Downloads/cf/DownloadCFNet.cpp:

(WebKit::Download::platformInvalidate):
Add empty stub.

  • WebProcess/Downloads/mac/DownloadMac.mm:

(WebKit::Download::platformInvalidate):
Tell the WKDownloadAsDelegate object that we're being invalidated.

(-[WKDownloadAsDelegate downloadDidBegin:]):
Call Download::didBegin.

(-[WKDownloadAsDelegate download:didReceiveDataOfLength:]):
Call Download::didReceiveData.

(-[WKDownloadAsDelegate downloadDidFinish:]):
Call Download::didFinish.

  • WebProcess/Downloads/qt/DownloadQt.cpp:

(WebKit::Download::platformInvalidate):
Add empty stub.

5:42 PM Changeset in webkit [70732] by commit-queue@webkit.org
  • 2 edits in trunk/WebKit/mac

2010-10-27 Pratik Solanki <psolanki@apple.com>

Reviewed by Darin Adler.

Improve memSize calculation in [WebView _setCacheModel]
https://bugs.webkit.org/show_bug.cgi?id=48484

  • WebView/WebView.mm: (roundUpToPowerOf2): Added. Utility function to calculate the nearest power of 2. (+[WebView _setCacheModel:]): Update memSize calculation to set it to the next bigger power of 2. Also update WebCore cache settings.
5:05 PM Changeset in webkit [70731] by eric@webkit.org
  • 5 edits in trunk/WebKitTools

2010-10-27 Eric Seidel <eric@webkit.org>

Reviewed by Ojan Vafai.

EWS bots should not use --quiet when running build-webkit
https://bugs.webkit.org/show_bug.cgi?id=48482

--quiet is only correct when the sub-process does the error reporting.
In the case of _can_build() the parent process is reporting the error.
We'd like the full build log at queues.webkit.org so someone can look
at the log and understand why the EWS is failing to build trunk.

  • Scripts/webkitpy/layout_tests/port/chromium_win_unittest.py:
  • Scripts/webkitpy/tool/commands/earlywarningsystem.py:
  • Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
  • Scripts/webkitpy/tool/mocktool.py:
5:04 PM Changeset in webkit [70730] by enrica@apple.com
  • 18 edits in trunk

WebCore: Support Appkit key bindings and custom key bindings in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=48271
<rdar://problem/7660723>

Reviewed by Alexey Proskuryakov.

  • dom/KeyboardEvent.h:

(WebCore::KeypressCommand::KeypressCommand): Added default constructor and modified assert for text
insertion command constructor to support WebKit2 scenarios.
The default constructor is needed to support the generated WebKit2 message processing code.

WebKit2: Support Appkit key bindings and custom key bindings in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=48271
<rdar://problem/7660723>

Reviewed by Alexey Proskuryakov.

We need to support AppKit key bindings and custom key bindings in WebKit2.
Every keyboard event is first sent to the WebProcess and we inform AppKit that
we don't need further processing. When the event is processed by the WebProcess and no handler consumes it,
we send a synchronous message back to the UI process to let AppKit perform the key bindings.
This operation can result in one or more editing commands to execute or a noop.
The WebProcess then replies back to the UI process to inform whether further processing is required, in
which case the event is sent back to the application to be mapped.
There is a potential for a race condition: in case the WebProcess is very slow to process the key events, the UI
process could be in a completely different state when the event is being resent (for example it might not have the
keyboard focus anymore) and the command could be lost. We should look out for user experience impact.

  • Scripts/webkit2/messages.py: Added header file in the generated file.
  • Shared/WebCoreArgumentCoders.h: Added encoder/decoder for KeypressCommand.
  • UIProcess/API/mac/PageClientImpl.h:
  • UIProcess/API/mac/PageClientImpl.mm:

(WebKit::PageClientImpl::interceptKeyEvent): Pass-through call to WKView.
(WebKit::PageClientImpl::didNotHandleKeyEvent): Added logic to resend the event to the application.

  • UIProcess/API/mac/WKView.mm:

(-[WKView validateUserInterfaceItem:]): Changed the default return value to YES, otherwise no menu shortcut is performed.
(-[WKView doCommandBySelector:]): Added.
(-[WKView insertText:]): Added.
(-[WKView _handleStyleKeyEquivalent:]): Added to handle command-B and command-I.
(-[WKView performKeyEquivalent:]): Added to intercept key binding sequences.
(-[WKView _setEventBeingResent:]):
(-[WKView _interceptKeyEvent:]):

  • UIProcess/API/mac/WKViewInternal.h:
  • UIProcess/PageClient.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::interpretKeyEvent):

  • UIProcess/WebPageProxy.h:
  • UIProcess/WebPageProxy.messages.in:
  • WebProcess/WebCoreSupport/WebEditorClient.cpp:
  • WebProcess/WebCoreSupport/mac/WebEditorClientMac.mm:

(WebKit::WebEditorClient::handleKeyboardEvent):
(WebKit::WebEditorClient::handleInputMethodKeydown):

  • WebProcess/WebPage/WebPage.cpp:
  • WebProcess/WebPage/WebPage.h:
  • WebProcess/WebPage/mac/WebPageMac.mm: Moved handleKeyboardEvent and handleInputMethodKeydown

to the Mac specific implementation.
(WebKit::WebPage::interceptEditingKeyboardEvent): Added.

4:56 PM Changeset in webkit [70729] by jschuh@chromium.org
  • 1 edit
    2 copies in branches/chromium/552

Merge 70652 - 2010-10-27 Justin Schuh <jschuh@chromium.org>

Reviewed by Dirk Schulze.

Ignore invalid blend modes
https://bugs.webkit.org/show_bug.cgi?id=48371

Test: svg/filters/feBlend-invalid-mode.xhtml

  • platform/graphics/filters/FEBlend.cpp: (WebCore::FEBlend::apply):

2010-10-27 Justin Schuh <jschuh@chromium.org>

Reviewed by Dirk Schulze.

Ignore invalid blend modes
https://bugs.webkit.org/show_bug.cgi?id=48371

  • svg/filters/feBlend-invalid-mode-expected.txt: Added.
  • svg/filters/feBlend-invalid-mode.xhtml: Added.

BUG=60688
TBR=jschuh@chromium.org

4:53 PM Changeset in webkit [70728] by bweinstein@apple.com
  • 4 edits in trunk

WebKit2: More Windows build fixage. Copy another new header into WebKitOutputDir.

  • win/WebKit2Generated.make:

WebKitTools: More Windows build fixage. Rename a variable that was named string.

  • WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:

(WTR::hasPrefix):

4:52 PM Changeset in webkit [70727] by jschuh@chromium.org
  • 1 edit
    2 copies in branches/chromium/517

Merge 70652 - 2010-10-27 Justin Schuh <jschuh@chromium.org>

Reviewed by Dirk Schulze.

Ignore invalid blend modes
https://bugs.webkit.org/show_bug.cgi?id=48371

Test: svg/filters/feBlend-invalid-mode.xhtml

  • platform/graphics/filters/FEBlend.cpp: (WebCore::FEBlend::apply):

2010-10-27 Justin Schuh <jschuh@chromium.org>

Reviewed by Dirk Schulze.

Ignore invalid blend modes
https://bugs.webkit.org/show_bug.cgi?id=48371

  • svg/filters/feBlend-invalid-mode-expected.txt: Added.
  • svg/filters/feBlend-invalid-mode.xhtml: Added.

BUG=60688
TBR=jschuh@chromium.org
Review URL: http://codereview.chromium.org/4133004

4:40 PM Changeset in webkit [70726] by bfulgham@webkit.org
  • 2 edits in trunk/JavaScriptCore

Unreviewed build correction.

  • wtf/Platform.h: Make sure ACCELERATED_COMPOSITING is

turned off in the WinCairo port. This isn't supported (yet.)

4:39 PM Changeset in webkit [70725] by bweinstein@apple.com
  • 2 edits in trunk/WebKit2

Windows build fix. Copy a new header into WebKitOutputDir.

  • win/WebKit2Generated.make:
4:33 PM Changeset in webkit [70724] by ojan@chromium.org
  • 7 edits in trunk/WebKitTools

2010-10-27 Ojan Vafai <ojan@chromium.org>

Reviewed by Dimitri Glazkov.

[chromium] Make the test results server store which master the bot is on
https://bugs.webkit.org/show_bug.cgi?id=48478

The chromium bots recently changed so that there are multiple slaves with
the same name on different masters. Up till now, the test results server
assumed slave names were unique. Adds a master field to the file in order
to distinguish.

Also, for files that currently lack a master or testtype, set them appropriately.

  • TestResultServer/handlers/testfilehandler.py:
  • TestResultServer/index.yaml:
  • TestResultServer/model/jsonresults.py:
  • TestResultServer/model/testfile.py:
  • TestResultServer/templates/showfilelist.html:
  • TestResultServer/templates/uploadform.html:
4:18 PM Changeset in webkit [70723] by Darin Adler
  • 61 edits
    8 copies in trunk

2010-10-26 Darin Adler <Darin Adler>

Reviewed by Sam Weinig.

WebKitTestRunner needs to support layoutTestController.dumpBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42322
rdar://problem/8193631

WebKitTestRunner needs to support layoutTestController.clearBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42333
rdar://problem/8193643

  • History/WebBackForwardList.mm: (core): Return BackForwardListImpl. (kit): Take BackForwardListImpl. (-[WebBackForwardList initWithBackForwardList:]): Use BackForwardListImpl. (-[WebBackForwardList dealloc]): Ditto. (-[WebBackForwardList finalize]): Ditto. (-[WebBackForwardList description]): Ditto. (-[WebBackForwardList setPageCacheSize:]): Ditto. (-[WebBackForwardList pageCacheSize]): Ditto.
  • History/WebBackForwardListInternal.h: Ditto.
  • WebView/WebFrameView.mm: (-[WebFrameView keyDown:]): Ditto.
  • WebView/WebView.mm: (-[WebView initWithCoder:]): Ditto. (-[WebView encodeWithCoder:]): Ditto. (-[WebView backForwardList]): Ditto. (-[WebView setMaintainsBackForwardList:]): Ditto.

2010-10-26 Darin Adler <Darin Adler>

Reviewed by Sam Weinig.

WebKitTestRunner needs to support layoutTestController.dumpBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42322
rdar://problem/8193631

WebKitTestRunner needs to support layoutTestController.clearBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42333
rdar://problem/8193643

  • WebCore.exp.in: Updated exports.
  • history/BackForwardList.h: Added comments about future refactoring. Moved functions that are not called inside WebCore into a separate section, to be removed later. Added an isActive function to replace the use of enabled() and entries().
  • history/BackForwardListImpl.h: Removed isBackForwardListImpl. Marked virtual function overrides virtual explicitly, except for the ones that will be non-virtual once we make the changes above. Added the isActive function.
  • history/PageCache.cpp: (WebCore::logCanCachePageDecision): Use isActive. (WebCore::PageCache::canCache): Ditto.
  • loader/FrameLoader.cpp: (WebCore::FrameLoader::checkDidPerformFirstNavigation): Check using currentItem, backItem, and forwardItem instead of using entries.
  • page/Settings.cpp: (WebCore::Settings::setUsesPageCache): Loop through the back/forward list entries using backListCount and forwardListCount instead of using entries.

2010-10-26 Darin Adler <Darin Adler>

Reviewed by Sam Weinig.

WebKitTestRunner needs to support layoutTestController.dumpBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42322
rdar://problem/8193631

WebKitTestRunner needs to support layoutTestController.clearBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42333
rdar://problem/8193643

  • platform/mac-wk2/Skipped: Resorted some test lists. Removed the section listing all the tests that were blocked by dumpBackForwardList.

2010-10-26 Darin Adler <Darin Adler>

Reviewed by Sam Weinig.

WebKitTestRunner needs to support layoutTestController.dumpBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42322
rdar://problem/8193631

WebKitTestRunner needs to support layoutTestController.clearBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42333
rdar://problem/8193643

  • WebKitTestRunner/Configurations/InjectedBundle.xcconfig: Renamed the product to WebKitTestRunnerInjectedBundle to avoid name conflicts in the build directory.
  • WebKitTestRunner/InjectedBundle/Bindings/LayoutTestController.idl: Added dumpBackForwardList and clearBackForwardList.
  • WebKitTestRunner/InjectedBundle/InjectedBundle.cpp: (WTR::InjectedBundle::InjectedBundle): Removed initialization of m_mainPage. (WTR::InjectedBundle::didCreatePage): Removed unneeded underscore. (WTR::InjectedBundle::willDestroyPage): Ditto. (WTR::InjectedBundle::didReceiveMessage): Ditto. (WTR::InjectedBundle::initialize): Ditto. (WTR::InjectedBundle::didCreatePage): Changed code to use m_pages instead of m_mainPage and m_otherPages. (WTR::InjectedBundle::willDestroyPage): Ditto. (WTR::InjectedBundle::page): Ditto. (WTR::InjectedBundle::beginTesting): Ditto. (WTR::InjectedBundle::done): Ditto. (WTR::InjectedBundle::closeOtherPages): Ditto. (WTR::InjectedBundle::dumpBackForwardListsForAllPages): Added.
  • WebKitTestRunner/InjectedBundle/InjectedBundle.h: Changed page function to longer be inline, and pageCount function to use m_pages. Added dumpBackForwardListsForAllPages, and removed some underscores. Replaced m_mainPage and m_otherPageas with m_pages.
  • WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp: (WTR::adoptWK): Added. (WTR::hasPrefix): Added. (WTR::InjectedBundlePage::reset): Added code to set up m_previousTestBackForwardListItem. (WTR::InjectedBundlePage::dump): Added code to call dumpBackForwardListsForAllPages. (WTR::compareByTargetName): Added. (WTR::dumpBackForwardListItem): Added. (WTR::InjectedBundlePage::dumpBackForwardList): Added.
  • WebKitTestRunner/InjectedBundle/InjectedBundlePage.h: Added dumpBackForwardList and m_previousTestBackForwardListItem.
  • WebKitTestRunner/InjectedBundle/LayoutTestController.cpp: (WTR::LayoutTestController::LayoutTestController): Initialize m_shouldDumpBackForwardListsForAllWindows to false. (WTR::LayoutTestController::clearBackForwardList): Added.
  • WebKitTestRunner/InjectedBundle/LayoutTestController.h: Added dumpBackForwardList, clearBackForwardList, shouldDumpBackForwardListsForAllWindows, and m_shouldDumpBackForwardListsForAllWindows.
  • WebKitTestRunner/TestController.cpp: (WTR::TestController::initialize): Set up didReceiveSynchronousMessageFromInjectedBundle. (WTR::TestController::didReceiveSynchronousMessageFromInjectedBundle): Added.
  • WebKitTestRunner/TestController.h: Ditto.
  • WebKitTestRunner/TestInvocation.cpp: (WTR::TestInvocation::didReceiveSynchronousMessageFromInjectedBundle): Added.
  • WebKitTestRunner/TestInvocation.h: Ditto.
  • WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj: Renamed bundle to WebKitTestRunnerInjectedBundle (see above).
  • WebKitTestRunner/mac/TestControllerMac.mm: (WTR::TestController::initializeInjectedBundlePath): Ditto.

2010-10-26 Darin Adler <Darin Adler>

Reviewed by Sam Weinig.

WebKitTestRunner needs to support layoutTestController.dumpBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42322
rdar://problem/8193631

WebKitTestRunner needs to support layoutTestController.clearBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42333
rdar://problem/8193643

  • Shared/API/c/WKBase.h: Added WKBundleBackForwardListRef and WKBundleBackForwardListItemRef.
  • Shared/API/c/WKURL.cpp: (WKURLCopyString): Added.
  • Shared/API/c/WKURL.h: Added WKURLCopyString.
  • Shared/API/c/cf/WKURLCF.h: Fixed incorrect argument name.
  • Shared/APIObject.h: Added TypeBundleBackForwardList and TypeBundleBackForwardListItem.
  • Shared/ImmutableArray.h: Marked destructor virtual explicitly.
  • Shared/ImmutableDictionary.h: Ditto.
  • UIProcess/WebBackForwardListItem.h: Ditto.
  • UIProcess/WebContext.h: Ditto.
  • UIProcess/WebFrameProxy.h: Ditto.
  • UIProcess/WebNavigationData.h: Ditto.
  • UIProcess/WebPageNamespace.h: Ditto.
  • UIProcess/WebPreferences.h: Ditto.
  • WebProcess/InjectedBundle/InjectedBundleScriptWorld.h: Ditto.
  • WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h: Ditto.
  • WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.h: Ditto.
  • UIProcess/WebBackForwardList.cpp: Removed unneeded backListWithLimit and forwardListWithLimit functions. (WebKit::WebBackForwardList::clear): Added.
  • UIProcess/WebBackForwardList.h: Marked destructor virtual explicitly. Added clear, removed backListWithLimit and forwardListWithLimit functions.
  • UIProcess/WebPageProxy.cpp: Removed unneeded backForwardBackItem, backForwardCurrentItem, and backForwardForwardItem functions. (WebKit::WebPageProxy::backForwardClear): Added.
  • UIProcess/WebPageProxy.h: Ditto.
  • UIProcess/WebPageProxy.messages.in: Ditto.
  • WebKit2.pro: Added new files.
  • WebKit2.xcodeproj/project.pbxproj: Ditto.
  • win/WebKit2.vcproj: Ditto.
  • WebProcess/InjectedBundle/API/c/WKBundleAPICast.h: Added WKBundleBackForwardListRef and WKBundleBackForwardListItemRef.
  • WebProcess/InjectedBundle/API/c/WKBundleBackForwardList.cpp: Started with a copy of from WebKit2/UIProcess/API/C/WKBackForwardList.cpp.
  • WebProcess/InjectedBundle/API/c/WKBundleBackForwardList.h: Started with a copy of WebKit2/UIProcess/API/C/WKBackForwardList.h.
  • WebProcess/InjectedBundle/API/c/WKBundleBackForwardListItem.cpp: Started with a copy of WebKit2/UIProcess/API/C/WKBackForwardListItem.cpp.
  • WebProcess/InjectedBundle/API/c/WKBundleBackForwardListItem.h: Started with a copy of WebKit2/UIProcess/API/C/WKBackForwardListItem.h.
  • WebProcess/InjectedBundle/API/c/WKBundlePage.cpp: (WKBundlePageGetBackForwardList): Added.
  • WebProcess/InjectedBundle/API/c/WKBundlePage.h: Ditto.
  • WebProcess/InjectedBundle/InjectedBundleBackForwardList.cpp: Started with a copy of WebKit2/UIProcess/WebBackForwardList.cpp.
  • WebProcess/InjectedBundle/InjectedBundleBackForwardList.h: Started with a copy of WebKit2/UIProcess/WebBackForwardList.h.
  • WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.cpp: Started with a copy of WebKit2/UIProcess/WebBackForwardListItem.cpp.
  • WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.h: Started with a copy of WebKit2/UIProcess/WebBackForwardListItem.h.
  • WebProcess/WebPage/WebBackForwardListProxy.cpp: Removed many unneeded functions. (WebKit::WebBackForwardListProxy::WebBackForwardListProxy): Removed unneeded initialization of m_closed. (WebKit::WebBackForwardListProxy::addItem): Added a check for the case of a capacity of 0. (WebKit::WebBackForwardListProxy::goToItem): Added a check for when the proxy outlives its page. (WebKit::WebBackForwardListProxy::itemAtIndex): Ditto. (WebKit::WebBackForwardListProxy::backListCount): Ditto. (WebKit::WebBackForwardListProxy::forwardListCount): Ditto. (WebKit::WebBackForwardListProxy::close): Removed unneeded code setting m_closed. (WebKit::WebBackForwardListProxy::isActive): Added. (WebKit::WebBackForwardListProxy::clear): Added.
  • WebProcess/WebPage/WebBackForwardListProxy.h: Added clear, isActive, and detach functions. Removed many other unneeded function and data members.
  • WebProcess/WebPage/WebPage.cpp: (WebKit::WebPage::~WebPage): Added call to detach on the back/forward list. (WebKit::WebPage::backForwardList): Added.
  • WebProcess/WebPage/WebPage.h: Added backForwardList function and m_backForwardList data member.
3:44 PM Changeset in webkit [70722] by crogers@google.com
  • 9 edits in trunk

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by Chris Marrin.

Add ENABLE_WEB_AUDIO feature enable flag (initially disabled) to build-webkit
https://bugs.webkit.org/show_bug.cgi?id=48279

  • Configurations/FeatureDefines.xcconfig:

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by Chris Marrin.

Add ENABLE_WEB_AUDIO feature enable flag (initially disabled) to build-webkit
https://bugs.webkit.org/show_bug.cgi?id=48279

No new tests since flag is disabled.

  • Configurations/FeatureDefines.xcconfig:

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by Chris Marrin.

Add ENABLE_WEB_AUDIO feature enable flag (initially disabled) to build-webkit
https://bugs.webkit.org/show_bug.cgi?id=48279

  • Configurations/FeatureDefines.xcconfig:

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by Chris Marrin.

Add ENABLE_WEB_AUDIO feature enable flag (initially disabled) to build-webkit
https://bugs.webkit.org/show_bug.cgi?id=48279

  • Scripts/build-webkit:
3:38 PM Changeset in webkit [70721] by Martin Robinson
  • 8 edits in trunk/LayoutTests

2010-10-27 Martin Robinson <mrobinson@igalia.com>

Rebaseline some GTK+ tests after r70688.

  • platform/gtk/fast/css/font-face-opentype-expected.txt:
  • platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
  • platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
  • platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
  • platform/gtk/fast/text/backslash-to-yen-sign-euc-expected.txt:
  • platform/gtk/fast/text/backslash-to-yen-sign-expected.txt:
  • platform/gtk/fast/text/international/plane2-expected.txt:
3:37 PM Changeset in webkit [70720] by eric@webkit.org
  • 3 edits in trunk/WebKitTools

2010-10-27 Eric Seidel <eric@webkit.org>

Unreviewed.

build-webkit should collect Visual Studio Express logs and display them
https://bugs.webkit.org/show_bug.cgi?id=39199

It turns out my previous patch wasn't actually working on the win-ews
machine. So I've fixed my mistakes from before.

  • Scripts/build-webkit:
    • Windows VSE builds change the CWD while building. Why? Who knows.
  • Scripts/print-vse-failure-logs:
    • windows VSE builds don't use Debug/Release as I expected, so I've moved off of --configuration to --top-level and added the /obj optimization while I was there.
3:28 PM Changeset in webkit [70719] by crogers@google.com
  • 1 edit
    2 adds in trunk/WebCore

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add AudioResamplerKernel files
https://bugs.webkit.org/show_bug.cgi?id=47624

No new tests since audio API is not yet implemented.

  • platform/audio/AudioResamplerKernel.cpp: Added. (WebCore::AudioResamplerKernel::AudioResamplerKernel): (WebCore::AudioResamplerKernel::getSourcePointer): (WebCore::AudioResamplerKernel::process): (WebCore::AudioResamplerKernel::reset): (WebCore::AudioResamplerKernel::rate):
  • platform/audio/AudioResamplerKernel.h: Added.
2:57 PM Changeset in webkit [70718] by abarth@webkit.org
  • 3 edits
    2 adds in trunk

2010-10-27 Adam Barth <abarth@webkit.org>

Reviewed by Ojan Vafai.

REGRESSION(66511): CORDYS Process Factory doesn't work
https://bugs.webkit.org/show_bug.cgi?id=48453

Test some appendChild cases that didn't have coverage before.

  • fast/dom/allowed-children-expected.txt: Added.
  • fast/dom/allowed-children.html: Added.

2010-10-27 Adam Barth <abarth@webkit.org>

Reviewed by Ojan Vafai.

REGRESSION(66511): CORDYS Process Factory doesn't work
https://bugs.webkit.org/show_bug.cgi?id=48453

When Ojan refactored this function in 66511, he missed an "else",
which causes us to generated HIERARCHY_REQUEST_ERR in some cases where
we're not supposed to. This patch restores the "else" behavior (using
an early return) and adds a test for the cases that caused problems in
the field.

Test: fast/dom/allowed-children.html

  • dom/Node.cpp: (WebCore::isChildTypeAllowed):
2:53 PM Changeset in webkit [70717] by kbr@google.com
  • 2 edits in trunk/WebKit/chromium

2010-10-27 Kenneth Russell <kbr@google.com>

Reviewed by Dimitri Glazkov.

[chromium] WebGL does not work with the compositor in test_shell
https://bugs.webkit.org/show_bug.cgi?id=48470

  • src/WebGraphicsContext3DDefaultImpl.cpp: (WebKit::WebGraphicsContext3DDefaultImpl::resolveMultisampledFramebuffer):
    • Properly restore the draw framebuffer after resolving.

(WebKit::WebGraphicsContext3DDefaultImpl::prepareTexture):

  • Make the context current before calling resolveMultisampledFramebuffer.
2:46 PM Changeset in webkit [70716] by Beth Dakin
  • 19 edits in trunk

Fix for https://bugs.webkit.org/show_bug.cgi?id=48385 Add WebKit
SPI to scale a WebView
-and corresponding-
<rdar://problem/8107667>

Reviewed by Darin Adler.

WebCore:

This patch adds SPI to Mac WebKit that scales the page by the given
scale factor. The scale factor is factored into the RenderStyle's
transform.

Set the current pageScale for the document.

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::styleForDocument):

Frame keeps track of the page scale factor. When
scalePage() is called, it modifies the RenderView's style to
include a transform of the appropriate scale and forces a style
recalc.

  • page/Frame.cpp:

(WebCore::Frame::Frame):
(WebCore::Frame::scalePage):

  • page/Frame.h:

(WebCore::Frame::pageScaleFactor):

  • WebCore.exp.in:

Add a scale to the transformation matrix.

  • rendering/style/RenderStyle.cpp:

(WebCore::RenderStyle::setPageScaleTransform):

  • rendering/style/RenderStyle.h:

WebKit/mac:

This patch adds SPI to Mac WebKit that scales the page by the given
scale factor.

  • WebView/WebView.mm:

(-[WebView _scaleWebView:]):
(-[WebView _viewScaleFactor]):

  • WebView/WebViewPrivate.h:

WebKit2:

This patch adds SPI to Mac WebKit that scales the page by the given
scale factor.

Implement scaleWebView(), which tells WebCore::Frame to scale, and
viewScaleFactor() which returns the current scale factor.

  • Shared/API/c/WKSharedAPICast.h:
  • UIProcess/API/C/WKPage.cpp:

(WKPageScaleWebView):
(WKPageGetViewScaleFactor):

  • UIProcess/API/C/WKPage.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::WebPageProxy):
(WebKit::WebPageProxy::scaleWebView):

  • UIProcess/WebPageProxy.h:

(WebKit::WebPageProxy::viewScaleFactor):

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::scaleWebView):
(WebKit::WebPage::viewScaleFactor):

  • WebProcess/WebPage/WebPage.h:
  • WebProcess/WebPage/WebPage.messages.in:
2:45 PM Changeset in webkit [70715] by Adam Roben
  • 1 edit
    3 adds in trunk/LayoutTests

Add Windows-specific results for test added in r70692

This test isn't rendering correctly. That's covered by
<http://webkit.org/b/48459>.

  • platform/win/fast/blockflow/border-vertical-lr-expected.checksum: Added.
  • platform/win/fast/blockflow/border-vertical-lr-expected.png: Added.
  • platform/win/fast/blockflow/border-vertical-lr-expected.txt: Added.
2:38 PM Changeset in webkit [70714] by mitz@apple.com
  • 7 edits in trunk

REGRESSION (r70335): Incorrect article layout in Safari Reader
https://bugs.webkit.org/show_bug.cgi?id=48436

Reviewed by Darin Adler.

WebCore:

  • page/DOMWindow.cpp:

(WebCore::DOMWindow::getMatchedCSSRules): Return rules from all origins if the cross-origin
check is disabled.

  • page/Settings.cpp:

(WebCore::Settings::Settings): Initialize m_crossOriginCheckInGetMatchedCSSRulesDisabled.

  • page/Settings.h:

(WebCore::Settings::setCrossOriginCheckInGetMatchedCSSRulesDisabled): Added this accessor.
(WebCore::Settings::crossOriginCheckInGetMatchedCSSRulesDisabled): Ditto.

WebKit/mac:

  • Misc/WebKitVersionChecks.h: Added WEBKIT_FIRST_VERSION_WITH_GET_MATCHED_CSS_RULES_RESTRICTIONS.
  • WebView/WebView.mm:

(-[WebView _needsUnrestrictedGetMatchedCSSRules]): Added. Returns YES for Safari linked against
versions of WebKit that did not have the cross-origin restrictions in getMatchedCSSRules().
(-[WebView _preferencesChangedNotification:]): Call Settings::setCrossOriginCheckInGetMatchedCSSRulesDisabled()
based on the above.

2:38 PM Changeset in webkit [70713] by commit-queue@webkit.org
  • 2 edits in trunk/WebKit/chromium

2010-10-27 Stuart Morgan <stuartmorgan@chromium.org>

Reviewed by David Levin.

Include caps lock state when converting NSEvent modifiers to
WebInputEvent

https://bugs.webkit.org/show_bug.cgi?id=47917

  • src/mac/WebInputEventFactory.mm: (WebKit::modifiersFromEvent):
2:35 PM Changeset in webkit [70712] by crogers@google.com
  • 2 edits in trunk/WebKit/chromium

2010-10-27 Chris Rogers <crogers@google.com>

Reviewed by James Robinson.

Add ENABLE_WEB_AUDIO feature enable flag (initially disabled) for Chromium
https://bugs.webkit.org/show_bug.cgi?id=48465

  • features.gypi:
2:33 PM Changeset in webkit [70711] by bweinstein@apple.com
  • 2 edits in trunk/JavaScriptCore

Windows build fix.

  • jit/JITStubs.cpp:

(JSC::jitThrow):

2:27 PM Changeset in webkit [70710] by Csaba Osztrogonác
  • 1 edit
    2 adds in trunk/LayoutTests

Unreviewed. Add Qt specific expected results after r70657.

  • platform/qt/animations/missing-values-first-keyframe-expected.txt: Added.
  • platform/qt/animations/missing-values-last-keyframe-expected.txt: Added.
2:22 PM Changeset in webkit [70709] by Dimitri Glazkov
  • 2 edits
    6 adds in trunk/LayoutTests

2010-10-27 Dimitri Glazkov <Dimitri Glazkov>

[Chromium] Add expectations after r70692.

  • platform/chromium-linux/fast/borders/border-radius-inline-flow-expected.checksum: Added.
  • platform/chromium-linux/fast/borders/border-radius-inline-flow-expected.png: Added.
  • platform/chromium-mac/fast/borders/border-radius-inline-flow-expected.checksum: Added.
  • platform/chromium-win/fast/borders/border-radius-inline-flow-expected.checksum: Added.
  • platform/chromium-win/fast/borders/border-radius-inline-flow-expected.png: Added.
  • platform/chromium-win/fast/borders/border-radius-inline-flow-expected.txt: Added.
  • platform/chromium/test_expectations.txt: Tweaked.
2:21 PM Changeset in webkit [70708] by jer.noble@apple.com
  • 2 edits in trunk/WebKit/mac

2010-10-18 Jer Noble <jer.noble@apple.com>

Reviewed by Eric Carlson.

Safari fullscreen media element tickles when it should not.


https://bugs.webkit.org/show_bug.cgi?id=47861

  • WebView/WebVideoFullscreenController.mm: (-[WebVideoFullscreenController updatePowerAssertions]):
2:16 PM Changeset in webkit [70707] by Adam Roben
  • 1 edit
    3 deletes in trunk/LayoutTests

Remove som unnecessary Windows-specific results

These should have been removed back in r70630.

  • platform/win/fast/blockflow/english-lr-text-expected.checksum: Removed.
  • platform/win/fast/blockflow/english-lr-text-expected.png: Removed.
  • platform/win/fast/blockflow/english-lr-text-expected.txt: Removed.
2:10 PM UsingGitWithWebKit edited by Adam Roben
Clarified that you still need Cygwin's git even if you use msysgit … (diff)
2:09 PM Changeset in webkit [70706] by zmo@google.com
  • 4 edits in trunk/WebCore

2010-10-27 Zhenyao Mo <zmo@google.com>

Reviewed by Kenneth Russell.

refactor the nested large switch statements in GraphicsContext3DCG.cpp:getImageData()
https://bugs.webkit.org/show_bug.cgi?id=47027

  • platform/graphics/GraphicsContext3D.cpp: (WebCore::doPacking): ASSERT false if undefined format is passed in.
  • platform/graphics/GraphicsContext3D.h: Add kSourceFormatUndefined enum.
  • platform/graphics/cg/GraphicsContext3DCG.cpp: (WebCore::getSourceDataFormat): Decide source data format from componentsPerPixel, alpha format, bitsPerComponet, etc. (WebCore::GraphicsContext3D::getImageData): Refactor the code to use getSourceDataFormat and remove nested switches.
2:08 PM UsingGitWithWebKit edited by Adam Roben
Remove extraneous backticks (diff)
2:05 PM Changeset in webkit [70705] by Patrick Gansterer
  • 14 edits in trunk/WebCore

2010-10-27 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Barth.

Use WTF::StringHasher::createBlobHash where possible
https://bugs.webkit.org/show_bug.cgi?id=48228

Replace StringImpl::computeHash with StringHasher::createBlobHash.
This removes many duplicated code.

  • bindings/js/JSSVGPODTypeWrapper.h: (WebCore::PODTypeWrapperCacheInfoHash::hash):
  • page/SecurityOriginHash.h: (WebCore::SecurityOriginHash::hash):
  • platform/cf/SchedulePair.h: (WebCore::SchedulePairHash::hash):
  • platform/graphics/FontCache.cpp: (WebCore::computeHash):
  • platform/graphics/chromium/FontPlatformDataChromiumWin.h: (WebCore::FontPlatformData::RefCountedHFONT::hash):
  • platform/graphics/cocoa/FontPlatformData.h: (WebCore::FontPlatformData::hash):
  • platform/graphics/gtk/FontPlatformDataPango.h: (WebCore::FontPlatformData::hash):
  • platform/graphics/wince/FontPlatformData.cpp: (WebCore::FixedSizeFontDataKeyHash::hash):
  • platform/graphics/wx/FontPlatformDataWx.cpp: (WebCore::FontPlatformData::FontPlatformData): (WebCore::FontPlatformData::computeHash):
  • plugins/PluginPackage.cpp: (WebCore::PluginPackage::hash):
  • plugins/win/PluginPackageWin.cpp: (WebCore::PluginPackage::hash):
  • svg/DeprecatedSVGAnimatedTemplate.h: (WebCore::DeprecatedSVGAnimatedTypeWrapperKeyHash::hash):
  • svg/properties/SVGAnimatedPropertyDescription.h: (WebCore::SVGAnimatedPropertyDescriptionHash::hash):
2:04 PM UsingGitWithWebKit edited by Adam Roben
Added instructions for maintaining good performance (diff)
2:00 PM UsingGitWithWebKit edited by Adam Roben
Make some instructions msysgit-compatible (diff)
1:58 PM UsingGitWithWebKit edited by Adam Roben
Add instructions for installing and setting up msysgit (diff)
1:48 PM Changeset in webkit [70704] by jianli@chromium.org
  • 2 edits
    2 copies in branches/chromium/552

Merge 70484 - Calling FileReader.abort during reading could cause crash
https://bugs.webkit.org/show_bug.cgi?id=48163

BUG=60979

Reviewed by David Levin.

WebCore:

Test: fast/files/file-reader-abort.html

  • fileapi/FileReader.cpp:

(WebCore::delayedAbort):
(WebCore::FileReader::abort): Schedule to do the abort later to work
around the case that abort() could be called from event handler.
(WebCore::FileReader::doAbort):
(WebCore::FileReader::didFail): Do not go with normal error handling
when we are in the process of aborting.
(WebCore::FileReader::failed):
(WebCore::FileReader::readyState):

  • fileapi/FileReader.h:

LayoutTests:

  • fast/files/file-reader-abort-expected.txt: Added.
  • fast/files/file-reader-abort.html: Added.

TBR=jianli@chromium.org

1:46 PM Changeset in webkit [70703] by barraclough@apple.com
  • 22 edits in trunk/JavaScriptCore

Bug 48365 - Remove output parameters from JITStackFrame

Reviewed by Oliver Hunt.

The JIT stub functions presently use the stackframe to provide a couple of additional return values.

  • In the case of uncaught exceptions the exception value is returned on the stackframe.exception property.
  • In the case of caught exceptions the updated value for the callFrame register is returned on the stackframe.callFrame property.

Change exception returns such that exceptions are always returned on JSGlobalData::exception.
Change op_catch such that the new CallFrame value is returned from op_throw / vm_throw in regT0.

(JSC::evaluateInGlobalCallFrame):

  • debugger/DebuggerCallFrame.cpp:

(JSC::DebuggerCallFrame::evaluate):

  • interpreter/CachedCall.h:

(JSC::CachedCall::CachedCall):
(JSC::CachedCall::call):

  • interpreter/CallFrame.h:

(JSC::ExecState::exception):

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::callEval):
(JSC::Interpreter::Interpreter):
(JSC::Interpreter::execute):
(JSC::Interpreter::executeCall):
(JSC::Interpreter::executeConstruct):
(JSC::Interpreter::prepareForRepeatCall):
(JSC::Interpreter::privateExecute):

  • interpreter/Interpreter.h:
  • jit/JITCode.h:

(JSC::JITCode::execute):

  • jit/JITOpcodes.cpp:

(JSC::JIT::emit_op_catch):

  • jit/JITOpcodes32_64.cpp:

(JSC::JIT::emit_op_catch):

  • jit/JITStubs.cpp:

(JSC::ctiTrampoline):
(JSC::jitThrow):
(JSC::DEFINE_STUB_FUNCTION):

  • jit/JITStubs.h:
  • runtime/ArrayPrototype.cpp:

(JSC::arrayProtoFuncFilter):
(JSC::arrayProtoFuncMap):
(JSC::arrayProtoFuncEvery):
(JSC::arrayProtoFuncForEach):
(JSC::arrayProtoFuncSome):
(JSC::arrayProtoFuncReduce):
(JSC::arrayProtoFuncReduceRight):

  • runtime/CallData.cpp:

(JSC::call):

  • runtime/Completion.cpp:

(JSC::evaluate):

  • runtime/ConstructData.cpp:

(JSC::construct):

  • runtime/ExceptionHelpers.cpp:

(JSC::createErrorForInvalidGlobalAssignment):
(JSC::throwOutOfMemoryError):
(JSC::throwStackOverflowError):

  • runtime/ExceptionHelpers.h:
  • runtime/JSArray.cpp:

(JSC::JSArray::sort):

  • runtime/JSGlobalObjectFunctions.cpp:

(JSC::globalFuncEval):

  • runtime/StringPrototype.cpp:

(JSC::stringProtoFuncReplace):

1:38 PM Changeset in webkit [70702] by jberlin@webkit.org
  • 3 edits in trunk/WebKit2

Fix the WebKit2 API tests.
https://bugs.webkit.org/show_bug.cgi?id=48461

Reviewed by Sam Weinig.

The API tests were failing because the tests expect to be able to send messages before the
WebProcess finishes launching.

Instead of dispatching the pending messages in processDidFinishLaunching, dispatch them in
ensureWebProcess but do not make messages pending if the process is launching.

  • UIProcess/WebContext.cpp:

(WebKit::WebContext::processDidFinishLaunching):
Move dispatching the pending messages back from here ...
(WebKit::WebContext::ensureWebProcess):
... to here.
(WebKit::WebContext::postMessageToInjectedBundle):
Check whether the process can send messages in order to determine if a message needs to be
sent later.

  • UIProcess/WebProcessProxy.h:

(WebKit::WebProcessProxy::canSendMessage):
The WebProcessProxy can send a message if it is valid or if it is launching.

1:34 PM Changeset in webkit [70701] by tony@chromium.org
  • 2 edits in trunk/WebCore

2010-10-27 Tony Chang <tony@chromium.org>

Unreviewed, build fix after r70692.

  • rendering/RenderBoxModelObject.cpp: (WebCore::RenderBoxModelObject::paintBorder):
1:32 PM Changeset in webkit [70700] by Simon Fraser
  • 1 edit
    2 deletes in trunk/LayoutTests

2010-10-27 Simon Fraser <Simon Fraser>

Remove Leopard-specific results that are no longer required.

  • platform/mac-leopard/fast/text/international/vertical-text-glyph-test-expected.txt: Removed.
  • platform/mac-leopard/fast/text/international/vertical-text-metrics-test-expected.txt: Removed.
1:32 PM Changeset in webkit [70699] by loki@webkit.org
  • 3 edits in trunk/JavaScriptCore

2010-10-27 Gabor Loki <loki@webkit.org>

Reviewed by Oliver Hunt.

https://bugs.webkit.org/show_bug.cgi?id=48060
Speed up op_jeq_null and op_jneq_null.

For both opcodes the NullTag and UndefinedTag are checked to control the
jump. These values can be simply checked by AboveOrEqual or Below
condition if they are the two highest unsigned integers from JSValue's
Tag field.

  • jit/JITOpcodes32_64.cpp: (JSC::JIT::emit_op_jeq_null): (JSC::JIT::emit_op_jneq_null):
  • runtime/JSValue.h:
1:16 PM Changeset in webkit [70698] by Adam Roben
  • 1 edit
    6 adds in trunk/LayoutTests

Add Windows-specific results for tests added in r70664

These tests aren't rendering correctly. That's covered by
<http://webkit.org/b/48459>.

  • platform/win/fast/blockflow/japanese-lr-text-expected.checksum: Added.
  • platform/win/fast/blockflow/japanese-lr-text-expected.png: Added.
  • platform/win/fast/blockflow/japanese-lr-text-expected.txt: Added.
  • platform/win/fast/blockflow/japanese-rl-text-expected.checksum: Added.
  • platform/win/fast/blockflow/japanese-rl-text-expected.png: Added.
  • platform/win/fast/blockflow/japanese-rl-text-expected.txt: Added.
1:15 PM Changeset in webkit [70697] by leandro@webkit.org
  • 2 edits in trunk/WebCore

2010-10-27 Leandro Pereira <leandro@profusion.mobi>

Unreviewed. Build fix after r70651.

  • CMakeListsEfl.txt: Add SoupURIUtils.cpp.
1:10 PM Changeset in webkit [70696] by andersca@apple.com
  • 3 edits in trunk/WebKit2

WebPageProxy::isValid should return false if the page has been explicitly closed
https://bugs.webkit.org/show_bug.cgi?id=48458

Reviewed by Sam Weinig.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::WebPageProxy):
(WebKit::WebPageProxy::isValid):
(WebKit::WebPageProxy::relaunch):
(WebKit::WebPageProxy::close):
(WebKit::WebPageProxy::processDidCrash):

  • UIProcess/WebPageProxy.h:

(WebKit::WebPageProxy::isClosed):

12:58 PM CSS21Results edited by aestes@apple.com
(diff)
12:53 PM Changeset in webkit [70695] by commit-queue@webkit.org
  • 2 edits in trunk/WebCore

2010-10-27 Crystal Zhang <haizhang@rim.com>

Reviewed by Eric Carlson.

https://bugs.webkit.org/show_bug.cgi?id=48446

Fix an issue where we were passing the wrong parameter
to MIMETypeRegistry::getMIMETypeForExtension().

  • platform/MIMETypeRegistry.cpp:
12:52 PM Changeset in webkit [70694] by inferno@chromium.org
  • 2 edits
    2 copies in branches/chromium/552

Merge 70681

BUG=60695

12:49 PM Changeset in webkit [70693] by inferno@chromium.org
  • 2 edits
    2 copies in branches/chromium/517

Merge 70681

BUG=60695
Review URL: http://codereview.chromium.org/4091006

12:48 PM Changeset in webkit [70692] by hyatt@apple.com
  • 4 edits
    8 adds in trunk

https://bugs.webkit.org/show_bug.cgi?id=48449

Reviewed by Beth Dakin.

Make border drawing work correctly with vertical inline flows. The top and bottom edge have to be omitted
rather than the left and right edges.

Also discovered that border-radius is broken with the new path-based-drawing code for all inline flows. This
is a regression from the old drawing code. I patched the code to be correct rather than clipping out stuff
that it shouldn't and applying border-radii on lines that don't even have them.

Added fast/blockflow/border-vertical-lr.html and fast/borders/border-radius-inline-flow.html

WebCore:

  • rendering/RenderBoxModelObject.cpp:

(WebCore::RenderBoxModelObject::paintBorder):
(WebCore::RenderBoxModelObject::clipBorderSidePolygon):

  • rendering/RenderBoxModelObject.h:

LayoutTests:

  • fast/blockflow/border-vertical-lr.html: Added.
  • fast/borders/border-radius-inline-flow.html: Added.
  • platform/mac/fast/blockflow/border-vertical-lr-expected.checksum: Added.
  • platform/mac/fast/blockflow/border-vertical-lr-expected.png: Added.
  • platform/mac/fast/blockflow/border-vertical-lr-expected.txt: Added.
  • platform/mac/fast/borders/border-radius-inline-flow-expected.checksum: Added.
  • platform/mac/fast/borders/border-radius-inline-flow-expected.png: Added.
  • platform/mac/fast/borders/border-radius-inline-flow-expected.txt: Added.
12:43 PM Changeset in webkit [70691] by Adam Roben
  • 2 edits in trunk/LayoutTests

Skip some failing tests on Windows

The tests don't fail in a reliable way, so skipping them is our best
option for now.

  • platform/win/Skipped:
12:39 PM Changeset in webkit [70690] by jocelyn.turcotte@nokia.com
  • 2 edits in trunk/WebKit/qt

2010-10-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Fix tst_QWebFrame::popupFocus().
https://bugs.webkit.org/show_bug.cgi?id=48432

  • Call setFocus() before show() to work around a but in Qt.
  • Remove the check on combo at the end since hidePopup() leads indirectly to its destruction and segfault.
  • tests/qwebframe/tst_qwebframe.cpp:
12:35 PM Changeset in webkit [70689] by Martin Robinson
  • 1 edit
    2 adds in trunk/LayoutTests

2010-10-27 Martin Robinson <mrobinson@igalia.com>

Add GTK+-specific baselines for a couple tests.

  • platform/gtk/animations/missing-values-first-keyframe-expected.txt: Added.
  • platform/gtk/animations/missing-values-last-keyframe-expected.txt: Added.
12:31 PM Changeset in webkit [70688] by Martin Robinson
  • 4 edits
    5 adds in trunk

2010-10-27 Martin Robinson <mrobinson@igalia.com>

Reviewed by Gustavo Noronha Silva.

[Cairo] Font fallback determination is very ineffecient
https://bugs.webkit.org/show_bug.cgi?id=42052

Added a test which verifies the correct result rendering with a custom
font that is missing many glyphs.

  • platform/gtk/fonts/custom-font-missing-glyphs-expected.checksum: Added.
  • platform/gtk/fonts/custom-font-missing-glyphs-expected.png: Added.
  • platform/gtk/fonts/custom-font-missing-glyphs-expected.txt: Added.
  • platform/gtk/fonts/custom-font-missing-glyphs.html: Added.
  • platform/gtk/fonts/resources/mostly-empty-font.ttf: Added. A font that I created in fotnforge which is composed of empty glyphs, except for 'A' which has a lonely polyhedron for a glyph.

2010-10-27 Martin Robinson <mrobinson@igalia.com>

Reviewed by Gustavo Noronha Silva.

[Cairo] Font fallback determination is very ineffecient
https://bugs.webkit.org/show_bug.cgi?id=42052

When choosing a fallback font in FontCache::getFontDataForCharacters, use FontConfig's
mechanism for searching the fallback list directly, instead of scanning the list manually.
If the font is a custom font or any other font with no FontConfig pattern associated with
it, as FontConfig for a font that can supply the missing glyphs.

Test: platform/gtk/fonts/custom-font-missing-glyphs.html

  • platform/graphics/cairo/FontCacheFreeType.cpp: (WebCore::createFontConfigPatternForCharacters): Added this helper which turns a collection of unicode characters into a FontConfig pattern. (WebCore::findBestFontGivenFallbacks): Using a FontConfig pattern created with th above helper and a FcFontSet of fallback fonts, this helper will find a font in the set which fulfills the requirments. (WebCore::FontCache::getFontDataForCharacters): Given an existing font with missing glyphs, either find an appropriate fallback font from the list of FontConfig fallbacks or ask FontConfig directly for an appropriate font.
  • platform/graphics/cairo/FontPlatformDataFreeType.h: Made a member mutable, as it is initialized lazily.
12:21 PM Changeset in webkit [70687] by andersca@apple.com
  • 9 edits
    4 copies
    4 adds in trunk/WebKit2

Begin stubbing out the Download class
https://bugs.webkit.org/show_bug.cgi?id=48447

Reviewed by Adam Roben.

  • WebKit2.pro:
  • WebKit2.xcodeproj/project.pbxproj:

Add new files.

  • WebKit2Prefix.h:

Include WebCore/EmptyProtocolDefinitions.h

  • WebProcess/Downloads/Download.cpp: Added.
  • WebProcess/Downloads/Download.h: Added.
  • WebProcess/Downloads/DownloadManager.cpp:

(WebKit::DownloadManager::startDownload):
Create a Download object and start it.

  • WebProcess/Downloads/mac/DownloadMac.mm: Added.

(WebKit::Download::start):
Create an NSURLDownload.

  • WebProcess/WebPage/WebFrame.cpp:

(WebKit::WebFrame::startDownload):
Ask the download manager to start downloading.

  • win/WebKit2.vcproj:
  • win/WebKit2Common.vsprops:

Add new files.

12:09 PM Changeset in webkit [70686] by commit-queue@webkit.org
  • 9 edits in trunk/LayoutTests

2010-10-27 Renata Hodovan <reni@inf.u-szeged.hu>

Reviewed by Dirk Schulze.

preserveAlpha attributes were misspeled in SVGFEConcolveMatrixElement tests.
https://bugs.webkit.org/show_bug.cgi?id=48403

Since expecteds and pixel tests didn't change after correcting this attribute has no effect so it is removed.
For checking preserveAlpha attribute we have already a dom test which is not affected by this patch.

  • svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-bias-attr.js:
  • svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-divisor-attr.js:
  • svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-in-attr.js:
  • svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.js:
  • svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.js:
  • svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-order-attr.js:
  • svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetX-attr.js:
  • svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetY-attr.js:
12:05 PM Changeset in webkit [70685] by Adam Roben
  • 3 edits in trunk/WebKit2

Don't allow setting NetscapePlugin::m_isWindowed after NPP_New has completed

In Firefox, Chrome, and WebKit1 trying to set this value after NPP_New
does not actually affect whether the plugin is windowed.

Fixes <http://webkit.org/b/46673> <rdar://problem/8484211> Assertion
failure in NetscapePlugin::platformDestroy when running
plugins/mouse-events.html in WebKit2 on Windows

Reviewed by Anders Carlsson.

  • WebProcess/Plugins/Netscape/NetscapePlugin.cpp:

(WebKit::NetscapePlugin::setIsWindowed): Moved here from the header.
Bail out if m_isStarted is true, indicating that NPP_New has already
finished.

  • WebProcess/Plugins/Netscape/NetscapePlugin.h: Removed the

implementation of setIsWindowed.

12:02 PM Changeset in webkit [70684] by Dimitri Glazkov
  • 2 edits
    8 adds in trunk/LayoutTests

2010-10-27 Dimitri Glazkov <Dimitri Glazkov>

[Chromium] Update expectations after r70664.

  • platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.checksum: Added.
  • platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.checksum: Added.
  • platform/chromium-win/fast/blockflow/japanese-lr-text-expected.checksum: Added.
  • platform/chromium-win/fast/blockflow/japanese-lr-text-expected.png: Added.
  • platform/chromium-win/fast/blockflow/japanese-lr-text-expected.txt: Added.
  • platform/chromium-win/fast/blockflow/japanese-rl-text-expected.checksum: Added.
  • platform/chromium-win/fast/blockflow/japanese-rl-text-expected.png: Added.
  • platform/chromium-win/fast/blockflow/japanese-rl-text-expected.txt: Added.
  • platform/chromium/test_expectations.txt:
11:58 AM Changeset in webkit [70683] by Dimitri Glazkov
  • 3 edits in trunk/WebKitTools

2010-10-27 Dimitri Glazkov <Dimitri Glazkov>

Unreviewed, rolling out r70674.
http://trac.webkit.org/changeset/70674
https://bugs.webkit.org/show_bug.cgi?id=48053

Broke Chromium Windows build.

  • Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py:
  • Scripts/webkitpy/layout_tests/run_webkit_tests.py:
11:53 AM Changeset in webkit [70682] by apavlov@chromium.org
  • 8 edits in trunk

2010-10-27 Alexander Pavlov <apavlov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: "Reload Page and Audit on Load" fails to run audits when resource tracking is disabled
https://bugs.webkit.org/show_bug.cgi?id=48431

  • http/tests/inspector/inspector-test2.js: (initialize_InspectorTest.InspectorTest.enableResourceTracking): (initialize_InspectorTest.InspectorTest.disableResourceTracking):
  • http/tests/inspector/resource-parameters.html:
  • inspector/audits-panel-functional.html:
  • inspector/styles-source-offsets.html:

2010-10-27 Alexander Pavlov <apavlov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: "Reload Page and Audit on Load" fails to run audits when resource tracking is disabled
https://bugs.webkit.org/show_bug.cgi?id=48431

  • inspector/front-end/AuditsPanel.js: (WebInspector.AuditsPanel.prototype._reloadResources):
  • inspector/front-end/ResourcesPanel.js: (WebInspector.ResourcesPanel.prototype._createPanelEnabler): (WebInspector.ResourcesPanel.prototype._enableResourceTracking):
11:46 AM Changeset in webkit [70681] by inferno@chromium.org
  • 4 edits
    2 adds in trunk

2010-10-27 Abhishek Arya <inferno@chromium.org>

Reviewed by Dave Hyatt.

Add a function to make sure child is allowed before adding to a
render view.
https://bugs.webkit.org/show_bug.cgi?id=48328

Test: fast/inline/inline-child-height-width-calc-crash.html

  • rendering/RenderView.cpp: (WebCore::RenderView::isChildAllowed):
  • rendering/RenderView.h:

2010-10-27 Abhishek Arya <inferno@chromium.org>

Reviewed by Dave Hyatt.

Tests that adding a br element to a new document does not result in crash.
https://bugs.webkit.org/show_bug.cgi?id=48328

  • fast/inline/inline-child-height-width-calc-crash-expected.txt: Added.
  • fast/inline/inline-child-height-width-calc-crash.html: Added.
11:45 AM Changeset in webkit [70680] by timothy@apple.com
  • 8 edits in trunk/WebKit2

Add API for enabling the developer extras (Web Inspector).

http://webkit.org/b/48439

Reviewed by John Sullivan.

  • Shared/WebPreferencesStore.cpp:

(WebKit::WebPreferencesStore::WebPreferencesStore):
(WebKit::WebPreferencesStore::encode):
(WebKit::WebPreferencesStore::decode):

  • Shared/WebPreferencesStore.h:
  • UIProcess/API/C/WKPreferences.cpp:

(WKPreferencesSetDeveloperExtrasEnabled):
(WKPreferencesGetDeveloperExtrasEnabled):

  • UIProcess/API/C/WKPreferences.h:
  • UIProcess/WebPreferences.cpp:

(WebKit::WebPreferences::setDeveloperExtrasEnabled):
(WebKit::WebPreferences::developerExtrasEnabled):

  • UIProcess/WebPreferences.h:
  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::updatePreferences):

11:42 AM Changeset in webkit [70679] by tony@chromium.org
  • 6 edits in trunk

2010-10-25 Tony Chang <tony@chromium.org>

Reviewed by Anders Carlsson.

compile TestNetscapePlugIn on chromium linux
https://bugs.webkit.org/show_bug.cgi?id=48274

  • WebKit.gyp: Enable compilation of TestNetscapePlugIn on Linux.

2010-10-25 Tony Chang <tony@chromium.org>

Reviewed by Anders Carlsson.

compile TestNetscapePlugIn on chromium linux
https://bugs.webkit.org/show_bug.cgi?id=48274

  • DumpRenderTree/TestNetscapePlugIn/main.cpp: (NP_Initialize): On Linux, plugin funcs are set in initialize. (NPP_New): Mark the plugin as windowless. (NPP_GetValue): Handle mime type values. (NP_GetMIMEDescription): (NP_GetValue):
  • DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/npapi.h: define TRUE and FALSE, which are in webkit's npapi.h.
  • DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/npfunctions.h: Pull in npapi.h to get TRUE/FALSE (matches webkit's npfunctions.h)
11:36 AM Changeset in webkit [70678] by Dimitri Glazkov
  • 2 edits
    16 adds in trunk/LayoutTests

2010-10-27 Dimitri Glazkov <Dimitri Glazkov>

[Chromium] Update expectations after r70664 and r70657.

  • platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.checksum: Added.
  • platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.png: Added.
  • platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.txt: Added.
  • platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.checksum: Added.
  • platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.png: Added.
  • platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.txt: Added.
  • platform/chromium-mac/animations/missing-values-first-keyframe-expected.checksum: Added.
  • platform/chromium-mac/animations/missing-values-first-keyframe-expected.png: Added.
  • platform/chromium-mac/animations/missing-values-last-keyframe-expected.checksum: Added.
  • platform/chromium-mac/animations/missing-values-last-keyframe-expected.png: Added.
  • platform/chromium-win/animations/missing-values-first-keyframe-expected.checksum: Added.
  • platform/chromium-win/animations/missing-values-first-keyframe-expected.png: Added.
  • platform/chromium-win/animations/missing-values-first-keyframe-expected.txt: Added.
  • platform/chromium-win/animations/missing-values-last-keyframe-expected.checksum: Added.
  • platform/chromium-win/animations/missing-values-last-keyframe-expected.png: Added.
  • platform/chromium-win/animations/missing-values-last-keyframe-expected.txt: Added.
  • platform/chromium/test_expectations.txt:
11:36 AM Changeset in webkit [70677] by Martin Robinson
  • 4 edits in trunk/WebCore

2010-10-27 Martin Robinson <mrobinson@igalia.com>

Reviewed by Gustavo Noronha Silva.

[GTK] r69296 includes a cast from GdkWindow* to GtkWindow*
https://bugs.webkit.org/show_bug.cgi?id=48445

Pass the pageClient GtkWidget* to gtk_xtbin_new instead of the
GdkWindow*. The pageClient is used to get the proper visual for the
plugin container widget.

No new tests. This patch should prevent plugins/null-npp-getvalue-pointer.html
from crashing.

  • plugins/gtk/PluginViewGtk.cpp: (WebCore::PluginView::platformStart): Pass the widget instead of the window.
  • plugins/gtk/gtk2xtbin.c: Accept the widget instead of the window. (gtk_xtbin_new):
  • plugins/gtk/gtk2xtbin.h: Update the declaration.
11:19 AM Changeset in webkit [70676] by kenneth@webkit.org
  • 14 edits in trunk

2010-10-27 Kenneth Rohde Christiansen <kenneth@webkit.org>

Reviewed by Anders Carlsson.

Move contentsSizeChange from the UIClient into the PageClient and
and make it a private Qt-only API in the process.

Make WKPageContentsSizeChangedCallback be a private API
https://bugs.webkit.org/show_bug.cgi?id=48409

  • UIProcess/API/C/WKPage.h:
  • UIProcess/API/qt/qwkpage.cpp: (QWKPagePrivate::didChangeContentsSize): (QWKPage::QWKPage):
  • UIProcess/API/qt/qwkpage_p.h:
  • UIProcess/PageClient.h:
  • UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::didChangeContentsSize):
  • UIProcess/WebPageProxy.h:
  • UIProcess/WebPageProxy.messages.in:
  • UIProcess/WebUIClient.cpp:
  • WebProcess/WebCoreSupport/WebChromeClient.cpp: (WebKit::WebChromeClient::contentsSizeChanged):

2010-10-27 Kenneth Rohde Christiansen <kenneth@webkit.org>

Reviewed by Anders Carlsson.

Remove contentSizeChanged callbacks as it is no longer
part of the public UIClient.

Make WKPageContentsSizeChangedCallback be a private API
https://bugs.webkit.org/show_bug.cgi?id=48409

  • MiniBrowser/mac/BrowserWindowController.m: (-[BrowserWindowController awakeFromNib]):
  • MiniBrowser/win/BrowserView.cpp: (BrowserView::create):
  • WebKitTestRunner/TestController.cpp: (WTR::createOtherPage): (WTR::TestController::initialize):
11:05 AM Changeset in webkit [70675] by commit-queue@webkit.org
  • 4 edits in trunk/WebCore

2010-10-27 Kwang Yul Seo <skyul@company100.net>

Reviewed by James Robinson.

[BREWMP] Port graphics backend
https://bugs.webkit.org/show_bug.cgi?id=40275

Add PLATFORM(BREWMP) guard to skia's FontCustomPlatformData
to share OS(LINUX) implementation.

  • loader/CachedFont.cpp:
  • platform/graphics/skia/FontCustomPlatformData.cpp: (WebCore::FontCustomPlatformData::~FontCustomPlatformData): (WebCore::FontCustomPlatformData::fontPlatformData): (WebCore::createFontCustomPlatformData):
  • platform/graphics/skia/FontCustomPlatformData.h:
11:02 AM Changeset in webkit [70674] by Csaba Osztrogonác
  • 3 edits in trunk/WebKitTools

Make http locking default in NRWT.
https://bugs.webkit.org/show_bug.cgi?id=48053

Patch by Gabor Rapcsanyi <rgabor@inf.u-szeged.hu> on 2010-10-27
Reviewed by Ojan Vafai.

  • Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py:
  • Scripts/webkitpy/layout_tests/run_webkit_tests.py:
10:59 AM Changeset in webkit [70673] by ggaren@apple.com
  • 5 edits
    3 adds in trunk

JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=41948
REGRESSION(r60392): Registerfile can be unwound too far following an exception

Reviewed by Oliver Hunt.

SunSpider reports no change.

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::throwException): Walk the stack to calculate the high
water mark currently in use. It's not safe to assume that the current
CallFrame's high water mark is the highest high water mark because
calls do not always set up at the end of a CallFrame. A large caller
CallFrame can encompass a small callee CallFrame.

  • jit/JITOpcodes.cpp:

(JSC::JIT::privateCompileCTINativeCall):

  • jit/JITOpcodes32_64.cpp:

(JSC::JIT::privateCompileCTINativeCall): Make sure to set a 0 CodeBlock
in the CallFrame of a host call, like the Interpreter does, instead of
leaving the CodeBlock field uninitialized. The backtracing code requires
a valid CodeBlock field in each CallFrame.

LayoutTests: Added a test for:

Reviewed by Oliver Hunt.

https://bugs.webkit.org/show_bug.cgi?id=41948
REGRESSION(r60392): Registerfile can be unwound too far following an exception

  • fast/js/exception-registerfile-shrink-expected.txt: Added.
  • fast/js/exception-registerfile-shrink.html: Added.
  • fast/js/script-tests/exception-registerfile-shrink.js: Added.
10:51 AM Changeset in webkit [70672] by commit-queue@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-27 Gabor Rapcsanyi <rgabor@inf.u-szeged.hu>

Reviewed by Tony Chang.

[NRWT] Fix http lock on Windows platform
https://bugs.webkit.org/show_bug.cgi?id=48321

  • Scripts/webkitpy/layout_tests/port/http_lock.py:
10:50 AM Changeset in webkit [70671] by rniwa@webkit.org
  • 2 edits in trunk/LayoutTests

2010-10-27 Ryosuke Niwa <rniwa@webkit.org>

Unreviewed; grouped editing test failures in one place.

  • platform/chromium/test_expectations.txt:
10:48 AM Changeset in webkit [70670] by Csaba Osztrogonác
  • 6 edits in trunk/LayoutTests

Unreviewed. Update Qt specific expected files after r70546.

  • platform/qt/fast/blockflow/floats-in-block-layout-expected.txt:
  • platform/qt/fast/blockflow/self-collapsing-block-expected.txt:
  • platform/qt/fast/multicol/nested-columns-expected.checksum:
  • platform/qt/fast/multicol/nested-columns-expected.png:
  • platform/qt/fast/multicol/nested-columns-expected.txt:
10:46 AM Changeset in webkit [70669] by satish@chromium.org
  • 30 edits
    2 deletes in trunk

2010-10-27 Satish Sampath <satish@chromium.org>

Unreviewed, rolling out r70665.
http://trac.webkit.org/changeset/70665
https://bugs.webkit.org/show_bug.cgi?id=47089

Need to address Alexey's review comments.

  • fast/speech/input-text-language-tag-expected.txt: Removed.
  • fast/speech/input-text-language-tag.html: Removed.
  • fast/speech/input-text-speechbutton.html:
  • fast/speech/speech-button-ignore-generated-events.html:
  • platform/chromium/test_expectations.txt:

2010-10-27 Satish Sampath <satish@chromium.org>

Unreviewed, rolling out r70665.
http://trac.webkit.org/changeset/70665
https://bugs.webkit.org/show_bug.cgi?id=47089

Need to address Alexey's review comments.

  • page/SpeechInput.cpp: (WebCore::SpeechInput::startRecognition):
  • page/SpeechInput.h:
  • page/SpeechInputClient.h:
  • platform/mock/SpeechInputClientMock.cpp: (WebCore::SpeechInputClientMock::startRecognition): (WebCore::SpeechInputClientMock::setRecognitionResult): (WebCore::SpeechInputClientMock::timerFired):
  • platform/mock/SpeechInputClientMock.h:
  • rendering/TextControlInnerElements.cpp: (WebCore::TextControlInnerElement::attachInnerElement): (WebCore::SearchFieldCancelButtonElement::detach): (WebCore::SpinButtonElement::defaultEventHandler): (WebCore::InputFieldSpeechButtonElement::defaultEventHandler): (WebCore::InputFieldSpeechButtonElement::detach):

2010-10-27 Satish Sampath <satish@chromium.org>

Unreviewed, rolling out r70665.
http://trac.webkit.org/changeset/70665
https://bugs.webkit.org/show_bug.cgi?id=47089

Need to address Alexey's review comments.

  • public/WebSpeechInputController.h: (WebKit::WebSpeechInputController::startRecognition):
  • public/WebSpeechInputControllerMock.h:
  • src/SpeechInputClientImpl.cpp: (WebKit::SpeechInputClientImpl::startRecognition):
  • src/SpeechInputClientImpl.h:
  • src/WebSpeechInputControllerMockImpl.cpp: (WebKit::WebSpeechInputControllerMockImpl::setMockRecognitionResult): (WebKit::WebSpeechInputControllerMockImpl::startRecognition):
  • src/WebSpeechInputControllerMockImpl.h:
  • src/WebViewImpl.cpp: (WebKit::WebViewImpl::WebViewImpl):
  • src/WebViewImpl.h:

2010-10-27 Satish Sampath <satish@chromium.org>

Unreviewed, rolling out r70665.
http://trac.webkit.org/changeset/70665
https://bugs.webkit.org/show_bug.cgi?id=47089

Need to address Alexey's review comments.

  • DumpRenderTree/LayoutTestController.cpp: (setMockSpeechInputResultCallback):
  • DumpRenderTree/LayoutTestController.h:
  • DumpRenderTree/chromium/LayoutTestController.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/mac/LayoutTestControllerMac.mm: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/qt/LayoutTestControllerQt.h:
  • DumpRenderTree/win/LayoutTestControllerWin.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/wx/LayoutTestControllerWx.cpp: (LayoutTestController::setMockSpeechInputResult):
10:26 AM Changeset in webkit [70668] by hyatt@apple.com
  • 8 edits in trunk/LayoutTests

Change the results to account for a typo in the Japanese text string.

10:25 AM Changeset in webkit [70667] by Dimitri Glazkov
  • 61 edits in trunk/LayoutTests

2010-10-27 Dimitri Glazkov <Dimitri Glazkov>

[Chromium] Update expectations after r70654.
https://bugs.webkit.org/show_bug.cgi?id=48347

  • platform/chromium-*/svg/dynamic-updates/*: Updated.
10:24 AM Changeset in webkit [70666] by zmo@google.com
  • 4 edits in trunk

2010-10-27 ZHenyao Mo <zmo@google.com>

Reviewed by Kenneth Russell.

Must enable GL_POINT_SPRITE in GraphicsContext3D implementations
https://bugs.webkit.org/show_bug.cgi?id=45908

  • src/WebGraphicsContext3DDefaultImpl.cpp: Enable for chromium --in-process-webgl port. (WebKit::WebGraphicsContext3DDefaultImpl::initialize):

2010-10-27 ZHenyao Mo <zmo@google.com>

Reviewed by Kenneth Russell.

Must enable GL_POINT_SPRITE in GraphicsContext3D implementations
https://bugs.webkit.org/show_bug.cgi?id=45908

  • platform/graphics/mac/GraphicsContext3DMac.mm: Enable for Mac port. (WebCore::GraphicsContext3D::GraphicsContext3D):
10:19 AM Changeset in webkit [70665] by satish@chromium.org
  • 30 edits
    2 adds in trunk

2010-10-27 Leandro Gracia Gil <leandrogracia@google.com>

Reviewed by Jeremy Orlow.

Added a layout test for the language tag in speech input. Updated
the speech button tests to include the new language parameter in the
mock result.
https://bugs.webkit.org/show_bug.cgi?id=47089

  • fast/speech/input-text-language-tag-expected.txt: Added.
  • fast/speech/input-text-language-tag.html: Added.
  • fast/speech/input-text-speechbutton.html:
  • fast/speech/speech-button-ignore-generated-events.html:
  • platform/chromium/test_expectations.txt:

2010-10-27 Leandro Gracia Gil <leandrogracia@google.com>

Reviewed by Jeremy Orlow.

Patch the current speech input implementation to use the nearest
language tag. The language is now passed to the startRecognition
methods so that language-specific recognition could be used. Also added
a second parameter to setMockSpeechInputResult for the language used in
speech recognition.
https://bugs.webkit.org/show_bug.cgi?id=47089

This is the 2nd of a 4-sided patch in Chromium and WebKit. For more
details see http://codereview.chromium.org/3615005/show and
http://codereview.chromium.org/3595018/show. The last of the 4 patches
depends also on the language tag validation provided by this patch:
https://bugs.webkit.org/show_bug.cgi?id=48225.

Test: fast/speech/input-text-language-tag.html

  • page/SpeechInput.cpp: (WebCore::SpeechInput::startRecognition):
  • page/SpeechInput.h:
  • page/SpeechInputClient.h:
  • platform/mock/SpeechInputClientMock.cpp: (WebCore::SpeechInputClientMock::startRecognition): (WebCore::SpeechInputClientMock::setRecognitionResult): (WebCore::SpeechInputClientMock::timerFired):
  • platform/mock/SpeechInputClientMock.h:
  • rendering/TextControlInnerElements.cpp: (WebCore::TextControlInnerElement::attachInnerElement): (WebCore::SearchFieldCancelButtonElement::detach): (WebCore::SpinButtonElement::defaultEventHandler): (WebCore::InputFieldSpeechButtonElement::defaultEventHandler): (WebCore::InputFieldSpeechButtonElement::detach):

2010-10-27 Leandro Gracia Gil <leandrogracia@google.com>

Reviewed by Jeremy Orlow.

Patch the current speech input implementation to use the nearest
language tag. The language is now passed to the startRecognition
methods so that language-specific recognition could be used. Also added
a second parameter to setMockSpeechInputResult for the language used in
speech recognition.
https://bugs.webkit.org/show_bug.cgi?id=47089

This is the 2nd of a 4-sided patch in Chromium and WebKit. For more
details see http://codereview.chromium.org/3615005/show and
http://codereview.chromium.org/3595018/show. The last of the 4 patches
depends also on the language tag validation provided by this patch:
https://bugs.webkit.org/show_bug.cgi?id=48225.

  • public/WebSpeechInputController.h: (WebKit::WebSpeechInputController::startRecognition):
  • public/WebSpeechInputControllerMock.h:
  • src/SpeechInputClientImpl.cpp: (WebKit::SpeechInputClientImpl::create): (WebKit::SpeechInputClientImpl::startRecognition):
  • src/SpeechInputClientImpl.h:
  • src/WebSpeechInputControllerMockImpl.cpp: (WebKit::WebSpeechInputControllerMockImpl::setMockRecognitionResult): (WebKit::WebSpeechInputControllerMockImpl::startRecognition):
  • src/WebSpeechInputControllerMockImpl.h:
  • src/WebViewImpl.cpp: (WebKit::WebViewImpl::WebViewImpl):
  • src/WebViewImpl.h:

2010-10-27 Leandro Gracia Gil <leandrogracia@google.com>

Reviewed by Jeremy Orlow.

Added a second parameter to setMockSpeechInputResult for
the language used in speech input.
https://bugs.webkit.org/show_bug.cgi?id=47089

  • DumpRenderTree/LayoutTestController.cpp: (setMockSpeechInputResultCallback):
  • DumpRenderTree/LayoutTestController.h:
  • DumpRenderTree/chromium/LayoutTestController.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/mac/LayoutTestControllerMac.mm: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/qt/LayoutTestControllerQt.h:
  • DumpRenderTree/win/LayoutTestControllerWin.cpp: (LayoutTestController::setMockSpeechInputResult):
  • DumpRenderTree/wx/LayoutTestControllerWx.cpp: (LayoutTestController::setMockSpeechInputResult): (LayoutTestController::pageSizeAndMarginsInPixels):
10:16 AM Changeset in webkit [70664] by hyatt@apple.com
  • 6 edits
    8 adds in trunk

https://bugs.webkit.org/show_bug.cgi?id=48381

Reviewed by Dan Bernstein.

Make basic layer positioning work with vertical-lr writing-mode.

WebCore:

  • rendering/RenderBlock.cpp:

(WebCore::RenderBlock::paintChildren):
(WebCore::RenderBlock::paintFloats):

  • rendering/RenderBox.cpp:

(WebCore::RenderBox::adjustForFlippedBlocksWritingMode):
(WebCore::RenderBox::locationOffsetIncludingFlipping):

  • rendering/RenderBox.h:
  • rendering/RenderLayer.cpp:

(WebCore::RenderLayer::updateLayerPosition):

LayoutTests:

  • fast/blockflow/japanese-lr-text.html: Added.
  • fast/blockflow/japanese-rl-text.html: Added.
10:14 AM Changeset in webkit [70663] by zmo@google.com
  • 2 edits in trunk/WebCore

2010-10-27 Zhenyao Mo <zmo@google.com>

Reviewed by Kenneth Russell.

object-deletion-behaviour.html fails with mesa backend
https://bugs.webkit.org/show_bug.cgi?id=46667

  • html/canvas/WebGLRenderingContext.cpp: (WebCore::WebGLRenderingContext::getFramebufferAttachmentParameter): If object_type is 0, we return early because object_name should be always be 0.
10:13 AM Changeset in webkit [70662] by Adam Roben
  • 6 edits in trunk/WebKitTools

Reset TestNetscapePlugIn's NPP_GetValue pointer when NullNPPGetValuePointer finishes running

Fixes <http://webkit.org/b/48435> REGRESSION (r70655): Many plugins
tests are failing on Qt

Reviewed by Anders Carlsson.

  • DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp:

(PluginTest::NPP_Destroy):

  • DumpRenderTree/TestNetscapePlugIn/PluginTest.h:

Added a do-nothing NPP_Destroy implementation.

  • DumpRenderTree/TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp:

(NullNPPGetValuePointer::NullNPPGetValuePointer): Save the original
NPP_GetValue pointer in m_originalNPPGetValuePointer so we can restore
it later.
(NullNPPGetValuePointer::NPP_Destroy): Added. Restores the original
NPP_GetValue pointer so it can be used in other tests.

  • DumpRenderTree/TestNetscapePlugIn/main.cpp:

(NPP_Destroy):

  • DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp:

(webkit_test_plugin_destroy_instance):
Call through to the PluginTest when NPP_Destroy is called.

10:10 AM Changeset in webkit [70661] by zmo@google.com
  • 3 edits in trunk/WebCore

2010-10-27 Zhenyao Mo <zmo@google.com>

Reviewed by Kenneth Russell.

If WebGL is running on top of a strict version of OpenGL ES it should make sure attribs have buffers assigned at all times
https://bugs.webkit.org/show_bug.cgi?id=47964

  • html/canvas/WebGLRenderingContext.cpp: (WebCore::WebGLRenderingContext::validateRenderingState): Minimum checking: if input <= 0, only check if each enabled vertex attribute is bound to a buffer. (WebCore::WebGLRenderingContext::drawArrays): If underlying GL performs bounds checking, we still need to do the minimum checking using validateRenderingState. (WebCore::WebGLRenderingContext::drawElements): Ditto.
  • html/canvas/WebGLRenderingContext.h: Add a comment for input <= 0 in validateRenderingState.
10:04 AM Changeset in webkit [70660] by Dimitri Glazkov
  • 2 edits
    5 adds in trunk/LayoutTests

2010-10-27 Dimitri Glazkov <Dimitri Glazkov>

[Chromium] Update results after r70569.

  • platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum: Added.
  • platform/chromium-mac/fast/blockflow/english-lr-text-expected.checksum: Added.
  • platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum: Added.
  • platform/chromium-win/fast/blockflow/english-lr-text-expected.png: Added.
  • platform/chromium-win/fast/blockflow/english-lr-text-expected.txt: Added.
  • platform/chromium/test_expectations.txt:
10:00 AM Changeset in webkit [70659] by andersca@apple.com
  • 5 edits
    3 adds in trunk/WebKit2

Add DownloadManager class
https://bugs.webkit.org/show_bug.cgi?id=48388

Reviewed by Sam Weinig.

  • WebKit2.pro:
  • WebKit2.xcodeproj/project.pbxproj:

Add new files.

  • WebProcess/Downloads/DownloadManager.cpp: Added.

(WebKit::DownloadManager::shared):
(WebKit::DownloadManager::DownloadManager):

  • WebProcess/Downloads/DownloadManager.h: Added.
  • win/WebKit2.vcproj:
  • win/WebKit2Common.vsprops:

Add new files.

9:56 AM Changeset in webkit [70658] by bweinstein@apple.com
  • 5 edits
    1 add in trunk

WebKit2 shouldn't try to send an empty user agent
https://bugs.webkit.org/show_bug.cgi?id=48397

Reviewed by Adam Roben.

WebKit2:

Change the check of the custom user agent to an empty check instead of a null check. When the client application
sets a custom user agent and then resets it, the custom user agent is set to an empty string. If all we do
is check for a null string, then we will think we have a custom user agent (which is empty) and send an empty
user agent.

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::userAgent):

WebKitTools:

Add a test that when we set our custom user agent to an empty string, we don't send
an empty user agent.

  • TestWebKitAPI/Tests/WebKit2/PreventEmptyUserAgent.cpp: Added.

(TestWebKitAPI::didRunJavaScript): Make sure that the result of navigator.userAgent isn't empty.
(TestWebKitAPI::TEST): Set our custom user agent to the empty string, and run navigator.userAgent.

  • TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj: Add the new file.
  • TestWebKitAPI/win/TestWebKitAPI.vcproj: Ditto.
9:47 AM Changeset in webkit [70657] by Simon Fraser
  • 3 edits
    8 adds in trunk

2010-10-27 Simon Fraser <Simon Fraser>

Reviewed by Dan Bernstein.

Accelerated animation with missing values in keyframes is broken
https://bugs.webkit.org/show_bug.cgi?id=48395

r66339 changed the behavior of keyframe animations such that if a property
is missing from a keyframe, the property will be interpolated between those
keyframes that do have a value for the property. If a value is missing
from the first or last keyframes, the element's unanimated style supplies
that value.

However, accelerated animations had a bug where if a value was missing
from the first (and maybe subsequent) or last (and maybe preceding) keyframes,
the animation data given to the GraphicsLayer would be missing the style from the
first or final keyframe.

Tests: animations/missing-values-first-keyframe.html

animations/missing-values-last-keyframe.html

  • rendering/RenderLayerBacking.cpp: (WebCore::RenderLayerBacking::startAnimation):
9:37 AM Changeset in webkit [70656] by rniwa@webkit.org
  • 2 edits in trunk/LayoutTests

2010-10-27 Ryosuke Niwa <rniwa@webkit.org>

Unreviewed.

Moved the tests with WONTFIX to the WONTFIX list.

  • platform/chromium/test_expectations.txt:
9:12 AM Changeset in webkit [70655] by Adam Roben
  • 2 edits in trunk/WebKitTools

Check in file I forgot in r70653

  • DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp:

(NP_Initialize): Save the NPPluginFuncs struct the browser passed to us
so we can be naughty and modify it later.

9:10 AM Changeset in webkit [70654] by commit-queue@webkit.org
  • 2 edits in trunk/WebCore

2010-10-27 Renata Hodovan <reni@inf.u-szeged.hu>

Reviewed by Dirk Schulze.

Calling the super class of RenderSVGImage::updateFromElement is missing
https://bugs.webkit.org/show_bug.cgi?id=48347

RenderSVGImage::updateFromElement is an inherited function of RenderSVGModelObject what needs calling its ancestor.
Lack of this call caused filters were not invalidated at SVGImage objects.

No new tests, because this modification is covered by SVGFEConvolveMatrixElement's dynamic update tests.

  • rendering/RenderSVGImage.cpp: (WebCore::RenderSVGImage::updateFromElement):
9:08 AM Changeset in webkit [70653] by Adam Roben
  • 11 edits
    3 adds in trunk

Don't call NPP_GetValue if the plugin didn't provide an implementation

Fixes <http://webkit.org/b/48433> Crash in
NetscapePlugin::shouldLoadSrcURL when using Shockwave Director 10.3 in
WebKit2 on Windows

Reviewed by Eric Carlson.

WebKit2:

  • WebProcess/Plugins/Netscape/NetscapePlugin.cpp:

(WebKit::NetscapePlugin::NPP_GetValue): Null-check the getvalue pointer
before using it to call NPP_GetValue.

WebKitTools:

Test that WebKit doesn't crash if the plugin passes 0 for its
NPP_GetValue pointer

  • DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
  • DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj:
  • DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro:
  • GNUmakefile.am:

Added NullNPPGetValuePointer.cpp.

  • DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp:
  • DumpRenderTree/TestNetscapePlugIn/PluginObject.h:

Set up a place to store the NPPluginFuncs struct the browser passed to us.

  • DumpRenderTree/TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp: Added.

(NullNPPGetValuePointer::NullNPPGetValuePointer): Null out the
NPP_GetValue pointer we passed to the browser to simulate a plugin that
doesn't implement NPP_GetValue.
(NullNPPGetValuePointer::NPP_GetValue): Print an error message. If this
function is called, it means that WebKit has changed in a way that
makes this test invalid.

  • DumpRenderTree/TestNetscapePlugIn/main.cpp:

(NP_GetEntryPoints): Save the NPPluginFuncs struct the browser passed
to us so we can be naughty and modify it later.

LayoutTests:

Test that WebKit doesn't crash if the plugin passes 0 for its
NPP_GetValue pointer

  • plugins/null-npp-getvalue-pointer-expected.txt: Added.
  • plugins/null-npp-getvalue-pointer.html: Added.
9:02 AM Changeset in webkit [70652] by jschuh@chromium.org
  • 3 edits
    2 adds in trunk

2010-10-27 Justin Schuh <jschuh@chromium.org>

Reviewed by Dirk Schulze.

Ignore invalid blend modes
https://bugs.webkit.org/show_bug.cgi?id=48371

Test: svg/filters/feBlend-invalid-mode.xhtml

  • platform/graphics/filters/FEBlend.cpp: (WebCore::FEBlend::apply):

2010-10-27 Justin Schuh <jschuh@chromium.org>

Reviewed by Dirk Schulze.

Ignore invalid blend modes
https://bugs.webkit.org/show_bug.cgi?id=48371

  • svg/filters/feBlend-invalid-mode-expected.txt: Added.
  • svg/filters/feBlend-invalid-mode.xhtml: Added.
8:58 AM Changeset in webkit [70651] by Martin Robinson
  • 7 edits
    2 adds in trunk

2010-10-27 Sergio Villar Senin <svillar@igalia.com>

Reviewed by Martin Robinson.

[Gtk] http/tests/xmlhttprequest/basic-auth-default.html fails
https://bugs.webkit.org/show_bug.cgi?id=38956

  • platform/gtk/Skipped: removed test from skipped list

2010-10-27 Sergio Villar Senin <svillar@igalia.com>

Reviewed by Martin Robinson.

[Gtk] http/tests/xmlhttprequest/basic-auth-default.html fails
https://bugs.webkit.org/show_bug.cgi?id=38956

Added a new utility function that turns SoupURIs into
KURLs. That addresses some issues with SoupURIs like for example
soup_uri_to_string ignoring the URI password. Basic authentication
using URL credentials should work now.

  • GNUmakefile.am:
  • platform/network/soup/ResourceHandleSoup.cpp: (WebCore::ResourceHandle::start): (WebCore::ResourceHandle::loadResourceSynchronously):
  • platform/network/soup/ResourceRequestSoup.cpp: (WebCore::ResourceRequest::updateFromSoupMessage):
  • platform/network/soup/ResourceResponseSoup.cpp: (WebCore::ResourceResponse::updateFromSoupMessage):
  • platform/network/soup/SoupURIUtils.cpp: Added. (WebCore::soupURIToKURL):
  • platform/network/soup/SoupURIUtils.h: Added.
8:56 AM Changeset in webkit [70650] by commit-queue@webkit.org
  • 6 edits in trunk

2010-10-27 Ademar de Souza Reis Jr <Ademar Reis>

Reviewed by Andreas Kling.

Remove references to ancient QGVLauncher and QtLauncher
https://bugs.webkit.org/show_bug.cgi?id=48430

  • manual-tests/plugins/windowed.html: change to QtTestBrowser
  • manual-tests/plugins/windowless.html: ditto

2010-10-27 Ademar de Souza Reis Jr <Ademar Reis>

Reviewed by Andreas Kling.

Remove references to ancient QGVLauncher and QtLauncher
https://bugs.webkit.org/show_bug.cgi?id=48430

QtTestBrowser substitutes both and has checks enabled.

  • Scripts/webkitpy/style/checker.py: remove references
  • Scripts/webkitpy/style/checker_unittest.py: ditto
8:51 AM Changeset in webkit [70649] by Martin Robinson
  • 3 edits in trunk/LayoutTests

2010-10-27 Martin Robinson <mrobinson@igalia.com>

Rebaseline a couple tests after r70569.

  • platform/gtk/fast/blockflow/floats-in-block-layout-expected.txt:
  • platform/gtk/fast/blockflow/self-collapsing-block-expected.txt:
8:48 AM Changeset in webkit [70648] by Csaba Osztrogonác
  • 2 edits in trunk/WebKitTools

[NRWT] Don't use image hash when it's no need in single test mode.
https://bugs.webkit.org/show_bug.cgi?id=48326

Patch by Gabor Rapcsanyi <rgabor@inf.u-szeged.hu> on 2010-10-27
Reviewed by Ojan Vafai.

  • Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py:
8:43 AM Changeset in webkit [70647] by ddkilzer@apple.com
  • 2 edits in trunk/WebKitTools

2010-10-27 David Kilzer <ddkilzer@apple.com>

Fix leak of CFMutableDictionaryRef in createXMLStringFromWebArchiveData()

Reviewed by Adam Roben.

Follow-up fix for: <https://bugs.webkit.org/show_bug.cgi?id=48278>

  • DumpRenderTree/cf/WebArchiveDumpSupport.cpp: (createXMLStringFromWebArchiveData): Use RetainPtr<> to fix a leak introduced in r70613.
8:30 AM Changeset in webkit [70646] by Patrick Gansterer
  • 1 edit
    1 add in trunk/WebCore

2010-10-27 Patrick Gansterer <Patrick Gansterer>

Reviewed by Csaba Osztrogonác.

[WINCE] Buildfix after r70400.
https://bugs.webkit.org/show_bug.cgi?id=48419

  • platform/wince/TemporaryLinkStubs.cpp: Added. (WebCore::setCookieStoragePrivateBrowsingEnabled):
8:22 AM Changeset in webkit [70645] by kbalazs@webkit.org
  • 2 edits in trunk/WebKit2

[Qt] Assert due to multiple initialization of WebPlatformStrategies
https://bugs.webkit.org/show_bug.cgi?id=48327

Reviewed by Andreas Kling.

We are using the LocalizationStrategy in the UI process
so the previous attempt to fix this (http://trac.webkit.org/changeset/70620)
was wrong.

  • UIProcess/API/qt/qwkpage.cpp:

(initializePlatformStrategiesIfNeeded):
Call WebPlatformStrategies::initialize exactly once.
(QWKPagePrivate::QWKPagePrivate):

8:16 AM Changeset in webkit [70644] by satish@chromium.org
  • 2 edits in trunk/WebCore

2010-10-27 Satish Sampath <satish@chromium.org>

Reviewed by Steve Block.

Add runtime flag check before enabling speech input in code.
https://bugs.webkit.org/show_bug.cgi?id=48426

  • html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::isSpeechEnabled): Added runtime flag check.
7:37 AM Changeset in webkit [70643] by commit-queue@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-27 Gabor Rapcsanyi <rgabor@inf.u-szeged.hu>

Reviewed by Csaba Osztrogonác.

[NRWT] Add platform specific baseline search paths for Qt port
https://bugs.webkit.org/show_bug.cgi?id=48428

  • Scripts/webkitpy/layout_tests/port/qt.py:
7:05 AM WebKitGtkLayoutTests edited by nicolas.dufresne@collabora.co.uk
Add FreeType hinting note (diff)
6:48 AM Changeset in webkit [70642] by loki@webkit.org
  • 2 edits in trunk/JavaScriptCore

2010-10-27 Gabor Loki <loki@webkit.org>

Reviewed by Csaba Osztrogonác.

Add cmn to branch32(reg, imm) on ARM
https://bugs.webkit.org/show_bug.cgi?id=48062

The conditional comparison can be done with cmn if the imm value is
negative and can fit into the cmn instruction.

  • assembler/MacroAssemblerARM.h: (JSC::MacroAssemblerARM::branch32):
6:15 AM Changeset in webkit [70641] by Adam Roben
  • 2 edits in trunk/WebCore

Only decompress pixel buffers when needed (and fix a crash in the process)

Fixes <http://webkit.org/b/48417> Crash when running
compositing/video/video-background-color.html on Windows

Reviewed by Anders Carlsson.

  • platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:

(WebCore::MediaPlayerPrivateQuickTimeVisualContext::paint): Only
decompress the pixel buffer when it has an incompatible format. This
also has the benefit of only decompressing the buffer when a
QTDecompressionSession has been created! (I assume this was just a typo
from when this code was added in r70252.)

6:13 AM Changeset in webkit [70640] by Adam Roben
  • 2 edits in trunk/WebKitTools

Catch exceptions when checking if we're inside a git working directory

Fixes <http://webkit.org/b/48420> REGRESSION (r70562): test-webkitpy
fails on systems without git installed

Reviewed by Anders Carlsson.

  • Scripts/webkitpy/common/net/credentials.py:

(Credentials._credentials_from_git): Put the call to
Git.in_working_directory inside the try/except since it, too, attempts
to execute git and thus will throw on systems that don't have git
installed.

5:46 AM Changeset in webkit [70639] by mario@webkit.org
  • 1 edit in trunk/WebKit/gtk/tests/testatk.c

2010-10-27 Mario Sanchez Prada <msanchez@igalia.com>

Unreviewed, added missing line in testatk.c to add an unit test.

This fixes a mistake that happened when landing reviewed patch for
bug 47365, while addressing a minor issue before committing it.

getTextAtOffset returns incorrect results if a link includes text and an image
https://bugs.webkit.org/show_bug.cgi?id=47365

  • tests/testatk.c: (main):
5:35 AM Changeset in webkit [70638] by Adam Roben
  • 1 edit
    3 adds in trunk/LayoutTests

Check in new Windows results for svg/custom/use-on-symbol-inside-pattern.svg

Windows has slightly different rounding behavior from Mac on this test.

  • platform/win/svg/custom/use-on-symbol-inside-pattern-expected.checksum: Added.
  • platform/win/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
  • platform/win/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
5:07 AM Changeset in webkit [70637] by commit-queue@webkit.org
  • 2 edits in trunk/WebKit2

2010-10-27 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>

Reviewed by Andreas Kling.

[Qt] WebKit2 UI process crashes if web process crashes
https://bugs.webkit.org/show_bug.cgi?id=48400

Check the success of socket write operations.
Avoids crashing the UI process if web process has crashed.
Qt socket code segfaults when write is called for a socket
that has had an error.

  • Platform/CoreIPC/qt/ConnectionQt.cpp: (CoreIPC::Connection::platformInvalidate): Reset m_socket after deletion.

(CoreIPC::Connection::sendOutgoingMessage):
Check error status of write operations and
invalidate socket if writes fail.

4:52 AM Changeset in webkit [70636] by mnaganov@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-27 Mikhail Naganov <mnaganov@chromium.org>

[Chromium] Unreviewed, fix english-lr-text expectations that I've messed up.

  • platform/chromium/test_expectations.txt:
4:48 AM Changeset in webkit [70635] by commit-queue@webkit.org
  • 2 edits in trunk/WebKit2

2010-10-27 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>

Reviewed by Andreas Kling.

[Qt] Type mismatch while serializing/deserializing message id size
https://bugs.webkit.org/show_bug.cgi?id=48401

Use correct types when reading data from connection buffer.

The message id is written as uint32_t, thus the buffer size should be
calculated based on sizeof(uint32_t) and not sizeof(MessageID).

  • Platform/CoreIPC/qt/ConnectionQt.cpp: (CoreIPC::Connection::readyReadHandler):
4:15 AM Changeset in webkit [70634] by mario@webkit.org
  • 4 edits in trunk

2010-10-27 Mario Sanchez Prada <msanchez@igalia.com>

Reviewed by Martin Robinson.

getTextAtOffset returns incorrect results if a link includes text and an image
https://bugs.webkit.org/show_bug.cgi?id=47365

Properly consider text under a non-text renderer in textForObject.

We need to check all the children under a non-text renderer, if
any, to consider when current object is not a text object but some
of its children are, in order not to miss those portions of text
by not properly handling those situations.

  • accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: (textForRenderer): New. Get the text for a RenderObject's children. (textForObject): Use the new textForRenderer function.

2010-10-27 Mario Sanchez Prada <msanchez@igalia.com>

Reviewed by Martin Robinson.

getTextAtOffset returns incorrect results if a link includes text and an image
https://bugs.webkit.org/show_bug.cgi?id=47365

New test to make sure this bug is actually fixed.

  • tests/testatk.c: (testWebkitAtkLinksWithInlineImages): New test. (main): Added new test.
4:14 AM Changeset in webkit [70633] by podivilov@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-27 Pavel Podivilov <podivilov@chromium.org>

Unreviewed, build fix for r70622.

  • inspector/storage-panel-dom-storage.html:
3:29 AM Changeset in webkit [70632] by jorlow@chromium.org
  • 1 edit in trunk/LayoutTests/ChangeLog

2010-10-26 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Steve Block.

Add IndexedDB test/tutorial
https://bugs.webkit.org/show_bug.cgi?id=48067

This document is useful in terms of demonstrating IndexedDB and
documenting what we do and don't support currently, since I'll be
maintaining it for at least some time.

  • storage/indexeddb/tutorial-expected.txt: Added.
  • storage/indexeddb/tutorial.html: Added.
3:26 AM Changeset in webkit [70631] by Nikolas Zimmermann
  • 31 edits
    4 adds in trunk

2010-10-26 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Rob Buis.

Convert SVGRect to the new SVGPropertyTearOff concept
https://bugs.webkit.org/show_bug.cgi?id=48204

Convert the next SVG primitive type to use the SVGPropertyTearOff concept: SVGRect.
Added new test verifying that StrictTypeChecking is enabled for SVGRect. Refactor and share code between JSC/V8/ObjC generators.

Test: svg/dom/SVGRect.html

  • GNUmakefile.am: Add SVGAnimatedRect.h to build.
  • WebCore.gypi: Ditto.
  • WebCore.pro: Ditto.
  • WebCore.vcproj/WebCore.vcproj: Ditto.
  • WebCore.xcodeproj/project.pbxproj: Ditto.
  • bindings/scripts/CodeGenerator.pm: Refactor SVGPropertyTearOff handling, and share code between JSC/V8/ObjC generators.
  • bindings/scripts/CodeGeneratorJS.pm: Ditto.
  • bindings/scripts/CodeGeneratorObjC.pm: Ditto.
  • bindings/scripts/CodeGeneratorV8.pm: Ditto.
  • svg/DeprecatedSVGAnimatedPropertyTraits.h: Remove SVGAnimatedRect handling.
  • svg/DeprecatedSVGAnimatedTemplate.h: Ditto.
  • svg/SVGAngle.idl: Remove [SVGProperty] flag.
  • svg/SVGAnimatedAngle.idl: Remove [SVGAnimatedProperty] flag.
  • svg/SVGAnimatedLength.idl: Ditto.
  • svg/SVGAnimatedLengthList.idl: Ditto.
  • svg/SVGAnimatedRect.h: Added.
  • svg/SVGFitToViewBox.h: SVGRect now uses the new tear off concept, adapt code.
  • svg/SVGLength.idl: Remove [SVGProperty] flag.
  • svg/SVGMarkerElement.h:
  • svg/SVGPatternElement.h:
  • svg/SVGRect.idl: Remove [PODType] flag, add StrictTypeChecking to all attributes.
  • svg/SVGSVGElement.cpp: s/setViewBox/setViewBoxBaseValue/. (WebCore::SVGSVGElement::currentView): (WebCore::SVGSVGElement::inheritViewAttributes):
  • svg/SVGSVGElement.h:
  • svg/SVGSVGElement.idl: Remove [Immutable] flags for SVGRect types, no longer needed.
  • svg/SVGSymbolElement.h:
  • svg/SVGViewElement.h:
  • svg/SVGViewSpec.cpp: Take a SVGElement as context element. (WebCore::SVGViewSpec::SVGViewSpec):
  • svg/SVGViewSpec.h: Ditto. (WebCore::SVGViewSpec::contextElement):
  • svg/SVGZoomEvent.idl: Remove [Immutable] flags for SVGRect types, no longer needed.
  • svg/properties/SVGAnimatedPropertyMacros.h: Support declaring animated properties on non-SVGElement types (here: SVGViewSpec), just like the old macros handled it.

2010-10-26 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Rob Buis.

Convert SVGRect to the new SVGPropertyTearOff concept
https://bugs.webkit.org/show_bug.cgi?id=48204

Added new test verifying that StrictTypeChecking is enabled for SVGRect.

  • svg/dom/SVGRect-expected.txt: Added.
  • svg/dom/SVGRect.html: Added.
  • svg/dom/script-tests/SVGRect.js: Added.
3:22 AM Changeset in webkit [70630] by Adam Roben
  • 5 edits
    3 deletes in trunk/LayoutTests

Update Windows results for vertical-text tests after r70569

  • platform/win/fast/blockflow/english-rl-text-expected.checksum: Removed.
  • platform/win/fast/blockflow/english-rl-text-expected.png: Removed.
  • platform/win/fast/blockflow/english-rl-text-expected.txt: Removed.
  • platform/win/fast/text/international/vertical-text-glyph-test-expected.checksum:
  • platform/win/fast/text/international/vertical-text-glyph-test-expected.png:
  • platform/win/fast/text/international/vertical-text-glyph-test-expected.txt:
  • platform/win/fast/text/international/vertical-text-metrics-test-expected.txt:
3:21 AM Changeset in webkit [70629] by Nikolas Zimmermann
  • 2 edits in trunk/WebKitTools

2010-10-27 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by David Kilzer.

Convert DumpRenderTree webarchive code to CoreFoundation
https://bugs.webkit.org/show_bug.cgi?id=48278

CFPropertyListCreateWithData and CFPropertyListCreateData are only available in 10.6+.
Replace CFPropertyListCreateWithData by a combination of CFReadStreamCreateWithBytesNoCopy and CFPropertyListCreateFromStream.
Replace CFPropertyListCreateData by CFPropertyListCreateXMLData.

These changes are wrapped in BUILDING_ON_LEOPARD, as the methods are deprecated on 10.6+.

  • DumpRenderTree/cf/WebArchiveDumpSupport.cpp: (createXMLStringFromWebArchiveData):
3:05 AM Changeset in webkit [70628] by mnaganov@chromium.org
  • 2 edits
    1 add in trunk/LayoutTests

2010-10-27 Mikhail Naganov <mnaganov@chromium.org>

[Chromium] Unreviewed test expectations update -- add test results for Mac after r70619.

  • platform/chromium-mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Added.
  • platform/chromium/test_expectations.txt:
2:28 AM Changeset in webkit [70627] by mnaganov@chromium.org
  • 1 edit
    4 adds in trunk/LayoutTests

2010-10-27 Mikhail Naganov <mnaganov@chromium.org>

[Chromium] Unreviewed test expectations update -- add test results after r70619.

  • platform/chromium-linux/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Added.
  • platform/chromium-win/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Added.
  • platform/chromium-win/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Added.
  • platform/chromium-win/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt: Added.
2:22 AM Changeset in webkit [70626] by pfeldman@chromium.org
  • 1 edit in branches/chromium/552/WebCore/inspector/front-end/InjectedScript.js

Merge 70565 - 2010-10-26 Pavel Podivilov <podivilov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: console doesn't work in closures when window is overrode
https://bugs.webkit.org/show_bug.cgi?id=48320

  • inspector/front-end/InjectedScript.js: (injectedScriptConstructor.):

TBR=podivilov@chromium.org
BUG=60540

2:13 AM Changeset in webkit [70625] by pfeldman@chromium.org
  • 2 edits
    2 copies in branches/chromium/552

Merge 69752 - 2010-10-08 Yury Semikhatsky <yurys@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: [REGRESSION] Scripts panel: the bubble shows wrong values
https://bugs.webkit.org/show_bug.cgi?id=47358

Test: inspector/debugger-eval-on-call-frame.html

  • inspector/front-end/InjectedScript.js: (injectedScriptConstructor.): don't embrace expression evaluated in the local scope of a call frame into with(window) to avoid shadowing local variables by global ones.

2010-10-08 Yury Semikhatsky <yurys@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: [REGRESSION] Scripts panel: the bubble shows wrong values
https://bugs.webkit.org/show_bug.cgi?id=47358

  • inspector/debugger-eval-on-call-frame-expected.txt: Added.
  • inspector/debugger-eval-on-call-frame.html: Added.

TBR=yurys@chromium.org

2:04 AM Changeset in webkit [70624] by podivilov@chromium.org
  • 1 edit in trunk/WebCore/ChangeLog
2:04 AM Changeset in webkit [70623] by podivilov@chromium.org
  • 1 edit in trunk/WebCore/inspector/InspectorState.h

2010-10-27 Pavel Podivilov <podivilov@chromium.org>

Unreviewed, fix line endings in InspectorState.h

  • inspector/InspectorState.h:
1:52 AM Changeset in webkit [70622] by podivilov@chromium.org
  • 15 edits in trunk/WebCore

2010-10-27 Pavel Podivilov <podivilov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: move frontend settings to local storage
https://bugs.webkit.org/show_bug.cgi?id=47715

  • inspector/Inspector.idl:
  • inspector/InspectorController.cpp: (WebCore::InspectorController::InspectorController): (WebCore::InspectorController::didCommitLoad):
  • inspector/InspectorController.h:
  • inspector/InspectorState.cpp: (WebCore::InspectorState::InspectorState):
  • inspector/InspectorState.h:
  • inspector/front-end/ConsoleView.js:
  • inspector/front-end/EventListenersSidebarPane.js:
  • inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel.prototype._createStatusbarButtons):
  • inspector/front-end/Panel.js: (WebInspector.Panel):
  • inspector/front-end/ResourcesPanel.js: (WebInspector.ResourcesPanel.prototype._createStatusbarButtons):
  • inspector/front-end/Settings.js: (WebInspector.Settings): (WebInspector.Settings.prototype.installApplicationSetting): (WebInspector.Settings.prototype.installProjectSetting): (WebInspector.Settings.prototype._get): (WebInspector.Settings.prototype._set): (WebInspector.Settings.prototype._getProjectSetting): (WebInspector.Settings.prototype._setProjectSetting): (WebInspector.Settings.prototype._formatProjectKey):
  • inspector/front-end/StylesSidebarPane.js:
  • inspector/front-end/WatchExpressionsSidebarPane.js: (WebInspector.WatchExpressionsSidebarPane): (WebInspector.WatchExpressionsSidebarPane.prototype.reset):
  • inspector/front-end/inspector.js: (WebInspector.reset):
1:52 AM Changeset in webkit [70621] by mnaganov@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-27 Mikhail Naganov <mnaganov@chromium.org>

[Chromium] Unreviewed test expectations update.

  • platform/chromium/test_expectations.txt:
1:19 AM Changeset in webkit [70620] by commit-queue@webkit.org
  • 2 edits in trunk/WebKit2

2010-10-27 Zalan Bujtas <zbujtas@gmail.com>

Reviewed by Kenneth Rohde Christiansen.

Multiple WebPlatformStrategy initialization triggers assert in WebCore/PlatformStrategies.
Remove the code for now, as it is not used at all.
https://bugs.webkit.org/show_bug.cgi?id=48327

  • UIProcess/API/qt/qwkpage.cpp: (QWKPagePrivate::QWKPagePrivate):
1:18 AM Changeset in webkit [70619] by aestes@apple.com
  • 3 edits
    1 move
    3 adds
    3 deletes in trunk

2010-10-27 Andy Estes <aestes@apple.com>

Reviewed by David Hyatt.

Siblings of floated elements should be cleared below the float if they
are too wide to fit in the containing block.
https://bugs.webkit.org/show_bug.cgi?id=48396

Test: fast/block/float/clear-element-too-wide-for-containing-block.html

WebKit did not clear elements adjacent to floats if they were wider than
the containing block, instead keeping them on the same line and allowing
them to spill out the right side of the containing block. We should
match the spec in this regard and clear the element below the float even
if it is too wide for the containing block. Doing this seems to also
match IE's and Firefox's behavior.

  • rendering/RenderBlock.cpp: (WebCore::RenderBlock::getClearDelta): Continue to compute the clear delta even if the child's minimum preferred width is greater than the containing block's available width.

2010-10-27 Andy Estes <aestes@apple.com>

Reviewed by David Hyatt.

Siblings of floated elements should be cleared below the float if they
are too wide to fit in the containing block.
https://bugs.webkit.org/show_bug.cgi?id=48396

  • fast/block/float/clear-element-too-wide-for-containing-block.html: Copied from LayoutTests/fast/block/float/tableshifting.html.
  • fast/block/float/tableshifting.html: Removed.
  • platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Added.
  • platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Added.
  • platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt: Added.
  • platform/mac/fast/block/float/tableshifting-expected.checksum: Removed.
  • platform/mac/fast/block/float/tableshifting-expected.png: Removed.
  • platform/mac/fast/block/float/tableshifting-expected.txt: Removed.
12:21 AM Changeset in webkit [70618] by Csaba Osztrogonác
  • 2 edits in trunk/LayoutTests

[Qt] Add some tests to the Skipeed list, because of unimplemented
LayoutTestController and EventSender features.

  • platform/qt-wk2/Skipped:

Oct 26, 2010:

11:38 PM Changeset in webkit [70617] by rwlbuis@webkit.org
  • 2 edits in trunk/WebCore

2010-10-26 Rob Buis <rwlbuis@gmail.com>

Reviewed by Nikolas Zimmermann.

Title-Element has no popup on <svg>-Elements, but on <g>
https://bugs.webkit.org/show_bug.cgi?id=47669

Allow tooltips on non-root svg elements.

No new tests.

  • svg/SVGStyledElement.cpp: (WebCore::SVGStyledElement::title):
11:15 PM Changeset in webkit [70616] by commit-queue@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-26 Antonio Gomes <agomes@rim.com>

Reviewed by Martin Robinson.

Remove the absolute path used to include DumpRenderTreeSupportGtk.h from LayoutTestController.h

It turns out this is rather unneeded since WebKitTools/GNUMakefile.am has WebKit/gtk/ in its include
path, and then we can just do #include "WebCoreSupport/DumpRenderTreeSupportGtk.h"

  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
10:42 PM Changeset in webkit [70615] by commit-queue@webkit.org
  • 5 edits in trunk

2010-10-26 Dai Mikurube <dmikurube@google.com>

Reviewed by Kent Tamura.

constraint validation: stepMismatch (rounding error)
https://bugs.webkit.org/show_bug.cgi?id=48220

  • fast/forms/ValidityState-stepMismatch-expected.txt:
  • fast/forms/script-tests/ValidityState-stepMismatch.js:

2010-10-26 Dai Mikurube <dmikurube@google.com>

Reviewed by Kent Tamura.

constraint validation: stepMismatch (rounding error)
https://bugs.webkit.org/show_bug.cgi?id=48220

  1. Changed the computation to achieve difference from a integral multiple of the allowed value step.

The previous fmod(doubleValue, step) sometimes returned unacceptable
remainder. For example,

double doubleValue = 1.005; Actually, near to 1.005
double step = 0.005;
Actually, near to 0.005
fmod(doubleValue, step) ==> (near to) 0.005

It's a case that doubleValue is a little smaller than 1.005 and step is
a little larger than 0.005.

  1. Changed the error threshold.

Number values in HTML5 are expressed in IEEE 754 single-precision.
Too precise comparison sometimes leads unintended errors.

For example, I found a case :

remainder = 0.00000000000000022204460

acceptableError = 0.00000000000000007105427

  • html/NumberInputType.cpp: (WebCore::NumberInputType::stepMismatch):
10:29 PM Changeset in webkit [70614] by ddkilzer@apple.com
  • 2 edits
    2 moves
    1 add in trunk/WebKitTools

Rename WebArchiveDumpSupport.mm to WebArchiveDumpSupport.cpp

Reviewed by Adam Roben.

Part 4 of 4: <http://webkit.org/b/48278> Convert DumpRenderTree webarchive code to CoreFoundation

  • DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:

Updated for file moves and renames.

  • DumpRenderTree/cf/WebArchiveDumpSupport.cpp: Renamed from DumpRenderTree/mac/WebArchiveDumpSupport.mm.
  • DumpRenderTree/cf/WebArchiveDumpSupport.h: Renamed from DumpRenderTree/mac/WebArchiveDumpSupport.h.
10:29 PM Changeset in webkit [70613] by ddkilzer@apple.com
  • 5 edits in trunk/WebKitTools

Convert WebArchiveDumpSupport.mm from NS objects to CF types

Reviewed by Adam Roben.

Part 3 of 4: <http://webkit.org/b/48278> Convert DumpRenderTree webarchive code to CoreFoundation

In order to share WebArchive code between the Mac and Windows
ports, the code in WebArchiveDumpSupport.mm was converted from
Cocoa to C++ using CoreFoundation (CF) types.

  • DumpRenderTree/mac/DumpRenderTree.mm:

(dump): Renamed serializeWebArchiveToXML() to
createXMLStringFromWebArchiveData() and added HardAutorelease()
to prevent leaks.

  • DumpRenderTree/mac/WebArchiveDumpSupport.h:

(createXMLStringFromWebArchiveData): Renamed from
serializeWebArchiveToXML(). Changed to use CF types.
(createCFURLResponseFromResponseData): Renamed from
unarchiveNSURLResponseFromResponseData(). Changed to use CF
types for its parameter and return type.

  • DumpRenderTree/mac/WebArchiveDumpSupport.mm: Replaced use of

NS objects with CF types. It will be renamed to *.cpp in a
future commit.
(convertMIMEType): Changed to use case-insensitive string
comparisons.
(convertWebResourceDataToString):
(normalizeHTTPResponseHeaderFields):
(normalizeWebResourceURL):
(convertWebResourceResponseToDictionary):
(compareResourceURLs):
(createXMLStringFromWebArchiveData):

  • DumpRenderTree/mac/WebArchiveDumpSupportMac.mm:

(createCFURLResponseFromResponseData): Renamed from
unarchiveNSURLResponseFromResponseData(). Changed to use CF
types for its parameter and return type.

10:29 PM Changeset in webkit [70612] by ddkilzer@apple.com
  • 4 edits in trunk/WebKitTools

Extract use of NSKeyedUnarchiver from WebArchiveDumpSupport.mm

Reviewed by Adam Roben.

Part 2 of 4: <http://webkit.org/b/48278> Convert DumpRenderTree webarchive code to CoreFoundation

There is no equivalent to NSKeyedUnarchiver in CoreFoundation,
so extract it into a platform-specific source file.

  • DumpRenderTree/mac/WebArchiveDumpSupport.h:

(unarchiveNSURLResponseFromResponseData): Added declaration.

  • DumpRenderTree/mac/WebArchiveDumpSupport.mm:

(convertWebResourceResponseToDictionary): Extracted code to
unarchiveNSURLResponseFromResponseData() in
WebArchiveDumpSupportMac.mm. Updated logic to return early if
nil is returned from unarchiveNSURLResponseFromResponseData().

  • DumpRenderTree/mac/WebArchiveDumpSupportMac.mm:

(unarchiveNSURLResponseFromResponseData): Added. Extracted
code from convertWebResourceResponseToDictionary() in
WebArchiveDumpSupport.mm.

10:29 PM Changeset in webkit [70611] by ddkilzer@apple.com
  • 4 edits
    1 copy in trunk/WebKitTools

Extract call to -[WebHTMLRepresentation supportedNonImageMIMETypes] from WebArchiveDumpSupport.mm

Reviewed by Adam Roben.

Part 1 of 4: <http://webkit.org/b/48278> Convert DumpRenderTree webarchive code to CoreFoundation

The call to -[WebHTMLRepresentation supportedNonImageMIMETypes]
is not cross-platform between Mac and Windows, so extract it
into a platform-specific source file.

  • DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added

WebArchiveDumpSupportMac.mm to the project.

  • DumpRenderTree/mac/WebArchiveDumpSupport.h:

(supportedNonImageMIMETypes): Added declaration.

  • DumpRenderTree/mac/WebArchiveDumpSupport.mm:

(convertWebResourceDataToString): Replaced call to
-[WebHTMLRepresentation supportedNonImageMIMETypes] with
supportedNonImageMIMETypes().

  • DumpRenderTree/mac/WebArchiveDumpSupportMac.mm: Added.

(supportedNonImageMIMETypes): Added. Extracted from
WebArchiveDumpSupport.mm.

10:26 PM Changeset in webkit [70610] by commit-queue@webkit.org
  • 3 edits in trunk/WebKit/chromium

2010-10-26 Victoria Kirst <vrk@google.com>

Reviewed by David Levin.

Fix compile when ACCELERATED_COMPOSITING flag is not set
https://bugs.webkit.org/show_bug.cgi?id=48373

  • src/WebMediaPlayerClientImpl.cpp: (WebKit::WebMediaPlayerClientImpl::~WebMediaPlayerClientImpl): (WebKit::WebMediaPlayerClientImpl::readyStateChanged): (WebKit::WebMediaPlayerClientImpl::load):
  • src/WebMediaPlayerClientImpl.h:
10:22 PM Changeset in webkit [70609] by tonikitoo@webkit.org
  • 10 edits
    2 adds in trunk

[GTK] Implement DumpRenderTreeSupportGtk (similarly to DumpRenderTreeSupportQt idea)
https://bugs.webkit.org/show_bug.cgi?id=48199

Reviewed by Martin Robinson.
Patch by Antonio Gomes <agomes@rim.com>

.:

  • GNUmakefile.am: Added WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp|h to GTK+'s build system;
  • autotools/symbols.filter: Added DumpRenderTreeSupportGtk symbols to symbols.filter so they do not get filtered and get visible by DRT.

WebKit/gtk:

Implemented an initial version of the DumpRenderTreeSupportGtk class.
The main idea is that it groups together the bodies of many LayoutTestController
methods, so they can directly access WebCore features. This way we eliminate the
need of adding APIs to WebKitGTK just to expand its test coverage through DRT.

The DumpRenderTreeSupportGtk class so far includes a getter and setter for the WebKitTabToLinksPreferenceKey
property as a sample implementation. Also it makes it possible to unskip fast/events/tab-focus-anchor.html and
to fix stderr messages from all 22 spatial-navigation tests in fast/events/spatial-navigation.

  • WebCoreSupport/ChromeClientGtk.cpp:

(WebKit::ChromeClient::tabsToLinks):

  • WebCoreSupport/DumpRenderTreeSupportGtk.cpp: Added.

(DumpRenderTreeSupportGtk::DumpRenderTreeSupportGtk):
(DumpRenderTreeSupportGtk::~DumpRenderTreeSupportGtk):
(DumpRenderTreeSupportGtk::setDumpRenderTreeModeEnabled):
(DumpRenderTreeSupportGtk::dumpRenderTreeModeEnabled): Getter to the WebKitTabToLinksPreferenceKey property.
(DumpRenderTreeSupportGtk::setLinksIncludedInFocusChain): Setter to the WebKitTabToLinksPreferenceKey property.
(DumpRenderTreeSupportGtk::linksIncludedInFocusChain):

  • WebCoreSupport/DumpRenderTreeSupportGtk.h: Added.

WebKitTools:

Implements support to WebKitTabToLinksPreferenceKey through LayoutTestController::overridePreference.
The corresponding DumpRenderTreeSupportGtk method is called in the DRT context only.

  • DumpRenderTree/gtk/DumpRenderTree.cpp:

(resetDefaultsToConsistentValues):
(createWebView):

  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:

(LayoutTestController::overridePreference):

LayoutTests:

  • platform/gtk/Skipped: Unskiped fast/events/tab-focus-anchor.html.
9:31 PM Changeset in webkit [70608] by ariya@webkit.org
  • 2 edits in trunk/WebKitTools

Unreviewed, change the order of my emails for bugzilla autocompletion.

  • Scripts/webkitpy/common/config/committers.py:
9:29 PM Changeset in webkit [70607] by eric@webkit.org
  • 3 edits
    1 add in trunk/WebKitTools

2010-10-26 Eric Seidel <eric@webkit.org>

Reviewed by David Kilzer.

build-webkit should collect Visual Studio Express logs and display them
https://bugs.webkit.org/show_bug.cgi?id=39199

  • Scripts/build-webkit:
  • Scripts/print-vse-failure-logs: Added.
  • Scripts/webkitdirs.pm:
9:06 PM Changeset in webkit [70606] by ddkilzer@apple.com
  • 2 edits in trunk/WebKitTools

<http://webkit.org/b/48224> build-webkit: add support for --meter-tag switch

Reviewed by Csaba Osztrogonác.

  • Scripts/build-webkit: Added support for --meter-tag switch.

It should have been added with r60820.

8:50 PM Changeset in webkit [70605] by crogers@google.com
  • 1 edit
    3 adds in trunk/WebCore

2010-10-26 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add DelayNode files
https://bugs.webkit.org/show_bug.cgi?id=47516

No new tests since audio API is not yet implemented.

  • webaudio/DelayNode.cpp: Added. (WebCore::DelayNode::DelayNode): (WebCore::DelayNode::delayTime):
  • webaudio/DelayNode.h: Added. (WebCore::DelayNode::create): (WebCore::DelayNode::delayProcessor):
  • webaudio/DelayNode.idl: Added.
8:35 PM Changeset in webkit [70604] by crogers@google.com
  • 6 edits in trunk/WebCore

2010-10-26 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

AudioContext and AudioNode followup changes for AudioNodeInput/AudioNodeOutput thread safety
https://bugs.webkit.org/show_bug.cgi?id=47504

No new tests since audio API is not yet implemented.

  • webaudio/AudioContext.cpp: (WebCore::AudioContext::isAudioThread): (WebCore::AudioContext::isGraphOwner): (WebCore::AudioContext::handlePreRenderTasks): (WebCore::AudioContext::handlePostRenderTasks): (WebCore::AudioContext::deleteMarkedNodes): (WebCore::AudioContext::markAudioNodeInputDirty): (WebCore::AudioContext::markAudioNodeOutputDirty): (WebCore::AudioContext::handleDirtyAudioNodeInputs): (WebCore::AudioContext::handleDirtyAudioNodeOutputs):
  • webaudio/AudioContext.h:
  • webaudio/AudioNode.cpp:
  • webaudio/AudioNode.h: (WebCore::AudioNode::isMarkedForDeletion):
  • webaudio/AudioNode.idl:
8:21 PM Changeset in webkit [70603] by crogers@google.com
  • 1 edit
    2 adds in trunk/WebCore

2010-10-26 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add DelayProcessor files
https://bugs.webkit.org/show_bug.cgi?id=47517

No new tests since audio API is not yet implemented.

  • webaudio/DelayProcessor.cpp: Added. (WebCore::DelayProcessor::DelayProcessor): (WebCore::DelayProcessor::~DelayProcessor): (WebCore::DelayProcessor::createKernel):
  • webaudio/DelayProcessor.h: Added. (WebCore::DelayProcessor::delayTime):
7:31 PM Changeset in webkit [70602] by crogers@google.com
  • 1 edit
    2 adds in trunk/WebCore

2010-10-26 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add AudioNodeOutput files
https://bugs.webkit.org/show_bug.cgi?id=45581

No new tests since audio API is not yet implemented.

  • webaudio/AudioNodeOutput.cpp: Added. (WebCore::AudioNodeOutput::AudioNodeOutput): (WebCore::AudioNodeOutput::setNumberOfChannels): (WebCore::AudioNodeOutput::setInternalBus): (WebCore::AudioNodeOutput::updateRenderingState): (WebCore::AudioNodeOutput::updateNumberOfChannels): (WebCore::AudioNodeOutput::propagateChannelCount): (WebCore::AudioNodeOutput::pull): (WebCore::AudioNodeOutput::bus): (WebCore::AudioNodeOutput::renderingFanOutCount): (WebCore::AudioNodeOutput::fanOutCount): (WebCore::AudioNodeOutput::addInput): (WebCore::AudioNodeOutput::removeInput): (WebCore::AudioNodeOutput::disconnectAllInputs): (WebCore::AudioNodeOutput::disable): (WebCore::AudioNodeOutput::enable):
  • webaudio/AudioNodeOutput.h: Added. (WebCore::AudioNodeOutput::node): (WebCore::AudioNodeOutput::context): (WebCore::AudioNodeOutput::numberOfChannels): (WebCore::AudioNodeOutput::isChannelCountKnown):
7:01 PM Changeset in webkit [70601] by tkent@chromium.org
  • 2 edits in branches/chromium/552/WebCore

Merge a part of 70555 -

2010-10-26 Kenichi Ishibashi <bashi@google.com>

Reviewed by Kent Tamura.

Input Method inserts conversion candidates unexpectedly
https://bugs.webkit.org/show_bug.cgi?id=46868

Calls updateStyleIfNeeded() before setting selection for the composition to
avoid inserting the previous composition text into a content editable element
which has an event handler that changes the style of the element.

Test: platform/chromium/fast/text/chromium-mac-duplicate-ime-composition.html

  • editing/Editor.cpp: (WebCore::Editor::setComposition): calls updateStyleIfNeeded() before setting selection.

TBR=tkent@chromium.org
BUG=56759

7:01 PM Changeset in webkit [70600] by commit-queue@webkit.org
  • 3 edits in trunk/WebKitTools

2010-10-26 Ademar de Souza Reis Jr. <Ademar Reis>

Reviewed by Dumitru Daniliuc.

check-webkit-style fails on operator+=, operator-=, ... methods
https://bugs.webkit.org/show_bug.cgi?id=48258

  • Scripts/webkitpy/style/checkers/cpp.py: Added exceptions
  • Scripts/webkitpy/style/checkers/cpp_unittest.py: Added unit-tests
6:59 PM Changeset in webkit [70599] by crogers@google.com
  • 1 edit
    2 adds in trunk/WebCore

2010-10-26 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Add AudioNodeInput files
https://bugs.webkit.org/show_bug.cgi?id=45577

No new tests since audio API is not yet implemented.

  • webaudio/AudioNodeInput.cpp: Added. (WebCore::AudioNodeInput::AudioNodeInput): (WebCore::AudioNodeInput::connect): (WebCore::AudioNodeInput::disconnect): (WebCore::AudioNodeInput::disable): (WebCore::AudioNodeInput::enable): (WebCore::AudioNodeInput::changedOutputs): (WebCore::AudioNodeInput::updateRenderingState): (WebCore::AudioNodeInput::numberOfChannels): (WebCore::AudioNodeInput::numberOfRenderingChannels): (WebCore::AudioNodeInput::bus): (WebCore::AudioNodeInput::internalSummingBus): (WebCore::AudioNodeInput::sumAllConnections): (WebCore::AudioNodeInput::pull):
  • webaudio/AudioNodeInput.h: Added. (WebCore::AudioNodeInput::node): (WebCore::AudioNodeInput::context): (WebCore::AudioNodeInput::numberOfRenderingConnections): (WebCore::AudioNodeInput::renderingOutput): (WebCore::AudioNodeInput::isConnected): (WebCore::AudioNodeInput::numberOfConnections):
6:56 PM Changeset in webkit [70598] by morrita@google.com
  • 12 edits in trunk

2010-10-26 MORITA Hajime <morrita@google.com>

Reviewed by Tony Chang.

Rolling in r70512 again.

spellcheck= should be the same as spellcheck="true"
https://bugs.webkit.org/show_bug.cgi?id=25539

  • editing/spelling/spellcheck-attribute-expected.txt:
  • editing/spelling/spellcheck-attribute.html:

2010-10-26 MORITA Hajime <morrita@google.com>

Reviewed by Tony Chang.

Rolling in r70512 again, added missing null-check to
Editor::isSpellCheckingEnabled().
http://trac.webkit.org/changeset/70512

spellcheck= should be the same as spellcheck="true"
https://bugs.webkit.org/show_bug.cgi?id=25539

  • dom/Element.cpp: (WebCore::Element::spellcheckAttributeState): (WebCore::Element::isSpellCheckingEnabled):
  • dom/Element.h:
  • editing/Editor.cpp: (WebCore::markMisspellingsOrBadGrammar): (WebCore::Editor::isSpellCheckingEnabledInFocusedNode): (WebCore::Editor::markAllMisspellingsAndBadGrammarInRanges):
  • editing/Editor.h:
  • platform/ContextMenu.cpp: (WebCore::ContextMenu::populate):

2010-10-26 MORITA Hajime <morrita@google.com>

Reviewed by Tony Chang.

Rolling in r70512 again.

spellcheck= should be the same as spellcheck="true"
https://bugs.webkit.org/show_bug.cgi?id=25539

  • src/ContextMenuClientImpl.cpp: (WebKit::ContextMenuClientImpl::getCustomMenuFromDefaultItems):
  • src/EditorClientImpl.cpp: (WebKit::EditorClientImpl::shouldSpellcheckByDefault):
6:41 PM Changeset in webkit [70597] by bfulgham@webkit.org
  • 9 edits in trunk

WebCore: Unreviewed build fixes.

  • WebCore.vcproj/WebCore.vcproj: Turn off several non-WinCairo

files. We don't support CoreAnimation!

  • WebCore.vcproj/WebCoreCairo.vsprops: Add missing include path

for 'image-decoders/webp'

  • platform/network/curl/CookieJarCurl.cpp:

(WebCore::setCookieStoragePrivateBrowsingEnabled): Add build stub.

WebKit/win: Unreviewed build fix.

  • WebView.cpp: Conditionalize includes for CFNetwork-specific

Cookie implementation.

  • WebView.h: Conditionalize includes for ACCELERATED_COMPOSITION.

WinCairo doesn't use CoreAnimation.

WebKit2: Unreviewed build fix.

  • WebProcess/WebCoreSupport/win/WebErrorsWin.cpp:

(WebKit::cancelledError): Conditionalize use of CFNetwork calls
and includes.

6:30 PM Changeset in webkit [70596] by inferno@chromium.org
  • 2 edits
    2 copies in branches/chromium/517

Merge 70594

BUG=51602
Review URL: http://codereview.chromium.org/4182003

6:28 PM Changeset in webkit [70595] by inferno@chromium.org
  • 2 edits
    2 copies in branches/chromium/552

Merge 70594

BUG=51602

5:49 PM Changeset in webkit [70594] by rniwa@webkit.org
  • 4 edits
    2 adds in trunk

Crash in CompositeEditCommand::splitTreeToNode
https://bugs.webkit.org/show_bug.cgi?id=48349

Reviewed by Kent Tamura.

WebCore:

The bug was caused by indentIntoBlockquote's passing null pointer to splitTreeToNode.
Fixed the crash by adding early exits.

Test: editing/execCommand/indent-node-to-split-to-crash.html

  • editing/CompositeEditCommand.cpp:

(WebCore::CompositeEditCommand::splitTreeToNode):

  • editing/IndentOutdentCommand.cpp:

(WebCore::IndentOutdentCommand::indentIntoBlockquote):

LayoutTests:

Added a test to ensure WebKit does not crash when indenting.

  • editing/execCommand/indent-node-to-split-to-crash-expected.txt: Added.
  • editing/execCommand/indent-node-to-split-to-crash.html: Added.
5:42 PM Changeset in webkit [70593] by rniwa@webkit.org
  • 3 edits
    2 adds in trunk

2010-10-26 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Kent Tamura.

REGRESSION(r67170): crash in removeImplicitlyStyledElement
https://bugs.webkit.org/show_bug.cgi?id=48389

Fixed the crash by adding a null pointer check.

Test: editing/style/invalid-font-size.html

  • editing/ApplyStyleCommand.cpp: (WebCore::ApplyStyleCommand::removeImplicitlyStyledElement):

2010-10-26 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Kent Tamura.

REGRESSION(r67170): crash in removeImplicitlyStyledElement
https://bugs.webkit.org/show_bug.cgi?id=48389

Added a test to ensure WebKit does not crash when changing the font size
of text inside a font element with an invalid size attribute.

  • editing/style/invalid-font-size-expected.txt: Added.
  • editing/style/invalid-font-size.html: Added.
5:37 PM Changeset in webkit [70592] by tkent@chromium.org
  • 1 edit in trunk/WebCore/ChangeLog

Unreviewed.

Update the ChangeLog entry for r70549 so that the description contains
"form controls."

5:31 PM HackingGtk edited by Martin Robinson
Delete obsolete information and link to up to date sources (diff)
5:15 PM Changeset in webkit [70591] by mitz@apple.com
  • 2 edits in trunk/WebKit

Build fix.

  • WebKit.xcodeproj/project.pbxproj: Allow deprecated methods to be used in NetscapePluginHostProxy.mm.
5:08 PM Changeset in webkit [70590] by ojan@chromium.org
  • 7 edits in trunk/WebKitTools

2010-10-26 Ojan Vafai <ojan@chromium.org>

Reviewed by Tony Chang.

remove DEFER support from new-run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=48387

DEFER was needed when we were trying to ship Chrome beta.
Now it's just extra complication.

  • Scripts/webkitpy/layout_tests/layout_package/json_layout_results_generator.py:
  • Scripts/webkitpy/layout_tests/layout_package/test_expectations.py:
  • Scripts/webkitpy/layout_tests/layout_package/test_expectations_unittest.py:
  • Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
  • Scripts/webkitpy/layout_tests/run_webkit_tests.py:
  • Scripts/webkitpy/style/checkers/test_expectations_unittest.py:
4:45 PM Changeset in webkit [70589] by crogers@google.com
  • 28 edits
    1 copy in branches/audio/WebCore

audio branch: changes in preparation for landing in trunk

  • added thread safety to ConvolverNode
  • throw exception for invalid arguments in connect() / disconnect()
  • Cleanup JavaScriptAudioNode, AudioResampler, RealtimeAnalyser and RealtimeAnalyserNode, AudioBufferSourceNode
  • add AudioBusMac for loadPlatformResource() method and switch HRTFElevation to use this method
  • add comments about Chrome resource abstraction layers
  • add custom markChildren() method to JavaScriptAudioNode (fixes bug where "onaudioprocess" was anonymous function)
  • minor cleanup in JS and V8 custom bindings
4:39 PM Changeset in webkit [70588] by oliver@apple.com
  • 2 edits in trunk/JavaScriptCore

Interpreter build fix.

4:19 PM Changeset in webkit [70587] by ap@apple.com
  • 2 edits in trunk/WebKit2

Build fix.

  • WebProcess/InjectedBundle/API/c/WKBundlePage.h: Modified original file, not its framework copy this time.
4:15 PM Changeset in webkit [70586] by eric@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-26 Eric Seidel <eric@webkit.org>

Unreviewed. Adding import with_statement to fix python 2.5.

Teach webkit-patch how to read credentials from the environment
https://bugs.webkit.org/show_bug.cgi?id=48275

  • Scripts/webkitpy/common/net/credentials_unittest.py:
    • import with_statement to fix python 2.5.
4:05 PM Changeset in webkit [70585] by andersca@apple.com
  • 10 edits in trunk/WebKit2

Pass a downloadID to the web process whenever a download is requested
https://bugs.webkit.org/show_bug.cgi?id=48380

Reviewed by Sam Weinig.

  • UIProcess/WebContext.cpp:

(WebKit::WebContext::generateDownloadID):
Generate a unique download ID.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::receivedPolicyDecision):
Pass along a download ID if needed.

  • WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:

(WebKit::WebFrameLoaderClient::startDownload):
Call the web frame member function.

  • WebProcess/WebPage/WebFrame.cpp:

(WebKit::WebFrame::WebFrame):
Initialize m_policyDownloadID.

(WebKit::WebFrame::invalidatePolicyListener):
Reset m_policyDownloadID.

(WebKit::WebFrame::didReceivePolicyDecision):
Set m_policyDownloadID.

(WebKit::WebFrame::startDownload):
Assert that m_policyDownloadID is not zero.

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::didReceivePolicyDecision):
Pass along the download ID.

  • WebProcess/WebPage/WebPage.messages.in:

Add the download ID.

4:00 PM Changeset in webkit [70584] by ap@apple.com
  • 17 edits in trunk

Reviewed by Sam Weinig.

https://bugs.webkit.org/show_bug.cgi?id=48375
<rdar://problem/8392724> Need delegate calls in PageLoaderClient to indicate if we have
loaded insecure content

Added the delegate. Just like the bundle version, it misses WebOrigin parameter that Mac
delegate call used to have. It doesn't seem necessary for clients.

3:57 PM Changeset in webkit [70583] by crogers@google.com
  • 1130 edits
    625 copies
    117 deletes in branches/audio

audio branch: merge 65473:70545 from trunk: remaining files

3:53 PM Changeset in webkit [70582] by senorblanco@chromium.org
  • 2 edits
    199 adds in trunk/LayoutTests

2010-10-26 Stephen White <senorblanco@chromium.org>

Reviewed by Kenneth Russell.

Added new baselines and expectations for the canvas GPU tests.
https://bugs.webkit.org/show_bug.cgi?id=48383

Added fast/canvas layout test results for platforms chromium-gpu-win
and chromium-gpu-linux. Copied list of expected fast/canvas and
canvas/philip failures from main test_expectations.txt (unfortunate,
but necessary for now). Added the tests actually failing on the GPU
which don't fail in the software path to chromium-gpu's
test_expectations.txt.

Covered by, well, everything you see here. :)

  • platform/chromium-gpu-linux/fast: Added.
  • platform/chromium-gpu-linux/fast/canvas: Added.
  • platform/chromium-gpu-linux/fast/canvas/arc360-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/arc360-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/arc360-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-before-css-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-before-css-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-before-css-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-bg-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-bg-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-bg-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-resize-reset-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-resize-reset-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-resize-reset-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-transforms-during-path-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-transforms-during-path-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvas-transforms-during-path-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/canvasDrawingIntoSelf-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/drawImage-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/drawImage-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/drawImage-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/drawImage-with-globalAlpha-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/drawImage-with-globalAlpha-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/fill-stroke-clip-reset-path-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/fill-stroke-clip-reset-path-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/fillrect-gradient-zero-stops-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/fillrect-gradient-zero-stops-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/image-pattern-rotate-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/image-pattern-rotate-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/image-pattern-rotate-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/patternfill-repeat-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/patternfill-repeat-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/patternfill-repeat-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/quadraticCurveTo-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/quadraticCurveTo-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/quadraticCurveTo-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-1-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-1-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-1-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-2-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-2-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-2-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-3-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-3-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-3-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-4-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-4-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-4-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-5-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-5-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-5-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-6-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-6-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-6-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-7-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-7-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/shadow-offset-7-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/toDataURL-alpha-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/toDataURL-alpha-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/toDataURL-alpha-expected.txt: Added.
  • platform/chromium-gpu-linux/fast/canvas/zero-size-fill-rect-expected.checksum: Added.
  • platform/chromium-gpu-linux/fast/canvas/zero-size-fill-rect-expected.png: Added.
  • platform/chromium-gpu-linux/fast/canvas/zero-size-fill-rect-expected.txt: Added.
  • platform/chromium-gpu-win/fast: Added.
  • platform/chromium-gpu-win/fast/canvas: Added.
  • platform/chromium-gpu-win/fast/canvas/arc360-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/arc360-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/arc360-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-as-image-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-as-image-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-as-image-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-as-image-incremental-repaint-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-before-css-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-before-css-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-before-css-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-bg-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-bg-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-bg-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-bg-zoom-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-bg-zoom-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-bg-zoom-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-empty-image-pattern-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-empty-image-pattern-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-resize-reset-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-resize-reset-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-resize-reset-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-identity-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-identity-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-identity-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-infinity-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-infinity-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-infinity-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-multiply-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-multiply-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-multiply-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-nan-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-nan-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-nan-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-non-invertible-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-non-invertible-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-non-invertible-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transforms-during-path-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transforms-during-path-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvas-transforms-during-path-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/canvasDrawingIntoSelf-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/drawImage-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/drawImage-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/drawImage-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/drawImage-with-globalAlpha-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/drawImage-with-globalAlpha-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/fill-stroke-clip-reset-path-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/fill-stroke-clip-reset-path-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/fillrect-gradient-zero-stops-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/fillrect-gradient-zero-stops-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/image-pattern-rotate-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/image-pattern-rotate-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/image-pattern-rotate-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/patternfill-repeat-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/patternfill-repeat-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/patternfill-repeat-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/quadraticCurveTo-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/quadraticCurveTo-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/quadraticCurveTo-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-1-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-1-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-1-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-2-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-2-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-2-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-3-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-3-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-3-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-4-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-4-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-4-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-5-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-5-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-5-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-6-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-6-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-6-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-7-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-7-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/shadow-offset-7-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/toDataURL-alpha-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/toDataURL-alpha-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/toDataURL-alpha-expected.txt: Added.
  • platform/chromium-gpu-win/fast/canvas/zero-size-fill-rect-expected.checksum: Added.
  • platform/chromium-gpu-win/fast/canvas/zero-size-fill-rect-expected.png: Added.
  • platform/chromium-gpu-win/fast/canvas/zero-size-fill-rect-expected.txt: Added.
  • platform/chromium-gpu/test_expectations.txt:
3:35 PM Changeset in webkit [70581] by Dimitri Glazkov
  • 31 edits
    4 deletes in trunk

2010-10-26 Dimitri Glazkov <Dimitri Glazkov>

Unreviewed, rolling out r70573.
http://trac.webkit.org/changeset/70573
https://bugs.webkit.org/show_bug.cgi?id=48204

Broke 39 tests on Chromium

  • svg/dom/SVGRect-expected.txt: Removed.
  • svg/dom/SVGRect.html: Removed.
  • svg/dom/script-tests/SVGRect.js: Removed.

2010-10-26 Dimitri Glazkov <Dimitri Glazkov>

Unreviewed, rolling out r70573.
http://trac.webkit.org/changeset/70573
https://bugs.webkit.org/show_bug.cgi?id=48204

Broke 39 tests on Chromium

  • GNUmakefile.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • bindings/scripts/CodeGenerator.pm:
  • bindings/scripts/CodeGeneratorJS.pm:
  • bindings/scripts/CodeGeneratorObjC.pm:
  • bindings/scripts/CodeGeneratorV8.pm:
  • svg/DeprecatedSVGAnimatedPropertyTraits.h:
  • svg/DeprecatedSVGAnimatedTemplate.h:
  • svg/SVGAngle.idl:
  • svg/SVGAnimatedAngle.idl:
  • svg/SVGAnimatedLength.idl:
  • svg/SVGAnimatedLengthList.idl:
  • svg/SVGAnimatedRect.h: Removed.
  • svg/SVGFitToViewBox.h:
  • svg/SVGLength.idl:
  • svg/SVGMarkerElement.h:
  • svg/SVGPatternElement.h:
  • svg/SVGRect.idl:
  • svg/SVGSVGElement.cpp: (WebCore::SVGSVGElement::currentView): (WebCore::SVGSVGElement::inheritViewAttributes):
  • svg/SVGSVGElement.h:
  • svg/SVGSVGElement.idl:
  • svg/SVGSymbolElement.h:
  • svg/SVGViewElement.h:
  • svg/SVGViewSpec.cpp: (WebCore::SVGViewSpec::SVGViewSpec):
  • svg/SVGViewSpec.h: (WebCore::SVGViewSpec::contextElement):
  • svg/SVGZoomEvent.idl:
  • svg/properties/SVGAnimatedPropertyMacros.h:
3:26 PM Changeset in webkit [70580] by inferno@chromium.org
  • 2 edits in branches/chromium/552/WebCore

Merge 70550

BUG=60769

3:24 PM Changeset in webkit [70579] by inferno@chromium.org
  • 1 edit in branches/chromium/517/WebCore/inspector/InspectorDOMStorageResource.cpp

Merge 70550

BUG=60769
Review URL: http://codereview.chromium.org/4130003

3:11 PM Changeset in webkit [70578] by ojan@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-26 Ojan Vafai <ojan@chromium.org>

Reviewed by Tony Chang.

[chromium] remove DEFER from test_expectations
https://bugs.webkit.org/show_bug.cgi?id=48378

DEFER is no longer meaningful. We originally used it
to defer tests we didn't need to pass for our beta launch.
Now it just adds noise. I'll remove the python support for
it in a followup patch.

  • platform/chromium/test_expectations.txt:
2:41 PM Changeset in webkit [70577] by crogers@google.com
  • 249 edits
    41 copies
    9 deletes in branches/audio/JavaScriptCore

audio branch: merge 65473:70545 from trunk: JavaScriptCore

2:34 PM Changeset in webkit [70576] by crogers@google.com
  • 2126 edits
    714 copies
    260 deletes in branches/audio/WebCore

audio branch: merge 65473:70545 from trunk: WebCore

2:30 PM Changeset in webkit [70575] by andersca@apple.com
  • 2 edits in trunk/WebCore

Fix 32-bit build.

  • platform/graphics/mac/FontMac.mm:

(WebCore::showGlyphsWithAdvances):

2:10 PM Changeset in webkit [70574] by commit-queue@webkit.org
  • 40 edits
    2 adds in trunk

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • fast/frames/iframe-reparenting-fail-load-expected.txt: Added.
  • fast/frames/iframe-reparenting-fail-load.html: Added.
  • platform/mac/Skipped: Re-enabled test that failed due to this bug.

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

Test: fast/frames/iframe-reparenting-fail-load.html

  • loader/DocumentLoader.cpp: (WebCore::DocumentLoader::transferLoadingResourcesFromPage): Added method that notifies the client to update resource tracking for loading resources that have been transferred to a different page.
  • loader/DocumentLoader.h:
  • loader/EmptyClients.h: (WebCore::EmptyFrameLoaderClient::transferLoadingResourceFromPage): Empty method.
  • loader/FrameLoader.h:
  • loader/FrameLoader.cpp: Added method that triggers resource tracking updates. This wraps the DocumentLoader method as it appears DocumentLoader is opaque to Frame.
  • loader/FrameLoaderClient.h: Added API to notify the client to update resource tracking for a loading resource that has been transferred to a different page.
  • page/Frame.cpp: (WebCore::Frame::transferChildFrameToNewDocument): Update resource tracking if page has changed.

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • src/FrameLoaderClientImpl.cpp: (WebKit::FrameLoaderClientImpl::transferLoadingResourceFromPage): Empty method.
  • src/FrameLoaderClientImpl.h:

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • WebCoreSupport/FrameLoaderClientEfl.cpp: (WebCore::FrameLoaderClientEfl::transferLoadingResourceFromPage): Empty method.
  • WebCoreSupport/FrameLoaderClientEfl.h:

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::FrameLoaderClient::transferLoadingResourceFromPage): Empty method.
  • WebCoreSupport/FrameLoaderClientGtk.h:

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • WebCoreSupport/FrameLoaderClientHaiku.cpp: (WebCore::FrameLoaderClientHaiku::transferLoadingResourceFromPage): Empty method.
  • WebCoreSupport/FrameLoaderClientHaiku.h:

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • WebCoreSupport/WebFrameLoaderClient.h:
  • WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::didTransferChildFrameToNewDocument): Empty method. (WebFrameLoaderClient::transferLoadingResourceFromPage): Update resource tracking for a resource load that has been transferred to a new page.

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::transferLoadingResourceFromPage): Emtpy method.
  • WebCoreSupport/FrameLoaderClientQt.h:

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • WebCoreSupport/WebFrameLoaderClient.cpp: (WebFrameLoaderClient::transferLoadingResourceFromPage): Empty method.
  • WebCoreSupport/WebFrameLoaderClient.h:

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • WebCoreSupport/FrameLoaderClientWinCE.cpp: (WebKit::FrameLoaderClientWinCE::transferLoadingResourceFromPage): Empty method.
  • WebCoreSupport/FrameLoaderClientWinCE.h:

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • WebKitSupport/FrameLoaderClientWx.cpp: (WebCore::FrameLoaderClientWx::transferLoadingResourceFromPage): Empty method.
  • WebKitSupport/FrameLoaderClientWx.h:

2010-10-26 Jenn Braithwaite <jennb@chromium.org>

Reviewed by Dmitry Titov.

Resource tracking failure when trying to move a frame between documents
https://bugs.webkit.org/show_bug.cgi?id=44713

  • WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: (WebKit::WebFrameLoaderClient::transferLoadingResourceFromPage): Empty method.
  • WebProcess/WebCoreSupport/WebFrameLoaderClient.h:
1:56 PM Changeset in webkit [70573] by Nikolas Zimmermann
  • 31 edits
    4 adds in trunk

2010-10-26 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Rob Buis.

Convert SVGRect to the new SVGPropertyTearOff concept
https://bugs.webkit.org/show_bug.cgi?id=48204

Convert the next SVG primitive type to use the SVGPropertyTearOff concept: SVGRect.
Added new test verifying that StrictTypeChecking is enabled for SVGRect. Refactor and share code between JSC/V8/ObjC generators.

Test: svg/dom/SVGRect.html

  • GNUmakefile.am: Add SVGAnimatedRect.h to build.
  • WebCore.gypi: Ditto.
  • WebCore.pro: Ditto.
  • WebCore.vcproj/WebCore.vcproj: Ditto.
  • WebCore.xcodeproj/project.pbxproj: Ditto.
  • bindings/scripts/CodeGenerator.pm: Refactor SVGPropertyTearOff handling, and share code between JSC/V8/ObjC generators.
  • bindings/scripts/CodeGeneratorJS.pm: Ditto.
  • bindings/scripts/CodeGeneratorObjC.pm: Ditto.
  • bindings/scripts/CodeGeneratorV8.pm: Ditto.
  • svg/DeprecatedSVGAnimatedPropertyTraits.h: Remove SVGAnimatedRect handling.
  • svg/DeprecatedSVGAnimatedTemplate.h: Ditto.
  • svg/SVGAngle.idl: Remove [SVGProperty] flag.
  • svg/SVGAnimatedAngle.idl: Remove [SVGAnimatedProperty] flag.
  • svg/SVGAnimatedLength.idl: Ditto.
  • svg/SVGAnimatedLengthList.idl: Ditto.
  • svg/SVGAnimatedRect.h: Added.
  • svg/SVGFitToViewBox.h: SVGRect now uses the new tear off concept, adapt code.
  • svg/SVGLength.idl: Remove [SVGProperty] flag.
  • svg/SVGMarkerElement.h:
  • svg/SVGPatternElement.h:
  • svg/SVGRect.idl: Remove [PODType] flag, add StrictTypeChecking to all attributes.
  • svg/SVGSVGElement.cpp: s/setViewBox/setViewBoxBaseValue/. (WebCore::SVGSVGElement::currentView): (WebCore::SVGSVGElement::inheritViewAttributes):
  • svg/SVGSVGElement.h:
  • svg/SVGSVGElement.idl: Remove [Immutable] flags for SVGRect types, no longer needed.
  • svg/SVGSymbolElement.h:
  • svg/SVGViewElement.h:
  • svg/SVGViewSpec.cpp: Take a SVGElement as context element. (WebCore::SVGViewSpec::SVGViewSpec):
  • svg/SVGViewSpec.h: Ditto. (WebCore::SVGViewSpec::contextElement):
  • svg/SVGZoomEvent.idl: Remove [Immutable] flags for SVGRect types, no longer needed.
  • svg/properties/SVGAnimatedPropertyMacros.h: Support declaring animated properties on non-SVGElement types (here: SVGViewSpec), just like the old macros handled it.

2010-10-26 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Rob Buis.

Convert SVGRect to the new SVGPropertyTearOff concept
https://bugs.webkit.org/show_bug.cgi?id=48204

Added new test verifying that StrictTypeChecking is enabled for SVGRect.

  • svg/dom/SVGRect-expected.txt: Added.
  • svg/dom/SVGRect.html: Added.
  • svg/dom/script-tests/SVGRect.js: Added.
1:56 PM Changeset in webkit [70572] by Adam Roben
  • 3 edits in trunk/WebKitTools

Clear up confusion between "3D rendering" and "accelerated compositing"

WebKit has no software-based 3D rendering implementation, so 3D
rendering can only be enabled when accelerated compositing is. But DRT
was falsely reporting that 3D rendering was available on machines that
don't support accelerated compositing, leading to much confusion.

Reviewed by Darin Adler.

Fixes <http://webkit.org/b/48370> REGRESSION (r70540): Many
transforms/3d tests are failing on the XP bots

  • DumpRenderTree/win/DumpRenderTree.cpp:

(main): When ENABLE(3D_RENDERING) is turned on, only report that 3D
rendering is available when acclerated compositing is also available.

  • Scripts/old-run-webkit-tests: Skip tests that use the

-webkit-transform-3d media query when 3D rendering is disabled,
rather than when accelerated compositing is disabled.

1:52 PM Changeset in webkit [70571] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-26 Dimitri Glazkov <Dimitri Glazkov>

[Chromium] Indicate that the test only passes on Chromium/DRT.
https://bugs.webkit.org/show_bug.cgi?id=46868

  • platform/chromium/test_expectations.txt: Tweaked.
1:47 PM Changeset in webkit [70570] by eric@webkit.org
  • 12 edits
    3 deletes in trunk/WebKitTools

2010-10-26 Eric Seidel <eric@webkit.org>

Reviewed by Ojan Vafai.

Remove rietveld code now that it's unused
https://bugs.webkit.org/show_bug.cgi?id=48359

Was cool that we added this support, but now that it's
not used it makes little sense to keep it around.
We can always restore this code from SVN if we need it.

  • Scripts/webkitpy/common/config/init.py:
  • Scripts/webkitpy/common/net/bugzilla.py:
  • Scripts/webkitpy/common/net/bugzilla_unittest.py:
  • Scripts/webkitpy/common/net/rietveld.py: Removed.
  • Scripts/webkitpy/common/net/rietveld_unittest.py: Removed.
  • Scripts/webkitpy/thirdparty/init.py:
  • Scripts/webkitpy/tool/commands/download.py:
  • Scripts/webkitpy/tool/commands/download_unittest.py:
  • Scripts/webkitpy/tool/commands/queues.py:
  • Scripts/webkitpy/tool/commands/queues_unittest.py:
  • Scripts/webkitpy/tool/main.py:
  • Scripts/webkitpy/tool/mocktool.py:
  • Scripts/webkitpy/tool/steps/init.py:
  • Scripts/webkitpy/tool/steps/postcodereview.py: Removed.
1:47 PM Changeset in webkit [70569] by hyatt@apple.com
  • 16 edits in trunk

Advances are wrong and glyphs are rotated improperly in vertical writing
https://bugs.webkit.org/show_bug.cgi?id=48315

Patch by takano takumi <takano1@asia.apple.com> on 2010-10-26
Reviewed by Dave Hyatt.

WebCore:

We shouldn't use vertical metrics for Roman fonts. Also, we should rotate vertical variant
glyphs back on drawing as the whole run has already been rotated beforehand.

  • platform/graphics/cocoa/FontPlatformDataCocoa.mm:

(WebCore::FontPlatformData::FontPlatformData): Changed to ignore vertical orientation when the font doesn't support vertical metrics.

  • platform/graphics/mac/FontMac.mm:

(WebCore::showGlyphsWithAdvances): Changed to rotate glyphs -90 degree for vertical variants.
(WebCore::Font::drawGlyphs):

LayoutTests:

Changed tests to check more glyphs and updated results.

  • fast/text/international/vertical-text-glyph-test.html:
  • fast/text/international/vertical-text-metrics-test.html:
  • platform/mac/fast/text/international/vertical-text-glyph-test-expected.checksum:
  • platform/mac/fast/text/international/vertical-text-glyph-test-expected.png:
  • platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt:
  • platform/mac/fast/text/international/vertical-text-metrics-test-expected.txt:
1:46 PM Changeset in webkit [70568] by jberlin@webkit.org
  • 2 edits in trunk/WebKit2

Post any pending messages to the Injected Bundle in WebContext::processDidFinishLaunching
instead of in WebContext::ensureWebProcess.
https://bugs.webkit.org/show_bug.cgi?id=48367

Reviewed by Darin Adler.

Send pending injected bundle messages after the process finished launching instead of of
directly after creating it.

  • UIProcess/WebContext.cpp:

(WebKit::WebContext::ensureWebProcess):
Move the logic to dispatch pending injected bundle messages from here ...
(WebKit::WebContext::processDidFinishLaunching):
... to here.
Also use a reference instead of a pointer when sending the pending messages.

1:40 PM Changeset in webkit [70567] by satish@chromium.org
  • 16 edits in trunk

2010-10-26 Satish Sampath <satish@chromium.org>

Reviewed by Jeremy Orlow.

Add a 'grammar' attribute for speech input.
https://bugs.webkit.org/show_bug.cgi?id=48339

To differentiate between various types of speech input, we add a 'x-webkit-grammar' attribute to a
speech enabled input element. This is passed without validation to the speech recognizer. Typical values
could be "builtin:search", "builtin:dictation" and even an externally hosted SRGS grammar XML file URI.
It is up to the recognizer to interpret the value and use it as an aid in recognition.

  • bindings/generic/RuntimeEnabledFeatures.h: (WebCore::RuntimeEnabledFeatures::webkitGrammarEnabled):
  • html/HTMLAttributeNames.in:
  • html/HTMLInputElement.idl:
  • page/SpeechInput.cpp: (WebCore::SpeechInput::startRecognition):
  • page/SpeechInput.h:
  • page/SpeechInputClient.h:
  • platform/mock/SpeechInputClientMock.cpp: (WebCore::SpeechInputClientMock::startRecognition):
  • platform/mock/SpeechInputClientMock.h:
  • rendering/TextControlInnerElements.cpp: (WebCore::InputFieldSpeechButtonElement::defaultEventHandler):

2010-10-26 Satish Sampath <satish@chromium.org>

Reviewed by Jeremy Orlow.

Add a 'grammar' attribute for speech input.
https://bugs.webkit.org/show_bug.cgi?id=48339

To differentiate between various types of speech input, we add a 'x-webkit-grammar' attribute to a
speech enabled input element. This is passed without validation to the speech recognizer. Typical values
could be "builtin:search", "builtin:dictation" and even an externally hosted SRGS grammar XML file URI.
It is up to the recognizer to interpret the value and use it as an aid in recognition.

  • public/WebSpeechInputController.h: (WebKit::WebSpeechInputController::startRecognition):
  • src/SpeechInputClientImpl.cpp: (WebKit::SpeechInputClientImpl::startRecognition):
  • src/SpeechInputClientImpl.h:
  • src/WebSpeechInputControllerMockImpl.cpp: (WebKit::WebSpeechInputControllerMockImpl::startRecognition):
  • src/WebSpeechInputControllerMockImpl.h:
1:37 PM Changeset in webkit [70566] by pfeldman@chromium.org
  • 2 edits in trunk/WebCore

2010-10-26 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: console does not work after two reloads.
https://bugs.webkit.org/show_bug.cgi?id=48318

  • inspector/InspectorController.cpp: (WebCore::InspectorController::disconnectFrontend):
1:29 PM Changeset in webkit [70565] by podivilov@chromium.org
  • 2 edits in trunk/WebCore

2010-10-26 Pavel Podivilov <podivilov@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: console doesn't work in closures when window is overrode
https://bugs.webkit.org/show_bug.cgi?id=48320

  • inspector/front-end/InjectedScript.js: (injectedScriptConstructor.):
1:28 PM Changeset in webkit [70564] by andersca@apple.com
  • 12 edits in trunk

WebKit2: pageDidScroll callback should be on the UI process client rather than (or in addition to) the web process client
https://bugs.webkit.org/show_bug.cgi?id=48366

Reviewed by Sam Weinig.

  • UIProcess/API/qt/qwkpage.cpp:

(QWKPage::QWKPage):
Add zero initializer.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::pageDidScroll):
Call the pageDidScroll client function.

  • UIProcess/WebPageProxy.messages.in:

Add PageDidScroll message.

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::pageDidScroll):
Send the PageDidScroll message.

WebKitTools: pageDidScroll callback should be on the UI process client rather than (or in addition to) the web process client
https://bugs.webkit.org/show_bug.cgi?id=48366
<rdar://problem/8595202>

Reviewed by Sam Weinig.

  • MiniBrowser/mac/BrowserWindowController.m:

(-[BrowserWindowController awakeFromNib]):

  • WebKitTestRunner/TestController.cpp:

(WTR::createOtherPage):
(WTR::TestController::initialize):

1:26 PM Changeset in webkit [70563] by Dimitri Glazkov
  • 11 edits
    1 delete in trunk/LayoutTests

[Chromium] Add/change baselines after r70546 and added Chromium-mac
specific test to expectations.
https://bugs.webkit.org/show_bug.cgi?id=48157
https://bugs.webkit.org/show_bug.cgi?id=46868

  • platform/chromium-linux/fast/blockflow/english-rl-text-expected.checksum: Added.
  • platform/chromium-linux/fast/multicol/nested-columns-expected.checksum: Updated.
  • platform/chromium-linux/fast/multicol/nested-columns-expected.png: Updated.
  • platform/chromium-linux/fast/multicol/nested-columns-expected.txt: Removed.
  • platform/chromium-win/fast/blockflow/english-rl-text-expected.checksum: Added.
  • platform/chromium-win/fast/blockflow/english-rl-text-expected.png: Added.
  • platform/chromium-win/fast/blockflow/english-rl-text-expected.txt: Added.
  • platform/chromium-win/fast/multicol/nested-columns-expected.checksum: Updated.
  • platform/chromium-win/fast/multicol/nested-columns-expected.png: Updated.
  • platform/chromium-win/fast/multicol/nested-columns-expected.txt: Updated.
  • platform/chromium/test_expectations.txt: Tweaked.
1:19 PM Changeset in webkit [70562] by eric@webkit.org
  • 4 edits in trunk/WebKitTools

2010-10-26 Eric Seidel <eric@webkit.org>

Reviewed by Tony Chang.

Teach webkit-patch how to read credentials from the environment
https://bugs.webkit.org/show_bug.cgi?id=48275

This makes it possible for svn users to have their bugzilla credentials
stored in their environment instead of typing them every time.

We need this for making it easy to run the win-ews bot (which currently
uses svn instead of git).

  • Scripts/webkitpy/common/net/credentials.py:
  • Scripts/webkitpy/common/net/credentials_unittest.py:
1:16 PM Changeset in webkit [70561] by bweinstein@apple.com
  • 5 edits in trunk/WebKit2

Need a way to retrieve custom user agent from a WKPage
https://bugs.webkit.org/show_bug.cgi?id=48360
<rdar://problem/8466537>

Reviewed by Darin Adler.

Add an exported function on WKPage to get the page's custom user agent.

  • UIProcess/API/C/WKPage.cpp:

(WKPageCopyCustomUserAgent): Exported function that returns the custom user

agent.

  • UIProcess/API/C/WKPage.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::close): Clear the custom user agent string.
(WebKit::WebPageProxy::processDidCrash): Ditto.
(WebKit::WebPageProxy::setCustomUserAgent): Add a new early return if we're setting

the custom user agent to what it was before, and set the custom user agent member
variable.

  • UIProcess/WebPageProxy.h:

(WebKit::WebPageProxy::customUserAgent): Returns the custom user agent.

1:08 PM Changeset in webkit [70560] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-26 Dimitri Glazkov <Dimitri Glazkov>

[Chromium] Add yet another flake.
https://bugs.webkit.org/show_bug.cgi?id=48352

  • platform/chromium/test_expectations.txt: Added flakey test.
1:01 PM Changeset in webkit [70559] by hans@chromium.org
  • 8 edits in trunk/WebKit/chromium

2010-10-26 Hans Wennborg <hans@chromium.org>

Reviewed by Jeremy Orlow.

IndexedDB: update stale comments referring to WebIndexedDatabase.
https://bugs.webkit.org/show_bug.cgi?id=48325

WebIndexedDatabase was renamed to WebIDBFactory in
http://trac.webkit.org/changeset/64344, but some comments referring to
it were left unchanged.

  • public/WebIDBCursor.h:
  • public/WebIDBDatabase.h:
  • public/WebIDBDatabaseError.h:
  • public/WebIDBIndex.h:
  • public/WebIDBObjectStore.h:
  • public/WebIDBTransaction.h:
  • src/WebIDBDatabaseImpl.h:
12:49 PM Changeset in webkit [70558] by commit-queue@webkit.org
  • 2 edits in trunk/WebKit/qt

2010-10-26 Yi Shen <yi.4.shen@nokia.com>

Reviewed by Andreas Kling.

[Qt] Skipping popup focus test for symbian
https://bugs.webkit.org/show_bug.cgi?id=48324

  • tests/qwebframe/tst_qwebframe.cpp:
12:47 PM Changeset in webkit [70557] by jocelyn.turcotte@nokia.com
  • 2 edits in trunk/WebCore

2010-10-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Fix an assert with QtPixmapInstance creation.
https://bugs.webkit.org/show_bug.cgi?id=48323

This places the newly refcounted QtPixmapInstance in a RefPtr
to prevent an assert on the first ref() call.

  • bridge/qt/qt_pixmapruntime.cpp: (JSC::Bindings::QtPixmapInstance::createPixmapRuntimeObject):
12:35 PM Changeset in webkit [70556] by jocelyn.turcotte@nokia.com
  • 4 edits in trunk/WebKit/qt

2010-10-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>

Reviewed by Andreas Kling.

[Qt] Unit tests: setHtml("data:text/html,...") -> load(QUrl("data:text/html,..."))
https://bugs.webkit.org/show_bug.cgi?id=48319

These tests were failing since the new HTML parser.
This patch removes the content type from the error page as well.

  • tests/qgraphicswebview/tst_qgraphicswebview.cpp: (tst_QGraphicsWebView::crashOnViewlessWebPages):
  • tests/qwebelement/tst_qwebelement.cpp: (tst_QWebElement::frame):
  • tests/qwebpage/tst_qwebpage.cpp: (tst_QWebPage::loadFinished): (ErrorPage::extension): (tst_QWebPage::errorPageExtension): (tst_QWebPage::errorPageExtensionInIFrames): (tst_QWebPage::errorPageExtensionInFrameset):
12:25 PM Changeset in webkit [70555] by commit-queue@webkit.org
  • 6 edits
    2 adds in trunk

2010-10-26 Kenichi Ishibashi <bashi@google.com>

Reviewed by Kent Tamura.

Input Method inserts conversion candidates unexpectedly
https://bugs.webkit.org/show_bug.cgi?id=46868

Adds a test.

  • platform/chromium/fast/text/chromium-mac-duplicate-ime-composition.html: Added.

2010-10-26 Kenichi Ishibashi <bashi@google.com>

Reviewed by Kent Tamura.

Input Method inserts conversion candidates unexpectedly
https://bugs.webkit.org/show_bug.cgi?id=46868

Calls updateStyleIfNeeded() before setting selection for the composition to
avoid inserting the previous composition text into a content editable element
which has an event handler that changes the style of the element.

Test: platform/chromium/fast/text/chromium-mac-duplicate-ime-composition.html

  • editing/Editor.cpp: (WebCore::Editor::setComposition): calls updateStyleIfNeeded() before setting selection.

2010-10-26 Kenichi Ishibashi <bashi@google.com>

Reviewed by Kent Tamura.

Input Method inserts conversion candidates unexpectedly
https://bugs.webkit.org/show_bug.cgi?id=46868

Adds setComposition() to TextInputController to make DRT emulate
an input method behavior.

  • DumpRenderTree/chromium/TextInputController.cpp: (TextInputController::TextInputController): (TextInputController::setComposition): Added.
  • DumpRenderTree/chromium/TextInputController.h:
12:19 PM Changeset in webkit [70554] by commit-queue@webkit.org
  • 14 edits in trunk

2010-10-26 Mario Sanchez Prada <msanchez@igalia.com>

Reviewed by Chris Fleizach.

[Gtk] Layout tables should indicate that they are not data tables via an object attribute
https://bugs.webkit.org/show_bug.cgi?id=35422

Set the 'layout-guess' attribute to 'true' for data tables.

Reorganized some code in AccessibilityTable so now the function
isDataTable() is more coherent by just answering that very
specific question, regardless of whether the table is being
exposed or not to Assistive Technologies.

Hence, now it's possible to make two questions separately instead
of just one, meaning that the new function isAccessibleTable() is
now what we formerly defined as the isDataTable() function.

  • accessibility/AccessibilityObject.h: (WebCore::AccessibilityObject::isAccessibilityTable):

New function to allow asking tables both whether they are
exposed and whether they are data tables, which are different
questions whose answers might be the same in many situations,
but different sometimes (as it can happen in the GTK port).

  • accessibility/AccessibilityTable.h:
  • accessibility/AccessibilityTable.cpp: (WebCore::AccessibilityTable::hasARIARole):

New, checks whether the table has a valid ARIA role.

(WebCore::AccessibilityTable::isAccessibilityTable):

New, returns the value of m_isAccessibilityTable. It's
basically the former isDataTable() function renamed.

(WebCore::AccessibilityTable::isDataTable):

Changed behaviour. Instead of just returning the value of
m_isAccessibilityTable as it did so far (which was confusing
because of that's not what the name suggests), focus on
checking whether it's a data table or not and return a bool
value accordingly. It's basically a rename of the former
isTableExposableThroughAccessibility() function, but withouth
the GTK-specific if-endif region (which didn't make sense
here now, because that was answering the question "is the table
exposed in the GTK port?", instead of "is it a data table?").

(WebCore::AccessibilityTable::isTableExposableThroughAccessibility):

Uses the hasAriaRole(), and isDataTable() to determine whether
a table should be exposed or not. Also includes the GTK-specific
if-region coming from the former implementation of the function
isTableExposableThroughAccessibility() not to check whether it's
a data table in case the rest of the checks succeeded (all
tables are exposed in the GTK port).

(WebCore::AccessibilityTable::addChildren):

Replace usage of isDataTable() with isAccessibilityTable(), to
keep exactly the same behaviour happening before this patch.

(WebCore::AccessibilityTable::roleValue): Ditto.
(WebCore::AccessibilityTable::accessibilityIsIgnored): Ditto.
(WebCore::AccessibilityTable::title): Ditto.

Updated usage of the former function isDataTable() everywhere
else, replacing it with the new isAccessibilityTable(), so keeping
exactly the same behaviour happening before this patch.

  • accessibility/AccessibilityARIAGrid.cpp: (WebCore::AccessibilityARIAGrid::addChildren):

Use isAccessibilityTable() instead of isDataTable().

  • accessibility/AccessibilityARIAGridCell.cpp: (WebCore::AccessibilityARIAGridCell::parentTable): Ditto.
  • accessibility/AccessibilityARIAGridRow.cpp: (WebCore::AccessibilityARIAGridRow::disclosedRows): Ditto. (WebCore::AccessibilityARIAGridRow::disclosedByRow): Ditto. (WebCore::AccessibilityARIAGridRow::parentTable): Ditto.
  • accessibility/AccessibilityTableCell.cpp: (WebCore::AccessibilityTableCell::isTableCell):

Use isAccessibilityTable() instead of isDataTable().

  • accessibility/AccessibilityTableHeaderContainer.cpp: (WebCore::AccessibilityTableHeaderContainer::addChildren): Ditto.
  • accessibility/AccessibilityTableRow.cpp: (WebCore::AccessibilityTableRow::isTableRow): Ditto
  • accessibility/mac/AccessibilityObjectWrapper.mm: (-[AccessibilityObjectWrapper additionalAccessibilityAttributeNames]):

Use isAccessibilityTable() instead of isDataTable().

(-[AccessibilityObjectWrapper accessibilityAttributeNames]): Ditto.
(-[AccessibilityObjectWrapper accessibilityAttributeValue:]): Ditto.
(-[AccessibilityObjectWrapper accessibilityParameterizedAttributeNames]): Ditto.
(-[AccessibilityObjectWrapper accessibilitySetValue:forAttribute:]): Ditto.
(-[AccessibilityObjectWrapper accessibilityAttributeValue:forParameter:]): Ditto.

Use the new function isAccessibilityTable() together with the
modified implementation of isDataTable() to set the 'layout-guess'
attribute when needed.

  • accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: (webkit_accessible_get_attributes):

Set the 'layout-guess' attribute to 'true' to help Assistive
Technologies guessing which tables are not data tables.

2010-10-26 Mario Sanchez Prada <msanchez@igalia.com>

Reviewed by Chris Fleizach.

[Gtk] Layout tables should indicate that they are not data tables via an object attribute
https://bugs.webkit.org/show_bug.cgi?id=35422

New unit test to check the 'layout-guess' attribute in tables.

  • tests/testatk.c: (atkAttributeSetAttributeNameHasValue): New, looks for a attribute with a specific value, by the name of attribute. (atkAttributeSetContainsAttributeName): New, just checks whether an attribute with a specified name is present in the set. (atkAttributeSetAttributeHasValue): Modified to relay on the new function atkAttributeSetAttributeNameHasValue(). (testWebkitAtkLayoutAndDataTables): New test. (main): Added the new test.
12:11 PM Changeset in webkit [70553] by cmarrin@apple.com
  • 4 edits
    2 adds in trunk

2010-10-26 Chris Marrin <cmarrin@apple.com>

Reviewed by Simon Fraser.

Resuming animations causes webkitAnimationStart events to be fired
https://bugs.webkit.org/show_bug.cgi?id=46540

Added a flag that makes sure start animation event is only ever
fired once.

Test: animations/suspend-resume-animation-events.html

  • page/animation/KeyframeAnimation.cpp: (WebCore::KeyframeAnimation::KeyframeAnimation): (WebCore::KeyframeAnimation::sendAnimationEvent):
  • page/animation/KeyframeAnimation.h:
12:01 PM Changeset in webkit [70552] by senorblanco@chromium.org
  • 5 edits in trunk/WebKit/chromium

2010-10-22 Stephen White <senorblanco@chromium.org>

Reviewed by Kenneth Russell.

Implement copy-texture-to-parent-texture API for WebGraphicsContext3DDefaultImpl.
https://bugs.webkit.org/show_bug.cgi?id=48152


This allows the in-process implementation to do accelerated canvas and
accelerated compositing together. It requires some changes landed
in chromium 63528, so this patch also rolls chromium DEPS to 63722
(current LKGR).

Covered by fast/canvas/arc360.html, and many more when run with
--accelerated-compositing and --accelerated-2d-canvas.

  • src/WebGraphicsContext3DDefaultImpl.cpp: (WebKit::WebGraphicsContext3DDefaultImpl::WebGraphicsContext3DDefaultImpl): Add member vars to save the currently-bound texture and for the texture-to-texture FBO. (WebKit::WebGraphicsContext3DDefaultImpl::~WebGraphicsContext3DDefaultImpl): Delete the texture-to-texture FBO on destruction.

(WebKit::WebGraphicsContext3DDefaultImpl::initialize):
Generate the texture-to-texture FBO.
(WebKit::WebGraphicsContext3DDefaultImpl::supportsCopyTextureToParentTextureCHROMIUM):
Check for support of the glGetTexLevelParameteriv function (required
for this implementation).
(WebKit::WebGraphicsContext3DDefaultImpl::copyTextureToParentTextureCHROMIUM):
Implement the extension: bind the FBO, bind the child texture, then
do a glCopyTexImage2D() into the parent texture.
(WebKit::WebGraphicsContext3DDefaultImpl::bindTexture):
Record the newly-bound texture in m_boundTexture.

  • src/WebGraphicsContext3DDefaultImpl.h: Add the two new member variables.
  • src/WebViewImpl.cpp: (WebKit::WebViewImpl::graphicsContext3D): Make sure the graphics context is reshaped to the correct size on all platforms.
11:57 AM Changeset in webkit [70551] by Martin Robinson
  • 6 edits
    485 adds in trunk/LayoutTests

2010-10-26 Martin Robinson <mrobinson@igalia.com>

Add baselines for some GTK+ tests, unskip passing tests and organize
failing tests in preparation for landing GTK+ form control fixes.

  • platform/gtk/Skipped: Organization.
  • platform/gtk/fast/forms/001-expected.checksum: Added.
  • platform/gtk/fast/forms/001-expected.png: Added.
  • platform/gtk/fast/forms/001-expected.txt: Added.
  • platform/gtk/fast/forms/002-expected.checksum: Added.
  • platform/gtk/fast/forms/002-expected.png: Added.
  • platform/gtk/fast/forms/002-expected.txt: Added.
  • platform/gtk/fast/forms/003-expected.checksum: Added.
  • platform/gtk/fast/forms/003-expected.png: Added.
  • platform/gtk/fast/forms/003-expected.txt: Added.
  • platform/gtk/fast/forms/004-expected.checksum: Added.
  • platform/gtk/fast/forms/004-expected.png: Added.
  • platform/gtk/fast/forms/004-expected.txt: Added.
  • platform/gtk/fast/forms/005-expected.checksum: Added.
  • platform/gtk/fast/forms/005-expected.png: Added.
  • platform/gtk/fast/forms/005-expected.txt: Added.
  • platform/gtk/fast/forms/006-expected.checksum: Added.
  • platform/gtk/fast/forms/006-expected.png: Added.
  • platform/gtk/fast/forms/006-expected.txt: Added.
  • platform/gtk/fast/forms/007-expected.checksum: Added.
  • platform/gtk/fast/forms/007-expected.png: Added.
  • platform/gtk/fast/forms/007-expected.txt: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label01-expected.checksum: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label02-expected.checksum: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label03-expected.checksum: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label04-expected.checksum: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label05-expected.checksum: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label05-expected.png: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label05-expected.txt: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label06-expected.checksum: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label07-expected.checksum: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png: Added.
  • platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt: Added.
  • platform/gtk/fast/forms/basic-buttons-expected.checksum: Added.
  • platform/gtk/fast/forms/basic-buttons-expected.png: Added.
  • platform/gtk/fast/forms/basic-buttons-expected.txt: Added.
  • platform/gtk/fast/forms/basic-inputs-expected.checksum: Added.
  • platform/gtk/fast/forms/basic-inputs-expected.png: Added.
  • platform/gtk/fast/forms/basic-inputs-expected.txt: Added.
  • platform/gtk/fast/forms/basic-selects-expected.checksum: Added.
  • platform/gtk/fast/forms/basic-selects-expected.png: Added.
  • platform/gtk/fast/forms/basic-selects-expected.txt: Added.
  • platform/gtk/fast/forms/basic-textareas-expected.checksum: Added.
  • platform/gtk/fast/forms/basic-textareas-expected.png: Added.
  • platform/gtk/fast/forms/basic-textareas-expected.txt: Added.
  • platform/gtk/fast/forms/basic-textareas-quirks-expected.checksum: Added.
  • platform/gtk/fast/forms/basic-textareas-quirks-expected.png: Added.
  • platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Added.
  • platform/gtk/fast/forms/blankbuttons-expected.checksum: Added.
  • platform/gtk/fast/forms/blankbuttons-expected.png: Added.
  • platform/gtk/fast/forms/blankbuttons-expected.txt: Added.
  • platform/gtk/fast/forms/button-align-expected.checksum: Added.
  • platform/gtk/fast/forms/button-align-expected.png: Added.
  • platform/gtk/fast/forms/button-align-expected.txt: Added.
  • platform/gtk/fast/forms/button-cannot-be-nested-expected.checksum: Added.
  • platform/gtk/fast/forms/button-cannot-be-nested-expected.png: Added.
  • platform/gtk/fast/forms/button-cannot-be-nested-expected.txt: Added.
  • platform/gtk/fast/forms/button-default-title-expected.checksum: Added.
  • platform/gtk/fast/forms/button-default-title-expected.png: Added.
  • platform/gtk/fast/forms/button-default-title-expected.txt: Added.
  • platform/gtk/fast/forms/button-generated-content-expected.checksum: Added.
  • platform/gtk/fast/forms/button-generated-content-expected.png: Added.
  • platform/gtk/fast/forms/button-generated-content-expected.txt: Added.
  • platform/gtk/fast/forms/button-inner-block-reuse-expected.checksum: Added.
  • platform/gtk/fast/forms/button-inner-block-reuse-expected.png: Added.
  • platform/gtk/fast/forms/button-inner-block-reuse-expected.txt: Added.
  • platform/gtk/fast/forms/button-positioned-expected.checksum: Added.
  • platform/gtk/fast/forms/button-positioned-expected.png: Added.
  • platform/gtk/fast/forms/button-positioned-expected.txt: Added.
  • platform/gtk/fast/forms/button-sizes-expected.checksum: Added.
  • platform/gtk/fast/forms/button-sizes-expected.png: Added.
  • platform/gtk/fast/forms/button-sizes-expected.txt: Added.
  • platform/gtk/fast/forms/button-submit-expected.checksum: Added.
  • platform/gtk/fast/forms/button-submit-expected.png: Added.
  • platform/gtk/fast/forms/button-submit-expected.txt: Added.
  • platform/gtk/fast/forms/button-table-styles-expected.checksum: Added.
  • platform/gtk/fast/forms/button-table-styles-expected.png: Added.
  • platform/gtk/fast/forms/button-table-styles-expected.txt: Added.
  • platform/gtk/fast/forms/button-text-transform-expected.checksum: Added.
  • platform/gtk/fast/forms/button-text-transform-expected.png: Added.
  • platform/gtk/fast/forms/button-text-transform-expected.txt: Added.
  • platform/gtk/fast/forms/button-white-space-expected.checksum: Added.
  • platform/gtk/fast/forms/button-white-space-expected.png: Added.
  • platform/gtk/fast/forms/button-white-space-expected.txt: Added.
  • platform/gtk/fast/forms/caret-rtl-expected.checksum: Added.
  • platform/gtk/fast/forms/caret-rtl-expected.png: Added.
  • platform/gtk/fast/forms/caret-rtl-expected.txt: Added.
  • platform/gtk/fast/forms/checkbox-radio-onchange-expected.checksum: Added.
  • platform/gtk/fast/forms/checkbox-radio-onchange-expected.png: Added.
  • platform/gtk/fast/forms/checkbox-radio-onchange-expected.txt: Added.
  • platform/gtk/fast/forms/control-clip-expected.checksum: Added.
  • platform/gtk/fast/forms/control-clip-expected.png: Added.
  • platform/gtk/fast/forms/control-clip-expected.txt: Added.
  • platform/gtk/fast/forms/control-clip-overflow-expected.checksum: Added.
  • platform/gtk/fast/forms/control-clip-overflow-expected.png: Added.
  • platform/gtk/fast/forms/control-clip-overflow-expected.txt: Added.
  • platform/gtk/fast/forms/control-restrict-line-height-expected.checksum: Added.
  • platform/gtk/fast/forms/control-restrict-line-height-expected.png: Added.
  • platform/gtk/fast/forms/control-restrict-line-height-expected.txt: Added.
  • platform/gtk/fast/forms/disabled-select-change-index-expected.checksum: Added.
  • platform/gtk/fast/forms/disabled-select-change-index-expected.png: Added.
  • platform/gtk/fast/forms/disabled-select-change-index-expected.txt: Added.
  • platform/gtk/fast/forms/encoding-test-expected.checksum: Added.
  • platform/gtk/fast/forms/encoding-test-expected.png: Added.
  • platform/gtk/fast/forms/encoding-test-expected.txt: Added.
  • platform/gtk/fast/forms/fieldset-align-expected.checksum: Added.
  • platform/gtk/fast/forms/fieldset-align-expected.png: Added.
  • platform/gtk/fast/forms/fieldset-align-expected.txt: Added.
  • platform/gtk/fast/forms/fieldset-with-float-expected.checksum: Added.
  • platform/gtk/fast/forms/fieldset-with-float-expected.png: Added.
  • platform/gtk/fast/forms/fieldset-with-float-expected.txt: Added.
  • platform/gtk/fast/forms/file-input-direction-expected.checksum: Added.
  • platform/gtk/fast/forms/file-input-direction-expected.png: Added.
  • platform/gtk/fast/forms/file-input-direction-expected.txt: Added.
  • platform/gtk/fast/forms/file-input-disabled-expected.checksum: Added.
  • platform/gtk/fast/forms/file-input-disabled-expected.png: Added.
  • platform/gtk/fast/forms/file-input-disabled-expected.txt: Added.
  • platform/gtk/fast/forms/float-before-fieldset-expected.checksum: Added.
  • platform/gtk/fast/forms/float-before-fieldset-expected.png: Added.
  • platform/gtk/fast/forms/float-before-fieldset-expected.txt: Added.
  • platform/gtk/fast/forms/floating-textfield-relayout-expected.checksum: Added.
  • platform/gtk/fast/forms/floating-textfield-relayout-expected.png: Added.
  • platform/gtk/fast/forms/floating-textfield-relayout-expected.txt: Added.
  • platform/gtk/fast/forms/form-added-to-table-expected.checksum: Added.
  • platform/gtk/fast/forms/form-added-to-table-expected.png: Added.
  • platform/gtk/fast/forms/form-added-to-table-expected.txt: Added.
  • platform/gtk/fast/forms/form-element-geometry-expected.checksum: Added.
  • platform/gtk/fast/forms/form-element-geometry-expected.png: Added.
  • platform/gtk/fast/forms/form-element-geometry-expected.txt: Added.
  • platform/gtk/fast/forms/form-hides-table-expected.checksum: Added.
  • platform/gtk/fast/forms/form-hides-table-expected.png: Added.
  • platform/gtk/fast/forms/form-hides-table-expected.txt: Added.
  • platform/gtk/fast/forms/form-in-malformed-markup-expected.checksum: Added.
  • platform/gtk/fast/forms/form-in-malformed-markup-expected.png: Added.
  • platform/gtk/fast/forms/form-in-malformed-markup-expected.txt: Added.
  • platform/gtk/fast/forms/formmove-expected.checksum: Added.
  • platform/gtk/fast/forms/formmove-expected.png: Added.
  • platform/gtk/fast/forms/formmove-expected.txt: Added.
  • platform/gtk/fast/forms/formmove2-expected.checksum: Added.
  • platform/gtk/fast/forms/formmove2-expected.png: Added.
  • platform/gtk/fast/forms/formmove2-expected.txt: Added.
  • platform/gtk/fast/forms/formmove3-expected.checksum: Added.
  • platform/gtk/fast/forms/formmove3-expected.png: Added.
  • platform/gtk/fast/forms/formmove3-expected.txt: Added.
  • platform/gtk/fast/forms/hidden-input-file-expected.checksum: Added.
  • platform/gtk/fast/forms/hidden-input-file-expected.png: Added.
  • platform/gtk/fast/forms/hidden-input-file-expected.txt: Added.
  • platform/gtk/fast/forms/hidden-listbox-expected.checksum: Added.
  • platform/gtk/fast/forms/hidden-listbox-expected.png: Added.
  • platform/gtk/fast/forms/hidden-listbox-expected.txt: Added.
  • platform/gtk/fast/forms/image-border-expected.checksum: Added.
  • platform/gtk/fast/forms/image-border-expected.png: Added.
  • platform/gtk/fast/forms/image-border-expected.txt: Added.
  • platform/gtk/fast/forms/indeterminate-expected.checksum: Added.
  • platform/gtk/fast/forms/indeterminate-expected.png: Added.
  • platform/gtk/fast/forms/indeterminate-expected.txt: Added.
  • platform/gtk/fast/forms/input-align-expected.checksum: Added.
  • platform/gtk/fast/forms/input-align-expected.png: Added.
  • platform/gtk/fast/forms/input-align-expected.txt: Added.
  • platform/gtk/fast/forms/input-align-image-expected.checksum: Added.
  • platform/gtk/fast/forms/input-align-image-expected.png: Added.
  • platform/gtk/fast/forms/input-align-image-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-bkcolor-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-bkcolor-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-disabled-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-disabled-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-disabled-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-focus-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-focus-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-focus-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-height-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-height-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-height-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-preventDefault-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-preventDefault-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-readonly-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-readonly-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-readonly-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-selection-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-selection-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-selection-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-visibility-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-visibility-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-visibility-expected.txt: Added.
  • platform/gtk/fast/forms/input-appearance-width-expected.checksum: Added.
  • platform/gtk/fast/forms/input-appearance-width-expected.png: Added.
  • platform/gtk/fast/forms/input-appearance-width-expected.txt: Added.
  • platform/gtk/fast/forms/input-baseline-expected.checksum: Added.
  • platform/gtk/fast/forms/input-baseline-expected.png: Added.
  • platform/gtk/fast/forms/input-baseline-expected.txt: Added.
  • platform/gtk/fast/forms/input-disabled-color-expected.checksum: Added.
  • platform/gtk/fast/forms/input-disabled-color-expected.png: Added.
  • platform/gtk/fast/forms/input-disabled-color-expected.txt: Added.
  • platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.checksum: Added.
  • platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
  • platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
  • platform/gtk/fast/forms/input-field-text-truncated-expected.checksum: Added.
  • platform/gtk/fast/forms/input-field-text-truncated-expected.png: Added.
  • platform/gtk/fast/forms/input-field-text-truncated-expected.txt: Added.
  • platform/gtk/fast/forms/input-first-letter-expected.checksum: Added.
  • platform/gtk/fast/forms/input-first-letter-expected.png: Added.
  • platform/gtk/fast/forms/input-first-letter-expected.txt: Added.
  • platform/gtk/fast/forms/input-no-renderer-expected.checksum: Added.
  • platform/gtk/fast/forms/input-no-renderer-expected.png: Added.
  • platform/gtk/fast/forms/input-no-renderer-expected.txt: Added.
  • platform/gtk/fast/forms/input-paste-undo-expected.checksum: Added.
  • platform/gtk/fast/forms/input-paste-undo-expected.png: Added.
  • platform/gtk/fast/forms/input-paste-undo-expected.txt: Added.
  • platform/gtk/fast/forms/input-placeholder-focus-twice-expected.checksum:
  • platform/gtk/fast/forms/input-placeholder-focus-twice-expected.png:
  • platform/gtk/fast/forms/input-readonly-autoscroll-expected.checksum: Added.
  • platform/gtk/fast/forms/input-readonly-autoscroll-expected.png: Added.
  • platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt: Added.
  • platform/gtk/fast/forms/input-readonly-dimmed-expected.checksum: Added.
  • platform/gtk/fast/forms/input-readonly-dimmed-expected.png: Added.
  • platform/gtk/fast/forms/input-readonly-dimmed-expected.txt: Added.
  • platform/gtk/fast/forms/input-readonly-empty-expected.checksum: Added.
  • platform/gtk/fast/forms/input-readonly-empty-expected.png: Added.
  • platform/gtk/fast/forms/input-readonly-empty-expected.txt: Added.
  • platform/gtk/fast/forms/input-selectedoption-expected.txt: Added.
  • platform/gtk/fast/forms/input-spaces-expected.checksum: Added.
  • platform/gtk/fast/forms/input-spaces-expected.png: Added.
  • platform/gtk/fast/forms/input-spaces-expected.txt: Added.
  • platform/gtk/fast/forms/input-table-expected.checksum: Added.
  • platform/gtk/fast/forms/input-table-expected.png: Added.
  • platform/gtk/fast/forms/input-table-expected.txt: Added.
  • platform/gtk/fast/forms/input-text-click-inside-expected.checksum: Added.
  • platform/gtk/fast/forms/input-text-click-inside-expected.png: Added.
  • platform/gtk/fast/forms/input-text-click-inside-expected.txt: Added.
  • platform/gtk/fast/forms/input-text-click-outside-expected.checksum: Added.
  • platform/gtk/fast/forms/input-text-click-outside-expected.png: Added.
  • platform/gtk/fast/forms/input-text-click-outside-expected.txt: Added.
  • platform/gtk/fast/forms/input-text-double-click-expected.checksum: Added.
  • platform/gtk/fast/forms/input-text-double-click-expected.png: Added.
  • platform/gtk/fast/forms/input-text-double-click-expected.txt: Added.
  • platform/gtk/fast/forms/input-text-option-delete-expected.checksum: Added.
  • platform/gtk/fast/forms/input-text-option-delete-expected.png: Added.
  • platform/gtk/fast/forms/input-text-option-delete-expected.txt: Added.
  • platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.checksum: Added.
  • platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
  • platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added.
  • platform/gtk/fast/forms/input-text-self-emptying-click-expected.checksum: Added.
  • platform/gtk/fast/forms/input-text-self-emptying-click-expected.png: Added.
  • platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt: Added.
  • platform/gtk/fast/forms/input-text-word-wrap-expected.checksum: Added.
  • platform/gtk/fast/forms/input-text-word-wrap-expected.png: Added.
  • platform/gtk/fast/forms/input-text-word-wrap-expected.txt: Added.
  • platform/gtk/fast/forms/input-type-change-expected.checksum: Added.
  • platform/gtk/fast/forms/input-type-change-expected.png: Added.
  • platform/gtk/fast/forms/input-type-change-expected.txt: Added.
  • platform/gtk/fast/forms/input-type-change2-expected.checksum: Added.
  • platform/gtk/fast/forms/input-type-change2-expected.png: Added.
  • platform/gtk/fast/forms/input-type-change2-expected.txt: Added.
  • platform/gtk/fast/forms/input-type-text-min-width-expected.checksum: Added.
  • platform/gtk/fast/forms/input-type-text-min-width-expected.png: Added.
  • platform/gtk/fast/forms/input-type-text-min-width-expected.txt: Added.
  • platform/gtk/fast/forms/input-value-expected.checksum: Added.
  • platform/gtk/fast/forms/input-value-expected.png: Added.
  • platform/gtk/fast/forms/input-value-expected.txt: Added.
  • platform/gtk/fast/forms/input-width-expected.checksum: Added.
  • platform/gtk/fast/forms/input-width-expected.png: Added.
  • platform/gtk/fast/forms/input-width-expected.txt: Added.
  • platform/gtk/fast/forms/isindex-placeholder-expected.checksum: Added.
  • platform/gtk/fast/forms/isindex-placeholder-expected.png: Added.
  • platform/gtk/fast/forms/isindex-placeholder-expected.txt: Added.
  • platform/gtk/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum: Added.
  • platform/gtk/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
  • platform/gtk/fast/forms/linebox-overflow-in-textarea-padding-expected.txt: Added.
  • platform/gtk/fast/forms/listbox-clip-expected.checksum: Added.
  • platform/gtk/fast/forms/listbox-clip-expected.png: Added.
  • platform/gtk/fast/forms/listbox-clip-expected.txt: Added.
  • platform/gtk/fast/forms/listbox-scrollbar-incremental-load-expected.checksum: Added.
  • platform/gtk/fast/forms/listbox-scrollbar-incremental-load-expected.png: Added.
  • platform/gtk/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Added.
  • platform/gtk/fast/forms/listbox-width-change-expected.checksum: Added.
  • platform/gtk/fast/forms/listbox-width-change-expected.png: Added.
  • platform/gtk/fast/forms/listbox-width-change-expected.txt: Added.
  • platform/gtk/fast/forms/minWidthPercent-expected.checksum: Added.
  • platform/gtk/fast/forms/minWidthPercent-expected.png: Added.
  • platform/gtk/fast/forms/minWidthPercent-expected.txt: Added.
  • platform/gtk/fast/forms/negativeLineHeight-expected.checksum: Added.
  • platform/gtk/fast/forms/negativeLineHeight-expected.png: Added.
  • platform/gtk/fast/forms/negativeLineHeight-expected.txt: Added.
  • platform/gtk/fast/forms/option-index-expected.checksum: Added.
  • platform/gtk/fast/forms/option-index-expected.png: Added.
  • platform/gtk/fast/forms/option-index-expected.txt: Added.
  • platform/gtk/fast/forms/option-script-expected.checksum: Added.
  • platform/gtk/fast/forms/option-script-expected.png: Added.
  • platform/gtk/fast/forms/option-script-expected.txt: Added.
  • platform/gtk/fast/forms/option-strip-whitespace-expected.checksum: Added.
  • platform/gtk/fast/forms/option-strip-whitespace-expected.png: Added.
  • platform/gtk/fast/forms/option-strip-whitespace-expected.txt: Added.
  • platform/gtk/fast/forms/option-text-clip-expected.checksum: Added.
  • platform/gtk/fast/forms/option-text-clip-expected.png: Added.
  • platform/gtk/fast/forms/option-text-clip-expected.txt: Added.
  • platform/gtk/fast/forms/password-placeholder-expected.checksum: Added.
  • platform/gtk/fast/forms/password-placeholder-expected.png: Added.
  • platform/gtk/fast/forms/password-placeholder-expected.txt: Added.
  • platform/gtk/fast/forms/password-placeholder-text-security-expected.checksum: Added.
  • platform/gtk/fast/forms/password-placeholder-text-security-expected.png: Added.
  • platform/gtk/fast/forms/password-placeholder-text-security-expected.txt: Added.
  • platform/gtk/fast/forms/placeholder-pseudo-style-expected.checksum: Added.
  • platform/gtk/fast/forms/placeholder-pseudo-style-expected.png: Added.
  • platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: Added.
  • platform/gtk/fast/forms/placeholder-set-attribute-expected.checksum: Added.
  • platform/gtk/fast/forms/placeholder-set-attribute-expected.png: Added.
  • platform/gtk/fast/forms/placeholder-set-attribute-expected.txt: Added.
  • platform/gtk/fast/forms/placeholder-set-value-expected.checksum: Added.
  • platform/gtk/fast/forms/placeholder-set-value-expected.png: Added.
  • platform/gtk/fast/forms/placeholder-set-value-expected.txt: Added.
  • platform/gtk/fast/forms/plaintext-mode-2-expected.checksum: Added.
  • platform/gtk/fast/forms/plaintext-mode-2-expected.png: Added.
  • platform/gtk/fast/forms/plaintext-mode-2-expected.txt: Added.
  • platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.checksum: Added.
  • platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
  • platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt: Added.
  • platform/gtk/fast/forms/radio-attr-order-expected.checksum: Added.
  • platform/gtk/fast/forms/radio-attr-order-expected.png: Added.
  • platform/gtk/fast/forms/radio-attr-order-expected.txt: Added.
  • platform/gtk/fast/forms/radio-nested-labels-expected.checksum: Added.
  • platform/gtk/fast/forms/radio-nested-labels-expected.png: Added.
  • platform/gtk/fast/forms/radio-nested-labels-expected.txt: Added.
  • platform/gtk/fast/forms/radio_checked-expected.checksum: Added.
  • platform/gtk/fast/forms/radio_checked-expected.png: Added.
  • platform/gtk/fast/forms/radio_checked-expected.txt: Added.
  • platform/gtk/fast/forms/radio_checked_dynamic-expected.checksum: Added.
  • platform/gtk/fast/forms/radio_checked_dynamic-expected.png: Added.
  • platform/gtk/fast/forms/radio_checked_dynamic-expected.txt: Added.
  • platform/gtk/fast/forms/range-thumb-height-percentage-expected.checksum: Added.
  • platform/gtk/fast/forms/range-thumb-height-percentage-expected.png: Added.
  • platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.checksum: Added.
  • platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.png: Added.
  • platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
  • platform/gtk/fast/forms/search-display-none-cancel-button-expected.checksum: Added.
  • platform/gtk/fast/forms/search-display-none-cancel-button-expected.png: Added.
  • platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt: Added.
  • platform/gtk/fast/forms/search-placeholder-value-changed-expected.checksum: Added.
  • platform/gtk/fast/forms/search-placeholder-value-changed-expected.png: Added.
  • platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt: Added.
  • platform/gtk/fast/forms/search-rtl-expected.checksum: Added.
  • platform/gtk/fast/forms/search-rtl-expected.png: Added.
  • platform/gtk/fast/forms/search-rtl-expected.txt: Added.
  • platform/gtk/fast/forms/search-styled-expected.checksum: Added.
  • platform/gtk/fast/forms/search-styled-expected.png: Added.
  • platform/gtk/fast/forms/search-styled-expected.txt: Added.
  • platform/gtk/fast/forms/search-transformed-expected.checksum: Added.
  • platform/gtk/fast/forms/search-transformed-expected.png: Added.
  • platform/gtk/fast/forms/search-transformed-expected.txt: Added.
  • platform/gtk/fast/forms/search-vertical-alignment-expected.checksum: Added.
  • platform/gtk/fast/forms/search-vertical-alignment-expected.png: Added.
  • platform/gtk/fast/forms/search-vertical-alignment-expected.txt: Added.
  • platform/gtk/fast/forms/search-zoomed-expected.checksum: Added.
  • platform/gtk/fast/forms/search-zoomed-expected.png: Added.
  • platform/gtk/fast/forms/search-zoomed-expected.txt: Added.
  • platform/gtk/fast/forms/searchfield-heights-expected.checksum: Added.
  • platform/gtk/fast/forms/searchfield-heights-expected.png: Added.
  • platform/gtk/fast/forms/searchfield-heights-expected.txt: Added.
  • platform/gtk/fast/forms/select-align-expected.checksum: Added.
  • platform/gtk/fast/forms/select-align-expected.png: Added.
  • platform/gtk/fast/forms/select-align-expected.txt: Added.
  • platform/gtk/fast/forms/select-baseline-expected.checksum: Added.
  • platform/gtk/fast/forms/select-baseline-expected.png: Added.
  • platform/gtk/fast/forms/select-baseline-expected.txt: Added.
  • platform/gtk/fast/forms/select-block-background-expected.checksum: Added.
  • platform/gtk/fast/forms/select-block-background-expected.png: Added.
  • platform/gtk/fast/forms/select-block-background-expected.txt: Added.
  • platform/gtk/fast/forms/select-change-listbox-size-expected.checksum: Added.
  • platform/gtk/fast/forms/select-change-listbox-size-expected.png: Added.
  • platform/gtk/fast/forms/select-change-listbox-size-expected.txt: Added.
  • platform/gtk/fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
  • platform/gtk/fast/forms/select-change-listbox-to-popup-expected.png: Added.
  • platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt: Added.
  • platform/gtk/fast/forms/select-change-popup-to-listbox-expected.checksum: Added.
  • platform/gtk/fast/forms/select-change-popup-to-listbox-expected.png: Added.
  • platform/gtk/fast/forms/select-change-popup-to-listbox-expected.txt: Added.
  • platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.checksum: Added.
  • platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
  • platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
  • platform/gtk/fast/forms/select-disabled-appearance-expected.checksum: Added.
  • platform/gtk/fast/forms/select-disabled-appearance-expected.png: Added.
  • platform/gtk/fast/forms/select-disabled-appearance-expected.txt: Added.
  • platform/gtk/fast/forms/select-display-none-style-resolve-expected.checksum: Added.
  • platform/gtk/fast/forms/select-display-none-style-resolve-expected.png: Added.
  • platform/gtk/fast/forms/select-display-none-style-resolve-expected.txt: Added.
  • platform/gtk/fast/forms/select-empty-option-height-expected.checksum: Added.
  • platform/gtk/fast/forms/select-empty-option-height-expected.png: Added.
  • platform/gtk/fast/forms/select-empty-option-height-expected.txt: Added.
  • platform/gtk/fast/forms/select-initial-position-expected.checksum: Added.
  • platform/gtk/fast/forms/select-initial-position-expected.png: Added.
  • platform/gtk/fast/forms/select-initial-position-expected.txt: Added.
  • platform/gtk/fast/forms/select-item-background-clip-expected.checksum: Added.
  • platform/gtk/fast/forms/select-item-background-clip-expected.png: Added.
  • platform/gtk/fast/forms/select-item-background-clip-expected.txt: Added.
  • platform/gtk/fast/forms/select-list-box-with-height-expected.checksum: Added.
  • platform/gtk/fast/forms/select-list-box-with-height-expected.png: Added.
  • platform/gtk/fast/forms/select-list-box-with-height-expected.txt: Added.
  • platform/gtk/fast/forms/select-selected-expected.checksum: Added.
  • platform/gtk/fast/forms/select-selected-expected.png: Added.
  • platform/gtk/fast/forms/select-selected-expected.txt: Added.
  • platform/gtk/fast/forms/select-size-expected.checksum: Added.
  • platform/gtk/fast/forms/select-size-expected.png: Added.
  • platform/gtk/fast/forms/select-size-expected.txt: Added.
  • platform/gtk/fast/forms/select-style-expected.checksum: Added.
  • platform/gtk/fast/forms/select-style-expected.png: Added.
  • platform/gtk/fast/forms/select-style-expected.txt: Added.
  • platform/gtk/fast/forms/select-visual-hebrew-expected.checksum: Added.
  • platform/gtk/fast/forms/select-visual-hebrew-expected.png: Added.
  • platform/gtk/fast/forms/select-visual-hebrew-expected.txt: Added.
  • platform/gtk/fast/forms/select-writing-direction-natural-expected.checksum: Added.
  • platform/gtk/fast/forms/select-writing-direction-natural-expected.png: Added.
  • platform/gtk/fast/forms/select-writing-direction-natural-expected.txt: Added.
  • platform/gtk/fast/forms/slider-thumb-shared-style-expected.checksum: Added.
  • platform/gtk/fast/forms/slider-thumb-shared-style-expected.png: Added.
  • platform/gtk/fast/forms/slider-thumb-stylability-expected.checksum: Added.
  • platform/gtk/fast/forms/slider-thumb-stylability-expected.png: Added.
  • platform/gtk/fast/forms/stuff-on-my-optgroup-expected.checksum: Added.
  • platform/gtk/fast/forms/stuff-on-my-optgroup-expected.png: Added.
  • platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt: Added.
  • platform/gtk/fast/forms/tabbing-input-iframe-expected.checksum: Added.
  • platform/gtk/fast/forms/tabbing-input-iframe-expected.png: Added.
  • platform/gtk/fast/forms/tabbing-input-iframe-expected.txt: Added.
  • platform/gtk/fast/forms/targeted-frame-submission-expected.checksum: Added.
  • platform/gtk/fast/forms/targeted-frame-submission-expected.png: Added.
  • platform/gtk/fast/forms/targeted-frame-submission-expected.txt: Added.
  • platform/gtk/fast/forms/text-control-intrinsic-widths-expected.txt: Added.
  • platform/gtk/fast/forms/text-style-color-expected.checksum: Added.
  • platform/gtk/fast/forms/text-style-color-expected.png: Added.
  • platform/gtk/fast/forms/text-style-color-expected.txt: Added.
  • platform/gtk/fast/forms/textAreaLineHeight-expected.checksum: Added.
  • platform/gtk/fast/forms/textAreaLineHeight-expected.png: Added.
  • platform/gtk/fast/forms/textAreaLineHeight-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-align-expected.checksum: Added.
  • platform/gtk/fast/forms/textarea-align-expected.png: Added.
  • platform/gtk/fast/forms/textarea-align-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-metrics-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.checksum: Added.
  • platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added.
  • platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.checksum: Added.
  • platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.png: Added.
  • platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-placeholder-set-value-expected.checksum: Added.
  • platform/gtk/fast/forms/textarea-placeholder-set-value-expected.png: Added.
  • platform/gtk/fast/forms/textarea-placeholder-set-value-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-scroll-height-expected.checksum: Added.
  • platform/gtk/fast/forms/textarea-scroll-height-expected.png: Added.
  • platform/gtk/fast/forms/textarea-scroll-height-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-scrollbar-expected.checksum: Added.
  • platform/gtk/fast/forms/textarea-scrollbar-expected.png: Added.
  • platform/gtk/fast/forms/textarea-scrollbar-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-scrolled-type-expected.checksum: Added.
  • platform/gtk/fast/forms/textarea-scrolled-type-expected.png: Added.
  • platform/gtk/fast/forms/textarea-scrolled-type-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-setinnerhtml-expected.checksum: Added.
  • platform/gtk/fast/forms/textarea-setinnerhtml-expected.png: Added.
  • platform/gtk/fast/forms/textarea-setinnerhtml-expected.txt: Added.
  • platform/gtk/fast/forms/textarea-width-expected.checksum: Added.
  • platform/gtk/fast/forms/textarea-width-expected.png: Added.
  • platform/gtk/fast/forms/textarea-width-expected.txt: Added.
  • platform/gtk/fast/forms/textfield-focus-ring-expected.checksum:
  • platform/gtk/fast/forms/textfield-focus-ring-expected.png:
  • platform/gtk/fast/forms/textfield-outline-expected.checksum: Added.
  • platform/gtk/fast/forms/textfield-outline-expected.png: Added.
  • platform/gtk/fast/forms/textfield-outline-expected.txt: Added.
  • platform/gtk/fast/forms/textfield-overflow-expected.checksum: Added.
  • platform/gtk/fast/forms/textfield-overflow-expected.png: Added.
  • platform/gtk/fast/forms/textfield-overflow-expected.txt: Added.
  • platform/gtk/fast/forms/thumbslider-crash-expected.checksum: Added.
  • platform/gtk/fast/forms/thumbslider-crash-expected.png: Added.
  • platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.checksum: Added.
  • platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.png: Added.
  • platform/gtk/fast/forms/visual-hebrew-text-field-expected.checksum: Added.
  • platform/gtk/fast/forms/visual-hebrew-text-field-expected.png: Added.
  • platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: Added.
11:55 AM Changeset in webkit [70550] by inferno@chromium.org
  • 3 edits in trunk/WebCore

2010-10-26 Abhishek Arya <inferno@chromium.org>

Reviewed by Dimitri Glazkov.

Added checks to ensure that events types are right before casting.
https://bugs.webkit.org/show_bug.cgi?id=48345

  • html/ImageDocument.cpp: (WebCore::ImageEventListener::handleEvent):
  • inspector/InspectorDOMStorageResource.cpp: (WebCore::InspectorDOMStorageResource::handleEvent):
11:47 AM Changeset in webkit [70549] by commit-queue@webkit.org
  • 12 edits in trunk

2010-10-26 Dai Mikurube <dmikurube@google.com>

Reviewed by Kent Tamura.

Number values should be in the range of IEEE 754 single-precision floating point number
https://bugs.webkit.org/show_bug.cgi?id=48221

Changed tests and test expectations for number values to fit in the
range of IEEE 754 single-precision

  • fast/forms/ValidityState-stepMismatch-expected.txt:
  • fast/forms/input-stepup-stepdown-expected.txt:
  • fast/forms/input-valueasnumber-number-expected.txt:
  • fast/forms/input-valueasnumber-range-expected.txt:
  • fast/forms/script-tests/ValidityState-stepMismatch.js:
  • fast/forms/script-tests/input-stepup-stepdown.js:
  • fast/forms/script-tests/input-valueasnumber-number.js:
  • fast/forms/script-tests/input-valueasnumber-range.js:

2010-10-26 Dai Mikurube <dmikurube@google.com>

Reviewed by Kent Tamura.

Number values should be in the range of IEEE 754 single-precision floating point number
https://bugs.webkit.org/show_bug.cgi?id=48221

Changed the range of number values to fit in IEEE 754 single-precision

  • html/parser/HTMLParserIdioms.cpp: (WebCore::parseToDoubleForNumberType):
  • html/NumberInputType.cpp:
11:38 AM Changeset in webkit [70548] by Simon Fraser
  • 11 edits in trunk

2010-10-26 Simon Fraser <Simon Fraser>

Reviewed by Sam Weinig.

Support layoutTestController.layerTreeAsText in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=42145

Implement layerTreeAsText() in WebKitTestRunner.

  • WebKitTestRunner/InjectedBundle/Bindings/LayoutTestController.idl:
  • WebKitTestRunner/InjectedBundle/LayoutTestController.cpp: (WTR::LayoutTestController::layerTreeAsText):
  • WebKitTestRunner/InjectedBundle/LayoutTestController.h:

2010-10-26 Simon Fraser <Simon Fraser>

Reviewed by Sam Weinig.

Support layoutTestController.layerTreeAsText in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=42145

Expose layerTreeAsText() as private API so that
WebKitTestRunner can use it.

  • WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp: (WKBundleFrameCopyLayerTreeAsText):
  • WebProcess/InjectedBundle/API/c/WKBundleFramePrivate.h:
  • WebProcess/WebPage/WebFrame.cpp: (WebKit::WebFrame::numberOfActiveAnimations): (WebKit::WebFrame::layerTreeAsText): (WebKit::WebFrame::pendingUnloadCount):
  • WebProcess/WebPage/WebFrame.h:

2010-10-26 Simon Fraser <Simon Fraser>

Reviewed by Sam Weinig.

Support layoutTestController.layerTreeAsText in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=42145

Unskip tests that relied on layerTreeAsText(), but skip
two compositing tests that continue to be flakey.

  • platform/mac-wk2/Skipped:
11:36 AM Changeset in webkit [70547] by abarth@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-26 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

webkit-patch rollout produces incorrect patch when using svn move
https://bugs.webkit.org/show_bug.cgi?id=48244

We need to flush our caches when we modify the working copy.

  • Scripts/webkitpy/tool/steps/revertrevision.py:
11:32 AM Changeset in webkit [70546] by hyatt@apple.com
  • 13 edits
    16 adds in trunk

https://bugs.webkit.org/show_bug.cgi?id=48157

Reviewed by Sam Weinig.

Direction and writing-mode should propagate from the <body> to the <html> to the initial containing block.
Modify the existing code that propagates from the document element to also propagate from the body.

Fix the buggy code that was trying to dirty the body when the view changed size if it stretched to fill the
viewport. The code didn't consider the root element, and it only worked with one axis. I pulled it
out of calculateScrollbarModesForLayout, since it should never have been put there in the first place.

Added four new tests in fast/blockflow.

WebCore:

  • css/CSSStyleSelector.cpp:

(WebCore::CSSStyleSelector::initElement):
(WebCore::CSSStyleSelector::styleForDocument):
(WebCore::CSSStyleSelector::applyProperty):

  • dom/Document.cpp:

(WebCore::Document::Document):

  • dom/Document.h:

(WebCore::Document::directionSetOnDocumentElement):
(WebCore::Document::writingModeSetOnDocumentElement):
(WebCore::Document::setDirectionSetOnDocumentElement):
(WebCore::Document::setWritingModeSetOnDocumentElement):

  • page/FrameView.cpp:

(WebCore::FrameView::calculateScrollbarModesForLayout):
(WebCore::FrameView::layout):

  • rendering/RenderBox.cpp:

(WebCore::RenderBox::styleDidChange):

  • rendering/RenderBox.h:

(WebCore::RenderBox::stretchesToViewport):

LayoutTests:

  • fast/blockflow/body-direction-propagation-blocked.html: Added.
  • fast/blockflow/body-direction-propagation.html: Added.
  • fast/blockflow/body-writing-mode-propagation-blocked.html: Added.
  • fast/blockflow/body-writing-mode-propagation.html: Added.
  • platform/mac/fast/blockflow/body-direction-propagation-blocked-expected.checksum: Added.
  • platform/mac/fast/blockflow/body-direction-propagation-blocked-expected.png: Added.
  • platform/mac/fast/blockflow/body-direction-propagation-blocked-expected.txt: Added.
  • platform/mac/fast/blockflow/body-direction-propagation-expected.checksum: Added.
  • platform/mac/fast/blockflow/body-direction-propagation-expected.png: Added.
  • platform/mac/fast/blockflow/body-direction-propagation-expected.txt: Added.
  • platform/mac/fast/blockflow/body-writing-mode-propagation-blocked-expected.checksum: Added.
  • platform/mac/fast/blockflow/body-writing-mode-propagation-blocked-expected.png: Added.
  • platform/mac/fast/blockflow/body-writing-mode-propagation-blocked-expected.txt: Added.
  • platform/mac/fast/blockflow/body-writing-mode-propagation-expected.checksum: Added.
  • platform/mac/fast/blockflow/body-writing-mode-propagation-expected.png: Added.
  • platform/mac/fast/blockflow/body-writing-mode-propagation-expected.txt: Added.
  • platform/mac/fast/blockflow/english-rl-text-expected.checksum:
  • platform/mac/fast/blockflow/english-rl-text-expected.png:
  • platform/mac/fast/blockflow/english-rl-text-expected.txt:
  • platform/mac/fast/blockflow/floats-in-block-layout-expected.txt:
  • platform/mac/fast/blockflow/self-collapsing-block-expected.txt:
11:30 AM Changeset in webkit [70545] by Joseph Pecoraro
  • 2 edits in trunk/WebCore

2010-10-26 Joseph Pecoraro <Joseph Pecoraro>

Reviewed by David Kilzer.

Fix Cache::dumpStats formatting
https://bugs.webkit.org/show_bug.cgi?id=48286

This updates the column width in the dumpStats output to be wide enough
for all the titles. Previously one of the titles was too wide and crept
into later column space.

  • loader/Cache.cpp: (WebCore::Cache::dumpStats): make columns 13 characters wide.
11:23 AM Changeset in webkit [70544] by andersca@apple.com
  • 5 edits in trunk

Enable the plug-in process on Mac
https://bugs.webkit.org/show_bug.cgi?id=48350

Reviewed by Sam Weinig.

WebKit2:

  • WebKit2Prefix.h:

Flip the switch and enable the plug-in process on Mac.

  • WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:

(WebKit::NetscapePlugin::platformDestroy):
Fix a bogus assert.

LayoutTests:

  • platform/mac-wk2/Skipped:

Update WebKit2 mac skipped list.

11:18 AM Changeset in webkit [70543] by commit-queue@webkit.org
  • 6 edits in trunk

2010-10-26 Alexey Marinichev <amarinichev@chromium.org>

Reviewed by Kenneth Russell.

[chromium] Check getGraphicsResetStatusARB and reinitialize the
renderer in an error is returned.
https://bugs.webkit.org/show_bug.cgi?id=47848

Tested by failure injection (stopping in the debugger and issuing a
jump as if an error has occurred).

  • platform/graphics/chromium/LayerChromium.cpp: (WebCore::LayerChromium::setLayerRenderer):
  • platform/graphics/chromium/LayerRendererChromium.h: (WebCore::LayerRendererChromium::transferRootLayer): added

2010-10-26 Alexey Marinichev <amarinichev@chromium.org>

Reviewed by Kenneth Russell.

[chromium] Check getGraphicsResetStatusARB and reinitialize the
renderer in an error is returned.
https://bugs.webkit.org/show_bug.cgi?id=47848

  • src/WebViewImpl.cpp: (WebKit::WebViewImpl::composite): added getGraphicsResetStatusARB check (WebKit::WebViewImpl::reallocateRenderer): added
  • src/WebViewImpl.h:
11:14 AM Changeset in webkit [70542] by pfeldman@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-26 Pavel Feldman <pfeldman@chromium.org>

Not reviewed. Disabling inspector audits tests on Qt.
Will figure out what is wrong with it later.

  • platform/qt/Skipped:
11:13 AM Changeset in webkit [70541] by eric@webkit.org
  • 4 edits in trunk/WebKitTools

2010-10-26 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

commit-queue flaky test message can list the same author more than once
https://bugs.webkit.org/show_bug.cgi?id=48268

tonikitoo reported to me over IRC this morning that he's seen
the commit-queue report flaky tests with author lists like:
"adam, adam and adam", suggesting we're not uniquing authors
before writing the message.

I fixed the uniquing and added a bunch more unit testing.

  • Scripts/webkitpy/tool/commands/queues.py:
  • Scripts/webkitpy/tool/commands/queues_unittest.py:
  • Scripts/webkitpy/tool/mocktool.py:
11:04 AM Changeset in webkit [70540] by Adam Roben
  • 3 edits in trunk/WebKitTools

Pull in the FeatureDefines*.vsprops files when building DRT

This ensures that various ENABLE() macros will get set correctly.
(Prior to r70320 we were picking up the ENABLE(3D_RENDERING) flag
through wtf/Platform.h.)

Fixes <http://webkit.org/b/48343> REGRESSION (r70320): DumpRenderTree
says 3D_RENDERING is disabled even when it is enabled

Reviewed by Ada Chan.

  • DumpRenderTree/win/DumpRenderTree.vcproj: Added

FeaturesDefines*.vsprops to all configurations.

  • DumpRenderTree/win/DumpRenderTreeWin.h: Touched to force a rebuild.
11:04 AM Changeset in webkit [70539] by Adam Roben
  • 2 edits in trunk/WebKitLibraries

Fix duplicate vsprops name

  • win/tools/vsprops/FeatureDefinesCairo.vsprops: Renamed to

"FeatureDefinesCairo" to match the filename.

11:01 AM Changeset in webkit [70538] by jorlow@chromium.org
  • 2 edits in trunk/LayoutTests

2010-10-26 Jeremy Orlow <jorlow@chromium.org>

Fix minor typo.

  • storage/indexeddb/objectstore-basics-expected.txt:
10:54 AM Changeset in webkit [70537] by commit-queue@webkit.org
  • 4 edits in trunk/WebKitTools

2010-10-26 Søren Gjesse <sgjesse@chromium.org>

Reviewed by Dimitri Glazkov.

Added options --multiple-loads and --js-flags to chromium DumpRenderTree. The option --multiple-loads=X
is used to have DumpRenderTree load each test it runs X times. To be able to have more fine-grained control
of how the JavaScript engine behaves for each load the flag --js-flags can specify a list of flag-sets like this

--js-flags="--xxx,--noxxx --yyy,--noyyy"

First load will run with --xxx, the second with --yyy and the third without any (the 'no' prefix is handled by
V8 to turn off the flag).

The changes to the Python test runner will be in a separate change.

  • DumpRenderTree/chromium/DumpRenderTree.cpp: (runTest): (main):
  • DumpRenderTree/chromium/TestShell.cpp: (TestShell::TestShell): (TestShell::runFileTest): (TestShell::testFinished):
  • DumpRenderTree/chromium/TestShell.h: (TestShell::loadCount): (TestShell::setLoadCount): (TestShell::javaScriptFlagsForLoad): (TestShell::setJavaScriptFlags): (TestShell::setDumpWhenFinished):
10:52 AM Changeset in webkit [70536] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-26 Dimitri Glazkov <Dimitri Glazkov>

[Chromium] Add another flaky test to expectations.
https://bugs.webkit.org/show_bug.cgi?id=48341

  • platform/chromium/test_expectations.txt: Added flaky crash.
10:42 AM Changeset in webkit [70535] by pfeldman@chromium.org
  • 4 edits in trunk/WebCore

2010-10-26 Pavel Feldman <pfeldman@chromium.org>

Not reviewed. Touching inspector controller to kick gtk build, removing comments.

  • inspector/InspectorController.cpp:
  • inspector/front-end/ResourceManager.js:
  • inspector/front-end/ScriptsPanel.js:
10:40 AM WebKit2 edited by Simon Fraser
(diff)
10:28 AM Changeset in webkit [70534] by kbr@google.com
  • 2 edits in trunk/WebKit/chromium

2010-10-26 Kenneth Russell <kbr@google.com>

Reviewed by Andreas Kling.

Valgrind failure in GraphicsContext3DInternal::reshape
https://bugs.webkit.org/show_bug.cgi?id=48284

  • src/WebGraphicsContext3DDefaultImpl.cpp: (WebKit::WebGraphicsContext3DDefaultImpl::WebGraphicsContext3DDefaultImpl):
10:15 AM Changeset in webkit [70533] by mitz@apple.com
  • 151 edits in trunk/LayoutTests/platform

Set the svn:mime-type property of recently-added PNG files to image/png.

10:06 AM Changeset in webkit [70532] by pfeldman@chromium.org
  • 20 edits in trunk

2010-10-26 Pavel Feldman <pfeldman@chromium.org>

Web Inspector: continue making resources panel optional.
https://bugs.webkit.org/show_bug.cgi?id=48261

This refactoring makes console, audits and extensions tests pass while taking data from
resources panel. Network panel as a source is to follow.

  • inspector/front-end/AuditLauncherView.js: (WebInspector.AuditLauncherView.prototype._createLauncherUI):
  • inspector/front-end/AuditsPanel.js:
  • inspector/front-end/ConsoleView.js: (WebInspector.ConsoleView.prototype.addMessage):
  • inspector/front-end/CookieItemsView.js: (WebInspector.CookieItemsView.prototype._filterCookiesForDomain.populateResourcesForDocuments): (WebInspector.CookieItemsView.prototype._filterCookiesForDomain):
  • inspector/front-end/ExtensionServer.js: (WebInspector.ExtensionServer.prototype._onRevealAndSelectResource): (WebInspector.ExtensionServer.prototype._onGetResources): (WebInspector.ExtensionServer.prototype._onGetResourceContent):
  • inspector/front-end/HAREntry.js: (WebInspector.HARLog.prototype.build): (WebInspector.HARLog.prototype.buildMainResourceTimings): (WebInspector.HARLog.prototype._convertResource):
  • inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel): (WebInspector.NetworkPanel.prototype._reset): (WebInspector.NetworkPanel.prototype.get resources): (WebInspector.NetworkPanel.prototype.addResource):
  • inspector/front-end/Resource.js: (WebInspector.Resource.prototype.set category):
  • inspector/front-end/ResourceCategory.js: (WebInspector.ResourceCategory): (WebInspector.ResourceCategory.prototype.toString):
  • inspector/front-end/ResourceManager.js: (WebInspector.ResourceManager.prototype.identifierForInitialRequest): (WebInspector.ResourceManager.prototype.willSendRequest): (WebInspector.ResourceManager.prototype.didFinishLoading): (WebInspector.ResourceManager.prototype.didFailLoading): (WebInspector.ResourceManager.prototype.didLoadResourceFromMemoryCache): (WebInspector.ResourceManager.prototype.setOverrideContent): (WebInspector.ResourceTreeModel.prototype._callForFrameResources):
  • inspector/front-end/ResourcesPanel.js: (WebInspector.ResourcesPanel): (WebInspector.ResourcesPanel.prototype.reset): (WebInspector.ResourcesPanel.prototype.addResource): (WebInspector.ResourcesPanel.prototype.removeResource): (WebInspector.ResourcesPanel.prototype._toggleResourceTracking):
  • inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel.prototype.addScript): (WebInspector.ScriptsPanel.prototype._resourceLoadingFinished): (WebInspector.ScriptsPanel.prototype._breakpointAdded):
  • inspector/front-end/StylesSidebarPane.js: (WebInspector.StylePropertyTreeElement.prototype.updateTitle.linkifyURL):
  • inspector/front-end/inspector.js: (WebInspector._updateFocusedNode): (WebInspector.get networkResources): (WebInspector.forAllResources): (WebInspector.updateResource): (WebInspector.domContentEventFired): (WebInspector.loadEventFired): (WebInspector.removeResource): (WebInspector.reset): (WebInspector.displayNameForURL): (WebInspector.linkifyStringAsFragment): (WebInspector.resourceURLForRelatedNode.callback): (WebInspector.resourceURLForRelatedNode):

2010-10-26 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: continue making resources panel optional.
https://bugs.webkit.org/show_bug.cgi?id=48261

This refactoring makes console, audits and extensions tests pass while taking data from
resources panel. Network panel as a source is to follow.

  • http/tests/inspector/inspector-test2.js: (initialize_InspectorTest.InspectorTest.completeTest): (initialize_InspectorTest.InspectorTest.evaluateInConsole): (initialize_InspectorTest.InspectorTest.evaluateInPage): (initialize_InspectorTest.InspectorTest.evaluateInPageWithTimeout): (initialize_InspectorTest.InspectorTest.addResult): (initialize_InspectorTest.InspectorTest.addObject): (initialize_InspectorTest.InspectorTest.reloadPage): (initialize_InspectorTest.InspectorTest.reloadPageIfNeeded): (initialize_InspectorTest.InspectorTest.pageReloaded): (initialize_InspectorTest.InspectorTest.runAfterPendingDispatches): (initialize_InspectorTest.InspectorTest.enableResourceTracking): (initialize_InspectorTest.InspectorTest.disableResourceTracking): (initialize_InspectorTest.InspectorTest.findDOMNode): (initialize_InspectorTest.InspectorTest._addSniffer):
  • http/tests/inspector/resource-parameters.html:
  • inspector/audits-panel-functional.html:
  • inspector/styles-source-offsets.html:
10:03 AM Changeset in webkit [70531] by jorlow@chromium.org
  • 27 edits in trunk

2010-10-26 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Steve Block.

Fix IndexedDB crashes
https://bugs.webkit.org/show_bug.cgi?id=48266

Test all the changes made in WebCore.

  • storage/indexeddb/constants-expected.txt:
  • storage/indexeddb/constants.html:
  • storage/indexeddb/database-quota-expected.txt:
  • storage/indexeddb/index-basics-expected.txt:
  • storage/indexeddb/index-basics.html:
  • storage/indexeddb/index-cursor-expected.txt:
  • storage/indexeddb/index-cursor.html:
  • storage/indexeddb/keyrange-expected.txt:
  • storage/indexeddb/keyrange.html:
  • storage/indexeddb/objectstore-basics-expected.txt:
  • storage/indexeddb/objectstore-basics.html:
  • storage/indexeddb/objectstore-cursor-expected.txt:
  • storage/indexeddb/objectstore-cursor.html:
  • storage/indexeddb/open-cursor-expected.txt:
  • storage/indexeddb/open-cursor.html:

2010-10-26 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Steve Block.
Fix IndexedDB crashes
https://bugs.webkit.org/show_bug.cgi?id=48266

If IDBKey returns null, type conversion failed. Handle this case
in the bindings.

Change UNKNOWN_ERR to be 1 since 0 is hard coded to mean no error.
This is just a stop-gap move until we get it figured out in standards
land.

IDBObjectStore needs to handle null ranges.

It's actually OK for m_transaction to be non-null when hitting the
destructor. We just need to then remove it from the set of pending
transactions.

The transaction can become aborted in the middle of processing a
list of tasks. Fix this.

All changes (except the last 2 races) are tested in LayoutTests.
I couldn't find a way to reliably reproduce the races.

  • bindings/scripts/CodeGeneratorV8.pm:
  • bindings/scripts/test/V8/V8TestObj.cpp: (WebCore::TestObjInternal::idbKeyCallback):
  • bindings/v8/IDBBindingUtilities.cpp: (WebCore::createIDBKeyFromValue):
  • storage/IDBDatabaseException.h:
  • storage/IDBDatabaseException.idl:
  • storage/IDBObjectStoreBackendImpl.cpp: (WebCore::IDBObjectStoreBackendImpl::openCursorInternal):
  • storage/IDBRequest.cpp: (WebCore::IDBRequest::~IDBRequest): (WebCore::IDBRequest::timerFired):
  • storage/IDBTransactionBackendImpl.cpp: (WebCore::IDBTransactionBackendImpl::taskTimerFired):

2010-10-26 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Steve Block.

Fix IndexedDB crashes
https://bugs.webkit.org/show_bug.cgi?id=48266

Make WebIDBObjectStoreImpl match the way that WebIDBIndexImpl passes
in cursor parameters (which is the correct way). KeyRange knows how
to convert itself to a WebCore type--even if the value is null.

  • src/WebIDBObjectStoreImpl.cpp: (WebKit::WebIDBObjectStoreImpl::openCursor):
9:55 AM Changeset in webkit [70530] by Adam Roben
  • 1 edit
    11 adds in trunk/LayoutTests

Land expected Windows results for new vertical text tests

  • platform/win/fast/blockflow/english-lr-text-expected.checksum: Added.
  • platform/win/fast/blockflow/english-lr-text-expected.png: Added.
  • platform/win/fast/blockflow/english-lr-text-expected.txt: Added.
  • platform/win/fast/blockflow/english-rl-text-expected.checksum: Added.
  • platform/win/fast/blockflow/english-rl-text-expected.png: Added.
  • platform/win/fast/blockflow/english-rl-text-expected.txt: Added.
  • platform/win/fast/text/international/vertical-text-glyph-test-expected.checksum: Added.
  • platform/win/fast/text/international/vertical-text-glyph-test-expected.png: Added.
  • platform/win/fast/text/international/vertical-text-glyph-test-expected.txt: Added.
  • platform/win/fast/text/international/vertical-text-metrics-test-expected.txt: Added.
9:24 AM Changeset in webkit [70529] by caseq@chromium.org
  • 9 edits in trunk/WebCore

2010-10-25 Andrey Kosyakov <caseq@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: Show cookie data in the request headers in network pane
https://bugs.webkit.org/show_bug.cgi?id=16531

  • inspector/front-end/CookieItemsView.js: (WebInspector.CookieItemsView): Factor out common cookies grid logic to CookiesTable (WebInspector.CookieItemsView.prototype._populateDataGrid):
  • inspector/front-end/CookieParser.js: Store cookie type (request/response) within a cookie. (WebInspector.CookieParser.prototype.parseCookie): (WebInspector.CookieParser.prototype.parseSetCookie): (WebInspector.CookieParser.prototype._addCookie): (WebInspector.Cookie):
  • inspector/front-end/DataGrid.js: (WebInspector.DataGrid.prototype.autoSizeColumns): Optionally, traverse nested nodes when looking for max field widths. (WebInspector.DataGrid.prototype._enumerateChildren): (WebInspector.DataGrid.prototype.updateWidths): Skip attempt to calculate column widths if grid is not attached to DOM tree yet.
  • inspector/front-end/FontView.js: (WebInspector.FontView.prototype.resize):
  • inspector/front-end/ResourceView.js: (WebInspector.ResourceView.prototype.resize): (WebInspector.ResourceView.prototype._selectTab): (WebInspector.ResourceView.prototype._selectCookiesTab): (WebInspector.ResourceView.prototype._innerSelectContentTab): (WebInspector.ResourceView.prototype._refreshRequestHeaders): (WebInspector.ResourceView.prototype._refreshResponseHeaders): (WebInspector.ResourceView.prototype._refreshHeaders): (WebInspector.ResourceView.prototype._refreshCookies): (WebInspector.ResourceCookiesTab): (WebInspector.ResourceCookiesTab.prototype.set requestCookies): (WebInspector.ResourceCookiesTab.prototype.set responseCookies): (WebInspector.ResourceCookiesTab.prototype._populateDataGrid): (WebInspector.ResourceCookiesTab.prototype._populateCookies): (WebInspector.ResourceCookiesTab.prototype._createFolder):
  • inspector/front-end/SourceView.js: (WebInspector.SourceView.prototype.resize):
  • inspector/front-end/inspector.css: (.resource-view .resource-view-cookies): (.resource-view.headers-visible .resource-view-cookies): (.resource-view-cookies.table .data-grid): (.resource-view-cookies .data-grid .row-group):
9:15 AM Changeset in webkit [70528] by Adam Roben
  • 2 edits in trunk/WebKitTools

Skip more tests that depend on accelerated compositing when accelerated compositing is disabled

Fixes <http://webkit.org/b/48329> Some tests fail when accelerated
compositing is disabled

Reviewed by John Sullivan.

  • Scripts/old-run-webkit-tests: Added more tests to skip when

accelerated compositing is disable. The tests all have output that
changes depending on whether accelerated compositing is enabled.

9:10 AM Changeset in webkit [70527] by inferno@chromium.org
  • 1 edit
    2 copies in branches/chromium/552

Merge 70517

BUG=60238

9:06 AM Changeset in webkit [70526] by inferno@chromium.org
  • 1 edit
    2 copies in branches/chromium/517

Merge 70517

BUG=60238
Review URL: http://codereview.chromium.org/4188001

8:59 AM Changeset in webkit [70525] by jorlow@chromium.org
  • 20 edits in trunk

2010-10-26 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70518.
http://trac.webkit.org/changeset/70518
https://bugs.webkit.org/show_bug.cgi?id=48332

Breaks inspector tests. (Requested by pfeldman on #webkit).

  • http/tests/inspector/inspector-test2.js: (initialize_InspectorTest.InspectorTest.completeTest): (initialize_InspectorTest.InspectorTest.evaluateInConsole): (initialize_InspectorTest.InspectorTest.evaluateInPage): (initialize_InspectorTest.InspectorTest.evaluateInPageWithTimeout): (initialize_InspectorTest.InspectorTest.addResult): (initialize_InspectorTest.InspectorTest.addObject): (initialize_InspectorTest.InspectorTest.reloadPage): (initialize_InspectorTest.InspectorTest.pageReloaded): (initialize_InspectorTest.InspectorTest.runAfterPendingDispatches): (initialize_InspectorTest.InspectorTest.enableResourceTracking): (initialize_InspectorTest.InspectorTest.disableResourceTracking): (initialize_InspectorTest.InspectorTest.findDOMNode): (initialize_InspectorTest.InspectorTest._addSniffer):
  • http/tests/inspector/resource-parameters.html:
  • inspector/audits-panel-functional.html:
  • inspector/styles-source-offsets.html:

2010-10-26 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70518.
http://trac.webkit.org/changeset/70518
https://bugs.webkit.org/show_bug.cgi?id=48332

Breaks inspector tests. (Requested by pfeldman on #webkit).

  • inspector/front-end/AuditLauncherView.js: (WebInspector.AuditLauncherView.prototype._createLauncherUI):
  • inspector/front-end/AuditsPanel.js:
  • inspector/front-end/ConsoleView.js: (WebInspector.ConsoleView.prototype.addMessage):
  • inspector/front-end/CookieItemsView.js: (WebInspector.CookieItemsView.prototype._filterCookiesForDomain):
  • inspector/front-end/ExtensionServer.js: (WebInspector.ExtensionServer.prototype._onRevealAndSelectResource): (WebInspector.ExtensionServer.prototype._onGetResources): (WebInspector.ExtensionServer.prototype._onGetResourceContent):
  • inspector/front-end/HAREntry.js: (WebInspector.HARLog.prototype.build): (WebInspector.HARLog.prototype.buildMainResourceTimings): (WebInspector.HARLog.prototype._convertResource):
  • inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel): (WebInspector.NetworkPanel.prototype._reset): (WebInspector.NetworkPanel.prototype.addResource):
  • inspector/front-end/Resource.js: (WebInspector.Resource.prototype.set category):
  • inspector/front-end/ResourceCategory.js: (WebInspector.ResourceCategory): (WebInspector.ResourceCategory.prototype.toString): (WebInspector.ResourceCategory.prototype.addResource): (WebInspector.ResourceCategory.prototype.removeResource): (WebInspector.ResourceCategory.prototype.removeAllResources):
  • inspector/front-end/ResourceManager.js: (WebInspector.ResourceManager.prototype.identifierForInitialRequest): (WebInspector.ResourceManager.prototype.willSendRequest): (WebInspector.ResourceManager.prototype.didFinishLoading): (WebInspector.ResourceManager.prototype.didFailLoading): (WebInspector.ResourceManager.prototype.didLoadResourceFromMemoryCache): (WebInspector.ResourceManager.prototype.setOverrideContent): (WebInspector.ResourceTreeModel.prototype._callForFrameResources):
  • inspector/front-end/ResourcesPanel.js: (WebInspector.ResourcesPanel): (WebInspector.ResourcesPanel.prototype.reset): (WebInspector.ResourcesPanel.prototype.addResource): (WebInspector.ResourcesPanel.prototype.removeResource): (WebInspector.ResourcesPanel.prototype._toggleResourceTracking):
  • inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel.prototype.addScript): (WebInspector.ScriptsPanel.prototype._resourceLoadingFinished): (WebInspector.ScriptsPanel.prototype._breakpointAdded):
  • inspector/front-end/StylesSidebarPane.js: (WebInspector.StylePropertyTreeElement.prototype.updateTitle.linkifyURL):
  • inspector/front-end/inspector.js: (WebInspector._updateFocusedNode): (WebInspector.updateResource): (WebInspector.domContentEventFired): (WebInspector.loadEventFired): (WebInspector.removeResource): (WebInspector.reset): (WebInspector.displayNameForURL): (WebInspector.resourceForURL): (WebInspector.linkifyStringAsFragment): (WebInspector.resourceURLForRelatedNode):
8:50 AM Changeset in webkit [70524] by jorlow@chromium.org
  • 1 edit
    2 deletes in trunk/LayoutTests

2010-10-26 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70521.
http://trac.webkit.org/changeset/70521
https://bugs.webkit.org/show_bug.cgi?id=48334

This patch depends on another not yet committed. (Requested by
jorlow on #webkit).

  • storage/indexeddb/tutorial-expected.txt: Removed.
  • storage/indexeddb/tutorial.html: Removed.
8:47 AM Changeset in webkit [70523] by satish@chromium.org
  • 2 edits in trunk/WebKit/chromium

2010-10-26 Satish Sampath <satish@chromium.org>

Reviewed by Steve Block.

Remove obsolete public/API methods in chromium port.
https://bugs.webkit.org/show_bug.cgi?id=48330

  • public/WebSpeechInputListener.h:
8:21 AM Changeset in webkit [70522] by jorlow@chromium.org
  • 17 edits
    1 copy
    4 adds
    1 delete in trunk

2010-10-26 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Steve Block.

Quota for IndexedDB should be per origin not per database
https://bugs.webkit.org/show_bug.cgi?id=48064

Verify our backing database can handle multiple indexes, objectStores,
items in the index/object stores, etc within databases of different
names.

Also adjust the quota test so it doesn't fail with subtle differences
in the backing db (which can change the size a bit).

  • storage/indexeddb/database-quota-expected.txt:
  • storage/indexeddb/database-quota.html:
  • storage/indexeddb/duplicates-expected.txt: Added.
  • storage/indexeddb/duplicates.html: Added.

2010-10-26 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Steve Block.

Quota for IndexedDB should be per origin not per database
https://bugs.webkit.org/show_bug.cgi?id=48064

Merge all databases for each origin into a single SQLiteDatabase.

Replace the awkward metaData table with a Database table.

Create a new IDBSQLiteDatabase class that wraps SQLiteDatabase
and implements weak pointer semantics for IDBFactory. It's ref
counted so multiple IDBDatabaseBackendImpls can share one.

Fix uniqueness constraints that were overly conservitive.

Get rid of the code that blows away existing data every time
the database is opened.

Get rid of the fairly useless indexedDB manual test and replace
it with one that verifies data persists.

Use name+origin (not just name) in our cache of IDBDatabaseBackend
objects (so one origin can't access anothers' data).

Test: storage/indexeddb/duplicates.html

  • WebCore.gypi:
  • manual-tests/indexed-database.html: Removed.
  • manual-tests/indexeddb-persists.html: Added.
  • storage/IDBDatabaseBackendImpl.cpp: (WebCore::extractMetaData): (WebCore::setMetaData): (WebCore::IDBDatabaseBackendImpl::IDBDatabaseBackendImpl): (WebCore::IDBDatabaseBackendImpl::setDescription): (WebCore::IDBDatabaseBackendImpl::sqliteDatabase): (WebCore::IDBDatabaseBackendImpl::createObjectStoreInternal): (WebCore::IDBDatabaseBackendImpl::setVersionInternal): (WebCore::IDBDatabaseBackendImpl::loadObjectStores):
  • storage/IDBDatabaseBackendImpl.h: (WebCore::IDBDatabaseBackendImpl::create): (WebCore::IDBDatabaseBackendImpl::id):
  • storage/IDBFactoryBackendImpl.cpp: (WebCore::IDBFactoryBackendImpl::removeSQLiteDatabase): (WebCore::openSQLiteDatabase): (WebCore::createTables): (WebCore::IDBFactoryBackendImpl::open): (WebCore::IDBFactoryBackendImpl::databaseFileName):
  • storage/IDBFactoryBackendImpl.h:
  • storage/IDBObjectStoreBackendImpl.cpp: (WebCore::putObjectStoreData): (WebCore::IDBObjectStoreBackendImpl::putInternal):
  • storage/IDBSQLiteDatabase.cpp: Added. (WebCore::IDBSQLiteDatabase::IDBSQLiteDatabase): (WebCore::IDBSQLiteDatabase::~IDBSQLiteDatabase):
  • storage/IDBSQLiteDatabase.h: Added. (WebCore::IDBSQLiteDatabase::create): (WebCore::IDBSQLiteDatabase::db):

2010-10-26 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Steve Block.

Quota for IndexedDB should be per origin not per database
https://bugs.webkit.org/show_bug.cgi?id=48064

  • public/WebIDBFactory.h:
  • public/WebSecurityOrigin.h:
  • src/WebIDBFactory.cpp: (WebKit::WebIDBFactory::databaseFileName):
  • src/WebSecurityOrigin.cpp: (WebKit::WebSecurityOrigin::get):
8:19 AM Changeset in webkit [70521] by jorlow@chromium.org
  • 1 edit
    2 adds in trunk/LayoutTests

2010-10-26 Jeremy Orlow <jorlow@chromium.org>

Reviewed by Steve Block.

Add IndexedDB test/tutorial
https://bugs.webkit.org/show_bug.cgi?id=48067

This document is useful in terms of demonstrating IndexedDB and
documenting what we do and don't support currently, since I'll be
maintaining it for at least some time.

  • storage/indexeddb/tutorial-expected.txt: Added.
  • storage/indexeddb/tutorial.html: Added.
8:02 AM Changeset in webkit [70520] by zoltan@webkit.org
  • 6 edits
    2 moves in trunk/WebKit2

[Qt] Implement SharedMemory for WebKit2
https://bugs.webkit.org/show_bug.cgi?id=47345

Reviewed by Kenneth Rohde Christiansen.

Implement unimplemented functions in SharedMemoryQt.cpp.
Rename MappedMemory.h to MappedMemoryPool.h, move MappedMemoryPool.{h|cpp} from
Shared/qt to Platform/qt. Modify affected lines of WebKit2.pro.
Move MappedMemory implementation into MappedMemoryPool. Remove unnecessary
methods of MappedMemoryPool.

  • Platform/SharedMemory.h: Add a handle member for Qt.
  • Platform/qt/MappedMemoryPool.cpp: Copied from WebKit2/Shared/qt/MappedMemoryPool.cpp.

(WebKit::MappedMemoryPool::searchForMappedMemory):
(WebKit::MappedMemoryPool::mapMemory):
(WebKit::MappedMemoryPool::mapFile):

  • Platform/qt/MappedMemoryPool.h: Copied from WebKit2/Shared/qt/MappedMemory.h.

(WebKit::MappedMemoryPool::MappedMemory::mapSize):
(WebKit::MappedMemoryPool::MappedMemory::markUsed):
(WebKit::MappedMemoryPool::MappedMemory::markFree):
(WebKit::MappedMemoryPool::MappedMemory::isFree):
(WebKit::MappedMemoryPool::MappedMemory::data):
(WebKit::MappedMemoryPool::MappedMemoryPool):
Move MappedMemory implementation into MappedMemoryPool.

  • Platform/qt/SharedMemoryQt.cpp:

(WebKit::SharedMemory::Handle::Handle): Implement.
(WebKit::SharedMemory::Handle::~Handle):
(WebKit::SharedMemory::Handle::isNull): Implement.
(WebKit::SharedMemory::Handle::encode): Implement.
(WebKit::SharedMemory::Handle::decode): Implement.
(WebKit::SharedMemory::create): Implement.
(WebKit::mapProtection): Added.
(WebKit::SharedMemory::~SharedMemory): Implement.
(WebKit::SharedMemory::createHandle): Implement.
(WebKit::SharedMemory::systemPageSize): Implement.

  • Shared/qt/MappedMemory.h: Removed.
  • Shared/qt/MappedMemoryPool.cpp: Removed.
  • Shared/qt/UpdateChunk.cpp:

(WebKit::UpdateChunk::UpdateChunk):
(WebKit::UpdateChunk::decode):
Modify to use MappedMemoryPool.

  • Shared/qt/UpdateChunk.h:
  • WebKit2.pro:

Modify affected lines.

7:18 AM Changeset in webkit [70519] by caseq@chromium.org
  • 12 edits in trunk/WebCore

2010-10-20 Andrey Kosyakov <caseq@chromium.org>

Reviewed by Yury Semikhatsky.

Inspector needs to use cached resources to display image resources.
https://bugs.webkit.org/show_bug.cgi?id=16395

  • inspector/Inspector.idl: Add base64Encode parameter to getContent
  • inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::resourceContent):
  • inspector/InspectorResourceAgent.h:
  • inspector/front-end/ExtensionServer.js: (WebInspector.ExtensionServer.prototype._onGetResourceContent):
  • inspector/front-end/ImageView.js: (WebInspector.ImageView.prototype.contentTabSelected.onResourceContent): (WebInspector.ImageView.prototype.contentTabSelected):
  • inspector/front-end/NetworkPanel.js: (WebInspector.NetworkDataGridNode.prototype._refreshNameCell.): (WebInspector.NetworkDataGridNode.prototype._refreshNameCell):
  • inspector/front-end/Resource.js: (WebInspector.Resource): (WebInspector.Resource.prototype.set finished): (WebInspector.Resource.prototype.getContent): (WebInspector.Resource.prototype.get contentURL): (WebInspector.Resource.prototype._requestContent.onResourceContent): (WebInspector.Resource.prototype._requestContent):
  • inspector/front-end/ResourcesPanel.js: (WebInspector.ResourceSidebarTreeElement.prototype.createIconElement.): (WebInspector.ResourceSidebarTreeElement.prototype.createIconElement):
  • inspector/front-end/Settings.js: Added useDataURLForResourceImageIcons
  • inspector/front-end/SourceView.js: (WebInspector.SourceView.prototype.setupSourceFrameIfNeeded):
6:52 AM Changeset in webkit [70518] by pfeldman@chromium.org
  • 20 edits in trunk

2010-10-26 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: continue making resources panel optional.
https://bugs.webkit.org/show_bug.cgi?id=48261

This refactoring makes console, audits and extensions tests pass while taking data from
resources panel. Network panel as a source is to follow.

  • http/tests/inspector/inspector-test2.js: (initialize_InspectorTest.InspectorTest.completeTest): (initialize_InspectorTest.InspectorTest.evaluateInConsole): (initialize_InspectorTest.InspectorTest.evaluateInPage): (initialize_InspectorTest.InspectorTest.evaluateInPageWithTimeout): (initialize_InspectorTest.InspectorTest.addResult): (initialize_InspectorTest.InspectorTest.addObject): (initialize_InspectorTest.InspectorTest.reloadPage): (initialize_InspectorTest.InspectorTest.reloadPageIfNeeded): (initialize_InspectorTest.InspectorTest.pageReloaded): (initialize_InspectorTest.InspectorTest.runAfterPendingDispatches): (initialize_InspectorTest.InspectorTest.enableResourceTracking): (initialize_InspectorTest.InspectorTest.disableResourceTracking): (initialize_InspectorTest.InspectorTest.findDOMNode): (initialize_InspectorTest.InspectorTest._addSniffer):
  • http/tests/inspector/resource-parameters.html:
  • inspector/audits-panel-functional.html:
  • inspector/styles-source-offsets.html:

2010-10-26 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: continue making resources panel optional.
https://bugs.webkit.org/show_bug.cgi?id=48261

This refactoring makes console, audits and extensions tests pass while taking data from
resources panel. Network panel as a source is to follow.

  • http/tests/inspector/inspector-test2.js: (initialize_InspectorTest.InspectorTest.completeTest): (initialize_InspectorTest.InspectorTest.evaluateInConsole): (initialize_InspectorTest.InspectorTest.evaluateInPage): (initialize_InspectorTest.InspectorTest.evaluateInPageWithTimeout): (initialize_InspectorTest.InspectorTest.addResult): (initialize_InspectorTest.InspectorTest.addObject): (initialize_InspectorTest.InspectorTest.reloadPage): (initialize_InspectorTest.InspectorTest.reloadPageIfNeeded): (initialize_InspectorTest.InspectorTest.pageReloaded): (initialize_InspectorTest.InspectorTest.runAfterPendingDispatches): (initialize_InspectorTest.InspectorTest.enableResourceTracking): (initialize_InspectorTest.InspectorTest.disableResourceTracking): (initialize_InspectorTest.InspectorTest.findDOMNode): (initialize_InspectorTest.InspectorTest._addSniffer):
  • http/tests/inspector/resource-parameters.html:
  • inspector/audits-panel-functional.html:
  • inspector/styles-source-offsets.html:
6:29 AM Changeset in webkit [70517] by inferno@chromium.org
  • 3 edits
    2 adds in trunk

2010-10-26 Abhishek Arya <inferno@chromium.org>

Reviewed by Adam Barth.

Protect the frame from being blown away in loadWithDocumentLoader function call.
dispatchBeforeLoadEvent can cause the frame to be freed, which gets later used in
continueLoadAfterNavigationPolicy call.
https://bugs.webkit.org/show_bug.cgi?id=48281

Test: fast/events/form-iframe-target-before-load-crash.html

  • loader/FrameLoader.cpp: (WebCore::FrameLoader::loadWithDocumentLoader):

2010-10-26 Abhishek Arya <inferno@chromium.org>

Reviewed by Adam Barth.

Tests that submit the form on a removed target iframe does not result in crash.
https://bugs.webkit.org/show_bug.cgi?id=48281

  • fast/events/form-iframe-target-before-load-crash-expected.txt: Added.
  • fast/events/form-iframe-target-before-load-crash.html: Added.
4:37 AM Changeset in webkit [70516] by xan@webkit.org
  • 2 edits in trunk/WebCore

2010-10-26 Xan Lopez <xlopez@igalia.com>

Restore another mix-up in copy&paste error. Use height for the
vertical adjustments instead of width.

  • platform/gtk/ScrollViewGtk.cpp: (WebCore::ScrollView::setVerticalAdjustment):
3:53 AM Changeset in webkit [70515] by xan@webkit.org
  • 2 edits in trunk/WebCore

2010-10-26 Xan Lopez <xlopez@igalia.com>

Restore early return accidentally removed in previous
patch. Should make API tests pass again.

  • platform/gtk/ScrollViewGtk.cpp: (WebCore::ScrollView::setHorizontalAdjustment): (WebCore::ScrollView::setVerticalAdjustment):
1:37 AM Changeset in webkit [70514] by xan@webkit.org
  • 5 edits in trunk

WebCore:

2010-10-26 Xan Lopez <xlopez@igalia.com>

Reviewed by Martin Robinson.

[GTK] Port to new GtkScrollable interface in GTK+ 3.x
https://bugs.webkit.org/show_bug.cgi?id=48202

The new GtkScrollable API sets the adjustments individually, so
adjust the code for this fact.

  • platform/ScrollView.h:
  • platform/gtk/ScrollViewGtk.cpp: (WebCore::ScrollView::setHorizontalAdjustment): new method to set the horizontal adjustment. (WebCore::ScrollView::setVerticalAdjustment): new method to set the vertical adjustment. (WebCore::ScrollView::setGtkAdjustments): make this just call the other two methods.

WebKit/gtk:

2010-10-26 Xan Lopez <xlopez@igalia.com>

Reviewed by Martin Robinson.

[GTK] Port to new GtkScrollable interface in GTK+ 3.x
https://bugs.webkit.org/show_bug.cgi?id=48202

Use the new GtkScrollable interface when compiling against GTK+
3.x.

  • webkit/webkitwebview.cpp: (setHorizontalAdjustment): (setVerticalAdjustment): (getHorizontalAdjustment): (getVerticalAdjustment): (webkit_web_view_get_property): (webkit_web_view_set_property): (webkit_web_view_class_init):
1:27 AM Changeset in webkit [70513] by morrita@google.com
  • 12 edits in trunk

2010-10-26 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70512.
http://trac.webkit.org/changeset/70512
https://bugs.webkit.org/show_bug.cgi?id=48314

crashes many tests (Requested by inferno-sec on #webkit).

  • editing/spelling/spellcheck-attribute-expected.txt:
  • editing/spelling/spellcheck-attribute.html:

2010-10-26 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70512.
http://trac.webkit.org/changeset/70512
https://bugs.webkit.org/show_bug.cgi?id=48314

crashes many tests (Requested by inferno-sec on #webkit).

  • dom/Element.cpp:
  • dom/Element.h:
  • editing/Editor.cpp: (WebCore::markMisspellingsOrBadGrammar): (WebCore::Editor::spellCheckingEnabledInFocusedNode): (WebCore::Editor::markAllMisspellingsAndBadGrammarInRanges):
  • editing/Editor.h:
  • platform/ContextMenu.cpp: (WebCore::ContextMenu::populate):

2010-10-26 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70512.
http://trac.webkit.org/changeset/70512
https://bugs.webkit.org/show_bug.cgi?id=48314

crashes many tests (Requested by inferno-sec on #webkit).

  • src/ContextMenuClientImpl.cpp: (WebKit::ContextMenuClientImpl::getCustomMenuFromDefaultItems):
  • src/EditorClientImpl.cpp: (WebKit::EditorClientImpl::shouldSpellcheckByDefault):

Oct 25, 2010:

9:45 PM Changeset in webkit [70512] by morrita@google.com
  • 12 edits in trunk

2010-10-22 MORITA Hajime <morrita@google.com>

Reviewed by Tony Chang.

spellcheck= should be the same as spellcheck="true"
https://bugs.webkit.org/show_bug.cgi?id=25539

  • editing/spelling/spellcheck-attribute-expected.txt:
  • editing/spelling/spellcheck-attribute.html:

2010-10-24 MORITA Hajime <morrita@google.com>

Reviewed by Tony Chang.

spellcheck= should be the same as spellcheck="true"
https://bugs.webkit.org/show_bug.cgi?id=25539

  • Added a check for empty string and missing attribute.
  • Extracted the check to Element::spellCheckingEnabled()
  • Introduced SpellcheckAttributeState enum to represent the states for spellcheck attributes.
  • dom/Element.cpp: (WebCore::Element::spellcheckAttributeState): Added. (WebCore::Element::isSpellCheckingEnabled): Added.
  • dom/Element.h:
  • editing/Editor.cpp: (WebCore::markMisspellingsOrBadGrammar): (WebCore::Editor::isSpellCheckingEnabledInFocusedNode): Renamed, partly extracted to Element::isSpellCheckingEnabled() (WebCore::Editor::markAllMisspellingsAndBadGrammarInRanges):
  • editing/Editor.h:
  • platform/ContextMenu.cpp: (WebCore::ContextMenu::populate):

2010-10-25 MORITA Hajime <morrita@google.com>

Reviewed by Tony Chang.

spellcheck= should be the same as spellcheck="true"
https://bugs.webkit.org/show_bug.cgi?id=25539

Followed API rename in WebCore.

  • src/ContextMenuClientImpl.cpp: (WebKit::ContextMenuClientImpl::getCustomMenuFromDefaultItems):
  • src/EditorClientImpl.cpp: (WebKit::EditorClientImpl::shouldSpellcheckByDefault):
7:27 PM Changeset in webkit [70511] by tkent@chromium.org
  • 30 edits
    4 copies in trunk/WebCore

2010-10-25 Kent Tamura <tkent@chromium.org>

Reviewed by Darin Adler.

Refactor HTMLInputElement: Move createRender(), appendFormData(),
saveFormControlState() and restoreFormControlState() to InputTypes.
https://bugs.webkit.org/show_bug.cgi?id=47834

This change adds BaseButtonInputType and BaseCheckableInputType. They
are super classes of some concrete InputType classes.

No new tests. Just a code refactoring.

  • CMakeLists.txt: Add BaseButtonInputType and BaseCheckableInputType files.
  • GNUmakefile.am: ditto.
  • WebCore.gypi: ditto.
  • WebCore.pro: ditto.
  • WebCore.vcproj/WebCore.vcproj: ditto.
  • WebCore.xcodeproj/project.pbxproj: ditto.
  • html/BaseButtonInputType.cpp: Added. (WebCore::BaseButtonInputType::appendFormData): (WebCore::BaseButtonInputType::createRenderer):
  • html/BaseButtonInputType.h: Added. (WebCore::BaseButtonInputType::BaseButtonInputType):
  • html/BaseCheckableInputType.cpp: Added. (WebCore::BaseCheckableInputType::saveFormControlState): (WebCore::BaseCheckableInputType::restoreFormControlState): (WebCore::BaseCheckableInputType::appendFormData):
  • html/BaseCheckableInputType.h: Added. (WebCore::BaseCheckableInputType::BaseCheckableInputType):
  • html/ButtonInputType.h: Change the super class. (WebCore::ButtonInputType::ButtonInputType):
  • html/CheckboxInputType.h: Change the super class. (WebCore::CheckboxInputType::CheckboxInputType):
  • html/FileInputType.cpp: (WebCore::FileInputType::appendFormData): (WebCore::FileInputType::createRenderer):
  • html/FileInputType.h: Change the super class. (WebCore::FileInputType::FileInputType):
  • html/HTMLFormControlElement.h: Make placeholderShouldBeVisible() public for access from TextFieldInputType.
  • html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::saveFormControlState): (WebCore::HTMLInputElement::restoreFormControlState): (WebCore::HTMLInputElement::createRenderer): (WebCore::HTMLInputElement::appendFormData):
  • html/HTMLInputElement.h: Add the following functions for ImageInputType and SubmitInputType. (WebCore::HTMLInputElement::xPosition): (WebCore::HTMLInputElement::yPosition):
  • html/HiddenInputType.cpp: (WebCore::HiddenInputType::createRenderer):
  • html/HiddenInputType.h:
  • html/ImageInputType.cpp: (WebCore::ImageInputType::isFormDataAppendable): (WebCore::ImageInputType::appendFormData): (WebCore::ImageInputType::createRenderer):
  • html/ImageInputType.h: Change the super class. (WebCore::ImageInputType::ImageInputType):
  • html/InputType.cpp: (WebCore::InputType::saveFormControlState): (WebCore::InputType::restoreFormControlState): (WebCore::InputType::isFormDataAppendable): (WebCore::InputType::appendFormData): (WebCore::InputType::createRenderer):
  • html/InputType.h:
  • html/PasswordInputType.cpp: (WebCore::PasswordInputType::saveFormControlState): (WebCore::PasswordInputType::restoreFormControlState):
  • html/PasswordInputType.h:
  • html/RadioInputType.h: Change the super class. (WebCore::RadioInputType::RadioInputType):
  • html/RangeInputType.cpp: (WebCore::RangeInputType::createRenderer):
  • html/RangeInputType.h:
  • html/ResetInputType.h: (WebCore::ResetInputType::ResetInputType):
  • html/SubmitInputType.cpp: (WebCore::SubmitInputType::appendFormData):
  • html/SubmitInputType.h: Change the super class. (WebCore::SubmitInputType::SubmitInputType):
  • html/TextFieldInputType.cpp: (WebCore::TextFieldInputType::createRenderer):
  • html/TextFieldInputType.h:
6:51 PM Changeset in webkit [70510] by andersca@apple.com
  • 3 edits in trunk/WebKit2

WebKit2 callbacks for findString() and countMatchesForString() should report whether the match count was exceeded
https://bugs.webkit.org/show_bug.cgi?id=48285
<rdar://problem/8576318>

Reviewed by Sam Weinig.

  • UIProcess/API/C/WKPage.h:

Add a kWKMoreThanMaximumMatchCount constant.

  • WebProcess/WebPage/FindController.cpp:

(WebKit::FindController::findString):
If we get back more matches than allowed, send kWKMoreThanMaximumMatchCount as the match constant.

6:06 PM Changeset in webkit [70509] by Simon Fraser
  • 6 edits
    5 adds in trunk

2010-10-25 Simon Fraser <Simon Fraser>

Reviewed by Dan Bernstein.

Fix scrolling of noncomposited iframes within composited document
https://bugs.webkit.org/show_bug.cgi?id=47391

When an iframe that is painting into a compositing layer is scrolled,
we need to repaint via the RenderObject (which dirties the compositing layer contents),
rather than going out to hostWindow.

Test: compositing/iframes/composited-iframe-scroll.html

  • page/FrameView.cpp: (WebCore::FrameView::scrollContentsSlowPath):
  • page/FrameView.h:
  • platform/ScrollView.cpp: (WebCore::ScrollView::scrollContents): (WebCore::ScrollView::scrollContentsSlowPath):
  • platform/ScrollView.h:
5:10 PM Changeset in webkit [70508] by kbr@google.com
  • 2 edits in trunk/LayoutTests

2010-10-25 Kenneth Russell <kbr@google.com>

Unreviewed, test expectations update. Mark WebGL layout test
glsl-conformance.html as also failing after Mesa 7.9 upgrade.

  • platform/chromium/test_expectations.txt:
5:07 PM Changeset in webkit [70507] by rniwa@webkit.org
  • 1 edit
    2 adds in trunk/LayoutTests

2010-10-25 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Tony Chang.

execCommand('removeFormat') adds extra styles inside tables
https://bugs.webkit.org/show_bug.cgi?id=29164

Added a test to ensure RemoveFormat command does not add erroneous style attribute
when removing styles inside a table cell.

  • editing/execCommand/remove-format-in-table-cell-expected.txt: Added.
  • editing/execCommand/remove-format-in-table-cell.html: Added.
4:52 PM Changeset in webkit [70506] by mitz@apple.com
  • 2 edits in trunk/WebKit2

Non-Carbon build fix.

  • WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:

(WebKit::NetscapePlugin::windowFrameChanged):

4:47 PM Changeset in webkit [70505] by kbr@google.com
  • 2 edits in trunk/LayoutTests

2010-10-25 Kenneth Russell <kbr@google.com>

Unreviewed, test expectations update. Temporarily WebGL layout
tests gl-object-get-calls.html and uniform-location.html as
failing per http://crbug.com/60651 after Mesa 7.9 upgrade until
the failures can be investigated.

  • platform/chromium/test_expectations.txt:
4:43 PM Changeset in webkit [70504] by timothy@apple.com
  • 14 edits
    1 copy
    5 adds in trunk/WebKit2

Stub out WebInspector objects and WKInspectorRef API.

https://webkit.org/b/48265

Reviewed by Anders Carlsson.

  • Platform/CoreIPC/MessageID.h: Added MessageClassWebInspector and MessageClassWebInspectorProxy.
  • Shared/API/c/WKBase.h: Added WKInspectorRef.
  • Shared/APIObject.h: Added TypeInspector.
  • UIProcess/API/C/WKAPICast.h: Added WKInspectorRef to WebInspectorProxy mapping.
  • UIProcess/API/C/WKInspector.cpp: Added.

(WKInspectorGetTypeID):
(WKInspectorGetPage):

  • UIProcess/API/C/WKInspector.h: Added.
  • UIProcess/API/C/WKPage.cpp:

(WKPageGetInspector): Added.

  • UIProcess/API/C/WKPage.h:
  • UIProcess/WebInspectorProxy.cpp: Added.

(WebKit::WebInspectorProxy::WebInspectorProxy):
(WebKit::WebInspectorProxy::~WebInspectorProxy):
(WebKit::WebInspectorProxy::invalidate):

  • UIProcess/WebInspectorProxy.h:

(WebKit::WebInspectorProxy::create):
(WebKit::WebInspectorProxy::page):
(WebKit::WebInspectorProxy::type):

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::inspector): Lazily create the WebInspectorProxy.

  • UIProcess/WebPageProxy.h:
  • WebKit2.pro: Added new files.
  • WebKit2.xcodeproj/project.pbxproj: Added new files.
  • WebProcess/WebPage/WebInspector.cpp: Added.

(WebKit::WebInspector::WebInspector):

  • WebProcess/WebPage/WebInspector.h: Added.
  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::inspector): Lazily create the WebInspector.

  • WebProcess/WebPage/WebPage.h:
  • win/WebKit2.vcproj: Added new files.
4:32 PM Changeset in webkit [70503] by rniwa@webkit.org
  • 4 edits in trunk/WebCore

2010-10-25 Ryosuke Niwa <rniwa@webkit.org>

Unreviewed Qt build fix for r70496.

  • bridge/qt/qt_instance.cpp: (JSC::Bindings::QtInstance::numberValue):
  • bridge/qt/qt_pixmapruntime.cpp: (JSC::Bindings::QtPixmapWidthField::valueFromInstance): (JSC::Bindings::QtPixmapHeightField::valueFromInstance):
  • bridge/qt/qt_runtime.cpp: (JSC::Bindings::convertValueToQVariant): (JSC::Bindings::convertQVariantToValue): (JSC::Bindings::QtRuntimeMetaMethod::lengthGetter): (JSC::Bindings::QtRuntimeConnectionMethod::lengthGetter):
4:25 PM Changeset in webkit [70502] by eric@webkit.org
  • 3 edits in trunk/WebKitTools

2010-10-25 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

webkit-patch should clean up svn locks when passed --force-clean
https://bugs.webkit.org/show_bug.cgi?id=48269

  • Scripts/webkitpy/common/checkout/scm.py:
4:22 PM Changeset in webkit [70501] by weinig@apple.com
  • 2 edits in trunk/LayoutTests

Update WebKit2 skipped list.

Rubber-stamped by Anders Carlsson.

  • platform/mac-wk2/Skipped:
4:03 PM Changeset in webkit [70500] by rniwa@webkit.org
  • 1 edit
    2 adds in trunk/LayoutTests

2010-10-25 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Tony Chang.

execCommand removeFormat is blowing away text outside the selection
https://bugs.webkit.org/show_bug.cgi?id=21843

Added a test to ensure executing RemoveFormant command on an orphaned list item
does not remove non-orphaned list items preceding the orphaned item.

  • editing/execCommand/remove-format-orphaned-list-item-expected.txt: Added.
  • editing/execCommand/remove-format-orphaned-list-item.html: Added.
3:59 PM Changeset in webkit [70499] by andersca@apple.com
  • 4 edits in trunk/WebKit2

Update the fake Carbon window when the window frame changes
https://bugs.webkit.org/show_bug.cgi?id=48273

Reviewed by Dan Bernstein.

  • UIProcess/API/mac/WKView.mm:

(screenForWindow):
(-[WKView _updateWindowFrame]):
Pass the window frame in Carbon coordinates.

  • WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:

(WebKit::NetscapePlugin::windowFrameChanged):
Update the window bounds.

  • WebProcess/Plugins/PluginView.cpp:

(WebKit::PluginView::setWindowFrame):
Call the plug-in.

(WebKit::PluginView::platformLayer):
Fix a crash when WebCore asked for the layer before it was initialized.

3:59 PM Changeset in webkit [70498] by Csaba Osztrogonác
  • 2 edits
    1 delete in trunk/LayoutTests

Unreviewed.

[Qt] DRT sideeffect revealed by r63657
https://bugs.webkit.org/show_bug.cgi?id=42578

Remove incorrect Qt specific expected file for http/tests/security/mixedContent/insecure-css-in-main-frame.html.
Platform independent is the correct one.

Add http/tests/security/mixedContent/insecure-css-in-main-frame.html
to the Skipped list, because it is a flakey test due to this bug.

  • platform/qt/Skipped:
  • platform/qt/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt: Removed.
3:48 PM Changeset in webkit [70497] by aestes@apple.com
  • 3 edits
    2 adds in trunk

2010-10-25 Andy Estes <aestes@apple.com>

Reviewed by Simon Fraser.

Source change by Simon Fraser.

Setting an element's visibility property to visible has no effect when
it has a hidden parent.
https://bugs.webkit.org/show_bug.cgi?id=48267

Test: fast/layers/visible-layer-with-hidden-parent.html

When a layer is hidden, there is an optimization that removes it from
the layer tree. If the layer is made visible again, it would only mark
its own stacking context's z-order list as dirty. If there are hidden
parent layers, they need to be marked dirty as well so layers with
visible descendents are re-added to the layer tree.

  • rendering/RenderLayer.cpp: (WebCore::RenderLayer::setHasVisibleContent): Dirty the z-order lists of all parent stacking context render layers up to and including the first visible stacking context.

2010-10-25 Andy Estes <aestes@apple.com>

Reviewed by Simon Fraser.

Setting an element's visibility property to visible has no effect when
it has a hidden parent.
https://bugs.webkit.org/show_bug.cgi?id=48267

  • fast/layers/visible-layer-with-hidden-parent-expected.txt: Added.
  • fast/layers/visible-layer-with-hidden-parent.html: Added.
3:40 PM Changeset in webkit [70496] by oliver@apple.com
  • 83 edits in trunk

2010-10-25 Oliver Hunt <oliver@apple.com>

Reviewed by Gavin Barraclough.

Remove exec and globalData arguments from jsNumber
https://bugs.webkit.org/show_bug.cgi?id=48270

Remove the now unused exec and globalData arguments from jsNumber
and mechanically update all users of jsNumber.

  • API/JSValueRef.cpp: (JSValueMakeNumber):
  • bytecompiler/BytecodeGenerator.cpp: (JSC::BytecodeGenerator::emitLoad):
  • bytecompiler/NodesCodegen.cpp: (JSC::ArrayNode::emitBytecode):
  • jit/JITArithmetic.cpp: (JSC::JIT::emit_op_mod):
  • jit/JITArithmetic32_64.cpp: (JSC::JIT::emit_op_mod):
  • jit/JITOpcodes.cpp: (JSC::JIT::emit_op_jfalse): (JSC::JIT::emit_op_jtrue):
  • jit/JITStubs.cpp: (JSC::DEFINE_STUB_FUNCTION):
  • jsc.cpp: (functionRun):
  • runtime/Arguments.cpp: (JSC::Arguments::getOwnPropertySlot): (JSC::Arguments::getOwnPropertyDescriptor):
  • runtime/ArrayConstructor.cpp: (JSC::ArrayConstructor::ArrayConstructor):
  • runtime/ArrayPrototype.cpp: (JSC::arrayProtoFuncPop): (JSC::arrayProtoFuncPush): (JSC::arrayProtoFuncShift): (JSC::arrayProtoFuncSplice): (JSC::arrayProtoFuncUnShift): (JSC::arrayProtoFuncFilter): (JSC::arrayProtoFuncMap): (JSC::arrayProtoFuncEvery): (JSC::arrayProtoFuncForEach): (JSC::arrayProtoFuncSome): (JSC::arrayProtoFuncReduce): (JSC::arrayProtoFuncReduceRight): (JSC::arrayProtoFuncIndexOf): (JSC::arrayProtoFuncLastIndexOf):
  • runtime/BooleanConstructor.cpp: (JSC::BooleanConstructor::BooleanConstructor):
  • runtime/CachedTranscendentalFunction.h: (JSC::CachedTranscendentalFunction::operator()):
  • runtime/DateConstructor.cpp: (JSC::DateConstructor::DateConstructor): (JSC::dateParse): (JSC::dateNow): (JSC::dateUTC):
  • runtime/DateInstance.cpp: (JSC::DateInstance::DateInstance):
  • runtime/DatePrototype.cpp: (JSC::dateProtoFuncGetFullYear): (JSC::dateProtoFuncGetUTCFullYear): (JSC::dateProtoFuncGetMonth): (JSC::dateProtoFuncGetUTCMonth): (JSC::dateProtoFuncGetDate): (JSC::dateProtoFuncGetUTCDate): (JSC::dateProtoFuncGetDay): (JSC::dateProtoFuncGetUTCDay): (JSC::dateProtoFuncGetHours): (JSC::dateProtoFuncGetUTCHours): (JSC::dateProtoFuncGetMinutes): (JSC::dateProtoFuncGetUTCMinutes): (JSC::dateProtoFuncGetSeconds): (JSC::dateProtoFuncGetUTCSeconds): (JSC::dateProtoFuncGetMilliSeconds): (JSC::dateProtoFuncGetUTCMilliseconds): (JSC::dateProtoFuncGetTimezoneOffset): (JSC::dateProtoFuncSetTime): (JSC::setNewValueFromTimeArgs): (JSC::setNewValueFromDateArgs): (JSC::dateProtoFuncSetYear): (JSC::dateProtoFuncGetYear):
  • runtime/Error.cpp: (JSC::addErrorSourceInfo): (JSC::addErrorDivotInfo):
  • runtime/ErrorConstructor.cpp: (JSC::ErrorConstructor::ErrorConstructor):
  • runtime/FunctionConstructor.cpp: (JSC::FunctionConstructor::FunctionConstructor):
  • runtime/FunctionPrototype.cpp: (JSC::FunctionPrototype::FunctionPrototype):
  • runtime/JSArray.cpp: (JSC::JSArray::getOwnPropertySlot): (JSC::JSArray::getOwnPropertyDescriptor):
  • runtime/JSByteArray.cpp: (JSC::JSByteArray::JSByteArray):
  • runtime/JSByteArray.h: (JSC::JSByteArray::getIndex):
  • runtime/JSFunction.cpp: (JSC::JSFunction::JSFunction): (JSC::JSFunction::lengthGetter): (JSC::JSFunction::getOwnPropertyDescriptor):
  • runtime/JSGlobalObject.cpp: (JSC::JSGlobalObject::reset):
  • runtime/JSGlobalObjectFunctions.cpp: (JSC::globalFuncParseInt): (JSC::globalFuncParseFloat):
  • runtime/JSNumberCell.h: (JSC::JSValue::JSValue): (JSC::jsNaN): (JSC::JSValue::toJSNumber):
  • runtime/JSONObject.cpp: (JSC::unwrapBoxedPrimitive): (JSC::PropertyNameForFunctionCall::value): (JSC::JSONStringify):
  • runtime/JSString.cpp: (JSC::JSString::getStringPropertyDescriptor):
  • runtime/JSString.h: (JSC::JSString::getStringPropertySlot):
  • runtime/JSValue.h: (JSC::jsDoubleNumber): (JSC::jsNumber): (JSC::jsNaN): (JSC::JSValue::JSValue): (JSC::JSValue::toJSNumber):
  • runtime/LiteralParser.cpp: (JSC::LiteralParser::parse):
  • runtime/MathObject.cpp: (JSC::MathObject::MathObject): (JSC::mathProtoFuncAbs): (JSC::mathProtoFuncACos): (JSC::mathProtoFuncASin): (JSC::mathProtoFuncATan): (JSC::mathProtoFuncATan2): (JSC::mathProtoFuncCeil): (JSC::mathProtoFuncCos): (JSC::mathProtoFuncExp): (JSC::mathProtoFuncFloor): (JSC::mathProtoFuncLog): (JSC::mathProtoFuncMax): (JSC::mathProtoFuncMin): (JSC::mathProtoFuncPow): (JSC::mathProtoFuncRandom): (JSC::mathProtoFuncRound): (JSC::mathProtoFuncSin): (JSC::mathProtoFuncSqrt): (JSC::mathProtoFuncTan):
  • runtime/NativeErrorConstructor.cpp: (JSC::NativeErrorConstructor::NativeErrorConstructor):
  • runtime/NumberConstructor.cpp: (JSC::NumberConstructor::NumberConstructor): (JSC::numberConstructorNaNValue): (JSC::numberConstructorNegInfinity): (JSC::numberConstructorPosInfinity): (JSC::numberConstructorMaxValue): (JSC::numberConstructorMinValue): (JSC::constructWithNumberConstructor): (JSC::callNumberConstructor):
  • runtime/NumberPrototype.cpp: (JSC::NumberPrototype::NumberPrototype):
  • runtime/ObjectConstructor.cpp: (JSC::ObjectConstructor::ObjectConstructor):
  • runtime/Operations.cpp: (JSC::jsAddSlowCase):
  • runtime/Operations.h: (JSC::jsAdd):
  • runtime/PrototypeFunction.cpp: (JSC::PrototypeFunction::PrototypeFunction):
  • runtime/RegExpConstructor.cpp: (JSC::RegExpConstructor::RegExpConstructor): (JSC::RegExpMatchesArray::fillArrayInstance):
  • runtime/RegExpObject.cpp: (JSC::regExpObjectLastIndex):
  • runtime/StringConstructor.cpp: (JSC::StringConstructor::StringConstructor):
  • runtime/StringPrototype.cpp: (JSC::StringPrototype::StringPrototype): (JSC::stringProtoFuncReplace): (JSC::stringProtoFuncCharCodeAt): (JSC::stringProtoFuncIndexOf): (JSC::stringProtoFuncLastIndexOf): (JSC::stringProtoFuncSearch): (JSC::stringProtoFuncLocaleCompare):

2010-10-25 Oliver Hunt <oliver@apple.com>

Reviewed by Gavin Barraclough.

Remove exec and globalData arguments from jsNumber
https://bugs.webkit.org/show_bug.cgi?id=48270

Don't pass exec to jsNumber

  • JSUtils.cpp: (JSObjectKJSValue):
  • UserObjectImp.cpp: (UserObjectImp::toPrimitive):

2010-10-25 Oliver Hunt <oliver@apple.com>

Reviewed by Gavin Barraclough.

Remove exec and globalData arguments from jsNumber
https://bugs.webkit.org/show_bug.cgi?id=48270

Mechanical removal of exec parameter to jsNumber.

  • bindings/js/JSAudioConstructor.cpp: (WebCore::JSAudioConstructor::JSAudioConstructor):
  • bindings/js/JSCSSStyleDeclarationCustom.cpp: (WebCore::JSCSSStyleDeclaration::nameGetter):
  • bindings/js/JSCoordinatesCustom.cpp: (WebCore::JSCoordinates::altitude): (WebCore::JSCoordinates::altitudeAccuracy): (WebCore::JSCoordinates::heading): (WebCore::JSCoordinates::speed):
  • bindings/js/JSDOMWindowCustom.cpp: (WebCore::JSDOMWindow::setTimeout): (WebCore::JSDOMWindow::setInterval):
  • bindings/js/JSDeviceMotionEventCustom.cpp: (WebCore::createAccelerationObject): (WebCore::createRotationRateObject): (WebCore::JSDeviceMotionEvent::interval):
  • bindings/js/JSDeviceOrientationEventCustom.cpp: (WebCore::JSDeviceOrientationEvent::alpha): (WebCore::JSDeviceOrientationEvent::beta): (WebCore::JSDeviceOrientationEvent::gamma):
  • bindings/js/JSGeolocationCustom.cpp: (WebCore::JSGeolocation::watchPosition):
  • bindings/js/JSHTMLInputElementCustom.cpp: (WebCore::JSHTMLInputElement::selectionStart): (WebCore::JSHTMLInputElement::selectionEnd):
  • bindings/js/JSHTMLOptionsCollectionCustom.cpp: (WebCore::JSHTMLOptionsCollection::length):
  • bindings/js/JSIDBKeyCustom.cpp: (WebCore::toJS):
  • bindings/js/JSInjectedScriptHostCustom.cpp: (WebCore::InjectedScriptHost::createInjectedScript): (WebCore::JSInjectedScriptHost::pushNodePathToFrontend):
  • bindings/js/JSOptionConstructor.cpp: (WebCore::JSOptionConstructor::JSOptionConstructor):
  • bindings/js/JSSQLResultSetRowListCustom.cpp: (WebCore::JSSQLResultSetRowList::item):
  • bindings/js/JSSVGLengthCustom.cpp: (WebCore::JSSVGLength::value):
  • bindings/js/JSScriptProfileNodeCustom.cpp: (WebCore::JSScriptProfileNode::callUID):
  • bindings/js/JSWebGLRenderingContextCustom.cpp: (WebCore::toJS):
  • bindings/js/JSWorkerContextCustom.cpp: (WebCore::JSWorkerContext::setTimeout): (WebCore::JSWorkerContext::setInterval):
  • bindings/js/JSWorkerContextErrorHandler.cpp: (WebCore::JSWorkerContextErrorHandler::handleEvent):
  • bindings/js/ScriptFunctionCall.cpp: (WebCore::ScriptCallArgumentHandler::appendArgument):
  • bindings/js/SerializedScriptValue.cpp: (WebCore::CloneDeserializer::readTerminal):
  • bindings/scripts/CodeGeneratorJS.pm:
  • bridge/c/c_instance.cpp: (JSC::Bindings::CInstance::numberValue):
  • bridge/c/c_utility.cpp: (JSC::Bindings::convertNPVariantToValue):
  • bridge/jni/jsc/JNIBridgeJSC.cpp: (JavaField::valueFromInstance): (JavaArray::valueAt):
  • bridge/jni/jsc/JavaInstanceJSC.cpp: (JavaInstance::numberValue): (JavaInstance::invokeMethod):
  • bridge/objc/objc_instance.mm: (ObjcInstance::numberValue):
  • bridge/objc/objc_utility.mm: (JSC::Bindings::convertObjcValueToValue):
  • bridge/runtime_array.cpp: (JSC::RuntimeArray::lengthGetter):
  • bridge/runtime_method.cpp: (JSC::RuntimeMethod::lengthGetter):

2010-10-25 Oliver Hunt <oliver@apple.com>

Reviewed by Gavin Barraclough.

Remove exec and globalData arguments from jsNumber
https://bugs.webkit.org/show_bug.cgi?id=48270

Mechanical removal of exec parameter to jsNumber

  • Plugins/Hosted/NetscapePluginInstanceProxy.mm: (WebKit::NetscapePluginInstanceProxy::demarshalValueFromArray):
  • Plugins/Hosted/ProxyInstance.mm: (WebKit::ProxyInstance::numberValue):

2010-10-25 Oliver Hunt <oliver@apple.com>

Reviewed by Gavin Barraclough.

Remove exec and globalData arguments from jsNumber
https://bugs.webkit.org/show_bug.cgi?id=48270

Mechanical removal of exec parameter to jsNumber

  • WebProcess/Plugins/NPRuntimeObjectMap.cpp: (WebKit::NPRuntimeObjectMap::convertNPVariantToJSValue):
3:21 PM Changeset in webkit [70495] by mihaip@chromium.org
  • 109 edits
    108 copies
    10 adds in trunk/LayoutTests

2010-10-25 Mihai Parparita <mihaip@chromium.org>

Unreviewed Snow Leopard rebaseline of animations, compositing, css1,
css3, dom, and fast/backgrounds.

  • platform/mac-leopard/animations/state-at-end-event-expected.checksum: Copied from LayoutTests/platform/mac/animations/state-at-end-event-expected.checksum.
  • platform/mac-leopard/animations/state-at-end-event-expected.png: Copied from LayoutTests/platform/mac/animations/state-at-end-event-expected.png.
  • platform/mac-leopard/compositing/generated-content-expected.checksum: Copied from LayoutTests/platform/mac/compositing/generated-content-expected.checksum.
  • platform/mac-leopard/compositing/generated-content-expected.png: Copied from LayoutTests/platform/mac/compositing/generated-content-expected.png.
  • platform/mac-leopard/compositing/geometry/composited-html-size-expected.checksum: Copied from LayoutTests/platform/mac/compositing/geometry/composited-html-size-expected.checksum.
  • platform/mac-leopard/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/mac/compositing/geometry/composited-html-size-expected.png.
  • platform/mac-leopard/compositing/geometry/outline-change-expected.checksum: Copied from LayoutTests/platform/mac/compositing/geometry/outline-change-expected.checksum.
  • platform/mac-leopard/compositing/geometry/outline-change-expected.png: Copied from LayoutTests/platform/mac/compositing/geometry/outline-change-expected.png.
  • platform/mac-leopard/compositing/iframes/composited-iframe-alignment-expected.checksum: Copied from LayoutTests/platform/mac/compositing/iframes/composited-iframe-alignment-expected.checksum.
  • platform/mac-leopard/compositing/iframes/composited-iframe-alignment-expected.png: Copied from LayoutTests/platform/mac/compositing/iframes/composited-iframe-alignment-expected.png.
  • platform/mac-leopard/compositing/iframes/iframe-in-composited-layer-expected.checksum: Copied from LayoutTests/platform/mac/compositing/iframes/iframe-in-composited-layer-expected.checksum.
  • platform/mac-leopard/compositing/iframes/iframe-in-composited-layer-expected.png: Copied from LayoutTests/platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png.
  • platform/mac-leopard/compositing/overflow/parent-overflow-expected.checksum: Copied from LayoutTests/platform/mac/compositing/overflow/parent-overflow-expected.checksum.
  • platform/mac-leopard/compositing/overflow/parent-overflow-expected.png: Copied from LayoutTests/platform/mac/compositing/overflow/parent-overflow-expected.png.
  • platform/mac-leopard/compositing/sibling-positioning-expected.checksum: Copied from LayoutTests/platform/mac/compositing/sibling-positioning-expected.checksum.
  • platform/mac-leopard/compositing/sibling-positioning-expected.png: Copied from LayoutTests/platform/mac/compositing/sibling-positioning-expected.png.
  • platform/mac-leopard/css1/box_properties/acid_test-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/acid_test-expected.checksum.
  • platform/mac-leopard/css1/box_properties/acid_test-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/acid_test-expected.png.
  • platform/mac-leopard/css1/box_properties/float_margin-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/float_margin-expected.checksum.
  • platform/mac-leopard/css1/box_properties/float_margin-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/float_margin-expected.png.
  • platform/mac-leopard/css1/box_properties/width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/width-expected.checksum.
  • platform/mac-leopard/css1/box_properties/width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/width-expected.png.
  • platform/mac-leopard/css1/conformance/forward_compatible_parsing-expected.checksum: Copied from LayoutTests/platform/mac/css1/conformance/forward_compatible_parsing-expected.checksum.
  • platform/mac-leopard/css1/conformance/forward_compatible_parsing-expected.png: Copied from LayoutTests/platform/mac/css1/conformance/forward_compatible_parsing-expected.png.
  • platform/mac-leopard/css1/font_properties/font_variant-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_variant-expected.checksum.
  • platform/mac-leopard/css1/font_properties/font_variant-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_variant-expected.png.
  • platform/mac-leopard/css3/css3-modsel-33-expected.checksum: Copied from LayoutTests/platform/mac/css3/css3-modsel-33-expected.checksum.
  • platform/mac-leopard/css3/css3-modsel-33-expected.png: Copied from LayoutTests/platform/mac/css3/css3-modsel-33-expected.png.
  • platform/mac-leopard/css3/css3-modsel-35-expected.checksum: Copied from LayoutTests/platform/mac/css3/css3-modsel-35-expected.checksum.
  • platform/mac-leopard/css3/css3-modsel-35-expected.png: Copied from LayoutTests/platform/mac/css3/css3-modsel-35-expected.png.
  • platform/mac-leopard/css3/css3-modsel-36-expected.checksum: Copied from LayoutTests/platform/mac/css3/css3-modsel-36-expected.checksum.
  • platform/mac-leopard/css3/css3-modsel-36-expected.png: Copied from LayoutTests/platform/mac/css3/css3-modsel-36-expected.png.
  • platform/mac-leopard/css3/css3-modsel-37-expected.checksum: Copied from LayoutTests/platform/mac/css3/css3-modsel-37-expected.checksum.
  • platform/mac-leopard/css3/css3-modsel-37-expected.png: Copied from LayoutTests/platform/mac/css3/css3-modsel-37-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/documentgetinputencoding03-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/documentgetinputencoding03-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/documentgetinputencoding03-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/documentgetinputencoding03-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/entitygetinputencoding02-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/entitygetinputencoding02-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/entitygetinputencoding02-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/entitygetinputencoding02-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/entitygetxmlversion02-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/entitygetxmlversion02-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/entitygetxmlversion02-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/entitygetxmlversion02-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri05-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri05-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri05-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri05-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri07-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri07-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri07-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri07-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri09-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri09-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri09-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri09-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri10-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri10-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri10-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri10-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri11-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri11-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri11-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri11-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri15-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri15-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri15-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri15-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri17-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri17-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri17-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri17-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri18-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri18-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodegetbaseuri18-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodegetbaseuri18-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.png.
  • platform/mac-leopard/dom/xhtml/level3/core/nodelookupprefix19-expected.checksum: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodelookupprefix19-expected.checksum.
  • platform/mac-leopard/dom/xhtml/level3/core/nodelookupprefix19-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/nodelookupprefix19-expected.png.
  • platform/mac-leopard/fast/backgrounds/001-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/001-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/001-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/001-expected.png.
  • platform/mac-leopard/fast/backgrounds/animated-gif-as-background-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/animated-gif-as-background-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/animated-gif-as-background-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/animated-gif-as-background-expected.png.
  • platform/mac-leopard/fast/backgrounds/background-clip-text-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/background-clip-text-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/background-clip-text-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/background-clip-text-expected.png.
  • platform/mac-leopard/fast/backgrounds/background-inherit-color-bug-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/background-inherit-color-bug-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/background-inherit-color-bug-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/background-inherit-color-bug-expected.png.
  • platform/mac-leopard/fast/backgrounds/background-origin-root-element-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/background-origin-root-element-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/background-origin-root-element-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/background-origin-root-element-expected.png.
  • platform/mac-leopard/fast/backgrounds/background-position-1-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/background-position-1-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/background-position-1-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/background-position-1-expected.png.
  • platform/mac-leopard/fast/backgrounds/background-position-rounding-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/background-position-rounding-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/background-position-rounding-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/background-position-rounding-expected.png.
  • platform/mac-leopard/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png.
  • platform/mac-leopard/fast/backgrounds/opacity-on-document-element-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/opacity-on-document-element-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/opacity-on-document-element-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/opacity-on-document-element-expected.png.
  • platform/mac-leopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png.
  • platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize02-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize02-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize02-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize02-expected.png.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize04-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize04-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize04-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize04-expected.png.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize13-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize13-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize13-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize13-expected.png.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize14-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize14-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize14-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize14-expected.png.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize15-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize15-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize15-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize15-expected.png.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize16-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize16-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/size/backgroundSize16-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/size/backgroundSize16-expected.png.
  • platform/mac-leopard/fast/backgrounds/size/zero-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/size/zero-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/size/zero-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/size/zero-expected.png.
  • platform/mac-leopard/fast/backgrounds/solid-color-context-restore-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/solid-color-context-restore-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/solid-color-context-restore-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/solid-color-context-restore-expected.png.
  • platform/mac-leopard/fast/backgrounds/svg-as-background-1-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/svg-as-background-1-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-background-1-expected.png.
  • platform/mac-leopard/fast/backgrounds/svg-as-background-3-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/svg-as-background-3-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-background-3-expected.png.
  • platform/mac-leopard/fast/backgrounds/svg-as-background-5-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/svg-as-background-5-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-background-5-expected.png.
  • platform/mac-leopard/fast/backgrounds/svg-as-background-6-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/svg-as-background-6-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-background-6-expected.png.
  • platform/mac-leopard/fast/backgrounds/svg-as-mask-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-mask-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/svg-as-mask-expected.png: Copied from LayoutTests/platform/mac/fast/backgrounds/svg-as-mask-expected.png.
  • platform/mac/animations/state-at-end-event-expected.checksum:
  • platform/mac/animations/state-at-end-event-expected.png:
  • platform/mac/compositing/generated-content-expected.checksum:
  • platform/mac/compositing/generated-content-expected.png:
  • platform/mac/compositing/geometry/composited-html-size-expected.checksum:
  • platform/mac/compositing/geometry/composited-html-size-expected.png:
  • platform/mac/compositing/geometry/outline-change-expected.checksum:
  • platform/mac/compositing/geometry/outline-change-expected.png:
  • platform/mac/compositing/geometry/tall-page-composited-expected.checksum: Added.
  • platform/mac/compositing/geometry/tall-page-composited-expected.png: Added.
  • platform/mac/compositing/iframes/composited-iframe-alignment-expected.checksum:
  • platform/mac/compositing/iframes/composited-iframe-alignment-expected.png:
  • platform/mac/compositing/iframes/iframe-in-composited-layer-expected.checksum:
  • platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png:
  • platform/mac/compositing/overflow/parent-overflow-expected.checksum:
  • platform/mac/compositing/overflow/parent-overflow-expected.png:
  • platform/mac/compositing/sibling-positioning-expected.checksum:
  • platform/mac/compositing/sibling-positioning-expected.png:
  • platform/mac/css1/box_properties/acid_test-expected.checksum:
  • platform/mac/css1/box_properties/acid_test-expected.png:
  • platform/mac/css1/box_properties/float_margin-expected.checksum:
  • platform/mac/css1/box_properties/float_margin-expected.png:
  • platform/mac/css1/box_properties/width-expected.checksum:
  • platform/mac/css1/box_properties/width-expected.png:
  • platform/mac/css1/conformance/forward_compatible_parsing-expected.checksum:
  • platform/mac/css1/conformance/forward_compatible_parsing-expected.png:
  • platform/mac/css1/font_properties/font_variant-expected.checksum:
  • platform/mac/css1/font_properties/font_variant-expected.png:
  • platform/mac/css3/css3-modsel-33-expected.checksum:
  • platform/mac/css3/css3-modsel-33-expected.png:
  • platform/mac/css3/css3-modsel-35-expected.checksum:
  • platform/mac/css3/css3-modsel-35-expected.png:
  • platform/mac/css3/css3-modsel-36-expected.checksum:
  • platform/mac/css3/css3-modsel-36-expected.png:
  • platform/mac/css3/css3-modsel-37-expected.checksum:
  • platform/mac/css3/css3-modsel-37-expected.png:
  • platform/mac/dom/xhtml/level3/core/documentgetinputencoding03-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/documentgetinputencoding03-expected.png:
  • platform/mac/dom/xhtml/level3/core/entitygetinputencoding02-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/entitygetinputencoding02-expected.png:
  • platform/mac/dom/xhtml/level3/core/entitygetxmlversion02-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/entitygetxmlversion02-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri05-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri05-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri07-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri07-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri09-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri09-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri10-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri10-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri11-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri11-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri15-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri15-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri17-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri17-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri18-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodegetbaseuri18-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.png:
  • platform/mac/dom/xhtml/level3/core/nodelookupprefix19-expected.checksum:
  • platform/mac/dom/xhtml/level3/core/nodelookupprefix19-expected.png:
  • platform/mac/fast/backgrounds/001-expected.checksum:
  • platform/mac/fast/backgrounds/001-expected.png:
  • platform/mac/fast/backgrounds/animated-gif-as-background-expected.checksum:
  • platform/mac/fast/backgrounds/animated-gif-as-background-expected.png:
  • platform/mac/fast/backgrounds/background-clip-text-expected.checksum:
  • platform/mac/fast/backgrounds/background-clip-text-expected.png:
  • platform/mac/fast/backgrounds/background-inherit-color-bug-expected.checksum:
  • platform/mac/fast/backgrounds/background-inherit-color-bug-expected.png:
  • platform/mac/fast/backgrounds/background-origin-root-element-expected.checksum:
  • platform/mac/fast/backgrounds/background-origin-root-element-expected.png:
  • platform/mac/fast/backgrounds/background-position-1-expected.checksum:
  • platform/mac/fast/backgrounds/background-position-1-expected.png:
  • platform/mac/fast/backgrounds/background-position-rounding-expected.checksum:
  • platform/mac/fast/backgrounds/background-position-rounding-expected.png:
  • platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum:
  • platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
  • platform/mac/fast/backgrounds/opacity-on-document-element-expected.checksum:
  • platform/mac/fast/backgrounds/opacity-on-document-element-expected.png:
  • platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.checksum:
  • platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
  • platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
  • platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
  • platform/mac/fast/backgrounds/size/backgroundSize02-expected.checksum:
  • platform/mac/fast/backgrounds/size/backgroundSize02-expected.png:
  • platform/mac/fast/backgrounds/size/backgroundSize04-expected.checksum:
  • platform/mac/fast/backgrounds/size/backgroundSize04-expected.png:
  • platform/mac/fast/backgrounds/size/backgroundSize13-expected.checksum:
  • platform/mac/fast/backgrounds/size/backgroundSize13-expected.png:
  • platform/mac/fast/backgrounds/size/backgroundSize14-expected.checksum:
  • platform/mac/fast/backgrounds/size/backgroundSize14-expected.png:
  • platform/mac/fast/backgrounds/size/backgroundSize15-expected.checksum:
  • platform/mac/fast/backgrounds/size/backgroundSize15-expected.png:
  • platform/mac/fast/backgrounds/size/backgroundSize16-expected.checksum:
  • platform/mac/fast/backgrounds/size/backgroundSize16-expected.png:
  • platform/mac/fast/backgrounds/size/zero-expected.checksum:
  • platform/mac/fast/backgrounds/size/zero-expected.png:
  • platform/mac/fast/backgrounds/solid-color-context-restore-expected.checksum:
  • platform/mac/fast/backgrounds/solid-color-context-restore-expected.png:
  • platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
  • platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
  • platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
  • platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
  • platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
  • platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
  • platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
  • platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
  • platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
  • platform/mac/fast/backgrounds/svg-as-mask-expected.png:
3:19 PM Changeset in webkit [70494] by satish@chromium.org
  • 2 edits in trunk/WebKit/chromium

2010-10-25 Satish Sampath <satish@chromium.org>

Unreviewed, fix for a build break caused by my earlier patch.

  • public/WebSpeechInputListener.h: (WebKit::WebSpeechInputListener::setRecognitionResult): Explicitly invoking the correct constructor.
3:17 PM Changeset in webkit [70493] by rniwa@webkit.org
  • 1 edit
    2 adds in trunk/LayoutTests

2010-10-25 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Ojan Vafai.

Unformat deletes images
https://bugs.webkit.org/show_bug.cgi?id=17926

  • editing/execCommand/remove-format-image-expected.txt: Added.
  • editing/execCommand/remove-format-image.html: Added.
2:37 PM Changeset in webkit [70492] by Dimitri Glazkov
  • 1 edit
    9 adds in trunk/LayoutTests

2010-10-25 Dimitri Glazkov <Dimitri Glazkov>

[Chromium] Added expectations for r70482.
https://bugs.webkit.org/show_bug.cgi?id=48257

  • platform/chromium-linux/fast/blockflow/english-bt-text-expected.checksum: Added.
  • platform/chromium-linux/fast/blockflow/english-rl-text-expected.checksum: Added.
  • platform/chromium-mac/fast/blockflow/english-bt-text-expected.checksum: Added.
  • platform/chromium-win/fast/blockflow/english-bt-text-expected.checksum: Added.
  • platform/chromium-win/fast/blockflow/english-bt-text-expected.png: Added.
  • platform/chromium-win/fast/blockflow/english-bt-text-expected.txt: Added.
  • platform/chromium-win/fast/blockflow/english-rl-text-expected.checksum: Added.
  • platform/chromium-win/fast/blockflow/english-rl-text-expected.png: Added.
  • platform/chromium-win/fast/blockflow/english-rl-text-expected.txt: Added.
2:29 PM Changeset in webkit [70491] by andersca@apple.com
  • 8 edits in trunk/WebKit2

Replace matchCountDidChange with didFindString/didFailToFindString
https://bugs.webkit.org/show_bug.cgi?id=48262
<rdar://problem/8568928>

Reviewed by Darin Adler.

  • UIProcess/API/C/WKPage.h:
  • UIProcess/WebFindClient.cpp:

(WebKit::WebFindClient::didFindString):
(WebKit::WebFindClient::didFailToFindString):

  • UIProcess/WebFindClient.h:
  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::didFindString):
(WebKit::WebPageProxy::didFailToFindString):

  • UIProcess/WebPageProxy.h:
  • UIProcess/WebPageProxy.messages.in:
  • WebProcess/WebPage/FindController.cpp:

(WebKit::FindController::findString):

2:10 PM Changeset in webkit [70490] by satish@chromium.org
  • 19 edits
    4 adds in trunk

2010-10-21 Satish Sampath <satish@chromium.org>

Reviewed by Jeremy Orlow.

Allow embedder to pass on all the speech recognition results to the input element.
https://bugs.webkit.org/show_bug.cgi?id=48068

No new tests added as functionality has not changed, tests will be added in the next
patch where these results are exposed as an attribute to scripts.

  • Android.mk: Added new source files.
  • GNUmakefile.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.xcodeproj/project.pbxproj:
  • page/SpeechInput.cpp: (WebCore::SpeechInput::setRecognitionResult): Accept an array instead of a single string.
  • page/SpeechInput.h:
  • page/SpeechInputListener.h:
  • page/SpeechInputResult.cpp: Added, defines a class for managing a speech input result. (WebCore::SpeechInputResult::create): (WebCore::SpeechInputResult::SpeechInputResult): (WebCore::SpeechInputResult::confidence): (WebCore::SpeechInputResult::utterance):
  • page/SpeechInputResult.h: Added.
  • platform/mock/SpeechInputClientMock.cpp: (WebCore::SpeechInputClientMock::timerFired):
  • rendering/TextControlInnerElements.cpp: (WebCore::InputFieldSpeechButtonElement::setRecognitionResult):
  • rendering/TextControlInnerElements.h:

2010-10-21 Satish Sampath <satish@chromium.org>

Reviewed by Jeremy Orlow.

Allow embedder to pass on all the speech recognition results to the input element.
https://bugs.webkit.org/show_bug.cgi?id=48068

  • WebKit.gyp: Added new files
  • public/WebSpeechInputListener.h:
  • public/WebSpeechInputResult.h: Added, wrapper around WebCore::SpeechInputResult (WebKit::WebSpeechInputResult::WebSpeechInputResult): (WebKit::WebSpeechInputResult::~WebSpeechInputResult):
  • src/SpeechInputClientImpl.cpp: (WebKit::SpeechInputClientImpl::setRecognitionResult): Accepts an array instead of a single string.
  • src/SpeechInputClientImpl.h:
  • src/WebSpeechInputControllerMockImpl.cpp: (WebKit::WebSpeechInputControllerMockImpl::setRecognitionResult):
  • src/WebSpeechInputControllerMockImpl.h:
  • src/WebSpeechInputResult.cpp: Added. (WebKit::WebSpeechInputResult::reset): (WebKit::WebSpeechInputResult::WebSpeechInputResult): (WebKit::WebSpeechInputResult::set): (WebKit::WebSpeechInputResult::operator PassRefPtr<WebCore::SpeechInputResult>):
2:02 PM Changeset in webkit [70489] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-25 Dimitri Glazkov <Dimitri Glazkov>

Added more flakiness expectations.
https://bugs.webkit.org/show_bug.cgi?id=48263

  • platform/chromium/test_expectations.txt: Added flaky timeout.
1:45 PM Changeset in webkit [70488] by jianli@chromium.org
  • 9 edits in trunk

Support appending an ArrayBuffer object in BlobBuilder
https://bugs.webkit.org/show_bug.cgi?id=47701

Reviewed by David Levin.

WebCore:

Test cases have been added to read-blob-test-cases.js.

  • fileapi/BlobBuilder.cpp:

(WebCore::BlobBuilder::getBuffer):
(WebCore::BlobBuilder::append): Removed bool return values since they
weren't used.

  • fileapi/BlobBuilder.h:
  • fileapi/BlobBuilder.idl:

LayoutTests:

  • fast/files/read-blob-async-expected.txt:
  • fast/files/resources/read-blob-test-cases.js:

(testReadingSingleArrayBufferBlob):
(testReadingSlicedArrayBufferBlob):
(testReadingMultipleArrayBufferBlob):
(testReadingHybridBlob):
(testReadingSlicedHybridBlob):
(testReadingTripleSlicedHybridBlob):

  • fast/files/workers/worker-read-blob-async-expected.txt:
  • fast/files/workers/worker-read-blob-sync-expected.txt:
1:43 PM Changeset in webkit [70487] by noam.rosenthal@nokia.com
  • 10 edits in trunk

2010-10-25 No'am Rosenthal <noam.rosenthal@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Texmap] [Qt] Texture mapper initial implementation
https://bugs.webkit.org/show_bug.cgi?id=47070

Glue layer (WebCoreSupport) changes to allow connecting TextureMapper to a Qt PageClient, i.e.
a QWebView or a QGraphicsWebView. This enables the new type, TextureMapperPlatformLayer, to be recognized both by
the compositor and by the page client.
Note that this is temporarily an opt-in, under USE(TEXTURE_MAPPER)

No new tests: the existing tests under LayoutTests/compositing already cover this.

  • platform/graphics/GraphicsLayer.h:
  • platform/qt/QWebPageClient.h: (QWebPageClient::setRootGraphicsLayer):

2010-10-25 No'am Rosenthal <noam.rosenthal@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Texmap] [Qt] Texture mapper initial implementation
https://bugs.webkit.org/show_bug.cgi?id=47070

Glue layer (WebCoreSupport) changes to allow connecting TextureMapper to a Qt PageClient, i.e.
a QWebView or a QGraphicsWebView. This enables the new type, TextureMapperPlatformLayer, to be recognized both by
the compositor and by the page client.
Note that this is temporarily an opt-in, under USE(TEXTURE_MAPPER)

  • Api/qwebframe.h:
  • Api/qwebframe_p.h: (QWebFramePrivate::QWebFramePrivate):
  • Api/qwebpage.cpp: (QWebPage::setView):
  • WebCoreSupport/ChromeClientQt.cpp: (WebCore::ChromeClientQt::attachRootGraphicsLayer):
  • WebCoreSupport/PageClientQt.cpp: (WebCore::PlatformLayerProxyQt::PlatformLayerProxyQt): (WebCore::PlatformLayerProxyQt::~PlatformLayerProxyQt): (WebCore::PlatformLayerProxyQt::setSizeChanged): (WebCore::PlatformLayerProxyQWidget::PlatformLayerProxyQWidget): (WebCore::PlatformLayerProxyQWidget::eventFilter): (WebCore::PlatformLayerProxyQWidget::setNeedsDisplay): (WebCore::PlatformLayerProxyQWidget::setNeedsDisplayInRect): (WebCore::PlatformLayerProxyQGraphicsObject::PlatformLayerProxyQGraphicsWidget): (WebCore::PlatformLayerProxyQGraphicsObject::setNeedsDisplay): (WebCore::PlatformLayerProxyQGraphicsObject::setNeedsDisplayInRect): (WebCore::PageClientQWidget::setRootGraphicsLayer): (WebCore::PageClientQWidget::markForSync): (WebCore::PageClientQWidget::syncLayers): (WebCore::PageClientQGraphicsWidget::updateCompositingScrollPosition): (WebCore::PageClientQGraphicsWidget::createOrDeleteOverlay): (WebCore::PageClientQGraphicsWidget::setRootGraphicsLayer):
  • WebCoreSupport/PageClientQt.h: (WebCore::PageClientQWidget::PageClientQWidget): (WebCore::PageClientQWidget::allowsAcceleratedCompositing): (WebCore::PageClientQGraphicsWidget::PageClientQGraphicsWidget):
1:36 PM Changeset in webkit [70486] by weinig@apple.com
  • 2 edits in trunk/LayoutTests

Update WebKit2 skipped list.

Rubber-stamped by Jon Honeycutt.

  • platform/mac-wk2/Skipped:
1:20 PM Changeset in webkit [70485] by noam.rosenthal@nokia.com
  • 2 edits in trunk/WebCore

2010-10-25 No'am Rosenthal <noam.rosenthal@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Texmap] [Qt] Texture mapper initial implementation
https://bugs.webkit.org/show_bug.cgi?id=47070

Add a config flag and a define (WTF_USE_TEXTURE_MAPPER) to WebCore, to enable opt-in compilation of texture-mapper with Qt.

No new tests: WIP for a new implementation.

  • WebCore.pro:
1:11 PM Changeset in webkit [70484] by jianli@chromium.org
  • 4 edits
    2 adds in trunk

Calling FileReader.abort during reading could cause crash
https://bugs.webkit.org/show_bug.cgi?id=48163

Reviewed by David Levin.

WebCore:

Test: fast/files/file-reader-abort.html

  • fileapi/FileReader.cpp:

(WebCore::delayedAbort):
(WebCore::FileReader::abort): Schedule to do the abort later to work
around the case that abort() could be called from event handler.
(WebCore::FileReader::doAbort):
(WebCore::FileReader::didFail): Do not go with normal error handling
when we are in the process of aborting.
(WebCore::FileReader::failed):
(WebCore::FileReader::readyState):

  • fileapi/FileReader.h:

LayoutTests:

  • fast/files/file-reader-abort-expected.txt: Added.
  • fast/files/file-reader-abort.html: Added.
1:08 PM Changeset in webkit [70483] by Patrick Gansterer
  • 2 edits in trunk/WebCore

2010-10-25 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

[WINCE] Buildfix for NetworkStateNotifier
https://bugs.webkit.org/show_bug.cgi?id=48240

WinCE does not support RegisterWaitForSingleObject, so disable it for now.

  • platform/network/win/NetworkStateNotifierWin.cpp: (WebCore::NetworkStateNotifier::NetworkStateNotifier):
1:06 PM Changeset in webkit [70482] by hyatt@apple.com
  • 11 edits
    8 adds in trunk

https://bugs.webkit.org/show_bug.cgi?id=48257

Reviewed by Dan Bernstein.

WebCore:

Make "rl" and "bt" writing-modes work for blocks and lines. InlineTextBox is refactored to compute the correct
top left corner and left baseline edge once so that can be passed down to all the painting functions instead of
tx and ty.

adjustment helpers have been added that can be called before painting children or lines and that fix up
the coordinates from flipped to physical.

Added fast/blockflow/english-rl-text.html and fast/blockflow/english-bt-text.html

  • rendering/InlineBox.cpp:

(WebCore::InlineBox::adjustForFlippedBlocksWritingMode):

  • rendering/InlineBox.h:
  • rendering/InlineFlowBox.cpp:

(WebCore::InlineFlowBox::paintBoxDecorations):
(WebCore::InlineFlowBox::paintMask):

  • rendering/InlineTextBox.cpp:

(WebCore::paintTextWithShadows):
(WebCore::InlineTextBox::paint):
(WebCore::InlineTextBox::paintSelection):
(WebCore::InlineTextBox::paintCompositionBackground):
(WebCore::InlineTextBox::paintDecoration):
(WebCore::InlineTextBox::paintSpellingOrGrammarMarker):
(WebCore::InlineTextBox::paintTextMatchMarker):
(WebCore::InlineTextBox::computeRectForReplacementMarker):
(WebCore::InlineTextBox::paintDocumentMarkers):
(WebCore::InlineTextBox::paintCompositionUnderline):

  • rendering/InlineTextBox.h:
  • rendering/RenderBlock.cpp:

(WebCore::RenderBlock::paintChildren):
(WebCore::RenderBlock::paintFloats):

  • rendering/RenderBox.cpp:

(WebCore::RenderBox::adjustForFlippedBlocksWritingMode):

  • rendering/RenderBox.h:
  • rendering/style/RenderStyle.h:

(WebCore::InheritedFlags::isFlippedBlocksWritingMode):

LayoutTests:

Make "rl" and "bt" writing-modes work for blocks and lines. InlineTextBox is refactored to compute the correct
top left corner and left baseline edge once so that can be passed down to all the painting functions instead of
tx and ty.

adjustment helpers have been added that can be called before painting children or lines and that fix up
the coordinates from flipped to physical.

Added fast/blockflow/english-rl-text.html and fast/blockflow/english-bt-text.html

  • fast/blockflow/english-bt-text.html: Added.
  • fast/blockflow/english-rl-text.html: Added.
  • platform/mac/fast/blockflow/english-bt-text-expected.checksum: Added.
  • platform/mac/fast/blockflow/english-bt-text-expected.png: Added.
  • platform/mac/fast/blockflow/english-bt-text-expected.txt: Added.
  • platform/mac/fast/blockflow/english-rl-text-expected.checksum: Added.
  • platform/mac/fast/blockflow/english-rl-text-expected.png: Added.
  • platform/mac/fast/blockflow/english-rl-text-expected.txt: Added.
1:04 PM Changeset in webkit [70481] by chang.shu@nokia.com
  • 4 edits in trunk/LayoutTests

2010-10-25 Chang Shu <chang.shu@nokia.com>

Reviewed by Antonio Gomes.

Should use eventSender for simulating keyboard events instead of using js
event.initKeyboardEvent. Otherwise, inside WebCore, the keyboardevent
object does not have a "PlatformKeyboardEvent" associated with it and this
results different behavior as the real key press.
This code change unveils that test snav-multiple-select.html is broken. It
alos causes snav-single-select.html hangs on Mac. These will be fixed in
seperate patches.
https://bugs.webkit.org/show_bug.cgi?id=48134

  • fast/events/spatial-navigation/resources/spatial-navigation-utils.js: (doMove):
  • fast/events/spatial-navigation/snav-multiple-select-expected.txt:
  • platform/mac/Skipped:
12:54 PM Changeset in webkit [70480] by andersca@apple.com
  • 9 edits in trunk

Add a pageDidScroll BundleUIClient callback
https://bugs.webkit.org/show_bug.cgi?id=48260
<rdar://problem/8531159>

Reviewed by Adam Roben.

WebKit2:

  • WebProcess/InjectedBundle/API/c/WKBundlePage.h:
  • WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp:

(WebKit::InjectedBundlePageUIClient::pageDidScroll):
Call the pageDidScroll callback.

  • WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:
  • WebProcess/WebCoreSupport/WebChromeClient.cpp:

(WebKit::WebChromeClient::invalidateContentsForSlowScroll):
(WebKit::WebChromeClient::scroll):
Call pageDidScroll.

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::pageDidScroll):
Hide the find banner UI and call the BundleUIClient pageDidScroll callback.

WebKitTools:

  • WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:

(WTR::InjectedBundlePage::InjectedBundlePage):

12:49 PM Changeset in webkit [70479] by bweinstein@apple.com
  • 2 edits in trunk/WebKit2

Control + Mousewheel shouldn't be handled in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=48253

Reviewed by Adam Roben.

Don't handle a wheel event if Control is pressed, pass the message back to DefWindowProc.

  • UIProcess/win/WebView.cpp:

(WebKit::WebView::onWheelEvent):

12:48 PM Changeset in webkit [70478] by benm@google.com
  • 3 edits in trunk/WebCore

2010-10-25 Ben Murdoch <benm@google.com>

Reviewed by Steve Block.

Build break with ENABLE(BLOB) and not ENABLE(3D_CANVAS)
https://bugs.webkit.org/show_bug.cgi?id=48243

Build fix only so no new tests.

  • bindings/generic/RuntimeEnabledFeatures.h: Guard appropriately.
  • bindings/v8/custom/V8ArrayBufferViewCustom.h: ditto.
12:38 PM Changeset in webkit [70477] by inferno@chromium.org
  • 1 edit
    2 copies in branches/chromium/552

Merge 70473

BUG=60327

12:37 PM Changeset in webkit [70476] by mihaip@chromium.org
  • 50 edits
    47 copies
    61 adds in trunk/LayoutTests

2010-10-25 Mihai Parparita <mihaip@chromium.org>

Unreviewed checksum rebaseline for Snow Leopard.

  • platform/mac-leopard/compositing/overflow/ancestor-overflow-expected.checksum: Copied from LayoutTests/platform/mac/compositing/overflow/ancestor-overflow-expected.checksum.
  • platform/mac-leopard/compositing/overflow/ancestor-overflow-expected.png: Added.
  • platform/mac-leopard/compositing/overflow/scrollbar-painting-expected.checksum: Copied from LayoutTests/platform/mac/compositing/overflow/scrollbar-painting-expected.checksum.
  • platform/mac-leopard/compositing/overflow/scrollbar-painting-expected.png: Added.
  • platform/mac-leopard/compositing/transitions/singular-scale-transition-expected.checksum: Copied from LayoutTests/platform/mac/compositing/transitions/singular-scale-transition-expected.checksum.
  • platform/mac-leopard/compositing/transitions/singular-scale-transition-expected.png: Added.
  • platform/mac-leopard/editing/selection/select-text-overflow-ellipsis-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-text-overflow-ellipsis-expected.checksum.
  • platform/mac-leopard/editing/selection/select-text-overflow-ellipsis-expected.png: Added.
  • platform/mac-leopard/editing/selection/transformed-selection-rects-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/transformed-selection-rects-expected.checksum.
  • platform/mac-leopard/editing/selection/transformed-selection-rects-expected.png: Added.
  • platform/mac-leopard/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.checksum: Copied from LayoutTests/platform/mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.checksum.
  • platform/mac-leopard/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: Added.
  • platform/mac-leopard/fast/block/float/avoidance-percent-width-compat-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/float/avoidance-percent-width-compat-expected.checksum.
  • platform/mac-leopard/fast/block/float/avoidance-percent-width-compat-expected.png: Added.
  • platform/mac-leopard/fast/block/float/avoidance-percent-width-strict-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/float/avoidance-percent-width-strict-expected.checksum.
  • platform/mac-leopard/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
  • platform/mac-leopard/fast/css/color-correction-backgrounds-and-text-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum.
  • platform/mac-leopard/fast/css/color-correction-backgrounds-and-text-expected.png: Added.
  • platform/mac-leopard/fast/css/color-correction-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/color-correction-expected.checksum.
  • platform/mac-leopard/fast/css/color-correction-expected.png: Added.
  • platform/mac-leopard/fast/css/color-correction-on-background-image-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/color-correction-on-background-image-expected.checksum.
  • platform/mac-leopard/fast/css/color-correction-on-background-image-expected.png: Added.
  • platform/mac-leopard/fast/css/color-correction-on-backgrounds-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum.
  • platform/mac-leopard/fast/css/color-correction-on-backgrounds-expected.png: Added.
  • platform/mac-leopard/fast/css/color-correction-on-box-shadow-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum.
  • platform/mac-leopard/fast/css/color-correction-on-box-shadow-expected.png: Added.
  • platform/mac-leopard/fast/css/color-correction-on-text-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/color-correction-on-text-expected.checksum.
  • platform/mac-leopard/fast/css/color-correction-on-text-expected.png: Added.
  • platform/mac-leopard/fast/css/color-correction-on-text-shadow-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum.
  • platform/mac-leopard/fast/css/color-correction-on-text-shadow-expected.png: Added.
  • platform/mac-leopard/fast/css/color-correction-untagged-images-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/color-correction-untagged-images-expected.checksum.
  • platform/mac-leopard/fast/css/color-correction-untagged-images-expected.png: Added.
  • platform/mac-leopard/fast/css/namespaces/namespaces-comments-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/namespaces/namespaces-comments-expected.checksum.
  • platform/mac-leopard/fast/css/namespaces/namespaces-comments-expected.png: Added.
  • platform/mac-leopard/fast/css/namespaces/namespaces-empty-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/namespaces/namespaces-empty-expected.checksum.
  • platform/mac-leopard/fast/css/namespaces/namespaces-empty-expected.png: Added.
  • platform/mac-leopard/fast/css/namespaces/namespaces-escapes-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/namespaces/namespaces-escapes-expected.checksum.
  • platform/mac-leopard/fast/css/namespaces/namespaces-escapes-expected.png: Added.
  • platform/mac-leopard/fast/css/namespaces/namespaces-invalid-at-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.checksum.
  • platform/mac-leopard/fast/css/namespaces/namespaces-invalid-at-expected.png: Added.
  • platform/mac-leopard/fast/css/variables/misplaced-import-test-expected.checksum: Copied from LayoutTests/platform/mac/fast/css/variables/misplaced-import-test-expected.checksum.
  • platform/mac-leopard/fast/css/variables/misplaced-import-test-expected.png: Added.
  • platform/mac-leopard/fast/fast-mobile-scrolling/fixed-position-element-expected.checksum: Copied from LayoutTests/platform/mac/fast/fast-mobile-scrolling/fixed-position-element-expected.checksum.
  • platform/mac-leopard/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added.
  • platform/mac-leopard/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.checksum: Copied from LayoutTests/platform/mac/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.checksum.
  • platform/mac-leopard/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Added.
  • platform/mac-leopard/fast/lists/anonymous-items-expected.checksum: Copied from LayoutTests/platform/mac/fast/lists/anonymous-items-expected.checksum.
  • platform/mac-leopard/fast/lists/anonymous-items-expected.png: Added.
  • platform/mac-leopard/fast/overflow/line-clamp-expected.checksum: Copied from LayoutTests/platform/mac/fast/overflow/line-clamp-expected.checksum.
  • platform/mac-leopard/fast/overflow/line-clamp-expected.png: Added.
  • platform/mac-leopard/fast/overflow/position-fixed-transform-clipping-expected.checksum: Copied from LayoutTests/platform/mac/fast/overflow/position-fixed-transform-clipping-expected.checksum.
  • platform/mac-leopard/fast/overflow/position-fixed-transform-clipping-expected.png: Added.
  • platform/mac-leopard/fast/reflections/abs-position-in-reflection-expected.checksum: Copied from LayoutTests/platform/mac/fast/reflections/abs-position-in-reflection-expected.checksum.
  • platform/mac-leopard/fast/reflections/abs-position-in-reflection-expected.png: Added.
  • platform/mac-leopard/fast/reflections/opacity-reflection-transform-expected.checksum: Copied from LayoutTests/platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum.
  • platform/mac-leopard/fast/reflections/opacity-reflection-transform-expected.png: Added.
  • platform/mac-leopard/fast/repaint/line-in-scrolled-clipped-block-expected.checksum: Copied from LayoutTests/platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.checksum.
  • platform/mac-leopard/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added.
  • platform/mac-leopard/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.checksum: Copied from LayoutTests/platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.checksum.
  • platform/mac-leopard/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added.
  • platform/mac-leopard/fast/repaint/rel-positioned-inline-with-overflow-expected.checksum: Copied from LayoutTests/platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.checksum.
  • platform/mac-leopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
  • platform/mac-leopard/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum: Copied from LayoutTests/platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum.
  • platform/mac-leopard/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
  • platform/mac-leopard/fast/repaint/subtree-layoutstate-transform-expected.checksum: Copied from LayoutTests/platform/mac/fast/repaint/subtree-layoutstate-transform-expected.checksum.
  • platform/mac-leopard/fast/repaint/subtree-layoutstate-transform-expected.png: Added.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-inside-percent-table-expected.checksum: Copied from LayoutTests/platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.checksum.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.checksum: Copied from LayoutTests/platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.checksum.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-width-inside-div-expected.checksum: Copied from LayoutTests/platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.checksum.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.checksum: Copied from LayoutTests/platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.checksum.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.checksum: Copied from LayoutTests/platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.checksum.
  • platform/mac-leopard/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
  • platform/mac-leopard/fast/table/fixed-table-with-small-percent-width-expected.checksum: Copied from LayoutTests/platform/mac/fast/table/fixed-table-with-small-percent-width-expected.checksum.
  • platform/mac-leopard/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
  • platform/mac-leopard/fast/text/sticky-typesetting-features-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/sticky-typesetting-features-expected.checksum.
  • platform/mac-leopard/fast/text/sticky-typesetting-features-expected.png: Added.
  • platform/mac-leopard/http/tests/misc/slow-loading-mask-expected.checksum: Copied from LayoutTests/platform/mac/http/tests/misc/slow-loading-mask-expected.checksum.
  • platform/mac-leopard/http/tests/misc/slow-loading-mask-expected.png: Added.
  • platform/mac-leopard/plugins/embed-attributes-style-expected.checksum: Copied from LayoutTests/platform/mac/plugins/embed-attributes-style-expected.checksum.
  • platform/mac-leopard/plugins/embed-attributes-style-expected.png: Added.
  • platform/mac-leopard/tables/mozilla/bugs/bug106158-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug106158-1-expected.checksum.
  • platform/mac-leopard/tables/mozilla/bugs/bug106158-1-expected.png: Added.
  • platform/mac-leopard/tables/mozilla/bugs/bug106158-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug106158-2-expected.checksum.
  • platform/mac-leopard/tables/mozilla/bugs/bug106158-2-expected.png: Added.
  • platform/mac-leopard/tables/mozilla/bugs/bug34176-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug34176-expected.checksum.
  • platform/mac-leopard/tables/mozilla/bugs/bug34176-expected.png: Added.
  • platform/mac-leopard/tables/mozilla/bugs/bug6674-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6674-expected.checksum.
  • platform/mac-leopard/tables/mozilla/bugs/bug6674-expected.png: Added.
  • platform/mac-leopard/transforms/2d/transform-fixed-container-expected.checksum: Copied from LayoutTests/platform/mac/transforms/2d/transform-fixed-container-expected.checksum.
  • platform/mac-leopard/transforms/2d/transform-fixed-container-expected.png: Added.
  • platform/mac/compositing/masks/direct-image-mask-expected.checksum:
  • platform/mac/compositing/overflow/ancestor-overflow-expected.checksum:
  • platform/mac/compositing/overflow/scrollbar-painting-expected.checksum:
  • platform/mac/compositing/transitions/singular-scale-transition-expected.checksum:
  • platform/mac/editing/selection/select-text-overflow-ellipsis-expected.checksum:
  • platform/mac/editing/selection/transformed-selection-rects-expected.checksum:
  • platform/mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.checksum:
  • platform/mac/fast/block/float/avoidance-percent-width-compat-expected.checksum:
  • platform/mac/fast/block/float/avoidance-percent-width-strict-expected.checksum:
  • platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum:
  • platform/mac/fast/css/color-correction-expected.checksum:
  • platform/mac/fast/css/color-correction-on-background-image-expected.checksum:
  • platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum:
  • platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum:
  • platform/mac/fast/css/color-correction-on-text-expected.checksum:
  • platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum:
  • platform/mac/fast/css/color-correction-untagged-images-expected.checksum:
  • platform/mac/fast/css/namespaces/namespaces-comments-expected.checksum:
  • platform/mac/fast/css/namespaces/namespaces-empty-expected.checksum:
  • platform/mac/fast/css/namespaces/namespaces-escapes-expected.checksum:
  • platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.checksum:
  • platform/mac/fast/css/variables/misplaced-import-test-expected.checksum:
  • platform/mac/fast/fast-mobile-scrolling/fixed-position-element-expected.checksum:
  • platform/mac/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.checksum:
  • platform/mac/fast/lists/anonymous-items-expected.checksum:
  • platform/mac/fast/overflow/line-clamp-expected.checksum:
  • platform/mac/fast/overflow/position-fixed-transform-clipping-expected.checksum:
  • platform/mac/fast/reflections/abs-position-in-reflection-expected.checksum:
  • platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum:
  • platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.checksum:
  • platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.checksum:
  • platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.checksum:
  • platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum:
  • platform/mac/fast/repaint/subtree-layoutstate-transform-expected.checksum:
  • platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.checksum:
  • platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.checksum:
  • platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.checksum:
  • platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.checksum:
  • platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.checksum:
  • platform/mac/fast/table/fixed-table-with-small-percent-width-expected.checksum:
  • platform/mac/fast/text/sticky-typesetting-features-expected.checksum:
  • platform/mac/http/tests/misc/slow-loading-mask-expected.checksum:
  • platform/mac/plugins/embed-attributes-style-expected.checksum:
  • platform/mac/tables/mozilla/bugs/bug106158-1-expected.checksum:
  • platform/mac/tables/mozilla/bugs/bug106158-2-expected.checksum:
  • platform/mac/tables/mozilla/bugs/bug34176-expected.checksum:
  • platform/mac/tables/mozilla/bugs/bug6674-expected.checksum:
  • platform/mac/transforms/2d/transform-fixed-container-expected.checksum:
  • platform/mac/transitions/move-after-transition-expected.checksum:
12:32 PM Changeset in webkit [70475] by inferno@chromium.org
  • 1 edit
    2 copies in branches/chromium/517

Merge 70473

BUG=60327
Review URL: http://codereview.chromium.org/4065007

12:30 PM Changeset in webkit [70474] by commit-queue@webkit.org
  • 2 edits in trunk/JavaScriptCore

2010-10-25 David Tapuska <dtapuska@rim.com>

Reviewed by David Kilzer.

Enable VFP if our compiler settings indicated we had a hardware
VFP.

https://bugs.webkit.org/show_bug.cgi?id=46096

  • assembler/MacroAssemblerARM.cpp: (JSC::isVFPPresent):
12:17 PM Changeset in webkit [70473] by inferno@chromium.org
  • 3 edits
    2 adds in trunk

2010-10-25 Cris Neckar <cdn@chromium.org>

Reviewed by Dimitri Glazkov.

Added check to ensure that events with the type "mousedown" are mouse events before dispatching.
https://bugs.webkit.org/show_bug.cgi?id=48159

Test: fast/events/keyboardevent-mousedown-crash.html

  • dom/Node.cpp: (WebCore::Node::defaultEventHandler):

2010-10-25 Cris Neckar <cdn@chromium.org>

Reviewed by Dimitri Glazkov.

Tests for a crash when an event with the type "mousedown" is not a MouseEvent.
https://bugs.webkit.org/show_bug.cgi?id=48159

  • fast/events/keyboardevent-mousedown-crash-expected.txt: Added.
  • fast/events/keyboardevent-mousedown-crash.html: Added.
12:14 PM Changeset in webkit [70472] by kseo@webkit.org
  • 1 edit
    1 add in trunk/WebCore

Unreviewed build fix for r70400.

Add dummy setCookieStoragePrivateBrowsingEnabled.

  • platform/brew/TemporaryLinkStubs.cpp: Added.

(WebCore::setCookieStoragePrivateBrowsingEnabled):

12:07 PM Changeset in webkit [70471] by Dimitri Glazkov
  • 2 edits in trunk/LayoutTests

2010-10-25 Dimitri Glazkov <Dimitri Glazkov>

Add a flaky test to expectations.
https://bugs.webkit.org/show_bug.cgi?id=48256

  • platform/chromium/test_expectations.txt: Moar flakes :(.
12:03 PM Changeset in webkit [70470] by commit-queue@webkit.org
  • 16 edits in trunk

2010-10-25 Johnny Ding <jnd@chromium.org>

Reviewed by Tony Chang.

Dump the gesture status of frame in frame load callbacks in DumpRenderTree
by adding a new method dumpUserGestureInFrameLoadCallbacks.
Now only dump the gesture status in "DidStartProvisionalLoad" callback.
https://bugs.webkit.org/show_bug.cgi?id=47849

  • WebCoreSupport/DumpRenderTreeSupportQt.cpp: (DumpRenderTreeSupportQt::dumpUserGestureInFrameLoader):
  • WebCoreSupport/DumpRenderTreeSupportQt.h:
  • WebCoreSupport/FrameLoaderClientQt.cpp: (drtPrintFrameUserGestureStatus): (WebCore::FrameLoaderClientQt::dispatchDidHandleOnloadEvents): (WebCore::FrameLoaderClientQt::dispatchDidPushStateWithinPage): (WebCore::FrameLoaderClientQt::dispatchDidReplaceStateWithinPage): (WebCore::FrameLoaderClientQt::dispatchDidPopStateWithinPage): (WebCore::FrameLoaderClientQt::dispatchDidStartProvisionalLoad):
  • WebCoreSupport/FrameLoaderClientQt.h:

2010-10-25 Johnny Ding <jnd@chromium.org>

Reviewed by Tony Chang.

Dump the gesture status of frame in frame load callbacks in DumpRenderTree
by adding a new method dumpUserGestureInFrameLoadCallbacks.
Now only dump the gesture status in "DidStartProvisionalLoad" callback.
https://bugs.webkit.org/show_bug.cgi?id=47849

  • DumpRenderTree/LayoutTestController.cpp: (LayoutTestController::LayoutTestController): (dumpUserGestureInFrameLoadCallbacksCallback): (LayoutTestController::staticFunctions):
  • DumpRenderTree/LayoutTestController.h: (LayoutTestController::dumpUserGestureInFrameLoadCallbacks): (LayoutTestController::setDumpUserGestureInFrameLoadCallbacks):
  • DumpRenderTree/chromium/LayoutTestController.cpp: (LayoutTestController::LayoutTestController): (LayoutTestController::dumpUserGestureInFrameLoadCallbacks): (LayoutTestController::reset):
  • DumpRenderTree/chromium/LayoutTestController.h: (LayoutTestController::shouldDumpUserGestureInFrameLoadCallbacks): (LayoutTestController::setShouldDumpUserGestureInFrameLoadCallbacks):
  • DumpRenderTree/chromium/TestShell.h: (TestShell::shouldDumpUserGestureInFrameLoadCallbacks):
  • DumpRenderTree/chromium/WebViewHost.cpp: (WebViewHost::didStartProvisionalLoad): (WebViewHost::printFrameUserGestureStatus):
  • DumpRenderTree/chromium/WebViewHost.h:
  • DumpRenderTree/mac/FrameLoadDelegate.mm: (-[WebFrame _drt_printFrameUserGestureStatus]): (-[FrameLoadDelegate webView:didStartProvisionalLoadForFrame:]): (-[FrameLoadDelegate webView:didCommitLoadForFrame:]): (-[FrameLoadDelegate webView:didFailProvisionalLoadWithError:forFrame:]): (-[FrameLoadDelegate webView:didFinishLoadForFrame:]): (-[FrameLoadDelegate webView:didFailLoadWithError:forFrame:]): (-[FrameLoadDelegate webView:windowScriptObjectAvailable:]): (-[FrameLoadDelegate webView:didReceiveTitle:forFrame:]):
  • DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::reset): (LayoutTestController::dumpUserGestureInFrameLoadCallbacks):
  • DumpRenderTree/qt/LayoutTestControllerQt.h:
11:45 AM Changeset in webkit [70469] by Patrick Gansterer
  • 2 edits in trunk/WebCore

2010-10-25 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

[WINCE] Use default implementation of AXObjectCache::platformGenerateAXID
https://bugs.webkit.org/show_bug.cgi?id=48239

WinCE does not support NotifyWinEvent, so use the default implementation.

  • accessibility/AXObjectCache.cpp:
11:44 AM Changeset in webkit [70468] by weinig@apple.com
  • 2 edits in trunk/WebCore

Need WebKit2 API to figure out if a frame can provide source
<rdar://problem/8424632>
https://bugs.webkit.org/show_bug.cgi?id=48252

Reviewed by Anders Carlsson.

  • WebCore.exp.in:
11:41 AM Changeset in webkit [70467] by weinig@apple.com
  • 2 edits in trunk/WebKit2

cancelledError for WebKit2 on windows should use kCFErrorDomainCFNetwork instead of webKitErrorDomain
https://bugs.webkit.org/show_bug.cgi?id=48254

Reviewed by Dan Bernstein.

  • WebProcess/WebCoreSupport/win/WebErrorsWin.cpp:

(WebKit::cancelledError): Use kCFErrorDomainCFNetwork instead of webKitErrorDomain and switch over
to using kCFURLErrorCancelled instead of a hard coded constant.

11:22 AM Changeset in webkit [70466] by weinig@apple.com
  • 5 edits in trunk/WebKit2

Need WebKit2 API to figure out if a frame can provide source
<rdar://problem/8424632>
https://bugs.webkit.org/show_bug.cgi?id=48252

Reviewed by Anders Carlsson.

  • UIProcess/API/C/WKFrame.cpp:

(WKFrameCanProvideSource):

  • UIProcess/API/C/WKFrame.h:
  • UIProcess/WebFrameProxy.cpp:

(WebKit::WebFrameProxy::canProvideSource):

  • UIProcess/WebFrameProxy.h:

Add API to figure out if a frame can provide source based on its
MIME type.

11:20 AM Changeset in webkit [70465] by mihaip@chromium.org
  • 21 edits
    1 copy
    1 add in trunk/LayoutTests

2010-10-25 Mihai Parparita <mihaip@chromium.org>

Unreviewed checksum rebaseline for animations/ and compositing/ for Snow
Leopard.

  • platform/mac-leopard/animations/3d/state-at-end-event-transform-expected.checksum: Copied from LayoutTests/platform/mac/animations/3d/state-at-end-event-transform-expected.checksum.
  • platform/mac-leopard/animations/3d/state-at-end-event-transform-expected.png: Added.
  • platform/mac/animations/3d/change-transform-in-end-event-expected.checksum:
  • platform/mac/animations/3d/state-at-end-event-transform-expected.checksum:
  • platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.checksum:
  • platform/mac/compositing/compositing-visible-descendant-expected.checksum:
  • platform/mac/compositing/geometry/abs-position-inside-opacity-expected.checksum:
  • platform/mac/compositing/geometry/fixed-position-expected.checksum:
  • platform/mac/compositing/geometry/horizontal-scroll-composited-expected.checksum:
  • platform/mac/compositing/geometry/partial-layout-update-expected.checksum:
  • platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.checksum:
  • platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
  • platform/mac/compositing/reflections/reflection-in-composited-expected.checksum:
  • platform/mac/compositing/reflections/reflection-ordering-expected.checksum:
  • platform/mac/compositing/reflections/simple-composited-reflections-expected.checksum:
  • platform/mac/compositing/repaint/become-overlay-composited-layer-expected.checksum:
  • platform/mac/compositing/repaint/content-into-overflow-expected.checksum:
  • platform/mac/compositing/repaint/layer-repaint-expected.checksum:
  • platform/mac/compositing/repaint/layer-repaint-rects-expected.checksum:
  • platform/mac/compositing/repaint/opacity-between-absolute-expected.checksum:
  • platform/mac/compositing/repaint/opacity-between-absolute2-expected.checksum:
  • platform/mac/compositing/repaint/overflow-into-content-expected.checksum:
10:58 AM Changeset in webkit [70464] by andersca@apple.com
  • 9 edits in trunk/WebKit2

Java applets don't display on the page
https://bugs.webkit.org/show_bug.cgi?id=48251
<rdar://problem/8483759>

Reviewed by Dan Bernstein.

Add WKPreferencesSetJavaEnabled and initialize it to true by default, matching old WebKit.

  • Shared/WebPreferencesStore.cpp:

(WebKit::WebPreferencesStore::WebPreferencesStore):
Initialize javaEnabled.

(WebKit::WebPreferencesStore::encode):
Encode javaEnabled.

(WebKit::WebPreferencesStore::decode):
Decode javaEnabled.

  • Shared/WebPreferencesStore.h:

Add javaEnabled.

  • UIProcess/API/C/WKPreferences.cpp:

(WKPReferencesSetJavaEnabled):
(WKPReferencesGetJavaEnabled):
Call the WebPreferences functions.

  • WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:

(WebKit::WebFrameLoaderClient::createJavaAppletWidget):
Just call createPlugin.

  • WebProcess/WebPage/WebPage.cpp:

(WebKit::WebPage::updatePreferences):
Call Settings::setJavaEnabled.

10:44 AM Changeset in webkit [70463] by commit-queue@webkit.org
  • 33 edits
    3 deletes in trunk

2010-10-25 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70451.
http://trac.webkit.org/changeset/70451
https://bugs.webkit.org/show_bug.cgi?id=48249

Broke set-unloaded-frame-location.html under Qt (Requested by
caseq on #webkit).

2010-10-25 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70451.
http://trac.webkit.org/changeset/70451
https://bugs.webkit.org/show_bug.cgi?id=48249

Broke set-unloaded-frame-location.html under Qt (Requested by
caseq on #webkit).

  • ForwardingHeaders/wtf/text/TextPosition.h: Removed.

2010-10-25 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70451.
http://trac.webkit.org/changeset/70451
https://bugs.webkit.org/show_bug.cgi?id=48249

Broke set-unloaded-frame-location.html under Qt (Requested by
caseq on #webkit).

  • ForwardingHeaders/wtf/text/TextPosition.h: Removed.
  • bindings/js/ScriptSourceCode.h: (WebCore::ScriptSourceCode::ScriptSourceCode):
  • bindings/v8/ScheduledAction.cpp: (WebCore::ScheduledAction::ScheduledAction):
  • bindings/v8/ScriptController.cpp: (WebCore::ScriptController::eventHandlerLineNumber): (WebCore::ScriptController::eventHandlerColumnNumber):
  • bindings/v8/ScriptController.h:
  • bindings/v8/ScriptEventListener.cpp: (WebCore::createAttributeEventListener):
  • bindings/v8/ScriptSourceCode.h: (WebCore::ScriptSourceCode::ScriptSourceCode): (WebCore::ScriptSourceCode::startLine):
  • bindings/v8/V8LazyEventListener.cpp: (WebCore::V8LazyEventListener::V8LazyEventListener): (WebCore::V8LazyEventListener::prepareListenerObject):
  • bindings/v8/V8LazyEventListener.h: (WebCore::V8LazyEventListener::create):
  • bindings/v8/V8Proxy.cpp: (WebCore::V8Proxy::compileScript): (WebCore::V8Proxy::evaluate): (WebCore::V8Proxy::runScript):
  • bindings/v8/V8Proxy.h:
  • bindings/v8/WorkerContextExecutionProxy.cpp: (WebCore::WorkerContextExecutionProxy::evaluate): (WebCore::WorkerContextExecutionProxy::runScript):
  • bindings/v8/WorkerContextExecutionProxy.h:
  • bindings/v8/WorkerScriptController.cpp: (WebCore::WorkerScriptController::evaluate):
  • dom/PendingScript.cpp: (WebCore::PendingScript::releaseElementAndClear):
  • dom/PendingScript.h: (WebCore::PendingScript::PendingScript): (WebCore::PendingScript::operator=): (WebCore::PendingScript::startingLineNumber):
  • dom/ScriptableDocumentParser.h:
  • dom/XMLDocumentParser.h:
  • dom/XMLDocumentParserLibxml2.cpp: (WebCore::XMLDocumentParser::XMLDocumentParser): (WebCore::XMLDocumentParser::startElementNs): (WebCore::XMLDocumentParser::endElementNs): (WebCore::XMLDocumentParser::lineNumber): (WebCore::XMLDocumentParser::columnNumber):
  • dom/XMLDocumentParserQt.cpp: (WebCore::XMLDocumentParser::XMLDocumentParser): (WebCore::XMLDocumentParser::parseStartElement): (WebCore::XMLDocumentParser::parseEndElement):
  • html/parser/HTMLDocumentParser.cpp: (WebCore::HTMLDocumentParser::runScriptsForPausedTreeBuilder): (WebCore::HTMLDocumentParser::columnNumber):
  • html/parser/HTMLDocumentParser.h:
  • html/parser/HTMLScriptRunner.cpp: (WebCore::HTMLScriptRunner::sourceFromPendingScript): (WebCore::HTMLScriptRunner::execute): (WebCore::HTMLScriptRunner::runScript):
  • html/parser/HTMLScriptRunner.h:
  • html/parser/HTMLTreeBuilder.cpp: (WebCore::HTMLTreeBuilder::HTMLTreeBuilder): (WebCore::HTMLTreeBuilder::takeScriptToProcess): (WebCore::HTMLTreeBuilder::processEndTag): (WebCore::HTMLTreeBuilder::processScriptStartTag):
  • html/parser/HTMLTreeBuilder.h:

2010-10-25 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70451.
http://trac.webkit.org/changeset/70451
https://bugs.webkit.org/show_bug.cgi?id=48249

Broke set-unloaded-frame-location.html under Qt (Requested by
caseq on #webkit).

  • src/WebFrameImpl.cpp: (WebKit::WebFrameImpl::executeScript): (WebKit::WebFrameImpl::executeScriptInIsolatedWorld): (WebKit::WebFrameImpl::executeScriptAndReturnValue):
10:25 AM Changeset in webkit [70462] by mihaip@chromium.org
  • 47 edits
    46 copies
    2 adds in trunk/LayoutTests

2010-10-25 Mihai Parparita <mihaip@chromium.org>

Unreviewed rebaseline for fast/block for Snow Leopard.

  • platform/mac-leopard/fast/block/basic/001-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/001-expected.checksum.
  • platform/mac-leopard/fast/block/basic/001-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/001-expected.png.
  • platform/mac-leopard/fast/block/basic/002-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/002-expected.checksum.
  • platform/mac-leopard/fast/block/basic/002-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/002-expected.png.
  • platform/mac-leopard/fast/block/basic/003-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/003-expected.checksum.
  • platform/mac-leopard/fast/block/basic/003-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/003-expected.png.
  • platform/mac-leopard/fast/block/basic/004-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/004-expected.checksum.
  • platform/mac-leopard/fast/block/basic/004-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/004-expected.png.
  • platform/mac-leopard/fast/block/basic/005-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/005-expected.checksum.
  • platform/mac-leopard/fast/block/basic/005-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/005-expected.png.
  • platform/mac-leopard/fast/block/basic/006-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/006-expected.checksum.
  • platform/mac-leopard/fast/block/basic/006-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/006-expected.png.
  • platform/mac-leopard/fast/block/basic/007-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/007-expected.checksum.
  • platform/mac-leopard/fast/block/basic/007-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/007-expected.png.
  • platform/mac-leopard/fast/block/basic/008-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/008-expected.checksum.
  • platform/mac-leopard/fast/block/basic/008-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/008-expected.png.
  • platform/mac-leopard/fast/block/basic/009-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/009-expected.checksum.
  • platform/mac-leopard/fast/block/basic/009-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/009-expected.png.
  • platform/mac-leopard/fast/block/basic/011-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/011-expected.checksum.
  • platform/mac-leopard/fast/block/basic/011-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/011-expected.png.
  • platform/mac-leopard/fast/block/basic/012-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/012-expected.checksum.
  • platform/mac-leopard/fast/block/basic/012-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/012-expected.png.
  • platform/mac-leopard/fast/block/basic/013-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/013-expected.checksum.
  • platform/mac-leopard/fast/block/basic/013-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/013-expected.png.
  • platform/mac-leopard/fast/block/basic/014-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/014-expected.checksum.
  • platform/mac-leopard/fast/block/basic/014-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/014-expected.png.
  • platform/mac-leopard/fast/block/basic/015-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/015-expected.checksum.
  • platform/mac-leopard/fast/block/basic/015-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/015-expected.png.
  • platform/mac-leopard/fast/block/basic/018-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/018-expected.checksum.
  • platform/mac-leopard/fast/block/basic/018-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/018-expected.png.
  • platform/mac-leopard/fast/block/basic/019-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/019-expected.checksum.
  • platform/mac-leopard/fast/block/basic/019-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/019-expected.png.
  • platform/mac-leopard/fast/block/basic/020-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/020-expected.checksum.
  • platform/mac-leopard/fast/block/basic/020-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/020-expected.png.
  • platform/mac-leopard/fast/block/basic/021-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/021-expected.checksum.
  • platform/mac-leopard/fast/block/basic/021-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/021-expected.png.
  • platform/mac-leopard/fast/block/basic/adding-near-anonymous-block-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/adding-near-anonymous-block-expected.checksum.
  • platform/mac-leopard/fast/block/basic/adding-near-anonymous-block-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/adding-near-anonymous-block-expected.png.
  • platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.checksum.
  • platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.png.
  • platform/mac-leopard/fast/block/basic/quirk-height-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/quirk-height-expected.checksum.
  • platform/mac-leopard/fast/block/basic/quirk-height-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/quirk-height-expected.png.
  • platform/mac-leopard/fast/block/basic/text-indent-rtl-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/text-indent-rtl-expected.checksum.
  • platform/mac-leopard/fast/block/basic/text-indent-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/text-indent-rtl-expected.png.
  • platform/mac-leopard/fast/block/basic/white-space-pre-wraps-expected.checksum: Copied from LayoutTests/platform/mac/fast/block/basic/white-space-pre-wraps-expected.checksum.
  • platform/mac-leopard/fast/block/basic/white-space-pre-wraps-expected.png: Copied from LayoutTests/platform/mac/fast/block/basic/white-space-pre-wraps-expected.png.
  • platform/mac/fast/block/basic/001-expected.checksum:
  • platform/mac/fast/block/basic/001-expected.png:
  • platform/mac/fast/block/basic/002-expected.checksum:
  • platform/mac/fast/block/basic/002-expected.png:
  • platform/mac/fast/block/basic/003-expected.checksum:
  • platform/mac/fast/block/basic/003-expected.png:
  • platform/mac/fast/block/basic/004-expected.checksum:
  • platform/mac/fast/block/basic/004-expected.png:
  • platform/mac/fast/block/basic/005-expected.checksum:
  • platform/mac/fast/block/basic/005-expected.png:
  • platform/mac/fast/block/basic/006-expected.checksum:
  • platform/mac/fast/block/basic/006-expected.png:
  • platform/mac/fast/block/basic/007-expected.checksum:
  • platform/mac/fast/block/basic/007-expected.png:
  • platform/mac/fast/block/basic/008-expected.checksum:
  • platform/mac/fast/block/basic/008-expected.png:
  • platform/mac/fast/block/basic/009-expected.checksum:
  • platform/mac/fast/block/basic/009-expected.png:
  • platform/mac/fast/block/basic/011-expected.checksum:
  • platform/mac/fast/block/basic/011-expected.png:
  • platform/mac/fast/block/basic/012-expected.checksum:
  • platform/mac/fast/block/basic/012-expected.png:
  • platform/mac/fast/block/basic/013-expected.checksum:
  • platform/mac/fast/block/basic/013-expected.png:
  • platform/mac/fast/block/basic/014-expected.checksum:
  • platform/mac/fast/block/basic/014-expected.png:
  • platform/mac/fast/block/basic/015-expected.checksum:
  • platform/mac/fast/block/basic/015-expected.png:
  • platform/mac/fast/block/basic/018-expected.checksum:
  • platform/mac/fast/block/basic/018-expected.png:
  • platform/mac/fast/block/basic/019-expected.checksum:
  • platform/mac/fast/block/basic/019-expected.png:
  • platform/mac/fast/block/basic/020-expected.checksum:
  • platform/mac/fast/block/basic/020-expected.png:
  • platform/mac/fast/block/basic/021-expected.checksum:
  • platform/mac/fast/block/basic/021-expected.png:
  • platform/mac/fast/block/basic/adding-near-anonymous-block-expected.checksum:
  • platform/mac/fast/block/basic/adding-near-anonymous-block-expected.png:
  • platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.checksum:
  • platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
  • platform/mac/fast/block/basic/quirk-height-expected.checksum:
  • platform/mac/fast/block/basic/quirk-height-expected.png:
  • platform/mac/fast/block/basic/text-indent-rtl-expected.checksum:
  • platform/mac/fast/block/basic/text-indent-rtl-expected.png:
  • platform/mac/fast/block/basic/white-space-pre-wraps-expected.checksum:
  • platform/mac/fast/block/basic/white-space-pre-wraps-expected.png:
10:13 AM Changeset in webkit [70461] by kseo@webkit.org
  • 2 edits
    1 add in trunk/WebCore

Unreviewed build fix for r70095.

Provide platformDefaultLanguage().

  • platform/brew/LanguageBrew.cpp: Added.

(WebCore::platformDefaultLanguage):

  • platform/brew/LocalizedStringsBrew.cpp:
10:03 AM Changeset in webkit [70460] by Patrick Gansterer
  • 15 edits in trunk

2010-10-25 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

Replace _countof with WTF_ARRAY_LENGTH
https://bugs.webkit.org/show_bug.cgi?id=48229

  • wtf/Platform.h:

2010-10-25 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

Replace _countof with WTF_ARRAY_LENGTH
https://bugs.webkit.org/show_bug.cgi?id=48229

  • platform/win/FileSystemWin.cpp: (WebCore::openTemporaryFile):
  • platform/wince/FileSystemWinCE.cpp: (WebCore::openTemporaryFile):
  • plugins/win/PluginDatabaseWin.cpp: (WebCore::addPluginPathsFromRegistry): (WebCore::addWindowsMediaPlayerPluginDirectory): (WebCore::addMacromediaPluginDirectories):

2010-10-25 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

Replace _countof with WTF_ARRAY_LENGTH
https://bugs.webkit.org/show_bug.cgi?id=48229

  • WebCoreSupport/WebContextMenuClient.cpp: (isPreInspectElementTagSafari):
  • WebView.cpp: (WebView::interpretKeyEvent):

2010-10-25 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

Replace _countof with WTF_ARRAY_LENGTH
https://bugs.webkit.org/show_bug.cgi?id=48229

  • WebCoreSupport/EditorClientWinCE.cpp: (WebKit::EditorClientWinCE::interpretKeyEvent):

2010-10-25 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

Replace _countof with WTF_ARRAY_LENGTH
https://bugs.webkit.org/show_bug.cgi?id=48229

  • UIProcess/Launcher/win/ProcessLauncherWin.cpp: (WebKit::ProcessLauncher::launchProcess):
  • UIProcess/Plugins/win/PluginInfoStoreWin.cpp: (WebKit::safariPluginsDirectory): (WebKit::addMozillaPluginDirectories): (WebKit::addWindowsMediaPlayerPluginDirectory): (WebKit::addAdobeAcrobatPluginDirectory): (WebKit::addMacromediaPluginDirectories): (WebKit::addPluginPathsFromRegistry):
  • WebProcess/WebPage/win/WebPageWin.cpp: (WebKit::WebPage::interpretKeyEvent):
9:29 AM Changeset in webkit [70459] by Adam Roben
  • 2 edits in trunk/WebKit2

Stop copying .messages.in files into WebKit2's framework bundle

Fixes <http://webkit.org/b/48232> Several .messages.in files end up in
WebKit2's framework bundle

Reviewed by Dan Bernstein.

  • WebKit2.xcodeproj/project.pbxproj:
9:12 AM Changeset in webkit [70458] by commit-queue@webkit.org
  • 3 edits in trunk/WebKitTools

2010-10-25 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70442.
http://trac.webkit.org/changeset/70442
https://bugs.webkit.org/show_bug.cgi?id=48248

http locking doesn't work on Windows (Requested by Ossy on
#webkit).

  • Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py:
  • Scripts/webkitpy/layout_tests/run_webkit_tests.py:
9:08 AM Changeset in webkit [70457] by abecsi@webkit.org
  • 1 edit
    1 add
    1 delete in trunk/WebKit2

2010-10-25 Andras Becsi <abecsi@webkit.org>

Reviewed by Csaba Osztrogonác.

[Qt] Fix the WebKit2 build after sheriffbot messed up the rollout patch.
https://bugs.webkit.org/show_bug.cgi?id=48238

  • Shared/qt/MappedMemory.h: Renamed from WebKit2/Platform/qt/MappedMemoryPool.h. (WebKit::MappedMemory::mapSize): (WebKit::MappedMemory::markUsed): (WebKit::MappedMemory::markFree): (WebKit::MappedMemory::isFree): (WebKit::MappedMemory::data):
9:05 AM Changeset in webkit [70456] by hyatt@apple.com
  • 2 edits in trunk/WebCore

https://bugs.webkit.org/show_bug.cgi?id=48246

Reviewed by Sam Weinig.

Make selectionRect() on InlineTextBox give the right value for a vertical line. Selection is still too broken
to test anything though.

  • rendering/InlineTextBox.cpp:

(WebCore::InlineTextBox::selectionRect):

9:04 AM Changeset in webkit [70455] by benjamin.poulain@nokia.com
  • 2 edits in trunk/WebCore

2010-10-25 Benjamin Poulain <benjamin.poulain@nokia.com>

Reviewed by Antonio Gomes.

Typo in the TextureMapperGL
https://bugs.webkit.org/show_bug.cgi?id=48241

Fix the typo.

  • platform/graphics/opengl/TextureMapperGL.cpp: (WebCore::TextureMapperGL::TextureMapperGL):
9:01 AM Changeset in webkit [70454] by pfeldman@chromium.org
  • 4 edits in trunk/WebCore

2010-10-25 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: slowly make old resources panel optional (continued).
https://bugs.webkit.org/show_bug.cgi?id=48207

  • inspector/front-end/Resource.js: (WebInspector.Resource.prototype.set url):
  • inspector/front-end/StoragePanel.js: (WebInspector.StoragePanel.prototype.get toolbarItemLabel): (WebInspector.StoragePanel.prototype.showResource): (WebInspector.StoragePanel.prototype.searchMatchFound): (WebInspector.StoragePanel.prototype._findTreeElementForResource): (WebInspector.StoragePanel.prototype._findTreeElementForResource.getParent): (WebInspector.BaseStorageTreeElement.prototype.onattach):
  • inspector/front-end/inspector.css: (.storage.panel .sidebar): (.storage.panel .sidebar li): (.storage.panel .sidebar li.parent): (.storage.panel .sidebar li.selected): (.storage.panel .sidebar li .selection): (.storage.panel .sidebar :focus li .selection): (body.inactive .storage.panel .sidebar li .selection): (.storage.panel .sidebar .icon):
8:14 AM Changeset in webkit [70453] by commit-queue@webkit.org
  • 6 edits
    1 add
    1 delete in trunk/WebKit2

2010-10-25 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70450.
http://trac.webkit.org/changeset/70450
https://bugs.webkit.org/show_bug.cgi?id=48238

Causes WTR to crash on tests which use SharedMemory.
(Requested by bbandix on #webkit).

  • Platform/SharedMemory.h:
  • Platform/qt/MappedMemoryPool.cpp: Removed.
  • Platform/qt/SharedMemoryQt.cpp: (WebKit::SharedMemory::Handle::Handle): (WebKit::SharedMemory::Handle::~Handle): (WebKit::SharedMemory::Handle::encode): (WebKit::SharedMemory::Handle::decode): (WebKit::SharedMemory::create): (WebKit::SharedMemory::~SharedMemory): (WebKit::SharedMemory::createHandle): (WebKit::SharedMemory::systemPageSize):
  • Shared/qt/MappedMemory.h: Renamed from WebKit2/Platform/qt/MappedMemoryPool.h. (WebKit::MappedMemory::mapSize): (WebKit::MappedMemory::markUsed): (WebKit::MappedMemory::markFree): (WebKit::MappedMemory::isFree): (WebKit::MappedMemory::data):
  • Shared/qt/MappedMemoryPool.cpp: Added. (WebKit::MappedMemoryPool::MappedMemoryPool): (WebKit::MappedMemoryPool::instance): (WebKit::MappedMemoryPool::size): (WebKit::MappedMemoryPool::at): (WebKit::MappedMemoryPool::append): (WebKit::MappedMemoryPool::cleanUp):
  • Shared/qt/UpdateChunk.cpp: (WebKit::mapMemory): (WebKit::mapFile): (WebKit::UpdateChunk::UpdateChunk): (WebKit::UpdateChunk::decode):
  • Shared/qt/UpdateChunk.h:
  • WebKit2.pro:
7:53 AM Changeset in webkit [70452] by noam.rosenthal@nokia.com
  • 1 edit
    2 adds in trunk/WebCore

2010-10-25 No'am Rosenthal <noam.rosenthal@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Texmap] [Qt] Texture mapper initial implementation
This patch adds the OpenGL implementation of TextureMapper. See the other entries from bug 47070 for details.
https://bugs.webkit.org/show_bug.cgi?id=47070

No new tests. Part of a new implementation.

  • platform/graphics/opengl/TextureMapperGL.cpp: Added.
  • platform/graphics/opengl/TextureMapperGL.h: Added.
7:15 AM Changeset in webkit [70451] by caseq@chromium.org
  • 32 edits
    3 adds in trunk

2010-10-25 Peter Rybin <peter.rybin@gmail.com>

Reviewed by Adam Barth.

HTML parser should provide script column position within HTML document to JavaScript engine
https://bugs.webkit.org/show_bug.cgi?id=45271

Adds TextPosition* classes -- a structure that stores line/column/generation
level coordinates inside text document. Adds *BasedNumber classes -- typesafe int
wrappers that emphasize whether int number is used as zero-based or
one-based.

  • GNUmakefile.am:
  • JavaScriptCore.gypi:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • wtf/text/TextPosition.h: Added. (WTF::TextPosition::TextPosition): (WTF::TextPosition::minimumPosition): (WTF::TextPosition::belowRangePosition): (WTF::ZeroBasedNumber::fromZeroBasedInt): (WTF::ZeroBasedNumber::ZeroBasedNumber): (WTF::ZeroBasedNumber::zeroBasedInt): (WTF::ZeroBasedNumber::base): (WTF::ZeroBasedNumber::belowBase): (WTF::OneBasedNumber::fromOneBasedInt): (WTF::OneBasedNumber::OneBasedNumber): (WTF::OneBasedNumber::oneBasedInt): (WTF::OneBasedNumber::convertAsZeroBasedInt): (WTF::OneBasedNumber::convertToZeroBased): (WTF::OneBasedNumber::base): (WTF::OneBasedNumber::belowBase): (WTF::toZeroBasedTextPosition): (WTF::toOneBasedTextPosition): (WTF::ZeroBasedNumber::convertToOneBased):

2010-10-25 Peter Rybin <peter.rybin@gmail.com>

Reviewed by Adam Barth.

HTML parser should provide script column position within HTML document to JavaScript engine
https://bugs.webkit.org/show_bug.cgi?id=45271

Replaces line number with TextPosition struct so that script engine
gets script starting line/column.

  • ForwardingHeaders/wtf/text/TextPosition.h: Added.
  • bindings/js/ScriptSourceCode.h: (WebCore::ScriptSourceCode::ScriptSourceCode):
  • bindings/v8/ScheduledAction.cpp: (WebCore::ScheduledAction::ScheduledAction):
  • bindings/v8/ScriptController.cpp: (WebCore::ScriptController::eventHandlerPosition):
  • bindings/v8/ScriptController.h:
  • bindings/v8/ScriptEventListener.cpp: (WebCore::createAttributeEventListener):
  • bindings/v8/ScriptSourceCode.h: (WebCore::ScriptSourceCode::ScriptSourceCode): (WebCore::ScriptSourceCode::startLine): (WebCore::ScriptSourceCode::startPosition):
  • bindings/v8/V8LazyEventListener.cpp: (WebCore::V8LazyEventListener::V8LazyEventListener): (WebCore::V8LazyEventListener::prepareListenerObject):
  • bindings/v8/V8LazyEventListener.h: (WebCore::V8LazyEventListener::create):
  • bindings/v8/V8Proxy.cpp: (WebCore::V8Proxy::compileScript): (WebCore::V8Proxy::evaluate): (WebCore::V8Proxy::runScript):
  • bindings/v8/V8Proxy.h:
  • bindings/v8/WorkerContextExecutionProxy.cpp: (WebCore::WorkerContextExecutionProxy::evaluate): (WebCore::WorkerContextExecutionProxy::runScript):
  • bindings/v8/WorkerContextExecutionProxy.h:
  • bindings/v8/WorkerScriptController.cpp: (WebCore::WorkerScriptController::evaluate):
  • dom/PendingScript.cpp: (WebCore::PendingScript::releaseElementAndClear):
  • dom/PendingScript.h: (WebCore::PendingScript::PendingScript): (WebCore::PendingScript::operator=): (WebCore::PendingScript::startingPosition):
  • dom/ScriptableDocumentParser.h:
  • dom/XMLDocumentParser.h:
  • dom/XMLDocumentParserLibxml2.cpp: (WebCore::XMLDocumentParser::XMLDocumentParser): (WebCore::XMLDocumentParser::startElementNs): (WebCore::XMLDocumentParser::endElementNs): (WebCore::XMLDocumentParser::lineNumber): (WebCore::XMLDocumentParser::columnNumber): (WebCore::XMLDocumentParser::textPosition): (WebCore::XMLDocumentParser::textPositionOneBased):
  • dom/XMLDocumentParserQt.cpp: (WebCore::XMLDocumentParser::XMLDocumentParser): (WebCore::XMLDocumentParser::textPosition): (WebCore::XMLDocumentParser::parseStartElement): (WebCore::XMLDocumentParser::parseEndElement):
  • html/parser/HTMLDocumentParser.cpp: (WebCore::HTMLDocumentParser::runScriptsForPausedTreeBuilder): (WebCore::HTMLDocumentParser::textPosition):
  • html/parser/HTMLDocumentParser.h:
  • html/parser/HTMLScriptRunner.cpp: (WebCore::HTMLScriptRunner::sourceFromPendingScript): (WebCore::HTMLScriptRunner::execute): (WebCore::HTMLScriptRunner::runScript):
  • html/parser/HTMLScriptRunner.h:
  • html/parser/HTMLTreeBuilder.cpp: (WebCore::uninitializedPositionValue1): (WebCore::HTMLTreeBuilder::HTMLTreeBuilder): (WebCore::HTMLTreeBuilder::takeScriptToProcess): (WebCore::HTMLTreeBuilder::processEndTag): (WebCore::HTMLTreeBuilder::processScriptStartTag):
  • html/parser/HTMLTreeBuilder.h:

2010-10-25 Peter Rybin <peter.rybin@gmail.com>

Reviewed by Adam Barth.

HTML parser should provide script column position within HTML document to JavaScript engine
https://bugs.webkit.org/show_bug.cgi?id=45271

Replaces script line number with TextPosition structure.

  • src/WebFrameImpl.cpp: (WebKit::WebFrameImpl::executeScript): (WebKit::WebFrameImpl::executeScriptInIsolatedWorld): (WebKit::WebFrameImpl::executeScriptAndReturnValue):
6:54 AM BuildingQtOnLinux edited by Ademar Reis
(diff)
6:48 AM Changeset in webkit [70450] by zoltan@webkit.org
  • 6 edits
    2 moves in trunk/WebKit2

[Qt] Implement SharedMemory for WebKit2
https://bugs.webkit.org/show_bug.cgi?id=47345

Reviewed by Kenneth Rohde Christiansen.

Implement unimplemented functions in SharedMemoryQt.cpp.
Rename MappedMemory.h to MappedMemoryPool.h, move MappedMemoryPool.{h|cpp} from
Shared/qt to Platform/qt. Modify affected lines of WebKit2.pro.
Move MappedMemory implementation into MappedMemoryPool. Remove unnecessary
methods of MappedMemoryPool.

  • Platform/SharedMemory.h: Add a handle member for Qt.
  • Platform/qt/MappedMemoryPool.cpp: Copied from WebKit2/Shared/qt/MappedMemoryPool.cpp.

(WebKit::MappedMemoryPool::searchForMappedMemory):
(WebKit::MappedMemoryPool::mapMemory):
(WebKit::MappedMemoryPool::mapFile):

  • Platform/qt/MappedMemoryPool.h: Copied from WebKit2/Shared/qt/MappedMemory.h.

(WebKit::MappedMemoryPool::MappedMemory::mapSize):
(WebKit::MappedMemoryPool::MappedMemory::markUsed):
(WebKit::MappedMemoryPool::MappedMemory::markFree):
(WebKit::MappedMemoryPool::MappedMemory::isFree):
(WebKit::MappedMemoryPool::MappedMemory::data):
(WebKit::MappedMemoryPool::MappedMemoryPool):
Move MappedMemory implementation into MappedMemoryPool.

  • Platform/qt/SharedMemoryQt.cpp:

(WebKit::SharedMemory::Handle::Handle): Implement.
(WebKit::SharedMemory::Handle::~Handle):
(WebKit::SharedMemory::Handle::isNull): Implement.
(WebKit::SharedMemory::Handle::encode): Implement.
(WebKit::SharedMemory::Handle::decode): Implement.
(WebKit::SharedMemory::create): Implement.
(WebKit::mapProtection): Added.
(WebKit::SharedMemory::~SharedMemory): Implement.
(WebKit::SharedMemory::createHandle): Implement.
(WebKit::SharedMemory::systemPageSize): Implement.

  • Shared/qt/MappedMemory.h: Removed.
  • Shared/qt/MappedMemoryPool.cpp: Removed.
  • Shared/qt/UpdateChunk.cpp:

(WebKit::UpdateChunk::UpdateChunk):
(WebKit::UpdateChunk::decode):
Modify to use MappedMemoryPool.

  • Shared/qt/UpdateChunk.h:
  • WebKit2.pro:

Modify affected lines.

6:34 AM Changeset in webkit [70449] by Adam Roben
  • 2 edits in trunk/LayoutTests

Land new XP results for backslash-to-yen-sign-euc.html

These match the changes made in r69568 for other platforms.

  • platform/win-xp/fast/text/backslash-to-yen-sign-euc-expected.txt:
5:31 AM Changeset in webkit [70448] by commit-queue@webkit.org
  • 3 edits
    2 adds
    21 deletes in trunk/LayoutTests

2010-10-25 Benjamin Kalman <kalman@chromium.org>

Reviewed by Kent Tamura.

Make editing/deleting/5390681.html and
editing/deleting/delete-mixed-editable-content-001.html use Markup
instead of render tree.
https://bugs.webkit.org/show_bug.cgi?id=48112

  • editing/deleting/5390681-expected.txt: Added.
  • editing/deleting/5390681.html: Updated to use Markup instead of render tree.
  • editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
  • editing/deleting/delete-mixed-editable-content-001.html: Updated to use Markup instead of render tree.
  • platform/chromium-linux/editing/deleting/5390681-expected.checksum: Removed.
  • platform/chromium-linux/editing/deleting/5390681-expected.png: Removed.
  • platform/chromium-linux/editing/deleting/delete-mixed-editable-content-001-expected.checksum: Removed.
  • platform/chromium-linux/editing/deleting/delete-mixed-editable-content-001-expected.png: Removed.
  • platform/chromium-win/editing/deleting/5390681-expected.checksum: Removed.
  • platform/chromium-win/editing/deleting/5390681-expected.png: Removed.
  • platform/chromium-win/editing/deleting/5390681-expected.txt: Removed.
  • platform/chromium-win/editing/deleting/delete-mixed-editable-content-001-expected.checksum: Removed.
  • platform/chromium-win/editing/deleting/delete-mixed-editable-content-001-expected.png: Removed.
  • platform/chromium-win/editing/deleting/delete-mixed-editable-content-001-expected.txt: Removed.
  • platform/gtk/editing/deleting/5390681-expected.txt: Removed.
  • platform/mac-leopard/editing/deleting/5390681-expected.checksum: Removed.
  • platform/mac-leopard/editing/deleting/5390681-expected.png: Removed.
  • platform/mac/editing/deleting/5390681-expected.checksum: Removed.
  • platform/mac/editing/deleting/5390681-expected.png: Removed.
  • platform/mac/editing/deleting/5390681-expected.txt: Removed.
  • platform/mac/editing/deleting/delete-mixed-editable-content-001-expected.checksum: Removed.
  • platform/mac/editing/deleting/delete-mixed-editable-content-001-expected.png: Removed.
  • platform/mac/editing/deleting/delete-mixed-editable-content-001-expected.txt: Removed.
  • platform/qt/editing/deleting/5390681-expected.txt: Removed.
  • platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt: Removed.
3:09 AM Changeset in webkit [70447] by ariya@webkit.org
  • 3 edits in trunk/LayoutTests

2010-10-25 Ariya Hidayat <ariya@sencha.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Update the baseline for blur shadow test
https://bugs.webkit.org/show_bug.cgi?id=48223

After the blur radius fix in r68145, the baseline needs to be updated.

  • platform/qt/fast/box-shadow/basic-shadows-expected.checksum:
  • platform/qt/fast/box-shadow/basic-shadows-expected.png:
2:50 AM Changeset in webkit [70446] by pfeldman@chromium.org
  • 7 edits in trunk/WebCore

2010-10-24 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: slowly make old resources panel optional.
https://bugs.webkit.org/show_bug.cgi?id=48207

2:36 AM Changeset in webkit [70445] by pfeldman@chromium.org
  • 8 edits in trunk/WebCore

2010-10-24 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: add support for errors, warnings and search to the storage panel.
https://bugs.webkit.org/show_bug.cgi?id=48206

  • inspector/front-end/ConsoleView.js: (WebInspector.ConsoleView.prototype.addMessage): (WebInspector.ConsoleView.prototype.clearMessages):
  • inspector/front-end/Resource.js: (WebInspector.Resource.prototype.set errors): (WebInspector.Resource.prototype.set warnings): (WebInspector.Resource.prototype.get searchMatches): (WebInspector.Resource.prototype.set searchMatches): (WebInspector.Resource.prototype.clearErrorsAndWarnings):
  • inspector/front-end/ResourceManager.js: (WebInspector.ResourceManager): (WebInspector.ResourceManager.prototype.identifierForInitialRequest): (WebInspector.ResourceManager.prototype._createResource): (WebInspector.ResourceManager.prototype._appendRedirect): (WebInspector.ResourceManager.prototype.didReceiveResponse): (WebInspector.ResourceManager.prototype.didFinishLoading): (WebInspector.ResourceManager.prototype.didFailLoading): (WebInspector.ResourceManager.prototype.didLoadResourceFromMemoryCache): (WebInspector.ResourceManager.prototype.didCommitLoadForFrame): (WebInspector.ResourceManager.prototype.frameDetachedFromParent): (WebInspector.ResourceManager.prototype._addFramesRecursively): (WebInspector.ResourceManager.prototype.resourceForURL): (WebInspector.ResourceManager.prototype.addConsoleMessage): (WebInspector.ResourceManager.prototype.clearConsoleMessages): (WebInspector.ResourceTreeModel): (WebInspector.ResourceTreeModel.prototype.addOrUpdateFrame): (WebInspector.ResourceTreeModel.prototype.didCommitLoadForFrame): (WebInspector.ResourceTreeModel.prototype.frameDetachedFromParent): (WebInspector.ResourceTreeModel.prototype._clearChildFramesAndResources): (WebInspector.ResourceTreeModel.prototype.addResourceToFrame): (WebInspector.ResourceTreeModel.prototype._clearResources): (WebInspector.ResourceTreeModel.prototype._bindResourceURL): (WebInspector.ResourceTreeModel.prototype._unbindResourceURL): (WebInspector.ResourceTreeModel.prototype.resourceForURL): (WebInspector.ResourceTreeModel.prototype.forAllResources): (WebInspector.ResourceTreeModel.prototype._callForFrameResources):
  • inspector/front-end/StoragePanel.js: (WebInspector.StoragePanel): (WebInspector.StoragePanel.prototype.get toolbarItemLabel): (WebInspector.StoragePanel.prototype.reset): (WebInspector.StoragePanel.prototype.removeFrame): (WebInspector.StoragePanel.prototype.canShowSourceLine): (WebInspector.StoragePanel.prototype.showSourceLine): (WebInspector.StoragePanel.prototype.showResource): (WebInspector.StoragePanel.prototype._showResourceView): (WebInspector.StoragePanel.prototype.updateMainViewWidth): (WebInspector.StoragePanel.prototype.get searchableViews.callback): (WebInspector.StoragePanel.prototype.get searchableViews): (WebInspector.StoragePanel.prototype._forAllResourceTreeElements): (WebInspector.StoragePanel.prototype.searchMatchFound): (WebInspector.StoragePanel.prototype.searchCanceled.callback): (WebInspector.StoragePanel.prototype.searchCanceled): (WebInspector.StoragePanel.prototype.performSearch): (WebInspector.StoragePanel.prototype.showView): (WebInspector.BaseStorageTreeElement.prototype.onattach): (WebInspector.BaseStorageTreeElement.prototype.set titleText): (WebInspector.BaseStorageTreeElement.prototype.isEventWithinDisclosureTriangle): (WebInspector.FrameResourceTreeElement): (WebInspector.FrameResourceTreeElement.prototype.onselect): (WebInspector.FrameResourceTreeElement.prototype.ondblclick): (WebInspector.FrameResourceTreeElement.prototype.onattach): (WebInspector.FrameResourceTreeElement.prototype._ondragstart): (WebInspector.FrameResourceTreeElement.prototype._setBubbleText): (WebInspector.FrameResourceTreeElement.prototype._resetBubble): (WebInspector.FrameResourceTreeElement.prototype._searchMatchesUpdated): (WebInspector.FrameResourceTreeElement.prototype._errorsWarningsUpdated):
  • inspector/front-end/inspector.css: (.storage.panel .sidebar): (.storage.panel .outline-disclosure li): (.storage.panel .outline-disclosure li.parent): (.storage.panel .outline-disclosure li .selection): (.storage.panel .outline-disclosure .icon): (.storage.panel .base-storage-tree-element-title): (.storage.panel .status): (.storage.panel li .status .bubble): (li .status): (li .status:empty): (li .status .bubble): (li .status .bubble:empty): (li.selected .status .bubble): (:focus li.selected .status .bubble): (body.inactive li.selected .status .bubble): (li.selected .bubble.search-matches): (:focus li.selected .bubble.search-matches): (body.inactive li.selected .bubble.search-matches):
2:11 AM Changeset in webkit [70444] by yuzo@google.com
  • 2 edits in trunk/LayoutTests

2010-10-25 Yuzo Fujishima <yuzo@google.com>

Unreviewed Chromium test expectation change.

editing/spelling/spellcheck-attribute.html now passes for Mac.

  • platform/chromium/test_expectations.txt:
2:06 AM Changeset in webkit [70443] by yuzo@google.com
  • 2 edits in trunk/LayoutTests

2010-10-25 Yuzo Fujishima <yuzo@google.com>

Unreviewed Chromium test expectation change.

fast/frames/frame-src-attribute.html now passes for Mac.

  • platform/chromium/test_expectations.txt:
12:56 AM Changeset in webkit [70442] by Csaba Osztrogonác
  • 3 edits in trunk/WebKitTools

Make http locking default in NRWT.
https://bugs.webkit.org/show_bug.cgi?id=48053

Patch by Gabor Rapcsanyi <rgabor@inf.u-szeged.hu> on 2010-10-25
Reviewed by Ojan Vafai.

  • Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py:
  • Scripts/webkitpy/layout_tests/run_webkit_tests.py:
12:25 AM Changeset in webkit [70441] by Csaba Osztrogonác
  • 2 edits in trunk/WebKitTools

<http://webkit.org/b/48185> build-webkit: add support for --progress-tag switch
(Re-landing r70413 after Qt minimal buildfix: r70440.)

Patch by David Kilzer <ddkilzer@apple.com> on 2010-10-25
Reviewed by Kenneth Rohde Christiansen.

  • Scripts/build-webkit: Added support for --progress-tag switch.

It should have been added with r57051.

12:16 AM Changeset in webkit [70440] by Csaba Osztrogonác
  • 2 edits in trunk/WebCore

Fix Qt minimal build break revealed by r70413.
https://bugs.webkit.org/show_bug.cgi?id=48185

Reviewed by David Kilzer.

  • rendering/RenderMeter.h: Missing include added, needless include removed.

Oct 24, 2010:

11:25 PM Changeset in webkit [70439] by kinuko@chromium.org
  • 40 edits in branches/chromium/552

Merge 70438 - 2010-10-20 Kinuko Yasuda <kinuko@chromium.org>

BUG=60520

TBR=kinuko@chromium.org

10:53 PM Changeset in webkit [70438] by kinuko@chromium.org
  • 40 edits in trunk

2010-10-20 Kinuko Yasuda <kinuko@chromium.org>

Reviewed by Jian Li.

Renumber FileError/FileException error codes per latest File API spec changes
https://bugs.webkit.org/show_bug.cgi?id=47936

  • public/WebFileError.h:
  • src/AssertMatchingEnums.cpp:
  • src/AsyncFileWriterChromium.cpp: (WebCore::AsyncFileWriterChromium::didFail):

2010-10-20 Kinuko Yasuda <kinuko@chromium.org>

Reviewed by Jian Li.

Renumber FileError/FileException error codes per latest File API spec changes
https://bugs.webkit.org/show_bug.cgi?id=47936

  • bindings/js/JSDOMBinding.cpp: (WebCore::setDOMException): Added FileExceptionType case.
  • bindings/v8/V8Proxy.cpp: (WebCore::V8Proxy::setDOMException): Added FileExceptionType case.
  • dom/ExceptionCode.cpp: (WebCore::getExceptionCodeDescription): Added code for FileException.
  • dom/ExceptionCode.h:
  • fileapi/AsyncFileWriterClient.h:
  • fileapi/DirectoryEntry.cpp: (WebCore::DirectoryEntry::getFile): (WebCore::DirectoryEntry::getDirectory): (WebCore::DirectoryEntry::removeRecursively):
  • fileapi/DirectoryEntrySync.cpp: (WebCore::DirectoryEntrySync::getFile): (WebCore::DirectoryEntrySync::getDirectory): (WebCore::DirectoryEntrySync::removeRecursively):
  • fileapi/DirectoryReaderSync.cpp: (WebCore::DirectoryReaderSync::readEntries):
  • fileapi/Entry.cpp: (WebCore::Entry::getMetadata): (WebCore::Entry::moveTo): (WebCore::Entry::copyTo): (WebCore::Entry::remove): (WebCore::Entry::getParent):
  • fileapi/EntrySync.cpp: (WebCore::EntrySync::getMetadata): (WebCore::EntrySync::moveTo): (WebCore::EntrySync::copyTo): (WebCore::EntrySync::remove):
  • fileapi/FileError.h: Added error code enum. (WebCore::FileError::create): (WebCore::FileError::code): (WebCore::FileError::FileError):
  • fileapi/FileError.idl: Rebased error code numbers.
  • fileapi/FileException.h: Added exception code enum. (WebCore::FileException::ErrorCodeToExceptionCode): Added.
  • fileapi/FileException.idl: Rebased exception code numbers.
  • fileapi/FileReader.cpp: (WebCore::FileReader::abort): (WebCore::FileReader::failed): (WebCore::FileReader::httpStatusCodeToErrorCode): Changed from httpStatuCodeToExceptionCode.
  • fileapi/FileReader.h:
  • fileapi/FileReaderSync.cpp: (WebCore::FileReaderSyncLoader::start):
  • fileapi/FileSystemCallbacks.cpp: (WebCore::FileSystemCallbacksBase::didFail):
  • fileapi/FileWriter.cpp: (WebCore::FileWriter::write): (WebCore::FileWriter::seek): (WebCore::FileWriter::truncate): (WebCore::FileWriter::abort): (WebCore::FileWriter::didFail): (WebCore::FileWriter::setError):
  • fileapi/FileWriter.h:
  • fileapi/SyncCallbackHelper.h: (WebCore::SyncCallbackHelper::SyncCallbackHelper): (WebCore::SyncCallbackHelper::getResult): (WebCore::SyncCallbackHelper::setError):
  • page/DOMWindow.cpp: (WebCore::DOMWindow::requestFileSystem):
  • workers/WorkerContext.cpp: (WebCore::WorkerContext::requestFileSystem): (WebCore::WorkerContext::requestFileSystemSync):

2010-10-20 Kinuko Yasuda <kinuko@chromium.org>

Reviewed by Jian Li.

Renumber FileError/FileException error codes per latest File API spec changes
https://bugs.webkit.org/show_bug.cgi?id=47936

Updated test expectations to match with the new error code.

  • fast/files/read-blob-async-expected.txt:
  • fast/files/read-file-async-expected.txt:
  • fast/files/workers/worker-read-blob-async-expected.txt:
  • fast/files/workers/worker-read-blob-sync-expected.txt:
  • fast/files/workers/worker-read-file-async-expected.txt:
  • fast/files/workers/worker-read-file-sync-expected.txt:
  • fast/filesystem/op-copy-expected.txt:
  • fast/filesystem/op-get-entry-expected.txt:
  • fast/filesystem/op-move-expected.txt:
  • fast/filesystem/op-remove-expected.txt:
  • fast/filesystem/op-restricted-chars-expected.txt:
  • fast/filesystem/op-restricted-names-expected.txt:
10:29 PM Changeset in webkit [70437] by abarth@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-24 Adam Barth <abarth@webkit.org>

Reviewed by David Kilzer.

webkit-patch upload fails when the patch removes a file
https://bugs.webkit.org/show_bug.cgi?id=48187

We need to use "--" to separate file names from the rest of the
command.

  • Scripts/webkitpy/common/checkout/scm.py:
10:28 PM Changeset in webkit [70436] by mitz@apple.com
  • 2 edits in trunk/WebKit/win

Build fix.

  • Interfaces/WebKit.idl: Touched.
10:17 PM Changeset in webkit [70435] by mitz@apple.com
  • 10 edits in trunk

Expose HitTestResult::absoluteMediaURL() via WebKit API
https://bugs.webkit.org/show_bug.cgi?id=48219

Reviewed by Anders Carlsson.

WebCore:

  • WebCore.exp.in: Export HitTestResult::absoluteMediaURL().

WebKit/mac:

  • Misc/WebElementDictionary.mm:

(+[WebElementDictionary initializeLookupTable]): Map WebElementMediaURLKey to
_absoluteMediaURL.
(-[WebElementDictionary _absoluteMediaURL]): Added. Returns absoluteMediaURL().

  • WebKit.exp: Export WebElementMediaURLKey.
  • WebView/WebView.mm: Define WebElementMediaURLKey.
  • WebView/WebViewPrivate.h: Declare WebElementMediaURLKey.

WebKit/win:

  • Interfaces/IWebView.idl: Added WebElementMediaURLKey.
  • WebElementPropertyBag.cpp:

(WebElementPropertyBag::Read): Map WebElementMediaURLKey to absoluteMediaURL().

9:39 PM Changeset in webkit [70434] by commit-queue@webkit.org
  • 2 edits in trunk/JavaScriptCore

2010-10-24 Kwang Yul Seo <skyul@company100.net>

Reviewed by David Kilzer.

Check endianness with BIG_ENDIAN in RVCT.
https://bugs.webkit.org/show_bug.cgi?id=46122

RVCT defines BIG_ENDIAN if compiling for a big-endian target.

  • wtf/Platform.h:
8:45 PM Changeset in webkit [70433] by mitz@apple.com
  • 1 edit
    1 delete in trunk/JavaScriptCore

Removed empty directories.

Rubber-stamped by Dave Kilzer.

8:12 PM Changeset in webkit [70432] by morrita@google.com
  • 2 edits in trunk/LayoutTests

2010-10-24 MORITA Hajime <morrita@google.com>

Unreviewed skip.

Added editing/spelling/spelling-linebreak.html to skip,
which was originally tested against a wrong expectation.

  • platform/gtk/Skipped:
7:29 PM Changeset in webkit [70431] by tkent@chromium.org
  • 1 edit
    7 deletes in trunk/LayoutTests

2010-10-24 Kent Tamura <tkent@chromium.org>

Reviewed by David Kilzer.

Remove unnecessary test results.
https://bugs.webkit.org/show_bug.cgi?id=47711

The following tests were converted to dumpAsText() in
http://trac.webkit.org/changeset/47608. So corresponding PNG files
are unnecessary.

  • editing/execCommand/italicizeByCharacter.html
  • editing/execCommand/modifyForeColorByCharacter.html
  • editing/execCommand/strikethroughSelection.html

The following tests were converted to dumpAsText() in
http://trac.webkit.org/changeset/47543.

  • editing/style/remove-underline-across-paragraph.html
  • editing/style/remove-underline-across-paragraph-in-bold.html

The following tests were converted to dumpAsText() in
http://trac.webkit.org/changeset/47542.

  • editing/style/remove-underline-after-paragraph.html
  • editing/style/remove-underline-after-paragraph-in-bold.html
  • platform/mac/editing/execCommand/italicizeByCharacter-expected.png: Removed.
  • platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.png: Removed.
  • platform/mac/editing/execCommand/strikethroughSelection-expected.png: Removed.
  • platform/mac/editing/style/remove-underline-across-paragraph-expected.png: Removed.
  • platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.png: Removed.
  • platform/mac/editing/style/remove-underline-after-paragraph-expected.png: Removed.
  • platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.png: Removed.
7:18 PM Changeset in webkit [70430] by yuzo@google.com
  • 2 edits in trunk/WebKit/chromium

2010-10-24 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70361.
http://trac.webkit.org/changeset/70361
https://bugs.webkit.org/show_bug.cgi?id=48217

Chromium tests NoInitialAutocompleteForReadOnly and
InitialAutocomplete don't complete (Requested by yuzo on
#webkit).

  • public/WebDocument.h:
6:21 PM Changeset in webkit [70429] by morrita@google.com
  • 2 edits
    1 add
    4 deletes in trunk/LayoutTests

2010-10-22 MORITA Hajime <morrita@google.com>

Reviewed by Tony Chang.

Text test conversion: editing/spelling/spelling-linebreak.html
https://bugs.webkit.org/show_bug.cgi?id=47649

Rewrote verification part using hasSpellingMarker().

  • editing/spelling/spelling-linebreak-expected.txt: Added.
  • editing/spelling/spelling-linebreak.html:
  • platform/gtk/editing/spelling/spelling-linebreak-expected.txt: Removed.
  • platform/mac/editing/spelling/spelling-linebreak-expected.checksum: Removed.
  • platform/mac/editing/spelling/spelling-linebreak-expected.png: Removed.
  • platform/mac/editing/spelling/spelling-linebreak-expected.txt: Removed.
6:10 PM Changeset in webkit [70428] by weinig@apple.com
  • 10 edits in trunk

Need a way to determine the screen rect for a form control in WebKit2
<rdar://problem/8530670>
https://bugs.webkit.org/show_bug.cgi?id=48216

Reviewed by Dan Bernstein.

WebCore:

  • WebCore.exp.in: Add export.
  • dom/Element.cpp:

(WebCore::Element::boundsInWindowSpace):

  • dom/Element.h:

Add function to return the bounding box in window (in ScrollView terminology) space,
this is the same space as the root viewport.

WebKit2:

  • Shared/API/c/WKSharedAPICast.h:

(WebKit::toAPI):
Add conversion from IntRect to WKRect.

  • WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.cpp:

(WKBundleNodeHandleGetElementBounds):

  • WebProcess/InjectedBundle/API/c/WKBundleNodeHandlePrivate.h:
  • WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:

(WebKit::InjectedBundleNodeHandle::elementBounds):

  • WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h:

Add SPI to get the rect in window space. The client can then convert this to screen
space if they wish to.

5:38 PM Changeset in webkit [70427] by Patrick Gansterer
  • 2 edits in trunk/JavaScriptCore

2010-10-24 Patrick Gansterer <Patrick Gansterer>

Unreviewed, fix typo of last build fix.

  • wtf/DateMath.cpp:
5:29 PM Changeset in webkit [70426] by Patrick Gansterer
  • 2 edits in trunk/JavaScriptCore

2010-10-24 Patrick Gansterer <Patrick Gansterer>

Unreviewed build fix for chromium.

  • wtf/DateMath.cpp: Added missing include.
4:20 PM Changeset in webkit [70425] by Patrick Gansterer
  • 8 edits in trunk/JavaScriptCore

2010-10-24 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

Add WTF_ARRAY_LENGTH macro to WTF
https://bugs.webkit.org/show_bug.cgi?id=32828

Unify the different implementations and usages.

  • interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute):
  • runtime/DatePrototype.cpp: (JSC::formatLocaleDate):
  • runtime/JSGlobalObject.cpp: (JSC::JSGlobalObject::reset):
  • runtime/JSONObject.cpp: (JSC::Stringifier::appendQuotedString): (JSC::Stringifier::toJSON): (JSC::Stringifier::appendStringifiedValue):
  • runtime/UString.cpp: (JSC::UString::number):
  • wtf/DateMath.cpp: (WTF::parseDateFromNullTerminatedCharacters):
  • wtf/StdLibExtras.h:
2:08 PM Changeset in webkit [70424] by andreas.kling@nokia.com
  • 2 edits in trunk/WebCore

2010-10-24 Andreas Kling <kling@webkit.org>

Reviewed by Kenneth Rohde Christiansen.

[Qt] ImageBuffer::platformTransformColorSpace is unnecessarily slow
https://bugs.webkit.org/show_bug.cgi?id=48211

Grab the QImage::bits() and do direct access instead of going through
QImage::pixel() and QImage::setPixel().

This is a performance optimization, so no new tests.

  • platform/graphics/qt/ImageBufferQt.cpp: (WebCore::ImageBuffer::platformTransformColorSpace):
12:49 PM Changeset in webkit [70423] by commit-queue@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-24 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70413.
http://trac.webkit.org/changeset/70413
https://bugs.webkit.org/show_bug.cgi?id=48210

It broke Qt minimal build (Requested by Ossy on #webkit).

  • Scripts/build-webkit:
12:31 PM Changeset in webkit [70422] by mitz@apple.com
  • 3 edits in trunk/WebKit/mac

Removed deprecated methods from the WebHTMLHighlighter private protocol.

Reviewed by Simon Fraser.

  • WebCoreSupport/WebChromeClient.mm:

(WebChromeClient::customHighlightRect): Call -highlightRectForLine:representedNode:
unconditionally.
(WebChromeClient::paintCustomHighlight): Call
-paintHighlightForBox:onLine:behindText:entireLine:representedNode: unconditionally.

  • WebView/WebHTMLViewPrivate.h:
12:24 PM Changeset in webkit [70421] by krit@webkit.org
  • 12 edits in trunk

2010-10-24 Dirk Schulze <krit@webkit.org>

Reviewed by Nikolas Zimmermann.

Filter example Chiseled from SVG Wow! is slow
https://bugs.webkit.org/show_bug.cgi?id=48174

Added 'using WTF::ByteArray;' at the end of ByteArray.h

  • wtf/ByteArray.h:

2010-10-24 Dirk Schulze <krit@webkit.org>

Reviewed by Nikolas Zimmermann.

Filter example Chiseled from SVG Wow! is slow
https://bugs.webkit.org/show_bug.cgi?id=48174

Use a pointer to the ByteArray instead of the ref counted CanvasPixelArray or ImageData directly
to access the data for pixel manipulation on SVG Filters or SVG Masker. This is a
performance increase since the recurring use of the -> operator can be avoided.
FEConvolveMatrix and FELighting still need to change in a followup patch.

No functionality was changed. So, no new tests.

  • platform/graphics/filters/FEBlend.cpp: (WebCore::FEBlend::apply):
  • platform/graphics/filters/FEColorMatrix.cpp: (WebCore::luminance): (WebCore::effectType): (WebCore::FEColorMatrix::apply):
  • platform/graphics/filters/FEComponentTransfer.cpp: (WebCore::FEComponentTransfer::apply):
  • platform/graphics/filters/FEComposite.cpp: (WebCore::arithmetic): (WebCore::FEComposite::apply):
  • platform/graphics/filters/FEDisplacementMap.cpp: (WebCore::FEDisplacementMap::apply):
  • platform/graphics/filters/FEGaussianBlur.cpp: (WebCore::boxBlur): (WebCore::FEGaussianBlur::apply):
  • platform/graphics/filters/FEMorphology.cpp: (WebCore::FEMorphology::apply):
  • platform/graphics/filters/FETurbulence.cpp: (WebCore::FETurbulence::apply):
  • rendering/RenderSVGResourceMasker.cpp: (WebCore::RenderSVGResourceMasker::drawContentIntoMaskImage):
11:58 AM Changeset in webkit [70420] by pfeldman@chromium.org
  • 5 edits in trunk/WebCore

2010-10-24 Pavel Feldman <pfeldman@chromium.org>

Reviewed by Timothy Hatcher.

Web Inspector: polish network panel UI.
https://bugs.webkit.org/show_bug.cgi?id=48205

  • inspector/front-end/Images/frame.png:
  • inspector/front-end/Images/networkIcon.png:
  • inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel.prototype._createTable): (WebInspector.NetworkPanel.prototype._setLargerResources): (WebInspector.NetworkPanel.prototype._toggleGridMode):
  • inspector/front-end/networkPanel.css: (.network.panel .data-grid td): (.network.panel .data-grid.small td): (#network-views .resource-view.headers-visible .resource-view-content): (#network-views.small .resource-view.headers-visible .resource-view-content): (#network-views .resource-view-headers): (#network-views.small .resource-view-headers): (#network-views .resource-view .tabbed-pane-header): (#network-views.small .resource-view .tabbed-pane-header):
11:53 AM Changeset in webkit [70419] by Patrick Gansterer
  • 2 edits in trunk/JavaScriptCore

2010-10-24 Patrick Gansterer <Patrick Gansterer>

Reviewed by David Kilzer.

Inline WTF::bitwise_cast and fix style
https://bugs.webkit.org/show_bug.cgi?id=48208

  • wtf/StdLibExtras.h: (WTF::bitwise_cast): (WTF::bitCount):
10:15 AM Changeset in webkit [70418] by commit-queue@webkit.org
  • 2 edits in trunk

2010-10-24 Anders Bakken <agbakken@gmail.com>

Reviewed by Simon Hausmann.

[Qt] Disable enable_fast_mobile_scrolling for QWS
https://bugs.webkit.org/show_bug.cgi?id=48006

Turning this on breaks the acidtests for QWS/DirectFB and QWS/QVFB

  • WebKit.pri:
9:59 AM Changeset in webkit [70417] by commit-queue@webkit.org
  • 2 edits in trunk/WebKitTools

2010-10-24 Yi Shen <yi.4.shen@nokia.com>

Reviewed by Andreas Kling.

[Qt][QtTestBrowser] Toggle use of QGraphicsView messes up the menu
https://bugs.webkit.org/show_bug.cgi?id=48141

  • QtTestBrowser/launcherwindow.cpp: (LauncherWindow::init): (LauncherWindow::initializeView): (LauncherWindow::toggleWebView):
9:58 AM Changeset in webkit [70416] by dbates@webkit.org
  • 2 edits
    1 add
    11 deletes in trunk/LayoutTests

2010-10-24 Daniel Bates <dbates@rim.com>

Reviewed by Antonio Gomes.

Convert layout test fast/frame/frame-src-attribute.html from
render-tree/pixel test to text-only test
https://bugs.webkit.org/show_bug.cgi?id=48200

Modified the test case LayoutTests/fast/frame/frame-src-attribute.html
to dump its output as text.

Currently, the test produces a render-tree dump. Instead, it is sufficient
for this test to dump as text since it is a PASS/FAIL-style test. This will
also make the test results platform-independent.

  • fast/frames/frame-src-attribute-expected.txt: Added.
  • fast/frames/frame-src-attribute.html: Modified to dump its output as text.
  • platform/chromium-linux/fast/frames/frame-src-attribute-expected.checksum: Removed.
  • platform/chromium-linux/fast/frames/frame-src-attribute-expected.png: Removed.
  • platform/chromium-mac/fast/frames/frame-src-attribute-expected.checksum: Removed.
  • platform/chromium-mac/fast/frames/frame-src-attribute-expected.png: Removed.
  • platform/chromium-win/fast/frames/frame-src-attribute-expected.checksum: Removed.
  • platform/chromium-win/fast/frames/frame-src-attribute-expected.png: Removed.
  • platform/chromium-win/fast/frames/frame-src-attribute-expected.txt: Removed.
  • platform/gtk/fast/frames/frame-src-attribute-expected.txt: Removed.
  • platform/mac/fast/frames/frame-src-attribute-expected.checksum: Removed.
  • platform/mac/fast/frames/frame-src-attribute-expected.png: Removed.
  • platform/mac/fast/frames/frame-src-attribute-expected.txt: Removed.
  • platform/qt/fast/frames/frame-src-attribute-expected.txt: Removed.
9:54 AM Changeset in webkit [70415] by dbates@webkit.org
  • 2 edits
    1 add in trunk/WebKitTools

2010-10-24 Daniel Bates <dbates@rim.com>

Reviewed by David Kilzer.

Fix Perl uninitialized warnings in VCSUtils::svnStatus()
and VCSUtils::removeEOL().
https://bugs.webkit.org/show_bug.cgi?id=48196

VCSUtils::svnStatus() concatenates the output of svn status with
a new line character and svn status may return no output (say for
a file that has not been added, deleted, or modified). We should
only concatenate the output of svn status if there is some.

Also, VCSUtils::removeEOL() should ensure that its argument
is initialized before performing a string substitution.

  • Scripts/VCSUtils.pm:
    • Modified removeEOL() to return "" if its argument is undefined.
    • Exported removeEOL() so that it can be tested.
  • Scripts/webkitperl/VCSUtils_unittest/removeEOL.pl: Added.
9:12 AM Changeset in webkit [70414] by Nikolas Zimmermann
  • 7 edits in trunk

2010-10-24 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Dimitri Glazkov.

Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly
https://bugs.webkit.org/show_bug.cgi?id=48179

Fix WebGL tests. Accept 'boolean' as valid numeric type in StrictTypeChecking mode.

  • bindings/scripts/CodeGeneratorJS.pm:
  • bindings/scripts/CodeGeneratorV8.pm:

2010-10-24 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Dimitri Glazkov.

Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly
https://bugs.webkit.org/show_bug.cgi?id=48179

It turns out the CodeGenerator changes are right, and the webgl tests have a problem, since StrictTypeChecking was enabled for numeric types.
When calling gl.bindAttribLocation() be sure to pass the second argument as integer, not as string.
Fixes all failing webgl tests on the snow leopard bot.

  • fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html:
  • fast/canvas/webgl/resources/webgl-test-utils.js: (WebGLTestUtils):
  • fast/canvas/webgl/resources/webgl-test.js: (createProgram):
6:59 AM Changeset in webkit [70413] by ddkilzer@apple.com
  • 2 edits in trunk/WebKitTools

<http://webkit.org/b/48185> build-webkit: add support for --progress-tag switch

Reviewed by Kenneth Rohde Christiansen.

  • Scripts/build-webkit: Added support for --progress-tag switch.

It should have been added with r57051.

6:49 AM Changeset in webkit [70412] by ddkilzer@apple.com
  • 2 edits in trunk/WebKitTools

<http://webkit.org/b/48184> build-webkit: reformat support variables for better maintainability

Reviewed by Daniel Bates.

  • Scripts/build-webkit: Alphabetized the @features array based

on the name of the feature. Reformatted the list of support
variables so that they match the order of @features, and so that
each has its own line. This makes it easy to add new variables
in the correct order.

4:58 AM Changeset in webkit [70411] by Nikolas Zimmermann
  • 3 edits in trunk/WebCore

2010-10-24 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Dirk Schulze.

Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly
https://bugs.webkit.org/show_bug.cgi?id=48179

Speculative fix for the WebGL tests, I was not aware they're not run on Leopard, so I missed the breakage.

  • bindings/scripts/CodeGeneratorJS.pm: Restore the order of type checking in the 'StrictTypeChecking' code.
  • bindings/scripts/CodeGeneratorV8.pm: Ditto.
3:38 AM Changeset in webkit [70410] by Nikolas Zimmermann
  • 25 edits
    4 adds in trunk

2010-10-23 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Dirk Schulze.

Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly
https://bugs.webkit.org/show_bug.cgi?id=48179

Rewrite SVGAngle to use the new SVGPropertyTearOff concept, and consume much less memory.
Down from two floats, one string and an ushort to one float and one ushort. Synchronize value/valueInSpecifiedUnits/valueAsString on demand.

Adding an extensive SVGAngle test, that required to implement 'StrictTypeChecking' for attribute setters (was only implemented in V8/JSC for function cals so far).

Test: svg/dom/SVGAngle.html

  • GNUmakefile.am: Add SVGAnimatedAngle.h to build.
  • WebCore.gypi: Ditto.
  • WebCore.pro: Ditto.
  • WebCore.vcproj/WebCore.vcproj: Ditto.
  • WebCore.xcodeproj/project.pbxproj: Ditto.
  • bindings/scripts/CodeGenerator.pm: Split IsPrimitiveType in IsPrimitiveType and IsNumericType.
  • bindings/scripts/CodeGeneratorJS.pm: Implement 'StrictTypeChecking' for setters and recognize SVGAngle as new SVGPropertyTearOff type.
  • bindings/scripts/CodeGeneratorObjC.pm: Ditto.
  • bindings/scripts/CodeGeneratorV8.pm: Ditto.
  • svg/DeprecatedSVGAnimatedPropertyTraits.h: Remove SVGAngle handling.
  • svg/DeprecatedSVGAnimatedTemplate.h: Remove SVGAnimatedAngle handling.
  • svg/SVGAngle.cpp: Rewrite, to consume less memory and to operate more efficient.
  • svg/SVGAngle.h: Ditto.
  • svg/SVGAngle.idl: Add 'StrictTypeChecking' to the value/valueInSpecifiedUnits methods.
  • svg/SVGAnimatedAngle.h: Added.
  • svg/SVGAnimatedAngle.idl: Mark as [SVGAnimatedProperty].
  • svg/SVGMarkerElement.cpp: (WebCore::SVGMarkerElement::parseMappedAttribute): SVGAngle::setValueAsString() now takes an ExceptionCode parameter.
  • svg/SVGMarkerElement.h: s/ANIMATED_PROPERTY/ANIMATED_PROPERTY_NEW/ for the SVGAngle type.
  • svg/SVGNumber.idl: Remove exception setter exceptions, which aren't needed. As we're now generating exception handlers in the bindings, it would lead to compile errors.
  • svg/SVGPoint.idl: Ditto.
  • svg/SVGRect.idl: Ditto.
  • svg/SVGSVGElement.idl: Remove obsolete [SVGLiveProperty] flag.

2010-10-23 Nikolas Zimmermann <nzimmermann@rim.com>

Reviewed by Dirk Schulze.

Convert SVGAngle to the new SVGPropertyTearOff concept, reimplement it properly
https://bugs.webkit.org/show_bug.cgi?id=48179

Add an extensive SVGAngle test, checking all getter/setters & methods, with valid and invalid arguments.
The test exposes bugs in Opera & FireFox, we now pass them all.

  • svg/dom/SVGAngle-expected.txt: Added.
  • svg/dom/SVGAngle.html: Added.
  • svg/dom/script-tests/SVGAngle.js: Added.
  • svg/dom/svg-element-attribute-js-null-expected.txt:
  • svg/dom/svg-element-attribute-js-null.xhtml: Update incorrect test, setting valueAsString to null, should not result in "0deg" but "0".
Note: See TracTimeline for information about the timeline view.