- 07 Jan, 2011 1 commit
-
-
jamesr@google.com authored
Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * animations/animation-time-expected.txt: Removed. * animations/animation-time.html: Removed. * animations/script-tests/animation-time.js: Removed. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * DumpRenderTree/chromium/WebViewHost.cpp: (WebViewHost::paintInvalidatedRegion): 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * Android.mk: * CMakeLists.txt: * GNUmakefile.am: * WebCore.exp.in: * WebCore.gypi: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * page/DOMWindow.cpp: * page/DOMWindow.h: * page/DOMWindow.idl: * page/Frame.cpp: * page/Frame.h: * page/Page.cpp: (WebCore::Page::Page): * page/Page.h: * page/animation/AnimationController.cpp: (WebCore::AnimationControllerPrivate::beginAnimationUpdateTime): * page/animation/AnimationTimeController.cpp: Removed. * page/animation/AnimationTimeController.h: Removed. 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * public/WebWidget.h: * src/WebPopupMenuImpl.cpp: * src/WebPopupMenuImpl.h: * src/WebViewImpl.cpp: * src/WebViewImpl.h: 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * WebView/WebHTMLView.mm: (-[WebHTMLView drawRect:]): * WebView/WebView.mm: (layerSyncRunLoopObserverCallBack): 2011-01-07 James Robinson <jamesr@chromium.org> Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp: (WebKit::ChunkedUpdateDrawingArea::display): (WebKit::ChunkedUpdateDrawingArea::setSize): * WebProcess/WebPage/WebPage.cpp: (WebKit::WebPage::drawRect): * WebProcess/WebPage/mac/LayerBackedDrawingAreaMac.mm: (WebKit::LayerBackedDrawingArea::syncCompositingLayers): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75276 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 06 Jan, 2011 1 commit
-
-
jamesr@google.com authored
Update expectations for tests that enumerate properties on the window to reflect newly added property. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75176 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 22 Nov, 2010 1 commit
-
-
ossy@webkit.org authored
* fast/dom/Window/window-properties-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72561 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 17 Nov, 2010 1 commit
-
-
alex@webkit.org authored
Unreviewed, GTK expectations update after r72116 and r72141. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/forms/linebox-overflow-in-textarea-padding-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72190 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 04 Nov, 2010 1 commit
-
-
commit-queue@webkit.org authored
Reviewed by Kent Tamura. [HTML5][Forms] Support for <output> element https://bugs.webkit.org/show_bug.cgi?id=29363 Adds tests for the DOMSettableTokenList and the output element. * fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt: Added. * fast/dom/HTMLOutputElement/dom-settable-token-list.html: Added. * fast/dom/HTMLOutputElement/htmloutputelement-expected.txt: Added. * fast/dom/HTMLOutputElement/htmloutputelement-reset-event-expected.txt: Added. * fast/dom/HTMLOutputElement/htmloutputelement-reset-event.html: Added. * fast/dom/HTMLOutputElement/htmloutputelement-validity-expected.txt: Added. * fast/dom/HTMLOutputElement/htmloutputelement-validity.html: Added. * fast/dom/HTMLOutputElement/htmloutputelement-value-expected.txt: Added. * fast/dom/HTMLOutputElement/htmloutputelement-value.html: Added. * fast/dom/HTMLOutputElement/htmloutputelement.html: Added. * fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js: Added. (createElement): * fast/dom/HTMLOutputElement/script-tests/htmloutputelement-reset-event.js: Added. * fast/dom/HTMLOutputElement/script-tests/htmloutputelement-validity.js: Added. * fast/dom/HTMLOutputElement/script-tests/htmloutputelement-value.js: Added. * fast/dom/Window/window-properties-expected.txt: Updated expectation. * fast/dom/Window/window-property-descriptors-expected.txt: Updated expectation. * fast/dom/prototype-inheritance-2-expected.txt: Updated expectation. * fast/dom/prototype-inheritance-expected.txt: Updated expectation. * fast/js/global-constructors-expected.txt: Updated expectation. * platform/chromium/fast/dom/prototype-inheritance-expected.txt: Updated expectation. * platform/gtk/fast/dom/Window/window-properties-expected.txt: Updated expectation. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Updated expectation. * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Updated expectation. * platform/gtk/fast/js/global-constructors-expected.txt: Updated expectation. * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated expectation. * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated expectation. * platform/qt/fast/dom/prototype-inheritance-expected.txt: Updated expectation. * platform/qt/fast/js/global-constructors-expected.txt: Updated expectation. * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: Updated expectation. * platform/win/fast/dom/prototype-inheritance-2-expected.txt: Updated expectation. * platform/win/fast/dom/prototype-inheritance-expected.txt: Updated expectation. * platform/win/fast/js/global-constructors-expected.txt: Updated expectation. 2010-11-04 Kenichi Ishibashi <bashi@google.com> Reviewed by Kent Tamura. [HTML5][Forms] Support for <output> element https://bugs.webkit.org/show_bug.cgi?id=29363 Support for <output> element. Tests: fast/dom/HTMLOutputElement/dom-settable-token-list.html fast/dom/HTMLOutputElement/htmloutputelement-reset-event.html fast/dom/HTMLOutputElement/htmloutputelement-validity.html fast/dom/HTMLOutputElement/htmloutputelement-value.html fast/dom/HTMLOutputElement/htmloutputelement.html * Android.derived.jscbindings.mk: Added JSHTMLOutputElement.h. * Android.derived.v8bindings.mk: Added V8HTMLOutputElement.h. * Android.jscbindings.mk: Added JSHTMLOutputElementCustom.cpp. * Android.mk: Added HTMLOutputElement.cpp. * Android.v8bindings.mk: Added V8HTMLOutputElementCustom.cpp. * CMakeLists.txt: Added HTMLOutputElement.{idl,cpp} and JSHTMLOutputElementCustom.cpp. * DerivedSources.cpp: Added JSHTMLOutputElement.cpp. * DerivedSources.make: Added HTMLOutputElement entry. * GNUmakefile.am: Added JSHTMLOutputElement.{cpp,h} * WebCore.gypi: Added HTMLOutputElement.{idl,cpp,h}, JSHTMLOutputElementCustom.cpp and V8HTMLOutputElementCustom.cpp * WebCore.pri: Added HTMLOutputElement.idl. * WebCore.pro: Added V8HTMLOutputElementCustom.cpp, JSHTMLOutputElementCustom.cpp and HTMLOutputElement.cpp. * WebCore.vcproj/WebCore.vcproj: Added entries for JSHTMLOutputElement.{cpp,h} and JSHTMLOutputElementCustom.cpp. * WebCore.xcodeproj/project.pbxproj: Added entries for JSHTMLOutputElementCustom.cpp, HTMLOutputElement.{cpp,h,idl}, JSHTMLOutputElement.{cpp,h} * bindings/js/JSBindingsAllInOne.cpp: Added JSHTMLOutputElementCustom.cpp. * bindings/js/JSHTMLOutputElementCustom.cpp: Added. (WebCore::JSHTMLOutputElement::htmlFor): (WebCore::JSHTMLOutputElement::setHtmlFor): * bindings/v8/custom/V8DOMSettableTokenListCustom.cpp: Modified. (WebCore::V8DOMSettableTokenList::indexedPropertyGetter): Returns null if the index is out of range. * bindings/v8/custom/V8HTMLOutputElementCustom.cpp: Added. (WebCore::V8HTMLOutputElement::htmlForAccessorGetter): (WebCore::V8HTMLOutputElement::htmlForAccessorSetter): * css/html.css: Added a default style of output element. (output): * html/DOMSettableTokenList.cpp: Fix bugs. (WebCore::DOMSettableTokenList::item): Returns null string if the index is out of range. (WebCore::DOMSettableTokenList::addInternal): Added check m_tokens.isNull(). (WebCore::DOMSettableTokenList::setValue): Set the value case sensitive. * html/HTMLOutputElement.cpp: Added. (WebCore::HTMLOutputElement::HTMLOutputElement): (WebCore::HTMLOutputElement::create): (WebCore::HTMLOutputElement::formControlType): (WebCore::HTMLOutputElement::parseMappedAttribute): (WebCore::HTMLOutputElement::htmlFor): (WebCore::HTMLOutputElement::setFor): (WebCore::HTMLOutputElement::setForm): (WebCore::HTMLOutputElement::childrenChanged): (WebCore::HTMLOutputElement::reset): (WebCore::HTMLOutputElement::value): (WebCore::HTMLOutputElement::setValue): (WebCore::HTMLOutputElement::defaultValue): (WebCore::HTMLOutputElement::setDefaultValue): (WebCore::HTMLOutputElement::setTextContentInternal): * html/HTMLOutputElement.h: Added. (WebCore::HTMLOutputElement::isEnumeratable): (WebCore::HTMLOutputElement::willValidate): * html/HTMLOutputElement.idl: Added. * html/HTMLTagNames.in: Added "output". * page/DOMWindow.idl: Added an attribute for HTMLOutputElement. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71373 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 29 Oct, 2010 1 commit
-
-
tkent@chromium.org authored
Unreviewed, test expectation update. Update Qt and GTK expectations for r70854. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70859 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 28 Oct, 2010 1 commit
-
-
commit-queue@webkit.org authored
Reviewed by Kenneth Russell. Missing expectation file changes from bug 47853. https://bugs.webkit.org/show_bug.cgi?id=48564 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70818 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 12 Oct, 2010 1 commit
-
-
mrobinson@webkit.org authored
Rebaselined a failing tests. Unskipped editing tests that are passing and categorized the remaining failing editing tests. * platform/gtk/Skipped: Updated skipped list. * platform/gtk/editing/style/apply-through-end-of-document-expected.txt: Added. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Rebaselined. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69583 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 28 Sep, 2010 1 commit
-
-
alex@webkit.org authored
Unreviewed, GTK+ rebaselines. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68501 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 20 Sep, 2010 1 commit
-
-
mihaip@chromium.org authored
Reviewed by James Robinson. Rebaseline tests after HashChangeEvent was added by r67898 https://bugs.webkit.org/show_bug.cgi?id=46155 GTK and Qt changes that mirror the changes from r67898, plus a missed test window-property-descriptors from the original change. * fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67907 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 27 Aug, 2010 1 commit
-
-
steveblock@google.com authored
Fix GTK, Qt and Win expected results after modifying js-test-pre.js and js-test-post.js https://bugs.webkit.org/show_bug.cgi?id=44642 These platform-specific expected results were missed in the original patch. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66212 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 05 Aug, 2010 1 commit
-
-
jianli@chromium.org authored
* fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-properties.html: * fast/dom/constructed-objects-prototypes-expected.txt: * fast/dom/script-tests/constructed-objects-prototypes.js: (constructorPropertiesOnWindow): * platform/gtk/Skipped: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/qt/Skipped: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: * platform/win/Skipped: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: * platform/win/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64766 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 14 Jul, 2010 1 commit
-
-
tonyg@chromium.org authored
Unreviewed, build fix for r63326. Update platform expectations for r63326 https://bugs.webkit.org/show_bug.cgi?id=42269 r63326 added shouldBeGreaterThanOrEqual and updated the root expectations. This patch makes the same change to the platform-specific expectations. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63328 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 Jul, 2010 1 commit
-
-
weinig@apple.com authored
Some changes should be done to cmake build system to fix the detection of libsoup and correct some link paths: - LINK_FLAGS should be set using quotes, otherwise some wrong substitution takes place; - we should use LIBSOUP24_* instead of LIBSOUP_* since this is the version we are using; - need to set HAVE_LIBSOUP_2_29_90 if we find a version equal or newer than that. https://bugs.webkit.org/show_bug.cgi?id=41717 Patch by Rafael Antognolli <antognolli@profusion.mobi> on 2010-07-07 Reviewed by Adam Barth. * cmake/OptionsEfl.cmake: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@62881 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 30 Jun, 2010 1 commit
-
-
mrobinson@webkit.org authored
Unreviewed. Update GTK+ expected results after r62215. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@62225 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 29 Jun, 2010 1 commit
-
-
ossy@webkit.org authored
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@62097 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 28 Jun, 2010 1 commit
-
-
mrobinson@webkit.org authored
Unreviewed. Update baselines after r62034. * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@62046 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 22 Jun, 2010 1 commit
-
-
kinuko@chromium.org authored
Reviewed by Adam Barth. Add BlobBuilder.idl to expose BlobBuilder interface https://bugs.webkit.org/show_bug.cgi?id=40593 (Resubmitting with the correct file set.) BlobBuilder is defined in FileAPI's FileWriter spec. (http://dev.w3.org/2009/dap/file-system/file-writer.html) Also removes the ENABLE_FILE_WRITER ifdef guard for BlobBuilder. Tests: http/tests/local/blob/send-data-blob.html http/tests/local/blob/send-hybrid-blob.html http/tests/local/blob/send-sliced-data-blob.html * Android.derived.jscbindings.mk: * Android.derived.v8bindings.mk: * CMakeLists.txt: * DerivedSources.cpp: * DerivedSources.make: * GNUmakefile.am: * WebCore.gypi: * WebCore.pri: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * html/BlobBuilder.cpp: (WebCore::BlobBuilder::append): * html/BlobBuilder.h: * html/BlobBuilder.idl: Added. * page/DOMWindow.idl: 2010-06-22 Kinuko Yasuda <kinuko@chromium.org> Reviewed by Adam Barth. Add BlobBuilder.idl to expose BlobBuilder interface https://bugs.webkit.org/show_bug.cgi?id=40593 (Resubmitting with the correct file set.) Add new layout tests to test BlobBuilder interface. Also update test expectations affected by adding the constructors to DOMWindow. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/constructed-objects-prototypes-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: * http/tests/local/blob/resources/hybrid-blob-util.js: Added. * http/tests/local/blob/script-tests/TEMPLATE.html: Added. * http/tests/local/blob/script-tests/send-data-blob.js: Added. * http/tests/local/blob/script-tests/send-hybrid-blob.js: Added. * http/tests/local/blob/script-tests/send-sliced-data-blob.js: Added. * http/tests/local/blob/send-data-blob-expected.txt: Added. * http/tests/local/blob/send-data-blob.html: Added. * http/tests/local/blob/send-hybrid-blob-expected.txt: Added. * http/tests/local/blob/send-hybrid-blob.html: Added. * http/tests/local/blob/send-sliced-data-blob-expected.txt: Added. * http/tests/local/blob/send-sliced-data-blob.html: Added. * http/tests/local/resources/file-for-drag-to-send2.txt: Added. * http/tests/resources/post-and-verify-hybrid.cgi: Added. * platform/chromium/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles and Blob.slice. * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/qt/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles and Blob.slice. * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/win/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles and Blob.slice. * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/prototype-inheritance-2-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@61650 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 21 Jun, 2010 3 commits
-
-
kinuko@chromium.org authored
Unreviewed, rolling out r61585. http://trac.webkit.org/changeset/61585 https://bugs.webkit.org/show_bug.cgi?id=40950 It broke builds (Requested by kinuko on #webkit). * Android.derived.jscbindings.mk: * Android.derived.v8bindings.mk: * CMakeLists.txt: * DerivedSources.cpp: * DerivedSources.make: * GNUmakefile.am: * WebCore.gypi: * WebCore.pri: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * html/BlobBuilder.cpp: (WebCore::BlobBuilder::appendString): (WebCore::BlobBuilder::appendBlob): * html/BlobBuilder.h: * page/DOMWindow.idl: 2010-06-21 Sheriff Bot <webkit.review.bot@gmail.com> Unreviewed, rolling out r61585. http://trac.webkit.org/changeset/61585 https://bugs.webkit.org/show_bug.cgi?id=40950 It broke builds (Requested by kinuko on #webkit). * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/constructed-objects-prototypes-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: * platform/chromium/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/Skipped: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/qt/Skipped: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/win/Skipped: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/prototype-inheritance-2-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@61586 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
kinuko@chromium.org authored
Reviewed by Adam Barth. Add BlobBuilder.idl to expose BlobBuilder interface https://bugs.webkit.org/show_bug.cgi?id=40593 BlobBuilder is defined in FileAPI's FileWriter spec. (http://dev.w3.org/2009/dap/file-system/file-writer.html) Also removes the ENABLE_FILE_WRITER ifdef guard for BlobBuilder. Tests: http/tests/local/blob/send-data-blob.html http/tests/local/blob/send-hybrid-blob.html http/tests/local/blob/send-sliced-data-blob.html * Android.derived.jscbindings.mk: * Android.derived.v8bindings.mk: * CMakeLists.txt: * DerivedSources.cpp: * DerivedSources.make: * GNUmakefile.am: * WebCore.gypi: * WebCore.pri: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * html/BlobBuilder.cpp: (WebCore::BlobBuilder::append): * html/BlobBuilder.h: * html/BlobBuilder.idl: Added. * page/DOMWindow.idl: 2010-06-21 Kinuko Yasuda <kinuko@chromium.org> Reviewed by Adam Barth. Add BlobBuilder.idl to expose BlobBuilder interface https://bugs.webkit.org/show_bug.cgi?id=40593 Add new layout tests to test BlobBuilder interface. Also update test expectations affected by adding the constructors to DOMWindow. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/constructed-objects-prototypes-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: * http/tests/local/blob/resources/hybrid-blob-util.js: Added. * http/tests/local/blob/script-tests/TEMPLATE.html: Added. * http/tests/local/blob/script-tests/send-data-blob.js: Added. * http/tests/local/blob/script-tests/send-hybrid-blob.js: Added. * http/tests/local/blob/script-tests/send-sliced-data-blob.js: Added. * http/tests/local/blob/send-data-blob-expected.txt: Added. * http/tests/local/blob/send-data-blob.html: Added. * http/tests/local/blob/send-hybrid-blob-expected.txt: Added. * http/tests/local/blob/send-hybrid-blob.html: Added. * http/tests/local/blob/send-sliced-data-blob-expected.txt: Added. * http/tests/local/blob/send-sliced-data-blob.html: Added. * http/tests/local/resources/file-for-drag-to-send2.txt: Added. * http/tests/resources/post-and-verify-hybrid.cgi: Added. * platform/chromium/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles Blob.slice. * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/qt/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles Blob.slice. * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/win/Skipped: Added send-hybrid-blob.html and send-sliced-data-blob.html because they need eventSender.beginDragWithFiles Blob.slice. * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/prototype-inheritance-2-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@61585 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dumi@chromium.org authored
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@61532 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 12 Jun, 2010 1 commit
-
-
eric@webkit.org authored
Reviewed by Darin Adler. Window object should have CanvasGradient and CanvasPattern https://bugs.webkit.org/show_bug.cgi?id=40394 Unskipped 2 tests that are now working properly. * canvas/philip/tests/2d.gradient.object.return-expected.txt: * canvas/philip/tests/2d.pattern.basic.type-expected.txt: * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/dom-constructors-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/mac/Skipped: * platform/qt/Skipped: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: 2010-06-12 Andreas Kling <andreas.kling@nokia.com> Reviewed by Darin Adler. Window object should have CanvasGradient and CanvasPattern https://bugs.webkit.org/show_bug.cgi?id=40394 This fixes the following tests: - canvas/philip/tests/2d.gradient.object.return.html - canvas/philip/tests/2d.pattern.basic.type.html * html/canvas/CanvasGradient.idl: * html/canvas/CanvasPattern.idl: * page/DOMWindow.idl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@61071 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 24 May, 2010 1 commit
-
-
jorlow@chromium.org authored
Not reviewed. I forgot to update platform specific expectations in http://trac.webkit.org/changeset/44943 * platform/chromium/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/prototype-inheritance-2-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: * platform/win/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@60070 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 May, 2010 1 commit
-
-
zimmermann@webkit.org authored
Not reviewed. Rebaseline GTK specific results after exposing JSSVGVKernElement/JSSVGHKernElement. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@59012 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 22 Apr, 2010 1 commit
-
-
eric@webkit.org authored
Unreviewed expected results update. Rename window.media to window.styleMedia https://bugs.webkit.org/show_bug.cgi?id=36187 * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/media/print-restores-previous-mediatype-expected.txt: * platform/chromium/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/prototype-inheritance-2-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: 2010-04-22 Kenneth Rohde Christiansen <kenneth@webkit.org> Reviewed by Simon Fraser. Rename window.media to window.styleMedia https://bugs.webkit.org/show_bug.cgi?id=36187 It has been defined that the AbstractView media extension defined in the CSSOM View spec should be renamed to styleMedia. This patch does that and updates the current layout tests making use of it. * page/AbstractView.idl: * page/DOMWindow.cpp: (WebCore::DOMWindow::styleMedia): * page/DOMWindow.h: * page/DOMWindow.idl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@58085 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 05 Apr, 2010 2 commits
-
-
yael.aharon@nokia.com authored
Separate test results for gtk platform because progress element is not implemented for that platform yet. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Added. * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Added. * platform/gtk/fast/js: Added. * platform/gtk/fast/js/global-constructors-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@57092 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
Unreviewed. Update expected results for addition of HTMLProgressElement. We didn't see these errors until later because our dependencies are screwed up. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@57087 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 15 Mar, 2010 1 commit
-
-
jianli@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=36024 Reviewed by Sam Weinig. The implementation is based on XMLHttpRequest 2 spec: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#formdata Test: http/tests/local/send-form-data.html * Android.derived.jscbindings.mk: * Android.derived.v8bindings.mk: * Android.jscbindings.mk: * DerivedSources.cpp: * DerivedSources.make: * GNUmakefile.am: * WebCore.pri: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * bindings/js/JSDOMFormDataCustom.cpp: Added. * bindings/js/JSXMLHttpRequestCustom.cpp: (WebCore::JSXMLHttpRequest::send): * bindings/scripts/CodeGeneratorJS.pm: * html/DOMFormData.idl: Added. * page/DOMWindow.idl: LayoutTests: Add DOMFormData.idl to expose FormData interface https://bugs.webkit.org/show_bug.cgi?id=36024 Reviewed by Sam Weinig. Add a layout test to test sending FormData via XMLHttpRequest. Also changed all test results that are affected by exposing FormData. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/constructed-objects-prototypes-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: * http/tests/local/resources/send-form-data.js: Added. * http/tests/local/send-form-data-expected.txt: Added. * http/tests/local/send-form-data.html: Added. * http/tests/xmlhttprequest/resources/multipart-post-echo.php: Added. * platform/gtk/Skipped: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/qt/Skipped: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: * platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@56003 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 12 Mar, 2010 2 commits
-
-
dimich@chromium.org authored
Reverts 55920 and 55921. Landing for Jian Li. WebCore: * Android.derived.jscbindings.mk: * Android.derived.v8bindings.mk: * DerivedSources.cpp: * DerivedSources.make: * GNUmakefile.am: * WebCore.gypi: * WebCore.pri: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * bindings/js/JSDOMFormDataCustom.cpp: Removed. * bindings/js/JSXMLHttpRequestCustom.cpp: (WebCore::JSXMLHttpRequest::send): * bindings/scripts/CodeGeneratorJS.pm: * bindings/v8/V8Index.h: * bindings/v8/custom/V8DOMFormDataCustom.cpp: Removed. * bindings/v8/custom/V8XMLHttpRequestCustom.cpp: (WebCore::V8XMLHttpRequest::sendCallback): * html/DOMFormData.idl: Removed. * page/DOMWindow.idl: LayoutTests: * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/constructed-objects-prototypes-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: * http/tests/local/resources/send-form-data.js: Removed. * http/tests/local/send-form-data-expected.txt: Removed. * http/tests/local/send-form-data.html: Removed. * http/tests/xmlhttprequest/resources/multipart-post-echo.php: Removed. * platform/gtk/Skipped: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/qt/Skipped: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: * platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55926 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jianli@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=36024 Reviewed by Sam Weinig. The implementation is based on XMLHttpRequest 2 spec: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#formdata Test: http/tests/local/send-form-data.html * Android.derived.jscbindings.mk: * Android.derived.v8bindings.mk: * DerivedSources.cpp: * DerivedSources.make: * GNUmakefile.am: * WebCore.pri: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * bindings/js/JSDOMFormDataCustom.cpp: Added. * bindings/js/JSXMLHttpRequestCustom.cpp: (WebCore::JSXMLHttpRequest::send): * bindings/scripts/CodeGeneratorJS.pm: * html/DOMFormData.idl: Added. * page/DOMWindow.idl: LayoutTests: Add DOMFormData.idl to expose FormData interface https://bugs.webkit.org/show_bug.cgi?id=36024 Reviewed by Sam Weinig. Add a layout test to test sending FormData via XMLHttpRequest. Also changed all test results that are affected by exposing FormData. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/constructed-objects-prototypes-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: * http/tests/local/resources/send-form-data.js: Added. * http/tests/local/send-form-data-expected.txt: Added. * http/tests/local/send-form-data.html: Added. * http/tests/xmlhttprequest/resources/multipart-post-echo.php: Added. * platform/gtk/Skipped: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/qt/Skipped: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: * platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55920 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 11 Feb, 2010 1 commit
-
-
oliver@apple.com authored
Reviewed by Gavin Barraclough. postMessage does not send ImageData https://bugs.webkit.org/show_bug.cgi?id=34825 Add test for postMessage passing ImageData Update a few other tests to cover the fact that ImageData's constructor is now available on the window object. * fast/dom/Window/window-postmessage-clone-expected.txt: * fast/dom/Window/window-postmessage-clone.html: * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * fast/js/global-constructors-expected.txt: 2010-02-10 Oliver Hunt <oliver@apple.com> Reviewed by Gavin Barraclough. postMessage does not send ImageData https://bugs.webkit.org/show_bug.cgi?id=34825 Implement serialisation of ImageData, and for testing reasons expose the ImageData constructor (which should already have been exposed). * bindings/js/SerializedScriptValue.cpp: (WebCore::SerializedImageData::create): (WebCore::SerializedImageData::width): (WebCore::SerializedImageData::height): (WebCore::SerializedImageData::data): (WebCore::SerializedImageData::SerializedImageData): (WebCore::SerializedScriptValueData::SerializedScriptValueData): (WebCore::SharedSerializedData::asImageData): (WebCore::SerializingTreeWalker::convertIfTerminal): (WebCore::DeserializingTreeWalker::convertIfTerminal): (WebCore::TeardownTreeWalker::convertIfTerminal): * bindings/js/SerializedScriptValue.h: (WebCore::SerializedScriptValueData::): (WebCore::SerializedScriptValueData::asImageData): * html/canvas/CanvasPixelArray.h: (WebCore::CanvasPixelArray::data): * page/DOMWindow.idl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54646 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 22 Jan, 2010 2 commits
-
-
jianli@chromium.org authored
Updated the newly added test to count the change from r53722. * fast/dom/Window/window-property-descriptors-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53727 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Darin Adler. Object.getOwnPropertyDescriptor(window) returns descriptors for properties in the prototype chain https://bugs.webkit.org/show_bug.cgi?id=33948 Even though prototype properties are proxied by JSDOMWindow::getOwnPropertySlot(), that proxying should not be performed by JSDOMWindow::getOwnPropertyDescriptor(). This makes getOwnPropertyDescriptor() consistent with getOwnPropertyNames(). Test: fast/dom/Window/window-property-descriptors.html * bindings/js/JSDOMWindowCustom.cpp: (WebCore::JSDOMWindow::getOwnPropertyDescriptor): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53706 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-