profile/ivi/webkit-efl.git
12 years agoThis test can also time out.
abarth@webkit.org [Thu, 29 Sep 2011 16:24:05 +0000 (16:24 +0000)]
This test can also time out.

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96332 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoUpdate expected results on Leopard. As far as I can tell, these are
abarth@webkit.org [Thu, 29 Sep 2011 16:20:12 +0000 (16:20 +0000)]
Update expected results on Leopard.  As far as I can tell, these are
progressions.

* platform/chromium-cg-mac-leopard/editing/execCommand/insertHorizontalRule-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/selection/node-removal-1-expected.png: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96331 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoAdd some expected failures on Leopard.
abarth@webkit.org [Thu, 29 Sep 2011 16:09:23 +0000 (16:09 +0000)]
Add some expected failures on Leopard.

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96330 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoUnbreak the "update expectatations" button by using the existing
abarth@webkit.org [Thu, 29 Sep 2011 15:46:55 +0000 (15:46 +0000)]
Unbreak the "update expectatations" button by using the existing
machinery to create the failureInfo objects.

Unbreak the "close" button on the progress dialog by using |this|
instead of the old name of the object.

Teach the controllers unit test not to talk to the actual network.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js:
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers_unittests.js:
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui.js:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96329 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoUpdate baselines. (Font rendering.)
abarth@webkit.org [Thu, 29 Sep 2011 15:34:40 +0000 (15:34 +0000)]
Update baselines.  (Font rendering.)

* platform/chromium-cg-mac/http/tests/misc/acid3-expected.png: Added.
* platform/chromium-cg-mac/http/tests/misc/acid3-expected.txt: Added.
* platform/chromium-mac/http/tests/misc/acid3-expected.png: Added.
* platform/chromium-mac/http/tests/misc/acid3-expected.txt: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96328 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoUpdate baselines.
abarth@webkit.org [Thu, 29 Sep 2011 15:32:02 +0000 (15:32 +0000)]
Update baselines.

* platform/chromium-cg-mac-leopard/svg/text/selection-background-color-expected.png: Added.
* platform/chromium-cg-mac/svg/text/selection-background-color-expected.png: Added.
* platform/chromium-cg-mac/svg/text/selection-background-color-expected.txt: Added.
* platform/chromium-mac-leopard/svg/text: Added.
* platform/chromium-mac-leopard/svg/text/selection-background-color-expected.png: Added.
* platform/gtk/svg/text/selection-background-color-expected.txt: Removed.
* platform/mac/svg/text/selection-background-color-expected.txt: Removed.
* svg/text/selection-background-color-expected.txt: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96327 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoWeb Inspector: UI performance test for network panel is incorrect. The time is includ...
loislo@chromium.org [Thu, 29 Sep 2011 14:30:38 +0000 (14:30 +0000)]
Web Inspector: UI performance test for network panel is incorrect. The time is including a timeout between scheduled refresh and actual refresh.
https://bugs.webkit.org/show_bug.cgi?id=69087

The fix has the changes for the test and minor perf framework improvements.

Reviewed by Yury Semikhatsky.

Source/WebCore:

* inspector/front-end/NetworkPanel.js:
(WebInspector.NetworkLogView.prototype._defaultRefreshDelay.500._scheduleRefresh):

LayoutTests:

* inspector/performance/resources/network-append-30-requests.html:
* inspector/performance/resources/performance-test.js:
(initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
(initialize_TimeTracker.InspectorTest.runPerformanceTest):
(initialize_TimeTracker.InspectorTest.mark):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96326 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[GTK] Bump version to 1.7.0
sergio@webkit.org [Thu, 29 Sep 2011 13:59:23 +0000 (13:59 +0000)]
[GTK] Bump version to 1.7.0
https://bugs.webkit.org/show_bug.cgi?id=69082

Reviewed by Martin Robinson.

Apart from bumping the library version to 1.7.0 this patch also
sets the libtool version to the same one we have for the stable
branch.

* configure.ac:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96325 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[GTK] Force single header include in WebKit2 GTK+ API
carlosgc@webkit.org [Thu, 29 Sep 2011 13:53:53 +0000 (13:53 +0000)]
[GTK] Force single header include in WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=69084

Reviewed by Martin Robinson.

Only <webkit2/webkit2.h> will be allowed for API users.

* GNUmakefile.am:
* UIProcess/API/gtk/WebKitError.h:
* UIProcess/API/gtk/WebKitWebContext.h:
* UIProcess/API/gtk/WebKitWebLoaderClient.h:
* UIProcess/API/gtk/WebKitWebView.h:
* UIProcess/API/gtk/WebKitWebViewBase.h:
* UIProcess/API/gtk/webkit2.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96324 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoWeb Inspector: Make search-in-resource test simpler.
vsevik@chromium.org [Thu, 29 Sep 2011 12:59:17 +0000 (12:59 +0000)]
Web Inspector: Make search-in-resource test simpler.
https://bugs.webkit.org/show_bug.cgi?id=69025

Source/WebCore:

Changed search-in-resource test.
Removed error parameter from content provider's searchInContent callback.

Reviewed by Pavel Feldman.

* inspector/InspectorPageAgent.cpp:
(WebCore::InspectorPageAgent::searchInResource):
(WebCore::InspectorPageAgent::searchInResources):
* inspector/front-end/Resource.js:
(WebInspector.Resource.prototype.searchInContent):

LayoutTests:

Reviewed by Pavel Feldman.

* http/tests/inspector/search/search-in-resource-expected.txt:
* http/tests/inspector/search/search-in-resource.html:
* http/tests/inspector/search/search-in-resources.html:
* http/tests/inspector/search/search-test.js:
(initialize_SearchTest.InspectorTest.runAfterResourcesAreCreated):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.maybeCallback):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.addSniffer):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.onResourceBind):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.visit):
(initialize_SearchTest):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96323 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoIndexedDB: Use LevelDB also for in-memory databases
hans@chromium.org [Thu, 29 Sep 2011 12:29:13 +0000 (12:29 +0000)]
IndexedDB: Use LevelDB also for in-memory databases
https://bugs.webkit.org/show_bug.cgi?id=68903

Reviewed by Steve Block.

Source/WebCore:

Add LevelDBDatabase::openInMemory() which uses leveldb::NewMemEnv()
to create in-memory LevelDB databases.

Use this in IDBLeveLDBBackingStore::open() when the caller passes in
an empty file path.
This happens in Chromium's incognito mode, and when running layout
tests.

Fix IDBSQLiteBackingStore::backingStoreExists() so it doesn't create
files when passed in an empty file path, but uses the in-memory mode
instead.

Existing layout tests will all be run in-memory.

* platform/leveldb/LevelDBDatabase.cpp:
(WebCore::LevelDBDatabase::~LevelDBDatabase):
(WebCore::openDB):
(WebCore::LevelDBDatabase::open):
(WebCore::LevelDBDatabase::openInMemory):
* platform/leveldb/LevelDBDatabase.h:
* storage/IDBLevelDBBackingStore.cpp:
(WebCore::IDBLevelDBBackingStore::open):
* storage/IDBSQLiteBackingStore.cpp:
(WebCore::IDBSQLiteBackingStore::backingStoreExists):

Source/WebKit/chromium:

Don't fall back to SQLite or use a temporary dir for in-memory
databases (Incognito and layout tests); LevelDB supports in-memory
databases now.

* public/WebIDBFactory.h:
* src/WebIDBFactoryImpl.cpp:
(WebKit::WebIDBFactoryImpl::getDatabaseNames):
(WebKit::WebIDBFactoryImpl::open):

Tools:

Remove the temporary dir that was necessary before LevelDB supported
in-memory databases.

* DumpRenderTree/chromium/TestShell.cpp:
(TestShell::TestShell):
* DumpRenderTree/chromium/TestShell.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96322 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoWeb Inspector: speed-up Network panel. Change _staleResources type from array to...
loislo@chromium.org [Thu, 29 Sep 2011 11:59:27 +0000 (11:59 +0000)]
Web Inspector: speed-up Network panel. Change _staleResources type from array to object.
https://bugs.webkit.org/show_bug.cgi?id=69081

There is a test with 30 requests.
For the each stage of loading a resource we have an entry in _staleResources array. There are at least 4 stages per request.
NetworkLogView._refresh function is creating/updating the resource row for the each such entry.
This array can be replaced with a hash map just because the resource associated with the entry is the same for all the entries with the same request id.

Reviewed by Pavel Feldman.

Test: inspector/performance/resources/network-append-30-requests.html

* inspector/front-end/NetworkPanel.js:
(WebInspector.NetworkLogView):
(WebInspector.NetworkLogView.prototype._invalidateAllItems):
(WebInspector.NetworkLogView.prototype.refresh):
(WebInspector.NetworkLogView.prototype._reset):
(WebInspector.NetworkLogView.prototype._refreshResource):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96321 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoWeb Inspector: make inspector protocol validation a part of the build process.
pfeldman@chromium.org [Thu, 29 Sep 2011 11:49:53 +0000 (11:49 +0000)]
Web Inspector: make inspector protocol validation a part of the build process.
https://bugs.webkit.org/show_bug.cgi?id=68999

Since we'd like to commit to inspector protocol backwards compatibility, violating it
should be a build failure.

Reviewed by Yury Semikhatsky.

* CMakeLists.txt:
* CodeGenerators.pri:
* DerivedSources.make:
* GNUmakefile.am:
* WebCore.gyp/WebCore.gyp:
* inspector/Inspector.draft-01.json:
* inspector/Inspector.json:
* inspector/generate-inspector-idl:
* inspector/generate-protocol-externs:
* inspector/validate-protocol-compatibility:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96320 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoWeb Inspector: Scripts panel without folders causes errors when creating content...
pfeldman@chromium.org [Thu, 29 Sep 2011 11:39:11 +0000 (11:39 +0000)]
Web Inspector: Scripts panel without folders causes errors when creating content scripts section.
https://bugs.webkit.org/show_bug.cgi?id=68827

Reviewed by Yury Semikhatsky.

Source/WebCore:

* inspector/front-end/ScriptsPanel.js:
(WebInspector.ScriptsPanel.prototype._addOptionToFilesSelect.insertOrdered.optionCompare):
(WebInspector.ScriptsPanel.prototype._addOptionToFilesSelect.insertOrdered):
(WebInspector.ScriptsPanel.prototype._addOptionToFilesSelect):

LayoutTests:

* inspector/debugger/scripts-panel-expected.txt:
* inspector/debugger/scripts-panel.html:
* inspector/debugger/scripts-sorting-expected.txt:
* inspector/debugger/scripts-sorting.html:
* platform/chromium-win/inspector/debugger/scripts-panel-expected.txt: Removed.
* platform/chromium/inspector/debugger/scripts-sorting-expected.txt: Removed.
* platform/mac/inspector/debugger/scripts-panel-expected.txt: Removed.
* platform/win/inspector/debugger/scripts-panel-expected.txt: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96319 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago2011-09-28 Andrey Kosyakov <caseq@chromium.org>
caseq@chromium.org [Thu, 29 Sep 2011 11:06:15 +0000 (11:06 +0000)]
2011-09-28  Andrey Kosyakov  <caseq@chromium.org>

        Web Inspector: network log view refresh optimizations
        https://bugs.webkit.org/show_bug.cgi?id=69010

        Reviewed by Pavel Feldman.

        * inspector/front-end/NetworkPanel.js:
        (WebInspector.NetworkLogView.prototype.refresh):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96318 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[GTK] Explicitly call destructors for objects initialized with placement new syntax
carlosgc@webkit.org [Thu, 29 Sep 2011 11:00:04 +0000 (11:00 +0000)]
[GTK] Explicitly call destructors for objects initialized with placement new syntax
https://bugs.webkit.org/show_bug.cgi?id=69079

Reviewed by Xan Lopez.

* UIProcess/API/gtk/WebKitWebContext.cpp:
(webkitWebContextFinalize): Call ~WebKitWebContextPrivate().
* UIProcess/API/gtk/WebKitWebLoaderClient.cpp:
(webkitWebLoaderClientFinalize): Call ~WebKitWebLoaderClient().
(webkit_web_loader_client_class_init):
* UIProcess/API/gtk/WebKitWebView.cpp:
(webkitWebViewFinalize): Call ~WebKitWebViewPrivate().
(webkit_web_view_class_init):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96317 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoLayoutTests: media/video-does-not-loop.html failing on Snow Leopard
commit-queue@webkit.org [Thu, 29 Sep 2011 10:33:03 +0000 (10:33 +0000)]
LayoutTests: media/video-does-not-loop.html failing on Snow Leopard
https://bugs.webkit.org/show_bug.cgi?id=69067

Patch by Arun Patole <bmf834@motorola.com> on 2011-09-29
Reviewed by Philippe Normand.

Update expected test result for video-does-not-loop.html
as the 'pause' event should be fired at the end of playback.

* media/video-does-not-loop-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96316 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[Chromium] some Layout Tests in editing/ is failing
hamaji@chromium.org [Thu, 29 Sep 2011 10:30:20 +0000 (10:30 +0000)]
[Chromium] some Layout Tests in editing/ is failing
https://bugs.webkit.org/show_bug.cgi?id=69078

Unreviewed test_expectations.txt update

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96315 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[Chromium] Layout Test http/tests/security/cookies/cookie-theft-with-javascript-doc...
hamaji@chromium.org [Thu, 29 Sep 2011 10:07:33 +0000 (10:07 +0000)]
[Chromium] Layout Test http/tests/security/cookies/cookie-theft-with-javascript-doc.html is failing
https://bugs.webkit.org/show_bug.cgi?id=69077

Unreviewed test_expectations.txt update

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96314 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoWeb Inspector: split SourceFile.js into RawSourceCode.js and UISourceCodeContentProvi...
podivilov@chromium.org [Thu, 29 Sep 2011 08:44:57 +0000 (08:44 +0000)]
Web Inspector: split SourceFile.js into RawSourceCode.js and UISourceCodeContentProviders.js.
https://bugs.webkit.org/show_bug.cgi?id=69068

Reviewed by Yury Semikhatsky.

* WebCore.gypi:
* WebCore.vcproj/WebCore.vcproj:
* inspector/front-end/RawSourceCode.js: Renamed from Source/WebCore/inspector/front-end/SourceFile.js.
(WebInspector.RawSourceCode): Moved from SourceFile.js.
(WebInspector.UILocation): Moved from SourceFile.js.
* inspector/front-end/UISourceCodeContentProviders.js: Added. Moved ContentProvider implementations from SourceFile.js
(WebInspector.ScriptContentProvider):
(WebInspector.ScriptContentProvider.prototype.requestContent):
(WebInspector.ConcatenatedScriptsContentProvider):
(WebInspector.ConcatenatedScriptsContentProvider.prototype.requestContent):
(WebInspector.ConcatenatedScriptsContentProvider.prototype._concatenateScriptsContent.appendChunk):
(WebInspector.ConcatenatedScriptsContentProvider.prototype._concatenateScriptsContent):
(WebInspector.ResourceContentProvider):
(WebInspector.ResourceContentProvider.prototype.requestContent):
(WebInspector.StaticContentProvider):
(WebInspector.StaticContentProvider.prototype.requestContent):
* inspector/front-end/WebKit.qrc:
* inspector/front-end/inspector.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96313 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[Chromium] Layout Test svg/filters/animate-fill.svg is failing
hamaji@chromium.org [Thu, 29 Sep 2011 08:36:04 +0000 (08:36 +0000)]
[Chromium] Layout Test svg/filters/animate-fill.svg is failing
https://bugs.webkit.org/show_bug.cgi?id=69070

Unreviewed test_expectations.txt update

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96312 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[GStreamer] 2 flaky media tests
philn@webkit.org [Thu, 29 Sep 2011 08:07:19 +0000 (08:07 +0000)]
[GStreamer] 2 flaky media tests
https://bugs.webkit.org/show_bug.cgi?id=67407

Reviewed by Martin Robinson.

Workaround for GStreamer bug#639941. In GStreamer
0.10.35 basesink reports wrong duration in case of EOS and
negative playback rate. This workaround fixes two media tests,
media/video-timeupdate-reverse-play.html and
media/video-reverse-play-duration.html.

* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::prepareToPlay):
(WebCore::MediaPlayerPrivateGStreamer::currentTime):
(WebCore::MediaPlayerPrivateGStreamer::didEnd):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96311 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[GStreamer] fullscreen video pause/play fails
philn@webkit.org [Thu, 29 Sep 2011 08:03:31 +0000 (08:03 +0000)]
[GStreamer] fullscreen video pause/play fails
https://bugs.webkit.org/show_bug.cgi?id=66936

Reviewed by Martin Robinson.

Don't use the identity element to avoid painting of the in-window
video. Instead simply make the sink aware of the fullscreen state
and ignore buffers if fullscreen and autovideosink are
active. Also fixed two deadlocks happening when a paused pipeline
is switched to fullscreen and when fullscreen is disabled for a
paused pipeline.

* platform/graphics/gstreamer/GStreamerGWorld.cpp:
(WebCore::GStreamerGWorld::enterFullscreen):
(WebCore::GStreamerGWorld::exitFullscreen):
* platform/graphics/gstreamer/GStreamerGWorld.h:
(WebCore::GStreamerGWorld::isFullscreen):
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::createGSTPlayBin):
* platform/graphics/gstreamer/VideoSinkGStreamer.cpp:
(webkit_video_sink_render):
(webkit_video_sink_new):
* platform/graphics/gstreamer/VideoSinkGStreamer.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96310 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoJSVALUE32_64 DFG JIT failed to be built on 32-bit Linux due to incorrect overloaded...
commit-queue@webkit.org [Thu, 29 Sep 2011 07:52:49 +0000 (07:52 +0000)]
JSVALUE32_64 DFG JIT failed to be built on 32-bit Linux due to incorrect overloaded OpInfo constructor
https://bugs.webkit.org/show_bug.cgi?id=69054

Patch by Yuqiang Xian <yuqiang.xian@intel.com> on 2011-09-29
Reviewed by Gavin Barraclough.

size_t is equal to uint32_t on most 32-bit platforms, except for Mac OS.

* dfg/DFGNode.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96309 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoHopefully the last Chromium test expectation update for r96294.
rniwa@webkit.org [Thu, 29 Sep 2011 07:33:46 +0000 (07:33 +0000)]
Hopefully the last Chromium test expectation update for r96294.

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96308 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoREGRESSION(87010): elements in ECMA-cloud neither filled nor blurred
timothy_horton@apple.com [Thu, 29 Sep 2011 07:23:08 +0000 (07:23 +0000)]
REGRESSION(87010): elements in ECMA-cloud neither filled nor blurred
https://bugs.webkit.org/show_bug.cgi?id=68679
<rdar://problem/10204649>

Reviewed by Nikolas Zimmermann.

Source/WebCore:

Strip prefixes from SVG attributes before testing if they're supported.
Namespaced attributes will be matched using their namespace instead of
the (user-choosable) prefix.

Test: svg/custom/xlink-custom-namespace.svg

* svg/SVGAElement.cpp:
(WebCore::SVGAElement::isSupportedAttribute):
* svg/SVGAnimateMotionElement.cpp:
(WebCore::SVGAnimateMotionElement::isSupportedAttribute):
* svg/SVGAnimateTransformElement.cpp:
(WebCore::SVGAnimateTransformElement::isSupportedAttribute):
* svg/SVGAnimationElement.cpp:
(WebCore::SVGAnimationElement::isSupportedAttribute):
* svg/SVGCircleElement.cpp:
(WebCore::SVGCircleElement::isSupportedAttribute):
* svg/SVGClipPathElement.cpp:
(WebCore::SVGClipPathElement::isSupportedAttribute):
* svg/SVGComponentTransferFunctionElement.cpp:
(WebCore::SVGComponentTransferFunctionElement::isSupportedAttribute):
* svg/SVGCursorElement.cpp:
(WebCore::SVGCursorElement::isSupportedAttribute):
* svg/SVGElement.h:
(WebCore::SVGAttributeHashTranslator::hash):
(WebCore::SVGAttributeHashTranslator::equal):
* svg/SVGEllipseElement.cpp:
(WebCore::SVGEllipseElement::isSupportedAttribute):
* svg/SVGExternalResourcesRequired.h:
* svg/SVGFEBlendElement.cpp:
(WebCore::SVGFEBlendElement::isSupportedAttribute):
* svg/SVGFEColorMatrixElement.cpp:
(WebCore::SVGFEColorMatrixElement::isSupportedAttribute):
* svg/SVGFEComponentTransferElement.cpp:
(WebCore::SVGFEComponentTransferElement::isSupportedAttribute):
* svg/SVGFECompositeElement.cpp:
(WebCore::SVGFECompositeElement::isSupportedAttribute):
* svg/SVGFEConvolveMatrixElement.cpp:
(WebCore::SVGFEConvolveMatrixElement::isSupportedAttribute):
* svg/SVGFEDiffuseLightingElement.cpp:
(WebCore::SVGFEDiffuseLightingElement::isSupportedAttribute):
* svg/SVGFEDisplacementMapElement.cpp:
(WebCore::SVGFEDisplacementMapElement::isSupportedAttribute):
* svg/SVGFEDropShadowElement.cpp:
(WebCore::SVGFEDropShadowElement::isSupportedAttribute):
* svg/SVGFEGaussianBlurElement.cpp:
(WebCore::SVGFEGaussianBlurElement::isSupportedAttribute):
* svg/SVGFEImageElement.cpp:
(WebCore::SVGFEImageElement::isSupportedAttribute):
* svg/SVGFELightElement.cpp:
(WebCore::SVGFELightElement::isSupportedAttribute):
* svg/SVGFEMergeNodeElement.cpp:
(WebCore::SVGFEMergeNodeElement::isSupportedAttribute):
* svg/SVGFEMorphologyElement.cpp:
(WebCore::SVGFEMorphologyElement::isSupportedAttribute):
* svg/SVGFEOffsetElement.cpp:
(WebCore::SVGFEOffsetElement::isSupportedAttribute):
* svg/SVGFESpecularLightingElement.cpp:
(WebCore::SVGFESpecularLightingElement::isSupportedAttribute):
* svg/SVGFETileElement.cpp:
(WebCore::SVGFETileElement::isSupportedAttribute):
* svg/SVGFETurbulenceElement.cpp:
(WebCore::SVGFETurbulenceElement::isSupportedAttribute):
* svg/SVGFilterElement.cpp:
(WebCore::SVGFilterElement::isSupportedAttribute):
* svg/SVGFilterPrimitiveStandardAttributes.cpp:
(WebCore::SVGFilterPrimitiveStandardAttributes::isSupportedAttribute):
* svg/SVGForeignObjectElement.cpp:
(WebCore::SVGForeignObjectElement::isSupportedAttribute):
* svg/SVGGElement.cpp:
(WebCore::SVGGElement::isSupportedAttribute):
* svg/SVGGradientElement.cpp:
(WebCore::SVGGradientElement::isSupportedAttribute):
* svg/SVGImageElement.cpp:
(WebCore::SVGImageElement::isSupportedAttribute):
* svg/SVGLineElement.cpp:
(WebCore::SVGLineElement::isSupportedAttribute):
* svg/SVGLinearGradientElement.cpp:
(WebCore::SVGLinearGradientElement::isSupportedAttribute):
* svg/SVGMPathElement.cpp:
(WebCore::SVGMPathElement::isSupportedAttribute):
* svg/SVGMarkerElement.cpp:
(WebCore::SVGMarkerElement::isSupportedAttribute):
* svg/SVGMaskElement.cpp:
(WebCore::SVGMaskElement::isSupportedAttribute):
* svg/SVGPathElement.cpp:
(WebCore::SVGPathElement::isSupportedAttribute):
* svg/SVGPatternElement.cpp:
(WebCore::SVGPatternElement::isSupportedAttribute):
* svg/SVGPolyElement.cpp:
(WebCore::SVGPolyElement::isSupportedAttribute):
* svg/SVGRadialGradientElement.cpp:
(WebCore::SVGRadialGradientElement::isSupportedAttribute):
* svg/SVGRectElement.cpp:
(WebCore::SVGRectElement::isSupportedAttribute):
* svg/SVGScriptElement.cpp:
(WebCore::SVGScriptElement::isSupportedAttribute):
* svg/SVGStopElement.cpp:
(WebCore::SVGStopElement::isSupportedAttribute):
* svg/SVGStyleElement.cpp:
(WebCore::SVGStyleElement::isSupportedAttribute):
* svg/SVGStyledTransformableElement.cpp:
(WebCore::SVGStyledTransformableElement::isSupportedAttribute):
* svg/SVGSymbolElement.cpp:
(WebCore::SVGSymbolElement::isSupportedAttribute):
* svg/SVGTRefElement.cpp:
(WebCore::SVGTRefElement::isSupportedAttribute):
* svg/SVGTextContentElement.cpp:
(WebCore::SVGTextContentElement::isSupportedAttribute):
* svg/SVGTextElement.cpp:
(WebCore::SVGTextElement::isSupportedAttribute):
* svg/SVGTextPathElement.cpp:
(WebCore::SVGTextPathElement::isSupportedAttribute):
* svg/SVGTextPositioningElement.cpp:
(WebCore::SVGTextPositioningElement::isSupportedAttribute):
* svg/SVGURIReference.cpp:
(WebCore::SVGURIReference::addSupportedAttributes):
* svg/SVGUseElement.cpp:
(WebCore::SVGUseElement::isSupportedAttribute):
* svg/SVGViewElement.cpp:
(WebCore::SVGViewElement::isSupportedAttribute):

LayoutTests:

Add a test ensuring that using xlink:href with a different prefix (i.e. xl:href)
works correctly.

* svg/custom/xlink-custom-namespace-expected.png: Added.
* svg/custom/xlink-custom-namespace-expected.txt: Added.
* svg/custom/xlink-custom-namespace.svg: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96307 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoDFG checkArgumentTypes fails to check boolean predictions
fpizlo@apple.com [Thu, 29 Sep 2011 07:12:10 +0000 (07:12 +0000)]
DFG checkArgumentTypes fails to check boolean predictions
https://bugs.webkit.org/show_bug.cgi?id=69059

Reviewed by Gavin Barraclough.

Source/JavaScriptCore:

* dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::checkArgumentTypes):
* dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::checkArgumentTypes):

LayoutTests:

* fast/js/boolean-argument-prediction-expected.txt: Added.
* fast/js/boolean-argument-prediction.html: Added.
* fast/js/script-tests/boolean-argument-prediction.js: Added.
(predictBooleanArgument):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96306 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoChromium test_expectations update for isindex-with-no-form.html
hamaji@chromium.org [Thu, 29 Sep 2011 06:32:20 +0000 (06:32 +0000)]
Chromium test_expectations update for isindex-with-no-form.html

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96305 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[Chromium] Layout Test compositing/shadows/shadow-drawing.html is failing
hamaji@chromium.org [Thu, 29 Sep 2011 06:27:59 +0000 (06:27 +0000)]
[Chromium] Layout Test compositing/shadows/shadow-drawing.html is failing
https://bugs.webkit.org/show_bug.cgi?id=69062

Chromium test_expectations update

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96304 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoChromium rebaseline after r96294.
rniwa@webkit.org [Thu, 29 Sep 2011 06:24:19 +0000 (06:24 +0000)]
Chromium rebaseline after r96294.

* platform/chromium-cg-mac/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
* platform/chromium-linux/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
* platform/chromium-mac/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
* platform/chromium-win/fast/dynamic/first-letter-after-list-marker-expected.png: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96303 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoYet another Chromium linux rebaseline after r96257.
rniwa@webkit.org [Thu, 29 Sep 2011 06:11:04 +0000 (06:11 +0000)]
Yet another Chromium linux rebaseline after r96257.

* platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.png:
* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96302 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago"ScriptValue" arguments of PopStateEvent methods should be "const ScriptValue&"
haraken@chromium.org [Thu, 29 Sep 2011 06:07:17 +0000 (06:07 +0000)]
"ScriptValue" arguments of PopStateEvent methods should be "const ScriptValue&"
https://bugs.webkit.org/show_bug.cgi?id=68984

Reviewed by Darin Adler.

Just a follow-up fix for the bug 68345. For performance,
"ScriptValue" arguments of PopStateEvent methods should be "const ScriptValue&".

Tests: fast/events/constructors/pop-state-event-constructor.html
       fast/events/fire-popstate-event.html

* dom/PopStateEvent.cpp:
(WebCore::PopStateEvent::PopStateEvent):
(WebCore::PopStateEvent::create):
(WebCore::PopStateEvent::initPopStateEvent):
* dom/PopStateEvent.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96301 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[Qt] Unreviewed gardening after r96257.
ossy@webkit.org [Thu, 29 Sep 2011 06:03:12 +0000 (06:03 +0000)]
[Qt] Unreviewed gardening after r96257.

* platform/qt-4.8/editing/inserting/4278698-expected.png:
* platform/qt-4.8/editing/inserting/4278698-expected.txt:
* platform/qt-4.8/editing/inserting/paragraph-separator-03-expected.png:
* platform/qt-4.8/editing/inserting/paragraph-separator-03-expected.txt:
* platform/qt-4.8/editing/pasteboard/paste-text-019-expected.png:
* platform/qt-4.8/editing/pasteboard/paste-text-019-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96300 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[GTK] Move drag-and-drop code which can be shared with WebKit2 to WebCore
mrobinson@webkit.org [Thu, 29 Sep 2011 06:02:57 +0000 (06:02 +0000)]
[GTK] Move drag-and-drop code which can be shared with WebKit2 to WebCore
https://bugs.webkit.org/show_bug.cgi?id=66890

Source/WebCore:

Added a GtkDragAndDropHelper class to hold all the logic that is common
between WebKit1 and WebKit2. This will allow greater code sharing between
the two ports.

Reviewed by Philippe Normand.

No new tests. This patch should not change behavior.

* GNUmakefile.list.am: Added the GtkDragAndDropHelper to the sources list.
* platform/gtk/GtkDragAndDropHelper.cpp: Added.
* platform/gtk/GtkDragAndDropHelper.h: Added.

Source/WebKit/gtk:

Use the new GtkWidgetDragAndDropGlue class to hold the logic that will be
common between WebKit1 and WebKit2. Modify WebKitWebView to use this class.

Reviewed by Philippe Normand.

* WebCoreSupport/DragClientGtk.cpp:
(WebKit::DragClient::startDrag): Inform the drag-and-drop glue about the drag.
* webkit/webkitwebview.cpp: Use GtkWidgetDragAndDropGlue wherever this class was
maintaining drag-and-drop state itself.
* webkit/webkitwebviewprivate.h: Swap out the drag-and-drop state for an instance
of the glue class.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96299 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoUpdate Chromium test expectation and also add back the expected result erroneously...
rniwa@webkit.org [Thu, 29 Sep 2011 06:01:34 +0000 (06:01 +0000)]
Update Chromium test expectation and also add back the expected result erroneously removed in r96284.

* platform/chromium/test_expectations.txt:
* platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Added.
* platform/mac/editing/pasteboard/paste-text-006-expected.txt: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96298 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoChromium rebaselines for r96257 part 2.
rniwa@webkit.org [Thu, 29 Sep 2011 05:43:21 +0000 (05:43 +0000)]
Chromium rebaselines for r96257 part 2.

* editing/deleting/delete-line-011-expected.txt: Added.
* editing/deleting/delete-tab-001-expected.txt: Added.
* editing/deleting/delete-tab-002-expected.txt: Added.
* editing/deleting/delete-tab-003-expected.txt: Added.
* editing/deleting/delete-tab-004-expected.txt: Added.
* editing/deleting/smart-delete-002-expected.txt: Added.
* editing/inserting/insert-text-with-newlines-expected.txt: Added.
* editing/style/smoosh-styles-003-expected.txt: Added.
* editing/style/style-3681552-fix-001-expected.txt: Added.
* editing/style/style-boundary-002-expected.txt: Added.
* editing/style/style-boundary-003-expected.txt: Added.
* editing/style/typing-style-001-expected.txt: Added.
* editing/style/typing-style-002-expected.txt: Added.
* platform/chromium-cg-mac-leopard/editing/pasteboard/paste-xml-expected.txt: Added.
* platform/chromium-cg-mac/editing/pasteboard/paste-xml-expected.txt:
* platform/chromium-linux-x86/editing: Added.
* platform/chromium-linux-x86/editing/pasteboard: Added.
* platform/chromium-linux-x86/editing/pasteboard/paste-xml-expected.txt: Added.
* platform/chromium-linux-x86/editing/style: Added.
* platform/chromium-linux-x86/editing/style/style-3681552-fix-002-expected.txt: Added.
* platform/chromium-linux/editing/deleting/smart-delete-002-expected.txt:
* platform/chromium-linux/editing/pasteboard/paste-xml-expected.txt: Added.
* platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt:
* platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.png:
* platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/chromium-linux/editing/style/style-3681552-fix-002-expected.txt: Added.
* platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:
* platform/chromium-win-vista/editing/deleting: Removed.
* platform/chromium-win-vista/editing/deleting/table-cells-expected.png: Removed.
* platform/chromium-win-vista/editing/execCommand: Removed.
* platform/chromium-win-vista/editing/execCommand/create-list-with-hr-expected.png: Removed.
* platform/chromium-win-vista/editing/execCommand/find-after-replace-expected.png: Removed.
* platform/chromium-win-vista/editing/execCommand/paste-1-expected.png: Removed.
* platform/chromium-win-vista/editing/execCommand/paste-2-expected.png: Removed.
* platform/chromium-win-vista/editing/inserting: Removed.
* platform/chromium-win-vista/editing/inserting/4278698-expected.png: Removed.
* platform/chromium-win-vista/editing/inserting/paragraph-separator-in-table-2-expected.png: Removed.
* platform/chromium-win-vista/editing/pasteboard/3976872-expected.png: Removed.
* platform/chromium-win-vista/editing/pasteboard/4076267-2-expected.png: Removed.
* platform/chromium-win-vista/editing/pasteboard/4076267-3-expected.png: Removed.
* platform/chromium-win-vista/editing/pasteboard/4076267-expected.png: Removed.
* platform/chromium-win-vista/editing/pasteboard/paste-xml-expected.txt: Added.
* platform/chromium-win-vista/editing/pasteboard/undoable-fragment-removes-expected.png: Removed.
* platform/chromium-win-vista/editing/selection: Removed.
* platform/chromium-win-vista/editing/selection/select-all-iframe-expected.png: Removed.
* platform/chromium-win-vista/editing/style: Added.
* platform/chromium-win-vista/editing/style/style-3681552-fix-002-expected.txt: Added.
* platform/chromium-win-vista/editing/undo: Removed.
* platform/chromium-win-vista/editing/undo/4063751-expected.png: Removed.
* platform/chromium-win-vista/editing/unsupported-content: Removed.
* platform/chromium-win-vista/editing/unsupported-content/table-type-after-expected.png: Removed.
* platform/chromium-win-vista/editing/unsupported-content/table-type-before-expected.png: Removed.
* platform/chromium-win-xp/editing/pasteboard: Added.
* platform/chromium-win-xp/editing/pasteboard/paste-xml-expected.txt: Added.
* platform/chromium-win-xp/editing/style: Added.
* platform/chromium-win-xp/editing/style/style-3681552-fix-002-expected.txt: Added.
* platform/chromium-win-xp/fast/events: Removed.
* platform/chromium-win/editing/deleting/delete-br-011-expected.txt: Added.
* platform/chromium-win/editing/deleting/delete-line-011-expected.txt:
* platform/chromium-win/editing/deleting/delete-tab-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-tab-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-tab-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-tab-004-expected.txt:
* platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/chromium-win/editing/pasteboard/drag-drop-modifies-page-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
* platform/chromium-win/editing/pasteboard/smart-drag-drop-expected.txt:
* platform/chromium-win/editing/spelling/spelling-expected.txt:
* platform/chromium-win/editing/style/smoosh-styles-003-expected.png:
* platform/chromium-win/editing/style/style-3681552-fix-001-expected.txt:
* platform/chromium-win/editing/style/style-3681552-fix-002-expected.txt:
* platform/chromium-win/editing/style/style-boundary-002-expected.txt:
* platform/chromium-win/editing/style/style-boundary-003-expected.txt:
* platform/chromium-win/editing/style/style-boundary-005-expected.txt:
* platform/chromium-win/editing/style/typing-style-001-expected.txt:
* platform/chromium-win/editing/style/typing-style-002-expected.txt:
* platform/chromium-win/fast/events/updateLayoutForHitTest-expected.png:
* platform/chromium-win/fast/events/updateLayoutForHitTest-expected.txt:
* platform/gtk/editing/deleting/delete-line-011-expected.txt: Removed.
* platform/gtk/editing/deleting/delete-tab-001-expected.txt: Removed.
* platform/gtk/editing/deleting/delete-tab-002-expected.txt: Removed.
* platform/gtk/editing/deleting/delete-tab-003-expected.txt: Removed.
* platform/gtk/editing/deleting/delete-tab-004-expected.txt: Removed.
* platform/gtk/editing/deleting/smart-delete-002-expected.txt: Removed.
* platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt: Removed.
* platform/gtk/editing/style/smoosh-styles-003-expected.txt: Removed.
* platform/gtk/editing/style/style-3681552-fix-001-expected.txt: Removed.
* platform/gtk/editing/style/style-boundary-002-expected.txt: Removed.
* platform/gtk/editing/style/style-boundary-003-expected.txt: Removed.
* platform/gtk/editing/style/typing-style-001-expected.txt: Removed.
* platform/gtk/editing/style/typing-style-002-expected.txt: Removed.
* platform/gtk/fast/repaint/selection-clear-expected.txt: Removed.
* platform/mac/editing/deleting/delete-line-011-expected.txt: Removed.
* platform/mac/editing/deleting/delete-tab-001-expected.txt: Removed.
* platform/mac/editing/deleting/delete-tab-002-expected.txt: Removed.
* platform/mac/editing/deleting/delete-tab-003-expected.txt: Removed.
* platform/mac/editing/deleting/delete-tab-004-expected.txt: Removed.
* platform/mac/editing/deleting/smart-delete-002-expected.txt: Removed.
* platform/mac/editing/inserting/insert-text-with-newlines-expected.txt: Removed.
* platform/mac/editing/style/smoosh-styles-003-expected.txt: Removed.
* platform/mac/editing/style/style-3681552-fix-001-expected.txt: Removed.
* platform/mac/editing/style/style-boundary-002-expected.txt: Removed.
* platform/mac/editing/style/style-boundary-003-expected.txt: Removed.
* platform/mac/editing/style/typing-style-001-expected.txt: Removed.
* platform/mac/editing/style/typing-style-002-expected.txt: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96297 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoRemove some of Chromium test expectations temporarily added for r96257.
rniwa@webkit.org [Thu, 29 Sep 2011 04:55:10 +0000 (04:55 +0000)]
Remove some of Chromium test expectations temporarily added for r96257.

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96296 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago.: Fix the WebKit2 WebGL build.
mrobinson@webkit.org [Thu, 29 Sep 2011 04:48:58 +0000 (04:48 +0000)]
.: Fix the WebKit2 WebGL build.

* configure.ac: Add -ldl to the OPENGL_LIBS.

Source/WebKit2: Fix the WebGL build on WebKit2 GTK+.

* GNUmakefile.am: Add OPENGL_LIBS to WebKit2 targets.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96295 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago<rdar://problem/10196497> first-letter after list marker not updated correctly
mitz@apple.com [Thu, 29 Sep 2011 04:12:42 +0000 (04:12 +0000)]
<rdar://problem/10196497> first-letter after list marker not updated correctly

Reviewed by Simon Fraser.

Source/WebCore:

Test: fast/dynamic/first-letter-after-list-marker.html

* rendering/RenderBlock.cpp:
(WebCore::RenderBlock::updateFirstLetter): Improved the logic for continuing past list markers
when trying to locate a first letter to update.

LayoutTests:

* fast/dynamic/first-letter-after-list-marker-expected.png: Added.
* fast/dynamic/first-letter-after-list-marker-expected.txt: Added.
* fast/dynamic/first-letter-after-list-marker.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96294 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoBuild fix pt 2 for r96286.
barraclough@apple.com [Thu, 29 Sep 2011 04:00:01 +0000 (04:00 +0000)]
Build fix pt 2 for r96286.

* assembler/MacroAssemblerCodeRef.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96293 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoAdd a test for accesskey in regard to iframes.
hayato@chromium.org [Thu, 29 Sep 2011 03:57:39 +0000 (03:57 +0000)]
Add a test for accesskey in regard to iframes.
https://bugs.webkit.org/show_bug.cgi?id=67642

Reviewed by Hajime Morita.

To catch any improvement of accesskey behavior in regard to
iframes, it'd be nice to add a test to verify the current behavior.

* fast/dom/access-key-iframe-expected.txt: Added.
* fast/dom/access-key-iframe.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96292 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[EFL] Remove useless assignment code in _ewk_tiled_backing_store_zoom_set_internal.
commit-queue@webkit.org [Thu, 29 Sep 2011 02:52:11 +0000 (02:52 +0000)]
[EFL] Remove useless assignment code in _ewk_tiled_backing_store_zoom_set_internal.
https://bugs.webkit.org/show_bug.cgi?id=68594

As the 1st assignment of local variable bx in _ewk_tiled_backing_store_zoom_set_internal
isn't effective at all, this patch just removes it.

Patch by KwangHyuk Kim <hyuki.kim@samsung.com> on 2011-09-28
Reviewed by Ryosuke Niwa.

* ewk/ewk_tiled_backing_store.c:
(_ewk_tiled_backing_store_zoom_set_internal):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96291 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoREGRESSION(r93858): Can't type anything into input elements when maxlength is greater...
tkent@chromium.org [Thu, 29 Sep 2011 02:49:45 +0000 (02:49 +0000)]
REGRESSION(r93858): Can't type anything into input elements when maxlength is greater than 2^31
https://bugs.webkit.org/show_bug.cgi?id=68981

Reviewed by Darin Adler.

Source/WebCore:

* html/parser/HTMLParserIdioms.cpp:
(WebCore::parseHTMLInteger):
Check the failure of charactersToIntStrict().
(WebCore::parseHTMLNonNegativeInteger):
Check the failure of charactersToUIntStrict().

LayoutTests:

* fast/forms/input-text-paste-maxlength-expected.txt:
* fast/forms/input-text-paste-maxlength.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96290 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoRun TestWebKitAPI on Chromium buildbots
commit-queue@webkit.org [Thu, 29 Sep 2011 02:37:33 +0000 (02:37 +0000)]
Run TestWebKitAPI on Chromium buildbots
https://bugs.webkit.org/show_bug.cgi?id=68678

Patch by Xianzhu Wang <wangxianzhu@chromium.org> on 2011-09-28
Reviewed by Tony Chang.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96289 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoBuild fix attempt for r96286.
rniwa@webkit.org [Thu, 29 Sep 2011 02:32:53 +0000 (02:32 +0000)]
Build fix attempt for r96286.

* assembler/MacroAssemblerCodeRef.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96288 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[EFL] Bump minimum requirement for eina.
ryuan.choi@samsung.com [Thu, 29 Sep 2011 02:27:29 +0000 (02:27 +0000)]
[EFL] Bump minimum requirement for eina.
https://bugs.webkit.org/show_bug.cgi?id=68994

Reviewed by Ryosuke Niwa.

* Source/cmake/FindEFL.cmake:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96287 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoDFG JIT Operations on 32_64 should use stdcall calling convention.
barraclough@apple.com [Thu, 29 Sep 2011 01:36:00 +0000 (01:36 +0000)]
DFG JIT Operations on 32_64 should use stdcall calling convention.
https://bugs.webkit.org/show_bug.cgi?id=69046

Reviewed by Sam Weinig.

All calls out are expecting stdcall conventions, but the default on OS X are cdecl.
Leave D_DFGOperation_DD calls as the one exception, since we want to be able to link
directly to std library functions like fmod - leave these calls obeying the default
platform calling convention.

* assembler/MacroAssemblerCodeRef.h:
(JSC::FunctionPtr::FunctionPtr):
    - Add implicit constructors for std calls.
* dfg/DFGJITCodeGenerator.h:
(JSC::DFG::callOperation):
    - Make this work non-Mac platforms.
* dfg/DFGOperations.cpp:
(JSC::DFG::operationPutByValInternal):
* dfg/DFGOperations.h:
    - Mark all operations as stdcalls.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96286 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoOne last GTK rebaseline for r96257.
rniwa@webkit.org [Thu, 29 Sep 2011 01:34:02 +0000 (01:34 +0000)]
One last GTK rebaseline for r96257.

* platform/gtk/editing/inserting/insert-at-end-02-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96285 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoChromium rebaseline for r96257 part 2.
rniwa@webkit.org [Thu, 29 Sep 2011 01:31:58 +0000 (01:31 +0000)]
Chromium rebaseline for r96257 part 2.

* platform/chromium-cg-mac-leopard/editing/deleting/table-cells-expected.png:
* platform/chromium-cg-mac-leopard/editing/execCommand/create-list-with-hr-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/execCommand/find-after-replace-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/execCommand/paste-1-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/execCommand/paste-2-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/inserting/4278698-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/pasteboard/3976872-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-2-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-3-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/selection/select-all-iframe-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/undo: Added.
* platform/chromium-cg-mac-leopard/editing/undo/4063751-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/unsupported-content: Added.
* platform/chromium-cg-mac-leopard/editing/unsupported-content/table-type-after-expected.png: Added.
* platform/chromium-cg-mac-leopard/editing/unsupported-content/table-type-before-expected.png: Added.
* platform/chromium-cg-mac/editing/deleting/table-cells-expected.png:
* platform/chromium-cg-mac/editing/execCommand/create-list-with-hr-expected.png: Added.
* platform/chromium-cg-mac/editing/execCommand/find-after-replace-expected.png: Added.
* platform/chromium-cg-mac/editing/execCommand/paste-1-expected.png: Added.
* platform/chromium-cg-mac/editing/execCommand/paste-2-expected.png: Added.
* platform/chromium-cg-mac/editing/inserting/4278698-expected.png: Added.
* platform/chromium-cg-mac/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
* platform/chromium-cg-mac/editing/pasteboard/3976872-expected.png: Added.
* platform/chromium-cg-mac/editing/pasteboard/4076267-2-expected.png: Added.
* platform/chromium-cg-mac/editing/pasteboard/4076267-3-expected.png: Added.
* platform/chromium-cg-mac/editing/pasteboard/4076267-expected.png: Added.
* platform/chromium-cg-mac/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
* platform/chromium-cg-mac/editing/selection/select-all-iframe-expected.png: Added.
* platform/chromium-cg-mac/editing/undo: Added.
* platform/chromium-cg-mac/editing/undo/4063751-expected.png: Added.
* platform/chromium-cg-mac/editing/unsupported-content: Added.
* platform/chromium-cg-mac/editing/unsupported-content/table-type-after-expected.png: Added.
* platform/chromium-cg-mac/editing/unsupported-content/table-type-before-expected.png: Added.
* platform/chromium-linux/editing/deleting/table-cells-expected.png:
* platform/chromium-linux/editing/execCommand/create-list-with-hr-expected.png:
* platform/chromium-linux/editing/execCommand/find-after-replace-expected.png:
* platform/chromium-linux/editing/execCommand/paste-1-expected.png:
* platform/chromium-linux/editing/execCommand/paste-2-expected.png:
* platform/chromium-linux/editing/inserting/4278698-expected.png:
* platform/chromium-linux/editing/inserting/paragraph-separator-in-table-2-expected.png:
* platform/chromium-linux/editing/pasteboard/3976872-expected.png:
* platform/chromium-linux/editing/pasteboard/4076267-2-expected.png:
* platform/chromium-linux/editing/pasteboard/4076267-3-expected.png:
* platform/chromium-linux/editing/pasteboard/4076267-expected.png:
* platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.png:
* platform/chromium-linux/editing/selection/select-all-iframe-expected.png:
* platform/chromium-linux/editing/undo/4063751-expected.png:
* platform/chromium-linux/editing/unsupported-content/table-type-after-expected.png:
* platform/chromium-linux/editing/unsupported-content/table-type-before-expected.png:
* platform/chromium-mac/editing/deleting/table-cells-expected.png:
* platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
* platform/chromium-mac/editing/execCommand/find-after-replace-expected.png:
* platform/chromium-mac/editing/execCommand/paste-1-expected.png:
* platform/chromium-mac/editing/execCommand/paste-2-expected.png:
* platform/chromium-mac/editing/inserting/4278698-expected.png:
* platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
* platform/chromium-mac/editing/pasteboard/3976872-expected.png:
* platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
* platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
* platform/chromium-mac/editing/pasteboard/4076267-expected.png:
* platform/chromium-mac/editing/pasteboard/paste-text-006-expected.png:
* platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
* platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
* platform/chromium-mac/editing/undo/4063751-expected.png:
* platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
* platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
* platform/chromium-win-vista/editing: Added.
* platform/chromium-win-vista/editing/deleting: Added.
* platform/chromium-win-vista/editing/deleting/table-cells-expected.png: Added.
* platform/chromium-win-vista/editing/execCommand: Added.
* platform/chromium-win-vista/editing/execCommand/create-list-with-hr-expected.png: Added.
* platform/chromium-win-vista/editing/execCommand/find-after-replace-expected.png: Added.
* platform/chromium-win-vista/editing/execCommand/paste-1-expected.png: Added.
* platform/chromium-win-vista/editing/execCommand/paste-2-expected.png: Added.
* platform/chromium-win-vista/editing/inserting: Added.
* platform/chromium-win-vista/editing/inserting/4278698-expected.png: Added.
* platform/chromium-win-vista/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
* platform/chromium-win-vista/editing/pasteboard: Added.
* platform/chromium-win-vista/editing/pasteboard/3976872-expected.png: Added.
* platform/chromium-win-vista/editing/pasteboard/4076267-2-expected.png: Added.
* platform/chromium-win-vista/editing/pasteboard/4076267-3-expected.png: Added.
* platform/chromium-win-vista/editing/pasteboard/4076267-expected.png: Added.
* platform/chromium-win-vista/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
* platform/chromium-win-vista/editing/selection: Added.
* platform/chromium-win-vista/editing/selection/select-all-iframe-expected.png: Added.
* platform/chromium-win-vista/editing/undo: Added.
* platform/chromium-win-vista/editing/undo/4063751-expected.png: Added.
* platform/chromium-win-vista/editing/unsupported-content: Added.
* platform/chromium-win-vista/editing/unsupported-content/table-type-after-expected.png: Added.
* platform/chromium-win-vista/editing/unsupported-content/table-type-before-expected.png: Added.
* platform/chromium-win/editing/deleting/table-cells-expected.png:
* platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
* platform/chromium-win/editing/execCommand/find-after-replace-expected.png:
* platform/chromium-win/editing/execCommand/paste-1-expected.png:
* platform/chromium-win/editing/execCommand/paste-2-expected.png:
* platform/chromium-win/editing/inserting/4278698-expected.png:
* platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.png:
* platform/chromium-win/editing/pasteboard/3976872-expected.png:
* platform/chromium-win/editing/pasteboard/4076267-2-expected.png:
* platform/chromium-win/editing/pasteboard/4076267-3-expected.png:
* platform/chromium-win/editing/pasteboard/4076267-expected.png:
* platform/chromium-win/editing/pasteboard/paste-text-006-expected.png:
* platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.png:
* platform/chromium-win/editing/selection/select-all-iframe-expected.png:
* platform/chromium-win/editing/undo/4063751-expected.png:
* platform/chromium-win/editing/unsupported-content/table-type-after-expected.png:
* platform/chromium-win/editing/unsupported-content/table-type-before-expected.png:
* platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Removed.
* platform/mac/editing/pasteboard/paste-text-006-expected.txt: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96284 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoRemove unused createRootLayerPainter from CCLayerTreeHostClient
commit-queue@webkit.org [Thu, 29 Sep 2011 01:28:54 +0000 (01:28 +0000)]
Remove unused createRootLayerPainter from CCLayerTreeHostClient
https://bugs.webkit.org/show_bug.cgi?id=69042

Patch by Antoine Labour <piman@chromium.org> on 2011-09-28
Reviewed by James Robinson.

No new test needed: no semantic change.

* platform/graphics/chromium/cc/CCLayerTreeHost.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96283 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agogarden-o-matic results should anticipate 0 unexpected failures.
dglazkov@chromium.org [Thu, 29 Sep 2011 01:03:30 +0000 (01:03 +0000)]
garden-o-matic results should anticipate 0 unexpected failures.
https://bugs.webkit.org/show_bug.cgi?id=69036

Also fixes controllers: UnexpectedFailures test.

Reviewed by Adam Barth.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/results.js: Tweaked.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96282 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoOnly resolve direction aware properties when properties are direction aware.
macpherson@chromium.org [Thu, 29 Sep 2011 01:01:13 +0000 (01:01 +0000)]
Only resolve direction aware properties when properties are direction aware.
https://bugs.webkit.org/show_bug.cgi?id=68968

Reviewed by Eric Seidel.

No new tests / no functionality changed.

Profiling showed a ~8% improvement in applyProperty by not calling resolveDirectionAwareProperty for every property.

* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::applyProperty):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96281 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoDFG JIT falls back on numerical comparisons when it does not
fpizlo@apple.com [Thu, 29 Sep 2011 00:47:07 +0000 (00:47 +0000)]
DFG JIT falls back on numerical comparisons when it does not
recognize a prediction
https://bugs.webkit.org/show_bug.cgi?id=68977

Reviewed by Geoffrey Garen.

This fixes both the way comparison implementations are selected. It
also fixes a bug where comparisons other than equality (like < or >)
on objects are compiled as if the comparison was equality.

* dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::compare):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96280 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoASSERT if WebView's UIDelegate does not implement webView:runOpenPanel
joepeck@webkit.org [Thu, 29 Sep 2011 00:45:26 +0000 (00:45 +0000)]
ASSERT if WebView's UIDelegate does not implement webView:runOpenPanel
https://bugs.webkit.org/show_bug.cgi?id=69037

Reviewed by Alexey Proskuryakov.

* WebCoreSupport/WebChromeClient.mm:
(WebChromeClient::runOpenPanel):
If no delegate is implemented, dismiss the listener
with a cancel. It expects some action.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96279 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agofast/dom/scroll-element-to-rect.html fails on WK1 Mac port
simon.fraser@apple.com [Thu, 29 Sep 2011 00:45:20 +0000 (00:45 +0000)]
fast/dom/scroll-element-to-rect.html fails on WK1 Mac port
https://bugs.webkit.org/show_bug.cgi?id=68815

Source/WebCore:

Reviewed by Dan Bernstein.

FrameView::scrollElementToRect() was incorrectly using Element::boundsInWindowSpace(),
which is window-relative (not web view-relative), and has flipped coordinates
in WebKit1.

Change to use Node::getRect() which is what the author intended.

* dom/Element.h:
* page/FrameView.cpp:
(WebCore::FrameView::scrollElementToRect):

LayoutTests:

Reviewed by Dan Bernstein.

Fix these tests to not throw errors when window.internals is not available.

* fast/dom/scroll-element-to-rect-centered.html:
* fast/dom/scroll-element-to-rect.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96278 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoQt rebsaeline after r96257. It seems like the difference is coming from the font...
rniwa@webkit.org [Thu, 29 Sep 2011 00:32:26 +0000 (00:32 +0000)]
Qt rebsaeline after r96257. It seems like the difference is coming from the font used in select element.

* platform/qt/editing/pasteboard/select-element-1-expected.txt: Copied from
LayoutTests/editing/pasteboard/select-element-1-expected.txt.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96277 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoDon't clamp cubic-bezier timing functions between 0 and 1
commit-queue@webkit.org [Thu, 29 Sep 2011 00:29:11 +0000 (00:29 +0000)]
Don't clamp cubic-bezier timing functions between 0 and 1
https://bugs.webkit.org/show_bug.cgi?id=45761

Source/WebCore:

Remove the limitation of clamping the cubic-bezier timing function
values between 0 and 1, following the specification change made on
April 5 of this year.

Patch by Peter Beverloo <peter@chromium.org> on 2011-09-28
Reviewed by Dean Jackson.

Tests: transitions/cubic-bezier-overflow-color.html
       transitions/cubic-bezier-overflow-length.html
       transitions/cubic-bezier-overflow-shadow.html
       transitions/cubic-bezier-overflow-svg-length.html
       transitions/cubic-bezier-overflow-transform.html

* css/CSSParser.cpp:
(WebCore::CSSParser::parseCubicBezierTimingFunctionValue):

LayoutTests:

Test overflow behavior of colors, lengths, svg lengths,
shadows and transforms (through rotations). Update the
timing function test to check for now valid values.

Patch by Peter Beverloo <peter@chromium.org> on 2011-09-28
Reviewed by Dean Jackson.

* fast/css/transition-timing-function-expected.txt:
* fast/css/transition-timing-function.html:
* transitions/cubic-bezier-overflow-color-expected.txt: Added.
* transitions/cubic-bezier-overflow-color.html: Added.
* transitions/cubic-bezier-overflow-length-expected.txt: Added.
* transitions/cubic-bezier-overflow-length.html: Added.
* transitions/cubic-bezier-overflow-shadow-expected.txt: Added.
* transitions/cubic-bezier-overflow-shadow.html: Added.
* transitions/cubic-bezier-overflow-svg-length-expected.txt: Added.
* transitions/cubic-bezier-overflow-svg-length.html: Added.
* transitions/cubic-bezier-overflow-transform-expected.txt: Added.
* transitions/cubic-bezier-overflow-transform.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96276 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoMore GTK rebaselines after r96257.
rniwa@webkit.org [Thu, 29 Sep 2011 00:24:07 +0000 (00:24 +0000)]
More GTK rebaselines after r96257.

* platform/gtk/editing/deleting/delete-block-contents-001-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/gtk/editing/deleting/delete-line-005-expected.txt:
* platform/gtk/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/gtk/editing/deleting/regional-indicators-expected.txt:
* platform/gtk/editing/deleting/table-cells-expected.txt:
* platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/gtk/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-005-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96275 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoRemove Chromium failing expectations for tests that now pass.
mihaip@chromium.org [Thu, 29 Sep 2011 00:21:30 +0000 (00:21 +0000)]
Remove Chromium failing expectations for tests that now pass.

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96274 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoChromium rebaseline for r96257 part 1.
rniwa@webkit.org [Thu, 29 Sep 2011 00:20:47 +0000 (00:20 +0000)]
Chromium rebaseline for r96257 part 1.

* platform/chromium-cg-mac-leopard/editing/pasteboard/paste-text-008-expected.png: Removed.
* platform/chromium-linux/editing/deleting/smart-delete-001-expected.txt:
* platform/chromium-linux/editing/deleting/smart-delete-003-expected.txt:
* platform/chromium-linux/editing/deleting/smart-delete-004-expected.txt:
* platform/chromium-linux/editing/deleting/table-cells-expected.png:
* platform/chromium-linux/editing/execCommand/create-list-with-hr-expected.png:
* platform/chromium-linux/editing/execCommand/find-after-replace-expected.png:
* platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.png:
* platform/chromium-linux/editing/execCommand/paste-1-expected.png:
* platform/chromium-linux/editing/execCommand/paste-2-expected.png:
* platform/chromium-linux/editing/inserting/4278698-expected.png:
* platform/chromium-linux/editing/inserting/paragraph-separator-in-table-2-expected.png:
* platform/chromium-linux/editing/pasteboard/3976872-expected.png:
* platform/chromium-linux/editing/pasteboard/4076267-2-expected.png:
* platform/chromium-linux/editing/pasteboard/4076267-3-expected.png:
* platform/chromium-linux/editing/pasteboard/4076267-expected.png:
* platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.png:
* platform/chromium-linux/editing/selection/node-removal-1-expected.png:
* platform/chromium-linux/editing/selection/select-all-iframe-expected.png:
* platform/chromium-linux/editing/undo/4063751-expected.png:
* platform/chromium-linux/editing/unsupported-content/table-type-after-expected.png:
* platform/chromium-linux/editing/unsupported-content/table-type-before-expected.png:
* platform/chromium-mac/editing/deleting/table-cells-expected.png:
* platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
* platform/chromium-mac/editing/execCommand/find-after-replace-expected.png:
* platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
* platform/chromium-mac/editing/execCommand/paste-1-expected.png:
* platform/chromium-mac/editing/execCommand/paste-2-expected.png:
* platform/chromium-mac/editing/inserting/4278698-expected.png:
* platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
* platform/chromium-mac/editing/pasteboard/3976872-expected.png:
* platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
* platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
* platform/chromium-mac/editing/pasteboard/4076267-expected.png:
* platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
* platform/chromium-mac/editing/selection/node-removal-1-expected.png:
* platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
* platform/chromium-mac/editing/undo/4063751-expected.png:
* platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
* platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
* platform/chromium-win-xp/editing/pasteboard: Removed.
* platform/chromium-win/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3608445-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3608462-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3775172-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3800834-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3857753-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3865854-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3928305-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-3959464-fix-expected.txt:
* platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Added.
* platform/chromium-win/editing/deleting/delete-and-undo-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-contents-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-contents-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-contents-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-005-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-008-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-017-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-023-expected.txt:
* platform/chromium-win/editing/deleting/delete-block-merge-contents-024-expected.txt:
* platform/chromium-win/editing/deleting/delete-br-008-expected.txt:
* platform/chromium-win/editing/deleting/delete-br-010-expected.txt:
* platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-first-list-item-expected.txt:
* platform/chromium-win/editing/deleting/delete-image-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-image-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-image-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-image-004-expected.txt:
* platform/chromium-win/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-003-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-004-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-005-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-006-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-007-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-008-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-009-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-010-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-012-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-013-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-014-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-015-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-016-expected.txt:
* platform/chromium-win/editing/deleting/delete-line-017-expected.txt:
* platform/chromium-win/editing/deleting/delete-listitem-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-listitem-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-selection-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/chromium-win/editing/deleting/forward-delete-expected.txt:
* platform/chromium-win/editing/deleting/list-item-1-expected.txt:
* platform/chromium-win/editing/deleting/merge-different-styles-expected.txt:
* platform/chromium-win/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/chromium-win/editing/deleting/merge-no-br-expected.txt:
* platform/chromium-win/editing/deleting/non-smart-delete-expected.txt:
* platform/chromium-win/editing/deleting/pruning-after-merge-2-expected.txt:
* platform/chromium-win/editing/deleting/smart-delete-001-expected.txt:
* platform/chromium-win/editing/deleting/table-cells-expected.png:
* platform/chromium-win/editing/deleting/table-cells-expected.txt:
* platform/chromium-win/editing/execCommand/4641880-1-expected.txt:
* platform/chromium-win/editing/execCommand/4641880-2-expected.txt:
* platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
* platform/chromium-win/editing/execCommand/create-list-with-hr-expected.txt:
* platform/chromium-win/editing/execCommand/find-after-replace-expected.png:
* platform/chromium-win/editing/execCommand/find-after-replace-expected.txt:
* platform/chromium-win/editing/execCommand/format-block-with-trailing-br-expected.txt:
* platform/chromium-win/editing/execCommand/indent-list-item-expected.txt:
* platform/chromium-win/editing/execCommand/indent-selection-expected.txt:
* platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.txt:
* platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.png:
* platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/chromium-win/editing/execCommand/nsresponder-indent-expected.txt:
* platform/chromium-win/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/chromium-win/editing/execCommand/paste-1-expected.png:
* platform/chromium-win/editing/execCommand/paste-1-expected.txt:
* platform/chromium-win/editing/execCommand/paste-2-expected.png:
* platform/chromium-win/editing/execCommand/paste-2-expected.txt:
* platform/chromium-win/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/chromium-win/editing/execCommand/remove-list-item-1-expected.txt:
* platform/chromium-win/editing/inserting/4278698-expected.png:
* platform/chromium-win/editing/inserting/4278698-expected.txt:
* platform/chromium-win/editing/inserting/editing-empty-divs-expected.txt:
* platform/chromium-win/editing/inserting/insert-3654864-fix-expected.txt:
* platform/chromium-win/editing/inserting/insert-3775316-fix-expected.txt:
* platform/chromium-win/editing/inserting/insert-3851164-fix-expected.txt:
* platform/chromium-win/editing/inserting/insert-after-delete-001-expected.txt:
* platform/chromium-win/editing/inserting/insert-at-end-01-expected.txt:
* platform/chromium-win/editing/inserting/insert-at-end-02-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-001-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-003-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-005-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-006-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-007-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-008-expected.txt:
* platform/chromium-win/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-001-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-002-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-003-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-005-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-006-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-007-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-008-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-009-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-010-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-020-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-023-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-024-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-025-expected.txt:
* platform/chromium-win/editing/inserting/insert-div-026-expected.txt:
* platform/chromium-win/editing/inserting/insert-space-in-empty-doc-expected.txt:
* platform/chromium-win/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/chromium-win/editing/inserting/multiple-lines-selected-expected.txt:
* platform/chromium-win/editing/inserting/paragraph-separator-03-expected.txt:
* platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.png:
* platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/chromium-win/editing/inserting/redo-expected.txt:
* platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/chromium-win/editing/inserting/typing-001-expected.txt:
* platform/chromium-win/editing/inserting/typing-002-expected.txt:
* platform/chromium-win/editing/inserting/typing-003-expected.txt:
* platform/chromium-win/editing/inserting/typing-around-br-001-expected.txt:
* platform/chromium-win/editing/inserting/typing-around-image-001-expected.txt:
* platform/chromium-win/editing/pasteboard/3976872-expected.png:
* platform/chromium-win/editing/pasteboard/3976872-expected.txt:
* platform/chromium-win/editing/pasteboard/4076267-2-expected.png:
* platform/chromium-win/editing/pasteboard/4076267-2-expected.txt:
* platform/chromium-win/editing/pasteboard/4076267-3-expected.png:
* platform/chromium-win/editing/pasteboard/4076267-3-expected.txt:
* platform/chromium-win/editing/pasteboard/4076267-expected.png:
* platform/chromium-win/editing/pasteboard/4076267-expected.txt:
* platform/chromium-win/editing/pasteboard/8145-3-expected.txt:
* platform/chromium-win/editing/pasteboard/bad-placeholder-expected.txt:
* platform/chromium-win/editing/pasteboard/cut-text-001-expected.txt:
* platform/chromium-win/editing/pasteboard/displaced-generic-placeholder-expected.txt:
* platform/chromium-win/editing/pasteboard/displaced-placeholder-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-after-delete-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/chromium-win/editing/pasteboard/merge-end-borders-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-table-003-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-table-cells-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-004-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-005-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-006-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-007-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-019-expected.txt:
* platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/chromium-win/editing/pasteboard/pasting-object-expected.txt:
* platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
* platform/chromium-win/editing/pasteboard/smart-paste-008-expected.txt:
* platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.png:
* platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.txt:
* platform/chromium-win/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/chromium-win/editing/selection/node-removal-1-expected.png:
* platform/chromium-win/editing/selection/node-removal-1-expected.txt:
* platform/chromium-win/editing/selection/node-removal-2-expected.txt:
* platform/chromium-win/editing/selection/replace-selection-1-expected.txt:
* platform/chromium-win/editing/selection/select-all-iframe-expected.png:
* platform/chromium-win/editing/selection/select-all-iframe-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-001-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-002-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-003-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-004-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-007-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-009-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-010-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-011-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-012-expected.txt:
* platform/chromium-win/editing/style/create-block-for-style-013-expected.txt:
* platform/chromium-win/editing/style/designmode-expected.txt:
* platform/chromium-win/editing/style/relative-font-size-change-001-expected.txt:
* platform/chromium-win/editing/style/relative-font-size-change-002-expected.txt:
* platform/chromium-win/editing/style/smoosh-styles-001-expected.txt:
* platform/chromium-win/editing/style/smoosh-styles-003-expected.png:
* platform/chromium-win/editing/style/smoosh-styles-003-expected.txt:
* platform/chromium-win/editing/style/style-3998892-fix-expected.txt:
* platform/chromium-win/editing/style/style-boundary-001-expected.txt:
* platform/chromium-win/editing/style/style-boundary-004-expected.txt:
* platform/chromium-win/editing/style/unbold-in-bold-expected.txt:
* platform/chromium-win/editing/undo/4063751-expected.png:
* platform/chromium-win/editing/undo/4063751-expected.txt:
* platform/chromium-win/editing/undo/redo-typing-001-expected.txt:
* platform/chromium-win/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/chromium-win/editing/undo/undo-combined-delete-expected.txt:
* platform/chromium-win/editing/undo/undo-delete-boundary-expected.txt:
* platform/chromium-win/editing/undo/undo-delete-expected.txt:
* platform/chromium-win/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/chromium-win/editing/undo/undo-forward-delete-expected.txt:
* platform/chromium-win/editing/undo/undo-misspellings-expected.txt:
* platform/chromium-win/editing/undo/undo-typing-001-expected.txt:
* platform/chromium-win/editing/unsupported-content/list-delete-001-expected.txt:
* platform/chromium-win/editing/unsupported-content/list-delete-003-expected.txt:
* platform/chromium-win/editing/unsupported-content/list-type-after-expected.txt:
* platform/chromium-win/editing/unsupported-content/list-type-before-expected.txt:
* platform/chromium-win/editing/unsupported-content/table-delete-001-expected.txt:
* platform/chromium-win/editing/unsupported-content/table-delete-002-expected.txt:
* platform/chromium-win/editing/unsupported-content/table-delete-003-expected.txt:
* platform/chromium-win/editing/unsupported-content/table-type-after-expected.png:
* platform/chromium-win/editing/unsupported-content/table-type-after-expected.txt:
* platform/chromium-win/editing/unsupported-content/table-type-before-expected.png:
* platform/chromium-win/editing/unsupported-content/table-type-before-expected.txt:
* platform/chromium-win/fast/dynamic/move-node-with-selection-expected.txt:
* platform/chromium-win/svg/custom/use-clipped-hit-expected.txt:
* platform/gtk/editing/deleting/delete-br-010-expected.txt: Removed.
* platform/gtk/editing/inserting/insert-div-010-expected.txt: Removed.
* platform/mac/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Removed.
* platform/mac/editing/deleting/delete-br-011-expected.txt: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96273 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoModify new-run-webkit-tests to return the percentage difference in image diffs where...
dpranke@chromium.org [Thu, 29 Sep 2011 00:09:39 +0000 (00:09 +0000)]
Modify new-run-webkit-tests to return the percentage difference in image diffs where possible.

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

Reviewed by Eric Seidel.

Tools:

Nearly all of the work in this was done by Simon Fraser; I'm
just repackaging it and cleaning it up a bit. This change
modifies port.diff_image() to return a tuple of (pass/fail,
%age), adds the value to the FailureImageHashMismatch, and
writes the value into the full_results.json files to be
displayed in the results page.

* Scripts/webkitpy/layout_tests/controllers/manager.py:
* Scripts/webkitpy/layout_tests/controllers/single_test_runner.py:
* Scripts/webkitpy/layout_tests/layout_package/test_result_writer.py:
* Scripts/webkitpy/layout_tests/models/test_failures.py:
* Scripts/webkitpy/layout_tests/port/base.py:
* Scripts/webkitpy/layout_tests/port/chromium.py:
* Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
* Scripts/webkitpy/layout_tests/port/port_testcase.py:
* Scripts/webkitpy/layout_tests/port/test.py:
* Scripts/webkitpy/layout_tests/port/webkit.py:
* Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:

LayoutTests:

* fast/harness/resources/results-test.js:
(mockExpectation):
(runDefaultSingleRowTest):
():
* fast/harness/results.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96272 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoWinCairo build fix.
bfulgham@webkit.org [Thu, 29 Sep 2011 00:09:02 +0000 (00:09 +0000)]
WinCairo build fix.

* WebProcess/WebPage/WebFrame.h: Add include of <wtc/RetainPtr.h>

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96271 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoDelayNode must set the context on delayTime AudioParam to support automation
crogers@google.com [Thu, 29 Sep 2011 00:06:06 +0000 (00:06 +0000)]
DelayNode must set the context on delayTime AudioParam to support automation
https://bugs.webkit.org/show_bug.cgi?id=68828

Reviewed by Kenneth Russell.

Source/WebCore:

Test: webaudio/delaynode-scheduling.html

* webaudio/DelayNode.cpp:
(WebCore::DelayNode::DelayNode):

LayoutTests:

* webaudio/delaynode-scheduling-expected.txt: Added.
* webaudio/delaynode-scheduling.html: Added.
* webaudio/delaynode.html:
* webaudio/resources/delay-testing.js: Added.
(createToneBuffer):
(checkDelayedResult.return.var):
(checkDelayedResult):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96270 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoMore Mac rebaselines for r96257.
rniwa@webkit.org [Thu, 29 Sep 2011 00:02:29 +0000 (00:02 +0000)]
More Mac rebaselines for r96257.

* platform/mac/editing/execCommand/insertHorizontalRule-expected.png:
* platform/mac/editing/selection/node-removal-1-expected.png:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96269 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoAdd myself to committers.py
haraken@chromium.org [Thu, 29 Sep 2011 00:00:33 +0000 (00:00 +0000)]
Add myself to committers.py

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96268 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoAdd failing Chromium expectations after r96257.
mihaip@chromium.org [Wed, 28 Sep 2011 23:56:30 +0000 (23:56 +0000)]
Add failing Chromium expectations after r96257.

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96267 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoGTK rebaseline for r96257.
rniwa@webkit.org [Wed, 28 Sep 2011 23:24:24 +0000 (23:24 +0000)]
GTK rebaseline for r96257.

* platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3608445-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3608462-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3775172-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3800834-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3857753-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3865854-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3928305-fix-expected.txt:
* platform/gtk/editing/deleting/delete-3959464-fix-expected.txt:
* platform/gtk/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/gtk/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/gtk/editing/deleting/delete-and-undo-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/gtk/editing/deleting/delete-block-contents-001-expected.txt:
* platform/gtk/editing/deleting/delete-block-contents-002-expected.txt:
* platform/gtk/editing/deleting/delete-block-contents-003-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-005-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-008-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-017-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-023-expected.txt:
* platform/gtk/editing/deleting/delete-block-merge-contents-024-expected.txt:
* platform/gtk/editing/deleting/delete-br-008-expected.txt:
* platform/gtk/editing/deleting/delete-br-010-expected.txt:
* platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt:
* platform/gtk/editing/deleting/delete-first-list-item-expected.txt:
* platform/gtk/editing/deleting/delete-image-001-expected.txt:
* platform/gtk/editing/deleting/delete-image-002-expected.txt:
* platform/gtk/editing/deleting/delete-image-003-expected.txt:
* platform/gtk/editing/deleting/delete-image-004-expected.txt:
* platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/gtk/editing/deleting/delete-line-001-expected.txt:
* platform/gtk/editing/deleting/delete-line-002-expected.txt:
* platform/gtk/editing/deleting/delete-line-003-expected.txt:
* platform/gtk/editing/deleting/delete-line-004-expected.txt:
* platform/gtk/editing/deleting/delete-line-005-expected.txt:
* platform/gtk/editing/deleting/delete-line-006-expected.txt:
* platform/gtk/editing/deleting/delete-line-007-expected.txt:
* platform/gtk/editing/deleting/delete-line-008-expected.txt:
* platform/gtk/editing/deleting/delete-line-009-expected.txt:
* platform/gtk/editing/deleting/delete-line-010-expected.txt:
* platform/gtk/editing/deleting/delete-line-011-expected.txt:
* platform/gtk/editing/deleting/delete-line-012-expected.txt:
* platform/gtk/editing/deleting/delete-line-013-expected.txt:
* platform/gtk/editing/deleting/delete-line-014-expected.txt:
* platform/gtk/editing/deleting/delete-line-015-expected.txt:
* platform/gtk/editing/deleting/delete-line-016-expected.txt:
* platform/gtk/editing/deleting/delete-line-017-expected.txt:
* platform/gtk/editing/deleting/delete-listitem-001-expected.txt:
* platform/gtk/editing/deleting/delete-listitem-002-expected.txt:
* platform/gtk/editing/deleting/delete-selection-001-expected.txt:
* platform/gtk/editing/deleting/delete-tab-001-expected.txt:
* platform/gtk/editing/deleting/delete-tab-002-expected.txt:
* platform/gtk/editing/deleting/delete-tab-003-expected.txt:
* platform/gtk/editing/deleting/delete-tab-004-expected.txt:
* platform/gtk/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/gtk/editing/deleting/forward-delete-expected.txt:
* platform/gtk/editing/deleting/list-item-1-expected.txt:
* platform/gtk/editing/deleting/merge-different-styles-expected.txt:
* platform/gtk/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/gtk/editing/deleting/merge-no-br-expected.txt:
* platform/gtk/editing/deleting/non-smart-delete-expected.txt:
* platform/gtk/editing/deleting/pruning-after-merge-2-expected.txt:
* platform/gtk/editing/deleting/smart-delete-001-expected.txt:
* platform/gtk/editing/deleting/smart-delete-002-expected.txt:
* platform/gtk/editing/deleting/table-cells-expected.txt:
* platform/gtk/editing/execCommand/4641880-1-expected.txt:
* platform/gtk/editing/execCommand/4641880-2-expected.txt:
* platform/gtk/editing/execCommand/create-list-with-hr-expected.txt:
* platform/gtk/editing/execCommand/find-after-replace-expected.txt:
* platform/gtk/editing/execCommand/format-block-with-trailing-br-expected.txt:
* platform/gtk/editing/execCommand/indent-list-item-expected.txt:
* platform/gtk/editing/execCommand/indent-selection-expected.txt:
* platform/gtk/editing/execCommand/insert-list-and-stitch-expected.txt:
* platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/gtk/editing/execCommand/nsresponder-indent-expected.txt:
* platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/gtk/editing/execCommand/paste-1-expected.txt:
* platform/gtk/editing/execCommand/paste-2-expected.txt:
* platform/gtk/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/gtk/editing/execCommand/remove-list-item-1-expected.txt:
* platform/gtk/editing/inserting/4278698-expected.txt:
* platform/gtk/editing/inserting/editing-empty-divs-expected.txt:
* platform/gtk/editing/inserting/insert-3654864-fix-expected.txt:
* platform/gtk/editing/inserting/insert-3775316-fix-expected.txt:
* platform/gtk/editing/inserting/insert-3851164-fix-expected.txt:
* platform/gtk/editing/inserting/insert-after-delete-001-expected.txt:
* platform/gtk/editing/inserting/insert-at-end-01-expected.txt:
* platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
* platform/gtk/editing/inserting/insert-br-001-expected.txt:
* platform/gtk/editing/inserting/insert-br-003-expected.txt:
* platform/gtk/editing/inserting/insert-br-005-expected.txt:
* platform/gtk/editing/inserting/insert-br-006-expected.txt:
* platform/gtk/editing/inserting/insert-br-007-expected.txt:
* platform/gtk/editing/inserting/insert-br-008-expected.txt:
* platform/gtk/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/gtk/editing/inserting/insert-div-001-expected.txt:
* platform/gtk/editing/inserting/insert-div-002-expected.txt:
* platform/gtk/editing/inserting/insert-div-003-expected.txt:
* platform/gtk/editing/inserting/insert-div-005-expected.txt:
* platform/gtk/editing/inserting/insert-div-006-expected.txt:
* platform/gtk/editing/inserting/insert-div-007-expected.txt:
* platform/gtk/editing/inserting/insert-div-008-expected.txt:
* platform/gtk/editing/inserting/insert-div-009-expected.txt:
* platform/gtk/editing/inserting/insert-div-010-expected.txt:
* platform/gtk/editing/inserting/insert-div-020-expected.txt:
* platform/gtk/editing/inserting/insert-div-023-expected.txt:
* platform/gtk/editing/inserting/insert-div-024-expected.txt:
* platform/gtk/editing/inserting/insert-div-025-expected.txt:
* platform/gtk/editing/inserting/insert-div-026-expected.txt:
* platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt:
* platform/gtk/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/gtk/editing/inserting/multiple-lines-selected-expected.txt:
* platform/gtk/editing/inserting/paragraph-separator-03-expected.txt:
* platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/gtk/editing/inserting/redo-expected.txt:
* platform/gtk/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/gtk/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/gtk/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/gtk/editing/inserting/typing-001-expected.txt:
* platform/gtk/editing/inserting/typing-002-expected.txt:
* platform/gtk/editing/inserting/typing-003-expected.txt:
* platform/gtk/editing/inserting/typing-around-br-001-expected.txt:
* platform/gtk/editing/inserting/typing-around-image-001-expected.txt:
* platform/gtk/editing/inserting/typing-at-end-of-line-expected.txt:
* platform/gtk/editing/pasteboard/3976872-expected.txt:
* platform/gtk/editing/pasteboard/4076267-2-expected.txt:
* platform/gtk/editing/pasteboard/4076267-3-expected.txt:
* platform/gtk/editing/pasteboard/4076267-expected.txt:
* platform/gtk/editing/pasteboard/8145-3-expected.txt:
* platform/gtk/editing/pasteboard/bad-placeholder-expected.txt:
* platform/gtk/editing/pasteboard/cut-text-001-expected.txt:
* platform/gtk/editing/pasteboard/displaced-generic-placeholder-expected.txt:
* platform/gtk/editing/pasteboard/displaced-placeholder-expected.txt:
* platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
* platform/gtk/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/gtk/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/gtk/editing/pasteboard/merge-after-delete-expected.txt:
* platform/gtk/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/gtk/editing/pasteboard/merge-end-borders-expected.txt:
* platform/gtk/editing/pasteboard/paste-4035648-fix-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/gtk/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/gtk/editing/pasteboard/paste-table-003-expected.txt:
* platform/gtk/editing/pasteboard/paste-table-cells-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-004-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-005-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-006-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-007-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-016-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-019-expected.txt:
* platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/gtk/editing/pasteboard/paste-xml-expected.txt:
* platform/gtk/editing/pasteboard/pasting-object-expected.txt:
* platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
* platform/gtk/editing/pasteboard/smart-paste-008-expected.txt:
* platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/gtk/editing/pasteboard/undoable-fragment-removes-expected.txt:
* platform/gtk/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/gtk/editing/selection/node-removal-1-expected.txt:
* platform/gtk/editing/selection/node-removal-2-expected.txt:
* platform/gtk/editing/selection/replace-selection-1-expected.txt:
* platform/gtk/editing/selection/select-all-iframe-expected.txt:
* platform/gtk/editing/spelling/spelling-expected.txt:
* platform/gtk/editing/style/create-block-for-style-001-expected.txt:
* platform/gtk/editing/style/create-block-for-style-002-expected.txt:
* platform/gtk/editing/style/create-block-for-style-003-expected.txt:
* platform/gtk/editing/style/create-block-for-style-004-expected.txt:
* platform/gtk/editing/style/create-block-for-style-007-expected.txt:
* platform/gtk/editing/style/create-block-for-style-009-expected.txt:
* platform/gtk/editing/style/create-block-for-style-010-expected.txt:
* platform/gtk/editing/style/create-block-for-style-011-expected.txt:
* platform/gtk/editing/style/create-block-for-style-012-expected.txt:
* platform/gtk/editing/style/create-block-for-style-013-expected.txt:
* platform/gtk/editing/style/designmode-expected.txt:
* platform/gtk/editing/style/relative-font-size-change-001-expected.txt:
* platform/gtk/editing/style/relative-font-size-change-002-expected.txt:
* platform/gtk/editing/style/smoosh-styles-001-expected.txt:
* platform/gtk/editing/style/smoosh-styles-003-expected.txt:
* platform/gtk/editing/style/style-3681552-fix-001-expected.txt:
* platform/gtk/editing/style/style-3681552-fix-002-expected.txt:
* platform/gtk/editing/style/style-3998892-fix-expected.txt:
* platform/gtk/editing/style/style-boundary-001-expected.txt:
* platform/gtk/editing/style/style-boundary-002-expected.txt:
* platform/gtk/editing/style/style-boundary-003-expected.txt:
* platform/gtk/editing/style/style-boundary-004-expected.txt:
* platform/gtk/editing/style/style-boundary-005-expected.txt:
* platform/gtk/editing/style/typing-style-001-expected.txt:
* platform/gtk/editing/style/typing-style-002-expected.txt:
* platform/gtk/editing/style/unbold-in-bold-expected.txt:
* platform/gtk/editing/undo/4063751-expected.txt:
* platform/gtk/editing/undo/redo-typing-001-expected.txt:
* platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/gtk/editing/undo/undo-combined-delete-expected.txt:
* platform/gtk/editing/undo/undo-delete-boundary-expected.txt:
* platform/gtk/editing/undo/undo-delete-expected.txt:
* platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/gtk/editing/undo/undo-forward-delete-expected.txt:
* platform/gtk/editing/undo/undo-misspellings-expected.txt:
* platform/gtk/editing/undo/undo-typing-001-expected.txt:
* platform/gtk/editing/unsupported-content/list-delete-001-expected.txt:
* platform/gtk/editing/unsupported-content/list-delete-003-expected.txt:
* platform/gtk/editing/unsupported-content/list-type-after-expected.txt:
* platform/gtk/editing/unsupported-content/list-type-before-expected.txt:
* platform/gtk/editing/unsupported-content/table-delete-001-expected.txt:
* platform/gtk/editing/unsupported-content/table-delete-002-expected.txt:
* platform/gtk/editing/unsupported-content/table-delete-003-expected.txt:
* platform/gtk/editing/unsupported-content/table-type-after-expected.txt:
* platform/gtk/editing/unsupported-content/table-type-before-expected.txt:
* platform/gtk/fast/dynamic/move-node-with-selection-expected.txt:
* platform/gtk/fast/events/updateLayoutForHitTest-expected.txt:
* platform/gtk/fast/repaint/selection-clear-expected.txt:
* platform/gtk/svg/custom/use-clipped-hit-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96266 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agogarden-o-matic shouldn't depend on test-results.appspot.com
abarth@webkit.org [Wed, 28 Sep 2011 22:25:38 +0000 (22:25 +0000)]
garden-o-matic shouldn't depend on test-results.appspot.com
https://bugs.webkit.org/show_bug.cgi?id=69019

Reviewed by Dimitri Glazkov.

This patch moves garden-o-matic from getting full_results.json from
test-results.appspot.com to getting that information directly from the
buildbot.  This patch improve the load time and accuracy of
garden-o-matic because test-results.appspot.com is slow and is dropping
a significant number of writes (see
https://bugs.webkit.org/show_bug.cgi?id=68748).

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/net.js:
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/results.js:
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/results_unittests.js:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96265 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoMac rebaseline for r96257.
rniwa@webkit.org [Wed, 28 Sep 2011 22:05:06 +0000 (22:05 +0000)]
Mac rebaseline for r96257.

Also fixed editing/deleting/regional-indicators.html as done in the original patch.
(The fix was included in the original patch but webkit-patch could not apply because of some exotic characters in the test.)

* editing/deleting/delete-ligature-001-expected.txt:
* editing/deleting/regional-indicators.html:
* editing/pasteboard/interchange-newline-2-expected.txt:
* editing/pasteboard/paste-4039777-fix-expected.txt:
* editing/pasteboard/select-element-1-expected.txt:
* fast/events/5056619-expected.txt:
* platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt:
* platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
* platform/mac/editing/deleting/delete-3608445-fix-expected.txt:
* platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
* platform/mac/editing/deleting/delete-3775172-fix-expected.txt:
* platform/mac/editing/deleting/delete-3800834-fix-expected.txt:
* platform/mac/editing/deleting/delete-3857753-fix-expected.txt:
* platform/mac/editing/deleting/delete-3865854-fix-expected.txt:
* platform/mac/editing/deleting/delete-3928305-fix-expected.txt:
* platform/mac/editing/deleting/delete-3959464-fix-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/mac/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
* platform/mac/editing/deleting/delete-and-undo-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/mac/editing/deleting/delete-block-contents-001-expected.txt:
* platform/mac/editing/deleting/delete-block-contents-002-expected.txt:
* platform/mac/editing/deleting/delete-block-contents-003-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-005-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-008-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-017-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-023-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-024-expected.txt:
* platform/mac/editing/deleting/delete-br-008-expected.txt:
* platform/mac/editing/deleting/delete-br-010-expected.txt:
* platform/mac/editing/deleting/delete-br-011-expected.txt:
* platform/mac/editing/deleting/delete-contiguous-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-first-list-item-expected.txt:
* platform/mac/editing/deleting/delete-image-001-expected.txt:
* platform/mac/editing/deleting/delete-image-002-expected.txt:
* platform/mac/editing/deleting/delete-image-003-expected.txt:
* platform/mac/editing/deleting/delete-image-004-expected.txt:
* platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-line-001-expected.txt:
* platform/mac/editing/deleting/delete-line-002-expected.txt:
* platform/mac/editing/deleting/delete-line-003-expected.txt:
* platform/mac/editing/deleting/delete-line-004-expected.txt:
* platform/mac/editing/deleting/delete-line-005-expected.txt:
* platform/mac/editing/deleting/delete-line-006-expected.txt:
* platform/mac/editing/deleting/delete-line-007-expected.txt:
* platform/mac/editing/deleting/delete-line-008-expected.txt:
* platform/mac/editing/deleting/delete-line-009-expected.txt:
* platform/mac/editing/deleting/delete-line-010-expected.txt:
* platform/mac/editing/deleting/delete-line-011-expected.txt:
* platform/mac/editing/deleting/delete-line-012-expected.txt:
* platform/mac/editing/deleting/delete-line-013-expected.txt:
* platform/mac/editing/deleting/delete-line-014-expected.txt:
* platform/mac/editing/deleting/delete-line-015-expected.txt:
* platform/mac/editing/deleting/delete-line-016-expected.txt:
* platform/mac/editing/deleting/delete-line-017-expected.txt:
* platform/mac/editing/deleting/delete-listitem-001-expected.txt:
* platform/mac/editing/deleting/delete-listitem-002-expected.txt:
* platform/mac/editing/deleting/delete-selection-001-expected.txt:
* platform/mac/editing/deleting/delete-tab-001-expected.txt:
* platform/mac/editing/deleting/delete-tab-002-expected.txt:
* platform/mac/editing/deleting/delete-tab-003-expected.txt:
* platform/mac/editing/deleting/delete-tab-004-expected.txt:
* platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/mac/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/mac/editing/deleting/forward-delete-expected.txt:
* platform/mac/editing/deleting/list-item-1-expected.txt:
* platform/mac/editing/deleting/merge-different-styles-expected.txt:
* platform/mac/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/mac/editing/deleting/merge-no-br-expected.txt:
* platform/mac/editing/deleting/non-smart-delete-expected.txt:
* platform/mac/editing/deleting/pruning-after-merge-2-expected.txt:
* platform/mac/editing/deleting/smart-delete-001-expected.txt:
* platform/mac/editing/deleting/smart-delete-002-expected.txt:
* platform/mac/editing/deleting/smart-delete-003-expected.txt:
* platform/mac/editing/deleting/smart-delete-004-expected.txt:
* platform/mac/editing/deleting/table-cells-expected.txt:
* platform/mac/editing/execCommand/4641880-1-expected.txt:
* platform/mac/editing/execCommand/4641880-2-expected.txt:
* platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
* platform/mac/editing/execCommand/find-after-replace-expected.txt:
* platform/mac/editing/execCommand/format-block-with-trailing-br-expected.txt:
* platform/mac/editing/execCommand/indent-list-item-expected.txt:
* platform/mac/editing/execCommand/indent-selection-expected.txt:
* platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt:
* platform/mac/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/mac/editing/execCommand/nsresponder-indent-expected.txt:
* platform/mac/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/mac/editing/execCommand/paste-1-expected.txt:
* platform/mac/editing/execCommand/paste-2-expected.txt:
* platform/mac/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/mac/editing/execCommand/remove-list-item-1-expected.txt:
* platform/mac/editing/input/5576619-expected.txt:
* platform/mac/editing/input/emacs-ctrl-o-expected.txt:
* platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
* platform/mac/editing/input/text-input-controller-expected.txt:
* platform/mac/editing/inserting/4278698-expected.txt:
* platform/mac/editing/inserting/editing-empty-divs-expected.txt:
* platform/mac/editing/inserting/insert-3654864-fix-expected.txt:
* platform/mac/editing/inserting/insert-3775316-fix-expected.txt:
* platform/mac/editing/inserting/insert-3851164-fix-expected.txt:
* platform/mac/editing/inserting/insert-after-delete-001-expected.txt:
* platform/mac/editing/inserting/insert-at-end-01-expected.txt:
* platform/mac/editing/inserting/insert-at-end-02-expected.txt:
* platform/mac/editing/inserting/insert-br-001-expected.txt:
* platform/mac/editing/inserting/insert-br-003-expected.txt:
* platform/mac/editing/inserting/insert-br-005-expected.txt:
* platform/mac/editing/inserting/insert-br-006-expected.txt:
* platform/mac/editing/inserting/insert-br-007-expected.txt:
* platform/mac/editing/inserting/insert-br-008-expected.txt:
* platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/mac/editing/inserting/insert-div-001-expected.txt:
* platform/mac/editing/inserting/insert-div-002-expected.txt:
* platform/mac/editing/inserting/insert-div-003-expected.txt:
* platform/mac/editing/inserting/insert-div-005-expected.txt:
* platform/mac/editing/inserting/insert-div-006-expected.txt:
* platform/mac/editing/inserting/insert-div-007-expected.txt:
* platform/mac/editing/inserting/insert-div-008-expected.txt:
* platform/mac/editing/inserting/insert-div-009-expected.txt:
* platform/mac/editing/inserting/insert-div-010-expected.txt:
* platform/mac/editing/inserting/insert-div-020-expected.txt:
* platform/mac/editing/inserting/insert-div-023-expected.txt:
* platform/mac/editing/inserting/insert-div-024-expected.txt:
* platform/mac/editing/inserting/insert-div-025-expected.txt:
* platform/mac/editing/inserting/insert-div-026-expected.txt:
* platform/mac/editing/inserting/insert-space-in-empty-doc-expected.txt:
* platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/mac/editing/inserting/multiple-lines-selected-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-03-expected.txt:
* platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/mac/editing/inserting/redo-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/mac/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/mac/editing/inserting/typing-001-expected.txt:
* platform/mac/editing/inserting/typing-002-expected.txt:
* platform/mac/editing/inserting/typing-003-expected.txt:
* platform/mac/editing/inserting/typing-around-br-001-expected.txt:
* platform/mac/editing/inserting/typing-around-image-001-expected.txt:
* platform/mac/editing/inserting/typing-at-end-of-line-expected.txt:
* platform/mac/editing/pasteboard/3976872-expected.txt:
* platform/mac/editing/pasteboard/4076267-2-expected.txt:
* platform/mac/editing/pasteboard/4076267-3-expected.txt:
* platform/mac/editing/pasteboard/4076267-expected.txt:
* platform/mac/editing/pasteboard/8145-3-expected.txt:
* platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
* platform/mac/editing/pasteboard/cut-text-001-expected.txt:
* platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.txt:
* platform/mac/editing/pasteboard/displaced-placeholder-expected.txt:
* platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
* platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
* platform/mac/editing/pasteboard/paste-4035648-fix-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/mac/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/mac/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/mac/editing/pasteboard/paste-table-003-expected.txt:
* platform/mac/editing/pasteboard/paste-table-cells-expected.txt:
* platform/mac/editing/pasteboard/paste-text-004-expected.txt:
* platform/mac/editing/pasteboard/paste-text-005-expected.txt:
* platform/mac/editing/pasteboard/paste-text-006-expected.txt:
* platform/mac/editing/pasteboard/paste-text-007-expected.txt:
* platform/mac/editing/pasteboard/paste-text-008-expected.txt:
* platform/mac/editing/pasteboard/paste-text-016-expected.txt:
* platform/mac/editing/pasteboard/paste-text-019-expected.txt:
* platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/mac/editing/pasteboard/paste-xml-expected.txt:
* platform/mac/editing/pasteboard/pasting-object-expected.txt:
* platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
* platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
* platform/mac/editing/pasteboard/undoable-fragment-removes-expected.txt:
* platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/mac/editing/selection/node-removal-1-expected.txt:
* platform/mac/editing/selection/node-removal-2-expected.txt:
* platform/mac/editing/selection/replace-selection-1-expected.txt:
* platform/mac/editing/selection/select-all-iframe-expected.txt:
* platform/mac/editing/spelling/spelling-expected.txt:
* platform/mac/editing/style/create-block-for-style-001-expected.txt:
* platform/mac/editing/style/create-block-for-style-002-expected.txt:
* platform/mac/editing/style/create-block-for-style-003-expected.txt:
* platform/mac/editing/style/create-block-for-style-004-expected.txt:
* platform/mac/editing/style/create-block-for-style-007-expected.txt:
* platform/mac/editing/style/create-block-for-style-009-expected.txt:
* platform/mac/editing/style/create-block-for-style-010-expected.txt:
* platform/mac/editing/style/create-block-for-style-011-expected.txt:
* platform/mac/editing/style/create-block-for-style-012-expected.txt:
* platform/mac/editing/style/create-block-for-style-013-expected.txt:
* platform/mac/editing/style/designmode-expected.txt:
* platform/mac/editing/style/relative-font-size-change-001-expected.txt:
* platform/mac/editing/style/relative-font-size-change-002-expected.txt:
* platform/mac/editing/style/smoosh-styles-001-expected.txt:
* platform/mac/editing/style/smoosh-styles-003-expected.txt:
* platform/mac/editing/style/style-3681552-fix-001-expected.txt:
* platform/mac/editing/style/style-3681552-fix-002-expected.txt:
* platform/mac/editing/style/style-3998892-fix-expected.txt:
* platform/mac/editing/style/style-boundary-001-expected.txt:
* platform/mac/editing/style/style-boundary-002-expected.txt:
* platform/mac/editing/style/style-boundary-003-expected.txt:
* platform/mac/editing/style/style-boundary-004-expected.txt:
* platform/mac/editing/style/style-boundary-005-expected.txt:
* platform/mac/editing/style/typing-style-001-expected.txt:
* platform/mac/editing/style/typing-style-002-expected.txt:
* platform/mac/editing/style/unbold-in-bold-expected.txt:
* platform/mac/editing/undo/4063751-expected.txt:
* platform/mac/editing/undo/redo-typing-001-expected.txt:
* platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-combined-delete-expected.txt:
* platform/mac/editing/undo/undo-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-delete-expected.txt:
* platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/mac/editing/undo/undo-forward-delete-expected.txt:
* platform/mac/editing/undo/undo-misspellings-expected.txt:
* platform/mac/editing/undo/undo-typing-001-expected.txt:
* platform/mac/editing/unsupported-content/list-delete-001-expected.txt:
* platform/mac/editing/unsupported-content/list-delete-003-expected.txt:
* platform/mac/editing/unsupported-content/list-type-after-expected.txt:
* platform/mac/editing/unsupported-content/list-type-before-expected.txt:
* platform/mac/editing/unsupported-content/table-delete-001-expected.txt:
* platform/mac/editing/unsupported-content/table-delete-002-expected.txt:
* platform/mac/editing/unsupported-content/table-delete-003-expected.txt:
* platform/mac/editing/unsupported-content/table-type-after-expected.txt:
* platform/mac/editing/unsupported-content/table-type-before-expected.txt:
* platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
* platform/mac/fast/repaint/selection-clear-expected.txt:
* platform/mac/svg/custom/use-clipped-hit-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96264 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agowatchlist: Add a way to load the watchlist from config.
levin@chromium.org [Wed, 28 Sep 2011 21:58:34 +0000 (21:58 +0000)]
watchlist: Add a way to load the watchlist from config.
https://bugs.webkit.org/show_bug.cgi?id=68991

Reviewed by Eric Seidel.

* Scripts/webkitpy/common/config/watchlist: Added.
* Scripts/webkitpy/common/watchlist/watchlistloader.py: Added.
Support for loading the watch list.
* Scripts/webkitpy/common/watchlist/watchlistloader_unittest.py: Added.
Tests for the loading.
* Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py:
Adjusted to use the common base class.
* Scripts/webkitpy/common/webkitunittest.py: Added.
Made a common base class for functionality used in more than one.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96263 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoAttempt fix for Leopard python unit test run.
levin@chromium.org [Wed, 28 Sep 2011 21:30:04 +0000 (21:30 +0000)]
Attempt fix for Leopard python unit test run.

* Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96262 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoJavaScript generated documents don't inherit the cookie URL
commit-queue@webkit.org [Wed, 28 Sep 2011 21:01:37 +0000 (21:01 +0000)]
JavaScript generated documents don't inherit the cookie URL
https://bugs.webkit.org/show_bug.cgi?id=69003

Patch by Sergey Glazunov <serg.glazunov@gmail.com> on 2011-09-28
Reviewed by Adam Barth.

Source/WebCore:

Test: http/tests/security/cookies/cookie-theft-with-javascript-doc.html

* dom/Document.h:
(WebCore::Document::setCookieURL):
* loader/DocumentWriter.cpp:
(WebCore::DocumentWriter::replaceDocument):
(WebCore::DocumentWriter::begin):
* loader/DocumentWriter.h:

LayoutTests:

* http/tests/security/cookies/cookie-theft-with-javascript-doc-expected.txt: Added.
* http/tests/security/cookies/cookie-theft-with-javascript-doc.html: Added.
* http/tests/security/cookies/resources/innocent-victim-with-cookies.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96260 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoImplement callOperation(D_DFGOperation_DD) for DFG JIT 32_64
barraclough@apple.com [Wed, 28 Sep 2011 20:59:24 +0000 (20:59 +0000)]
Implement callOperation(D_DFGOperation_DD) for DFG JIT 32_64
https://bugs.webkit.org/show_bug.cgi?id=69026

Reviewed by Sam Weinig.

* assembler/X86Assembler.h:
(JSC::X86Assembler::fstpl):
* dfg/DFGJITCodeGenerator.h:
(JSC::DFG::callOperation):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96259 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoREGRESSION(r95573): Crash when loading SVG documents in a flattened frame or any...
dglazkov@chromium.org [Wed, 28 Sep 2011 20:55:50 +0000 (20:55 +0000)]
REGRESSION(r95573): Crash when loading SVG documents in a flattened frame or any SVG document in Chromium/Mac.
https://bugs.webkit.org/show_bug.cgi?id=68938

Source/WebCore:

Reviewed by David Hyatt.

Test: all svg tests in LayoutTests.

* rendering/RenderBlock.cpp:
(WebCore::RenderBlock::computeBlockPreferredLogicalWidths): Added a null-check for containingBlock.

Tools:

Made Chromium/Mac DRT better match how Chromium/Mac queries WebKit.

Reviewed by David Hyatt.

* DumpRenderTree/chromium/WebViewHost.cpp:
(WebViewHost::didUpdateLayout): Added width/height queries.
* DumpRenderTree/chromium/WebViewHost.h: Updated defs.

LayoutTests:

Reviewed by David Hyatt.

* fast/frames/flattening/crash-svg-document-expected.txt: Added.
* fast/frames/flattening/crash-svg-document.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96258 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoSetting innerText to an empty string on editable div loses focus
rniwa@webkit.org [Wed, 28 Sep 2011 20:51:10 +0000 (20:51 +0000)]
Setting innerText to an empty string on editable div loses focus
https://bugs.webkit.org/show_bug.cgi?id=62092

Patch by Una Sabovic <una.sabovic@palm.com> on 2011-09-28
Reviewed by Ryosuke Niwa.

Source/WebCore:

When selection start or end node is being deleted do not clear the selection.
Instead update the start/end position to an equivalent parent-anchored positions.
When text is inserted/deleted update selection per range modification spec:
http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-Mutation

Tests: editing/selection/document-mutation.html
       editing/selection/editable-div-clear-on-keydown.html

* editing/FrameSelection.cpp:
(WebCore::FrameSelection::respondToNodeModification):
(WebCore::updatePositionAfterAdoptingTextReplacement):
(WebCore::FrameSelection::textWillBeReplaced):
* editing/htmlediting.cpp:
(WebCore::updatePositionForNodeRemoval):

LayoutTests:

Added test to make sure that caret is still present in a focused editable div after its text is deleted.
Updated editing tests to not expect that deleting selection start or end node will clear the selection.
Added test to exercise range modification examples from
http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-Mutation

* editing/deleting/5546763-expected.txt:
* editing/deleting/delete-4038408-fix-expected.txt:
* editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
* editing/deleting/delete-br-011-expected.txt:
* editing/deleting/delete-by-word-001-expected.txt:
* editing/deleting/delete-by-word-002-expected.txt:
* editing/deleting/delete-cell-contents-expected.txt:
* editing/deleting/delete-ligature-002-expected.txt:
* editing/deleting/delete-ligature-003-expected.txt:
* editing/deleting/delete-select-all-002-expected.txt:
* editing/deleting/delete-select-all-003-expected.txt:
* editing/deleting/delete-to-end-of-paragraph-expected.txt:
* editing/deleting/merge-paragraph-into-blockquote-expected.txt:
* editing/deleting/paragraph-in-preserveNewline-expected.txt:
* editing/deleting/pruning-after-merge-1-expected.txt:
* editing/deleting/skip-virama-001-expected.txt:
* editing/deleting/whitespace-pre-1-expected.txt:
* editing/execCommand/4920488-expected.txt:
* editing/execCommand/crash-indenting-list-item-expected.txt:
* editing/execCommand/createLink-expected.txt:
* editing/execCommand/format-block-expected.txt:
* editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt:
* editing/execCommand/format-block-with-braces-expected.txt:
* editing/execCommand/hilitecolor-expected.txt:
* editing/execCommand/indent-nested-lists-1-expected.txt:
* editing/execCommand/indent-nested-lists-2-expected.txt:
* editing/execCommand/indent-nested-lists-3-expected.txt:
* editing/execCommand/indent-nested-lists-4-expected.txt:
* editing/execCommand/indent-nested-lists-5-expected.txt:
* editing/execCommand/indent-nested-lists-6-expected.txt:
* editing/execCommand/indent-nested-lists-7-expected.txt:
* editing/execCommand/indent-paragraphs-expected.txt:
* editing/execCommand/indent-with-style-expected.txt:
* editing/execCommand/insertHTML-expected.txt:
* editing/execCommand/outdent-nested-lists-1-expected.txt:
* editing/execCommand/outdent-nested-lists-2-expected.txt:
* editing/execCommand/outdent-nested-lists-3-expected.txt:
* editing/execCommand/outdent-nested-lists-4-expected.txt:
* editing/execCommand/queryCommandState-01-expected.txt:
* editing/execCommand/remove-formatting-2-expected.txt:
* editing/execCommand/remove-formatting-expected.txt:
* editing/execCommand/remove-list-1-expected.txt:
* editing/execCommand/remove-list-items-expected.txt:
* editing/execCommand/switch-list-type-expected.txt:
* editing/execCommand/unlink-expected.txt:
* editing/inserting/insert-3786362-fix-expected.txt:
* editing/inserting/insert-div-021-expected.txt:
* editing/inserting/insert-paragraph-at-end-of-line-expected.txt:
* editing/inserting/insert-thai-characters-001-expected.txt:
* editing/pasteboard/4242293-1-expected.txt:
* editing/pasteboard/5065605-expected.txt:
* editing/pasteboard/block-wrappers-necessary-expected.txt:
* editing/pasteboard/copy-in-password-field-expected.txt:
* editing/pasteboard/copy-text-with-backgroundcolor-expected.txt:
* editing/pasteboard/insert-div-text-into-text-expected.txt:
* editing/pasteboard/interchange-newline-1-expected.txt:
* editing/pasteboard/interchange-newline-3-expected.txt:
* editing/pasteboard/interchange-newline-4-expected.txt:
* editing/pasteboard/merge-end-2-expected.txt:
* editing/pasteboard/merge-end-3-expected.txt:
* editing/pasteboard/merge-end-4-expected.txt:
* editing/pasteboard/merge-end-5-expected.txt:
* editing/pasteboard/merge-end-list-2-expected.txt:
* editing/pasteboard/merge-end-list-expected.txt:
* editing/pasteboard/merge-end-table-2-expected.txt:
* editing/pasteboard/merge-end-table-expected.txt:
* editing/pasteboard/nested-blocks-with-text-area-expected.txt:
* editing/pasteboard/nested-blocks-with-text-field-expected.txt:
* editing/pasteboard/paste-into-anchor-text-expected.txt:
* editing/pasteboard/paste-list-001-expected.txt:
* editing/pasteboard/paste-table-001-expected.txt:
* editing/pasteboard/paste-table-002-expected.txt:
* editing/pasteboard/paste-text-001-expected.txt:
* editing/pasteboard/paste-text-002-expected.txt:
* editing/pasteboard/paste-text-003-expected.txt:
* editing/pasteboard/paste-text-011-expected.txt:
* editing/pasteboard/paste-text-017-expected.txt:
* editing/pasteboard/paste-text-018-expected.txt:
* editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
* editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
* editing/pasteboard/paste-text-with-style-expected.txt:
* editing/pasteboard/prevent-block-nesting-01-expected.txt:
* editing/pasteboard/select-element-1-expected.txt:
* editing/pasteboard/smart-paste-003-expected.txt:
* editing/pasteboard/smart-paste-004-expected.txt:
* editing/pasteboard/smart-paste-005-expected.txt:
* editing/pasteboard/smart-paste-006-expected.txt:
* editing/selection/5497643-expected.txt:
* editing/selection/5497643.html:
* editing/selection/character-data-mutation-expected.txt:
* editing/selection/character-data-mutation.html:
* editing/selection/document-mutation-expected.txt: Added.
* editing/selection/document-mutation.html: Added.
* editing/selection/editable-div-clear-on-keydown-expected.txt: Added.
* editing/selection/editable-div-clear-on-keydown.html: Added.
* editing/selection/regional-indicators.html:
* editing/style/remove-underline-from-stylesheet-expected.txt:
* editing/style/typing-style-003-expected.txt:
* editing/undo/redo-style-expected.txt:
* editing/undo/replace-text-in-node-preserving-markers-crash-expected.txt:
* editing/undo/undo-indent-expected.txt:
* platform/mac/editing/pasteboard/paste-and-match-style-selector-event.html:
* platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
* platform/qt/editing/deleting/delete-3608445-fix-expected.txt:
* platform/qt/editing/deleting/delete-3608462-fix-expected.txt:
* platform/qt/editing/deleting/delete-3775172-fix-expected.txt:
* platform/qt/editing/deleting/delete-3800834-fix-expected.txt:
* platform/qt/editing/deleting/delete-3857753-fix-expected.txt:
* platform/qt/editing/deleting/delete-3865854-fix-expected.txt:
* platform/qt/editing/deleting/delete-3928305-fix-expected.txt:
* platform/qt/editing/deleting/delete-3959464-fix-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/qt/editing/deleting/delete-and-undo-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/qt/editing/deleting/delete-block-contents-001-expected.txt:
* platform/qt/editing/deleting/delete-block-contents-002-expected.txt:
* platform/qt/editing/deleting/delete-block-contents-003-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt:
* platform/qt/editing/deleting/delete-br-008-expected.txt:
* platform/qt/editing/deleting/delete-br-010-expected.txt:
* platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-first-list-item-expected.txt:
* platform/qt/editing/deleting/delete-image-001-expected.txt:
* platform/qt/editing/deleting/delete-image-002-expected.txt:
* platform/qt/editing/deleting/delete-image-003-expected.txt:
* platform/qt/editing/deleting/delete-image-004-expected.txt:
* platform/qt/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-line-001-expected.txt:
* platform/qt/editing/deleting/delete-line-002-expected.txt:
* platform/qt/editing/deleting/delete-line-003-expected.txt:
* platform/qt/editing/deleting/delete-line-004-expected.txt:
* platform/qt/editing/deleting/delete-line-005-expected.txt:
* platform/qt/editing/deleting/delete-line-006-expected.txt:
* platform/qt/editing/deleting/delete-line-007-expected.txt:
* platform/qt/editing/deleting/delete-line-008-expected.txt:
* platform/qt/editing/deleting/delete-line-009-expected.txt:
* platform/qt/editing/deleting/delete-line-010-expected.txt:
* platform/qt/editing/deleting/delete-line-012-expected.txt:
* platform/qt/editing/deleting/delete-line-013-expected.txt:
* platform/qt/editing/deleting/delete-line-014-expected.txt:
* platform/qt/editing/deleting/delete-line-015-expected.txt:
* platform/qt/editing/deleting/delete-line-016-expected.txt:
* platform/qt/editing/deleting/delete-line-017-expected.txt:
* platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/qt/editing/deleting/delete-listitem-001-expected.txt:
* platform/qt/editing/deleting/delete-listitem-002-expected.txt:
* platform/qt/editing/deleting/delete-selection-001-expected.txt:
* platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/qt/editing/deleting/forward-delete-expected.txt:
* platform/qt/editing/deleting/list-item-1-expected.txt:
* platform/qt/editing/deleting/merge-different-styles-expected.txt:
* platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/qt/editing/deleting/merge-no-br-expected.txt:
* platform/qt/editing/deleting/non-smart-delete-expected.txt:
* platform/qt/editing/deleting/pruning-after-merge-2-expected.txt:
* platform/qt/editing/deleting/smart-delete-001-expected.txt:
* platform/qt/editing/deleting/smart-delete-003-expected.txt:
* platform/qt/editing/deleting/smart-delete-004-expected.txt:
* platform/qt/editing/deleting/table-cells-expected.txt:
* platform/qt/editing/execCommand/4641880-1-expected.txt:
* platform/qt/editing/execCommand/4641880-2-expected.txt:
* platform/qt/editing/execCommand/create-list-with-hr-expected.txt:
* platform/qt/editing/execCommand/find-after-replace-expected.txt:
* platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
* platform/qt/editing/execCommand/indent-list-item-expected.txt:
* platform/qt/editing/execCommand/indent-selection-expected.txt:
* platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt:
* platform/qt/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/qt/editing/execCommand/nsresponder-indent-expected.txt:
* platform/qt/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/qt/editing/execCommand/paste-1-expected.txt:
* platform/qt/editing/execCommand/paste-2-expected.txt:
* platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/qt/editing/execCommand/remove-list-item-1-expected.txt:
* platform/qt/editing/input/emacs-ctrl-o-expected.txt:
* platform/qt/editing/inserting/4278698-expected.txt:
* platform/qt/editing/inserting/editing-empty-divs-expected.txt:
* platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
* platform/qt/editing/inserting/insert-3775316-fix-expected.txt:
* platform/qt/editing/inserting/insert-3851164-fix-expected.txt:
* platform/qt/editing/inserting/insert-after-delete-001-expected.txt:
* platform/qt/editing/inserting/insert-at-end-01-expected.txt:
* platform/qt/editing/inserting/insert-at-end-02-expected.txt:
* platform/qt/editing/inserting/insert-br-001-expected.txt:
* platform/qt/editing/inserting/insert-br-003-expected.txt:
* platform/qt/editing/inserting/insert-br-005-expected.txt:
* platform/qt/editing/inserting/insert-br-006-expected.txt:
* platform/qt/editing/inserting/insert-br-007-expected.txt:
* platform/qt/editing/inserting/insert-br-008-expected.txt:
* platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/qt/editing/inserting/insert-div-001-expected.txt:
* platform/qt/editing/inserting/insert-div-002-expected.txt:
* platform/qt/editing/inserting/insert-div-003-expected.txt:
* platform/qt/editing/inserting/insert-div-005-expected.txt:
* platform/qt/editing/inserting/insert-div-006-expected.txt:
* platform/qt/editing/inserting/insert-div-007-expected.txt:
* platform/qt/editing/inserting/insert-div-008-expected.txt:
* platform/qt/editing/inserting/insert-div-009-expected.txt:
* platform/qt/editing/inserting/insert-div-010-expected.txt:
* platform/qt/editing/inserting/insert-div-020-expected.txt:
* platform/qt/editing/inserting/insert-div-023-expected.txt:
* platform/qt/editing/inserting/insert-div-024-expected.txt:
* platform/qt/editing/inserting/insert-div-025-expected.txt:
* platform/qt/editing/inserting/insert-div-026-expected.txt:
* platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt:
* platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/qt/editing/inserting/multiple-lines-selected-expected.txt:
* platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
* platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/qt/editing/inserting/redo-expected.txt:
* platform/qt/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/qt/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/qt/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/qt/editing/inserting/typing-001-expected.txt:
* platform/qt/editing/inserting/typing-002-expected.txt:
* platform/qt/editing/inserting/typing-003-expected.txt:
* platform/qt/editing/inserting/typing-around-br-001-expected.txt:
* platform/qt/editing/inserting/typing-around-image-001-expected.txt:
* platform/qt/editing/pasteboard/3976872-expected.txt:
* platform/qt/editing/pasteboard/4076267-2-expected.txt:
* platform/qt/editing/pasteboard/4076267-3-expected.txt:
* platform/qt/editing/pasteboard/4076267-expected.txt:
* platform/qt/editing/pasteboard/8145-3-expected.txt:
* platform/qt/editing/pasteboard/bad-placeholder-expected.txt:
* platform/qt/editing/pasteboard/cut-text-001-expected.txt:
* platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt:
* platform/qt/editing/pasteboard/displaced-placeholder-expected.txt:
* platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
* platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
* platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/qt/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/qt/editing/pasteboard/paste-table-003-expected.txt:
* platform/qt/editing/pasteboard/paste-table-cells-expected.txt:
* platform/qt/editing/pasteboard/paste-text-004-expected.txt:
* platform/qt/editing/pasteboard/paste-text-005-expected.txt:
* platform/qt/editing/pasteboard/paste-text-006-expected.txt:
* platform/qt/editing/pasteboard/paste-text-007-expected.txt:
* platform/qt/editing/pasteboard/paste-text-008-expected.txt:
* platform/qt/editing/pasteboard/paste-text-016-expected.txt:
* platform/qt/editing/pasteboard/paste-text-019-expected.txt:
* platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/qt/editing/pasteboard/pasting-object-expected.txt:
* platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
* platform/qt/editing/pasteboard/smart-paste-008-expected.txt:
* platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt:
* platform/qt/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/qt/editing/selection/node-removal-1-expected.txt:
* platform/qt/editing/selection/node-removal-2-expected.txt:
* platform/qt/editing/selection/replace-selection-1-expected.txt:
* platform/qt/editing/selection/select-all-iframe-expected.txt:
* platform/qt/editing/style/create-block-for-style-001-expected.txt:
* platform/qt/editing/style/create-block-for-style-002-expected.txt:
* platform/qt/editing/style/create-block-for-style-003-expected.txt:
* platform/qt/editing/style/create-block-for-style-004-expected.txt:
* platform/qt/editing/style/create-block-for-style-007-expected.txt:
* platform/qt/editing/style/create-block-for-style-009-expected.txt:
* platform/qt/editing/style/create-block-for-style-010-expected.txt:
* platform/qt/editing/style/create-block-for-style-011-expected.txt:
* platform/qt/editing/style/create-block-for-style-012-expected.txt:
* platform/qt/editing/style/create-block-for-style-013-expected.txt:
* platform/qt/editing/style/designmode-expected.txt:
* platform/qt/editing/style/relative-font-size-change-001-expected.txt:
* platform/qt/editing/style/relative-font-size-change-002-expected.txt:
* platform/qt/editing/style/smoosh-styles-001-expected.txt:
* platform/qt/editing/style/smoosh-styles-003-expected.txt:
* platform/qt/editing/style/style-3998892-fix-expected.txt:
* platform/qt/editing/style/style-boundary-001-expected.txt:
* platform/qt/editing/style/style-boundary-004-expected.txt:
* platform/qt/editing/style/unbold-in-bold-expected.txt:
* platform/qt/editing/undo/4063751-expected.txt:
* platform/qt/editing/undo/redo-typing-001-expected.txt:
* platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/qt/editing/undo/undo-combined-delete-expected.txt:
* platform/qt/editing/undo/undo-delete-boundary-expected.txt:
* platform/qt/editing/undo/undo-delete-expected.txt:
* platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/qt/editing/undo/undo-forward-delete-expected.txt:
* platform/qt/editing/undo/undo-misspellings-expected.txt:
* platform/qt/editing/undo/undo-typing-001-expected.txt:
* platform/qt/editing/unsupported-content/list-delete-001-expected.txt:
* platform/qt/editing/unsupported-content/list-delete-003-expected.txt:
* platform/qt/editing/unsupported-content/list-type-after-expected.txt:
* platform/qt/editing/unsupported-content/list-type-before-expected.txt:
* platform/qt/editing/unsupported-content/table-delete-001-expected.txt:
* platform/qt/editing/unsupported-content/table-delete-002-expected.txt:
* platform/qt/editing/unsupported-content/table-delete-003-expected.txt:
* platform/qt/editing/unsupported-content/table-type-after-expected.txt:
* platform/qt/editing/unsupported-content/table-type-before-expected.txt:
* platform/qt/fast/dynamic/move-node-with-selection-expected.txt:
* platform/qt/svg/custom/use-clipped-hit-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96257 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[chromium / skia] temporarily add files test expectations pending rebaseline due...
commit-queue@webkit.org [Wed, 28 Sep 2011 20:48:24 +0000 (20:48 +0000)]
[chromium / skia] temporarily add files test expectations pending rebaseline due to skia change
https://bugs.webkit.org/show_bug.cgi?id=69013

Patch by Brian Salomon <bsalomon@google.com> on 2011-09-28
Reviewed by Stephen White.

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96256 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoExpose +[WebStorageManager _storageDirectoryPath] as SPI
adauria@apple.com [Wed, 28 Sep 2011 20:46:36 +0000 (20:46 +0000)]
Expose +[WebStorageManager _storageDirectoryPath] as SPI
https://bugs.webkit.org/show_bug.cgi?id=68951

Reviewed by Brady Eidson.

This patch exposes +[WebStorageManager _storageDirectoryPath], which
pulls the path from NSUserDefaults if the preference is set. Otherwise,
it falls back on the default path.

* Storage/WebStorageManager.mm:
(+[WebStorageManager _storageDirectoryPath]): Adding static variable
so that we don't reread user defaults repeatedly.
(WebKitInitializeStorageIfNecessary):
* Storage/WebStorageManagerPrivate.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96255 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoFTPDirectoryDocument Shows Garbled String for Last Modified Date
joepeck@webkit.org [Wed, 28 Sep 2011 20:18:35 +0000 (20:18 +0000)]
FTPDirectoryDocument Shows Garbled String for Last Modified Date
https://bugs.webkit.org/show_bug.cgi?id=69011

Reviewed by Dan Bernstein.

Force WTF::String concatenation instead of an accidental char* pointer addition.

* html/FTPDirectoryDocument.cpp:
(WebCore::processFileDateString):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96253 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoGet rebaseline server running again
mihaip@chromium.org [Wed, 28 Sep 2011 20:10:53 +0000 (20:10 +0000)]
Get rebaseline server running again
https://bugs.webkit.org/show_bug.cgi?id=69020

Reviewed by Adam Barth.

Make rebaseline server run again after r90337 (missing format_date_time
import, results_json wasn't outputting anything).

* Scripts/webkitpy/tool/servers/rebaselineserver.py:
* Scripts/webkitpy/tool/servers/reflectionhandler.py:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96252 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoMove dgrogan from contributor to committer.
dgrogan@chromium.org [Wed, 28 Sep 2011 20:07:45 +0000 (20:07 +0000)]
Move dgrogan from contributor to committer.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96251 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoAdd Mac Skia GPU bots to builders.py
mihaip@chromium.org [Wed, 28 Sep 2011 20:06:29 +0000 (20:06 +0000)]
Add Mac Skia GPU bots to builders.py
https://bugs.webkit.org/show_bug.cgi?id=69016

Reviewed by Eric Seidel.

This allows wwebkit-patch rebaseline-expectations to work with Mac Skia
GPU tests.

* Scripts/webkitpy/layout_tests/port/builders.py:
* Scripts/webkitpy/tool/commands/rebaseline_unittest.py:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96250 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoFix a regression in r96060. ResourceLoader shouldn't get
ossy@webkit.org [Wed, 28 Sep 2011 19:55:44 +0000 (19:55 +0000)]
Fix a regression in r96060. ResourceLoader shouldn't get
initialized with a null DocumentLoader.
https://bugs.webkit.org/show_bug.cgi?id=69004

Patch by Nate Chapin <japhet@chromium.org> on 2011-09-28
Reviewed by Csaba Osztrogonác.

This should fix a debug crash in some platforms in
plugins/js-from-destroy.html

* loader/ResourceLoader.cpp:
(WebCore::ResourceLoader::init): Move the activeDocumentLoader() null checks back
    to SubresouceLoader::create().
* loader/SubresourceLoader.cpp:
(WebCore::SubresourceLoader::create):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96249 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoOne more shot at fixing GTK+, this seems to make the dependencies
kov@webkit.org [Wed, 28 Sep 2011 19:54:01 +0000 (19:54 +0000)]
One more shot at fixing GTK+, this seems to make the dependencies
work.

Patch by Gustavo Noronha Silva <gustavo.noronha@collabora.com> on 2011-09-28

* GNUmakefile.am:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96248 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoMerge bug#68580, bug#68932 for DFG JIT with JSVALUE32_64
barraclough@apple.com [Wed, 28 Sep 2011 19:53:09 +0000 (19:53 +0000)]
Merge bug#68580, bug#68932 for DFG JIT with JSVALUE32_64
https://bugs.webkit.org/show_bug.cgi?id=69017

Reviewed by Oliver Hunt.

* dfg/DFGJITCodeGenerator.h:
(JSC::DFG::callOperation):
* dfg/DFGOperations.cpp:
* dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::compile):
* dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::emitAllocateJSFinalObject):
(JSC::DFG::SpeculativeJIT::compile):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96247 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agohttps://bugs.webkit.org/show_bug.cgi?id=64679
barraclough@apple.com [Wed, 28 Sep 2011 19:24:24 +0000 (19:24 +0000)]
https://bugs.webkit.org/show_bug.cgi?id=64679
Fix bugs in Array.prototype this handling.

Reviewed by Oliver Hunt.

* fast/js/array-prototype-properties-expected.txt: Added.
* fast/js/array-prototype-properties.html: Added.
* fast/js/script-tests/array-prototype-properties.js: Added.
    - Added layout test for array prototype functions with undefined as this value.
* ietestcenter/Javascript/15.4.4.14-5-28-expected.txt:
* ietestcenter/Javascript/15.4.4.15-5-28-expected.txt:
    - These tests now pass.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96246 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoGTK+ build fix 3 - the return of the marshal.
kov@webkit.org [Wed, 28 Sep 2011 19:15:16 +0000 (19:15 +0000)]
GTK+ build fix 3 - the return of the marshal.

Patch by Gustavo Noronha Silva <gustavo.noronha@collabora.com> on 2011-09-28

* GNUmakefile.am:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96245 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoRebaseline fast/canvas/canvas-composite-transformclip.html and
mihaip@chromium.org [Wed, 28 Sep 2011 19:14:17 +0000 (19:14 +0000)]
Rebaseline fast/canvas/canvas-composite-transformclip.html and
fast/canvas/canvas-composite.html for Chromium Snow Leopard GPU.

* platform/chromium-gpu-mac/fast/canvas/canvas-composite-expected.png:
* platform/chromium-gpu-mac/fast/canvas/canvas-composite-transformclip-expected.png:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96244 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agohttps://bugs.webkit.org/show_bug.cgi?id=64679
barraclough@apple.com [Wed, 28 Sep 2011 19:02:57 +0000 (19:02 +0000)]
https://bugs.webkit.org/show_bug.cgi?id=64679
Fix bugs in Array.prototype this handling.

Reviewed by Oliver Hunt.

* runtime/ArrayPrototype.cpp:
(JSC::arrayProtoFuncJoin):
(JSC::arrayProtoFuncConcat):
(JSC::arrayProtoFuncPop):
(JSC::arrayProtoFuncPush):
(JSC::arrayProtoFuncReverse):
(JSC::arrayProtoFuncShift):
(JSC::arrayProtoFuncSlice):
(JSC::arrayProtoFuncSort):
(JSC::arrayProtoFuncSplice):
(JSC::arrayProtoFuncUnShift):
(JSC::arrayProtoFuncFilter):
(JSC::arrayProtoFuncMap):
(JSC::arrayProtoFuncEvery):
(JSC::arrayProtoFuncForEach):
(JSC::arrayProtoFuncSome):
(JSC::arrayProtoFuncReduce):
(JSC::arrayProtoFuncReduceRight):
(JSC::arrayProtoFuncIndexOf):
(JSC::arrayProtoFuncLastIndexOf):
    - These methods should throw if this value is undefined.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96243 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoSecond try at fixing the GTK+ build.
kov@webkit.org [Wed, 28 Sep 2011 18:39:07 +0000 (18:39 +0000)]
Second try at fixing the GTK+ build.

Patch by Gustavo Noronha Silva <gustavo.noronha@collabora.com> on 2011-09-28

Source/WebKit2:

* GNUmakefile.am:

Tools:

* GNUmakefile.am:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96242 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoTry to fix GTK+ build.
kov@webkit.org [Wed, 28 Sep 2011 18:14:09 +0000 (18:14 +0000)]
Try to fix GTK+ build.

Patch by Gustavo Noronha Silva <gustavo.noronha@collabora.com> on 2011-09-28

* GNUmakefile.am:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96241 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[Chromium] remove a passing test from the test expectation file.
imasaki@chromium.org [Wed, 28 Sep 2011 18:09:05 +0000 (18:09 +0000)]
[Chromium] remove a passing test from the test expectation file.
https://bugs.webkit.org/show_bug.cgi?id=69008

Reviewed by David Levin.

* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96240 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoCSP doesn't work for a wide variety of cases
abarth@webkit.org [Wed, 28 Sep 2011 18:06:54 +0000 (18:06 +0000)]
CSP doesn't work for a wide variety of cases
https://bugs.webkit.org/show_bug.cgi?id=68921

Reviewed by Darin Adler.

Patch suggested by Sam Weinig.  It's unclear to me how to test this
change because all our tests run on non-default ports, which is why we
have this bug in the first place.  Mozilla uses a proxy while testing
so they can test with URLs like http://example.com, but we don't have
such a facility.

* page/ContentSecurityPolicy.cpp:
(WebCore::CSPSource::portMatches):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96239 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoValue profiling in baseline JIT for JSVALUE32_64
barraclough@apple.com [Wed, 28 Sep 2011 18:05:03 +0000 (18:05 +0000)]
Value profiling in baseline JIT for JSVALUE32_64
https://bugs.webkit.org/show_bug.cgi?id=68750

Patch by Yuqiang Xian <yuqiang.xian@intel.com> on 2011-09-27
Reviewed by Geoff Garen.

* jit/JITArithmetic32_64.cpp:
(JSC::JIT::emit_op_mul):
(JSC::JIT::emit_op_div):
* jit/JITCall32_64.cpp:
(JSC::JIT::emit_op_call_put_result):
* jit/JITOpcodes32_64.cpp:
(JSC::JIT::emit_op_resolve):
(JSC::JIT::emit_op_resolve_base):
(JSC::JIT::emit_op_resolve_skip):
(JSC::JIT::emit_op_resolve_global):
(JSC::JIT::emitSlow_op_resolve_global):
(JSC::JIT::emit_op_resolve_with_base):
(JSC::JIT::emit_op_resolve_with_this):
* jit/JITPropertyAccess32_64.cpp:
(JSC::JIT::emit_op_method_check):
(JSC::JIT::emit_op_get_by_val):
(JSC::JIT::emitSlow_op_get_by_val):
(JSC::JIT::emit_op_get_by_id):
(JSC::JIT::emitSlow_op_get_by_id):
(JSC::JIT::emit_op_get_scoped_var):
(JSC::JIT::emit_op_get_global_var):
* jit/JITStubCall.h:
(JSC::JITStubCall::callWithValueProfiling):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96238 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[GTK] Fix webkit2 unit tests in debug builds
commit-queue@webkit.org [Wed, 28 Sep 2011 17:56:10 +0000 (17:56 +0000)]
[GTK] Fix webkit2 unit tests in debug builds
https://bugs.webkit.org/show_bug.cgi?id=69006

Patch by Carlos Garcia Campos <cgarcia@igalia.com> on 2011-09-28
Reviewed by Martin Robinson.

We are currently using the WorQueue name as thread name which in
this moment can be com.apple.WebKit.ProcessLauncher or
com.apple.CoreIPC.ReceiveQueue. Both names are longer than 31
characters which is the limit of Visual Studio for thread
names. When log is enabled createThread() will assert instead of
truncate the name, so we need to make sure we don't use a name
longer than 31 characters.

* Platform/gtk/WorkQueueGtk.cpp:
(WorkQueue::platformInitialize):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96237 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoRebaseline svg/filters/animate-fill.svg for Chromium.
mihaip@chromium.org [Wed, 28 Sep 2011 17:54:24 +0000 (17:54 +0000)]
Rebaseline svg/filters/animate-fill.svg for Chromium.

* platform/chromium-cg-mac/svg/filters/animate-fill-expected.png: Added.
* platform/chromium-mac/svg/filters/animate-fill-expected.png: Added.
* platform/chromium-win/svg/filters/animate-fill-expected.png: Added.
* platform/chromium/test_expectations.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96236 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoLet TestWebKitAPI and webkit_unit_tests work for chromium-win
commit-queue@webkit.org [Wed, 28 Sep 2011 17:46:54 +0000 (17:46 +0000)]
Let TestWebKitAPI and webkit_unit_tests work for chromium-win
https://bugs.webkit.org/show_bug.cgi?id=68680

Patch by Xianzhu Wang <wangxianzhu@chromium.org> on 2011-09-28
Reviewed by Tony Chang.

* Scripts/run-chromium-webkit-unit-tests:
* Scripts/webkitdirs.pm:
(determineBaseProductDir):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96235 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[Gtk] Implement textInputController.doCommand
commit-queue@webkit.org [Wed, 28 Sep 2011 17:40:14 +0000 (17:40 +0000)]
[Gtk] Implement textInputController.doCommand
https://bugs.webkit.org/show_bug.cgi?id=66496

Patch by Kaustubh Atrawalkar <kaustubh@motorola.com> on 2011-09-28
Reviewed by Martin Robinson.

Source/WebKit/gtk:

* WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
(DumpRenderTreeSupportGtk::doCommand): Function definition for doCommand
callback. Converted Incoming command to match with WebCore::Editor CommandMap.
* WebCoreSupport/DumpRenderTreeSupportGtk.h:

Tools:

* DumpRenderTree/gtk/TextInputController.cpp:
(doCommandCallback): Callback function for textInputController.doCommand

LayoutTests:

Removed skipped tests under textInputController.doCommand for Gtk Port.

* platform/gtk/Skipped:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96234 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years ago[Chromium] Seperate GTK specific Gyp rules from X11 Gyp rules
fsamuel@chromium.org [Wed, 28 Sep 2011 17:36:03 +0000 (17:36 +0000)]
[Chromium] Seperate GTK specific Gyp rules from X11 Gyp rules
https://bugs.webkit.org/show_bug.cgi?id=68936

Reviewed by Tony Chang.

Source/WebCore:

Chromium need to be built without Gtk for future version of ChromiumOS.

* WebCore.gyp/WebCore.gyp:

Source/WebKit/chromium:

* WebKit.gyp:
* public/gtk/WebFontInfo.h:
* public/linux/WebFontInfo.h: Copied from Source/WebKit/chromium/public/gtk/WebFontInfo.h.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96233 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agowatchlist: Suggest corrections for typos and improve error message consistency.
levin@chromium.org [Wed, 28 Sep 2011 17:28:05 +0000 (17:28 +0000)]
watchlist: Suggest corrections for typos and improve error message consistency.
https://bugs.webkit.org/show_bug.cgi?id=68976

Reviewed by Adam Barth.

* Scripts/webkitpy/common/watchlist/watchlistparser.py: Add suggestions
for typos and improve consistency of the error messages.
* Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py: Add tests
and improve the regex that were already present.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96232 268f45cc-cd09-0410-ab3c-d52691b4dbfc

12 years agoRevert change which broke displaying end script tags in view-source, instead
commit-queue@webkit.org [Wed, 28 Sep 2011 17:19:08 +0000 (17:19 +0000)]
Revert change which broke displaying end script tags in view-source, instead
deal with any trailing </script> tag included by mistake in the XSSAuditor
itself.  Correct tests to detect the missing close tags.
https://bugs.webkit.org/show_bug.cgi?id=68898

Patch by Tom Sepez <tsepez@chromium.org> on 2011-09-28
Reviewed by Adam Barth.

Source/WebCore:

* html/parser/HTMLSourceTracker.cpp:
(WebCore::HTMLSourceTracker::end):
* html/parser/HTMLTokenizer.cpp:
(WebCore::HTMLTokenizer::nextToken):
* html/parser/XSSAuditor.cpp:
(WebCore::startsHTMLEndTagAt):
(WebCore::XSSAuditor::snippetForJavaScript):

LayoutTests:

* fast/frames/resources/viewsource-frame-2.html:
* fast/frames/viewsource-plain-text-tags-expected.txt:
* fast/frames/viewsource-plain-text-tags.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96231 268f45cc-cd09-0410-ab3c-d52691b4dbfc