xan@webkit.org [Mon, 28 Jun 2010 20:01:11 +0000 (20:01 +0000)]
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
Bump version to 1.3.2.
* configure.ac:
WebKit/gtk:
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
Update for 1.3.2.
* NEWS:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62027
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
xan@webkit.org [Mon, 28 Jun 2010 19:30:09 +0000 (19:30 +0000)]
2010-06-28 Xan Lopez <xlopez@igalia.com>
Fix distcheck.
* GNUmakefile.am:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62026
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig@apple.com [Mon, 28 Jun 2010 19:28:48 +0000 (19:28 +0000)]
Rubber-stamped Geoffrey Garen.
Add WKBundleFrameIsMainFrame to exports file.
* mac/WebKit2.exp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62025
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
robert@webkit.org [Mon, 28 Jun 2010 19:24:53 +0000 (19:24 +0000)]
2010-06-28 Robert Hogan <robert@webkit.org>
Unreviewed, rolling out r62021.
http://trac.webkit.org/changeset/62021
https://bugs.webkit.org/show_bug.cgi?id=41261
Broke http/navigation tests among other
* platform/qt/Skipped:
2010-06-28 Robert Hogan <robert@webkit.org>
Unreviewed, rolling out r62021.
http://trac.webkit.org/changeset/62021
https://bugs.webkit.org/show_bug.cgi?id=41261
Broke http/navigation tests among other
* DumpRenderTree/qt/DumpRenderTreeQt.cpp:
(WebCore::DumpRenderTree::dumpFramesAsText):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62024
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig@apple.com [Mon, 28 Jun 2010 19:22:40 +0000 (19:22 +0000)]
Add run-webkittestrunner to run WebKitTestRunner with the appropriate
environment.
Reviewed by Anders Carlsson.
* Scripts/run-webkittestrunner: Added.
* Scripts/webkitdirs.pm:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62023
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
xan@webkit.org [Mon, 28 Jun 2010 19:21:54 +0000 (19:21 +0000)]
2010-06-28 Xan Lopez <xlopez@igalia.com>
Rubber-stamped by Gustavo Noronha.
Bump gobject-introspection required version to 0.6.15, since we
are now shipping version 1.1 gir files.
* configure.ac:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62022
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
robert@webkit.org [Mon, 28 Jun 2010 19:07:24 +0000 (19:07 +0000)]
2010-06-28 Robert Hogan <robert@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] dump frames in ascending alphabetical order of title
https://bugs.webkit.org/show_bug.cgi?id=41261
Unskip:
http/tests/navigation/metaredirect-frames.html
http/tests/navigation/redirect302-frames.html
http/tests/navigation/redirect302-subframeload.html
http/tests/navigation/timerredirect-frames.html
* platform/qt/Skipped:
2010-06-28 Robert Hogan <robert@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] dump frames in ascending alphabetical order of title
https://bugs.webkit.org/show_bug.cgi?id=41261
* DumpRenderTree/qt/DumpRenderTreeQt.cpp:
(WebCore::DumpRenderTree::dumpFramesAsText):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62021
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
robert@webkit.org [Mon, 28 Jun 2010 18:46:42 +0000 (18:46 +0000)]
2010-06-28 Robert Hogan <robert@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] dump bf history of child windows
https://bugs.webkit.org/show_bug.cgi?id=41266
Unskip http/tests/navigation/new-window-redirect-history.html
* platform/qt/Skipped:
2010-06-28 Robert Hogan <robert@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] dump bf history of child windows
https://bugs.webkit.org/show_bug.cgi?id=41266
* DumpRenderTree/qt/DumpRenderTreeQt.cpp:
(WebCore::DumpRenderTree::dumpBackForwardList):
(WebCore::DumpRenderTree::dump):
* DumpRenderTree/qt/DumpRenderTreeQt.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62020
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
weinig@apple.com [Mon, 28 Jun 2010 18:32:11 +0000 (18:32 +0000)]
Patch for https://bugs.webkit.org/show_bug.cgi?id=41288
WebKit2: Add frame API for InjectedBundle code
Reviewed by Anders Carlsson.
WebKit2:
* WebKit2.xcodeproj/project.pbxproj:
* WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp: Added.
(WKBundleFrameIsMainFrame):
(WKBundleFrameGetURL):
* WebProcess/InjectedBundle/API/c/WKBundleFrame.h: Added.
* WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:
(WKBundlePageGetMainFrame):
* WebProcess/InjectedBundle/API/c/WKBundlePage.h:
* WebProcess/WebPage/WebFrame.cpp:
(WebKit::WebFrame::isMainFrame):
(WebKit::WebFrame::url):
* WebProcess/WebPage/WebFrame.h:
* WebProcess/WebPage/WebPage.cpp:
* WebProcess/WebPage/WebPage.h:
(WebKit::WebPage::mainFrame):
* mac/WebKit2.exp:
* win/WebKit2.vcproj:
WebKitTools:
* MiniBrowser/mac/WebBundle/WebBundleMain.m:
(_didClearWindowForFrame):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62019
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
kbr@google.com [Mon, 28 Jun 2010 17:41:40 +0000 (17:41 +0000)]
2010-06-28 Kenneth Russell <kbr@google.com>
Reviewed by Dimitri Glazkov.
Index validation caches buffer size information too aggressively
https://bugs.webkit.org/show_bug.cgi?id=41092
Test: fast/canvas/webgl/index-validation-with-resized-buffer.html
* html/canvas/WebGLRenderingContext.cpp:
(WebCore::WebGLRenderingContext::validateRenderingState):
- Compute the number of valid elements each time based on the latched buffer.
(WebCore::WebGLRenderingContext::vertexAttribPointer):
- Do not cache the buffer size, only the attributes used to
compute the number of required elements.
* html/canvas/WebGLRenderingContext.h:
(WebCore::WebGLRenderingContext::VertexAttribState::VertexAttribState):
- Ditto.
2010-06-28 Kenneth Russell <kbr@google.com>
Reviewed by Dimitri Glazkov.
Index validation caches buffer size information too aggressively
https://bugs.webkit.org/show_bug.cgi?id=41092
* fast/canvas/webgl/index-validation-with-resized-buffer-expected.txt: Added.
* fast/canvas/webgl/index-validation-with-resized-buffer.html: Added.
* fast/canvas/webgl/resources/webgl-test.js:
(assertMsg):
(glErrorShouldBe):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62018
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Mon, 28 Jun 2010 17:13:28 +0000 (17:13 +0000)]
2010-06-28 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Simon Hausmann.
[Qt] Replace single treat-as-space characters with normal space
https://bugs.webkit.org/show_bug.cgi?id=41278
This keeps Qt from attempting glyph substitution and loading a bunch
of extra fonts when encountering entities.
* platform/graphics/qt/FontQt.cpp:
(WebCore::Font::floatWidthForComplexText):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62017
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Mon, 28 Jun 2010 17:00:39 +0000 (17:00 +0000)]
2010-06-28 Robin Cao <robin.cao@torchmobile.com.cn>
Reviewed by Dan Bernstein.
canvas fillText with @font-face crashes
https://bugs.webkit.org/show_bug.cgi?id=35486
The font object in CanvasRenderingContext2D may become invalid at some point.
Override recalcStyle() in HTMLCanvasElement, and update the font object from there if needed.
A test already exists: canvas/philip/tests/2d.text.draw.fontface.repeat.html
* html/HTMLCanvasElement.cpp:
(WebCore::HTMLCanvasElement::recalcStyle):
* html/HTMLCanvasElement.h:
* html/canvas/CanvasRenderingContext2D.cpp:
(WebCore::CanvasRenderingContext2D::updateFont):
* html/canvas/CanvasRenderingContext2D.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62016
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
leandro@webkit.org [Mon, 28 Jun 2010 16:23:34 +0000 (16:23 +0000)]
2010-06-28 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Unreviewed build fix.
[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.
* wtf/efl/MainThreadEfl.cpp:
(WTF::timeoutFired): Return Eina_Bool instead of int.
2010-06-28 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Unreviewed build fix.
[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.
* efl/EWebLauncher/main.c:
* efl/ewk/ewk_view.cpp:
(_ewk_view_zoom_animator_cb): Return Eina_Bool instead of int.
2010-06-28 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Unreviewed build fix.
[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.
No new functionality, so no new tests.
* platform/efl/SharedTimerEfl.cpp:
(WebCore::timerEvent): Return Eina_Bool instead of int.
2010-06-28 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Unreviewed build fix.
[EFL] Build fix for latest version of Ecore library.
Ecore recently changed return type of callbacks from int to Eina_Bool.
* cmake/FindEFL.cmake: Bump version of Ecore dependency.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62015
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
xan@webkit.org [Mon, 28 Jun 2010 16:11:52 +0000 (16:11 +0000)]
2010-06-28 Xan Lopez <xlopez@igalia.com>
Fix build with GTK+ older than 2.18
* platform/gtk/ScrollViewGtk.cpp:
(WebCore::ScrollView::visibleContentRect):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62014
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
xan@webkit.org [Mon, 28 Jun 2010 16:02:59 +0000 (16:02 +0000)]
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Adam Barth.
[GTK] Push NULL context on every DOM bindings entry point
https://bugs.webkit.org/show_bug.cgi?id=39967
Update GObject DOM bindings to push the NULL context on every API
entry point, and update bindings test results.
* bindings/scripts/CodeGeneratorGObject.pm:
* bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp:
* bindings/scripts/test/GObject/WebKitDOMTestObj.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62013
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrobinson@webkit.org [Mon, 28 Jun 2010 16:01:56 +0000 (16:01 +0000)]
2010-06-28 Martin Robinson <martin.james.robinson@gmail.com>
Reviewed by Adam Roben.
[WinCairo] Text box backgrounds do not render in partially opaque layers
https://bugs.webkit.org/show_bug.cgi?id=41113
Tests:
manual-tests/partially-opaque-text-input.html
* platform/graphics/win/GraphicsContextCairoWin.cpp:
(WebCore::GraphicsContext::releaseWindowsContext):
When restoring a context which does not support alpha blending, manually
set the alpha channel of the HBITMAP to fully opaque. This will effectively
ignore the alpha channel of the HBITMAP, which is necessary because GDI
drawing functions set the alpha value to be fully transparent (0).
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62012
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrobinson@webkit.org [Mon, 28 Jun 2010 16:00:55 +0000 (16:00 +0000)]
2010-06-28 Martin Robinson <martin.james.robinson@gmail.com>
Reviewed by Adam Roben.
[WinCairo] Rendering of themed elements on a layer with opacity produces nothing
https://bugs.webkit.org/show_bug.cgi?id=41111
Tests:
manual-tests/partially-opaque-form-elements.html
* platform/graphics/win/GraphicsContextCairoWin.cpp:
(WebCore::GraphicsContext::releaseWindowsContext):
Preform a cairo_save() and a cairo_restore() around code modifying the transformation
matrix of the Cairo surface. Also set the destination coordinates before adjusting
the transformation matrix scale, so that the destination coordinates are not scaled
as well.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62011
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Mon, 28 Jun 2010 15:47:31 +0000 (15:47 +0000)]
2010-06-28 Sam Magnuson <smagnuson@netflix.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] GraphicsLayerQt delay seems unnecessary.
https://bugs.webkit.org/show_bug.cgi?id=40846
* compositing/animation/busy-indicator-no.png: Added.
* compositing/animation/busy-indicator.html: Added.
* compositing/animation/busy-indicator.png: Added.
2010-06-28 Sam Magnuson <smagnuson@netflix.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] GraphicsLayerQt delay seems unnecessary.
https://bugs.webkit.org/show_bug.cgi?id=40846
Test: compositing/animation/busy-indicator.html
* platform/graphics/qt/GraphicsLayerQt.cpp:
(WebCore::GraphicsLayerQtImpl::recache):
(WebCore::GraphicsLayerQtImpl::flushChanges):
(WebCore::GraphicsLayerQt::setContentsToImage):
(WebCore::GraphicsLayerQt::addAnimation):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62010
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
jesus@webkit.org [Mon, 28 Jun 2010 15:35:02 +0000 (15:35 +0000)]
2010-06-28 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] QtTestBrowser does not have a "Load" button ; therefore, unable to load pages on touch only symbian devices (portrait mode).
https://bugs.webkit.org/show_bug.cgi?id=38597
Fix behavior so reload button really acts as a load and a reload button.
* QtTestBrowser/mainwindow.cpp:
(MainWindow::changeLocation):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62009
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Mon, 28 Jun 2010 15:31:39 +0000 (15:31 +0000)]
2010-06-28 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Kenneth Rohde Christiansen.
[EFL] Simplify zoom setting by narrowing with WebCore API.
Instead of creating a zoom_text_only field, use the already defined enum
by WebCore.
https://bugs.webkit.org/show_bug.cgi?id=40993
* efl/ewk/ewk_frame.cpp: sd->zoom_text_only => sd->zoom_mode
(ewk_frame_zoom_set):
(ewk_frame_zoom_text_only_get):
(ewk_frame_zoom_text_only_set):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62008
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Mon, 28 Jun 2010 15:19:59 +0000 (15:19 +0000)]
2010-06-28 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] QScriptValue should have API for accessing object properties
https://bugs.webkit.org/show_bug.cgi?id=40903
Make possible to access properties inside QScriptValues. While this
still doesn't support the ResolveLocal parameter, it is already useful
for testing the API.
The tests from upstream QtScript weren't imported since most of them
depend on the setProperty() function as well. A simple test was created.
* qt/api/qscriptvalue.cpp:
(QScriptValue::property):
* qt/api/qscriptvalue.h:
(QScriptValue::):
* qt/api/qscriptvalue_p.h:
(QScriptValuePrivate::property):
* qt/tests/qscriptvalue/tst_qscriptvalue.cpp:
(tst_QScriptValue::propertySimple):
* qt/tests/qscriptvalue/tst_qscriptvalue.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62007
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Mon, 28 Jun 2010 15:08:02 +0000 (15:08 +0000)]
2010-06-28 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Kenneth Rohde Christiansen.
[EFL] Implement download requests
When a download request arrives through FrameLoaderClient, forward it to
browser in order to be possible to download files.
https://bugs.webkit.org/show_bug.cgi?id=40967
* efl/WebCoreSupport/FrameLoaderClientEfl.cpp:
(WebCore::FrameLoaderClientEfl::download): get file names and
forward to ewk_view_download_request()
* efl/ewk/ewk_private.h: export private function to WebCoreSupport
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62006
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mnaganov@chromium.org [Mon, 28 Jun 2010 15:05:39 +0000 (15:05 +0000)]
2010-06-28 Mikhail Naganov <mnaganov@chromium.org>
Unreviewed test expectations update. Remove now passing fast/events/popup-allowed-from-gesture-initiated-form-submit.html
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62005
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
xan@webkit.org [Mon, 28 Jun 2010 14:39:17 +0000 (14:39 +0000)]
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
Until now we were adding the event listeners for a given object in
the wrap method, since that's the first moment we have accoss to
the core WebCore object. The problem is that we only install the
listeners that the topmost class in the class hierarchy needs (eg,
HTMLParagrahElement for a P element), when most of the actual
event attributes are defined in the base classes (Node, Element,
...).
To fix this set the core object as a construct/write-only property
on the wrapper GObject, and set the eventlisteners in the cGObject
'construct' method, chaining up through all the class hierarchy
until the end. This way we'll get all the eventlisteners defined
in all the superclasses of our object, which is what we want.
* bindings/gobject/WebKitDOMObject.cpp:
(webkit_dom_object_get_property):
(webkit_dom_object_set_property):
(webkit_dom_object_class_init):
* bindings/scripts/CodeGeneratorGObject.pm:
* dom/Node.idl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62004
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
xan@webkit.org [Mon, 28 Jun 2010 14:32:19 +0000 (14:32 +0000)]
2010-06-28 Xan Lopez <xlopez@igalia.com>
Fix GTK+ build.
* platform/gtk/RenderThemeGtk.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62003
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
xan@webkit.org [Mon, 28 Jun 2010 14:18:12 +0000 (14:18 +0000)]
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Does not compile with -DGSEAL_ENABLE
https://bugs.webkit.org/show_bug.cgi?id=37851
Add automake flag to signal whether we are building with GTK+ 2.x
or 3.x.
* configure.ac:
WebCore:
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Does not compile with -DGSEAL_ENABLE
https://bugs.webkit.org/show_bug.cgi?id=37851
Fix build with GSEAL enabled.
* GNUmakefile.am:
* platform/gtk/GtkVersioning.h:
* platform/gtk/RenderThemeGtk.cpp:
(WebCore::paintMozillaGtkWidget):
(WebCore::RenderThemeGtk::platformActiveSelectionBackgroundColor):
(WebCore::RenderThemeGtk::platformInactiveSelectionBackgroundColor):
(WebCore::RenderThemeGtk::platformActiveSelectionForegroundColor):
(WebCore::RenderThemeGtk::platformInactiveSelectionForegroundColor):
(WebCore::RenderThemeGtk::activeListBoxSelectionBackgroundColor):
(WebCore::RenderThemeGtk::inactiveListBoxSelectionBackgroundColor):
(WebCore::RenderThemeGtk::activeListBoxSelectionForegroundColor):
(WebCore::RenderThemeGtk::inactiveListBoxSelectionForegroundColor):
(WebCore::RenderThemeGtk::systemColor):
* platform/gtk/ScrollViewGtk.cpp:
(WebCore::ScrollView::platformRemoveChild):
(WebCore::ScrollView::visibleContentRect):
* platform/gtk/gtk2drawing.c:
(ensure_toggle_button_widget):
(ensure_combo_box_widgets):
(ensure_combo_box_entry_widgets):
(ensure_tree_header_cell_widget):
(moz_gtk_button_paint):
(moz_gtk_toggle_paint):
(calculate_button_inner_rect):
(calculate_arrow_rect):
(moz_gtk_scrollbar_button_paint):
(moz_gtk_scrollbar_trough_paint):
(moz_gtk_scrollbar_thumb_paint):
(moz_gtk_spin_paint):
(moz_gtk_spin_updown_paint):
(moz_gtk_scale_paint):
(moz_gtk_scale_thumb_paint):
(moz_gtk_gripper_paint):
(moz_gtk_hpaned_paint):
(moz_gtk_vpaned_paint):
(moz_gtk_entry_paint):
(moz_gtk_treeview_paint):
(moz_gtk_tree_header_sort_arrow_paint):
(moz_gtk_treeview_expander_paint):
(moz_gtk_expander_paint):
(moz_gtk_combo_box_paint):
(moz_gtk_downarrow_paint):
(moz_gtk_combo_box_entry_button_paint):
(moz_gtk_container_paint):
(moz_gtk_toggle_label_paint):
(moz_gtk_toolbar_paint):
(moz_gtk_toolbar_separator_paint):
(moz_gtk_tooltip_paint):
(moz_gtk_resizer_paint):
(moz_gtk_frame_paint):
(moz_gtk_progressbar_paint):
(moz_gtk_progress_chunk_paint):
(moz_gtk_get_tab_thickness):
(moz_gtk_tab_paint):
(moz_gtk_tabpanels_paint):
(moz_gtk_tab_scroll_arrow_paint):
(moz_gtk_menu_bar_paint):
(moz_gtk_menu_popup_paint):
(moz_gtk_menu_separator_paint):
(moz_gtk_menu_item_paint):
(moz_gtk_menu_arrow_paint):
WebKit/gtk:
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Does not compile with -DGSEAL_ENABLE
https://bugs.webkit.org/show_bug.cgi?id=37851
Fix build with GSEAL enabled.
* WebCoreSupport/FrameLoaderClientGtk.cpp:
(WebKit::FrameLoaderClient::transitionToCommittedForNewPage):
* webkit/webkitsoupauthdialog.c:
(show_auth_dialog):
WebKitTools:
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Does not compile with -DGSEAL_ENABLE
https://bugs.webkit.org/show_bug.cgi?id=37851
Fix build with GSEAL enabled.
* DumpRenderTree/gtk/EventSender.cpp:
(gtk_widget_get_window):
(prepareMouseButtonEvent):
(mouseMoveToCallback):
(mouseWheelToCallback):
(keyDownCallback):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62002
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
xan@webkit.org [Mon, 28 Jun 2010 13:58:42 +0000 (13:58 +0000)]
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Add support for GTK+3
https://bugs.webkit.org/show_bug.cgi?id=41253
Add --with-gtk configure flag, defaulting to support for GTK+ 2.x.
* GNUmakefile.am:
* configure.ac:
WebCore:
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Add support for GTK+3
https://bugs.webkit.org/show_bug.cgi?id=41253
Adapt build system for 3.x support.
* GNUmakefile.am:
WebKit/gtk:
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Add support for GTK+3
https://bugs.webkit.org/show_bug.cgi?id=41253
Adapt build system for 3.x support, allow the JSCore gir and webkit
pc files to be configurable at build time for different API
versions.
* JSCore-1.0.gir: Removed.
* JSCore.gir.in: Added.
* docs/GNUmakefile.am:
* webkit.pc.in:
JavaScriptCore:
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Add support for GTK+3
https://bugs.webkit.org/show_bug.cgi?id=41253
Suffix jsc with the API version of the library, so that
libwebkitgtk 1.x and 3.x can install jsc.
* GNUmakefile.am:
WebKitTools:
2010-06-28 Xan Lopez <xlopez@igalia.com>
Reviewed by Gustavo Noronha.
[GTK] Add support for GTK+3
https://bugs.webkit.org/show_bug.cgi?id=41253
Adapt build system for 3.x support.
* GNUmakefile.am:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62001
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
yurys@chromium.org [Mon, 28 Jun 2010 13:16:48 +0000 (13:16 +0000)]
2010-06-28 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Fix Chromium debugger tests.
* src/js/Tests.js:
(.TestSuite.prototype.testDebugIntrinsicProperties):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@62000
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
morrita@google.com [Mon, 28 Jun 2010 13:07:44 +0000 (13:07 +0000)]
2010-06-28 MORITA Hajime <morrita@google.com>
Unreviewd. Skipped a test for qt at this time due to outdated expectation.
We need to rebaseline it.
* platform/qt/Skipped:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61999
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
morrita@google.com [Mon, 28 Jun 2010 12:49:46 +0000 (12:49 +0000)]
2010-06-28 MORITA Hajime <morrita@google.com>
Unreviewed text expectations update after r61993.
* platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61998
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
yurys@chromium.org [Mon, 28 Jun 2010 12:36:55 +0000 (12:36 +0000)]
2010-06-28 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
[v8] Web Inspector: properties of scope variables are flattened while on a breakpoint.
https://bugs.webkit.org/show_bug.cgi?id=41214
* inspector/debugger-proto-property-expected.txt: Added.
* inspector/debugger-proto-property.html: Added.
* platform/qt/Skipped:
2010-06-28 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
[v8] Web Inspector: properties of scope variables are flattened while on a breakpoint.
https://bugs.webkit.org/show_bug.cgi?id=41214
Test: inspector/debugger-proto-property.html
* inspector/front-end/InjectedScript.js:
(injectedScriptConstructor): object proxy with non-empty path cannot be scope proxy.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61997
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
morrita@google.com [Mon, 28 Jun 2010 12:30:07 +0000 (12:30 +0000)]
2010-06-28 MORITA Hajime <morrita@google.com>
Unreviewed text expectations update after r61993.
* platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Added.
* platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
* platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum:
* platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
* platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: Added.
* platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.checksum:
* platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
* platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61996
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
hausmann@webkit.org [Mon, 28 Jun 2010 12:21:17 +0000 (12:21 +0000)]
[QT][S60] build-webkit scripts picks wrong make spec for windows build
https://bugs.webkit.org/show_bug.cgi?id=41198
Patch by Mahesh Kulkarni <mahesh.kulkarni@nokia.com> on 2010-06-10
Reviewed by Simon Hausmann.
Instead of checking for existence of %EPOCROOT% on windows, mandatory use of --symbian flag for symbian builds.
* Scripts/webkitdirs.pm:
(determineIsSymbian): remove check for %EPOCROOT% as one can build for windows port of QT as well
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61995
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
morrita@google.com [Mon, 28 Jun 2010 11:40:23 +0000 (11:40 +0000)]
2010-06-28 MORITA Hajime <morrita@google.com>
Unreviewed attempt to fix windows build.
* page/DOMWindow.idl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61994
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
morrita@google.com [Mon, 28 Jun 2010 11:20:33 +0000 (11:20 +0000)]
2010-06-22 MORITA Hajime <morrita@google.com>
Reviewed by Kent Tamura.
<progress> should be styled with -webkit-progress-bar-value
https://bugs.webkit.org/show_bug.cgi?id=40823
Added cases for various style combinations, and explanations for
that cases.
* fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html:
* platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum:
* platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
* platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/qt/Skipped:
2010-06-22 MORITA Hajime <morrita@google.com>
Reviewed by Kent Tamura.
<progress> should be styled with -webkit-progress-bar-value
https://bugs.webkit.org/show_bug.cgi?id=40823
Fixed to peek styles of the shadow node pseudo class to fallback
to non-styled painting.
* css/html.css:
(progress): Added defaul background-color.
(progress::-webkit-progress-bar-value): Added defaul background-color.
* rendering/RenderProgress.cpp:
(WebCore::RenderProgress::shouldHaveParts):
(WebCore::RenderProgress::updatePartsState):
Test: fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61993
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ossy@webkit.org [Mon, 28 Jun 2010 10:30:26 +0000 (10:30 +0000)]
2010-06-28 Csaba Osztrogonác <ossy@webkit.org>
Reviewed by Kent Tamura.
GCC suggest parentheses around && within ||
https://bugs.webkit.org/show_bug.cgi?id=41245
* rendering/RenderBlock.cpp:
(WebCore::RenderBlock::paintChildren):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61992
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eric@webkit.org [Mon, 28 Jun 2010 10:01:50 +0000 (10:01 +0000)]
2010-06-28 Eric Seidel <eric@webkit.org>
Unreviewed. Update test-html5-parser results to
match the results from the new treebuilder.
These results were otherwise useless now that we
have he HTML5 Tokenizer on by default.
* html5lib/runner-expected-html5.txt:
* html5lib/webkit-resumer-expected-html5.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61991
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Mon, 28 Jun 2010 09:56:30 +0000 (09:56 +0000)]
2010-06-28 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Don't dump contents of <script> elements in LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=41277
Apparently we need to tell each element when we start and stop parsing
its children. If we don't do this, we see the contents of every script
and style element in dumpAsText LayoutTests. (This patch is *well*
covered by LayoutTests.)
* html/HTMLTreeBuilder.h:
(WebCore::HTMLTreeBuilder::ElementStack::pop):
(WebCore::HTMLTreeBuilder::ElementStack::push):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61990
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eric@webkit.org [Mon, 28 Jun 2010 09:44:35 +0000 (09:44 +0000)]
2010-06-28 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
Make it possible to test the new HTML5 TreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=41276
Adam was concerned that someone might make their port
depend on this setting (I guess we had some trouble with that
with the HTML5Parser setting), so I littered the code with warnings.
test-html5-parser now tests this code path.
* html/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::HTMLTreeBuilder):
(WebCore::HTMLTreeBuilder::constructTreeFromToken):
(WebCore::HTMLTreeBuilder::finished):
* page/Settings.cpp:
(WebCore::Settings::Settings):
* page/Settings.h:
(WebCore::Settings::setHTML5TreeBuilderEnabled_DO_NOT_USE):
(WebCore::Settings::html5TreeBuilderEnabled):
2010-06-28 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
Make it possible to test the new HTML5 TreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=41276
Adam was concerned that someone might make their port
depend on this setting (I guess we had some trouble with that
with the HTML5Parser setting), so I littered the code with warnings.
test-html5-parser now tests this code path.
* WebView/WebPreferenceKeysPrivate.h:
* WebView/WebPreferences.mm:
(+[WebPreferences initialize]):
(-[WebPreferences html5TreeBuilderEnabled]):
(-[WebPreferences setHTML5TreeBuilderEnabled:]):
* WebView/WebPreferencesPrivate.h:
* WebView/WebView.mm:
(-[WebView _preferencesChangedNotification:]):
2010-06-28 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
Make it possible to test the new HTML5 TreeBuilder
https://bugs.webkit.org/show_bug.cgi?id=41276
Adam was concerned that someone might make their port
depend on this setting (I guess we had some trouble with that
with the HTML5Parser setting), so I littered the code with warnings.
test-html5-parser now tests this code path.
* DumpRenderTree/mac/DumpRenderTree.mm:
(resetDefaultsToConsistentValues):
(initializeGlobalsFromCommandLineOptions):
* Scripts/test-html5-parser:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61989
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Mon, 28 Jun 2010 09:29:57 +0000 (09:29 +0000)]
2010-06-28 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Make the html5lib runner.html not assert
https://bugs.webkit.org/show_bug.cgi?id=41273
This patch gets us closer to being able to run the parser tests. We
still don't get parsing correct, but at least we don't assert. :)
* html/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::processStartTag):
(WebCore::HTMLTreeBuilder::processComment):
(WebCore::HTMLTreeBuilder::insertCommentOnDocument):
* html/HTMLTreeBuilder.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61988
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eric@webkit.org [Mon, 28 Jun 2010 08:47:01 +0000 (08:47 +0000)]
2010-06-28 Eric Seidel <eric@webkit.org>
Unreviewed. Attempt to fix Chromium and Qt builders.
Add a new baseclass for XML, HTML and Text DocumentParsers to clean up DocumentParser call sites
https://bugs.webkit.org/show_bug.cgi?id=41141
No functional changes, thus no tests.
* bindings/v8/ScriptController.cpp:
(WebCore::ScriptController::eventHandlerLineNumber):
(WebCore::ScriptController::eventHandlerColumnNumber):
* dom/XMLDocumentParserQt.cpp:
(WebCore::XMLDocumentParser::XMLDocumentParser):
(WebCore::XMLDocumentParser::stopParsing):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61987
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Mon, 28 Jun 2010 08:15:58 +0000 (08:15 +0000)]
2010-06-28 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Add support for parsing attributes
https://bugs.webkit.org/show_bug.cgi?id=41272
This patch lets use parse the following document:
<script src="data:text/javascript,alert('PASS')"></script>
* html/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::constructTreeFromToken):
(WebCore::HTMLTreeBuilder::insertHTMLStartTagBeforeHTML):
(WebCore::HTMLTreeBuilder::insertScriptElement):
(WebCore::HTMLTreeBuilder::createElement):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61986
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eric@webkit.org [Mon, 28 Jun 2010 07:56:10 +0000 (07:56 +0000)]
2010-06-28 Eric Seidel <eric@webkit.org>
Reviewed by Darin Adler.
Add a new baseclass for XML, HTML and Text DocumentParsers to clean up DocumentParser call sites
https://bugs.webkit.org/show_bug.cgi?id=41141
By splitting ScriptableDocumentParser and DecodedDataDocumentParser
out from DocumentParser we've made the DocumentParser and
RawDataDocumentParser classes simpler.
No functional change, thus no tests.
* Android.mk:
* CMakeLists.txt:
* GNUmakefile.am:
* WebCore.gypi:
* WebCore.pro:
* WebCore.vcproj/WebCore.vcproj:
* WebCore.xcodeproj/project.pbxproj:
* bindings/js/ScriptController.cpp:
(WebCore::ScriptController::eventHandlerLineNumber):
* css/CSSStyleSheet.cpp:
(WebCore::CSSStyleSheet::checkLoaded):
* dom/Document.cpp:
(WebCore::Document::scriptableDocumentParser):
(WebCore::Document::open):
(WebCore::Document::implicitOpen):
(WebCore::Document::implicitClose):
(WebCore::Document::removePendingSheet):
* dom/Document.h:
(WebCore::Document::parser):
* dom/DocumentParser.cpp:
(WebCore::DocumentParser::DocumentParser):
* dom/DocumentParser.h:
(WebCore::DocumentParser::asScriptableDocumentParser):
* dom/RawDataDocumentParser.h:
(WebCore::RawDataDocumentParser::finishWasCalled):
* dom/ScriptableDocumentParser.cpp: Copied from WebCore/html/HTMLEntityParser.h.
(WebCore::ScriptableDocumentParser::ScriptableDocumentParser):
* dom/ScriptableDocumentParser.h: Added.
(WebCore::ScriptableDocumentParser::isExecutingScript):
(WebCore::ScriptableDocumentParser::executeScriptsWaitingForStylesheets):
(WebCore::ScriptableDocumentParser::xssAuditor):
(WebCore::ScriptableDocumentParser::setXSSAuditor):
(WebCore::ScriptableDocumentParser::processingContentWrittenByScript):
(WebCore::ScriptableDocumentParser::asScriptableDocumentParser):
* dom/ViewportArguments.cpp:
(WebCore::parserLineNumber):
(WebCore::reportViewportWarning):
* dom/XMLDocumentParser.h:
* dom/XMLDocumentParserLibxml2.cpp:
(WebCore::XMLDocumentParser::XMLDocumentParser):
* html/HTMLDocumentParser.cpp:
(WebCore::HTMLDocumentParser::HTMLDocumentParser):
(WebCore::HTMLDocumentParser::shouldLoadExternalScriptFromSrc):
* html/HTMLDocumentParser.h:
* html/LegacyHTMLDocumentParser.cpp:
(WebCore::LegacyHTMLDocumentParser::LegacyHTMLDocumentParser):
(WebCore::LegacyHTMLDocumentParser::parseTag):
* html/LegacyHTMLDocumentParser.h:
(WebCore::LegacyHTMLDocumentParser::processingContentWrittenByScript):
* html/LegacyHTMLTreeBuilder.cpp:
(WebCore::LegacyHTMLTreeBuilder::reportErrorToConsole):
* loader/DocumentLoader.cpp:
* loader/DocumentWriter.cpp:
* loader/TextDocument.cpp:
(WebCore::TextDocumentParser::TextDocumentParser):
(WebCore::TextDocumentParser::finish):
* svg/SVGDocumentExtensions.cpp:
(WebCore::parserLineNumber):
(WebCore::reportMessage):
(WebCore::SVGDocumentExtensions::reportWarning):
(WebCore::SVGDocumentExtensions::reportError):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61985
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Mon, 28 Jun 2010 07:35:52 +0000 (07:35 +0000)]
2010-06-28 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Simon Hausmann.
[Qt] QGraphicsWebView crash when calling setScale() before setUrl()
https://bugs.webkit.org/show_bug.cgi?id=40000
Check 'page' before dereference in _q_scaleChanged()
Autotest included.
* Api/qgraphicswebview.cpp:
(QGraphicsWebViewPrivate::_q_scaleChanged):
* tests/qgraphicswebview/tst_qgraphicswebview.cpp:
(tst_QGraphicsWebView::crashOnSetScaleBeforeSetUrl):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61984
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
sfalken@apple.com [Mon, 28 Jun 2010 07:26:47 +0000 (07:26 +0000)]
2010-06-27 Steve Falkenburg <sfalken@apple.com>
Reviewed by Mark Rowe.
WebKit2 build exceeds address space on 32-bit Windows builders
https://bugs.webkit.org/show_bug.cgi?id=41270
Add all-in-one file for render-related SVG files.
Clean up other all-in-one files by adding missing files, excluding matching files from the vcproj.
Reduces release WebCore.lib size by 10% (160MB).
* DerivedSources.cpp:
* WebCore.vcproj/WebCore.vcproj:
* bindings/js/JSBindingsAllInOne.cpp:
* html/HTMLElementsAllInOne.cpp:
* rendering/RenderSVGAllInOne.cpp: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61983
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Mon, 28 Jun 2010 07:18:14 +0000 (07:18 +0000)]
2010-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Sketch out the InBodyMode for the tree builder
https://bugs.webkit.org/show_bug.cgi?id=41271
This gives us some basic behavior for the InBodyMode. I've implemented
some of the easier logic. The more complicated logic will be in
subsequent patches.
* html/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::processStartTag):
(WebCore::HTMLTreeBuilder::processEndTag):
(WebCore::HTMLTreeBuilder::insertFormatingElement):
(WebCore::HTMLTreeBuilder::reconstructTheActiveFormattingElements):
* html/HTMLTreeBuilder.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61982
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
sfalken@apple.com [Mon, 28 Jun 2010 06:52:01 +0000 (06:52 +0000)]
Windows (Cairo) build fix.
Add missing ENABLE_WEB_TIMING feature define.
* win/tools/vsprops/FeatureDefinesCairo.vsprops:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61981
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
sfalken@apple.com [Mon, 28 Jun 2010 06:49:24 +0000 (06:49 +0000)]
Windows build fix.
Disable ENABLE_WEB_TIMING on Windows.
* win/tools/vsprops/FeatureDefines.vsprops:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61980
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Mon, 28 Jun 2010 06:37:40 +0000 (06:37 +0000)]
Update guards related to blocks to check whether __BLOCKS__ is defined, rather than checking its value.
Rubber-stamped by Maciej Stachowiak.
This matches how similar checks are performed in system headers, and avoids a compile error when __BLOCKS__
is not defined.
* UIProcess/API/C/WKPage.cpp:
* UIProcess/API/C/WKPage.h:
* UIProcess/API/C/WKPagePrivate.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61979
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
morrita@google.com [Mon, 28 Jun 2010 05:45:46 +0000 (05:45 +0000)]
2010-06-27 MORITA Hajime <morrita@google.com>
Unreviewed.
Some never-called @staticmethods touched self.
Fixed it to replace these self with a class.
* Scripts/webkitpy/common/checkout/scm.py:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61978
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
morrita@google.com [Mon, 28 Jun 2010 05:34:12 +0000 (05:34 +0000)]
2010-06-27 MORITA Hajime <morrita@google.com>
Unreviewed.
Fixed exception raising syntax that is pointed out at
https://bugs.webkit.org/show_bug.cgi?id=41153
* Scripts/webkitpy/common/checkout/scm.py:
* Scripts/webkitpy/common/checkout/scm_unittest.py:
Removed a bad line that I accidentally checked-in at last revision.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61977
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
morrita@google.com [Mon, 28 Jun 2010 05:15:45 +0000 (05:15 +0000)]
2010-06-24 MORITA Hajime <morrita@google.com>
Reviewed by Eric Seidel.
rebaseline-chromium-webkit-tests should add or remove files to local git repository
https://bugs.webkit.org/show_bug.cgi?id=41153
- Added SCM.add() and SCM.remove()
- Replaced "svn add" and "svn remove"
rebaseline_chromium_webkit_tests.py: in with SCM method equivalents.
- add "-U" and "-q" options to rebaseline_chromium_webkit_tests.py
for debugging purpose.
* Scripts/webkitpy/common/checkout/scm.py:
* Scripts/webkitpy/common/checkout/scm_unittest.py:
* Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61976
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
yuzo@google.com [Mon, 28 Jun 2010 01:59:51 +0000 (01:59 +0000)]
2010-06-25 Yuzo Fujishima <yuzo@google.com>
Reviewed by Shinichiro Hamaji.
Improve default value handling for page format properties.
https://bugs.webkit.org/show_bug.cgi?id=41150
* printing/page-format-data-expected.txt:
* printing/page-format-data.html:
* printing/page-rule-selection-expected.txt:
* printing/page-rule-selection.html:
2010-06-25 Yuzo Fujishima <yuzo@google.com>
Reviewed by Shinichiro Hamaji.
Improve default value handling for page format properties.
Default page size and orientation have been hard-coded.
Instead, pass default page size and margins to
WebCore::Document::pageSizeAndMarginsInPixels to handle auto page size
and margins specified as percentages.
Return margins instead of page rect.
https://bugs.webkit.org/show_bug.cgi?id=41150
* WebCore.base.exp:
* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::applyPageSizeProperty):
(WebCore::CSSStyleSelector::pageSizeFromName):
* css/html.css:
(@page):
* dom/Document.cpp:
(WebCore::Document::pageSizeAndMarginsInPixels):
* dom/Document.h:
* page/PrintContext.cpp:
(WebCore::PrintContext::pageProperty):
(WebCore::PrintContext::pageSizeAndMarginsInPixels):
* page/PrintContext.h:
* rendering/style/RenderStyle.h:
(WebCore::InheritedFlags::pageSizeType):
(WebCore::InheritedFlags::setPageSizeType):
(WebCore::InheritedFlags::resetPageSizeType):
* rendering/style/StyleRareNonInheritedData.cpp:
(WebCore::StyleRareNonInheritedData::StyleRareNonInheritedData):
(WebCore::StyleRareNonInheritedData::operator==):
* rendering/style/StyleRareNonInheritedData.h:
(WebCore::):
2010-06-25 Yuzo Fujishima <yuzo@google.com>
Reviewed by Shinichiro Hamaji.
Improve default value handling for page format properties.
https://bugs.webkit.org/show_bug.cgi?id=41150
* public/WebFrame.h:
* src/WebFrameImpl.cpp:
(WebKit::WebFrameImpl::pageSizeAndMarginsInPixels):
* src/WebFrameImpl.h:
2010-06-25 Yuzo Fujishima <yuzo@google.com>
Reviewed by Shinichiro Hamaji.
Improve default value handling for page format properties.
https://bugs.webkit.org/show_bug.cgi?id=41150
* Misc/WebCoreStatistics.h:
* Misc/WebCoreStatistics.mm:
(-[WebFrame pageSizeAndMarginsInPixels:pageNumber:width:height:marginTop:marginRight:marginBottom:]):
2010-06-25 Yuzo Fujishima <yuzo@google.com>
Reviewed by Shinichiro Hamaji.
Improve default value handling for page format properties.
https://bugs.webkit.org/show_bug.cgi?id=41150
* DumpRenderTree/LayoutTestController.cpp:
(parsePageNumber):
(parsePageNumberSizeMarings):
(pageSizeAndMarginsInPixelsCallback):
(LayoutTestController::staticFunctions):
* DumpRenderTree/LayoutTestController.h:
* DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
(LayoutTestController::pageSizeAndMarginsInPixels):
* DumpRenderTree/mac/LayoutTestControllerMac.mm:
(LayoutTestController::pageSizeAndMarginsInPixels):
* DumpRenderTree/win/LayoutTestControllerWin.cpp:
(LayoutTestController::pageSizeAndMarginsInPixels):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61975
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Sun, 27 Jun 2010 23:19:15 +0000 (23:19 +0000)]
2010-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Clean up some loose ends in HTML5 tree builder
https://bugs.webkit.org/show_bug.cgi?id=41265
This patch cleans up a few loose ends in HTML5 tree builder.
Technically, we could do each of these as individual patches, but that
didn't seem worth while.
* html/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::processStartTag):
- Add missing break before default case statement. I don't think
this change is observable.
(WebCore::HTMLTreeBuilder::processComment):
- Originally I thought that comments had special processing in the
InHeadNoscriptMode, but it turns out that when you unwind the
definitions, it amounts to exactly the same thing.
(WebCore::HTMLTreeBuilder::processEndOfFile):
- Add missing break before default case statement. I don't think
this change is observable.
(WebCore::HTMLTreeBuilder::insertComment):
- Eliminate one unnecessary ref/deref pair.
(WebCore::HTMLTreeBuilder::insertSelfClosingElement):
- When we insert self-closing elements, there's no reason to push
them onto the stack of open elements just to pop them off again.
This change saves a malloc/free pair as well as a ref/deref pair.
Go team.
* html/HTMLTreeBuilder.h:
- Remove unused function.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61974
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Sun, 27 Jun 2010 22:45:17 +0000 (22:45 +0000)]
2010-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Implement remaining StartTag processing for InHeadNoscriptMode
https://bugs.webkit.org/show_bug.cgi?id=41264
The InHeadNoscriptMode processes some start tags "as if" the tree
builder were in the InHeadMode. This is an idiom we'll see more of
later. My approach is this patch is to factor all the logic for
processing start tags in the InHeadMode into a separate function that
can be called from both locations. This seems cleaner than just
splitting out the parts that are actually used by both modes.
* html/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::processStartTag):
(WebCore::HTMLTreeBuilder::processStartTagForInHead):
(WebCore::HTMLTreeBuilder::insertSelfClosingElement):
* html/HTMLTreeBuilder.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61973
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Sun, 27 Jun 2010 22:20:45 +0000 (22:20 +0000)]
2010-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Add support for <title> and <style> elements
https://bugs.webkit.org/show_bug.cgi?id=41263
These elements use the generic RCDATA and RawText algorithms,
respectively.
* html/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::processEndTag):
(WebCore::HTMLTreeBuilder::insertGenericRCDATAElement):
(WebCore::HTMLTreeBuilder::insertGenericRawTextElement):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61972
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Sun, 27 Jun 2010 22:09:17 +0000 (22:09 +0000)]
2010-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Actually insert Doctype elements
https://bugs.webkit.org/show_bug.cgi?id=41262
This code is pretty much the same as in the old tree builder.
* html/HTMLToken.h:
(WebCore::AtomicHTMLToken::publicIdentifier):
(WebCore::AtomicHTMLToken::systemIdentifier):
* html/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::insertDoctype):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61971
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sun, 27 Jun 2010 17:10:10 +0000 (17:10 +0000)]
2010-06-27 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Darin Adler.
Canvas: Ignore calls to drawImage() with non-finite parameters
https://bugs.webkit.org/show_bug.cgi?id=38929
Rebaseline (and unskip for Qt) the now working test.
Spec link:
http://www.whatwg.org/specs/web-apps/current-work/#2dcontext
* canvas/philip/tests/2d.drawImage.nonfinite-expected.txt:
* platform/qt/Skipped:
2010-06-27 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Darin Adler.
Canvas: Ignore calls to drawImage() with non-finite parameters
https://bugs.webkit.org/show_bug.cgi?id=38929
This also fixes a Qt assert when using the raster graphics system.
Spec link:
http://www.whatwg.org/specs/web-apps/current-work/#2dcontext
* html/canvas/CanvasRenderingContext2D.cpp:
(WebCore::CanvasRenderingContext2D::drawImage):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61970
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sun, 27 Jun 2010 16:36:38 +0000 (16:36 +0000)]
2010-06-27 Kwang Yul Seo <skyul@company100.net>
Reviewed by Kent Tamura.
[BREWMP] Turn ENABLE(SINGLE_THREADED) on.
https://bugs.webkit.org/show_bug.cgi?id=41135
Brew MP does not support preemptive multi-threading.
Disable threading for Brew MP.
* wtf/Platform.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61969
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sun, 27 Jun 2010 14:14:28 +0000 (14:14 +0000)]
2010-06-27 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
editing/execCommand/copy-without-selection.html fails on Qt after r61637
https://bugs.webkit.org/show_bug.cgi?id=41025
Unskip editing/execCommand/copy-without-selection.html for Qt.
* platform/qt/Skipped:
2010-06-27 Andreas Kling <andreas.kling@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
editing/execCommand/copy-without-selection.html fails on Qt after r61637
https://bugs.webkit.org/show_bug.cgi?id=41025
The problem was that when getting data back via Clipboard::getData(),
the String::String(const char*, int) constructor was called
with UTF-16 data.
The solution is to use QMimeData's text() and setText() for "text/plain".
setText() which makes sure Qt passes the string in proper format to the
system clipboard. (The previous implementation would convert it to UTF-8)
text() makes sure that the correct encoding is used (UTF-16) and that
we get back whatever we originally put in there.
* platform/qt/ClipboardQt.cpp:
(WebCore::isTextMimeType):
(WebCore::ClipboardQt::getData):
(WebCore::ClipboardQt::setData):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61968
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mnaganov@chromium.org [Sun, 27 Jun 2010 10:05:14 +0000 (10:05 +0000)]
2010-06-27 Mikhail Naganov <mnaganov@chromium.org>
Unreviewed, mark fast/js/Object-create.html as crashing on Cr Linux, will look into it.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61967
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Sun, 27 Jun 2010 08:38:22 +0000 (08:38 +0000)]
2010-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
HTML5 tree builder should be able to execute inline scripts
https://bugs.webkit.org/show_bug.cgi?id=41257
This patch implements enough machinery so that we can execute inline
scripts in extremely simple documents such as the following:
<html>
<script>
alert(1);
</script>
To get this to work, I had to flesh out a surprising amount of the data
structures for processing the <head>. No tests because this is
already covered by most LayoutTests.
* html/HTMLTreeBuilder.cpp:
(WebCore::HTMLTreeBuilder::HTMLTreeBuilder):
(WebCore::HTMLTreeBuilder::constructTreeFromToken):
(WebCore::HTMLTreeBuilder::processStartTag):
(WebCore::HTMLTreeBuilder::processEndTag):
(WebCore::HTMLTreeBuilder::processCharacter):
(WebCore::HTMLTreeBuilder::insertComment):
(WebCore::HTMLTreeBuilder::insertElement):
(WebCore::HTMLTreeBuilder::insertScriptElement):
* html/HTMLTreeBuilder.h:
(WebCore::HTMLTreeBuilder::ElementRecord::ElementRecord):
(WebCore::HTMLTreeBuilder::ElementRecord::element):
(WebCore::HTMLTreeBuilder::ElementRecord::next):
(WebCore::HTMLTreeBuilder::ElementRecord::releaseNext):
(WebCore::HTMLTreeBuilder::ElementRecord::setNext):
(WebCore::HTMLTreeBuilder::ElementStack::pop):
(WebCore::HTMLTreeBuilder::ElementStack::push):
(WebCore::HTMLTreeBuilder::ElementStack::top):
(WebCore::HTMLTreeBuilder::ElementStack::remove):
(WebCore::HTMLTreeBuilder::currentElement):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61966
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
hausmann@webkit.org [Sun, 27 Jun 2010 06:45:56 +0000 (06:45 +0000)]
[Qt] Prospective build fix for MSVC
In order for the forward declaration of QWebScriptWorldPrivate
to work with QExplicitlySharedDataPointer, then copy constructor
and assignment operators must not be compiler generated, to
avoid them ending up in places where the private class is not
declared.
* Api/qwebscriptworld.cpp:
(QWebScriptWorld::QWebScriptWorld):
(QWebScriptWorld::operator=):
* Api/qwebscriptworld.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61965
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
beidson@apple.com [Sat, 26 Jun 2010 22:59:31 +0000 (22:59 +0000)]
beforeProcess event needs to fire before inline scripts/stylesheets take effect
<rdar://problem/8084335> and https://bugs.webkit.org/show_bug.cgi?id=40484
Reviewed by Darin Adler.
This patch adds the Event, the onBeforeProcess attribute, and hooks the attribute up in a few places.
Besides that, no change in behavior.
Layout tests will come with the actual implementations as a followup to this patch.
Project file nonsense:
* DerivedSources.make:
* GNUmakefile.am:
* WebCore.gypi:
* WebCore.pri:
* WebCore.pro:
* WebCore.vcproj/WebCore.vcproj:
* WebCore.xcodeproj/project.pbxproj:
Scaffolding for the event itself:
* dom/BeforeProcessEvent.cpp: Added.
(WebCore::BeforeProcessEvent::text):
(WebCore::BeforeProcessEvent::setText):
* dom/BeforeProcessEvent.h: Added.
(WebCore::BeforeProcessEvent::create):
(WebCore::BeforeProcessEvent::initBeforeProcessEvent):
(WebCore::BeforeProcessEvent::BeforeProcessEvent):
* dom/BeforeProcessEvent.idl: Added.
* dom/EventNames.h:
Respect the onBeforeProcess attribute:
* dom/Document.cpp:
(WebCore::Document::addListenerTypeIfNeeded):
* dom/Document.h:
(WebCore::Document::):
* html/HTMLAttributeNames.in:
* html/HTMLScriptElement.cpp:
(WebCore::HTMLScriptElement::parseMappedAttribute):
* html/HTMLStyleElement.cpp:
(WebCore::HTMLStyleElement::parseMappedAttribute):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61964
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin@apple.com [Sat, 26 Jun 2010 21:12:54 +0000 (21:12 +0000)]
Try to fix Chromium build by adding back function used only by Chromium WebKit.
* html/HTMLInputElement.cpp:
(WebCore::HTMLInputElement::defaultChecked): Added back.
* html/HTMLInputElement.h: Added defaultChecked function.
* html/HTMLMetaElement.cpp:
(WebCore::HTMLMetaElement::httpEquiv): Added back.
* html/HTMLMetaElement.h: Added httpEquiv function.
* html/HTMLOptionElement.cpp:
(WebCore::HTMLOptionElement::defaultSelected): Added back.
* html/HTMLOptionElement.h: Added defaultSelected function.
* rendering/style/StyleRareNonInheritedData.h: Fixed incorrect struct vs. class
here as seen in warnings on Chromium Windows bot.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61963
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin@apple.com [Sat, 26 Jun 2010 20:57:51 +0000 (20:57 +0000)]
Try to fix Windows build by adding back function used only by Windows WebKit.
* html/HTMLOptionElement.cpp:
(WebCore::HTMLOptionElement::label): Added back.
* html/HTMLOptionElement.h: Added label function.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61962
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin@apple.com [Sat, 26 Jun 2010 20:54:38 +0000 (20:54 +0000)]
Try to fix Qt build by adding back function used only by Qt WebKit.
* html/HTMLMetaElement.cpp:
(WebCore::HTMLMetaElement::content): Added back.
* html/HTMLMetaElement.h: Added content function.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61961
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin@apple.com [Sat, 26 Jun 2010 20:48:06 +0000 (20:48 +0000)]
* html/HTMLFormElement.h: Removed stray character that got in here before landing.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61960
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
darin@apple.com [Sat, 26 Jun 2010 20:42:56 +0000 (20:42 +0000)]
2010-06-26 Darin Adler <darin@apple.com>
Reviewed by Sam Weinig.
Add more use of reflection, remove unused functions
https://bugs.webkit.org/show_bug.cgi?id=41255
Also noticed that HTMLDirectoryElement was missing its create function
and added that so the element will get the correct class.
* html/HTMLBaseFontElement.idl: Use reflection for the size attribute
in the Objective-C code path too.
* html/HTMLSelectElement.idl: Use reflection for disabled and autofocus
attributes. Also removed spaces and indenting to match other IDL files.
* html/HTMLStyleElement.idl: Use reflection for disabled attribute.
* html/HTMLTableCellElement.idl: Use reflection for noWrap attribute.
* html/HTMLTextAreaElement.idl: Use reflection for disabled, autofocus,
readOnly, and required attributes.
* html/HTMLUListElement.idl: Use reflection for compact attribute.
* html/HTMLDirectoryElement.cpp:
(WebCore::HTMLDirectoryElement::HTMLDirectoryElement): Made inline.
(WebCore::HTMLDirectoryElement::create): Added.
* html/HTMLDirectoryElement.h:
Added create, made constructor private, removed unused functions.
* html/HTMLStyleElement.cpp:
(WebCore::HTMLStyleElement::parseMappedAttribute): Removed code to
set unused m_media data member.
* html/HTMLStyleElement.h:
Removed unused functions and m_media data member. Also made some
functions private.
* html/HTMLAppletElement.cpp:
* html/HTMLAppletElement.h:
* html/HTMLAreaElement.cpp:
* html/HTMLAreaElement.h:
* html/HTMLBaseFontElement.cpp:
* html/HTMLBaseFontElement.h:
* html/HTMLButtonElement.cpp:
* html/HTMLButtonElement.h:
* html/HTMLDListElement.cpp:
* html/HTMLDListElement.h:
* html/HTMLDivElement.cpp:
* html/HTMLDivElement.h:
* html/HTMLFontElement.cpp:
* html/HTMLFontElement.h:
* html/HTMLFormControlElement.cpp:
* html/HTMLFormControlElement.h:
* html/HTMLFormElement.cpp:
* html/HTMLFormElement.h:
* html/HTMLFrameElement.cpp: Also removed an incorrect FIXME comment
here after I did a little research to disprove it.
* html/HTMLFrameElement.h:
* html/HTMLFrameSetElement.cpp:
* html/HTMLFrameSetElement.h:
* html/HTMLHRElement.cpp:
* html/HTMLHRElement.h:
* html/HTMLHeadElement.cpp:
* html/HTMLHeadElement.h:
* html/HTMLHeadingElement.cpp:
* html/HTMLHeadingElement.h:
* html/HTMLHtmlElement.cpp:
* html/HTMLHtmlElement.h:
* html/HTMLImageElement.cpp:
* html/HTMLImageElement.h:
* html/HTMLInputElement.cpp:
* html/HTMLInputElement.h:
* html/HTMLIsIndexElement.cpp:
* html/HTMLIsIndexElement.h:
* html/HTMLLIElement.cpp:
* html/HTMLLIElement.h:
* html/HTMLLabelElement.cpp:
* html/HTMLLabelElement.h:
* html/HTMLLegendElement.cpp:
* html/HTMLLegendElement.h:
* html/HTMLLinkElement.cpp:
* html/HTMLLinkElement.h:
* html/HTMLMapElement.cpp:
* html/HTMLMapElement.h:
* html/HTMLMenuElement.cpp:
* html/HTMLMenuElement.h:
* html/HTMLMetaElement.cpp:
* html/HTMLMetaElement.h:
* html/HTMLModElement.cpp:
* html/HTMLModElement.h:
* html/HTMLOListElement.cpp:
* html/HTMLOListElement.h:
* html/HTMLObjectElement.cpp:
* html/HTMLObjectElement.h:
* html/HTMLOptGroupElement.cpp:
* html/HTMLOptGroupElement.h:
* html/HTMLOptionElement.cpp:
* html/HTMLOptionElement.h:
* html/HTMLParagraphElement.cpp:
* html/HTMLParagraphElement.h:
* html/HTMLParamElement.cpp:
* html/HTMLParamElement.h:
* html/HTMLPlugInElement.cpp:
* html/HTMLPlugInElement.h:
* html/HTMLPreElement.cpp:
* html/HTMLPreElement.h:
* html/HTMLQuoteElement.cpp:
* html/HTMLQuoteElement.h:
* html/HTMLScriptElement.cpp:
* html/HTMLScriptElement.h:
* html/HTMLTableCaptionElement.cpp:
* html/HTMLTableCaptionElement.h:
* html/HTMLTableCellElement.cpp:
* html/HTMLTableCellElement.h:
* html/HTMLTableColElement.cpp:
* html/HTMLTableColElement.h:
* html/HTMLTableElement.cpp:
* html/HTMLTableElement.h:
* html/HTMLTableRowElement.cpp:
* html/HTMLTableRowElement.h:
* html/HTMLTextAreaElement.cpp:
* html/HTMLTextAreaElement.h:
* html/HTMLUListElement.cpp:
* html/HTMLUListElement.h:
* html/HTMLVideoElement.cpp:
* html/HTMLVideoElement.h:
Removed unused functions.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61959
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mnaganov@chromium.org [Sat, 26 Jun 2010 18:42:44 +0000 (18:42 +0000)]
2010-06-26 Mikhail Naganov <mnaganov@chromium.org>
Unreviewed text expectations update.
* platform/chromium-mac/html5lib/runner-expected.txt:
* platform/chromium-win/html5lib/runner-expected.txt:
* platform/chromium/html5lib/runner-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61958
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sat, 26 Jun 2010 17:23:42 +0000 (17:23 +0000)]
2010-06-26 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r61943.
http://trac.webkit.org/changeset/61943
https://bugs.webkit.org/show_bug.cgi?id=41251
Totally breaks webkit_unit_tests on Chromium linux and mac
(Requested by mnaganov on #webkit).
* WebKit.gyp:
* src/WebFrameImpl.cpp:
(WebKit::frameContentAsPlainText):
* tests/RunAllTests.cpp:
(main):
* tests/WebFrameTest.cpp: Removed.
* tests/data/iframes_test.html: Removed.
* tests/data/invisible_iframe.html: Removed.
* tests/data/visible_iframe.html: Removed.
* tests/data/zero_sized_iframe.html: Removed.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61957
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
tonyg@chromium.org [Sat, 26 Jun 2010 16:49:32 +0000 (16:49 +0000)]
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Adam Barth.
Add a document.write to script-line-number test to ensure its new lines are excluded.
https://bugs.webkit.org/show_bug.cgi?id=41060
* fast/js/script-line-number-expected.txt:
* fast/js/script-line-number.html:
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Adam Barth.
Exclude line numbers for sources which are not from the network.
https://bugs.webkit.org/show_bug.cgi?id=41060
* html/HTMLDocumentParser.cpp:
(WebCore::HTMLDocumentParser::write):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61956
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
tonikitoo@webkit.org [Sat, 26 Jun 2010 14:18:29 +0000 (14:18 +0000)]
Unreviewed complementary fix for r61818. It added StaticHashSetListNode.cpp|h to the system,
but did not added it to chromium build system.
* WebCore.gypi:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61955
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
pfeldman@chromium.org [Sat, 26 Jun 2010 13:25:43 +0000 (13:25 +0000)]
2010-06-26 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: ScripsPanel.prototype.editScriptSource uses old addBreakpoint signature.
https://bugs.webkit.org/show_bug.cgi?id=41247
* inspector/front-end/BreakpointManager.js:
(WebInspector.BreakpointManager.prototype.removeBreakpoint):
(WebInspector.Breakpoint.prototype.set enabled):
(WebInspector.Breakpoint.prototype.set condition):
* inspector/front-end/Object.js:
(WebInspector.Object.prototype.addEventListener):
(WebInspector.Object.prototype.removeEventListener):
(WebInspector.Object.prototype.removeAllListeners):
* inspector/front-end/ScriptsPanel.js:
(WebInspector.ScriptsPanel.prototype.editScriptSource.mycallback):
(WebInspector.ScriptsPanel.prototype.editScriptSource):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61954
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
robert@webkit.org [Sat, 26 Jun 2010 10:52:25 +0000 (10:52 +0000)]
2010-06-26 Robert Hogan <robert@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] DRT Support for setCustomPolicyDelegate
https://bugs.webkit.org/show_bug.cgi?id=39564
Unskips:
LayoutTests/fast/loader/policy-delegate-action-hit-test-zoomed.html
LayoutTests/fast/loader/onload-policy-ignore-for-frame.html
LayoutTests/fast/loader/reload-policy-delegate.html
LayoutTests/fast/loader/javascript-url-hierarchical-execution.html
LayoutTests/http/tests/misc/policy-delegate-called-twice.html
* platform/qt/Skipped:
2010-06-26 Robert Hogan <robert@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] DRT Support for setCustomPolicyDelegate
https://bugs.webkit.org/show_bug.cgi?id=39564
* WebCoreSupport/DumpRenderTreeSupportQt.cpp:
(DumpRenderTreeSupportQt::setCustomPolicyDelegate):
* WebCoreSupport/DumpRenderTreeSupportQt.h:
* WebCoreSupport/FrameLoaderClientQt.cpp:
(drtDescriptionSuitableForTestResult):
(WebCore::navigationTypeToString):
(WebCore::FrameLoaderClientQt::dispatchDecidePolicyForNavigationAction):
* WebCoreSupport/FrameLoaderClientQt.h:
2010-06-21 Robert Hogan <robert@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] DRT Support for setCustomPolicyDelegate
https://bugs.webkit.org/show_bug.cgi?id=39564
* DumpRenderTree/qt/LayoutTestControllerQt.cpp:
(LayoutTestController::setCustomPolicyDelegate):
* DumpRenderTree/qt/LayoutTestControllerQt.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61953
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
robert@webkit.org [Sat, 26 Jun 2010 10:10:59 +0000 (10:10 +0000)]
2010-06-26 Robert Hogan <robert@webkit.org>
Unreviewed, Qt build fix following http://trac.webkit.org/changeset/61879
Remove qwebscriptworld.h from LayoutTestControllerQt.cpp - it is no longer
exported.
* DumpRenderTree/qt/LayoutTestControllerQt.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61952
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mnaganov@chromium.org [Sat, 26 Jun 2010 09:10:05 +0000 (09:10 +0000)]
2010-06-26 Mikhail Naganov <mnaganov@chromium.org>
Unreviewed text expectations update.
* platform/chromium-linux/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61951
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
tonyg@chromium.org [Sat, 26 Jun 2010 07:49:30 +0000 (07:49 +0000)]
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Dimitri Glazkov.
Add an --enable-web-timing flag which guards Web Timing support.
https://bugs.webkit.org/show_bug.cgi?id=38924
This flag is disabled by default.
See: http://dev.w3.org/2006/webapi/WebTiming/
* configure.ac:
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Dimitri Glazkov.
Add an ENABLE_WEB_TIMING option for enabling Web Timing support.
https://bugs.webkit.org/show_bug.cgi?id=38924
* Configurations/FeatureDefines.xcconfig:
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Dimitri Glazkov.
Add a guarded window.performance.timing binding which is disabled by default.
https://bugs.webkit.org/show_bug.cgi?id=38924
This is where Web Timing support will be implemented. Web Timing is a
draft spec for exposing load times to web pages. It will be enabled
once the spec and implementaiton are solidified. See:
http://dev.w3.org/2006/webapi/WebTiming/
No new tests because guarded behind a #DEFINE. Will add tests as
functionality is landed.
* Android.mk:
* CMakeLists.txt:
* Configurations/FeatureDefines.xcconfig:
* DerivedSources.cpp:
* DerivedSources.make:
* GNUmakefile.am:
* WebCore.gypi:
* WebCore.pri:
* WebCore.pro:
* WebCore.vcproj/WebCore.vcproj:
* WebCore.xcodeproj/project.pbxproj:
* page/DOMWindow.cpp:
(WebCore::DOMWindow::clear):
(WebCore::DOMWindow::performance):
* page/DOMWindow.h:
(WebCore::DOMWindow::optionalPerformance):
* page/DOMWindow.idl:
* page/NavigationTiming.cpp: Added.
(WebCore::NavigationTiming::NavigationTiming):
(WebCore::NavigationTiming::frame):
(WebCore::NavigationTiming::disconnectFrame):
(WebCore::NavigationTiming::navigationStart):
* page/NavigationTiming.h: Added.
(WebCore::NavigationTiming::create):
* page/NavigationTiming.idl: Added.
* page/Performance.cpp: Added.
(WebCore::Performance::Performance):
(WebCore::Performance::frame):
(WebCore::Performance::disconnectFrame):
(WebCore::Performance::timing):
* page/Performance.h: Added.
(WebCore::Performance::create):
* page/Performance.idl: Added.
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Dimitri Glazkov.
Disable Web Timing support by default for chromium port.
https://bugs.webkit.org/show_bug.cgi?id=38924
* features.gypi:
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Dimitri Glazkov.
Add an ENABLE_WEB_TIMING option for enabling Web Timing support.
https://bugs.webkit.org/show_bug.cgi?id=38924
* Configurations/FeatureDefines.xcconfig:
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Dimitri Glazkov.
Add an ENABLE_WEB_TIMING option for enabling Web Timing support.
https://bugs.webkit.org/show_bug.cgi?id=38924
* Configurations/FeatureDefines.xcconfig:
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Dimitri Glazkov.
Add a VS macro for enabling Web Timing support.
https://bugs.webkit.org/show_bug.cgi?id=38924
* win/tools/vsprops/FeatureDefines.vsprops:
2010-06-26 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Dimitri Glazkov.
Add a build-webkit option for enabling Web Timing support.
https://bugs.webkit.org/show_bug.cgi?id=38924
* Scripts/build-webkit:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61950
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
zmo@google.com [Sat, 26 Jun 2010 07:10:35 +0000 (07:10 +0000)]
2010-06-25 Zhenyao Mo <zmo@google.com>
Reviewed by Dimitri Glazkov.
activeTexture wrongly generates error with legal input.
https://bugs.webkit.org/show_bug.cgi?id=41227
* fast/canvas/webgl/texture-active-bind-expected.txt: Added.
* fast/canvas/webgl/texture-active-bind.html: Added.
2010-06-25 Zhenyao Mo <zmo@google.com>
Reviewed by Dimitri Glazkov.
activeTexture wrongly generates error with legal input.
https://bugs.webkit.org/show_bug.cgi?id=41227
Test: fast/canvas/webgl/texture-active-bind.html
* html/canvas/WebGLRenderingContext.cpp:
(WebCore::WebGLRenderingContext::activeTexture): Fix the upper limit test for test units.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61949
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
hclam@chromium.org [Sat, 26 Jun 2010 06:37:26 +0000 (06:37 +0000)]
2010-06-25 Alpha Lam <hclam@chromium.org>
Unreviewed. Build fix.
Build fix for r61908. Updating test expectations.
* platform/chromium-linux/css1/basic/containment-expected.checksum:
* platform/chromium-linux/css1/basic/containment-expected.png:
* platform/chromium-linux/css1/box_properties/padding_right-expected.checksum:
* platform/chromium-linux/css1/box_properties/padding_right-expected.png:
* platform/chromium-linux/css1/font_properties/font_size-expected.checksum:
* platform/chromium-linux/css1/font_properties/font_size-expected.png:
* platform/chromium-linux/editing/selection/5354455-1-expected.checksum:
* platform/chromium-linux/editing/selection/5354455-1-expected.png:
* platform/chromium-linux/editing/selection/5354455-2-expected.checksum:
* platform/chromium-linux/editing/selection/5354455-2-expected.png:
* platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum:
* platform/chromium-linux/editing/selection/move-by-line-001-expected.png:
* platform/chromium-linux/fast/backgrounds/001-expected.checksum:
* platform/chromium-linux/fast/backgrounds/001-expected.png:
* platform/chromium-linux/fast/block/float/nested-clearance-expected.checksum:
* platform/chromium-linux/fast/block/float/nested-clearance-expected.png:
* platform/chromium-linux/fast/block/positioning/051-expected.checksum:
* platform/chromium-linux/fast/block/positioning/051-expected.png:
* platform/chromium-linux/fast/block/positioning/055-expected.checksum:
* platform/chromium-linux/fast/block/positioning/055-expected.png:
* platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.checksum:
* platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png:
* platform/chromium-linux/fast/events/5056619-expected.checksum:
* platform/chromium-linux/fast/events/5056619-expected.png:
* platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.checksum:
* platform/chromium-linux/fast/forms/input-text-scroll-left-on-blur-expected.png:
* platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.checksum:
* platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.png:
* platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.checksum:
* platform/chromium-linux/fast/forms/search-placeholder-value-changed-expected.png:
* platform/chromium-linux/fast/forms/select-change-listbox-size-expected.checksum:
* platform/chromium-linux/fast/forms/select-change-listbox-size-expected.png:
* platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.checksum:
* platform/chromium-linux/fast/forms/tabbing-input-iframe-expected.png:
* platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.checksum:
* platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.png:
* platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.checksum:
* platform/chromium-linux/fast/frames/onlyCommentInIFrame-expected.png:
* platform/chromium-linux/fast/frames/viewsource-attribute-expected.checksum:
* platform/chromium-linux/fast/frames/viewsource-attribute-expected.png:
* platform/chromium-linux/fast/lists/drag-into-marker-expected.checksum:
* platform/chromium-linux/fast/lists/drag-into-marker-expected.png:
* platform/chromium-linux/fast/multicol/column-rules-stacking-expected.checksum:
* platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png:
* platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.checksum:
* platform/chromium-linux/fast/multicol/positioned-with-constrained-height-expected.png:
* platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum:
* platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
* platform/chromium-linux/fast/repaint/list-marker-expected.checksum:
* platform/chromium-linux/fast/repaint/list-marker-expected.png:
* platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.checksum:
* platform/chromium-linux/fast/repaint/overflow-scroll-delete-expected.png:
* platform/chromium-linux/fast/replaced/width100percent-menulist-expected.checksum:
* platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png:
* platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.checksum:
* platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png:
* platform/chromium-linux/fast/text/international/thai-line-breaks-expected.checksum:
* platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
* platform/chromium-linux/http/tests/navigation/error404-frames-expected.checksum:
* platform/chromium-linux/http/tests/navigation/error404-frames-expected.png:
* platform/chromium-linux/http/tests/navigation/error404-goback-expected.checksum:
* platform/chromium-linux/http/tests/navigation/error404-goback-expected.png:
* platform/chromium-linux/http/tests/navigation/post-frames-expected.checksum:
* platform/chromium-linux/http/tests/navigation/post-frames-expected.png:
* platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.checksum:
* platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.png:
* platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.checksum:
* platform/chromium-linux/platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
* platform/chromium-linux/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
* platform/chromium-linux/svg/carto.net/button-expected.checksum:
* platform/chromium-linux/svg/carto.net/button-expected.png:
* platform/chromium-linux/svg/carto.net/combobox-expected.checksum:
* platform/chromium-linux/svg/carto.net/combobox-expected.png:
* platform/chromium-linux/svg/carto.net/slider-expected.checksum:
* platform/chromium-linux/svg/carto.net/slider-expected.png:
* platform/chromium-linux/svg/carto.net/textbox-expected.checksum:
* platform/chromium-linux/svg/carto.net/textbox-expected.png:
* platform/chromium-linux/svg/custom/animate-path-morphing-expected.checksum:
* platform/chromium-linux/svg/custom/animate-path-morphing-expected.png:
* platform/chromium-linux/svg/custom/js-update-transform-changes-expected.checksum:
* platform/chromium-linux/svg/custom/js-update-transform-changes-expected.png:
* platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.checksum:
* platform/chromium-linux/svg/custom/marker-viewBox-changes-expected.png:
* platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
* platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.png:
* platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
* platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png:
* platform/chromium-linux/svg/custom/use-transform-expected.checksum:
* platform/chromium-linux/svg/custom/use-transform-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/45621-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/45621-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug650-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug650-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.checksum:
* platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.png:
* platform/chromium-linux/tables/mozilla/core/captions-expected.checksum:
* platform/chromium-linux/tables/mozilla/core/captions-expected.png:
* platform/chromium-linux/tables/mozilla/core/cell_heights-expected.checksum:
* platform/chromium-linux/tables/mozilla/core/cell_heights-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum:
* platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
* platform/chromium-linux/tables/mozilla/other/nestedTables-expected.checksum:
* platform/chromium-linux/tables/mozilla/other/nestedTables-expected.png:
* platform/chromium-linux/tables/mozilla/other/test3-expected.checksum:
* platform/chromium-linux/tables/mozilla/other/test3-expected.png:
* platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
* platform/chromium-linux/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
* platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.checksum:
* platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/core/backgrounds-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/core/col_span2-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/other/empty_cells-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.checksum:
* platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61948
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
hclam@chromium.org [Sat, 26 Jun 2010 06:34:15 +0000 (06:34 +0000)]
Unreviewed. Build fix.
More test expectations cleanup for r61908.
* platform/chromium-linux/printing/return-from-printing-mode-expected.checksum:
* platform/chromium-linux/printing/return-from-printing-mode-expected.png: Added.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61947
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sat, 26 Jun 2010 06:25:46 +0000 (06:25 +0000)]
2010-06-25 Nathan Lawrence <nlawrence@apple.com>
Reviewed by Geoffrey Garen.
We assume in testapi.c that the value aHeapRef refers to will not be
moved. When we have movable objects, this will not be the case.
* API/tests/testapi.c:
(main):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61946
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Sat, 26 Jun 2010 06:19:29 +0000 (06:19 +0000)]
2010-06-25 Adam Barth <abarth@webkit.org>
Unreviewed.
Skip fast/events/popup-when-select-change.html because GTK doesn't have
an eventSender implementation.
* platform/gtk/Skipped:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61945
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
sfalken@apple.com [Sat, 26 Jun 2010 06:03:58 +0000 (06:03 +0000)]
Windows build fix.
* win/WebKit2.vcproj:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61944
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sat, 26 Jun 2010 06:02:27 +0000 (06:02 +0000)]
2010-06-25 Jay Civelli <jcivelli@chromium.org>
Reviewed by Darin Fisher.
[chromium] Made WebFrame not report the text from hidden frames.
(some pages contain hidden frames with garbage text that
should not be indexed or used to detect the page's language).
https://bugs.webkit.org/show_bug.cgi?id=39456
* DEPS:
* WebKit.gyp:
* src/WebFrameImpl.cpp:
(WebKit::frameContentAsPlainText):
* tests/RunAllTests.cpp:
(main):
* tests/WebFrameTest.cpp: Added.
* tests/data: Added.
* tests/data/iframes_test.html: Added.
* tests/data/invisible_iframe.html: Added.
* tests/data/visible_iframe.html: Added.
* tests/data/zero_sized_iframe.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61943
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sat, 26 Jun 2010 05:51:03 +0000 (05:51 +0000)]
2010-06-25 Bernhard Bauer <bauerb@chromium.org>
Reviewed by Darin Fisher.
Add plugin accessors to WebPluginContainer.
https://bugs.webkit.org/show_bug.cgi?id=41145
* public/WebPluginContainer.h:
* src/WebPluginContainerImpl.h:
(WebKit::WebPluginContainerImpl::setPlugin):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61942
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sat, 26 Jun 2010 05:39:51 +0000 (05:39 +0000)]
2010-06-25 Johnny Ding <jnd@chromium.org>
Reviewed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=41061
Make sure the window can be opened in a user initiated event instead of blocking by popup blocker.
* fast/events/popup-when-select-change-expected.txt: Added.
* fast/events/popup-when-select-change.html: Added.
2010-06-25 Johnny Ding <jnd@chromium.org>
Reviewed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=41061
Make sure Chromium's ScriptController::processingUserGesture follows the JSC's behavior.
Set right value in UserGestureIndicator when handling events in PopupMenuList in chromium.
Test: fast/events/popup-when-select-change.html
* bindings/v8/ScriptController.cpp:
(WebCore::ScriptController::processingUserGesture):
* platform/chromium/PopupMenuChromium.cpp:
(WebCore::PopupContainer::handleMouseDownEvent):
(WebCore::PopupContainer::handleMouseMoveEvent):
(WebCore::PopupContainer::handleMouseReleaseEvent):
(WebCore::PopupContainer::handleWheelEvent):
(WebCore::PopupContainer::handleKeyEvent):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61941
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
tonyg@chromium.org [Sat, 26 Jun 2010 05:27:37 +0000 (05:27 +0000)]
2010-06-25 Tony Gentilcore <tonyg@chromium.org>
Reviewed by Eric Seidel.
Make PendingScript hold a CachedResourceClient open for its lifetime
https://bugs.webkit.org/show_bug.cgi?id=40968
This replaces the mechanism introduced in r61374 with a simpler
appraoch for preventing unexpected purges: always keep a client open.
This approach will allow deferred scripts to add a client after
the resource may have already been loaded without having to worry about
the buffer being purged in the meantime.
No new tests because making a CachedResource purse itself is not
testable from a LayoutTest.
* html/HTMLDocumentParser.cpp:
(WebCore::HTMLDocumentParser::watchForLoad):
(WebCore::HTMLDocumentParser::notifyFinished):
* html/HTMLScriptRunner.cpp:
(WebCore::HTMLScriptRunner::~HTMLScriptRunner):
(WebCore::HTMLScriptRunner::sourceFromPendingScript):
(WebCore::HTMLScriptRunner::isPendingScriptReady):
(WebCore::HTMLScriptRunner::executePendingScript):
(WebCore::HTMLScriptRunner::watchForLoad):
(WebCore::HTMLScriptRunner::stopWatchingForLoad):
(WebCore::HTMLScriptRunner::executeScriptsWaitingForLoad):
(WebCore::HTMLScriptRunner::requestScript):
(WebCore::HTMLScriptRunner::PendingScript::~PendingScript):
(WebCore::HTMLScriptRunner::PendingScript::releaseElementAndClear):
(WebCore::HTMLScriptRunner::PendingScript::setCachedScript):
(WebCore::HTMLScriptRunner::PendingScript::cachedScript):
* html/HTMLScriptRunner.h:
(WebCore::HTMLScriptRunner::PendingScript::PendingScript):
(WebCore::HTMLScriptRunner::PendingScript::watchingForLoad):
(WebCore::HTMLScriptRunner::PendingScript::setWatchingForLoad):
(WebCore::HTMLScriptRunner::PendingScript::notifyFinished):
* html/HTMLScriptRunnerHost.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61940
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
zmo@google.com [Sat, 26 Jun 2010 04:53:24 +0000 (04:53 +0000)]
2010-06-25 Zhenyao Mo <zmo@google.com>
Reviewed by Dimitri Glazkov.
getUniform will not work for fetching uniform array elements
https://bugs.webkit.org/show_bug.cgi?id=34508
* fast/canvas/webgl/gl-uniform-arrays-expected.txt: Added.
* fast/canvas/webgl/gl-uniform-arrays.html: Added.
* fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt: Change the test so we test the return error explicitly.
* fast/canvas/webgl/script-tests/incorrect-context-object-behaviour.js: Ditto.
2010-06-25 Zhenyao Mo <zmo@google.com>
Reviewed by Dimitri Glazkov.
getUniform will not work for fetching uniform array elements
https://bugs.webkit.org/show_bug.cgi?id=34508
Test: fast/canvas/webgl/gl-uniform-arrays.html
* html/canvas/WebGLRenderingContext.cpp:
(WebCore::WebGLRenderingContext::attachShader): Generate correct errors.
(WebCore::WebGLRenderingContext::getUniform): Dealing with array elements.
(WebCore::WebGLRenderingContext::useProgram): Deal with program==null.
(WebCore::WebGLRenderingContext::validateProgram): Generate correct errors.
* platform/graphics/mac/GraphicsContext3DMac.mm:
(WebCore::GraphicsContext3D::useProgram): Deal with program==null.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61939
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
zmo@google.com [Sat, 26 Jun 2010 04:23:45 +0000 (04:23 +0000)]
2010-06-25 Zhenyao Mo <zmo@google.com>
Reviewed by Dimitri Glazkov.
Bring set/get state functions to GLES2 conformance
https://bugs.webkit.org/show_bug.cgi?id=41095
* fast/canvas/webgl/gl-enable-enum-test-expected.txt: Added.
* fast/canvas/webgl/gl-enable-enum-test.html: Added.
* fast/canvas/webgl/gl-enum-tests-expected.txt: Added.
* fast/canvas/webgl/gl-enum-tests.html: Added.
* fast/canvas/webgl/resources/desktop-gl-constants.js: Added.
2010-06-25 Zhenyao Mo <zmo@google.com>
Reviewed by Dimitri Glazkov.
Bring set/get state functions to GLES2 conformance
https://bugs.webkit.org/show_bug.cgi?id=41095
Tests: fast/canvas/webgl/gl-enable-enum-test.html
fast/canvas/webgl/gl-enum-tests.html
* html/canvas/WebGLRenderingContext.cpp: Check input parameters according to GLES2 spec.
(WebCore::WebGLRenderingContext::blendEquation):
(WebCore::WebGLRenderingContext::blendEquationSeparate):
(WebCore::WebGLRenderingContext::disable):
(WebCore::WebGLRenderingContext::enable):
(WebCore::WebGLRenderingContext::hint):
(WebCore::WebGLRenderingContext::isEnabled):
(WebCore::WebGLRenderingContext::pixelStorei):
(WebCore::WebGLRenderingContext::validateBlendEquation):
(WebCore::WebGLRenderingContext::validateCapability):
* html/canvas/WebGLRenderingContext.h: Add helper function declaration.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61938
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sat, 26 Jun 2010 03:40:09 +0000 (03:40 +0000)]
2010-06-25 Sterling Swigart <sswigart@google.com>
Reviewed by David Levin.
Callback code generation fixed so that now string parameters are converted to JSString
using the jsString method instead of the toJS method which would not compile.
https://bugs.webkit.org/show_bug.cgi?id=41119
* bindings/scripts/CodeGeneratorJS.pm: Now generates jsString for String parameters in callbacks.
* bindings/scripts/test/JS/JSTestCallback.cpp: Fixed test for above.
(WebCore::JSTestCallback::callbackWithClass2Param): Ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61937
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sat, 26 Jun 2010 03:22:26 +0000 (03:22 +0000)]
2010-06-25 Sterling Swigart <sswigart@google.com>
Reviewed by David Levin.
Resetting ENABLE_IMAGE_RESIZER to 0. Image.webkitGetImage needs to be developed under
a 0 value, at least until both the JSC and V8 bindings are in place.
https://bugs.webkit.org/show_bug.cgi?id=41116
* features.gypi: ENABLE_IMAGE_RESIZER=0
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61936
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Sat, 26 Jun 2010 02:59:39 +0000 (02:59 +0000)]
2010-06-25 Luiz Agostini <luiz.agostini@openbossa.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] QtWebKit crashes if <select>'s render changes in its onchange event
https://bugs.webkit.org/show_bug.cgi?id=41164
QtWebKit crashes if <select>'s renderer changes in its onchange event.
* WebCoreSupport/QtFallbackWebPopup.cpp:
(WebCore::QtFallbackWebPopup::~QtFallbackWebPopup):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61935
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
zmo@google.com [Sat, 26 Jun 2010 02:47:45 +0000 (02:47 +0000)]
2010-06-25 Zhenyao Mo <zmo@google.com>
Reviewed by Dimitri Glazkov.
A buffer should be bound to one target in its lifetime
https://bugs.webkit.org/show_bug.cgi?id=41108
* fast/canvas/webgl/buffer-bind-test-expected.txt: Added.
* fast/canvas/webgl/buffer-bind-test.html: Added.
2010-06-25 Zhenyao Mo <zmo@google.com>
Reviewed by Dimitri Glazkov.
A buffer should be bound to one target in its lifetime
https://bugs.webkit.org/show_bug.cgi?id=41108
Test: fast/canvas/webgl/buffer-bind-test.html
* html/canvas/WebGLBuffer.cpp:
(WebCore::WebGLBuffer::WebGLBuffer): Init target to 0.
(WebCore::WebGLBuffer::associateBufferData): Remove target parameter, use one byteLength member.
(WebCore::WebGLBuffer::associateBufferSubData): Ditto.
(WebCore::WebGLBuffer::byteLength): Ditto.
(WebCore::WebGLBuffer::setTarget): Set target.
* html/canvas/WebGLBuffer.h: Cache target in the WebGLBuffer object, use one byteLength member.
(WebCore::WebGLBuffer::getTarget):
* html/canvas/WebGLRenderingContext.cpp:
(WebCore::WebGLRenderingContext::bindBuffer): Check if a buffer is bound to another target; set buffer object internal target.
(WebCore::WebGLRenderingContext::bufferData): Remove target parameter and use the WebGLBuffer cached target instead.
(WebCore::WebGLRenderingContext::bufferSubData): Ditto.
(WebCore::WebGLRenderingContext::validateElementArraySize): Ditto.
(WebCore::WebGLRenderingContext::validateIndexArrayConservative): Ditto.
(WebCore::WebGLRenderingContext::vertexAttribPointer): Ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61934
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
dino@apple.com [Sat, 26 Jun 2010 02:01:29 +0000 (02:01 +0000)]
2010-06-25 Dean Jackson <dino@apple.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=41188
Animations should not require 0% and 100% keyframes
When we are generating the animation lists in CSSStyleSelector,
rather than bail if we notice that "from" or "to" are missing, we
now generate synthetic keyframes for those cases.
Tests: animations/missing-from-to-transforms.html
animations/missing-from-to.html
WebCore/manual-tests/animation-with-transition.html
* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::styleForKeyframe):
Moved individual keyframe generation into a new function.
(WebCore::CSSStyleSelector::keyframeStylesForAnimation):
Call the new function above for regular keyframes, and
also check for missing keyframes and generate them if
necessary.
* css/CSSStyleSelector.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61933
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ossy@webkit.org [Sat, 26 Jun 2010 01:29:27 +0000 (01:29 +0000)]
Unreviewed.
[Qt] Add platform specific expected results for new passing tests.
Compared to Mac png files and Mac expected files.
* platform/qt/editing/selection/range-between-block-and-inline-expected.checksum: Added.
* platform/qt/editing/selection/range-between-block-and-inline-expected.png: Added.
* platform/qt/editing/selection/range-between-block-and-inline-expected.txt: Added.
* platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.checksum: Added.
* platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
* platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.txt: Added.
* platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added.
* platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
* platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added.
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added.
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
* platform/qt/fast/frames/take-focus-from-iframe-expected.checksum: Added.
* platform/qt/fast/frames/take-focus-from-iframe-expected.png: Added.
* platform/qt/fast/frames/take-focus-from-iframe-expected.txt: Added.
* platform/qt/fast/images/svg-background-partial-redraw-expected.checksum: Added.
* platform/qt/fast/images/svg-background-partial-redraw-expected.png: Added.
* platform/qt/fast/images/svg-background-partial-redraw-expected.txt: Added.
* platform/qt/fast/lists/alpha-boundary-values-expected.checksum: Added.
* platform/qt/fast/lists/alpha-boundary-values-expected.png: Added.
* platform/qt/fast/lists/alpha-boundary-values-expected.txt: Added.
* platform/qt/fast/multicol/column-count-with-rules-expected.checksum: Added.
* platform/qt/fast/multicol/column-count-with-rules-expected.png: Added.
* platform/qt/fast/multicol/column-count-with-rules-expected.txt: Added.
* platform/qt/fast/multicol/layers-in-multicol-expected.checksum: Added.
* platform/qt/fast/multicol/layers-in-multicol-expected.png: Added.
* platform/qt/fast/multicol/layers-in-multicol-expected.txt: Added.
* platform/qt/fast/multicol/layers-split-across-columns-expected.checksum: Added.
* platform/qt/fast/multicol/layers-split-across-columns-expected.png: Added.
* platform/qt/fast/multicol/layers-split-across-columns-expected.txt: Added.
* platform/qt/fast/multicol/nested-columns-expected.checksum: Added.
* platform/qt/fast/multicol/nested-columns-expected.png: Added.
* platform/qt/fast/multicol/nested-columns-expected.txt: Added.
* platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added.
* platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
* platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added.
* platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added.
* platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
* platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
* platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added.
* platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
* platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
* platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added.
* platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
* platform/qt/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added.
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added.
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added.
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added.
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added.
* platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added.
* platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
* platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
* platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added.
* platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
* platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
* platform/qt/fast/multicol/span/span-margin-collapsing-expected.checksum: Added.
* platform/qt/fast/multicol/span/span-margin-collapsing-expected.png: Added.
* platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt: Added.
* platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.checksum: Added.
* platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
* platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt: Added.
* platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.checksum: Added.
* platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
* platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt: Added.
* platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.checksum: Added.
* platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
* platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt: Added.
* platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
* platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
* platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added.
* platform/qt/fast/repaint/fixed-move-after-scroll-expected.checksum: Added.
* platform/qt/fast/repaint/fixed-move-after-scroll-expected.png: Added.
* platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt: Added.
* platform/qt/fast/repaint/layout-state-scrolloffset-expected.checksum: Added.
* platform/qt/fast/repaint/layout-state-scrolloffset-expected.png: Added.
* platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt: Added.
* platform/qt/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added.
* platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png: Added.
* platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt: Added.
* platform/qt/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added.
* platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png: Added.
* platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt: Added.
* platform/qt/fast/repaint/positioned-document-element-expected.checksum: Added.
* platform/qt/fast/repaint/positioned-document-element-expected.png: Added.
* platform/qt/fast/repaint/positioned-document-element-expected.txt: Added.
* platform/qt/fast/text/format-control-expected.checksum: Added.
* platform/qt/fast/text/format-control-expected.png: Added.
* platform/qt/fast/text/format-control-expected.txt: Added.
* platform/qt/printing/page-rule-in-media-query-expected.checksum: Added.
* platform/qt/printing/page-rule-in-media-query-expected.png: Added.
* platform/qt/printing/page-rule-in-media-query-expected.txt: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61932
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ossy@webkit.org [Sat, 26 Jun 2010 01:21:46 +0000 (01:21 +0000)]
Unreviewed.
[Qt] Add platform specific expected results for new passing svg/* tests.
Compared to Mac png files and Mac expected files.
* platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added.
* platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
* platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
* platform/qt/svg/batik/text/textDecoration-expected.checksum: Added.
* platform/qt/svg/batik/text/textDecoration-expected.png: Added.
* platform/qt/svg/batik/text/textDecoration-expected.txt: Added.
* platform/qt/svg/custom/non-scaling-stroke-expected.checksum: Added.
* platform/qt/svg/custom/non-scaling-stroke-expected.png: Added.
* platform/qt/svg/custom/non-scaling-stroke-expected.txt: Added.
* platform/qt/svg/custom/repaint-stroke-width-changes-expected.checksum: Added.
* platform/qt/svg/custom/repaint-stroke-width-changes-expected.png: Added.
* platform/qt/svg/custom/repaint-stroke-width-changes-expected.txt: Added.
* platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.checksum: Added.
* platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added.
* platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/svg-fonts-with-no-element-reference-expected.txt.
* platform/qt/svg/filters/filter-on-filter-for-text-expected.checksum: Added.
* platform/qt/svg/filters/filter-on-filter-for-text-expected.png: Added.
* platform/qt/svg/filters/filter-on-filter-for-text-expected.txt: Added.
* platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.checksum: Copied from LayoutTests/platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.checksum.
* platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Added.
* platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: Copied from LayoutTests/platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt.
* platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.checksum: Added.
* platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Added.
* platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Added.
* platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.checksum: Added.
* platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.png: Added.
* platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt: Added.
* platform/qt/svg/foreignObject/svg-document-in-html-document-expected.checksum: Added.
* platform/qt/svg/foreignObject/svg-document-in-html-document-expected.png: Added.
* platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt: Added.
* platform/qt/svg/foreignObject/text-tref-02-b-expected.checksum: Added.
* platform/qt/svg/foreignObject/text-tref-02-b-expected.png: Added.
* platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61931
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ossy@webkit.org [Sat, 26 Jun 2010 01:18:20 +0000 (01:18 +0000)]
Unreviewed.
[Qt] Add platform specific expected results for new passing svg/text/* tests.
Compared to Mac png files and Mac expected files.
* platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.checksum: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.checksum: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.checksum: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.checksum: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added.
* platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.checksum: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.checksum: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.checksum: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.checksum: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png: Added.
* platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
* platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: Added.
* platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
* platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
* platform/qt/svg/text/select-x-list-1-expected.checksum: Added.
* platform/qt/svg/text/select-x-list-1-expected.png: Added.
* platform/qt/svg/text/select-x-list-1-expected.txt: Added.
* platform/qt/svg/text/select-x-list-2-expected.checksum: Added.
* platform/qt/svg/text/select-x-list-2-expected.png: Added.
* platform/qt/svg/text/select-x-list-2-expected.txt: Added.
* platform/qt/svg/text/select-x-list-3-expected.checksum: Added.
* platform/qt/svg/text/select-x-list-3-expected.png: Added.
* platform/qt/svg/text/select-x-list-3-expected.txt: Added.
* platform/qt/svg/text/select-x-list-4-expected.checksum: Added.
* platform/qt/svg/text/select-x-list-4-expected.png: Added.
* platform/qt/svg/text/select-x-list-4-expected.txt: Added.
* platform/qt/svg/text/select-x-list-with-tspans-1-expected.checksum: Added.
* platform/qt/svg/text/select-x-list-with-tspans-1-expected.png: Added.
* platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt: Added.
* platform/qt/svg/text/select-x-list-with-tspans-2-expected.checksum: Added.
* platform/qt/svg/text/select-x-list-with-tspans-2-expected.png: Added.
* platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt: Added.
* platform/qt/svg/text/select-x-list-with-tspans-3-expected.checksum: Added.
* platform/qt/svg/text/select-x-list-with-tspans-3-expected.png: Added.
* platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt: Added.
* platform/qt/svg/text/select-x-list-with-tspans-4-expected.checksum: Added.
* platform/qt/svg/text/select-x-list-with-tspans-4-expected.png: Added.
* platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt: Added.
* platform/qt/svg/text/text-hkern-expected.checksum: Added.
* platform/qt/svg/text/text-hkern-expected.png: Added.
* platform/qt/svg/text/text-hkern-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-hkern-expected.txt.
* platform/qt/svg/text/text-hkern-on-vertical-text-expected.checksum: Added.
* platform/qt/svg/text/text-hkern-on-vertical-text-expected.png: Added.
* platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt.
* platform/qt/svg/text/text-vkern-expected.checksum: Added.
* platform/qt/svg/text/text-vkern-expected.png: Added.
* platform/qt/svg/text/text-vkern-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-vkern-expected.txt.
* platform/qt/svg/text/text-vkern-on-horizontal-text-expected.checksum: Added.
* platform/qt/svg/text/text-vkern-on-horizontal-text-expected.png: Added.
* platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt: Copied from LayoutTests/platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61930
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
victorw@chromium.org [Sat, 26 Jun 2010 01:16:24 +0000 (01:16 +0000)]
2010-06-25 Victor Wang <victorw@chromium.org>
Reviewed by Darin Fisher.
[Chromium] Update chromium webkit gyp so it has
option to be built as DLL.
Chromium webkit is built as webkit.dll on windows
if it is inside chromium build and variable component
is set to shared_library.
https://bugs.webkit.org/show_bug.cgi?id=41161
* WebKit.gyp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61929
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ossy@webkit.org [Sat, 26 Jun 2010 01:11:01 +0000 (01:11 +0000)]
Unreviewed.
[Qt] fast/text/bidi-explicit-embedding-past-end.html fails
https://bugs.webkit.org/show_bug.cgi?id=41241
* platform/qt/Skipped: fast/text/bidi-explicit-embedding-past-end.html skipped until fix.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@61928
268f45cc-cd09-0410-ab3c-
d52691b4dbfc