Timeline
03/30/10:
- 23:09 Changeset [56826] by
-
Fixing b0rked version of JavaScriptCore.vcproj - added lines were truncated.
Reviewed by NOBODY (windows build fix).
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- 22:44 Changeset [56825] by
-
Rubber stamped by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=36866
Move CString to WTF
- Android.mk:
- GNUmakefile.am:
- JavaScriptCore.exp:
- JavaScriptCore.gypi:
- JavaScriptCore.pro:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.vcproj/WTF/WTF.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- wtf/text: Added.
- wtf/text/CString.cpp: Copied from WebCore/platform/text/CString.cpp.
- wtf/text/CString.h: Copied from WebCore/platform/text/CString.h.
(WTF::CStringBuffer::data):
(WTF::CStringBuffer::length):
(WTF::CStringBuffer::create):
(WTF::CStringBuffer::CStringBuffer):
(WTF::CStringBuffer::mutableData):
(WTF::CString::CString):
(WTF::CString::isNull):
(WTF::CString::buffer):
(WTF::operator!=):
WebCore:
- Android.mk:
- ForwardingHeaders/wtf/text: Added.
- ForwardingHeaders/wtf/text/CString.h: Added.
- GNUmakefile.am:
- WebCore.base.exp:
- WebCore.gypi:
- WebCore.order:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:
- bindings/js/JSDOMWindowBase.cpp:
- bindings/js/ScheduledAction.cpp:
- bindings/js/ScriptController.cpp:
- bindings/v8/ScriptController.cpp:
- bindings/v8/V8Binding.cpp:
- bindings/v8/V8DOMWindowShell.cpp:
- bridge/jni/JNIBridge.cpp:
- bridge/jni/v8/JavaStringV8.h:
(JSC::Bindings::JavaStringImpl::init):
- css/CSSParser.cpp:
- dom/CharacterData.cpp:
- dom/Document.cpp:
- dom/Element.cpp:
- dom/Node.cpp:
- dom/Position.cpp:
- dom/Range.cpp:
- dom/Text.cpp:
- dom/XMLTokenizer.cpp:
- dom/XMLTokenizerLibxml2.cpp:
- dom/XMLTokenizerQt.cpp:
- editing/SelectionController.cpp:
- editing/VisiblePosition.cpp:
- editing/VisibleSelection.cpp:
- history/CachedFrame.cpp:
- history/HistoryItem.cpp:
- history/qt/HistoryItemQt.cpp:
- html/FormDataList.h:
(WebCore::FormDataList::appendData):
(WebCore::FormDataList::Item::Item):
(WebCore::FormDataList::Item::data):
- html/HTMLDocument.cpp:
- html/PreloadScanner.cpp:
- inspector/InspectorController.cpp:
- inspector/InspectorDOMAgent.cpp:
- loader/DocLoader.cpp:
- loader/FTPDirectoryDocument.cpp:
- loader/FrameLoader.cpp:
- loader/HistoryController.cpp:
- loader/ProgressTracker.cpp:
- loader/appcache/ApplicationCacheStorage.cpp:
- loader/archive/cf/LegacyWebArchive.cpp:
- loader/icon/wince/IconDatabaseWince.cpp:
- loader/loader.cpp:
- page/Console.cpp:
- page/DOMWindow.cpp:
- page/SecurityOrigin.cpp:
- page/XSSAuditor.cpp:
- page/animation/AnimationBase.cpp:
- platform/ContextMenu.cpp:
- platform/FileSystem.h:
- platform/KURL.cpp:
- platform/KURLGoogle.cpp:
- platform/KURLGooglePrivate.h:
- platform/Pasteboard.h:
- platform/android/FileSystemAndroid.cpp:
- platform/android/TemporaryLinkStubs.cpp:
- platform/brew/KURLBrew.cpp:
- platform/cf/FileSystemCF.cpp:
- platform/chromium/MIMETypeRegistryChromium.cpp:
- platform/efl/FileSystemEfl.cpp:
- platform/efl/PasteboardEfl.cpp:
- platform/efl/PlatformKeyboardEventEfl.cpp:
- platform/efl/PlatformScreenEfl.cpp:
- platform/efl/RenderThemeEfl.cpp:
- platform/efl/ScrollbarEfl.cpp:
- platform/efl/SharedBufferEfl.cpp:
- platform/efl/WidgetEfl.cpp:
- platform/graphics/GlyphPageTreeNode.cpp:
- platform/graphics/cairo/FontPlatformDataCairo.cpp:
- platform/graphics/cg/ImageBufferCG.cpp:
- platform/graphics/chromium/FontCacheLinux.cpp:
- platform/graphics/chromium/FontPlatformDataLinux.h:
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
- platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
- platform/graphics/gtk/FontPlatformDataPango.cpp:
- platform/graphics/gtk/IconGtk.cpp:
- platform/graphics/gtk/ImageGtk.cpp:
- platform/graphics/haiku/GraphicsContextHaiku.cpp:
- platform/graphics/mac/GraphicsContext3DMac.cpp:
- platform/graphics/mac/GraphicsLayerCA.mm:
- platform/graphics/qt/GraphicsContext3DQt.cpp:
- platform/graphics/qt/ImageBufferQt.cpp:
- platform/graphics/qt/MediaPlayerPrivatePhonon.cpp:
- platform/graphics/qt/MediaPlayerPrivateQt.cpp:
- platform/graphics/skia/GraphicsLayerSkia.cpp:
- platform/graphics/win/GraphicsLayerCACF.cpp:
- platform/graphics/win/WKCACFLayer.cpp:
- platform/graphics/wx/FontPlatformData.h:
- platform/gtk/ClipboardGtk.cpp:
- platform/gtk/ContextMenuItemGtk.cpp:
- platform/gtk/DataObjectGtk.h:
- platform/gtk/FileChooserGtk.cpp:
- platform/gtk/FileSystemGtk.cpp:
- platform/gtk/GeolocationServiceGtk.cpp:
- platform/gtk/KURLGtk.cpp:
- platform/gtk/Language.cpp:
- platform/gtk/LocalizedStringsGtk.cpp:
- platform/gtk/PasteboardGtk.cpp:
- platform/gtk/PopupMenuGtk.cpp:
- platform/gtk/RenderThemeGtk.cpp:
- platform/gtk/SharedBufferGtk.cpp:
- platform/haiku/FileSystemHaiku.cpp:
- platform/haiku/PlatformKeyboardEventHaiku.cpp:
- platform/network/CredentialStorage.cpp:
- platform/network/FormData.cpp:
- platform/network/FormData.h:
- platform/network/FormDataBuilder.cpp:
- platform/network/FormDataBuilder.h:
- platform/network/HTTPParsers.cpp:
- platform/network/android/ResourceHandleAndroid.cpp:
- platform/network/cf/FormDataStreamCFNet.cpp:
- platform/network/cf/ResourceHandleCFNet.cpp:
- platform/network/chromium/ResourceResponse.h:
- platform/network/curl/FormDataStreamCurl.cpp:
- platform/network/curl/ResourceHandleManager.cpp:
- platform/network/curl/ResourceHandleManager.h:
- platform/network/mac/FormDataStreamMac.mm:
- platform/network/mac/ResourceHandleMac.mm:
- platform/network/qt/QNetworkReplyHandler.cpp:
- platform/network/soup/CookieJarSoup.cpp:
- platform/network/soup/ResourceHandleSoup.cpp:
- platform/network/soup/ResourceRequestSoup.cpp:
- platform/network/soup/ResourceResponseSoup.cpp:
- platform/network/win/ResourceHandleWin.cpp:
- platform/posix/FileSystemPOSIX.cpp:
- platform/qt/FileSystemQt.cpp:
- platform/qt/KURLQt.cpp:
- platform/qt/TemporaryLinkStubs.cpp:
- platform/sql/chromium/SQLiteFileSystemChromium.cpp:
- platform/text/CString.cpp: Removed.
- platform/text/CString.h: Removed.
- platform/text/PlatformString.h:
- platform/text/String.cpp:
- platform/text/StringImpl.cpp:
- platform/text/TextCodec.h:
- platform/text/TextCodecICU.cpp:
- platform/text/TextCodecLatin1.cpp:
- platform/text/TextCodecUTF16.cpp:
- platform/text/TextCodecUserDefined.cpp:
- platform/text/TextEncoding.cpp:
- platform/text/TextEncoding.h:
- platform/text/chromium/TextBreakIteratorInternalICUChromium.cpp:
- platform/text/gtk/TextCodecGtk.cpp:
- platform/text/haiku/StringHaiku.cpp:
- platform/text/mac/TextCodecMac.cpp:
- platform/text/qt/TextCodecQt.cpp:
- platform/text/wx/StringWx.cpp:
- platform/win/ClipboardUtilitiesWin.cpp:
- platform/win/ClipboardWin.cpp:
- platform/win/ContextMenuItemWin.cpp:
- platform/win/ContextMenuWin.cpp:
- platform/win/FileSystemWin.cpp:
- platform/win/GDIObjectCounter.cpp:
- platform/win/Language.cpp:
- platform/win/PasteboardWin.cpp:
- platform/wince/FileSystemWince.cpp:
- platform/wince/KeygenWince.cpp:
- platform/wince/PasteboardWince.cpp:
- platform/wx/FileSystemWx.cpp:
- platform/wx/LoggingWx.cpp:
- plugins/PluginDebug.h:
- plugins/PluginPackage.cpp:
- plugins/PluginStream.cpp:
- plugins/PluginStream.h:
- plugins/PluginView.h:
- plugins/gtk/PluginPackageGtk.cpp:
- plugins/mac/PluginPackageMac.cpp:
- plugins/qt/PluginPackageQt.cpp:
- plugins/symbian/PluginPackageSymbian.cpp:
- plugins/win/PluginPackageWin.cpp:
- rendering/RenderLayer.cpp:
- rendering/RenderLayerCompositor.cpp:
- rendering/RenderTreeAsText.cpp:
- storage/Database.cpp:
- storage/SQLTransactionCoordinator.cpp:
- storage/SQLTransactionCoordinator.h:
- storage/StorageAreaSync.cpp:
- storage/StorageSyncManager.cpp:
- storage/chromium/DatabaseTrackerChromium.cpp:
- storage/chromium/QuotaTracker.cpp:
- storage/chromium/QuotaTracker.h:
- svg/SVGFontFaceElement.cpp:
- svg/SVGStyledElement.cpp:
- svg/SVGUseElement.cpp:
- websockets/WebSocket.cpp:
- websockets/WebSocketChannel.cpp:
- websockets/WebSocketHandshake.cpp:
- wml/WMLErrorHandling.cpp:
- wml/WMLGoElement.cpp:
- wml/WMLPageState.cpp:
- wml/WMLPostfieldElement.cpp:
- wml/WMLSelectElement.cpp:
- xml/XMLHttpRequest.cpp:
- xml/XSLStyleSheetLibxslt.cpp:
- xml/XSLTProcessorLibxslt.cpp:
WebKit:
- efl/WebCoreSupport/ChromeClientEfl.cpp:
- efl/ewk/ewk_frame.cpp:
(ewk_frame_name_get):
(ewk_frame_selection_get):
(ewk_frame_uri_changed):
- efl/ewk/ewk_history.cpp:
- efl/ewk/ewk_settings.cpp:
WebKit/chromium:
- public/WebCString.h:
- src/FrameLoaderClientImpl.cpp:
- src/GraphicsContext3D.cpp:
- src/WebCString.cpp:
(WebKit::WebCString::assign):
(WebKit::WebCString::WebCString):
(WebKit::WebCString::operator=):
(WebKit::WebCString::operator WTF::CString):
- src/WebMediaPlayerClientImpl.cpp:
- src/WebString.cpp:
- src/WebURLError.cpp:
WebKit/gtk:
- WebCoreSupport/ChromeClientGtk.cpp:
- WebCoreSupport/ContextMenuClientGtk.cpp:
- WebCoreSupport/EditorClientGtk.cpp:
- WebCoreSupport/FrameLoaderClientGtk.cpp:
- WebCoreSupport/InspectorClientGtk.cpp:
- gdom/ConvertToGCharPrivate.h:
- webkit/webkitdownload.cpp:
- webkit/webkithittestresult.cpp:
- webkit/webkitnetworkrequest.cpp:
- webkit/webkitprivate.h:
- webkit/webkitsecurityorigin.cpp:
- webkit/webkitwebdatabase.cpp:
- webkit/webkitwebframe.cpp:
- webkit/webkitwebhistoryitem.cpp:
(webkit_web_history_item_finalize):
(webkit_web_history_item_get_target):
- webkit/webkitwebresource.cpp:
- webkit/webkitwebsettings.cpp:
- webkit/webkitwebview.cpp:
WebKit/mac:
- Plugins/Hosted/NetscapePluginInstanceProxy.mm:
(WebKit::NetscapePluginInstanceProxy::getCookies):
(WebKit::NetscapePluginInstanceProxy::getProxy):
(WebKit::NetscapePluginInstanceProxy::getAuthenticationInfo):
(WebKit::NetscapePluginInstanceProxy::resolveURL):
- Plugins/WebBaseNetscapePluginView.h:
- Plugins/WebBaseNetscapePluginView.mm:
- Plugins/WebNetscapePluginView.mm:
(-[WebNetscapePluginView resolveURL:forTarget:]):
WebKit/qt:
- Api/qwebelement.cpp:
WebKit/win:
- WebDownload.cpp:
- WebDownloadCFNet.cpp:
- WebDownloadCurl.cpp:
- WebHistoryItem.cpp:
- WebLocalizableStrings.cpp:
- WebMutableURLRequest.cpp:
- WebPreferences.cpp:
(WebPreferences::migrateWebKitPreferencesToCFPreferences):
- WebView.cpp:
WebKit/wx:
- WebFrame.cpp:
- WebView.cpp:
- 21:35 Changeset [56824] by
-
2010-03-30 Kent Tamura <tkent@chromium.org>
Reviewed by Brady Eidson.
REGRESSION (r56439) - Crash when a renderer for a file upload control
with a selected file is recreated
https://bugs.webkit.org/show_bug.cgi?id=36723
- fast/forms/input-file-re-render.html: Force to do re-layout to check the regression.
2010-03-30 Kent Tamura <tkent@chromium.org>
Reviewed by Brady Eidson.
REGRESSION (r56439) - Crash when a renderer for a file upload control
with a selected file is recreated
https://bugs.webkit.org/show_bug.cgi?id=36723
RenderFileUploadControl::chooseIconForFiles was called before
m_fileChooser was initialized.
- platform/FileChooser.cpp: (WebCore::FileChooser::FileChooser): Introduce m_isInitializing flag to avoid FileChooserClient::repaint() call. (WebCore::FileChooser::loadIcon): (WebCore::FileChooser::iconLoaded):
- platform/FileChooser.h: Add a FielChooser parameter to FileChooserClient::chooseIconForFiles().
- rendering/RenderFileUploadControl.cpp: (WebCore::RenderFileUploadControl::chooseIconForFiles): (WebCore::RenderFileUploadControl::paintObject): Add an assertion.
- rendering/RenderFileUploadControl.h:
- 21:32 Changeset [56823] by
-
Rubber stamped by Dave Levin.
Made check-webkit-style less chatty.
Examples include:
- Scripts/webkitpy/style/checker.py:
- Changed unrecognized file type log message from info to debug.
- Scripts/webkitpy/style/checker.py:
- 20:36 Changeset [56822] by
-
2010-03-30 Stanislav Paltis <Stanislav.Paltis@nokia.com>
Reviewed by Laszlo Gombos.
[Qt] qmake/symbian build failure
https://bugs.webkit.org/show_bug.cgi?id=36745
Fix build break in Symbian build introduced in r56714,
by modifying comment escape character from ";" to "#".
- WebCore.pro:
- 20:09 April 2010 Meeting edited by
- (diff)
- 19:00 Changeset [56821] by
-
2010-03-30 Yuzo Fujishima <yuzo@google.com>
Reviewed by Eric Seidel.
Fix LayoutTests/fast/dom/Window/window-resize.html
The test failed on Mac if Dock is placed on the left or the right because the window's width
and horizontal position can be adjusted by the OS.
This patch fixes it by using window.availWidth instead of window.width as the expected
values and by avoid using constant expected values.
As a side effect, the expected values become platform independent.
- fast/dom/Window/window-resize-expected.txt:
- fast/dom/Window/window-resize.html:
- platform/mac/fast/dom/Window/window-resize-expected.txt: Removed.
- platform/win/fast/dom/Window/window-resize-expected.txt: Removed.
- 18:25 Changeset [56820] by
-
2010-03-30 Alpha Lam <hclam@chromium.org>
Reviewed by Dmitry Titov.
[chromium] Fix test expectations for a new test added in r56779
https://bugs.webkit.org/show_bug.cgi?id=36868
inspector/audits-panel-functional.html is crashing on Windows. Mark it so.
- platform/chromium/test_expectations.txt: Add expectation for inspector/audits-panel-functional.html to mark it as crashing.
- 18:19 Changeset [56819] by
-
wx build fixes after new method additions and a method rename.
- 17:35 Changeset [56818] by
-
2010-03-30 Alpha Lam <hclam@chromium.org>
Reviewed by Dmitry Titov.
[chromium] New test results due to 56776
https://bugs.webkit.org/show_bug.cgi?id=36857
Adding new layout test results for chromium for tests added in r56776.
- platform/chromium-linux/svg/custom/glyph-transformation-with-hkern-expected.checksum: Added.
- platform/chromium-linux/svg/custom/glyph-transformation-with-hkern-expected.png: Added.
- platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Added.
- platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
- platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
- platform/chromium-win/svg/custom/glyph-transformation-with-hkern-expected.checksum: Added.
- platform/chromium-win/svg/custom/glyph-transformation-with-hkern-expected.png: Added.
- platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
- platform/chromium/test_expectations.txt: Removed the failing expectation for platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html because the difference in only in the scroll bar, there is not difference in the image content. Also fixed a grammar problem in last commit.
- 17:34 Changeset [56817] by
-
fixed rebaseline
- 17:27 Changeset [56816] by
-
2010-03-30 Andrew Scherkus <scherkus@chromium.org>
Unreviewed, expectations tweak.
Updating expectations to stop skipping tests that were fixed in r56481.
- platform/chromium/test_expectations.txt: Don't skip fixed tests.
- 16:58 Changeset [56815] by
-
Add missing export.
Reviewed by Anders Carlsson.
- WebCore.base.exp:
- 16:44 Changeset [56814] by
-
2010-03-30 Alpha Lam <hclam@chromium.org>
Reviewed by David Levin.
[chromium] Fix test_expectations for new test added in r56795
https://bugs.webkit.org/show_bug.cgi?id=36861
- platform/chromium/test_expectations.txt: Expects svg/animations/animate-points.html to fail because a API is missing in Chromium. See http://crbug.com/39904.
- 16:12 Changeset [56813] by
-
Incorrect insertion position after typing THAI CHARACTER SARA AM = 0E33.
<rdar://problem/7810749>
https://bugs.webkit.org/show_bug.cgi?id=36858
Reviewed by Darin Adler.
WebCore:
Test: fast/text/multiglyph-characters.html
Characters with multiple glyph were not supported correctly.
Computing the advance width was producing a division by zero.
- platform/graphics/mac/ComplexTextController.cpp:
(WebCore::ComplexTextController::advance):
LayoutTests:
- fast/text/multiglyph-characters-expected.txt: Added.
- fast/text/multiglyph-characters.html: Added.
- 15:35 Changeset [56812] by
-
Versioning.
- 15:33 Changeset [56811] by
-
New tag.
- 14:51 Changeset [56810] by
-
2010-03-30 Chris Evans <cevans@chromium.org>
Reviewed by Adam Barth.
Add test for SVG pattern canvas tainting.
- fast/canvas/svg-taint.html: Added
- fast/canvas/svg-taint-expected.txt: Added
- fast/canvas/resources/empty.svg: Added
2010-03-30 Chris Evans <cevans@chromium.org>
Reviewed by Adam Barth.
Taint the canvas if an SVG-derived pattern is rendered into it.
Test: fast/canvas/svg-taint.html
- html/canvas/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::createPattern): Take into account the image's hasSingleSecurityOrigin() property.
- 14:44 Changeset [56809] by
-
2010-03-30 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
webkit-patch what-broke throws exception
https://bugs.webkit.org/show_bug.cgi?id=36852
- Scripts/webkitpy/common/checkout/api.py: Add missing import StringIO.
- Scripts/webkitpy/common/checkout/api_unittest.py: Test the function which previously threw and exception.
- 14:27 Changeset [56808] by
-
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=36616
Dvorak-Qwerty keyboard layout gives unexpected results in javascript keydown
https://bugs.webkit.org/show_bug.cgi?id=36797
For non-Roman layouts, keydown Event.keyCode is always 0
- DumpRenderTree/mac/EventSendingController.mm: (-[EventSendingController keyDown:withModifiers:withLocation:]): Generate a correct keyCode for keys used in tests (we used to always pass 0 for 'A').
- 13:58 April 2010 Meeting edited by
- (diff)
- 13:48 Changeset [56807] by
-
2010-03-30 Andrew Scherkus <scherkus@chromium.org>
Reviewed by Darin Adler.
Updating expectations for video-no-audio.html to reflect changes made in r56481.
- platform/mac-tiger/media/video-no-audio-expected.txt: Updating due to different source video dimensions.
- platform/win/media/video-no-audio-expected.txt: Ditto.
- 13:37 Changeset [56806] by
-
https://bugs.webkit.org/show_bug.cgi?id=36848
<rdar://problem/7362913>
Menu items appropriate only for rich-content editing can appear in plain-text contexts
Reviewed by Dan Bernstein.
- WebView/WebHTMLView.mm:
(-[WebHTMLView validRequestorForSendType:returnType:]):
Don't return self for non-string content if _canEditRichly is false.
- 13:10 Changeset [56805] by
-
2010-03-30 Joe Ligman <joseph.ligman@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] QGraphicsScene mousePressEvent does not set the clickCausedFocus flag
https://bugs.webkit.org/show_bug.cgi?id=35259
The clickCausedFocus flag is not being set in method
mousePressEvent(QGraphicsSceneMouseEvent* ev). This flag is used
in conjunction with QStyle::RSIP_OnMouseClickAndAlreadyFocused when
deciding to launch the software input panel.
- Api/qwebpage.cpp: (QWebPagePrivate::mousePressEvent):
- 13:00 Changeset [56804] by
-
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=36616
Dvorak-Qwerty keyboard layout gives unexpected results in javascript keydown
https://bugs.webkit.org/show_bug.cgi?id=36797
For non-Roman layouts, keydown Event.keyCode is always 0
- platform/cocoa/KeyEventCocoa.mm: (WebCore::windowsKeyCodeForKeyCode): This is now the primary function for determining Windows key code - there is no reason to round trip a virtual key code via character code to get Windows virtual key code, and this can't work for non-Roman alphabets. (WebCore::windowsKeyCodeForCharCode): Removed keys that are now handled in windowsKeyCodeForKeyCode(), only keeping those for which we don't have known key codes (yet?).
- platform/mac/KeyEventMac.mm: (WebCore::windowsKeyCodeForKeyEvent): Added comments.
- 12:51 Changeset [56803] by
-
2010-03-30 Marcus Bulach <bulach@chromium.org>
Reviewed by Darin Fisher.
Rename / tidy up Geolocation bridge
Uses Geoposition instead of individual params for setLastPosition.
https://bugs.webkit.org/show_bug.cgi?id=36535
- platform/chromium/GeolocationServiceChromium.cpp: (WebCore::GeolocationServiceChromium::GeolocationServiceChromium): (WebCore::GeolocationServiceChromium::setIsAllowed): (WebCore::GeolocationServiceChromium::setLastPosition):
- platform/chromium/GeolocationServiceChromium.h:
2010-03-30 Marcus Bulach <bulach@chromium.org>
Reviewed by Darin Fisher.
Rename / tidy up Geolocation bridge:
Rename GeolocationServiceBridgeChromium.cpp to WebGeolocationServiceBridgeImpl.cpp
Uses a temporary compatibility layer in GeolocationServiceBridgeChromium.h.
- WebKit.gyp:
- public/GeolocationServiceBridgeChromium.h:
- public/WebGeolocationService.h: Copied from WebKit/chromium/public/GeolocationServiceBridgeChromium.h. (WebKit::WebGeolocationService::detachBridge):
- public/WebGeolocationServiceBridge.h: Copied from WebKit/chromium/public/GeolocationServiceBridgeChromium.h.
- public/WebViewClient.h: (WebKit::WebViewClient::geolocationService):
- src/ChromeClientImpl.cpp: (WebKit::ChromeClientImpl::requestGeolocationPermissionForFrame):
- src/ChromiumBridge.cpp:
- src/GeolocationServiceBridgeChromium.cpp: Removed.
- src/WebGeolocationServiceBridgeImpl.cpp: Copied from WebKit/chromium/src/GeolocationServiceBridgeChromium.cpp. (WebKit::createGeolocationServiceBridgeImpl): (WebKit::WebGeolocationServiceBridgeImpl::WebGeolocationServiceBridgeImpl): (WebKit::WebGeolocationServiceBridgeImpl::~WebGeolocationServiceBridgeImpl): (WebKit::WebGeolocationServiceBridgeImpl::startUpdating): (WebKit::WebGeolocationServiceBridgeImpl::stopUpdating): (WebKit::WebGeolocationServiceBridgeImpl::suspend): (WebKit::WebGeolocationServiceBridgeImpl::resume): (WebKit::WebGeolocationServiceBridgeImpl::getBridgeId): (WebKit::WebGeolocationServiceBridgeImpl::setIsAllowed): (WebKit::WebGeolocationServiceBridgeImpl::setLastPosition): (WebKit::WebGeolocationServiceBridgeImpl::setLastError): (WebKit::WebGeolocationServiceBridgeImpl::getWebViewClient):
- src/WebGeolocationServiceBridgeImpl.h: Copied from WebKit/chromium/public/GeolocationServiceBridgeChromium.h.
- 12:31 Changeset [56802] by
-
2010-03-30 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Implement win-ews
https://bugs.webkit.org/show_bug.cgi?id=36809
- Scripts/webkitpy/common/config/ports.py:
- Scripts/webkitpy/tool/commands/earlywarningsystem.py:
- 12:21 Changeset [56801] by
-
Fixed some size issues caused by how we now compute the WebGL canvas size
- 11:16 Changeset [56800] by
-
2010-03-30 Adam Langley <agl@chromium.org>
Reviewed by David Levin.
[chromium] linux: prefer the "hinting" fontconfig preference.
fontconfig can give contradictory hinting information, setting
"hinting" to zero and "hintstyle" to non-zero. In this case we
should take the "hinting" preference.
- platform/graphics/chromium/FontPlatformDataLinux.cpp: (WebCore::FontPlatformData::setupPaint):
- 10:42 Changeset [56799] by
-
2010-03-30 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: Copying from the Content tab in Resources includes line numbers.
- inspector/front-end/TextViewer.js: (WebInspector.TextViewer): (WebInspector.TextViewer.prototype._beforeCopy): (WebInspector.TextViewer.prototype._copy):
- 10:32 Changeset [56798] by
-
2010-03-30 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: Do not send empty matching rules for pseudo elements to frontend.
- inspector/InspectorDOMAgent.cpp: (WebCore::InspectorDOMAgent::buildArrayForPseudoElements):
- inspector/front-end/StylesSidebarPane.js: (WebInspector.StylesSidebarPane.prototype._update):
- 10:09 Changeset [56797] by
-
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=36791
Add assertions for instance proxy validity
Add some assertions that the instance proxy hasn't been deleted. We sometimes keep a raw
pointer to one across complicated function calls, relying on the caller to protect the
reference.
- Plugins/Hosted/NetscapePluginInstanceProxy.h: (WebKit::NetscapePluginInstanceProxy::renderContextID): (WebKit::NetscapePluginInstanceProxy::pluginView): (WebKit::NetscapePluginInstanceProxy::hostProxy):
- 09:57 Changeset [56796] by
-
[chromium] Update test_expectations.txt to enable send-dragged-sliced-file.html
https://bugs.webkit.org/show_bug.cgi?id=36764
Reviewed by Dmitry Titov.
- platform/chromium/test_expectations.txt:
- 09:40 Changeset [56795] by
-
2010-03-30 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
Cannot animate "points" attribute for <svg:polygon>
https://bugs.webkit.org/show_bug.cgi?id=21371
Add animation support for 'points' on polygons in SVG.
Test: svg/animations/animate-points.html
- svg/SVGAnimateElement.cpp: (WebCore::SVGAnimateElement::determinePropertyType): (WebCore::SVGAnimateElement::calculateAnimatedValue): (WebCore::SVGAnimateElement::calculateFromAndToValues): (WebCore::SVGAnimateElement::resetToBaseValue): (WebCore::SVGAnimateElement::applyResultsToTarget):
- svg/SVGAnimateElement.h: (WebCore::SVGAnimateElement::): added PropertyType PointsProperty
- svg/SVGPointList.cpp: (WebCore::blendFunc): (WebCore::SVGPointList::createAnimated): calculates animated PointList
- svg/SVGPointList.h:
2010-03-30 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
Cannot animate "points" attribute for <svg:polygon>
https://bugs.webkit.org/show_bug.cgi?id=21371
Tests if points of a polygon are animateable.
- svg/animations/animate-points-expected.txt: Added.
- svg/animations/animate-points.html: Added.
- svg/animations/script-tests/animate-points.js: Added. (sample1): (sample2): (sample3): (executeTest):
- 09:18 Changeset [56794] by
-
Adjusted test-webkitpy to delete all orphaned *.pyc files
from webkitpy/ prior to importing any modules from webkitpy.
This ensures that no import statements in webkitpy falsely
succeed because of leftover *.pyc files.
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=36599
- Scripts/test-webkitpy:
- Added _clean_pyc_files() to delete orphaned *.pyc files from a directory.
- Added _clean_webkitpy_with_test() to call and test _clean_pyc_files().
- Moved the "import webkitpy.python24.versioning" statement from the top of the module to the init() method -- immediately after the call to _clean_webkitpy_with_test().
- Scripts/test-webkitpy:
- 08:43 Changeset [56793] by
-
2010-03-30 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: bring test expectation back - it still fails for some
reason.
- platform/chromium/test_expectations.txt:
- 08:40 Changeset [56792] by
-
2010-03-30 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Audits: bad CSS selector results in exception inside evaluated code
https://bugs.webkit.org/show_bug.cgi?id=36821
- inspector/front-end/AuditRules.js: (WebInspector.AuditRules.UnusedCssRule.prototype.doRun.evalCallback.routine): (WebInspector.AuditRules.UnusedCssRule.prototype.doRun.evalCallback):
- 08:23 Changeset [56791] by
-
[Qt] Fix build break on Qt Mac.
Reviewed by nobody, build break.
DESTDIR path on Mac do not include the configuration path by default
like on Windows. Have to force it.
- JavaScriptCore.pro:
- 07:51 Changeset [56790] by
-
[Qt] Package build fixes for Symbian
Patch by Janne Koskinen <janne.p.koskinen@digia.com> on 2010-03-29
Reviewed by Simon Hausmann.
- enable building standalone QtWebkit for Symbian using qtlibinfix configuration option
qtlibinfix adds possibility having multiple versions of Qt in Symbian devices.
Fix also allows unfrozen DLL exports during development.
- Removed heap size configuration. DLLs don't have a heap.
- Removed enforcement to def files for package builds. Instead inherit the setting from
Qt's qconfig.pri whether to use def files or not. It's still possible to override this
also at qmake time by passing CONFIG+=def_files.
- WebCore.pro:
- 07:50 Changeset [56789] by
-
2010-03-30 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Title for show/hide short records button was adjusted.
Some unused code was removed.
https://bugs.webkit.org/show_bug.cgi?id=36823
- inspector/front-end/TimelinePanel.js: (WebInspector.TimelinePanel.prototype._createStatusbarButtons): (WebInspector.TimelinePanel.prototype._toggleFilterButtonClicked): (WebInspector.TimelinePanel.prototype._innerAddRecordToTimeline):
- 07:49 Changeset [56788] by
-
2010-03-30 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Update Chromium test expectations.
- platform/chromium/test_expectations.txt:
- 07:45 Changeset [56787] by
-
2010-03-30 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: removed failure expectation from Chromium.
- platform/chromium/test_expectations.txt:
- 07:16 QtWebKitBackportingFixes edited by
- (diff)
- 07:13 Changeset [56786] by
-
Windows build fix
- Interfaces/WebKit.idl: Touched this to force a build.
- 07:13 Changeset [56785] by
-
Enable extra Direct3D debugging information in Debug builds
This makes it easier to track down memory leaks and misuses of the D3D
APIs in Debug builds.
Fixes <http://webkit.org/b/36820>
Reviewed by John Sullivan.
- platform/graphics/win/WKCACFLayerRenderer.cpp: Define D3D_DEBUG_INFO
in Debug builds before #including d3d9.h so that extra D3D debugging
information will be enabled.
- 07:10 April 2010 Meeting edited by
- Add Fumitoshi Ukai (diff)
- 07:10 Changeset [56784] by
-
2010-03-30 Luiz Agostini <luiz.agostini@openbossa.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Maemo5 theme - QtMaemoWebPopup class
https://bugs.webkit.org/show_bug.cgi?id=36790
Moving maemo5 theme related code from WebCore.pri to WebCore.pro and adding
new maemo menu lists popup class source and header to the project.
The code was in .pri file because of a theme css that was conditionally included.
As the css file is been included unconditionally there is no need to this
code to be kept in webcore.pri.
- WebCore.pri:
- WebCore.pro:
2010-03-30 Luiz Agostini <luiz.agostini@openbossa.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Maemo5 theme - QtMaemoWebPopup class
https://bugs.webkit.org/show_bug.cgi?id=36790
A new QtAbstractWebPopup descendant class to be used for maemo menu lists.
This is the first step. The next step will be the dialogs implementation that
will come in bug 36789 and finally to use QtMaemoWebPopup instead of QtFallbackWebPopup
that will come in bug 36368.
- WebCoreSupport/QtMaemoWebPopup.cpp: Added. (WebCore::QtMaemoWebPopup::QtMaemoWebPopup): (WebCore::QtMaemoWebPopup::~QtMaemoWebPopup): (WebCore::QtMaemoWebPopup::createSingleSelectionPopup): (WebCore::QtMaemoWebPopup::createMultipleSelectionPopup): (WebCore::QtMaemoWebPopup::createPopup): (WebCore::QtMaemoWebPopup::show): (WebCore::QtMaemoWebPopup::hide): (WebCore::QtMaemoWebPopup::popupClosed): (WebCore::QtMaemoWebPopup::itemClicked):
- WebCoreSupport/QtMaemoWebPopup.h: Added. (WebCore::Maemo5Popup::Maemo5Popup):
- 07:01 FAQ edited by
- Fixed incorrect use of “it’s”. Changed hyphen to m-dash. (diff)
- 07:01 Changeset [56783] by
-
fast/parser/comments.html needs some clean-up
https://bugs.webkit.org/show_bug.cgi?id=36537
Reviewed by Darin Adler.
- The test is converted to dumpAsText now.
- The output is also made more explicit as to what is expected (adding some PASSED and FAILED).
- Finally some part of the test were actually commented so added some comment endings to make sure we run all the part of the test.
- fast/parser/comments-expected.txt: Added.
- fast/parser/comments.html:
- platform/chromium-linux/fast/parser/comments-expected.checksum: Removed.
- platform/chromium-linux/fast/parser/comments-expected.png: Removed.
- platform/chromium-win/fast/parser/comments-expected.checksum: Removed.
- platform/chromium-win/fast/parser/comments-expected.png: Removed.
- platform/chromium-win/fast/parser/comments-expected.txt: Removed.
- platform/mac/fast/parser/comments-expected.checksum: Removed.
- platform/mac/fast/parser/comments-expected.png: Removed.
- platform/mac/fast/parser/comments-expected.txt: Removed.
- platform/qt/fast/parser/comments-expected.txt: Removed.
- 06:45 Changeset [56782] by
-
2010-03-30 Jochen Eisinger <jochen@chromium.org>
Reviewed by Jeremy Orlow.
Remove dysfunctional implementation of canEstablishDatabase for
Workers. I postpone this implementation until Workers can actually
access Web Databases.
- src/DatabaseObserver.cpp: (WebCore::DatabaseObserver::canEstablishDatabase):
- src/WebWorkerBase.h:
- 06:27 Changeset [56781] by
-
2010-03-30 Laszlo Gombos <laszlo.1.gombos@nokia.com>
Reviewed by David Kilzer.
Guard Geolocation files with ENABLE_GEOLOCATION
https://bugs.webkit.org/show_bug.cgi?id=25756
The intent is to guard the Geolocation implementation files
and minimize the impact on on clients/call sites.
- DerivedSources.make:
- WebCore.Geolocation.exp: Added. Exported interfaces if GEOLOCATION is enabled.
- WebCore.base.exp:
- bindings/js/JSCustomPositionCallback.cpp:
- bindings/js/JSCustomPositionErrorCallback.cpp:
- bindings/js/JSGeolocationCustom.cpp:
- page/Geolocation.cpp: (WebCore::Geolocation::disconnectFrame): Stub implementation if GEOLOCATION is turned off. (WebCore::Geolocation::Geolocation): Ditto. (WebCore::Geolocation::~Geolocation): Ditto. (WebCore::Geolocation::setIsAllowed): Ditto.
- page/Geolocation.h:
- page/Geolocation.idl:
- page/GeolocationPositionCache.cpp:
- page/Geoposition.idl:
- page/PositionError.idl:
- platform/GeolocationService.cpp:
- platform/mock/GeolocationServiceMock.cpp:
2010-03-30 Laszlo Gombos <laszlo.1.gombos@nokia.com>
Reviewed by David Kilzer.
Explicit guards for ENABLE_GEOLOCATION
https://bugs.webkit.org/show_bug.cgi?id=25756
- WebCoreSupport/WebGeolocationMock.mm: (-[WebGeolocationMock setError:code:]): Make the body conditional on ENABLE(GEOLOCATION) (-[WebGeolocationMock setPosition:]): Ditto.
- 06:08 Changeset [56780] by
-
2010-03-30 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Pavel Feldman.
Support EventTarget interface in fake workers (both for Worker object
and WorkerContext). Use MessagePort to implement message passing to
support passing ports in PostMessage.
https://bugs.webkit.org/show_bug.cgi?id=36763
- inspector/front-end/InjectedFakeWorker.js: (InjectedFakeWorker.Worker.onmessageGetter): (InjectedFakeWorker.Worker.onmessageSetter): (InjectedFakeWorker.Worker): (InjectedFakeWorker.FakeWorker): (InjectedFakeWorker.FakeWorker.prototype.postMessage): (InjectedFakeWorker.FakeWorker.prototype.terminate): (InjectedFakeWorker.FakeWorker.prototype._onWorkerFrameLoaded): (InjectedFakeWorker.FakeWorker.prototype._setupWorkerContext.onmessageGetter): (InjectedFakeWorker.FakeWorker.prototype._setupWorkerContext.onmessageSetter): (InjectedFakeWorker.FakeWorker.prototype._setupWorkerContext): (InjectedFakeWorker.FakeWorker.prototype._addEventListener): (InjectedFakeWorker.FakeWorker.prototype._removeEventListener): (InjectedFakeWorker.FakeWorker.prototype._callbackWrapper): (InjectedFakeWorker.FakeWorker.prototype._handleException):
- 05:44 Changeset [56779] by
-
2010-03-30 Alexander Pavlov <apavlov@chromium.org>
Unreviewed, test missing in r56732.
- inspector/audits-panel-functional-expected.txt: Added.
- inspector/audits-panel-functional.html: Added.
- inspector/resources/audits-script1.js: Added. (foo1):
- inspector/resources/audits-script2.js: Added. (foo2):
- inspector/resources/audits-script3.js: Added. (foo3):
- inspector/resources/audits-style1.css: Added.
- 05:44 Changeset [56778] by
-
[v8] Add if ENABLE guard for Worker specific code.
https://bugs.webkit.org/show_bug.cgi?id=36597
Patch by Kristian Monsen <kristianm@google.com> on 2010-03-30
Reviewed by David Levin.
Build fix only, no new tests.
- bindings/v8/V8DOMWrapper.h:
- 04:58 Changeset [56777] by
-
2010-03-29 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Darin Fisher.
More IndexedDB work
https://bugs.webkit.org/show_bug.cgi?id=36770
Add the "singleton" IndexedDatabase object to PageGroup
IndexedDatabase now has a create() method since PageGroup can own the instance (at least for now)
Rip out the IDBRequest stuff (now obsolete).
DOMWindow now can instantiate indexedDatabase objects on demand.
New layout tests starting with the next patch (which should make indexedDB.open() "work").
- WebCore.gypi:
- bindings/v8/custom/V8IDBRequestCustom.cpp: Removed.
- page/DOMWindow.cpp: (WebCore::DOMWindow::indexedDB):
- page/DOMWindow.h:
- page/PageGroup.cpp: (WebCore::PageGroup::indexedDatabase):
- page/PageGroup.h:
- storage/IDBDatabase.cpp:
- storage/IDBDatabaseRequest.h: (WebCore::IDBDatabaseRequest::createObjectStore):
- storage/IDBDatabaseRequest.idl:
- storage/IDBRequest.cpp: Removed.
- storage/IDBRequest.h: Removed.
- storage/IDBRequest.idl: Removed.
- storage/IndexedDatabase.cpp: (WebCore::IndexedDatabase::create):
- storage/IndexedDatabase.h:
- storage/IndexedDatabaseImpl.cpp: (WebCore::IndexedDatabaseImpl::create): (WebCore::IndexedDatabaseImpl::IndexedDatabaseImpl): (WebCore::IndexedDatabaseImpl::~IndexedDatabaseImpl):
- storage/IndexedDatabaseImpl.h:
- storage/IndexedDatabaseRequest.cpp: (WebCore::IndexedDatabaseRequest::IndexedDatabaseRequest):
- storage/IndexedDatabaseRequest.h: (WebCore::IndexedDatabaseRequest::create):
- storage/IndexedDatabaseRequest.idl:
- storage/chromium/IndexedDatabase.cpp: (WebCore::IndexedDatabase::create):
2010-03-29 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Darin Fisher.
More IndexedDB work
https://bugs.webkit.org/show_bug.cgi?id=36770
Start the implementation of WebIndexedDatabase (for entrance back into WebKit).
- WebKit.gyp:
- public/WebIndexedDatabase.h:
- src/WebIndexedDatabaseImpl.cpp: Added. (WebKit::WebIndexedDatabase::create): (WebKit::WebIndexedDatabaseImpl::~WebIndexedDatabaseImpl): (WebKit::WebIndexedDatabaseImpl::open):
- src/WebIndexedDatabaseImpl.h: Added.
- 04:30 Changeset [56776] by
-
2010-03-30 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVG Glyph transformations wrong on use of SVGFont
https://bugs.webkit.org/show_bug.cgi?id=36731
Kerning on SVGFonts should be applied to the userSpace of the current Char
and not to the userSpace of the viewport. This means scaling the kerning
to match the current userSpace.
Test: svg/custom/glyph-transformation-with-hkern.svg
- rendering/SVGRootInlineBox.cpp: (WebCore::SVGRootInlineBox::buildLayoutInformationForTextBox):
2010-03-30 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVG Glyph transformations wrong on use of SVGFont
https://bugs.webkit.org/show_bug.cgi?id=36731
Test of correct scaled kerning, if userSpace on SVGFont doesn't
match the scaling of the viewport userSpace.
- platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
- platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
- svg/custom/glyph-transformation-with-hkern.svg: Added.
- svg/custom/resources/SVGFreeSans.svg: Added.
- 04:28 Changeset [56775] by
-
2010-03-30 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVG Animation doesn't respect 'currentColor'
https://bugs.webkit.org/show_bug.cgi?id=36695
Test: svg/custom/animation-currentColor.svg
SVG Animation can't handle currentColor at the moment. This patch catches the
color value of the target element and replaces 'currentColor' with it's color string.
- svg/SVGAnimationElement.cpp: (WebCore::adjustForCurrentColor): (WebCore::SVGAnimationElement::startedActiveInterval):
2010-03-30 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVG Animation doesn't respect 'currentColor'
https://bugs.webkit.org/show_bug.cgi?id=36695
Check if SVG animation takes the color value of the target element as 'currentColor'.
- platform/mac/svg/custom/animation-currentColor-expected.checksum: Added.
- platform/mac/svg/custom/animation-currentColor-expected.png: Added.
- platform/mac/svg/custom/animation-currentColor-expected.txt: Added.
- svg/custom/animation-currentColor.svg: Added.
- 02:27 Changeset [56774] by
-
2010-03-30 Fumitoshi Ukai <ukai@chromium.org>
Reviewed by Shinichiro Hamaji.
[Chromium-Win] subprocess.call should be called with stdin=open(os.devnull,'r')
https://bugs.webkit.org/show_bug.cgi?id=36811
subproess.Popen() on Python 2.4/Windows with stdout,stdout, but no stdin will fail, because it uses return value of GetStdHandle(STD_INPUT_HANDLE), but DuplicateHandle requires integer, not the handle.
We don't need stdin, so use devnull as stdin.
Same as https://bugs.webkit.org/show_bug.cgi?id=36586
- Scripts/webkitpy/layout_tests/port/chromium_win.py: open os.devnull for stdin
- 02:11 Changeset [56773] by
-
2010-03-30 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Skip http/tests/inspector-enabled on Linux and Mac where LayoutTestContoller doesn't support inspector methods yet.
- platform/chromium/test_expectations.txt:
- 01:59 Changeset [56772] by
-
2010-03-30 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Visible/captured records counter should be implemented in Timeline panel.
https://bugs.webkit.org/show_bug.cgi?id=36708
- English.lproj/localizedStrings.js:
- inspector/front-end/TimelinePanel.js: (WebInspector.TimelinePanel.prototype.get statusBarItems): (WebInspector.TimelinePanel.prototype._createStatusbarButtons): (WebInspector.TimelinePanel.prototype._updateRecordsCounter): (WebInspector.TimelinePanel.prototype._innerAddRecordToTimeline): (WebInspector.TimelinePanel.prototype._createRootRecord): (WebInspector.TimelinePanel.prototype._refresh): (WebInspector.TimelinePanel.prototype._filterRecords):
- inspector/front-end/inspector.css: (.timeline-records-counter):
- 00:53 April 2010 Meeting edited by
- Igalia people (diff)
- 00:24 Changeset [56771] by
-
[chromium] Many new test results are needed due to recent check-ins.
https://bugs.webkit.org/show_bug.cgi?id=36799
Reviewed by Adam Barth.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum: Due to r56655.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Ditto.
- 00:09 Changeset [56770] by
-
2010-03-30 Philippe Normand <pnormand@igalia.com>
[GStreamer] define static variables with DEFINE_STATIC_LOCAL macro
https://bugs.webkit.org/show_bug.cgi?id=36653
Unreviewed, don't define the bool variable with
DEFINE_STATIC_LOCAL, it makes sense only for objects which have a
destructor. Thanks to Dan Bernstein for spotting this.
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: (WebCore::mimeTypeCache):
- 00:08 Changeset [56769] by
-
2010-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Reviewed by Eric Seidel.
There is a build break due to the disabled() when wml feature is
enabled. This break comes from the Bug 35056 - Disabled menu options
are still submitted.(https://bugs.webkit.org/show_bug.cgi?id=35056)
The WMLOptionElement.h needs to define the disabled() as well.
And, there is an additional break due to Bug 36177 - Multiselect Popup
- Listbox click simulation. (https://bugs.webkit.org/show_bug.cgi?id=36177) virtual void listBoxSelectItem() should be added to WMLSelectElement.h as well.
- wml/WMLOptionElement.h: (WebCore::WMLOptionElement::disabled):
- wml/WMLSelectElement.h: (WebCore::WMLSelectElement::listBoxSelectItem):
- 00:02 Changeset [56768] by
-
Rubber-stamped by Adam Barth.
Needed to fix test_expectations.txt for recent addition in r56764.
- platform/chromium/test_expectations.txt: Added IMAGE (due to the results on OSX).
03/29/10:
- 23:52 Changeset [56767] by
-
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make:
add JSObjectRefPrivate.h
Reviewed by NOBODY (build fix).
- 23:46 BuildingQtOnLinux edited by
- Fix typo (diff)
- 23:44 Changeset [56766] by
-
[chromium] Many new test results are needed due to recent check-ins.
https://bugs.webkit.org/show_bug.cgi?id=36799
Reviewed by Shinichiro Hamaji.
Various rebaselines due to changes in layout or new tests. The revision that caused
each change is by the change.
- platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum: Added. Due to r56655.
- platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png: Added. Ditto.
- platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1296-expected.txt.
- platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum: Added. Ditto.
- platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png: Added. Ditto.
- platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.txt.
- platform/chromium-win/fast/media/media-feature-wgt-view-mode-expected.checksum: Added. Due to r56740.
- platform/chromium-win/fast/media/media-feature-wgt-view-mode-expected.png: Added. Ditto.
- platform/chromium-win/fast/media/media-feature-wgt-view-mode-expected.txt: Added. Ditto.
- platform/chromium-win/svg/custom/marker-overflow-clip-expected.txt: Due to r56693.
- platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.checksum: Due to r56655.
- platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Ditto.
- platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Ditto.
- platform/chromium/test_expectations.txt: Added a few failures with follow up bugs.
- 23:42 BuildingQtOnLinux edited by
- Add missing build dependencies (diff)
- 23:16 Changeset [56765] by
-
2010-03-29 Eric Seidel <eric@webkit.org>
Unreviewed, build fix only.
- Scripts/webkitpy/tool/steps/validatereviewer.py: Add missing import.
- 23:15 Changeset [56764] by
-
2010-03-29 Shinichiro Hamaji <hamaji@chromium.org>
Reviewed by David Hyatt.
No vertical scrollbar after the CSS class change
https://bugs.webkit.org/show_bug.cgi?id=36461
- fast/repaint/overflow-scroll-body-appear.html: Added.
- platform/chromium/test_expectations.txt:
- platform/gtk/Skipped:
- platform/mac/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added.
- platform/mac/fast/repaint/overflow-scroll-body-appear-expected.png: Added.
- platform/mac/fast/repaint/overflow-scroll-body-appear-expected.txt: Added.
- platform/qt/Skipped:
- platform/win/Skipped:
2010-03-29 Shinichiro Hamaji <hamaji@chromium.org>
Reviewed by David Hyatt.
No vertical scrollbar after the CSS class change
https://bugs.webkit.org/show_bug.cgi?id=36461
Don't suppress scrollbar change for non-first layouts.
In the first layout, the scrollbar change will happen in later
adjustViewSize() call, but in other layouts, adjustViewSize() may
not be called when the size of contents doesn't change.
- page/FrameView.cpp: (WebCore::FrameView::layout):
- 23:08 Changeset [56763] by
-
2010-03-29 Hayato Ito <hayato@chromium.org>
Reviewed by Shinichiro Hamaji.
Remove '_flymake' suffix from base part of file name so that
check-webkit-style uses a correct header guard name when it is called from Emacs's flymake.
- Scripts/webkitpy/style/processors/cpp.py:
- Scripts/webkitpy/style/processors/cpp_unittest.py:
- 22:41 Changeset [56762] by
-
2010-03-29 Chris Jerdonek <cjerdonek@webkit.org>
Reviewed by Eric Seidel.
Get the following test-webkitpy unit test working again:
scm_unittest.SVNTest.test_svn_apply().
- Scripts/webkitpy/common/checkout/scm_unittest.py:
- Add leading spaces to the empty lines of the ChangeLog strings.
- Manually set the _reviewer attribute on the Attachment object to get the tests to pass.
- Scripts/webkitpy/common/checkout/scm_unittest.py:
- 22:09 Changeset [56761] by
-
2010-03-29 Steve Falkenburg <sfalken@apple.com>
Reviewed by Adele Peterson.
Default value of accelerated compositing should be false for Windows
https://bugs.webkit.org/show_bug.cgi?id=36805
- WebPreferences.cpp: (WebPreferences::initializeDefaultSettings):
- 21:04 Changeset [56760] by
-
2010-03-29 Martin Robinson <mrobinson@webkit.org>
Reviewed by Holger Freyther.
[GTK] suppress (un)desired launcher output that can make layout test to fail with stderr
https://bugs.webkit.org/show_bug.cgi?id=36390
Suppress debugging messages sent to the GLib logger during DRT runs.
- DumpRenderTree/gtk/DumpRenderTree.cpp: (logHandler): Added. (main): Use logHandler as the default GLib log message handler.
- 19:59 Changeset [56759] by
-
2010-03-29 Chao-ying Fu <fu@mips.com>
Reviewed by Oliver Hunt.
MIPS JIT Supports
https://bugs.webkit.org/show_bug.cgi?id=30144
The following changes enable MIPS JIT.
- assembler/MIPSAssembler.h: (JSC::MIPSAssembler::lbu): (JSC::MIPSAssembler::linkWithOffset):
- assembler/MacroAssemblerMIPS.h: (JSC::MacroAssemblerMIPS::load8): (JSC::MacroAssemblerMIPS::branch8): (JSC::MacroAssemblerMIPS::branchTest8): (JSC::MacroAssemblerMIPS::setTest8): (JSC::MacroAssemblerMIPS::setTest32):
- jit/JIT.h:
- jit/JITInlineMethods.h: (JSC::JIT::preserveReturnAddressAfterCall): (JSC::JIT::restoreReturnAddressBeforeReturn):
- jit/JITOpcodes.cpp:
- jit/JITStubs.cpp: (JSC::JITThunks::JITThunks):
- jit/JITStubs.h: (JSC::JITStackFrame::returnAddressSlot):
- wtf/Platform.h:
- 19:44 Changeset [56758] by
-
[chromium] Many new test results are needed due to recent check-ins.
https://bugs.webkit.org/show_bug.cgi?id=36799
Reviewed by Dimitri Glazkov.
r56655 changed how tables layout which causes a lot of pixels tests for
tables to need rebaselines.
r56693 did some svg changes.
- platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.checksum: Due to r56655.
- platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum: Ditto.
- platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Ditto.
- platform/chromium-win/svg/custom/invalid-css-expected.txt: Due to r56693.
- platform/chromium-win/svg/custom/marker-default-width-height-expected.txt: Ditto.
- platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt: Ditto.
- platform/chromium-win/tables/mozilla/bugs/bug1296-expected.checksum: Due to r56655.
- platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png: Ditto.
- platform/chromium-win/tables/mozilla/bugs/bug1430-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png: Ditto.
- platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Ditto.
- platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum: Ditto.
- platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Ditto.
- platform/chromium/test_expectations.txt: Two newly added tests are timing out (covered by http://crbug.com/35387).
- 19:32 Changeset [56757] by
-
2010-03-29 Chris Evans <cevans@chromium.org>
Reviewed by Adam Barth.
- fast/xmlhttprequest/xmlhttprequest-no-file-access.html: Check that an isolated file:// origin can access about:blank iframes that it created itself.
2010-03-29 Chris Evans <cevans@chromium.org>
Reviewed by Adam Barth.
Don't use unique domains for file:// separation: it breaks local
databases, and access to your own same-origin iframes. Instead, use
path-based access checks.
Test: fast/xmlhttprequest/xmlhttprequest-no-file-access.html
- dom/Document.cpp: (WebCore::Document::initSecurityContext): renamed API.
- page/SecurityOrigin.h:
- page/SecurityOrigin.cpp: (WebCore::SecurityOrigin::SecurityOrigin): Initialize new flag. Take note of file:// path. Copy new fields in copy constructor. (WebCore::SecurityOrigin::canAccess): Take into account path-based origin separation for file:// (WebCore::SecurityOrigin::enforceFilePathSeparation): New method to enable file:// path origin separation. (WebCore::SecurityOrigin::toString): Return a null domain for an isolated file origin. (WebCore::SecurityOrigin::isSameSchemeHostPort): Take into account path-based origin separation for file:// (WebCore::SecurityOrigin::passesFileCheck): Abstraction of common logic for file:// access checks.
- 18:38 Changeset [56756] by
-
2010-03-29 Rafael Weinstein <rafaelw@chromium.org>
Reviewed by Adam Barth.
Change NotificationPresenter::checkPermission() to take the source frames full KURL,
rather than its SecurityOrigin. This will aid chromium in having more fine grained
permissions to control notification spam.
- notifications/Notification.cpp: (WebCore::Notification::Notification):
- notifications/NotificationCenter.cpp: (WebCore::NotificationCenter::checkPermission):
- notifications/NotificationPresenter.h:
2010-03-29 Rafael Weinstein <rafaelw@chromium.org>
Reviewed by Adam Barth.
Change NotificationPresenter::checkPermission() to take the source frames full KURL,
rather than its SecurityOrigin. This will aid chromium in having more fine grained
permissions to control notification spam.
- public/WebNotificationPresenter.h: (WebKit::WebNotificationPresenter::checkPermission):
- src/NotificationPresenterImpl.cpp: (WebKit::NotificationPresenterImpl::checkPermission):
- src/NotificationPresenterImpl.h:
2010-03-29 Rafael Weinstein <rafaelw@chromium.org>
Reviewed by Adam Barth.
Change NotificationPresenter::checkPermission() to take the source frames full KURL,
rather than its SecurityOrigin. This will aid chromium in having more fine grained
permissions to control notification spam.
- WebCoreSupport/WebDesktopNotificationsDelegate.cpp: (WebDesktopNotificationsDelegate::checkPermission):
- WebCoreSupport/WebDesktopNotificationsDelegate.h:
- 18:15 Changeset [56755] by
-
2010-03-29 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
sheriff-bot should comment on bugs when builders break
https://bugs.webkit.org/show_bug.cgi?id=36786
- Scripts/webkitpy/tool/commands/sheriffbot.py:
- Add a new _post_blame_comment_to_bug and all it from process_work_item
- Move commit-queue logic into _post_rollout_patch to make its api match the other _post commands.
- Scripts/webkitpy/tool/commands/sheriffbot_unittest.py:
- Test the new _post_blame_comment_to_bug call
- Scripts/webkitpy/tool/commands/sheriffbot.py:
- 18:07 Changeset [56754] by
-
2010-03-29 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
sheriff-bot fails to get information about certain builds
https://bugs.webkit.org/show_bug.cgi?id=36768
This seems to be caused by:
http://buildbot.net/trac/ticket/753
I have no work-around, but for now at least we're logging
the error better. I also added allow_none to our ServerProxy
creation in case that fixes things for other versions of python.
- Scripts/webkitpy/common/net/buildbot.py:
- 17:34 Changeset [56753] by
-
2010-03-29 Victor Wang <victorw@chromium.org>
Reviewed by Adam Barth.
Add sign in/out link to TestResults appengine
Add a link to main menu for sign in/out to this appengine.
People signed in with admin privilege could perform
actions that are only allowed to admins like deleting files.
- TestResultServer/handlers/menu.py:
- TestResultServer/stylesheets/menu.css: (.sign):
- TestResultServer/templates/menu.html:
- 17:16 Changeset [56752] by
-
2010-03-29 Luiz Agostini <luiz.agostini@openbossa.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Multiselect - Adding method itemIsSelected() to QtAbstractWebPopup
https://bugs.webkit.org/show_bug.cgi?id=36769
Adding method itemIsSelected() to QtAbstractWebPopup.
- platform/qt/QtAbstractWebPopup.h: (WebCore::QtAbstractWebPopup::itemIsSelected):
- 16:58 Changeset [56751] by
-
Rubber-stamped by Dmitry Titov.
[Chromium] pixel layout test fixes.
r56655 caused runin test which needed separate results for each platform.
r56673 caused computed-style-expected.
r56655 cause the fast/table changes (and we need linux specific results).
r56644 caused clip-path-referencing-use2-expected.
r56693 caused painting-marker-01-f-expected.
- platform/chromium-linux/fast/runin/generated2-expected.checksum: Added.
- platform/chromium-linux/fast/runin/generated2-expected.png: Added.
- platform/chromium-linux/fast/runin/generated2-expected.txt: Added.
- platform/chromium-linux/fast/runin/generated3-expected.checksum: Added.
- platform/chromium-linux/fast/runin/generated3-expected.png: Added.
- platform/chromium-linux/fast/runin/generated3-expected.txt: Added.
- platform/chromium-linux/fast/runin/generated4-expected.checksum: Added.
- platform/chromium-linux/fast/runin/generated4-expected.png: Added.
- platform/chromium-linux/fast/runin/generated4-expected.txt: Added.
- platform/chromium-linux/fast/table/table-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-cell-overrides-row-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-cell-overrides-row-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-col-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-col-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-col-group-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-col-group-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-col-group-col-span-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-col-group-col-span-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-col-group-span-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-col-group-span-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-col-span-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-col-span-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-row-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-row-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-row-background-left-50px-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-row-background-left-50px-expected.png: Added.
- platform/chromium-linux/fast/table/table-row-background-right-100percent-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-row-background-right-100percent-expected.png: Added.
- platform/chromium-linux/fast/table/table-row-background-right-50px-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-row-background-right-50px-expected.png: Added.
- platform/chromium-linux/fast/table/table-row-group-background-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-row-group-background-expected.png: Added.
- platform/chromium-linux/fast/table/table-row-group-background-positioned-expected.checksum: Added.
- platform/chromium-linux/fast/table/table-row-group-background-positioned-expected.png: Added.
- platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
- platform/chromium-mac/fast/runin/generated2-expected.checksum: Renamed from LayoutTests/platform/chromium/fast/runin/generated2-expected.checksum.
- platform/chromium-mac/fast/runin/generated2-expected.png: Renamed from LayoutTests/platform/chromium/fast/runin/generated2-expected.png.
- platform/chromium-mac/fast/runin/generated3-expected.checksum: Renamed from LayoutTests/platform/chromium/fast/runin/generated3-expected.checksum.
- platform/chromium-mac/fast/runin/generated3-expected.png: Renamed from LayoutTests/platform/chromium/fast/runin/generated3-expected.png.
- platform/chromium-mac/fast/runin/generated4-expected.checksum: Renamed from LayoutTests/platform/chromium/fast/runin/generated4-expected.checksum.
- platform/chromium-mac/fast/runin/generated4-expected.png: Renamed from LayoutTests/platform/chromium/fast/runin/generated4-expected.png.
- platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt:
- platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
- platform/chromium-win/fast/runin/generated2-expected.checksum: Added.
- platform/chromium-win/fast/runin/generated2-expected.png: Added.
- platform/chromium-win/fast/runin/generated2-expected.txt: Added.
- platform/chromium-win/fast/runin/generated3-expected.checksum: Added.
- platform/chromium-win/fast/runin/generated3-expected.png: Added.
- platform/chromium-win/fast/runin/generated3-expected.txt: Added.
- platform/chromium-win/fast/runin/generated4-expected.checksum: Added.
- platform/chromium-win/fast/runin/generated4-expected.png: Added.
- platform/chromium-win/fast/runin/generated4-expected.txt: Added.
- platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
- platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
- platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt:
- 16:58 Changeset [56750] by
-
2010-03-29 Dawit Alemayehu <adawit@kde.org>
Reviewed by Simon Hausmann.
Added a function, WebCore::shouldTreatAsAttachment, to HTTPParsers.*
This function, which was moved from WebKit/chromium/src/FrameClientImpl.cpp,
is used to check whether or not a request is supposed to be rendered or
simply downloaded based on the "Content-Disposition" header sent by the
web server. The intent of code refactoring is to avoid code duplication
so that this piece of code can be used by other implementations such as
QtWebKit.
- platform/network/HTTPParsers.cpp: (WebCore::shouldTreatAsAttachment):
- platform/network/HTTPParsers.h:
2010-03-29 Dawit Alemayehu <adawit@kde.org>
Reviewed by Simon Hausmann.
Factored out the 'ShouldTreatAsAttachment' function to HTTPParsers.*
and replacted local version with the factored out version.
The code was factored out to make possible its use in other implementations
such as QtWebKit.
- src/FrameLoaderClientImpl.cpp: (WebKit::FrameLoaderClientImpl::dispatchDecidePolicyForMIMEType):
2010-03-29 Dawit Alemayehu <adawit@kde.org>
Reviewed by Simon Hausmann.
[Qt] Added support for handling the HTTP "Content-Disposition" header.
Whenever a server response contains a "Content-Disposition: attachment..." header,
treat the request as a download and emit the unsupportedContent signal.
- Api/qwebpage.cpp:
- WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::download): (WebCore::FrameLoaderClientQt::dispatchDecidePolicyForMIMEType):
- 16:38 Changeset [56749] by
-
2010-03-29 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Bug 36735 - Live regions don't send out notifications when the element changing is the live region
https://bugs.webkit.org/show_bug.cgi?id=36735
- platform/mac/accessibility/aria-liveregion-on-image-expected.txt: Added.
- platform/mac/accessibility/aria-liveregion-on-image.html: Added.
2010-03-29 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Bug 36735 - Live regions don't send out notifications when the element changing is the live region
https://bugs.webkit.org/show_bug.cgi?id=36735
Test: platform/mac/accessibility/aria-liveregion-on-image.html
- accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::contentChanged):
- 16:33 Changeset [56748] by
-
2010-03-29 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
ValidateReviewer step is draconian and un-tested
https://bugs.webkit.org/show_bug.cgi?id=36792
ValidateReviewer logic was commented out in
http://trac.webkit.org/changeset/56744
That was a symptom of the fact that validatereviewer.py
is too inflexible to be used when real humans are driving webkit-patch.
For now we just disable ValidateReviewer when humans are at the keyboard.
- Scripts/webkitpy/tool/steps/validatereviewer.py:
- Only run when in non-interactive mode.
- Scripts/webkitpy/tool/steps/validatereviewer_unittest.py: Added.
- Test our validation logic to make sure it's sane.
- Scripts/webkitpy/tool/steps/validatereviewer.py:
- 16:18 Changeset [56747] by
-
2010-03-29 Chris Jerdonek <cjerdonek@webkit.org>
Reviewed by Shinichiro Hamaji.
Eliminate explicit slash characters from check-webkit-style's
_rel_path() method to make its implementation more platform
independent.
- Scripts/webkitpy/style/main.py:
- Changed to use os.sep instead of slash_chars "/
". This can be done since os.path.abspath() converts slashes to os.sep.
- Changed to use os.sep instead of slash_chars "/
- Scripts/webkitpy/style/main.py:
- 15:35 Changeset [56746] by
-
2010-03-29 Dirk Pranke <dpranke@chromium.org>
Reviewed by Dimitri Glazkov.
Change new-run-webkit-tests to not use more than four threads by
default on the mac port until
https://bugs.webkit.org/show_bug.cgi?id=36622 is fixed.
- Scripts/webkitpy/layout_tests/port/mac.py:
- 15:34 Changeset [56745] by
-
2010-03-29 Dirk Pranke <dpranke@chromium.org>
Reviewed by Dimitri Glazkov.
Reformat port/mac.py to fit witin 80 columns for PEP-8 compliance.
- Scripts/webkitpy/layout_tests/port/mac.py:
- 15:28 Changeset [56744] by
-
2010-03-29 Stephen White <senorblanco@chromium.org>
Reviewed by Dave Hyatt.
In order to speed up multiple calls to CSSPrimitiveValue::cssText(),
this CL caches the String result. When m_value is changed, the
cached string is cleared. This gives a good speedup on benchmarks
which do a lot of CSS property gets, such as Peacekeeper.
The processing cost should be negligible, since the strings are
refcounted. The memory cost is an additional 4 bytes per
CSSPrimitiveValue, and the extended lifetime of the computed string
(potentially, the same as the lifetime of the CSSPrimitiveValue).
Covered by fast/css/cssText-cache.html, and more.
- css/CSSPrimitiveValue.cpp: (WebCore::CSSPrimitiveValue::CSSPrimitiveValue): (WebCore::CSSPrimitiveValue::cleanup): (WebCore::CSSPrimitiveValue::cssText):
- css/CSSPrimitiveValue.h:
2010-03-29 Stephen White <senorblanco@chromium.org>
Reviewed by Dave Hyatt.
Added a test for CSSPrimitiveValue::cssText() string cacheing.
- fast/css/cssText-cache-expected.txt: Added.
- fast/css/cssText-cache.html: Added.
- 15:26 April 2010 Meeting edited by
- (diff)
- 15:20 Changeset [56743] by
-
2010-03-29 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
new-run-webkit-tests fails java/lc3 on a clean checkout
https://bugs.webkit.org/show_bug.cgi?id=36078
- Scripts/webkitpy/layout_tests/port/mac.py:
- Build the java support files in check_build
- Unwrap a line which would still fit under 80col
- Scripts/webkitpy/layout_tests/port/mac.py:
- 15:19 Changeset [56742] by
-
Build Fix: Touch WebKit.idl to force Interfaces to rebuild
- 15:15 Changeset [56741] by
-
Build fix. Touch WebKit.idl to force rebuild.
- 14:44 Changeset [56740] by
-
JavaScriptCore: Add an enable flag for the Widgets (http://www.w3.org/TR/widgets-reqs/)
and turn it on for Qt only.
Reviewed by Simon Fraser.
- wtf/Platform.h:
WebCore: When enabling Web Widgets, add support for the view-mode media
feature (http://www.w3.org/TR/widgets-vmmf/).
Reviewed by Simon Fraser.
Test: fast/media/media-feature-wgt-view-mode.html
- css/CSSValueKeywords.in:
- css/MediaFeatureNames.h:
- css/MediaQueryEvaluator.cpp:
(WebCore::view_modeMediaFeatureEval):
- page/ChromeClient.h:
(WebCore::ChromeClient::isDocked):
(WebCore::ChromeClient::isFloating):
(WebCore::ChromeClient::isApplication):
(WebCore::ChromeClient::isFullscreen):
WebKit/qt: Add an internal Qt API for changing the view mode media feature
(http://www.w3.org/TR/widgets-vmmf/).
Reviewed by Simon Fraser.
- Api/qwebpage.cpp:
(qt_wrt_setViewMode):
(QWebPagePrivate::priv):
- Api/qwebpage_p.h:
- WebCoreSupport/ChromeClientQt.cpp:
(WebCore::ChromeClientQt::isDocked):
(WebCore::ChromeClientQt::isFloating):
(WebCore::ChromeClientQt::isApplication):
(WebCore::ChromeClientQt::isFullscreen):
- WebCoreSupport/ChromeClientQt.h:
WebKitTools: Add hooks to the Qt DRT for testing the view mode media feature.
Reviewed by Simon Fraser.
- DumpRenderTree/qt/LayoutTestControllerQt.cpp:
(LayoutTestController::setViewModeMediaFeature):
- DumpRenderTree/qt/LayoutTestControllerQt.h:
LayoutTests: Add a test and an expected result for the Widgets 1.0: View Mode
Media Feature (http://www.w3.org/TR/widgets-vmmf/).
Reviewed by Simon Fraser.
Skip on all other platforms than Qt, that has Skipped files.
- fast/media/media-feature-wgt-view-mode.html: Added.
- fast/media/media-feature-wgt-view-mode-expected.txt: Added.
- platform/gtk/Skipped:
- platform/mac/Skipped:
- platform/win/Skipped:
- 13:51 Changeset [56739] by
-
2010-03-29 Adam Barth <abarth@webkit.org>
Unreviewed. Update expected results for unit tests.
- Scripts/webkitpy/tool/bot/sheriffircbot_unittest.py:
- Scripts/webkitpy/tool/commands/sheriffbot_unittest.py:
- 13:49 Changeset [56738] by
-
2010-03-29 Adam Barth <abarth@webkit.org>
Unreviewed. I think Eric meant svn_revision.
- Scripts/webkitpy/tool/commands/sheriffbot.py:
- 13:40 Changeset [56737] by
-
2010-03-26 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
webkit-patch commit-queue should notice if it breaks builders (and roll out its own changes)
https://bugs.webkit.org/show_bug.cgi?id=29311
Now that we have sheriff-bot watching the tree, it can post
rollout patches on behalf of the commit queue.
- Scripts/webkitpy/common/checkout/commitinfo.py: add responsible_parties()
- Scripts/webkitpy/common/checkout/commitinfo_unittest.py: test responsible_parties()
- Scripts/webkitpy/tool/commands/sheriffbot.py:
- Break IRC logic out into _post_irc_warning for easier testing.
- Add _post_rollout_patch for posting rollout patches to bugzilla.
- Scripts/webkitpy/tool/commands/sheriffbot_unittest.py:
- Test _rollout_reason
- Scripts/webkitpy/tool/grammar.py:
- Fix join_with_separators to not add Adam's "oxford comma" for two item lists.
- Scripts/webkitpy/tool/grammar_unittest.py:
- Test join_with_separators
- 13:31 Changeset [56736] by
-
2010-03-29 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Sheriffbot should actually run commands
https://bugs.webkit.org/show_bug.cgi?id=36776
Some minor changes to Sheriffbot:
1) We should actually run commands (by giving control back to the
command processing object.
2) Use URLs instead of just numbers to represent SVN revisions (making
it easier to folks in IRC ot followup).
- Scripts/webkitpy/tool/bot/irc_command.py:
- Scripts/webkitpy/tool/bot/queueengine.py:
- Scripts/webkitpy/tool/commands/sheriffbot.py:
- 12:51 QtWebKitRelease20 edited by
- (diff)
- 12:50 QtWebKitRelease20 edited by
- nicer (diff)
- 12:48 QtWebKitRelease20 edited by
- Link to the top of the page (diff)
- 12:45 BuildingQtOnLinux edited by
- Update build dependencies for Debian and Ubuntu (diff)
- 11:54 April 2010 Meeting edited by
- Add Geoff Levand. (diff)
- 11:28 Changeset [56735] by
-
2010-03-29 Kenneth Russell <kbr@google.com>
Reviewed by Darin Fisher.
Eliminate use of GL_BGRA in GraphicsContext3DSkia.cpp
https://bugs.webkit.org/show_bug.cgi?id=36737
No new tests; ran WebGL demos in Chromium on Windows to verify fix.
- platform/graphics/skia/GraphicsContext3DSkia.cpp: (WebCore::GraphicsContext3D::getImageData):
- 11:20 Changeset [56734] by
-
Rubber-stamped by Dmitry Titov.
Add chromium specific baselines for table tests added in r56641
and for runin tests added in r56655.
- platform/chromium-mac/fast/table/table-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-background-expected.txt.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt.
- platform/chromium-mac/fast/table/table-cell-overrides-row-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-cell-overrides-row-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-cell-overrides-row-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-cell-overrides-row-background-expected.txt.
- platform/chromium-mac/fast/table/table-col-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-col-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-col-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-background-expected.txt.
- platform/chromium-mac/fast/table/table-col-group-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-col-group-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-col-group-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-group-background-expected.txt.
- platform/chromium-mac/fast/table/table-col-group-col-span-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-col-group-col-span-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-col-group-col-span-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-group-col-span-background-expected.txt.
- platform/chromium-mac/fast/table/table-col-group-span-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-col-group-span-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-col-group-span-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-group-span-background-expected.txt.
- platform/chromium-mac/fast/table/table-col-span-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-col-span-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-col-span-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-col-span-background-expected.txt.
- platform/chromium-mac/fast/table/table-row-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-row-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-row-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-background-expected.txt.
- platform/chromium-mac/fast/table/table-row-background-left-50px-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-row-background-left-50px-expected.png: Added.
- platform/chromium-mac/fast/table/table-row-background-left-50px-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-background-left-50px-expected.txt.
- platform/chromium-mac/fast/table/table-row-background-right-100percent-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-row-background-right-100percent-expected.png: Added.
- platform/chromium-mac/fast/table/table-row-background-right-100percent-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-background-right-100percent-expected.txt.
- platform/chromium-mac/fast/table/table-row-background-right-50px-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-row-background-right-50px-expected.png: Added.
- platform/chromium-mac/fast/table/table-row-background-right-50px-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-background-right-50px-expected.txt.
- platform/chromium-mac/fast/table/table-row-group-background-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-row-group-background-expected.png: Added.
- platform/chromium-mac/fast/table/table-row-group-background-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-group-background-expected.txt.
- platform/chromium-mac/fast/table/table-row-group-background-positioned-expected.checksum: Added.
- platform/chromium-mac/fast/table/table-row-group-background-positioned-expected.png: Added.
- platform/chromium-mac/fast/table/table-row-group-background-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/table/table-row-group-background-positioned-expected.txt.
- platform/chromium-win/fast/table/table-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-background-expected.png: Added.
- platform/chromium-win/fast/table/table-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added.
- platform/chromium-win/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-cell-overrides-row-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-cell-overrides-row-background-expected.png: Added.
- platform/chromium-win/fast/table/table-cell-overrides-row-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-col-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-col-background-expected.png: Added.
- platform/chromium-win/fast/table/table-col-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-col-group-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-col-group-background-expected.png: Added.
- platform/chromium-win/fast/table/table-col-group-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-col-group-col-span-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-col-group-col-span-background-expected.png: Added.
- platform/chromium-win/fast/table/table-col-group-col-span-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-col-group-span-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-col-group-span-background-expected.png: Added.
- platform/chromium-win/fast/table/table-col-group-span-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-col-span-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-col-span-background-expected.png: Added.
- platform/chromium-win/fast/table/table-col-span-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-row-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-row-background-expected.png: Added.
- platform/chromium-win/fast/table/table-row-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-row-background-left-50px-expected.checksum: Added.
- platform/chromium-win/fast/table/table-row-background-left-50px-expected.png: Added.
- platform/chromium-win/fast/table/table-row-background-left-50px-expected.txt: Added.
- platform/chromium-win/fast/table/table-row-background-right-100percent-expected.checksum: Added.
- platform/chromium-win/fast/table/table-row-background-right-100percent-expected.png: Added.
- platform/chromium-win/fast/table/table-row-background-right-100percent-expected.txt: Added.
- platform/chromium-win/fast/table/table-row-background-right-50px-expected.checksum: Added.
- platform/chromium-win/fast/table/table-row-background-right-50px-expected.png: Added.
- platform/chromium-win/fast/table/table-row-background-right-50px-expected.txt: Added.
- platform/chromium-win/fast/table/table-row-group-background-expected.checksum: Added.
- platform/chromium-win/fast/table/table-row-group-background-expected.png: Added.
- platform/chromium-win/fast/table/table-row-group-background-expected.txt: Added.
- platform/chromium-win/fast/table/table-row-group-background-positioned-expected.checksum: Added.
- platform/chromium-win/fast/table/table-row-group-background-positioned-expected.png: Added.
- platform/chromium-win/fast/table/table-row-group-background-positioned-expected.txt: Added.
- platform/chromium/fast/runin/generated2-expected.checksum: Added.
- platform/chromium/fast/runin/generated2-expected.png: Added.
- platform/chromium/fast/runin/generated3-expected.checksum: Added.
- platform/chromium/fast/runin/generated3-expected.png: Added.
- platform/chromium/fast/runin/generated4-expected.checksum: Added.
- platform/chromium/fast/runin/generated4-expected.png: Added.
- 11:10 Changeset [56733] by
-
2010-03-29 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Darin Adler.
Test for Ensuring Pseudo Class's are Respected on Dynamic Changes
https://bugs.webkit.org/show_bug.cgi?id=36765
This tests elements affected by a CSS pseudo class selector is updated
after a dynamic DOM change.
- fast/css/dynamic-pseudo-class-expected.txt: Added.
- fast/css/dynamic-pseudo-class.html: Added.
- 10:59 Changeset [56732] by
-
2010-03-29 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Cover the Audits panel with tests
https://bugs.webkit.org/show_bug.cgi?id=36613
LayoutTests:
- inspector/audits-panel-functional-expected.txt: Added.
- inspector/audits-panel-functional.html: Added.
- inspector/resources/audits-script1.js: Added. (foo1):
- inspector/resources/audits-script2.js: Added. (foo2):
- inspector/resources/audits-script3.js: Added. (foo3):
WebCore:
- English.lproj/localizedStrings.js:
- inspector/front-end/AuditResultView.js: (WebInspector.AuditResultView): (WebInspector.AuditCategoryResultPane.ruleSorter): (WebInspector.AuditCategoryResultPane):
- inspector/front-end/AuditRules.js: (WebInspector.AuditRules.GzipRule.prototype.doRun): (WebInspector.AuditRules.CombineExternalResourcesRule.prototype.doRun): (WebInspector.AuditRules.UnusedCssRule.prototype.doRun.evalCallback.selectorsCallback): (WebInspector.AuditRules.ImageDimensionsRule.prototype.doRun): (WebInspector.AuditRules.CssInHeadRule.prototype.doRun): (WebInspector.AuditRules.CookieSizeRule.prototype.processCookies):
- inspector/front-end/AuditsPanel.js: (WebInspector.AuditRuleResult.linkifyDisplayName): (WebInspector.AuditRuleResult.resourceDomain): (WebInspector.AuditRuleResult.prototype.addURL):
- inspector/front-end/inspector.js: (WebInspector.displayNameForURL):
- 10:54 April 2010 Meeting edited by
- (diff)
- 10:50 Changeset [56731] by
-
2010-03-29 Kenneth Rohde Christiansen <kenneth@webkit.org>
Reviewed by Antti Koivisto.
Use 'Mobile Safari' instead of 'Safari' on mobile Qt platforms.
- Api/qwebpage.cpp: (QWebPage::userAgentForUrl):
- 10:39 Changeset [56730] by
-
[Qt] Fix build break introduced in r56724.
Reviewed by nobody, build fix.
- WebCore.pro:
- 10:31 Changeset [56729] by
-
2010-03-29 Patrick Gansterer <paroga@paroga.com>
Reviewed by Darin Adler.
Corrected name of (u)int64_t compile time assert.
https://bugs.webkit.org/show_bug.cgi?id=36739
int64_t_is_four_bytes -> int64_t_is_eight_bytes
- os-win32/stdint.h:
- 10:13 Changeset [56728] by
-
2010-03-29 Jochen Eisinger <jochen@chromium.org>
Reviewed by Darin Fisher.
Pass a WebFrame to WebFrameClient::allowDatabase instead of a WebSecurityOrigin
https://bugs.webkit.org/show_bug.cgi?id=36743
- public/WebFrameClient.h: (WebKit::WebFrameClient::allowDatabase):
- src/DatabaseObserver.cpp: (WebCore::DatabaseObserver::canEstablishDatabase):
- 10:11 Changeset [56727] by
-
2010-03-29 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector should highlight when clicking a node's closing tag
https://bugs.webkit.org/show_bug.cgi?id=16258
LayoutTests:
- inspector/elements-panel-limited-children.html:
WebCore:
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeOutline.prototype.set suppressRevealAndSelect): (WebInspector.ElementsTreeOutline.prototype.revealAndSelectNode): (WebInspector.ElementsTreeOutline.prototype._keyDown): (WebInspector.ElementsTreeOutline.prototype._onmousemove): (WebInspector.ElementsTreeElement): (WebInspector.ElementsTreeElement.prototype.showChild): (WebInspector.ElementsTreeElement.prototype.onpopulate): (WebInspector.ElementsTreeElement.prototype.updateChildren): (WebInspector.ElementsTreeElement.prototype.insertChildElement): (WebInspector.ElementsTreeElement.prototype.moveChild): (WebInspector.ElementsTreeElement.prototype._updateChildren): (WebInspector.ElementsTreeElement.prototype.onexpand): (WebInspector.ElementsTreeElement.prototype.oncollapse): (WebInspector.ElementsTreeElement.prototype.onselect): (WebInspector.ElementsTreeElement.prototype.ondblclick): ():
- 10:03 April 2010 Meeting edited by
- (diff)
- 10:00 April 2010 Meeting edited by
- Alphabetize list of attendees (diff)
- 09:56 April 2010 Meeting edited by
- (diff)
- 09:56 Changeset [56726] by
-
2010-03-29 Marcus Bulach <bulach@chromium.org>
Reviewed by Jeremy Orlow.
Remove obsolete Geolocation::m_currentPosition
(follow up on https://bugs.webkit.org/show_bug.cgi?id=30676)
- page/Geolocation.cpp: (WebCore::Geolocation::positionChanged): (WebCore::Geolocation::makeSuccessCallbacks):
- page/Geolocation.h:
- platform/chromium/GeolocationServiceChromium.cpp: (WebCore::GeolocationServiceChromium::GeolocationServiceChromium):
- 09:52 April 2010 Meeting edited by
- (diff)
- 09:51 April 2010 Meeting edited by
- Added myself to the list of attendees (diff)
- 09:31 April 2010 Meeting edited by
- (diff)
- 09:24 Changeset [56725] by
-
[Qt] Use the -l syntax for linking against JavaScriptCore on Windows.
This allow qmake to extract dependencies correctly when generating VS
solutions.
Reviewed by Simon Hausmann.
- JavaScriptCore.pri:
- 09:24 Changeset [56724] by
-
[Qt] Do not generate INSTALLS for webkit when building inside Qt.
Qt will do this for us.
Reviewed by Simon Hausmann.
- WebCore.pro:
- 09:21 April 2010 Meeting edited by
- (diff)
- 09:19 April 2010 Meeting edited by
- (diff)
- 09:10 April 2010 Meeting edited by
- (diff)
- 09:05 Changeset [56723] by
-
https://bugs.webkit.org/show_bug.cgi?id=36703
Timer restart loop during page loading
Reviewed by Kenneth Rohde Christiansen.
Fix regression introduced in http://trac.webkit.org/changeset/54526.
Restarting the request timer unconditionally from the timer callback is a bad idea.
Instead, start the timer when a non-cached request completes.
- loader/loader.cpp:
(WebCore::Loader::Host::nonCacheRequestComplete):
(WebCore::Loader::Host::servePendingRequests):
- 09:04 April 2010 Meeting edited by
- (diff)
- 08:29 April 2010 Meeting edited by
- (diff)
- 08:28 April 2010 Meeting edited by
- (diff)
- 08:16 April 2010 Meeting created by
- Started page for WebKit meeting
- 08:15 Changeset [56722] by
-
Rubber-stamped by Kenneth Rohde Christiansen.
Add support for iframe flattening
https://bugs.webkit.org/show_bug.cgi?id=36662
- platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.txt: Added.
- 08:12 WikiStart edited by
- Fix typo (diff)
- 08:11 WikiStart edited by
- Created link to a page for the April 2010 WebKit meeting (diff)
- 07:48 Changeset [56721] by
-
[Qt] unit tests don't compile inside of Qt
Reviewed by Tor Arne Vestbø.
https://bugs.webkit.org/show_bug.cgi?id=36756
- tests/tests.pri: Don't do the target substitution inside Qt and find the sources
through VPATH instead of relying on the location of the .pro file exclusively.
- 07:40 Changeset [56720] by
-
Rubber-stamped by Kenneth Rohde Christiansen.
Add support for iframe flattening
https://bugs.webkit.org/show_bug.cgi?id=36662
- platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: updated after r56718.
- 07:03 Changeset [56719] by
-
[Qt] Shadowbuilds of WebCore with Qt on Symbian fails.
Patch by Thomas Zander <t.zander@nokia.com> on 2010-03-29
Reviewed by Simon Hausmann.
https://bugs.webkit.org/show_bug.cgi?id=36749
Doing a 'make sis' expects the dll in the libdir, so place it
there. This fixes out-of-source building to always put the dll
in the expected dir.
- WebCore.pro: Fix for shadow builds inside Qt.
- 07:03 Changeset [56718] by
-
WebCore: Implement flattening for iframes.
Reviewed by Antti Koivisto.
Refactoring of frameset flattening code to reuse it for
iframe flattening.
Tests: fast/frames/flattening/iframe-flattening-simple.html
- WebCore.base.exp:
- page/FrameView.cpp:
(WebCore::FrameView::layout):
(WebCore::FrameView::scheduleRelayout):
- page/Settings.cpp:
(WebCore::Settings::Settings):
(WebCore::Settings::setFrameFlatteningEnabled):
- page/Settings.h:
(WebCore::Settings::frameFlatteningEnabled):
- rendering/RenderFrame.cpp:
- rendering/RenderFrame.h:
- rendering/RenderFrameSet.cpp:
(WebCore::RenderFrameSet::flattenFrameSet):
- rendering/RenderFrameSet.h:
- rendering/RenderPart.cpp:
(WebCore::RenderPart::layoutWithFlattening):
- rendering/RenderPart.h:
- rendering/RenderPartObject.cpp:
(WebCore::RenderPartObject::flattenFrame):
(WebCore::RenderPartObject::calcHeight):
(WebCore::RenderPartObject::calcWidth):
(WebCore::RenderPartObject::layout):
- rendering/RenderPartObject.h:
WebKit/mac: Change method name due to it dealing with both flattening
of frame sets and inner frames.
Reviewed by Antti Koivisto.
- WebView/WebPreferenceKeysPrivate.h:
- WebView/WebPreferences.mm:
(+[WebPreferences initialize]):
(-[WebPreferences isFrameFlatteningEnabled]):
(-[WebPreferences setFrameFlatteningEnabled:]):
- WebView/WebPreferencesPrivate.h:
- WebView/WebView.mm:
(-[WebView _preferencesChangedNotification:]):
WebKit/qt: Change due to renaming of frame flattening setting.
Reviewed by Antti Koivisto.
- Api/qwebpage.cpp:
(qt_drt_setFrameFlatteningEnabled):
- Api/qwebsettings.cpp:
(QWebSettingsPrivate::apply):
- symbian/eabi/QtWebKitu.def:
WebKit/win: Change method name due to it dealing with both flattening
of frame sets and inner frames.
Reviewed by Antti Koivisto.
- Interfaces/IWebPreferencesPrivate.idl:
- WebPreferenceKeysPrivate.h:
- WebPreferences.cpp:
(WebPreferences::initializeDefaultSettings):
(WebPreferences::isFrameFlatteningEnabled):
(WebPreferences::setFrameFlatteningEnabled):
- WebPreferences.h:
- WebView.cpp:
(WebView::notifyPreferencesChanged):
WebKitTools: Renaming of frame flattening LayoutTestController method
to setFrameFlatteningEnabled(bool)
Reviewed by Antti Koivisto.
- DumpRenderTree/LayoutTestController.cpp:
(setFrameFlatteningEnabledCallback):
(LayoutTestController::staticFunctions):
- DumpRenderTree/LayoutTestController.h:
- DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
(LayoutTestController::setFrameFlatteningEnabled):
- DumpRenderTree/mac/DumpRenderTree.mm:
(resetDefaultsToConsistentValues):
- DumpRenderTree/mac/LayoutTestControllerMac.mm:
(LayoutTestController::setFrameFlatteningEnabled):
- DumpRenderTree/qt/DumpRenderTreeQt.cpp:
(WebCore::WebPage::resetSettings):
- DumpRenderTree/qt/LayoutTestControllerQt.cpp:
(LayoutTestController::setFrameFlatteningEnabled):
- DumpRenderTree/qt/LayoutTestControllerQt.h:
- DumpRenderTree/win/DumpRenderTree.cpp:
(resetDefaultsToConsistentValues):
- DumpRenderTree/win/LayoutTestControllerWin.cpp:
(LayoutTestController::setFrameFlatteningEnabled):
- DumpRenderTree/wx/LayoutTestControllerWx.cpp:
(LayoutTestController::setFrameFlatteningEnabled):
LayoutTests: Add new iframe flattening test and change existing frameset
flattening tests to use the new LayoutTestController method.
Reviewed by Antti Koivisto.
- fast/frames/flattening/frameset-flattening-advanced.html:
- fast/frames/flattening/frameset-flattening-grid.html:
- fast/frames/flattening/frameset-flattening-simple.html:
- fast/frames/flattening/frameset-flattening-subframe-resize.html:
- fast/frames/flattening/frameset-flattening-subframesets.html:
- fast/frames/flattening/iframe-flattening-simple.html: Added.
- platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.txt: Added.
- 06:53 QtWebKitBackportingFixes edited by
- (diff)
- 05:53 QtWebKitBackportingFixes edited by
- (diff)
- 05:23 Changeset [56717] by
-
[Qt] Platform specific expected file added for tests introduced in r56655,
because they pass. Compared to png file and Mac expected file.
Reviewed by Kenneth Rohde Christiansen.
- platform/qt/fast/table/table-background-expected.checksum: Added.
- platform/qt/fast/table/table-background-expected.png: Added.
- platform/qt/fast/table/table-background-expected.txt: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added.
- platform/qt/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt: Added.
- platform/qt/fast/table/table-cell-overrides-row-background-expected.checksum: Added.
- platform/qt/fast/table/table-cell-overrides-row-background-expected.png: Added.
- platform/qt/fast/table/table-cell-overrides-row-background-expected.txt: Added.
- platform/qt/fast/table/table-col-background-expected.checksum: Added.
- platform/qt/fast/table/table-col-background-expected.png: Added.
- platform/qt/fast/table/table-col-background-expected.txt: Added.
- platform/qt/fast/table/table-col-group-background-expected.checksum: Added.
- platform/qt/fast/table/table-col-group-background-expected.png: Added.
- platform/qt/fast/table/table-col-group-background-expected.txt: Added.
- platform/qt/fast/table/table-col-group-col-span-background-expected.checksum: Added.
- platform/qt/fast/table/table-col-group-col-span-background-expected.png: Added.
- platform/qt/fast/table/table-col-group-col-span-background-expected.txt: Added.
- platform/qt/fast/table/table-col-group-span-background-expected.checksum: Added.
- platform/qt/fast/table/table-col-group-span-background-expected.png: Added.
- platform/qt/fast/table/table-col-group-span-background-expected.txt: Added.
- platform/qt/fast/table/table-col-span-background-expected.checksum: Added.
- platform/qt/fast/table/table-col-span-background-expected.png: Added.
- platform/qt/fast/table/table-col-span-background-expected.txt: Added.
- platform/qt/fast/table/table-row-background-expected.checksum: Added.
- platform/qt/fast/table/table-row-background-expected.png: Added.
- platform/qt/fast/table/table-row-background-expected.txt: Added.
- platform/qt/fast/table/table-row-background-left-50px-expected.checksum: Added.
- platform/qt/fast/table/table-row-background-left-50px-expected.png: Added.
- platform/qt/fast/table/table-row-background-left-50px-expected.txt: Added.
- platform/qt/fast/table/table-row-background-right-100percent-expected.checksum: Added.
- platform/qt/fast/table/table-row-background-right-100percent-expected.png: Added.
- platform/qt/fast/table/table-row-background-right-100percent-expected.txt: Added.
- platform/qt/fast/table/table-row-background-right-50px-expected.checksum: Added.
- platform/qt/fast/table/table-row-background-right-50px-expected.png: Added.
- platform/qt/fast/table/table-row-background-right-50px-expected.txt: Added.
- platform/qt/fast/table/table-row-group-background-expected.checksum: Added.
- platform/qt/fast/table/table-row-group-background-expected.png: Added.
- platform/qt/fast/table/table-row-group-background-expected.txt: Added.
- platform/qt/fast/table/table-row-group-background-positioned-expected.checksum: Added.
- platform/qt/fast/table/table-row-group-background-positioned-expected.png: Added.
- platform/qt/fast/table/table-row-group-background-positioned-expected.txt: Added.
- 04:54 QtWebKitBackportingFixes edited by
- (diff)
- 04:49 Changeset [56716] by
-
Page Cache does not work on Android with V8
https://bugs.webkit.org/show_bug.cgi?id=36665
Patch by Andrei Popescu <andreip@google.com> on 2010-03-29
Reviewed by Adam Barth.
No new tests, existing tests should suffice, this is platform code.
This implementation simply saves the context and the global object
just before the frame is navigated to a new url. At restore time,
the global object is reattached to the context and the context
is attached to the window shell of the frame.
Note that isolated worlds are not taken into account in any way,
as Android does not use them.
- bindings/v8/ScriptCachedFrameData.cpp: Added.
(WebCore::ScriptCachedFrameData::ScriptCachedFrameData):
(WebCore::ScriptCachedFrameData::domWindow):
(WebCore::ScriptCachedFrameData::~ScriptCachedFrameData):
(WebCore::ScriptCachedFrameData::restore):
(WebCore::ScriptCachedFrameData::clear):
- bindings/v8/ScriptCachedFrameData.h:
- bindings/v8/V8DOMWindowShell.cpp:
(WebCore::V8DOMWindowShell::setContext):
- bindings/v8/V8DOMWindowShell.h:
- 04:14 Changeset [56715] by
-
[Qt] Make it possible to build using both Windows and Linux for Symbian
https://bugs.webkit.org/show_bug.cgi?id=36748
Patch by Thomas Zander <t.zander@nokia.com> on 2010-03-29
Reviewed by Simon Hausmann.
- WebCore.pro: don't assume Windows buildsystem is the only one
and exclude the windows-only setters from the linux builds.
- 04:07 QtWebKitBackportingFixes edited by
- (diff)
- 03:55 QtWebKitBackportingFixes edited by
- (diff)
- 03:49 QtWebKitBackportingFixes edited by
- (diff)
- 03:44 Changeset [56714] by
-
https://bugs.webkit.org/show_bug.cgi?id=36745
Patch by Thomas Zander <t.zander@nokia.com> on 2010-03-29
Reviewed by Simon Hausmann.
[Qt] Fix def file builds with Qt 4.7.
Switched to using DEF_FILE, which is the official variable.
- WebCore.pro: Use DEF_FILE
- 02:35 QtWebKitJournal edited by
- (diff)
- 02:26 Changeset [56713] by
-
2010-03-24 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Darin Fisher.
A few more steps towards IndexedDB
https://bugs.webkit.org/show_bug.cgi?id=36546
Add a callback interface to be used by all async methods.
Add the first fragments of IDBDatabase.
Clean up on IDBDatabaseError.
Flesh out IndexedDatabase further.
Not enough hooked up yet to test. Soon though...
- WebCore.gypi:
- storage/IDBCallbacks.h: Added. (WebCore::IDBCallbacks::~IDBCallbacks):
- storage/IDBDatabase.cpp: Added.
- storage/IDBDatabase.h: Added. (WebCore::IDBDatabase::~IDBDatabase):
- storage/IDBDatabaseError.h: (WebCore::IDBDatabaseError::create): (WebCore::IDBDatabaseError::message): (WebCore::IDBDatabaseError::IDBDatabaseError):
- storage/IndexedDatabase.h:
- storage/IndexedDatabaseImpl.cpp: (WebCore::IndexedDatabaseImpl::IndexedDatabaseImpl): (WebCore::IndexedDatabaseImpl::~IndexedDatabaseImpl): (WebCore::IndexedDatabaseImpl::open):
- storage/IndexedDatabaseImpl.h:
- storage/IndexedDatabaseRequest.cpp: (WebCore::IndexedDatabaseRequest::open):
2010-03-24 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Darin Fisher.
More IndexedDB plumbing
https://bugs.webkit.org/show_bug.cgi?id=36546
Plumbing work towards the goal of making IndexedDatabase::open work.
- WebKit.gyp:
- public/WebIDBCallbacks.h: Added. (WebKit::WebIDBCallbacks::~WebIDBCallbacks):
- public/WebIDBDatabase.h: Added. (WebKit::WebIDBDatabase::~WebIDBDatabase):
- public/WebIDBDatabaseError.h: Added. (WebKit::WebIDBDatabaseError::WebIDBDatabaseError): (WebKit::WebIDBDatabaseError::operator=):
- public/WebIndexedDatabase.h:
- public/WebKitClient.h: (WebKit::WebKitClient::indexedDatabase):
- public/WebSerializedScriptValue.h:
- src/IDBCallbacksProxy.h: Added. (WebCore::IDBCallbacksProxy::IDBCallbacksProxy): (WebCore::IDBCallbacksProxy::~IDBCallbacksProxy): (WebCore::IDBCallbacksProxy::onSuccess): (WebCore::IDBCallbacksProxy::onError):
- src/IDBDatabaseProxy.cpp: Added. (WebCore::IDBDatabaseProxy::create): (WebCore::IDBDatabaseProxy::IDBDatabaseProxy): (WebCore::IDBDatabaseProxy::~IDBDatabaseProxy):
- src/IDBDatabaseProxy.h: Added.
- src/IndexedDatabaseProxy.cpp: (WebCore::IndexedDatabaseProxy::IndexedDatabaseProxy): (WebCore::IndexedDatabaseProxy::open):
- src/IndexedDatabaseProxy.h:
- src/WebIDBDatabaseError.cpp: Added. (WebKit::WebIDBDatabaseError::~WebIDBDatabaseError): (WebKit::WebIDBDatabaseError::WebIDBDatabaseError): (WebKit::WebIDBDatabaseError::assign): (WebKit::WebIDBDatabaseError::code): (WebKit::WebIDBDatabaseError::message): (WebKit::WebIDBDatabaseError::operator=): (WebKit::WebIDBDatabaseError::operator PassRefPtr<IDBDatabaseError>):
- 02:10 Changeset [56712] by
-
https://bugs.webkit.org/show_bug.cgi?id=36742
Patch by Thomas Zander <t.zander@nokia.com> on 2010-03-29
Reviewed by Simon Hausmann.
gcc for Symbian doesn't support gcc extensions like atomicity.h - disable
- wtf/Threading.h: also detect os symbian
- 01:52 Changeset [56711] by
-
2010-03-29 Mikhail Naganov <mnaganov@chromium.org>
Reviewed by Pavel Feldman.
Remove a possibility of confusion from Profiles panel Welcome screen
by turning buttons into non-clickable glyphs. Also, span instructions
alongside panel width.
- English.lproj/localizedStrings.js:
- inspector/front-end/ProfileView.js: (WebInspector.CPUProfileType.prototype.get welcomeMessage):
- inspector/front-end/ProfilesPanel.js: (WebInspector.ProfilesPanel.prototype._addWelcomeMessage):
- inspector/front-end/inspector.css: (.panel-enabler-view.welcome .instructions): (.panel-enabler-view.welcome button.status-bar-item):
- src/js/HeapProfilerPanel.js: (WebInspector.HeapSnapshotProfileType.prototype.get welcomeMessage):
- 01:17 QtWebKitBackportingFixes edited by
- (diff)
- 00:41 Changeset [56710] by
-
2010-03-26 Philippe Normand <pnormand@igalia.com>
Reviewed by Eric Seidel.
[GStreamer] define static variables with DEFINE_STATIC_LOCAL macro
https://bugs.webkit.org/show_bug.cgi?id=36653
Defined the static variables using DEFINE_STATIC_GLOBAL.
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: (WebCore::mimeTypeCache):
- 00:37 Changeset [56709] by
-
2010-03-26 Philippe Normand <pnormand@igalia.com>
Reviewed by Eric Seidel.
[GStreamer] player header cleanups
https://bugs.webkit.org/show_bug.cgi?id=36656
Destructor made private and added missing
mediaPlayerPrivateMuteChangedCallback declaration.
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
- 00:34 Changeset [56708] by
-
2010-03-29 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Protect global object from being GC'ed if there are messages written to console from the iframe with that global object.
Whent serializing objects in the injected script check that global object properties are still defined before using them as arguments. The may become undefined if owning frame navigated to a different domain.
Test: http/tests/inspector-enabled/console-log-before-frame-navigation.html
- bindings/js/ScriptState.h: (WebCore::ScriptStateProtectedPtr::ScriptStateProtectedPtr): (WebCore::ScriptStateProtectedPtr::get):
- bindings/v8/ScriptState.h: (WebCore::ScriptStateProtectedPtr::ScriptStateProtectedPtr): (WebCore::ScriptStateProtectedPtr::~ScriptStateProtectedPtr): (WebCore::ScriptStateProtectedPtr::get):
- inspector/ConsoleMessage.cpp: (WebCore::ConsoleMessage::addToFrontend):
- inspector/ConsoleMessage.h:
- inspector/front-end/InjectedScript.js: (injectedScriptConstructor): (injectedScriptConstructor.):
2010-03-29 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: don't crash when there are messages in console from previous iframe content.
- http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt: Added.
- http/tests/inspector-enabled/console-log-before-frame-navigation.html: Added.
- http/tests/inspector-enabled/resources/console-log-before-frame-navigation.js: Added. (doit.callback): (doit): (receiveMessage): (frontend_dumpConsoleMessages):
- http/tests/inspector-enabled/resources/console-log-frame-after-navigation.html: Added.
- http/tests/inspector-enabled/resources/console-log-frame-before-navigation.html: Added.
- 00:29 Changeset [56707] by
-
2010-03-26 Philippe Normand <pnormand@igalia.com>
Reviewed by Eric Carlson.
It should be possible to use GStreamer in addition to another media engine
https://bugs.webkit.org/show_bug.cgi?id=36654
Renamed gstreamer player and added a WTF_USE_GSTREAMER
define. Made the MediaPlayer register the GStreamer backend only
if it's enabled (true by default on WebKitGTK+).
- GNUmakefile.am:
- platform/graphics/MediaPlayer.cpp: (WebCore::installedMediaEngines):
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: (WebCore::mediaPlayerPrivateMessageCallback): (WebCore::mediaPlayerPrivateSourceChangedCallback): (WebCore::mediaPlayerPrivateVolumeChangedCallback): (WebCore::mediaPlayerPrivateMuteChangedCallback): (WebCore::mediaPlayerPrivateRepaintCallback): (WebCore::MediaPlayerPrivateGStreamer::create): (WebCore::MediaPlayerPrivateGStreamer::registerMediaEngine): (WebCore::MediaPlayerPrivateGStreamer::isAvailable): (WebCore::MediaPlayerPrivateGStreamer::MediaPlayerPrivateGStreamer): (WebCore::MediaPlayerPrivateGStreamer::~MediaPlayerPrivateGStreamer): (WebCore::MediaPlayerPrivateGStreamer::load): (WebCore::MediaPlayerPrivateGStreamer::commitLoad): (WebCore::MediaPlayerPrivateGStreamer::changePipelineState): (WebCore::MediaPlayerPrivateGStreamer::prepareToPlay): (WebCore::MediaPlayerPrivateGStreamer::play): (WebCore::MediaPlayerPrivateGStreamer::pause): (WebCore::MediaPlayerPrivateGStreamer::duration): (WebCore::MediaPlayerPrivateGStreamer::currentTime): (WebCore::MediaPlayerPrivateGStreamer::seek): (WebCore::MediaPlayerPrivateGStreamer::startEndPointTimerIfNeeded): (WebCore::MediaPlayerPrivateGStreamer::cancelSeek): (WebCore::MediaPlayerPrivateGStreamer::endPointTimerFired): (WebCore::MediaPlayerPrivateGStreamer::paused): (WebCore::MediaPlayerPrivateGStreamer::seeking): (WebCore::MediaPlayerPrivateGStreamer::naturalSize): (WebCore::MediaPlayerPrivateGStreamer::hasVideo): (WebCore::MediaPlayerPrivateGStreamer::hasAudio): (WebCore::MediaPlayerPrivateGStreamer::setVolume): (WebCore::MediaPlayerPrivateGStreamer::volumeChangedTimerFired): (WebCore::MediaPlayerPrivateGStreamer::volumeChanged): (WebCore::MediaPlayerPrivateGStreamer::setRate): (WebCore::MediaPlayerPrivateGStreamer::networkState): (WebCore::MediaPlayerPrivateGStreamer::readyState): (WebCore::MediaPlayerPrivateGStreamer::buffered): (WebCore::MediaPlayerPrivateGStreamer::processBufferingStats): (WebCore::MediaPlayerPrivateGStreamer::fillTimerFired): (WebCore::MediaPlayerPrivateGStreamer::maxTimeSeekable): (WebCore::MediaPlayerPrivateGStreamer::maxTimeLoaded): (WebCore::MediaPlayerPrivateGStreamer::bytesLoaded): (WebCore::MediaPlayerPrivateGStreamer::totalBytes): (WebCore::MediaPlayerPrivateGStreamer::cancelLoad): (WebCore::MediaPlayerPrivateGStreamer::updateStates): (WebCore::MediaPlayerPrivateGStreamer::mediaLocationChanged): (WebCore::MediaPlayerPrivateGStreamer::loadNextLocation): (WebCore::MediaPlayerPrivateGStreamer::loadStateChanged): (WebCore::MediaPlayerPrivateGStreamer::sizeChanged): (WebCore::MediaPlayerPrivateGStreamer::timeChanged): (WebCore::MediaPlayerPrivateGStreamer::didEnd): (WebCore::MediaPlayerPrivateGStreamer::durationChanged): (WebCore::MediaPlayerPrivateGStreamer::supportsMuting): (WebCore::MediaPlayerPrivateGStreamer::setMuted): (WebCore::MediaPlayerPrivateGStreamer::muteChangedTimerFired): (WebCore::MediaPlayerPrivateGStreamer::muteChanged): (WebCore::MediaPlayerPrivateGStreamer::loadingFailed): (WebCore::MediaPlayerPrivateGStreamer::setSize): (WebCore::MediaPlayerPrivateGStreamer::setVisible): (WebCore::MediaPlayerPrivateGStreamer::repaint): (WebCore::MediaPlayerPrivateGStreamer::paint): (WebCore::MediaPlayerPrivateGStreamer::getSupportedTypes): (WebCore::MediaPlayerPrivateGStreamer::supportsType): (WebCore::MediaPlayerPrivateGStreamer::hasSingleSecurityOrigin): (WebCore::MediaPlayerPrivateGStreamer::supportsFullscreen): (WebCore::MediaPlayerPrivateGStreamer::setPreload): (WebCore::MediaPlayerPrivateGStreamer::createGSTPlayBin):
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
03/28/10:
- 21:11 Changeset [56706] by
-
Build fix. Removed extraneous includes of KeyboardCodesWin.h and KeyboardCodesPosix.h -
these no longer exist, but they weren't needed even before reshuffling KeyboardCodes headers.
- 20:53 Changeset [56705] by
-
Build fix. Include WindowsKeyboardCodes.h instead of KeyboardCodes.h.
- 20:41 Changeset [56704] by
-
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=36733
Use a common header for Windows virtual key codes on all platforms
No change in functionality, so no new tests.
- platform/WindowsKeyboardCodes.h: Added. Define VK_* key codes as macros, matching Windows.
- platform/KeyboardCodes.h: Removed.
- platform/android/KeyboardCodes.h: Removed.
- platform/chromium/KeyboardCodesPosix.h: Removed.
- platform/chromium/KeyboardCodesWin.h: Removed.
- platform/haiku/KeyboardCodes.h: Removed.
- platform/wx/KeyboardCodes.h: Removed. Removed platform specific attempts to do the same thing. In fact, platform/KeyboardCodes.h was supposed to be cross-platform, but it didn't have a sufficiently descriptive name, and its name was the same as platform-specific versions, so I chose a new one.
- platform/chromium/KeyboardCodes.h: Copied from WebCore/platform/chromium/KeyboardCodesWin.h. Chromium redefines Windows constants to different names; keeping the header doing that to avoid breaking Chromium code.
- GNUmakefile.am:
- WebCore.gypi: Replaced KeyboardCodes.h with WindowsKeyboardCodes.h.
- WebCore.xcodeproj/project.pbxproj:
- platform/cocoa/KeyEventCocoa.mm: (WebCore::windowsKeyCodeForKeyCode): (WebCore::windowsKeyCodeForCharCode): Mac used to hardcode the key codes; changed to use VK_* macros.
- config.h: Removed a hack to include KeyboardCodes.h, it shouldn't be necessary any more.
- platform/android/KeyEventAndroid.cpp:
- platform/brew/PlatformKeyboardEventBrew.cpp:
- platform/efl/PlatformKeyboardEventEfl.cpp:
- platform/gtk/KeyEventGtk.cpp:
- platform/haiku/PlatformKeyboardEventHaiku.cpp:
- platform/qt/PlatformKeyboardEventQt.cpp:
- platform/wx/KeyboardEventWx.cpp: Changed to include WindowsKeyboardCodes.h.
- 15:48 Changeset [56703] by
-
2010-03-28 Gustavo Noronha Silva <gns@gnome.org>
[GTK] Improve reporting of frame loader callbacks in DRT
https://bugs.webkit.org/show_bug.cgi?id=36454
Skip tests that need more load notifications than we provide in
our DRT currently.
- platform/gtk/Skipped:
- 15:36 Changeset [56702] by
-
2010-03-28 Gustavo Noronha Silva <gns@gnome.org>
Skipping new tests.
- platform/gtk/Skipped:
- 15:29 Changeset [56701] by
-
2010-03-28 Gustavo Noronha Silva <gns@gnome.org>
No review, rolling out r56679.
http://trac.webkit.org/changeset/56679
https://bugs.webkit.org/show_bug.cgi?id=36454
Lots of tests broken.
- DumpRenderTree/gtk/DumpRenderTree.cpp: (createWebView):
- 14:41 Changeset [56700] by
-
2010-03-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
Reviewed by Simon Hausmann.
[Qt] Remove the definition of WTF_CHANGES guards from the build system
https://bugs.webkit.org/show_bug.cgi?id=31670
- JavaScriptCore.pro: Remove the definition of WTF_CHANGES as it is already defined in config.h
2010-03-28 Laszlo Gombos <laszlo.1.gombos@nokia.com>
Reviewed by Simon Hausmann.
[Qt] Remove the definition of WTF_CHANGES guards from the build system
https://bugs.webkit.org/show_bug.cgi?id=31670
No new tests as there is no new functionality.
- WebCore.pri: Remove the definition of WTF_CHANGES as it is already defined in config.h
- 13:00 QtWebKitJournal edited by
- (diff)
- 12:19 Changeset [56699] by
-
Unreviewed.
Fixed typo in deprecated_logging_unittest.py, which is masking
sys.stderr while running test-webkitpy.
See also-- https://bugs.webkit.org/show_bug.cgi?id=36725#c3
- Scripts/webkitpy/common/system/deprecated_logging_unittest.py:
- 10:47 Changeset [56698] by
-
Clean up the Xcode project a bit.
Reviewed by Dan Bernstein.
- WebCore.xcodeproj/project.pbxproj:
- 10:41 Changeset [56697] by
-
2010-03-28 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: Toggling style properties on/off does not always work.
- inspector/InspectorController.cpp:
- inspector/InspectorDOMAgent.cpp: (WebCore::InspectorDOMAgent::toggleStyleEnabled): (WebCore::InspectorDOMAgent::buildObjectForStyle): (WebCore::InspectorDOMAgent::buildArrayForDisabledStyleProperties):
- inspector/InspectorDOMAgent.h:
- inspector/front-end/DOMAgent.js: (WebInspector.CSSStyleDeclaration):
- 10:32 Changeset [56696] by
-
2010-03-28 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: resource links should navigate to resource panel enabler when resource tracking is off.
- English.lproj/localizedStrings.js:
- inspector/front-end/inspector.js: (WebInspector.documentMouseOver): (WebInspector.documentClick.followLink): (WebInspector.documentClick):
- 09:59 Changeset [56695] by
-
2010-03-28 Dirk Schulze <krit@webkit.org>
Unreviewed test update for Win.
Out of bounds read in SVG feColorMatrix filter
https://bugs.webkit.org/show_bug.cgi?id=32714
May mixed up the win bot with the win-chromium bot.
- platform/win/svg/filters/feColorMatrix-values-expected.txt:
- 09:30 Changeset [56694] by
-
2010-03-28 Dirk Schulze <krit@webkit.org>
Unreviewed build-fix for chromium linux.
SVGResourceMarker needs to be moved to RenderersSVGResourceMarker
https://bugs.webkit.org/show_bug.cgi?id=36185
- svg/SVGStyledElement.cpp: (WebCore::SVGStyledElement::invalidateResources):
2010-03-28 Dirk Schulze <krit@webkit.org>
Unreviewed test update.
SVGResourceMarker needs to be moved to RenderersSVGResourceMarker
https://bugs.webkit.org/show_bug.cgi?id=36185
Marker results update for Qt port.
- platform/qt/svg/custom/marker-opacity-expected.txt:
- platform/qt/svg/custom/marker-referencePoint-expected.txt:
- platform/qt/svg/custom/marker-strokeWidth-changes-expected.txt:
- 09:01 Changeset [56693] by
-
2010-03-28 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVGResourceMarker needs to be moved to RenderersSVGResourceMarker
https://bugs.webkit.org/show_bug.cgi?id=36185
This moves SVGResourceMarker to RenderersSVGResourceMarker. This follows other
SVG resources like masker and clipper and makes DRT results more readable and
adds additonal informations.
Some marker specific code also moved out from RenderSVGViewportContainer to
RenderersSVGResourceMarker.
- Android.mk:
- GNUmakefile.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- rendering/RenderPath.cpp: (WebCore::RenderPath::calculateMarkerBoundsIfNeeded):
- rendering/RenderSVGImage.cpp: (WebCore::RenderSVGImage::destroy):
- rendering/RenderSVGResource.h: (WebCore::):
- rendering/RenderSVGResourceMarker.cpp: Added. (WebCore::RenderSVGResourceMarker::RenderSVGResourceMarker): (WebCore::RenderSVGResourceMarker::~RenderSVGResourceMarker): (WebCore::RenderSVGResourceMarker::layout): (WebCore::RenderSVGResourceMarker::addClient): (WebCore::RenderSVGResourceMarker::invalidateClients): (WebCore::RenderSVGResourceMarker::invalidateClient): (WebCore::RenderSVGResourceMarker::applyViewportClip): (WebCore::RenderSVGResourceMarker::markerBoundaries): (WebCore::RenderSVGResourceMarker::localToParentTransform): (WebCore::RenderSVGResourceMarker::referencePoint): (WebCore::RenderSVGResourceMarker::angle): (WebCore::RenderSVGResourceMarker::markerTransformation): (WebCore::RenderSVGResourceMarker::draw): (WebCore::RenderSVGResourceMarker::markerContentTransformation): (WebCore::RenderSVGResourceMarker::viewportTransform): (WebCore::RenderSVGResourceMarker::calcViewport):
- rendering/RenderSVGResourceMarker.h: Added. (WebCore::RenderSVGResourceMarker::renderName): (WebCore::RenderSVGResourceMarker::applyResource): (WebCore::RenderSVGResourceMarker::resourceBoundingBox): (WebCore::RenderSVGResourceMarker::markerUnits): (WebCore::RenderSVGResourceMarker::resourceType):
- rendering/RenderSVGViewportContainer.cpp: (WebCore::RenderSVGViewportContainer::calcViewport): (WebCore::RenderSVGViewportContainer::viewportTransform):
- rendering/RenderSVGViewportContainer.h:
- rendering/SVGMarkerData.h: (WebCore::SVGMarkerData::SVGMarkerData): (WebCore::SVGMarkerData::marker): (WebCore::SVGMarkerData::updateTypeAndMarker):
- rendering/SVGMarkerLayoutInfo.cpp: (WebCore::processStartAndMidMarkers): (WebCore::SVGMarkerLayoutInfo::calculateBoundaries): (WebCore::SVGMarkerLayoutInfo::addLayoutedMarker):
- rendering/SVGMarkerLayoutInfo.h: (WebCore::MarkerLayout::MarkerLayout): (WebCore::SVGMarkerLayoutInfo::midMarker):
- rendering/SVGRenderSupport.cpp: (WebCore::deregisterFromResources):
- rendering/SVGRenderSupport.h:
- rendering/SVGRenderTreeAsText.cpp: (WebCore::operator<<): (WebCore::writeSVGResource):
- svg/SVGMarkerElement.cpp: (WebCore::SVGMarkerElement::svgAttributeChanged): (WebCore::SVGMarkerElement::childrenChanged): (WebCore::SVGMarkerElement::setOrientToAuto): (WebCore::SVGMarkerElement::setOrientToAngle): (WebCore::SVGMarkerElement::createRenderer):
- svg/SVGMarkerElement.h: (WebCore::SVGMarkerElement::):
- svg/SVGStyledElement.cpp: (WebCore::SVGStyledElement::invalidateResources):
- svg/graphics/SVGResource.h: (WebCore::): (WebCore::SVGResource::isFilter):
- svg/graphics/SVGResourceMarker.cpp: Removed.
- svg/graphics/SVGResourceMarker.h: Removed.
2010-03-28 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVGResourceMarker needs to be moved to RenderersSVGResourceMarker
https://bugs.webkit.org/show_bug.cgi?id=36185
DRT results changed after moving SVGResourceMarker and need updates.
- platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
- platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
- platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
- platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
- platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
- platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
- platform/mac/svg/custom/invalid-css-expected.txt:
- platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
- platform/mac/svg/custom/js-late-marker-creation-expected.txt:
- platform/mac/svg/custom/marker-changes-expected.txt:
- platform/mac/svg/custom/marker-child-changes-expected.txt:
- platform/mac/svg/custom/marker-default-width-height-expected.txt:
- platform/mac/svg/custom/marker-opacity-expected.txt:
- platform/mac/svg/custom/marker-overflow-clip-expected.txt:
- platform/mac/svg/custom/marker-referencePoint-expected.txt:
- platform/mac/svg/custom/marker-strokeWidth-changes-expected.txt:
- platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
- platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
- platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
- 08:23 Changeset [56692] by
-
Renamed check-webkit-style's --debug flag to --verbose to be more
in line with other WebKit scripts. Also renamed the current
--verbose flag to --min-confidence to allow the --debug rename.
Reviewed by Shinichiro Hamaji.
https://bugs.webkit.org/show_bug.cgi?id=36521
We also renamed the internal "verbose" variables to "confidence" or
"min_confidence," as appropriate, to avoid confusion with the
--verbose flag, and because the new names are more accurate.
- Scripts/check-webkit-style:
- Renamed is_debug to is_verbose.
- Scripts/webkitpy/style/checker.py:
- Renamed _DEFAULT_VERBOSITY to _DEFAULT_CONFIDENCE.
- Renamed "verbosity" parameters to "min_confidence" throughout.
- Renamed configure_logging()'s is_debug parameter to is_verbose.
- Scripts/webkitpy/style/checker_unittest.py:
- Updated the unit tests as necessary.
- Scripts/webkitpy/style/error_handlers.py:
- Updated the call to StyleCheckerConfiguration.write_style_error().
- Scripts/webkitpy/style/error_handlers_unittest.py:
- Updated the unit tests as necessary.
- Scripts/webkitpy/style/optparser.py:
- Updated the usage string with the new flag names.
- Renamed the verbosity parameter to min_confidence throughout.
- Renamed the is_debug parameter to is_verbose throughout.
- Scripts/webkitpy/style/optparser_unittest.py:
- Updated the unit tests as necessary.
- Scripts/webkitpy/style/processors/cpp.py:
- Renamed the verbosity parameter to min_confidence throughout.
- Scripts/webkitpy/style/processors/cpp_unittest.py:
- Updated the unit tests as necessary.
- Scripts/check-webkit-style:
- 08:05 Changeset [56691] by
-
Unreviewed.
Added back a line that accidentally got deleted in r56690.
- Scripts/check-webkit-style:
- 07:51 Changeset [56690] by
-
Add to check-webkit-style support for checking directories.
Reviewed by Shinichiro Hamaji.
https://bugs.webkit.org/show_bug.cgi?id=35234
- Scripts/check-webkit-style:
- Replaced the call to check_file() with a call to check_paths().
- Scripts/webkitpy/style/checker.py:
- In the StyleChecker class:
- Added a check_paths() method that accepts a list of paths to files and directories.
- Added a _check_directory() method that checks the files in a directory.
- In the StyleChecker class:
- Scripts/webkitpy/style/checker_unittest.py:
- Added a StyleCheckerCheckPathsTest to unit-test the new check_paths() method.
- Scripts/webkitpy/style/optparser.py:
- Updated the usage string.
- Scripts/check-webkit-style:
- 03:43 Changeset [56689] by
-
2010-03-28 Kent Hansen <kent.hansen@nokia.com>
Reviewed by Simon Hausmann.
[Qt] Add API for reporting additional memory cost of JavaScript objects
https://bugs.webkit.org/show_bug.cgi?id=36650
- qt/api/qscriptengine.cpp: (QScriptEngine::reportAdditionalMemoryCost):
- qt/api/qscriptengine.h:
- qt/api/qscriptengine_p.h: (QScriptEnginePrivate::reportAdditionalMemoryCost):
- qt/tests/qscriptengine/tst_qscriptengine.cpp: (tst_QScriptEngine::reportAdditionalMemoryCost):
- 03:33 Changeset [56688] by
-
2010-03-28 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Pavel Feldman.
Web Inspector: Consolidate Tree Hierarchy Attribute HTML Generation
https://bugs.webkit.org/show_bug.cgi?id=36719
Consolidates the generation of Element Tree Hierarchy attribute code
generation to a single function: _attributeHTML.
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement.prototype._addNewAttribute): convert to use attributeHTML. (WebInspector.ElementsTreeElement.prototype._attributeEditingCommitted.regenerateStyledAttribute): convert to use attributeHTML. (WebInspector.ElementsTreeElement.prototype._attributeEditingCommitted): (WebInspector.ElementsTreeElement.prototype._attributeHTML): a single point for generating the html for attributes.
- 03:33 Changeset [56687] by
-
2010-03-28 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Pavel Feldman.
Web Inspector: Edit Tag Names
https://bugs.webkit.org/show_bug.cgi?id=36481
Ensure blacklisting happens by checking it in _startEditingTagName
instead of all the possible entry points.
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement.prototype._startEditingFromEvent): don't check blacklist here. (WebInspector.ElementsTreeElement.prototype._startEditingTagName): check blacklist here.
- 03:03 Changeset [56686] by
-
2010-03-28 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
Reviewed by Simon Hausmann.
QScriptEngine API was enriched by globalObject() method
which give an access to the global object.
[Qt] QScriptEngine doesn't give an access to global object
https://bugs.webkit.org/show_bug.cgi?id=36603
- qt/api/qscriptengine.cpp: (QScriptEngine::globalObject):
- qt/api/qscriptengine.h:
- qt/api/qscriptengine_p.cpp: (QScriptEnginePrivate::globalObject):
- qt/api/qscriptengine_p.h:
- qt/tests/qscriptengine/tst_qscriptengine.cpp: (tst_QScriptEngine::globalObject):
- 02:46 Changeset [56685] by
-
2010-03-28 Kim Grönholm <kim.gronholm@nomovok.com>
Reviewed by Simon Hausmann.
[Qt] GraphicsLayer: Timing functions don't work with transitions
https://bugs.webkit.org/show_bug.cgi?id=36589
If the animation value doesn't have timing function set, we need to
use the animation's timing function.
Fixed also a bug in passing the duration to solveCubicBezierFunction.
The duration was divided two times by 1000 and meanwhile casted to int.
It needs to be kept as double and divided by 1000 only once.
- platform/graphics/qt/GraphicsLayerQt.cpp: (WebCore::applyTimingFunction): (WebCore::AnimationQt:::AnimationQtBase): (WebCore::AnimationQt::updateCurrentTime):
- 01:49 Changeset [56684] by
-
2010-03-27 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Pavel Feldman.
Web Inspector: Edit Tag Names
https://bugs.webkit.org/show_bug.cgi?id=36481
Allow tabbing back and forth between the tag name and element
attributes when editing. Also, fixed a number of minor issues with
editing attributes and tabbing.
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement.prototype._startEditingTagName): find the tag name if it wasn't provided. (WebInspector.ElementsTreeElement.prototype._attributeEditingCommitted): fix tabbing issues, enable tab to tag name. (WebInspector.ElementsTreeElement.prototype._attributeEditingCommitted.regenerateStyledAttribute): cleanup styles when tabbing.
- inspector/front-end/inspector.css: do not display <br>s while editing
- 01:49 Changeset [56683] by
-
2010-03-27 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Pavel Feldman.
Web Inspector: Edit Tag Names
https://bugs.webkit.org/show_bug.cgi?id=36481
Allow editing an Element's Tag Name by double clicking
on the tag name in the Element's Tree Hierarchy.
The usual asynchronous InspectorBackend, InspectorDOMAgent, InspectorFrontend flow.
- inspector/InspectorBackend.cpp: moved DOM manipulation to InspectorDOMAgent (WebCore::InspectorBackend::removeNode): (WebCore::InspectorBackend::changeTagName):
- inspector/InspectorBackend.h:
- inspector/InspectorBackend.idl:
- inspector/InspectorDOMAgent.cpp: (WebCore::InspectorDOMAgent::removeNode): (WebCore::InspectorDOMAgent::changeTagName):
- inspector/InspectorDOMAgent.h:
- inspector/InspectorFrontend.cpp: (WebCore::InspectorFrontend::didChangeTagName):
- inspector/InspectorFrontend.h:
- inspector/front-end/DOMAgent.js:
Handle the UI for editing an Element's tag name.
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement.prototype._startEditingFromEvent): allow editing from double click. (WebInspector.ElementsTreeElement.prototype._startEditingTagName.keyupListener): update the closing tag (WebInspector.ElementsTreeElement.prototype._startEditingTagName.editingComitted): remove extra listener and commit (WebInspector.ElementsTreeElement.prototype._startEditingTagName.editingCancelled): remove extra listener and cancel (WebInspector.ElementsTreeElement.prototype._startEditingTagName): (WebInspector.ElementsTreeElement.prototype._tagNameEditingCommitted.cancel): (WebInspector.ElementsTreeElement.prototype._tagNameEditingCommitted.moveToNextAttributeIfNeeded): (WebInspector.ElementsTreeElement.prototype._tagNameEditingCommitted.editTagNameCallback): (WebInspector.ElementsTreeElement.prototype._tagNameEditingCommitted): (WebInspector.ElementsTreeElement.prototype._distinctClosingTagElement): get the closing tag for an opening tag (WebInspector.ElementsTreeElement.prototype._nodeTitleInfo): wrap the tagName in span.webkit-html-tag-name
Miscellaneous updates.
- inspector/front-end/treeoutline.js: fixed a typo.
- 00:54 Changeset [56682] by
-
Changed check-webkit-style to convert paths to paths relative to
the checkout root when invoking check-webkit-style with path
arguments. Also added warning messages where appropriate.
Reviewed by Shinichiro Hamaji.
https://bugs.webkit.org/show_bug.cgi?id=35498
Converting paths to paths relative to the checkout root ensures
that style checking will behave as expected (since path-specific
rules assume input paths are relative to a source root).
- Scripts/check-webkit-style:
- Added debug logging of whether the current directory was found to be in a WebKit checkout.
- Added the found_checkout parameter to the call to parser.parse().
- Renamed the files variable to paths.
- Added a call to change_directory() prior to checking style.
- Scripts/webkitpy/style/checker.py:
- For StyleChecker.check_file():
- Updated the docstring.
- Added two log messages.
- For StyleChecker.check_file():
- Scripts/webkitpy/style/checker_unittest.py:
- Updated a call to parser.parse() with the found_checkout parameter.
- Scripts/webkitpy/style/main.py: Added.
- Added a new file so the code in this patch could be unit-tested, as opposed to adding new code to check-webkit-style.
- Added the method _rel_path() as a substitute for os.path.relpath(), which is available only in Python 2.6.
- Added the method change_directory(), which contains most of the new functionality in this patch.
- Scripts/webkitpy/style/main_unittest.py: Added.
- Added RelPathTest to test main._rel_path().
- Added ChangeDirectoryTest to test main.change_directory().
- Scripts/webkitpy/style/optparser.py:
- Updated check-webkit-style's usage string.
- For the ArgumentParser.parse() method:
- Added a found_checkout parameter.
- Renamed filenames to paths.
- Added logic so that an error is raised if no paths are passed if found_checkout is False.
- Scripts/webkitpy/style/optparser_unittest.py:
- Updated the ArgumentParser.parse() unit tests to include coverage for the new found_checkout parameter.
- Scripts/webkitpy/style/unittests.py:
- Added an import statement for main_unittest.
- Scripts/webkitpy/style_references.py:
- Renamed SimpleScm to WebKitCheckout.
- Added a detect_checkout() function to allow returning None instead of a WebKitCheckout instance if no checkout is found.
- Renamed checkout_root to root_path.
- Scripts/check-webkit-style:
03/27/10:
- 23:09 Changeset [56681] by
-
2010-03-27 Sergio Villar Senin <svillar@igalia.com>
Reviewed by Eric Seidel.
Removed 5 http/history tests from Skipped file
[GTK] Improve reporting of frame loader callbacks in DRT
https://bugs.webkit.org/show_bug.cgi?id=36454
- platform/gtk/Skipped:
2010-03-27 Sergio Villar Senin <svillar@igalia.com>
Reviewed by Eric Seidel.
FrameLoader emits onload-event when handling
dispatchDidHandleOnloadEvents
[GTK] Improve reporting of frame loader callbacks in DRT
https://bugs.webkit.org/show_bug.cgi?id=36454
- WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::FrameLoaderClient::dispatchDidHandleOnloadEvents): implemented, now it emits onload-event signal
- webkit/webkitwebview.cpp: added onload-event signal
2010-03-27 Sergio Villar Senin <svillar@igalia.com>
Reviewed by Eric Seidel.
Print didHandleOnloadEventsForFrame in the callback of
onload-event signal comming from frame loader
[GTK] Improve reporting of frame loader callbacks in DRT
https://bugs.webkit.org/show_bug.cgi?id=36454
- DumpRenderTree/gtk/DumpRenderTree.cpp: (webViewOnloadEvent): (createWebView): added connection to signal::onload-event and signal callback
- 22:51 Changeset [56680] by
-
2010-03-27 Sergio Villar Senin <svillar@igalia.com>
Reviewed by Eric Seidel.
Print didCommitLoadForFrame in the callback of signal::load-committed
[GTK] Improve reporting of frame loader callbacks in DRT
https://bugs.webkit.org/show_bug.cgi?id=36454
- DumpRenderTree/gtk/DumpRenderTree.cpp: (webViewLoadCommitted): (createWebView): added connection to sinal::load-committed and signal callback
- 22:34 Changeset [56679] by
-
2010-03-27 Sergio Villar Senin <svillar@igalia.com>
Reviewed by Eric Seidel.
Print didStartProvisionalLoadForFrame in the callback of
notify::load-status property change notification
[GTK] Improve reporting of frame loader callbacks in DRT
https://bugs.webkit.org/show_bug.cgi?id=36454
- DumpRenderTree/gtk/DumpRenderTree.cpp: (webInspectorCloseWindow): (webInspectorInspectWebView): (createWebView): added connection to notify::load-status and signal callback
- 21:16 Changeset [56678] by
-
2010-03-27 Kenneth Russell <kbr@google.com>
Reviewed by Darin Fisher.
Use WebKitClient to instantiate WebGraphicsContext3D
https://bugs.webkit.org/show_bug.cgi?id=36669
- src/GraphicsContext3D.cpp: (WebCore::GraphicsContext3DInternal::initialize):
- 19:50 Changeset [56677] by
-
2010-03-27 Chris Jerdonek <cjerdonek@webkit.org>
Reviewed by Adam Barth.
In webkitpy/, deleted the /unittests.py files since test-webkitpy
now auto-detects all *_unittest.py files.
- Scripts/webkitpy/common/net/irc/unittests.py: Removed.
- Scripts/webkitpy/common/system/unittests.py: Removed.
- Scripts/webkitpy/common/thread/unittests.py: Removed.
- Scripts/webkitpy/common/unittests.py: Removed.
- Scripts/webkitpy/python24/unittests.py: Removed.
- Scripts/webkitpy/style/unittests.py: Removed.
- Scripts/webkitpy/tool/unittests.py: Removed.
- Scripts/webkitpy/unittests.py: Removed.
- 19:32 Changeset [56676] by
-
2010-03-27 Dmitry Gorbik <socket.h@gmail.com>
Reviewed by Pavel Feldman.
Fix the regression caused by r28078: a global variable
definition masks a local one in an inspector console
https://bugs.webkit.org/show_bug.cgi?id=32442
- inspector/front-end/InjectedScript.js: (injectedScriptConstructor):
- 18:56 Changeset [56675] by
-
More updated results for r56673.
- platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
- platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
- platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
- svg/css/getComputedStyle-basic-expected.txt:
- 18:07 Changeset [56674] by
-
2010-03-27 Sergio Villar Senin <svillar@igalia.com>
Reviewed by Eric Seidel.
Add a CR after printing didFinishDocumentLoadForFrame
[GTK] Improve reporting of frame loader callbacks in DRT
https://bugs.webkit.org/show_bug.cgi?id=36454
- DumpRenderTree/gtk/DumpRenderTree.cpp: (webViewLoadFinished):
- 17:59 Changeset [56673] by
-
WebCore: <rdar://problem/7801598> REGRESSION (r56182): iWeb shadow drawn around image rectangle, not around opaque part of the image
https://bugs.webkit.org/show_bug.cgi?id=36700
Reviewed by Darin Adler.
- css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::createColor): Reverted to returning an RGB color value rather than an
identifier for the transparent color.
LayoutTests: Updated results and one test for
<rdar://problem/7801598> REGRESSION (r56182): iWeb shadow drawn around image rectangle, not around opaque part of the image
https://bugs.webkit.org/show_bug.cgi?id=36700
Reviewed by Darin Adler.
- fast/css/getComputedStyle/computed-style-expected.txt:
- fast/css/invalid-import-rule-insertion.html:
- http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension-expected.txt:
- http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-expected.txt:
- http/tests/security/cross-origin-css-expected.txt:
- http/tests/security/cross-origin-css-in-xml-expected.txt:
- platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
- platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
- platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
- svg/css/getComputedStyle-basic-expected.txt:
- 16:29 Changeset [56672] by
-
Rubber-stamped by Adam Barth.
Fixed the name of a unit test file in webkitpy.
- Scripts/webkitpy/tool/steps/updatechangelogswithreview_unittest.py: Copied from WebKitTools/Scripts/webkitpy/tool/steps/updatechangelogswithreview_unittests.py.
- Scripts/webkitpy/tool/steps/updatechangelogswithreview_unittests.py: Removed.
- 15:56 Changeset [56671] by
-
2010-03-26 Chris Jerdonek <cjerdonek@webkit.org>
Reviewed by Adam Barth.
The test-webkitpy script now automatically detects all unit-test
files in webkitpy/. This lets us eliminate the need to have and
maintain all of the unittests.py files.
- Scripts/test-webkitpy:
- Replaced the "from webkitpy.unittests import *" with a call to webkitpy.test.main.Tester().run_tests().
- Scripts/webkitpy/test/init.py: Copied from WebKitTools/QueueStatusServer/filters/init.py.
- Required file for the new webkitpy/test/ directory.
- Scripts/webkitpy/test/main.py: Added.
- Added a Tester class that contains the following methods:
- _find_unittest_files() to detect all the unit-test files.
- _modules_from_paths() to convert the paths to the unit-test files to fully-qualified module names.
- run_tests() which calls the above two methods and then passes the module names to Python's unittest module.
- Added a Tester class that contains the following methods:
- Scripts/test-webkitpy:
- 14:42 Changeset [56670] by
-
2010-03-26 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Pavel Feldman.
Web Inspector: Converge Inspector ids to be long, not ints
https://bugs.webkit.org/show_bug.cgi?id=36706
Part 1: Converge on long for callIds, nodeIds, and other Ids.
- inspector/InspectorController.cpp:
- inspector/InspectorController.h:
- inspector/InspectorDOMAgent.cpp:
- inspector/InspectorFrontend.cpp:
- inspector/InspectorFrontend.h:
- 12:51 Changeset [56669] by
-
Fix the newly-added test to not trip over a bug that causes some subsequent tests to fail.
Rubber-stamped by Dan Bernstein.
- fast/dom/script-tests/setPrimitiveValue-exceptions.js:
- 12:31 Changeset [56668] by
-
2010-03-27 Robert Hogan <robert@webkit.org>
Reviewed by Simon Fraser.
[Qt/Win] Add support to unix and windows NS plugin for executing scripts on setWindow.
- DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp: (webkit_test_plugin_new_instance): Add onSetWindow. (webkit_test_plugin_destroy_instance): Add onSetWindow. (webkit_test_plugin_set_window): Add onSetWindow.
- DumpRenderTree/win/TestNetscapePlugin/main.cpp: (NPP_New): Add onSetWindow. (NPP_Destroy): Add onSetWindow. (NPP_SetWindow): Add onSetWindow.
2010-03-27 Robert Hogan <robert@webkit.org>
Unreviewed skip failing test.
[Qt] Skip test added in r56646. Tracked by https://bugs.webkit.org/show_bug.cgi?id=36702
- platform/qt/Skipped: Add plugins/reentrant-update-widget-positions.html
- 12:24 Changeset [56667] by
-
- Misc/WebNSFileManagerExtras.m:
(-[NSFileManager _webkit_pathWithUniqueFilenameForPath:]):
Removed stray "!". How did that get in there?
- 12:20 Changeset [56666] by
-
WebKit NSFileManager methods don't handle broken symlinks correctly.
Part of <rdar://problem/7574046>.
Reviewed by Mark Rowe.
- Misc/WebNSFileManagerExtras.h: Removed unused defines and methods.
- Misc/WebNSFileManagerExtras.m: Removed unused methods.
(fileExists): Added. For use instead of fileExistsAtPath: for cases where we'd like
to treat a broken symlink as a file that does indeed exist.
(-[NSFileManager _webkit_pathWithUniqueFilenameForPath:]): Use fileExists.
- 12:17 Changeset [56665] by
-
2010-03-27 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: added missing test resource file.
- inspector/resources/elements-panel-styles.css: Added.
- 11:24 Changeset [56664] by
-
2010-03-27 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: add layout test for styles panel.
Test: inspector/elements-panel-styles.html
- inspector/front-end/inspector.css: (#elements-content): (#elements-sidebar):
- inspector/front-end/inspector.js: (WebInspector.displayNameForURL):
- inspector/front-end/utilities.js: (String.prototype.trimURL):
- 11:21 Changeset [56663] by
-
CSSPrimitiveValue::setFloatValue/setStringValue should throw an exception if passed an incorrect unit type.
<http://webkit.org/b/36680> / <rdar://problem/7801016>
Reviewed by Darin Adler.
WebCore:
Test: fast/dom/setPrimitiveValue-exceptions.html
- css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::setFloatValue): Throw an INVALID_ACCESS_ERR if either of our type or the passed-in
type is not a numeric type.
(WebCore::CSSPrimitiveValue::setStringValue): Throw an INVALID_ACCESS_ERR if either of our type or the passed-in
type is not a string type.
LayoutTests:
- fast/dom/script-tests/setPrimitiveValue-exceptions.js: Added.
- fast/dom/setPrimitiveValue-exceptions-expected.txt: Added.
- fast/dom/setPrimitiveValue-exceptions.html: Copied from LayoutTests/fast/dom/event-attribute-availability.html.
- 06:06 Changeset [56662] by
-
2010-03-27 Robert Hogan <robert@webkit.org>
Reviewed by nobody, fix typo in previous commit.
Allow plugins implemented by the application, such as mimetype 'x-qt-plugin',
when pluginsEnabled is false
Fix parentheses typo in r56661. This happened while rebasing and was not present
in the reviewed patch, so committing unreviewed.
- loader/FrameLoader.cpp: (WebCore::FrameLoader::requestObject):
- 05:46 Changeset [56661] by
-
2010-03-26 Robert Hogan <robert@roberthogan.net>
Reviewed by Simon Hausmann.
Allow plugins implemented by the application, such as mimetype 'x-qt-plugin',
when pluginsEnabled is false.
The purpose of disabling plugins is to prevent the execution of third-party code
that may be untrustworthy. Qt plugins are implemented by the client rather than
loaded from an external source, so the client should have the opportunity to
consider them separately from other plugins.
Add a function MimeTypeRegistry::isApplicationPluginMIMEType() that WebKit
uses in conjunction with arePluginsEnabled() to determine if it should attempt
to load a plugin. If isApplicationPluginMIMEType() returns true, WebKit will load
the plugin even if arePluginsEnabled() is false.
Currently, only Qt has application-implemented plugins: these use the mimetype
'x-qt-plugin' and 'x-qt-styled-widget'. This patch permits Qt clients'
reimplementation of QWebPage::createPlugin() to decide whether or not
to create a Qt plugin, even when arePluginsEnabled is false.
For all platforms apart from Qt, isApplicationPluginMIMEType() returns false.
Test: plugins/application-plugin-plugins-disabled.html
- loader/FrameLoader.cpp: (WebCore::FrameLoader::requestObject):
- platform/MIMETypeRegistry.h:
- platform/brew/MIMETypeRegistryBrew.cpp: (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
- platform/chromium/MIMETypeRegistryChromium.cpp: (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
- platform/gtk/MIMETypeRegistryGtk.cpp: (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
- platform/haiku/MIMETypeRegistryHaiku.cpp: (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
- platform/mac/MIMETypeRegistryMac.mm: (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
- platform/qt/MIMETypeRegistryQt.cpp: (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
- platform/win/MIMETypeRegistryWin.cpp: (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
- platform/wince/MIMETypeRegistryWince.cpp: (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
- platform/wx/MimeTypeRegistryWx.cpp: (WebCore::MIMETypeRegistry::isApplicationPluginMIMEType):
2010-03-26 Robert Hogan <robert@roberthogan.net>
Reviewed by Simon Hausmann.
Allow plugins implemented by the application, such as mimetype 'x-qt-plugin',
when pluginsEnabled is false.
For all platforms apart from Qt, isApplicationPluginMIMEType() returns false.
- platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Added.
- plugins/application-plugin-plugins-disabled-expected.txt: Added.
- plugins/application-plugin-plugins-disabled.html: Added.
2010-03-26 Robert Hogan <robert@roberthogan.net>
Reviewed by Simon Hausmann.
Allow plugins implemented by the application, such as mimetype 'x-qt-plugin',
when pluginsEnabled is false.
Add support for LayoutTestController.WebKitPluginsEnabled
- DumpRenderTree/gtk/DumpRenderTree.cpp: (resetDefaultsToConsistentValues):
- DumpRenderTree/gtk/LayoutTestControllerGtk.cpp: (copyWebSettingKey):
- DumpRenderTree/qt/DumpRenderTreeQt.cpp: (WebCore::WebPage::resetSettings):
- DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::overridePreference):
- 05:36 Changeset [56660] by
-
Unreviewed.
Skip HTMLProgressElement tests on Windows.
- platform/win/Skipped:
- 02:06 Changeset [56659] by
-
Fix Acid3 text-shadow rendering regression introduced in r56597.
Reviewed by Mark Rowe.
- platform/graphics/mac/FontMac.mm:
(WebCore::Font::drawGlyphs): Revert to using the simple shadow logic for zero-blur shadows,
except for color bitmap fonts.
03/26/10:
- 22:44 Changeset [56658] by
-
2010-03-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Add some basic IRC commands to sheriffbot
https://bugs.webkit.org/show_bug.cgi?id=36684
Adds support for sheriffbot to respond to a "hi" command and a
"last-green-revision" command. It's lame that we're rebuilding
MultiCommandTool, but as discussed in person we'll intergrate the two
once we see what the requirements are.
- Scripts/webkitpy/tool/bot/irc_command.py: Added.
- Scripts/webkitpy/tool/bot/queueengine.py:
- Scripts/webkitpy/tool/bot/queueengine_unittest.py:
- Scripts/webkitpy/tool/bot/sheriffircbot.py:
- Scripts/webkitpy/tool/bot/sheriffircbot_unittest.py: Added.
- Scripts/webkitpy/tool/commands/queues.py:
- Scripts/webkitpy/tool/commands/queuestest.py:
- Scripts/webkitpy/tool/commands/sheriffbot.py:
- Scripts/webkitpy/tool/main.py:
- Scripts/webkitpy/tool/mocktool.py:
- Scripts/webkitpy/tool/unittests.py:
- 22:42 Changeset [56657] by
-
2010-03-26 Adam Barth <abarth@webkit.org>
Unreviewed. More errors in the IRC module. I have no idea how to test
ircbot.py, which is too bad. Hopefully we've abstracted it away enough
that we don't have to touch it very much after this patch.
- Scripts/webkitpy/common/net/irc/ircbot.py:
- 22:37 Changeset [56656] by
-
2010-03-26 Adam Barth <abarth@webkit.org>
Unreviewed. Add a missing "_".
- Scripts/webkitpy/common/net/irc/ircproxy.py:
- Scripts/webkitpy/common/net/irc/ircproxy_unittest.py: Added.
- Scripts/webkitpy/common/net/irc/unittests.py:
- 22:08 Changeset [56655] by
-
2010-03-26 Daniel Bates <dbates@rim.com>
Reviewed by Beth Dakin.
As per sections 14.2 (http://www.w3.org/TR/CSS2/colors.html#background)
and 17.5.1 (http://www.w3.org/TR/CSS2/tables.html#table-layers) of the
CSS 2.1 spec., the background-image of a table-row should span the
entire area of the table-row (i.e cover all the <td>'s). Moreover,
fixes background image painting with respect to row-groups, columns
and column-groups (*).
Currently, the background-image of a table row, row-group, and column-group
is inherited by the table cells. This directly contradicts section 14.2.
Instead, the background-image should cover the entire area of the table row,
row-group, column, or column-group, respectively as described in section 17.5.1.
(*) A follow up patch to compute the absolute content box of a column, and
column-group is needed so that background image positioning for these table
elements works. See bug #36104.
Tests: fast/table/table-background.html
fast/table/table-cell-border-draws-on-top-of-col-background.html
fast/table/table-cell-border-draws-on-top-of-col-group-background.html
fast/table/table-cell-border-draws-on-top-of-row-background.html
fast/table/table-cell-border-draws-on-top-of-row-group-background.html
fast/table/table-cell-overrides-row-background.html
fast/table/table-col-background.html
fast/table/table-col-group-background.html
fast/table/table-col-group-col-span-background.html
fast/table/table-col-group-span-background.html
fast/table/table-col-span-background.html
fast/table/table-row-background-left-50px.html
fast/table/table-row-background-right-100percent.html
fast/table/table-row-background-right-50px.html
fast/table/table-row-background.html
fast/table/table-row-group-background-positioned.html
fast/table/table-row-group-background.html
- rendering/RenderBoxModelObject.cpp: (WebCore::RenderBoxModelObject::paintFillLayerExtended): (WebCore::RenderBoxModelObject::calculateBackgroundImageGeometry): Modified to call RenderObject::adjustBackgroundImagePosition.
- rendering/RenderBoxModelObject.h:
- rendering/RenderObject.h: (WebCore::RenderObject::adjustBackgroundImagePosition): Added.
- rendering/RenderTableCell.cpp: (WebCore::RenderTableCell::adjustBackgroundImagePosition): Added.
- rendering/RenderTableCell.h:
2010-03-26 Daniel Bates <dbates@rim.com>
Reviewed by Beth Dakin.
Tests that background-image support for table, table-cell, table-row,
row-group, table-column and column-group (*) conform to section 17.5.1
of the CSS 2.1 spec.
(*) A follow up patch to compute the absolute content box of a column, and
column-group is needed so that background image positioning for these table
elements works. See bug #36104.
- fast/table/table-background.html: Added.
- fast/table/table-cell-border-draws-on-top-of-col-background.html: Added.
- fast/table/table-cell-border-draws-on-top-of-col-group-background.html: Added.
- fast/table/table-cell-border-draws-on-top-of-row-background.html: Added.
- fast/table/table-cell-border-draws-on-top-of-row-group-background.html: Added.
- fast/table/table-cell-overrides-row-background.html: Added.
- fast/table/table-col-background.html: Added.
- fast/table/table-col-group-background.html: Added.
- fast/table/table-col-group-col-span-background.html: Added.
- fast/table/table-col-group-span-background.html: Added.
- fast/table/table-col-span-background.html: Added.
- fast/table/table-row-background-left-50px.html: Added.
- fast/table/table-row-background-right-100percent.html: Added.
- fast/table/table-row-background-right-50px.html: Added.
- fast/table/table-row-background.html: Added.
- fast/table/table-row-group-background-positioned.html: Added.
- fast/table/table-row-group-background.html: Added.
- platform/mac/fast/table/table-background-expected.checksum: Added.
- platform/mac/fast/table/table-background-expected.png: Added.
- platform/mac/fast/table/table-background-expected.txt: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.checksum: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.png: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-col-background-expected.txt: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.checksum: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.png: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-col-group-background-expected.txt: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.checksum: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.png: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-row-background-expected.txt: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.checksum: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.png: Added.
- platform/mac/fast/table/table-cell-border-draws-on-top-of-row-group-background-expected.txt: Added.
- platform/mac/fast/table/table-cell-overrides-row-background-expected.checksum: Added.
- platform/mac/fast/table/table-cell-overrides-row-background-expected.png: Added.
- platform/mac/fast/table/table-cell-overrides-row-background-expected.txt: Added.
- platform/mac/fast/table/table-col-background-expected.checksum: Added.
- platform/mac/fast/table/table-col-background-expected.png: Added.
- platform/mac/fast/table/table-col-background-expected.txt: Added.
- platform/mac/fast/table/table-col-group-background-expected.checksum: Added.
- platform/mac/fast/table/table-col-group-background-expected.png: Added.
- platform/mac/fast/table/table-col-group-background-expected.txt: Added.
- platform/mac/fast/table/table-col-group-col-span-background-expected.checksum: Added.
- platform/mac/fast/table/table-col-group-col-span-background-expected.png: Added.
- platform/mac/fast/table/table-col-group-col-span-background-expected.txt: Added.
- platform/mac/fast/table/table-col-group-span-background-expected.checksum: Added.
- platform/mac/fast/table/table-col-group-span-background-expected.png: Added.
- platform/mac/fast/table/table-col-group-span-background-expected.txt: Added.
- platform/mac/fast/table/table-col-span-background-expected.checksum: Added.
- platform/mac/fast/table/table-col-span-background-expected.png: Added.
- platform/mac/fast/table/table-col-span-background-expected.txt: Added.
- platform/mac/fast/table/table-row-background-expected.checksum: Added.
- platform/mac/fast/table/table-row-background-expected.png: Added.
- platform/mac/fast/table/table-row-background-expected.txt: Added.
- platform/mac/fast/table/table-row-background-left-50px-expected.checksum: Added.
- platform/mac/fast/table/table-row-background-left-50px-expected.png: Added.
- platform/mac/fast/table/table-row-background-left-50px-expected.txt: Added.
- platform/mac/fast/table/table-row-background-right-100percent-expected.checksum: Added.
- platform/mac/fast/table/table-row-background-right-100percent-expected.png: Added.
- platform/mac/fast/table/table-row-background-right-100percent-expected.txt: Added.
- platform/mac/fast/table/table-row-background-right-50px-expected.checksum: Added.
- platform/mac/fast/table/table-row-background-right-50px-expected.png: Added.
- platform/mac/fast/table/table-row-background-right-50px-expected.txt: Added.
- platform/mac/fast/table/table-row-group-background-expected.checksum: Added.
- platform/mac/fast/table/table-row-group-background-expected.png: Added.
- platform/mac/fast/table/table-row-group-background-expected.txt: Added.
- platform/mac/fast/table/table-row-group-background-positioned-expected.checksum: Added.
- platform/mac/fast/table/table-row-group-background-positioned-expected.png: Added.
- platform/mac/fast/table/table-row-group-background-positioned-expected.txt: Added.
- 22:00 Changeset [56654] by
-
2010-03-26 Adam Barth <abarth@webkit.org>
Unreviewed. Fix a the commit queue after my recent change.
- Scripts/webkitpy/tool/bot/queueengine.py:
- 21:31 Changeset [56653] by
-
2010-03-26 Laszlo Gombos <laszlo.1.gombos@nokia.com>
Unreviewed, minor build fix.
[Gtk] Guard defined but not used function
Eliminate the "defined but not used" warning after r52684.
No new tests as there is no new functionality.
- platform/ContextMenu.cpp:
- 19:38 Changeset [56652] by
-
2010-03-26 Dirk Pranke <dpranke@chromium.org>
Unreviewed fix.
Fix the return value for port/base.diff_image (changed from 1/0 to
True/False in bug 34826.
- Scripts/webkitpy/layout_tests/port/base.py:
- 19:15 Changeset [56651] by
-
2010-03-26 Justin Schuh <jschuh@chromium.org>
Reviewed by Adam Barth.
Security: iFrame.src accepts JavaScript URL via nodeValue or textContent
https://bugs.webkit.org/show_bug.cgi?id=36502
Overrode inherited nodeValue and textContent in Attr.idl so they proxy
to value, which performs a security check.
- http/tests/security/xss-DENIED-iframe-src-alias-expected.txt: Added.
- http/tests/security/xss-DENIED-iframe-src-alias.html: Added.
2010-03-26 Justin Schuh <jschuh@chromium.org>
Reviewed by Adam Barth.
Security: iFrame.src accepts JavaScript URL via nodeValue or textContent
https://bugs.webkit.org/show_bug.cgi?id=36502
Overrode inherited nodeValue and textContent in Attr.idl so they proxy
to value, which performs a security check.
Test: http/tests/security/xss-DENIED-iframe-src-alias.html
- bindings/js/JSAttrCustom.cpp: (WebCore::JSAttr::nodeValue): (WebCore::JSAttr::setNodeValue): (WebCore::JSAttr::textContent): (WebCore::JSAttr::setTextContent):
- bindings/v8/custom/V8AttrCustom.cpp: (WebCore::V8Attr::nodeValueAccessorSetter): (WebCore::V8Attr::nodeValueAccessorGetter): (WebCore::V8Attr::textContentAccessorSetter): (WebCore::V8Attr::textContentAccessorGetter):
- dom/Attr.idl:
- 18:20 Changeset [56650] by
-
2010-03-26 Eric Carlson <eric.carlson@apple.com>
<rdar://problem/7320584>
https://bugs.webkit.org/show_bug.cgi?id=36681
"new Audio()" doesn't work with plug-in backed media engine.
Don't require plug-in backed <video> and <audio> elements to be in the document to play.
- html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::HTMLMediaElement): Initialize m_proxyWidget (WebCore::HTMLMediaElement::createRenderer): Set renderer widget if it has already been allocated. (WebCore::HTMLMediaElement::scheduleLoad): Call createMediaPlayerProxy to make sure we have a plug-in proxy. (WebCore::HTMLMediaElement::loadResource): Ditto. (WebCore::HTMLMediaElement::allocateMediaPlayerIfNecessary): Allocate media player. (WebCore::HTMLMediaElement::setMediaPlayerProxy): Call allocateMediaPlayerIfNecessary. (WebCore::HTMLMediaElement::getPluginProxyParams): New, return the url and params vectors. (WebCore::HTMLMediaElement::finishParsingChildren): Call createMediaPlayerProxy. (WebCore::HTMLMediaElement::createMediaPlayerProxy): New, allocate the proxy widget if necessary.
- html/HTMLMediaElement.h:
- loader/EmptyClients.h: (WebCore::EmptyFrameLoaderClient::createMediaPlayerProxyPlugin): Add declaration.
- loader/FrameLoader.cpp: (WebCore::toPlugInElement): Don't allow an audio or video element to be cast to a plug-in element. (WebCore::FrameLoader::loadPlugin): (WebCore::FrameLoader::loadMediaPlayerProxyPlugin): New, allocate a media player proxy plug-in.
- loader/FrameLoader.h: Declare loadMediaPlayerProxyPlugin.
- loader/FrameLoaderClient.h: Declare createMediaPlayerProxyPlugin.
- rendering/RenderEmbeddedObject.cpp: (WebCore::RenderEmbeddedObject::updateWidget): Call loadMediaPlayerProxyPlugin when passed an audio or video node.
- rendering/RenderLayerCompositor.cpp: (WebCore::RenderLayerCompositor::requiresCompositingForVideo):
- rendering/RenderVideo.cpp: (WebCore::RenderVideo::RenderVideo): Get default width and height from defaultSize. (WebCore::RenderVideo::defaultSize): New, return the spec defined default width and height.
- rendering/RenderVideo.h:
- 18:11 Changeset [56649] by
-
2010-03-26 Dirk Pranke <dpranke@chromium.org>
Reviewed by David Levin.
Update a bunch of incorrect image checksums, and suppress all of the
remaining IMAGE failures in platform/mac/test_expectations.txt.
- platform/mac-leopard/compositing/geometry/root-layer-update-expected.checksum:
- platform/mac-leopard/compositing/overflow/overflow-positioning-expected.checksum:
- platform/mac-leopard/compositing/repaint/become-overlay-composited-layer-expected.checksum:
- platform/mac-leopard/compositing/repaint/layer-repaint-rects-expected.checksum:
- platform/mac-leopard/media/video-zoom-controls-expected.checksum:
- platform/mac/animations/3d/change-transform-in-end-event-expected.checksum:
- platform/mac/animations/3d/state-at-end-event-transform-expected.checksum:
- platform/mac/animations/state-at-end-event-expected.checksum:
- platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.checksum:
- platform/mac/compositing/color-matching/pdf-image-match-expected.checksum:
- platform/mac/compositing/compositing-visible-descendant-expected.checksum:
- platform/mac/compositing/generated-content-expected.checksum:
- platform/mac/compositing/geometry/abs-position-inside-opacity-expected.checksum:
- platform/mac/compositing/geometry/fixed-position-expected.checksum:
- platform/mac/compositing/geometry/horizontal-scroll-composited-expected.checksum:
- platform/mac/compositing/geometry/outline-change-expected.checksum:
- platform/mac/compositing/geometry/partial-layout-update-expected.checksum:
- platform/mac/compositing/geometry/root-layer-update-expected.checksum:
- platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.checksum:
- platform/mac/compositing/masks/direct-image-mask-expected.checksum:
- platform/mac/compositing/masks/masked-ancestor-expected.checksum:
- platform/mac/compositing/masks/multiple-masks-expected.checksum:
- platform/mac/compositing/masks/simple-composited-mask-expected.checksum:
- platform/mac/compositing/overflow/ancestor-overflow-expected.checksum:
- platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
- platform/mac/compositing/overflow/overflow-positioning-expected.checksum:
- platform/mac/compositing/overflow/parent-overflow-expected.checksum:
- platform/mac/compositing/overflow/scrollbar-painting-expected.checksum:
- platform/mac/compositing/reflections/reflection-in-composited-expected.checksum:
- platform/mac/compositing/reflections/reflection-ordering-expected.checksum:
- platform/mac/compositing/reflections/simple-composited-reflections-expected.checksum:
- platform/mac/compositing/repaint/become-overlay-composited-layer-expected.checksum:
- platform/mac/compositing/repaint/content-into-overflow-expected.checksum:
- platform/mac/compositing/repaint/layer-repaint-expected.checksum:
- platform/mac/compositing/repaint/layer-repaint-rects-expected.checksum:
- platform/mac/compositing/repaint/opacity-between-absolute-expected.checksum:
- platform/mac/compositing/repaint/opacity-between-absolute2-expected.checksum:
- platform/mac/compositing/repaint/overflow-into-content-expected.checksum:
- platform/mac/compositing/sibling-positioning-expected.checksum:
- platform/mac/compositing/transitions/singular-scale-transition-expected.checksum:
- platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum:
- platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum:
- platform/mac/editing/deleting/delete-to-select-table-expected.checksum:
- platform/mac/editing/deleting/type-delete-after-quote-expected.checksum:
- platform/mac/editing/inserting/5418891-expected.checksum:
- platform/mac/editing/selection/4960116-expected.checksum:
- platform/mac/editing/selection/caret-rtl-2-expected.checksum:
- platform/mac/editing/selection/extend-by-word-002-expected.checksum:
- platform/mac/editing/selection/select-all-002-expected.checksum:
- platform/mac/editing/selection/select-text-overflow-ellipsis-expected.checksum:
- platform/mac/editing/selection/transformed-selection-rects-expected.checksum:
- platform/mac/fast/backgrounds/background-clip-text-expected.checksum:
- platform/mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.checksum:
- platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.checksum:
- platform/mac/fast/backgrounds/size/backgroundSize15-expected.checksum:
- platform/mac/fast/backgrounds/size/backgroundSize16-expected.checksum:
- platform/mac/fast/backgrounds/size/contain-and-cover-expected.checksum: Added.
- platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
- platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
- platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
- platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
- platform/mac/fast/block/float/avoidance-percent-width-compat-expected.checksum:
- platform/mac/fast/block/float/avoidance-percent-width-strict-expected.checksum:
- platform/mac/fast/block/margin-collapse/103-expected.checksum:
- platform/mac/fast/box-shadow/basic-shadows-expected.checksum:
- platform/mac/fast/box-shadow/transform-fringing-expected.checksum:
- platform/mac/fast/css/apple-prefix-expected.checksum:
- platform/mac/fast/css/color-correction-backgrounds-and-text-expected.checksum:
- platform/mac/fast/css/color-correction-expected.checksum:
- platform/mac/fast/css/color-correction-on-background-image-expected.checksum:
- platform/mac/fast/css/color-correction-on-backgrounds-expected.checksum:
- platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum:
- platform/mac/fast/css/color-correction-on-text-expected.checksum:
- platform/mac/fast/css/color-correction-on-text-shadow-expected.checksum:
- platform/mac/fast/css/color-correction-untagged-images-expected.checksum:
- platform/mac/fast/css/namespaces/namespaces-comments-expected.checksum:
- platform/mac/fast/css/namespaces/namespaces-empty-expected.checksum:
- platform/mac/fast/css/namespaces/namespaces-escapes-expected.checksum:
- platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.checksum:
- platform/mac/fast/css/variables/misplaced-import-test-expected.checksum:
- platform/mac/fast/encoding/invalid-UTF-8-expected.checksum:
- platform/mac/fast/events/standalone-image-drag-to-editable-expected.checksum:
- platform/mac/fast/fast-mobile-scrolling/fixed-position-element-expected.checksum:
- platform/mac/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.checksum:
- platform/mac/fast/forms/001-expected.checksum:
- platform/mac/fast/forms/menulist-clip-expected.checksum:
- platform/mac/fast/forms/menulist-narrow-width-expected.checksum:
- platform/mac/fast/forms/menulist-option-wrap-expected.checksum:
- platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum:
- platform/mac/fast/forms/menulist-style-color-expected.checksum:
- platform/mac/fast/forms/select-baseline-expected.checksum:
- platform/mac/fast/forms/textarea-scrollbar-expected.checksum:
- platform/mac/fast/frames/viewsource-attribute-expected.checksum:
- platform/mac/fast/inline/long-wrapped-line-expected.checksum:
- platform/mac/fast/lists/anonymous-items-expected.checksum:
- platform/mac/fast/lists/markers-in-selection-expected.checksum:
- platform/mac/fast/multicol/client-rects-expected.checksum: Added.
- platform/mac/fast/multicol/float-multicol-expected.checksum:
- platform/mac/fast/overflow/line-clamp-expected.checksum:
- platform/mac/fast/overflow/position-fixed-transform-clipping-expected.checksum:
- platform/mac/fast/reflections/abs-position-in-reflection-expected.checksum:
- platform/mac/fast/reflections/opacity-reflection-transform-expected.checksum:
- platform/mac/fast/repaint/backgroundSizeRepaint-expected.checksum:
- platform/mac/fast/repaint/box-shadow-h-expected.checksum:
- platform/mac/fast/repaint/box-shadow-v-expected.checksum:
- platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.checksum:
- platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.checksum:
- platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.checksum:
- platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum:
- platform/mac/fast/repaint/subtree-layoutstate-transform-expected.checksum:
- platform/mac/fast/repaint/table-outer-border-expected.checksum:
- platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.checksum:
- platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.checksum:
- platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.checksum:
- platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.checksum:
- platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.checksum:
- platform/mac/fast/table/fixed-table-with-small-percent-width-expected.checksum:
- platform/mac/fast/text/atsui-partial-selection-expected.checksum:
- platform/mac/fast/text/capitalize-boundaries-expected.checksum:
- platform/mac/fast/text/drawBidiText-expected.checksum:
- platform/mac/fast/text/line-breaking-with-kerning-expected.checksum:
- platform/mac/fast/text/sticky-typesetting-features-expected.checksum:
- platform/mac/fast/transforms/shadows-expected.checksum:
- platform/mac/http/tests/misc/slow-loading-mask-expected.checksum:
- platform/mac/media/video-zoom-controls-expected.checksum:
- platform/mac/plugins/embed-attributes-style-expected.checksum:
- platform/mac/plugins/qt-qwidget-plugin-expected.checksum:
- platform/mac/tables/mozilla/bugs/bug106158-1-expected.checksum:
- platform/mac/tables/mozilla/bugs/bug106158-2-expected.checksum:
- platform/mac/tables/mozilla/bugs/bug34176-expected.checksum:
- platform/mac/tables/mozilla/bugs/bug6674-expected.checksum:
- platform/mac/test_expectations.txt:
- platform/mac/transforms/2d/transform-fixed-container-expected.checksum:
- platform/mac/transitions/move-after-transition-expected.checksum:
- platform/mac/transitions/transition-end-event-rendering-expected.checksum:
- 17:15 Changeset [56648] by
-
2010-03-25 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel.
Add a test_expectations.txt file for the mac platform so
new-run-webkit-tests can track IMAGE failures.
- platform/mac/test_expectations.txt: Added.
2010-03-26 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel.
Change the Mac port of new-run-webkit-tests to look for a
test_expectations.txt file in addition to the Skipped files, so we
can track pixel failures.
- Scripts/webkitpy/layout_tests/port/mac.py:
- 16:38 Changeset [56647] by
-
2010-03-26 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel.
Implement pixel tests (image diff) properly on the Mac port.
This change introduces a new "ServerPocess" class that can be used
to manage processes that the run-webkit-tests harness forks off and
expects to stay up for longer than a single request/response session.
Both DumpRenderTree and ImageDiff use this style of communication,
although the current code forks off a new ImageDiff for each diff
(We need to restructure other parts of the code to be able to do this
safely in a multi-threaded environment).
Also, now that the ServerProcess abstraction exists, we can probably
clean up and simplify some of the thread management logic in
test_shell_thread as well.
- Scripts/webkitpy/layout_tests/port/mac.py:
- Scripts/webkitpy/layout_tests/port/server_process.py:
- Scripts/webkitpy/layout_tests/test_types/image_diff.py:
- 15:23 Changeset [56646] by
-
2010-03-26 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein, Darin Adler.
Re-entrant layout via plug-ins may cause crashes with bad RenderWidgets
https://bugs.webkit.org/show_bug.cgi?id=36675
<rdar://problem/7787617>
Fix two places in the code where RenderWidgets can get destroyed while being iterated over.
This can happen when plug-ins execute script from NPP_SetWindow, and that script makes a change
to the page that destroys a RenderWidget.
Tests: plugins/reentrant-update-widget-positions.html
plugins/update-widgets-crash.html
- page/FrameView.cpp: (WebCore::FrameView::updateWidgets): ref() the RenderEmbeddedObjects that are put into the vector before iterating of them, and deref() them at the end. Rather than checking the m_widgetUpdateSet to see if the RenderWidget is still live, test object->node().
- rendering/RenderView.cpp: (WebCore::RenderView::RenderView): Initialize some data members to make it more obvious in the debugger that the object is not garbage. (WebCore::RenderView::updateWidgetPositions): Use a Vector of RenderWidget* to keep the RenderWidgets alive during iteration, by reffing and dereffing them.
- rendering/RenderWidget.h: (WebCore::RenderWidget::ref): Make this and deref() public.
- 15:16 Changeset [56645] by
-
2010-03-26 Sergio Villar Senin <svillar@igalia.com>
Reviewed by Eric Seidel.
Print didFinishLoadForFrame outcome in DRT
[GTK] Improve reporting of frame loader callbacks in DRT
https://bugs.webkit.org/show_bug.cgi?id=36454
- DumpRenderTree/gtk/DumpRenderTree.cpp: (webViewLoadCommitted):
- 15:12 Changeset [56644] by
-
WebCore: Partial fix for https://bugs.webkit.org/show_bug.cgi?id=36564
Performance regression for setting content of <text> in SVG
-and corresponding-
<rdar://problem/7693963>
Reviewed by Darin Adler.
toClipPath() is extremely inefficient, so this patch removes the
call to it from RenderSVGResourceClipper::resourceBoundingBox()
which is very hot code in SVG with clip-paths. It is sufficient to
call unite with the objectBoundingBox(), which will return early if
objectBoundingBox() is empty.
- rendering/RenderSVGResourceClipper.cpp:
(WebCore::RenderSVGResourceClipper::resourceBoundingBox):
LayoutTests: Updated test for https://bugs.webkit.org/show_bug.cgi?id=36564
Performance regression for setting content of <text> in SVG
-and corresponding-
<rdar://problem/7693963>
Reviewed by Darin Adler.
- platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
- 14:51 Changeset [56643] by
-
2010-03-26 Eric Seidel <eric@webkit.org>
Unreviewed test fix.
My change conflicted with one of Adam's causing test-webkitpy to fail.
Move commit_message_for_this_commit from scm to checkout
https://bugs.webkit.org/show_bug.cgi?id=36629
- Scripts/webkitpy/common/checkout/api_unittest.py:
- modified_changelogs is now on Checkout instead of scm.
- Scripts/webkitpy/common/checkout/api_unittest.py:
- 14:45 Changeset [56642] by
-
2010-03-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Refactor IRCBot controller logic to allow for commands
https://bugs.webkit.org/show_bug.cgi?id=36676
We need to move the controller logic into the tool package so it can
know about commands. The changes to queueengine could go in a
different patch, but we're going to need it anyway.
- Scripts/webkitpy/common/config/irc.py: Added.
- Scripts/webkitpy/common/net/irc/ircbot.py:
- Scripts/webkitpy/common/net/irc/ircproxy.py:
- Scripts/webkitpy/tool/bot/queueengine.py:
- Scripts/webkitpy/tool/bot/sheriffircbot.py: Added.
- Scripts/webkitpy/tool/commands/sheriffbot.py:
- Scripts/webkitpy/tool/main.py:
- Scripts/webkitpy/tool/mocktool.py:
- 13:44 Changeset [56641] by
-
2010-03-26 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Dave Hyatt.
Generated run-in Content is Mistakenly Getting Deleted
https://bugs.webkit.org/show_bug.cgi?id=36505
<rdar://problem/7767161>
Test: fast/runin/generated2.html
Test: fast/runin/generated3.html
Test: fast/runin/generated4.html
Do not destroy :before/:after generated content with display run-in
when relaying out different nodes. Have their real owners correctly
handle them.
- rendering/RenderObjectChildList.cpp: (WebCore::RenderObjectChildList::updateBeforeAfterContent): simplified logic (WebCore::RenderObjectChildList::beforeAfterContainer): skip generated run-ins when checking children, check for them in grandchildren
2010-03-26 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Dave Hyatt.
Generated run-in Content is Mistakenly Getting Deleted
https://bugs.webkit.org/show_bug.cgi?id=36505
<rdar://problem/7767161>
Test dynamic update of the inner block, containing the generated
run-in, but not owning it with the :before rule, and owners.
- fast/runin/generated2.html: Added.
- platform/mac/fast/runin/generated2-expected.txt: Added.
Test dynamic update of the outer block, this block owns the
generated run-in, but it is actually contained in a child block.
- fast/runin/generated3.html: Added.
- platform/mac/fast/runin/generated3-expected.txt: Added.
Test dynamic updates affecting generated run-ins both
in relation to and not in relation to list markers.
- fast/runin/generated4.html: Added.
- platform/mac/fast/runin/generated4-expected.txt: Added.
- 13:22 Changeset [56640] by
-
2010-03-26 Adam Barth <abarth@webkit.org>
Rubber stamped by Eric Seidel.
Move the threading code into its own module. (It has nothing to do with IRC.)
- Scripts/webkitpy/common/net/irc/ircbot.py:
- Scripts/webkitpy/common/net/irc/ircproxy.py:
- Scripts/webkitpy/common/net/irc/messagepump.py: Removed.
- Scripts/webkitpy/common/net/irc/messagepump_unittest.py: Removed.
- Scripts/webkitpy/common/net/irc/threadedmessagequeue.py: Removed.
- Scripts/webkitpy/common/net/irc/threadedmessagequeue_unittest.py: Removed.
- Scripts/webkitpy/common/net/irc/unittests.py:
- Scripts/webkitpy/common/thread: Added.
- Scripts/webkitpy/common/thread/init.py: Added.
- Scripts/webkitpy/common/thread/messagepump.py: Copied from Scripts/webkitpy/common/net/irc/messagepump.py.
- Scripts/webkitpy/common/thread/messagepump_unittest.py: Copied from Scripts/webkitpy/common/net/irc/messagepump_unittest.py.
- Scripts/webkitpy/common/thread/threadedmessagequeue.py: Copied from Scripts/webkitpy/common/net/irc/threadedmessagequeue.py.
- Scripts/webkitpy/common/thread/threadedmessagequeue_unittest.py: Copied from Scripts/webkitpy/common/net/irc/threadedmessagequeue_unittest.py.
- Scripts/webkitpy/common/thread/unittests.py: Added.
- Scripts/webkitpy/common/unittests.py:
- 13:19 Changeset [56639] by
-
2010-03-25 Ojan Vafai <ojan@chromium.org>
Reviewed by Darin Adler.
shift+home/end and cmd+shift+left/right don't extend the selection correctly
https://bugs.webkit.org/show_bug.cgi?id=36539
- editing/selection/extend-after-mouse-selection.html:
- editing/selection/extend-selection-expected.txt: Extending forward by lineboundary selects the whole line. Now extending backwards by lineboundary after the whole line is selected is a noop instead of collapsed the selection to the start.
- editing/selection/move-begin-end.html: Just cleaned up this test.
- platform/mac/editing/selection/extend-after-mouse-selection-expected.txt:
2010-03-25 Ojan Vafai <ojan@chromium.org>
Reviewed by Darin Adler.
shift+home/end and cmd+shift+left/right don't extend the selection correctly
https://bugs.webkit.org/show_bug.cgi?id=36539
- WebCore.base.exp:
- editing/SelectionController.cpp: (WebCore::SelectionController::modify):
- editing/SelectionController.h:
- 12:47 Changeset [56638] by
-
2010-03-26 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
Move commit_message_for_this_commit from scm to checkout
https://bugs.webkit.org/show_bug.cgi?id=36629
Finally add some basic unit testing for Checkout.commit_message_for_this_commit
- Scripts/webkitpy/common/checkout/api.py:
- Scripts/webkitpy/common/checkout/api_unittest.py: Added.
- Scripts/webkitpy/common/unittests.py:
- 12:40 Changeset [56637] by
-
2010-03-24 James Hawkins <jhawkins@chromium.org>
Reviewed by Darin Fisher.
[Chromium] Implement WebFormControlElement and WebSelectElement. Add
a getFormControlElements method to WebFormElement.
- WebKit.gyp:
- public/WebElement.h:
- public/WebFormControlElement.h: Added.
- public/WebFormElement.h:
- public/WebInputElement.h: (WebKit::WebInputElement::WebInputElement): (WebKit::WebInputElement::operator=): (WebKit::WebInputElement::assign):
- public/WebSelectElement.h: Added.
- src/WebElement.cpp: (WebKit::WebElement::isFormControlElement):
- src/WebFormControlElement.cpp: Added.
- src/WebFormElement.cpp: (WebKit::WebFormElement::getFormControlElements):
- src/WebInputElement.cpp: (WebKit::WebInputElement::WebInputElement):
- src/WebSelectElement.cpp: Added.
- 12:30 Changeset [56636] by
-
User Agent Switcher on QtLauncher https://bugs.webkit.org/show_bug.cgi?id=36451
Patch by Diego Gonzalez <diego.gonzalez@openbossa.org> on 2010-03-26
Reviewed by Simon Hausmann.
Make possible to change the QtLauncher user agent via
a predefined list.
- QtLauncher/QtLauncher.pro:
- QtLauncher/QtLauncher.qrc: Added.
- QtLauncher/main.cpp:
(LauncherWindow::showUserAgentDialog):
(LauncherWindow::createChrome):
- QtLauncher/useragentlist.txt: Added.
- QtLauncher/webpage.cpp:
(WebPage::userAgentForUrl):
- QtLauncher/webpage.h:
(WebPage::setUserAgent):
- 11:21 QtWebKitBackportingFixes edited by
- (diff)
- 11:14 Changeset [56635] by
-
2010-03-26 Victor Wang <victorw@chromium.org>
Reviewed by Adam Barth.
Host layout test flakiness dashboard in TestResultServer appengine.
Flakiness dashboard is a tool to monitor layout test status and
help layout test regression diagnostics.
- TestResultServer/handlers/dashboardhandler.py: Added.
- New handler to handle dashboard request
- TestResultServer/handlers/menu.py:
- Add new dashboard links
- TestResultServer/handlers/testfilehandler.py:
- Request routes refactory
- TestResultServer/index.yaml:
- TestResultServer/main.py:
- Add new dashboard request routes and refactor test result file rountes.
- TestResultServer/model/dashboardfile.py: Added.
- Model to access datastore for dashboard files
- TestResultServer/model/testfile.py:
- TestResultServer/stylesheets/dashboardfile.css: Added.
- TestResultServer/templates/dashboardfilelist.html: Added.
- TestResultServer/templates/showfilelist.html:
- TestResultServer/handlers/dashboardhandler.py: Added.
- 11:06 Changeset [56634] by
-
Add fast/multicol/hit-test-above-or-below.html, this is failing in the same way as Qt, and is being
tracked by the same bug (https://bugs.webkit.org/show_bug.cgi?id=35973).
- platform/win/Skipped:
- 10:38 Changeset [56633] by
-
Rubber-stamped by Nate Chapin.
[chromium] Updated test expectations due to recent failures,
added bugs, etc.
- platform/chromium/test_expectations.txt:
- 10:37 FastMalloc Glossary created by
- 10:32 Changeset [56632] by
-
2010-03-26 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove some evil statics from CommitInfo
https://bugs.webkit.org/show_bug.cgi?id=36637
These methods should really be on checkout. You can tell because they
know about ChangeLogs and take an SCM as an argument. :)
- Scripts/webkitpy/common/checkout/api.py:
- Scripts/webkitpy/common/checkout/changelog.py:
- Scripts/webkitpy/common/checkout/commitinfo.py:
- Scripts/webkitpy/tool/commands/queries.py:
- 10:32 WikiStart edited by
- (diff)
- 10:29 WikiStart edited by
- (diff)
- 10:04 Changeset [56631] by
-
2010-03-26 Janne Koskinen <janne.p.koskinen@digia.com>
Reviewed by Laszlo Gombos.
Don't undefine SKIP_STATIC_CONSTRUCTORS_ON_GCC for Symbian HW targets.
https://bugs.webkit.org/show_bug.cgi?id=34081
Defining StringImpl instances as globals will cause a crash on process exit as
StringImpl::Remove expects TLS which was already deleted at time of exiting main and ends up
constructing one exiting thread.
- config.h:
- 09:34 Changeset [56630] by
-
2010-03-26 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Pavel Feldman.
Send worker resource content to inspector to enable display of web
workers in inspector's resource tab.
https://bugs.webkit.org/show_bug.cgi?id=36658
- inspector/InspectorController.cpp: (WebCore::InspectorController::resourceRetrievedByXMLHttpRequest): (WebCore::InspectorController::scriptImported):
- inspector/InspectorResource.cpp: (WebCore::InspectorResource::type): (WebCore::InspectorResource::setOverrideContent): (WebCore::InspectorResource::sourceString):
- inspector/InspectorResource.h:
- workers/DefaultSharedWorkerRepository.cpp: (WebCore::SharedWorkerScriptLoader::notifyFinished):
- workers/Worker.cpp: (WebCore::Worker::notifyFinished):
2010-03-26 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Pavel Feldman.
Send worker resource content to inspector to enable display of web
workers in inspector's resource tab.
https://bugs.webkit.org/show_bug.cgi?id=36658
- src/SharedWorkerRepository.cpp: (WebCore::SharedWorkerScriptLoader::notifyFinished):
- 08:42 Changeset [56629] by
-
WebCore: Fix the rendering of HTMLProgressElement
https://bugs.webkit.org/show_bug.cgi?id=36206
Reviewed by Antti Koivisto.
Update the rendering and css to conform to
http://www.whatwg.org/specs/web-apps/current-work/complete.html#the-progress-element-0.
Updated the tests and the expected results accordingly.
- css/html.css:
- rendering/RenderProgress.cpp:
- rendering/RenderProgress.h:
LayoutTests: Fix the rendering of HTMLProgressElement
https://bugs.webkit.org/show_bug.cgi?id=36206
Add dir=rtl test and update the expected results.
Reviewed by Antti Koivisto.
- fast/dom/HTMLProgressElement/progress-element.html:
- platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.checksum:
- platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.png:
- platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.txt:
- 08:30 Changeset [56628] by
-
Unreviewed build fix.
FontPlatformDataPango.cpp: prototype for
'WebCore::FontPlatformData::FontPlatformData(cairo_font_face_t*, int, bool, bool)'
does not match any in class
https://bugs.webkit.org/show_bug.cgi?id=36496
- platform/graphics/gtk/FontPlatformDataPango.cpp:
(WebCore::FontPlatformData::FontPlatformData): The 'size' parameter
should be a float to match the declaration and the other definitions.
- 08:22 Changeset [56627] by
-
2010-03-26 Shu Chang <chang.shu@nokia.com>
Reviewed by Eric Seidel.
[Qt] Prevent referring d->m_job in the future because calling abort()
deletes the instance itself.
https://bugs.webkit.org/show_bug.cgi?id=36618
Test: http/tests/appcache/fallback.html
- platform/network/qt/ResourceHandleQt.cpp: (WebCore::ResourceHandle::cancel):
- 07:49 QtWebKit edited by
- (diff)
- 07:37 Changeset [56626] by
-
[Qt] Compile with QT_USE_FAST_OPERATOR_PLUS
Patch by Olivier Goffart <ogoffart@trolltech.com> on 2010-03-26
Reviewed by Simon Hausmann.
- WebCoreSupport/InspectorClientQt.cpp:
(WebCore::InspectorClientQt::populateSetting):
(WebCore::InspectorClientQt::storeSetting):
- 07:35 Changeset [56625] by
-
[Qt] Doc: Simplified Commercial Editions for Qt 4.7.
Patch by David Boddie <dboddie@trolltech.com> on 2010-03-26
Reviewed by Simon Hausmann.
- docs/qtwebkit.qdoc:
- 07:26 Changeset [56624] by
-
2010-03-26 Stephen White <senorblanco@chromium.org>
Unreviewed; build fix.
Rolling out 56620; too many layout test failures.
Covered by fast/css/*.
- css/CSSPrimitiveValue.cpp: (WebCore::CSSPrimitiveValue::cleanup): (WebCore::CSSPrimitiveValue::cssText):
- css/CSSPrimitiveValue.h: (WebCore::CSSPrimitiveValue::):
2010-03-26 Stephen White <senorblanco@chromium.org>
Unreviewed; build fix.
Rolling out 56620; too many layout test failures.
- fast/css/cssText-cache-expected.txt: Removed.
- fast/css/cssText-cache.html: Removed.
- 07:05 Changeset [56623] by
-
[Qt] Build JavaScriptCore as a static library.
https://bugs.webkit.org/show_bug.cgi?id=36590
Patch by Jocelyn Turcotte <jocelyn.turcotte@nokia.com> on 2010-03-26
Reviewed by Simon Hausmann.
This patch takes what was left of the unused JavaScriptCore.pro
and moved the compilation logic from JavaScriptCore.pri to
JavaScriptCore.pro.
.:
- WebKit.pro:
- JavaScriptCore.pri:
- JavaScriptCore.pro:
- jsc.pro:
- qt/api/QtScript.pro:
WebCore:
- WebCore.pro:
- 06:44 Changeset [56622] by
-
[Qt] Fix compilation on Windows
Patch by Olivier Goffart <ogoffart@trolltech.com> on 2010-03-26
Reviewed by Simon Hausmann.
For some reason, the MSVC compiler choose the
operator+(const QString &, const QString &) instead of
operator+(const WebCore::String &, const WebCore::String &)
resulting in errors when QT_USE_FAST_OPERATOR_PLUS is used.
- dom/XMLTokenizerQt.cpp:
(WebCore::handleElementNamespaces):
- 06:28 Changeset [56621] by
-
2010-03-26 Philippe Normand <pnormand@igalia.com>
fast/parser/xml-declaration-missing-ending-mark.html crashed on Gtk bot
https://bugs.webkit.org/show_bug.cgi?id=33027
Skipping test that fails on GTK+ Debug bots.
- platform/gtk/Skipped:
- 06:18 Changeset [56620] by
-
2010-03-24 Stephen White <senorblanco@chromium.org>
Reviewed by Darin Adler.
In order to speed up multiple calls to CSSPrimitiveValue::cssText(),
this CL caches the String result. When m_value is changed, the
cached string is cleared. This gives a good speedup on benchmarks
which do a lot of CSS property gets, such as Peacekeeper.
The processing cost should be negligible, since the strings are
refcounted. The memory cost is an additional 4 bytes per
CSSPrimitiveValue, and the extended lifetime of the computed string
(potentially, the same as the lifetime of the CSSPrimitiveValue).
Covered by fast/css/large-number-round-trip.html, and more.
- css/CSSPrimitiveValue.cpp: (WebCore::CSSPrimitiveValue::CSSPrimitiveValue): (WebCore::CSSPrimitiveValue::cleanup): (WebCore::CSSPrimitiveValue::cssText):
- css/CSSPrimitiveValue.h:
2010-03-25 Stephen White <senorblanco@chromium.org>
Reviewed by Darin Adler.
Added a test for CSSPrimitiveValue::cssText() string cacheing.
- fast/css/cssText-cache-expected.txt: Added.
- fast/css/cssText-cache.html: Added.
- 05:58 Changeset [56619] by
-
2010-03-26 Qi Zhang <qi.2.zhang@nokia.com>
Reviewed by Laszlo Gombos.
[Qt] fast/canvas/drawImage-with-negative-source-destination.html failed
https://bugs.webkit.org/show_bug.cgi?id=35005
Enable fast/canvas/drawImage-with-negative-source-destination.html
- platform/qt/Skipped:
2010-03-26 Qi Zhang <qi.2.zhang@nokia.com>
Reviewed by Laszlo Gombos.
[Qt] fast/canvas/drawImage-with-negative-source-destination.html failed
https://bugs.webkit.org/show_bug.cgi?id=35005
To support negative width or height at context.drawImage
- platform/graphics/qt/StillImageQt.cpp: (WebCore::StillImage::draw):
- 05:52 Changeset [56618] by
-
Reviewed by Simon Hausmann.
Add an option to QtLauncher to enable/disable a QGLWidget as Viewport
of the QGraphicsView when the launcher is running on graphicsview mode.
[Qt] QtLauncher needs an option to Enable/Disable a QGLWidget as Viewport
https://bugs.webkit.org/show_bug.cgi?id=36270
- QtLauncher/QtLauncher.pro:
- QtLauncher/main.cpp:
(LauncherWindow::toggleQGLWidgetViewport):
(LauncherWindow::createChrome):
- 04:11 Changeset [56617] by
-
2010-03-26 Mads Ager <ager@chromium.org>
Reviewed by Jeremy Orlow.
Tweak Chromium test expectations
https://bugs.webkit.org/show_bug.cgi?id=36651
fast/js/large-expressions.html started failing on Linux in release
mode occassionally. Also fails on other platforms.
- platform/chromium/test_expectations.txt:
- 02:21 Changeset [56616] by
-
Unreviewed, removing websocket/tests/long-invalid-header.html from Chromium test_expectations.txt
- platform/chromium/test_expectations.txt: remove websocket/tests/long-invalid-header.html
- 01:58 Changeset [56615] by
-
2010-03-08 Philippe Normand <pnormand@igalia.com>
Reviewed by Gustavo Noronha.
[GStreamer] soften dependency on libsoup in the http src element
https://bugs.webkit.org/show_bug.cgi?id=35864
Replaced SoupURI calls with KURL and pause/resume internal soup
messages only if the element is compiled for a port depending on
libsoup.
- platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: (webkit_web_src_init): (webKitWebSrcSetUri): (webKitWebSrcNeedDataMainCb): (webKitWebSrcEnoughDataMainCb):
- 01:45 Changeset [56614] by
-
2010-03-26 Fumitoshi Ukai <ukai@chromium.org>
Reviewed by Shinichiro Hamaji.
[Chromium-Win] websocket_server.py failed to start
https://bugs.webkit.org/show_bug.cgi?id=36586
subproess.Popen() on Python 2.4/Windows with stdout,stdout, but no stdin will fail, because it uses return value of GetStdHandle(STD_INPUT_HANDLE), but DuplicateHandle requires integer, not the handle.
We don't need stdin, so use devnull as stdin.
- Scripts/webkitpy/layout_tests/port/websocket_server.py: open os.devnull for stdin
- 01:05 Changeset [56613] by
-
2010-03-25 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Shot record filter is implemented in Timeline Panel.
https://bugs.webkit.org/show_bug.cgi?id=36606
- English.lproj/localizedStrings.js:
- inspector/front-end/TimelinePanel.js: (WebInspector.TimelinePanel): (WebInspector.TimelinePanel.prototype.get statusBarItems): (WebInspector.TimelinePanel.prototype._createStatusbarButtons): (WebInspector.TimelinePanel.prototype._toggleFilterButtonClicked): (WebInspector.TimelinePanel.prototype._innerAddRecordToTimeline): (WebInspector.TimelinePanel.prototype._addToRecordsWindow): (WebInspector.TimelineRecordGraphRow.prototype.update): (WebInspector.TimelinePanel.FormattedRecord.prototype.get _isLongEvent):
- inspector/front-end/inspector.css:
- 00:58 Changeset [56612] by
-
2010-03-26 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
[DRT/Chromium] Add TestNavigationController and TestWebWorker
https://bugs.webkit.org/show_bug.cgi?id=36520
Add LayoutTestController class, which is going to be used by
DumpRenderTree Chromium port. These files are based on:
- src/webkit/tools/test_shell/layout_test_controller.cc
- src/webkit/tools/test_shell/layout_test_controller.h of Chromium rev.40492.
- DumpRenderTree/chromium/LayoutTestController.cpp: Added.
- DumpRenderTree/chromium/LayoutTestController.h: Added.
- 00:55 Changeset [56611] by
-
Symbian build fix.
[Qt] Updated the def file with new exports used by QtLauncher.
- symbian/eabi/QtWebKitu.def:
- 00:43 Changeset [56610] by
-
Rollout r56609. It was accidental commit.
- 00:34 Changeset [56609] by
-
2009-10-20 Mikhail Naganov <mnaganov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: populate child nodes before sorting them.
- inspector/front-end/BottomUpProfileDataGridTree.js: (WebInspector.BottomUpProfileDataGridNode): Swapped with BottomUpProfileDataGridTree to be consistent with TopDownProfileDataGridNode. (WebInspector.BottomUpProfileDataGridNode.prototype._takePropertiesFromProfileDataGridNode): (WebInspector.BottomUpProfileDataGridNode.prototype._keepOnlyChild): (WebInspector.BottomUpProfileDataGridNode.prototype._exclude): (WebInspector.BottomUpProfileDataGridNode.prototype._merge): (WebInspector.BottomUpProfileDataGridNode.prototype._sharedPopulate): (WebInspector.BottomUpProfileDataGridTree.prototype.exclude):
- inspector/front-end/ProfileDataGridTree.js: (WebInspector.ProfileDataGridNode.prototype.sort): Added missing parentheses. (WebInspector.ProfileDataGridNode.prototype.get _parent): (WebInspector.ProfileDataGridNode.prototype._populate):
- inspector/front-end/TopDownProfileDataGridTree.js: (WebInspector.TopDownProfileDataGridNode.prototype._sharedPopulate):
- 00:13 Changeset [56608] by
-
2010-03-25 Pavel Feldman <pfeldman@chromium.org>
Reviewed by Timothy Hatcher.
Web Inspector: Implement CSSStyleSelector::pseudoStyleForElement and use it in the InspectorDOMAgent.
This change provides pseudo elements information into the inspector styles sidebar pane.
Changes applied:
- CSSStyleSelector::pseudoStyleRulesForElement implemented. I changed the signature to accept PseudoId instead of a String since it better reflected the needs;
- Accompanied elementStyle checks with m_collectRulesOnly checks;
- Removed pseudoStyleRulesForElement usage from DOMWindow::getMatchedCSSRules. It was anyways returning 0, while I would need to convert String to PseudoId in order to leave the call in place;
- Needed to introduce AFTER_LAST_INTERNAL_PSEUDOID marker const in RenderStyleConstants' PseudoId enum
- InspectorDOMAgent is now iterating over all pseudo ids to get all styles (including internal ones).
- Brushed up front-end code so that proper overriding took place locally within pseudo id categories.
- English.lproj/localizedStrings.js:
- css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::styleRulesForElement): (WebCore::CSSStyleSelector::pseudoStyleRulesForElement): (WebCore::CSSStyleSelector::SelectorChecker::checkSelector): (WebCore::CSSStyleSelector::SelectorChecker::checkOneSelector):
- css/CSSStyleSelector.h:
- inspector/InspectorDOMAgent.cpp: (WebCore::InspectorDOMAgent::getStyles): (WebCore::InspectorDOMAgent::buildObjectForAttributeStyles): (WebCore::InspectorDOMAgent::buildArrayForCSSRules): (WebCore::InspectorDOMAgent::buildArrayForPseudoElements):
- inspector/InspectorDOMAgent.h:
- inspector/front-end/StylesSidebarPane.js: (WebInspector.StylesSidebarPane.prototype.update.callback): (WebInspector.StylesSidebarPane.prototype.update): (WebInspector.StylesSidebarPane.prototype._update): (WebInspector.StylesSidebarPane.prototype._refreshStyleRules): (WebInspector.StylesSidebarPane.prototype._rebuildStyleRules.insertInheritedNodeSeparator): (WebInspector.StylesSidebarPane.prototype._rebuildStyleRules): (WebInspector.StylesSidebarPane.prototype._markUsedProperties): (WebInspector.StylesSidebarPane.prototype._refreshSectionsForStyleRules): (WebInspector.StylesSidebarPane.prototype._rebuildSectionsForStyleRules): (WebInspector.StylesSidebarPane.prototype._changeColorFormat): (WebInspector.StylesSidebarPane.prototype.addBlankSection): (WebInspector.StylesSidebarPane.prototype.removeSection):
- inspector/front-end/inspector.css: (.styles-sidebar-separator):
- page/DOMWindow.cpp: (WebCore::DOMWindow::getMatchedCSSRules):
- rendering/style/RenderStyleConstants.h: (WebCore::):
- 00:11 Changeset [56607] by
-
Update WebCoreSQLite3 to SQLite v3.6.12.
Rubber-stamped by Dan Bernstein.
- WebCoreSQLite3/sqlite3.h:
- WebCoreSQLite3/sqlite3ext.h:
- libWebCoreSQLite3.a:
- libWebKitSystemInterfaceLeopard.a:
- libWebKitSystemInterfaceSnowLeopard.a:
- libWebKitSystemInterfaceTiger.a: