Timeline
Oct 8, 2011:
- 9:23 PM Changeset in webkit [97020] by
-
- 4 edits2 copies in branches/chromium/874
Merge 96999 - Make isXMLMIMEType regex use TLS
BUG=94487
Review URL: http://codereview.chromium.org/8210003
- 9:19 PM Changeset in webkit [97019] by
-
- 4 edits2 copies in branches/chromium/874/Source/WebCore
Merge 96991 - https://bugs.webkit.org/show_bug.cgi?id=69471
BUG=98582
Review URL: http://codereview.chromium.org/8212005
- 6:20 PM Changeset in webkit [97018] by
-
- 1 edit2 copies in branches/chromium/874
Merge 96984 - XSLT-generated document should inherit its SecurityOrigin from the source document
BUG=99512
Review URL: http://codereview.chromium.org/8213002
- 5:24 PM Changeset in webkit [97017] by
-
- 3 edits in trunk/Source/WebCore
Make ThreadGlobalData members use OwnPtr
https://bugs.webkit.org/show_bug.cgi?id=69710
Reviewed by Adam Barth.
No functional changes. No new tests required.
- platform/ThreadGlobalData.cpp:
(WebCore::ThreadGlobalData::ThreadGlobalData):
(WebCore::ThreadGlobalData::~ThreadGlobalData):
(WebCore::ThreadGlobalData::destroy):
- platform/ThreadGlobalData.h:
- 4:26 PM Changeset in webkit [97016] by
-
- 43 edits in trunk/Source
Add static version of JSCell::getConstructData
https://bugs.webkit.org/show_bug.cgi?id=69673
Reviewed by Geoffrey Garen.
Source/JavaScriptCore:
Added static version of getConstructData to all classes that
override it and changed the virtual versions to call the static
versions. This is the first step in de-virtualizing JSCell::getConstructData.
- API/JSCallbackConstructor.cpp:
(JSC::JSCallbackConstructor::getConstructData):
- API/JSCallbackConstructor.h:
- API/JSCallbackObject.h:
- API/JSCallbackObjectFunctions.h:
(JSC::::getConstructData):
- runtime/ArrayConstructor.cpp:
(JSC::ArrayConstructor::getConstructData):
- runtime/ArrayConstructor.h:
- runtime/BooleanConstructor.cpp:
(JSC::BooleanConstructor::getConstructData):
- runtime/BooleanConstructor.h:
- runtime/DateConstructor.cpp:
(JSC::DateConstructor::getConstructData):
- runtime/DateConstructor.h:
- runtime/ErrorConstructor.cpp:
(JSC::ErrorConstructor::getConstructData):
- runtime/ErrorConstructor.h:
- runtime/FunctionConstructor.cpp:
(JSC::FunctionConstructor::getConstructData):
- runtime/FunctionConstructor.h:
- runtime/JSCell.cpp:
(JSC::JSCell::getConstructData):
- runtime/JSCell.h:
- runtime/JSFunction.cpp:
(JSC::JSFunction::getConstructData):
- runtime/JSFunction.h:
- runtime/NativeErrorConstructor.cpp:
(JSC::NativeErrorConstructor::getConstructData):
- runtime/NativeErrorConstructor.h:
- runtime/NumberConstructor.cpp:
(JSC::NumberConstructor::getConstructData):
- runtime/NumberConstructor.h:
- runtime/ObjectConstructor.cpp:
(JSC::ObjectConstructor::getConstructData):
- runtime/ObjectConstructor.h:
- runtime/RegExpConstructor.cpp:
(JSC::RegExpConstructor::getConstructData):
- runtime/RegExpConstructor.h:
- runtime/StringConstructor.cpp:
(JSC::StringConstructor::getConstructData):
- runtime/StringConstructor.h:
Source/WebCore:
No new tests.
Added static version of getConstructData to all classes that
override it and changed the virtual versions to call the static
versions. This is the first step in de-virtualizing JSCell::getConstructData.
- bindings/js/JSAudioConstructor.cpp:
(WebCore::JSAudioConstructor::getConstructData):
- bindings/js/JSAudioConstructor.h:
- bindings/js/JSImageConstructor.cpp:
(WebCore::JSImageConstructor::getConstructData):
- bindings/js/JSImageConstructor.h:
- bindings/js/JSOptionConstructor.cpp:
(WebCore::JSOptionConstructor::getConstructData):
- bindings/js/JSOptionConstructor.h:
- bindings/scripts/CodeGeneratorJS.pm:
(GenerateConstructorDeclaration):
(GenerateConstructorDefinition):
- bindings/scripts/test/JS/JSTestInterface.cpp:
(WebCore::JSTestInterfaceConstructor::getConstructData):
- bridge/runtime_object.cpp:
(JSC::Bindings::RuntimeObject::getConstructData):
- bridge/runtime_object.h:
Source/WebKit2:
Added static version of getConstructData to all classes that
override it and changed the virtual versions to call the static
versions. This is the first step in de-virtualizing JSCell::getConstructData.
- WebProcess/Plugins/Netscape/JSNPObject.cpp:
(WebKit::JSNPObject::getConstructData):
- WebProcess/Plugins/Netscape/JSNPObject.h:
- 2:31 PM Changeset in webkit [97015] by
-
- 83 edits in trunk/Source
Add static version of JSCell::getOwnPropertySlot
https://bugs.webkit.org/show_bug.cgi?id=69593
Reviewed by Geoffrey Garen.
Source/JavaScriptCore:
Added static version of getOwnPropertySlot to every class that overrides
JSCell::getOwnPropertySlot. The virtual versions now call the static versions.
This is the first step in de-virtualizing JSCell::getOwnPropertySlot.
- JavaScriptCore.exp:
- debugger/DebuggerActivation.cpp:
(JSC::DebuggerActivation::getOwnPropertySlot):
- debugger/DebuggerActivation.h:
- runtime/Arguments.cpp:
(JSC::Arguments::getOwnPropertySlot):
- runtime/Arguments.h:
- runtime/ArrayConstructor.h:
- runtime/ArrayPrototype.cpp:
(JSC::ArrayPrototype::getOwnPropertySlot):
- runtime/ArrayPrototype.h:
- runtime/BooleanPrototype.cpp:
(JSC::BooleanPrototype::getOwnPropertySlot):
- runtime/BooleanPrototype.h:
- runtime/DateConstructor.cpp:
(JSC::DateConstructor::getOwnPropertySlot):
- runtime/DateConstructor.h:
- runtime/DatePrototype.cpp:
(JSC::DatePrototype::getOwnPropertySlot):
- runtime/DatePrototype.h:
- runtime/ErrorPrototype.cpp:
(JSC::ErrorPrototype::getOwnPropertySlot):
- runtime/ErrorPrototype.h:
- runtime/JSActivation.cpp:
(JSC::JSActivation::getOwnPropertySlot):
- runtime/JSActivation.h:
- runtime/JSArray.cpp:
(JSC::JSArray::getOwnPropertySlot):
- runtime/JSArray.h:
- runtime/JSBoundFunction.cpp:
(JSC::JSBoundFunction::getOwnPropertySlot):
- runtime/JSBoundFunction.h:
- runtime/JSByteArray.cpp:
(JSC::JSByteArray::getOwnPropertySlot):
- runtime/JSByteArray.h:
- runtime/JSCell.cpp:
(JSC::JSCell::getOwnPropertySlot):
- runtime/JSCell.h:
- runtime/JSFunction.cpp:
(JSC::JSFunction::getOwnPropertySlot):
- runtime/JSFunction.h:
- runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::getOwnPropertySlot):
- runtime/JSGlobalObject.h:
- runtime/JSNotAnObject.cpp:
(JSC::JSNotAnObject::getOwnPropertySlot):
- runtime/JSNotAnObject.h:
- runtime/JSONObject.cpp:
(JSC::JSONObject::getOwnPropertySlot):
- runtime/JSONObject.h:
- runtime/JSObject.cpp:
(JSC::JSObject::getOwnPropertySlot):
- runtime/JSObject.h:
(JSC::JSObject::getOwnPropertySlot):
- runtime/JSStaticScopeObject.cpp:
(JSC::JSStaticScopeObject::getOwnPropertySlot):
- runtime/JSStaticScopeObject.h:
- runtime/JSString.cpp:
(JSC::JSString::getOwnPropertySlot):
- runtime/JSString.h:
- runtime/MathObject.cpp:
(JSC::MathObject::getOwnPropertySlot):
- runtime/MathObject.h:
- runtime/NumberConstructor.cpp:
(JSC::NumberConstructor::getOwnPropertySlot):
- runtime/NumberConstructor.h:
- runtime/NumberPrototype.cpp:
(JSC::NumberPrototype::getOwnPropertySlot):
- runtime/NumberPrototype.h:
- runtime/ObjectConstructor.cpp:
(JSC::ObjectConstructor::getOwnPropertySlot):
- runtime/ObjectConstructor.h:
- runtime/ObjectPrototype.cpp:
(JSC::ObjectPrototype::getOwnPropertySlot):
- runtime/ObjectPrototype.h:
- runtime/RegExpConstructor.cpp:
(JSC::RegExpConstructor::getOwnPropertySlot):
- runtime/RegExpConstructor.h:
- runtime/RegExpMatchesArray.h:
(JSC::RegExpMatchesArray::getOwnPropertySlot):
- runtime/RegExpObject.cpp:
(JSC::RegExpObject::getOwnPropertySlot):
- runtime/RegExpObject.h:
- runtime/RegExpPrototype.cpp:
(JSC::RegExpPrototype::getOwnPropertySlot):
- runtime/RegExpPrototype.h:
- runtime/StringConstructor.cpp:
(JSC::StringConstructor::getOwnPropertySlot):
- runtime/StringConstructor.h:
- runtime/StringObject.cpp:
(JSC::StringObject::getOwnPropertySlot):
- runtime/StringObject.h:
- runtime/StringPrototype.cpp:
(JSC::StringPrototype::getOwnPropertySlot):
- runtime/StringPrototype.h:
Source/JavaScriptGlue:
Added static version of getOwnPropertySlot to every class that overrides
JSCell::getOwnPropertySlot. The virtual versions now call the static versions.
This is the first step in de-virtualizing JSCell::getOwnPropertySlot.
- UserObjectImp.cpp:
(UserObjectImp::getOwnPropertySlot):
- UserObjectImp.h:
Source/WebCore:
No new tests.
Added static version of getOwnPropertySlot to every class that overrides
JSCell::getOwnPropertySlot. The virtual versions now call the static versions.
This is the first step in de-virtualizing JSCell::getOwnPropertySlot.
- bindings/js/JSDOMWindowShell.cpp:
(WebCore::JSDOMWindowShell::getOwnPropertySlot):
- bindings/js/JSDOMWindowShell.h:
- bridge/objc/objc_runtime.h:
- bridge/objc/objc_runtime.mm:
(JSC::Bindings::ObjcFallbackObjectImp::getOwnPropertySlot):
- bridge/qt/qt_runtime.cpp:
(JSC::Bindings::QtRuntimeMetaMethod::getOwnPropertySlot):
(JSC::Bindings::QtRuntimeConnectionMethod::getOwnPropertySlot):
- bridge/qt/qt_runtime.h:
- bridge/runtime_array.cpp:
(JSC::RuntimeArray::getOwnPropertySlot):
- bridge/runtime_array.h:
- bridge/runtime_method.cpp:
(JSC::RuntimeMethod::getOwnPropertySlot):
- bridge/runtime_method.h:
- bridge/runtime_object.cpp:
(JSC::Bindings::RuntimeObject::getOwnPropertySlot):
- bridge/runtime_object.h:
Source/WebKit2:
Added static version of getOwnPropertySlot to every class that overrides
JSCell::getOwnPropertySlot. The virtual versions now call the static versions.
This is the first step in de-virtualizing JSCell::getOwnPropertySlot.
- WebProcess/Plugins/Netscape/JSNPObject.cpp:
(WebKit::JSNPObject::getOwnPropertySlot):
- WebProcess/Plugins/Netscape/JSNPObject.h:
- 1:42 PM Changeset in webkit [97014] by
-
- 2 edits in trunk/Source/JavaScriptCore
JSVALUE32_64 DFG JIT - GetLocal should produce a cell result for Array predictions
https://bugs.webkit.org/show_bug.cgi?id=69699
Patch by Yuqiang Xian <yuqiang.xian@intel.com> on 2011-10-08
Reviewed by Filip Pizlo.
It should match SetLocal where only payload is stored for array predictions.
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- 1:40 PM Changeset in webkit [97013] by
-
- 2 edits in trunk/Source/JavaScriptCore
JSVALUE32_64 DFG JIT - Bug fixes for Branch and LogicalNot
https://bugs.webkit.org/show_bug.cgi?id=69702
Patch by Yuqiang Xian <yuqiang.xian@intel.com> on 2011-10-08
Reviewed by Filip Pizlo.
There are some errors in generating code for Branch and LogicalNot,
when the operand is predicted as ObjectOrOther.
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compileObjectOrOtherLogicalNot):
(JSC::DFG::SpeculativeJIT::emitObjectOrOtherBranch):
- 10:46 AM Changeset in webkit [97012] by
-
- 22 edits2 copies3 adds in trunk/Source
[GTK] Implement drag and drop support in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=63706
Reviewed by Philippe Normand.
Source/WebCore:
- platform/DragData.h:
- platform/gtk/DataObjectGtk.cpp:
(WebCore::DataObjectGtk::text): Mark as const.
(WebCore::DataObjectGtk::markup): Ditto.
(WebCore::DataObjectGtk::urlLabel): Ditto.
- platform/gtk/DataObjectGtk.h: Remove unused member
m_dragContext.
(WebCore::DataObjectGtk::url): Mark as const.
(WebCore::DataObjectGtk::uriList): Ditto.
(WebCore::DataObjectGtk::filenames): Ditto.
(WebCore::DataObjectGtk::image): Ditto.
(WebCore::DataObjectGtk::hasText): Ditto.
(WebCore::DataObjectGtk::hasMarkup): Ditto.
(WebCore::DataObjectGtk::hasURIList): Ditto.
(WebCore::DataObjectGtk::hasURL): Ditto.
(WebCore::DataObjectGtk::hasFilenames): Ditto.
(WebCore::DataObjectGtk::hasImage): Ditto.
- platform/gtk/DragIcon.cpp: Added. A helper which takes care of
creating a transparent drag window for drags.
- platform/gtk/DragIcon.h: Added.
Source/WebKit2:
- GNUmakefile.am: Add new files to compilation.
- Shared/gtk/ArgumentCodersGtk.cpp: Added.
(CoreIPC::encodeImage): Encode a GdkPixbuf.
(CoreIPC::decodeImage): Decode a GdkPixbuf.
(CoreIPC::encodeDataObject): Encode a DataObjectGtk.
(CoreIPC::decodeDataObject): Decode a DataObjectGtk.
(CoreIPC::::encode): Encode DragData.
(CoreIPC::::decode): Decode DragData.
- Shared/gtk/ArgumentCodersGtk.h:
- UIProcess/API/gtk/PageClientImpl.cpp:
(WebKit::PageClientImpl::startDrag):
- UIProcess/API/gtk/PageClientImpl.h:
- UIProcess/API/gtk/WebKitWebViewBase.cpp:
(webkit_web_view_base_init): Set the view as a potential drop destination.
(webkitWebViewBaseDragDataGet): Added, delegate to GtkDragAndDropHelper.
(webkitWebViewBaseDragEnd): Ditto.
(webkitWebViewBaseDragDataReceived): Ditto.
(webkitWebViewBaseDragEnter): Ditto.
(webkitWebViewBaseDragMotion): Ditto.
(doDragLeaveLater): Ditto.
(webkitWebViewBaseDragLeave): Ditto.
(webkitWebViewBaseDragDrop): Ditto.
(webkit_web_view_base_class_init): Override GtkWidget drag and drop methods.
(webkitWebViewBaseStartDrag): Calls gtk_drag_begin() to start a drag operation.
- UIProcess/API/gtk/WebKitWebViewBasePrivate.h: Add webkitWebViewBaseStartDrag().
- UIProcess/PageClient.h: Add startDrag().
- UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::performDragControllerAction): Share the Qt version.
- UIProcess/WebPageProxy.h:
- UIProcess/WebPageProxy.messages.in:
- WebProcess/WebCoreSupport/WebDragClient.cpp:
- WebProcess/WebCoreSupport/gtk/WebDragClientGtk.cpp: Added.
- WebProcess/WebPage/WebPage.cpp: Add drag support for GTK+.
- WebProcess/WebPage/WebPage.h: Ditto.
- WebProcess/WebPage/WebPage.messages.in: Ditto.
- 9:12 AM Changeset in webkit [97011] by
-
- 2 edits in trunk/LayoutTests
[WK2] Update Skipped file
https://bugs.webkit.org/show_bug.cgi?id=69650
Reviewed by Andreas Kling.
Unskip passed ApplicationCache test cases.
- platform/wk2/Skipped:
- 8:37 AM Changeset in webkit [97010] by
-
- 3 edits in trunk/Source/WebKit2
[Qt] [WK2] Wrong handling of visibility in QTouchWebPage
https://bugs.webkit.org/show_bug.cgi?id=69670
Patch by Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com> on 2011-10-08
Reviewed by Andreas Kling.
Replace QTouchWebPage visibility handling by Show/Hide events with use of
QSGItem::visibleChanged signal.
- UIProcess/API/qt/qtouchwebpage.cpp:
(QTouchWebPage::QTouchWebPage):
(QTouchWebPage::event):
(QTouchWebPage::onVisibleChanged):
- UIProcess/API/qt/qtouchwebpage.h:
- 7:19 AM Changeset in webkit [97009] by
-
- 2 edits in trunk/Source/WebCore
Add support for ADDRESS_SANITIZER in RenderArena
allocate, free calls.
https://bugs.webkit.org/show_bug.cgi?id=69636
Reviewed by Darin Adler.
Use malloc, free directly without using the debug header. Otherwise,
we won't be able to detect out of bounds access in debug header.
- rendering/RenderArena.cpp:
(WebCore::RenderArena::allocate):
(WebCore::RenderArena::free):
- 6:10 AM Changeset in webkit [97008] by
-
- 3 edits2 adds in trunk/LayoutTests
[Qt] Unreviewed weekend gardening.
- platform/qt-4.8/editing/deleting/merge-whitespace-pre-expected.txt: Updated after 96886.
- platform/qt/Skipped: Skip http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml - http://webkit.org/b/69700
- platform/qt/fast/css/text-transform-select-expected.png: Added after r96987.
- platform/qt/fast/css/text-transform-select-expected.txt: Added after r96987.
- 2:05 AM Changeset in webkit [97007] by
-
- 4 edits in trunk/Source/WebCore
Remove some static functions of HTMLSelectElement
https://bugs.webkit.org/show_bug.cgi?id=69621
Reviewed by Darin Adler.
Merge a static function and the corresponding non-static member function
into one function if there are no other callers of the static function.
No new tests, just a refactoring.
- html/HTMLFormControlElement.h:
Make formControlName() protected because it is called from
HTMLSelectElement.
- html/HTMLSelectElement.cpp:
(WebCore::HTMLSelectElement::parseMappedAttribute):
Remove two argument of parseMultipleAttribute().
(WebCore::HTMLSelectElement::selectAll):
Merged the static function and the member function.
(WebCore::HTMLSelectElement::dispatchFocusEvent): ditto.
(WebCore::HTMLSelectElement::dispatchBlurEvent): ditto.
(WebCore::HTMLSelectElement::saveFormControlState): ditto.
(WebCore::HTMLSelectElement::restoreFormControlState):
(WebCore::HTMLSelectElement::parseMultipleAttribute):
- Make this non-static member function.
- Use reattachIfAttached().
(WebCore::HTMLSelectElement::appendFormData): Merged.
(WebCore::HTMLSelectElement::reset): ditto.
(WebCore::HTMLSelectElement::insertedIntoTree): ditto.
(WebCore::HTMLSelectElement::accessKeySetSelectedIndex): ditto.
(WebCore::HTMLSelectElement::length): Merged with optionCount().
- html/HTMLSelectElement.h:
- 1:54 AM Changeset in webkit [97006] by
-
- 80 edits in trunk/Source
Unreviewed, rolling out r96996.
http://trac.webkit.org/changeset/96996
https://bugs.webkit.org/show_bug.cgi?id=69697
It broke all tests on the Qt bot (Requested by Ossy_night on
#webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-08
Source/JavaScriptCore:
- API/JSCallbackFunction.cpp:
(JSC::JSCallbackFunction::getCallDataVirtual):
- API/JSCallbackFunction.h:
- API/JSCallbackObject.h:
- API/JSCallbackObjectFunctions.h:
(JSC::::getCallDataVirtual):
- API/JSObjectRef.cpp:
(JSObjectIsFunction):
(JSObjectCallAsFunction):
- JavaScriptCore.exp:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
- interpreter/Interpreter.cpp:
(JSC::Interpreter::privateExecute):
- jit/JITStubs.cpp:
(JSC::DEFINE_STUB_FUNCTION):
- runtime/ArrayConstructor.cpp:
(JSC::ArrayConstructor::getCallDataVirtual):
- runtime/ArrayConstructor.h:
- runtime/BooleanConstructor.cpp:
(JSC::BooleanConstructor::getCallDataVirtual):
- runtime/BooleanConstructor.h:
- runtime/DateConstructor.cpp:
(JSC::DateConstructor::getCallDataVirtual):
- runtime/DateConstructor.h:
- runtime/Error.cpp:
(JSC::StrictModeTypeErrorFunction::StrictModeTypeErrorFunction):
(JSC::StrictModeTypeErrorFunction::create):
(JSC::StrictModeTypeErrorFunction::constructThrowTypeError):
(JSC::StrictModeTypeErrorFunction::getConstructData):
(JSC::StrictModeTypeErrorFunction::callThrowTypeError):
(JSC::StrictModeTypeErrorFunction::getCallDataVirtual):
(JSC::StrictModeTypeErrorFunction::getCallData):
(JSC::StrictModeTypeErrorFunction::createStructure):
(JSC::createTypeErrorFunction):
- runtime/Error.h:
- runtime/ErrorConstructor.cpp:
(JSC::ErrorConstructor::getCallDataVirtual):
- runtime/ErrorConstructor.h:
- runtime/FunctionConstructor.cpp:
(JSC::FunctionConstructor::getCallDataVirtual):
- runtime/FunctionConstructor.h:
- runtime/FunctionPrototype.cpp:
(JSC::FunctionPrototype::getCallDataVirtual):
- runtime/FunctionPrototype.h:
- runtime/InternalFunction.cpp:
(JSC::InternalFunction::finishCreation):
- runtime/InternalFunction.h:
- runtime/JSCell.cpp:
(JSC::JSCell::getCallDataVirtual):
- runtime/JSCell.h:
(JSC::getCallData):
- runtime/JSFunction.cpp:
(JSC::JSFunction::getCallDataVirtual):
- runtime/JSFunction.h:
- runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::reset):
(JSC::JSGlobalObject::visitChildren):
- runtime/JSGlobalObject.h:
- runtime/JSONObject.cpp:
(JSC::Stringifier::Stringifier):
(JSC::Stringifier::toJSON):
(JSC::Stringifier::appendStringifiedValue):
- runtime/JSObject.cpp:
(JSC::JSObject::put):
- runtime/JSObject.h:
- runtime/NativeErrorConstructor.cpp:
(JSC::NativeErrorConstructor::getCallDataVirtual):
- runtime/NativeErrorConstructor.h:
- runtime/NumberConstructor.cpp:
(JSC::NumberConstructor::getCallDataVirtual):
- runtime/NumberConstructor.h:
- runtime/ObjectConstructor.cpp:
(JSC::ObjectConstructor::getCallDataVirtual):
- runtime/ObjectConstructor.h:
- runtime/Operations.cpp:
(JSC::jsTypeStringForValue):
(JSC::jsIsObjectType):
(JSC::jsIsFunctionType):
- runtime/PropertySlot.cpp:
(JSC::PropertySlot::functionGetter):
- runtime/RegExpConstructor.cpp:
(JSC::RegExpConstructor::getCallDataVirtual):
- runtime/RegExpConstructor.h:
- runtime/StringConstructor.cpp:
(JSC::StringConstructor::getCallDataVirtual):
- runtime/StringConstructor.h:
- runtime/Structure.h:
Source/JavaScriptGlue:
- JSValueWrapper.cpp:
(JSValueWrapper::JSObjectCallFunction):
- UserObjectImp.cpp:
(UserObjectImp::getCallDataVirtual):
- UserObjectImp.h:
Source/WebCore:
- WebCore.exp.in:
- bindings/js/JSCallbackData.cpp:
(WebCore::JSCallbackData::invokeCallback):
- bindings/js/JSCustomXPathNSResolver.cpp:
(WebCore::JSCustomXPathNSResolver::lookupNamespaceURI):
- bindings/js/JSErrorHandler.cpp:
(WebCore::JSErrorHandler::handleEvent):
- bindings/js/JSEventListener.cpp:
(WebCore::JSEventListener::handleEvent):
- bindings/js/JSHTMLAllCollectionCustom.cpp:
(WebCore::JSHTMLAllCollection::getCallDataVirtual):
- bindings/js/JSHTMLAppletElementCustom.cpp:
(WebCore::JSHTMLAppletElement::getCallDataVirtual):
- bindings/js/JSHTMLEmbedElementCustom.cpp:
(WebCore::JSHTMLEmbedElement::getCallDataVirtual):
- bindings/js/JSHTMLObjectElementCustom.cpp:
(WebCore::JSHTMLObjectElement::getCallDataVirtual):
- bindings/js/JSInjectedScriptHostCustom.cpp:
(WebCore::JSInjectedScriptHost::evaluate):
- bindings/js/JSPluginElementFunctions.cpp:
(WebCore::runtimeObjectGetCallData):
- bindings/scripts/CodeGeneratorJS.pm:
(GenerateHeader):
- bridge/objc/objc_runtime.h:
- bridge/objc/objc_runtime.mm:
(JSC::Bindings::ObjcFallbackObjectImp::getCallDataVirtual):
- bridge/qt/qt_runtime.cpp:
(JSC::Bindings::QtRuntimeMetaMethod::getCallDataVirtual):
(JSC::Bindings::QtRuntimeConnectionMethod::call):
(JSC::Bindings::QtRuntimeConnectionMethod::getCallDataVirtual):
(JSC::Bindings::isJavaScriptFunction):
- bridge/qt/qt_runtime.h:
- bridge/runtime_method.cpp:
(JSC::RuntimeMethod::getCallDataVirtual):
- bridge/runtime_method.h:
- bridge/runtime_object.cpp:
(JSC::Bindings::RuntimeObject::getCallDataVirtual):
- bridge/runtime_object.h:
Source/WebKit/mac:
- Plugins/Hosted/NetscapePluginInstanceProxy.mm:
(WebKit::NetscapePluginInstanceProxy::invokeDefault):
Source/WebKit2:
- WebProcess/Plugins/Netscape/JSNPMethod.cpp:
(WebKit::JSNPMethod::getCallDataVirtual):
- WebProcess/Plugins/Netscape/JSNPMethod.h:
- WebProcess/Plugins/Netscape/JSNPObject.cpp:
(WebKit::JSNPObject::getCallDataVirtual):
- WebProcess/Plugins/Netscape/JSNPObject.h:
- 1:15 AM Changeset in webkit [97005] by
-
- 2 edits in trunk/Source/JavaScriptCore
DFG JIT - only Array predictions can result in unboxed cells in register file
https://bugs.webkit.org/show_bug.cgi?id=69695
Patch by Yuqiang Xian <yuqiang.xian@intel.com> on 2011-10-08
Reviewed by Filip Pizlo.
In current DFG JIT, only array predictions can result in unboxed cells
in register file, not for the other cell predictions.
- dfg/DFGSpeculativeJIT.h:
(JSC::DFG::ValueSource::forPrediction):
- 12:31 AM Changeset in webkit [97004] by
-
- 2 edits in trunk/Source/WebCore
Snow Leopard build fix after r96976. Apparently we just need a full rebuild.
- config.h:
- 12:04 AM Changeset in webkit [97003] by
-
- 2 edits in trunk/Source/JavaScriptCore
bug fixes for ArrayPush and ArrayPop in 32_64 DFG JIT
https://bugs.webkit.org/show_bug.cgi?id=69696
Patch by Yuqiang Xian <yuqiang.xian@intel.com> on 2011-10-07
Reviewed by Filip Pizlo.
On 32-bit, we should use TimesEight (8) instead of ScalePtr (4)
to compute the address of a JS array element.
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
Oct 7, 2011:
- 11:37 PM Changeset in webkit [97002] by
-
- 33 edits in trunk/Source
Add static version of JSCell::deleteProperty
https://bugs.webkit.org/show_bug.cgi?id=69659
Reviewed by Geoffrey Garen.
Source/JavaScriptCore:
Added static version of both versions of put to all classes that
override them and changed the virtual versions to call the static
versions. This is the first step in de-virtualizing JSCell::deleteProperty.
- API/JSCallbackObject.h:
- API/JSCallbackObjectFunctions.h:
(JSC::::deleteProperty):
- debugger/DebuggerActivation.cpp:
(JSC::DebuggerActivation::deleteProperty):
- debugger/DebuggerActivation.h:
- runtime/Arguments.cpp:
(JSC::Arguments::deleteProperty):
- runtime/Arguments.h:
- runtime/JSActivation.cpp:
(JSC::JSActivation::deleteProperty):
- runtime/JSActivation.h:
- runtime/JSArray.cpp:
(JSC::JSArray::deleteProperty):
- runtime/JSArray.h:
- runtime/JSCell.cpp:
(JSC::JSCell::deleteProperty):
- runtime/JSCell.h:
- runtime/JSFunction.cpp:
(JSC::JSFunction::deleteProperty):
- runtime/JSFunction.h:
- runtime/JSNotAnObject.cpp:
(JSC::JSNotAnObject::deleteProperty):
- runtime/JSNotAnObject.h:
- runtime/JSObject.cpp:
(JSC::JSObject::deleteProperty):
- runtime/JSObject.h:
- runtime/JSVariableObject.cpp:
(JSC::JSVariableObject::deleteProperty):
- runtime/JSVariableObject.h:
- runtime/RegExpMatchesArray.h:
(JSC::RegExpMatchesArray::deleteProperty):
- runtime/StrictEvalActivation.cpp:
(JSC::StrictEvalActivation::deleteProperty):
- runtime/StrictEvalActivation.h:
- runtime/StringObject.cpp:
(JSC::StringObject::deleteProperty):
- runtime/StringObject.h:
Source/WebCore:
No new tests.
Added static version of both versions of put to all classes that
override them and changed the virtual versions to call the static
versions. This is the first step in de-virtualizing JSCell::deleteProperty.
- bridge/objc/objc_runtime.h:
- bridge/objc/objc_runtime.mm:
(JSC::Bindings::ObjcFallbackObjectImp::deleteProperty):
- bridge/runtime_array.cpp:
(JSC::RuntimeArray::deleteProperty):
- bridge/runtime_array.h:
- bridge/runtime_object.cpp:
(JSC::Bindings::RuntimeObject::deleteProperty):
- bridge/runtime_object.h:
- 10:37 PM Changeset in webkit [97001] by
-
- 4 edits2 copies4 deletes in trunk/LayoutTests
[JSC]Two tests fails after r95489 & r95488
https://bugs.webkit.org/show_bug.cgi?id=68428
Move V8-specific results to Chromium and put JSC result in cross-platform directory.
Also unskip the tests on Mac.
- http/tests/security/document-all-expected.txt:
- http/tests/security/window-named-proto-expected.txt:
- platform/chromium/http/tests/security/document-all-expected.txt: Copied from
LayoutTests/http/tests/security/document-all-expected.txt.
- platform/chromium/http/tests/security/window-named-proto-expected.txt: Copied from
LayoutTests/http/tests/security/window-named-proto-expected.txt.
- platform/gtk/http/tests/security/document-all-expected.txt: Removed.
- platform/gtk/http/tests/security/window-named-proto-expected.txt: Removed.
- platform/mac/Skipped:
- platform/qt/http/tests/security/document-all-expected.txt: Removed.
- platform/qt/http/tests/security/window-named-proto-expected.txt: Removed.
- 7:46 PM Changeset in webkit [97000] by
-
- 7 edits in trunk/Source/WebKit2
Add WKPageContextMenuClient callback when context menu is dismissed
https://bugs.webkit.org/show_bug.cgi?id=69553
Add contextMenuDismissed callback to WKPageContextMenuClient, and bump the API
version of this client to 1 so we continue to work with old clients.
- Shared/APIClientTraits.cpp: Added array of interface sizes for WKPageContextMenuClient.
- Shared/APIClientTraits.h: Added APIClientTraits for WKPageContextMenuClient.
- UIProcess/API/C/WKPage.h: Added contextMenuDismissed callback to WKPageContextMenuClient and bumped kWKPageContextMenuClientCurrentVersion.
- UIProcess/WebPageContextMenuClient.cpp:
(WebKit::WebPageContextMenuClient::contextMenuDismissed): Added.
- UIProcess/WebPageContextMenuClient.h: Added WebPageContextMenuClient::contextMenuDismissed().
- UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::internalShowContextMenu): Notify client when context menu is dismissed.
- 7:22 PM Changeset in webkit [96999] by
-
- 6 edits2 adds in trunk
Make isXMLMIMEType regex use TLS
https://bugs.webkit.org/show_bug.cgi?id=69665
Reviewed by Adam Barth.
Source/WebCore:
Test: fast/workers/worker-multi-startup.html
- dom/DOMImplementation.cpp:
(WebCore::XMLMIMETypeRegExp::XMLMIMETypeRegExp):
(WebCore::XMLMIMETypeRegExp::~XMLMIMETypeRegExp):
(WebCore::XMLMIMETypeRegExp::isXMLMIMEType):
(WebCore::DOMImplementation::isXMLMIMEType):
- dom/DOMImplementation.h:
- platform/ThreadGlobalData.cpp:
(WebCore::ThreadGlobalData::ThreadGlobalData):
(WebCore::ThreadGlobalData::destroy):
- platform/ThreadGlobalData.h:
(WebCore::ThreadGlobalData::xmlTypeRegExp):
LayoutTests:
- fast/workers/worker-multi-startup-expected.txt: Added.
- fast/workers/worker-multi-startup.html: Added.
- 7:08 PM Changeset in webkit [96998] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Allow failure of another Mac Skia test.
Unreviewed.
- platform/chromium/test_expectations.txt: Added first-of-type-pseudo-class.html.
- 7:01 PM Changeset in webkit [96997] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed, rolling out r96847.
http://trac.webkit.org/changeset/96847
https://bugs.webkit.org/show_bug.cgi?id=69684
may have caused memory regression on win chromium (Requested
by simonjam on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-07
- platform/graphics/chromium/FontChromiumWin.cpp:
(WebCore::Font::drawGlyphs):
- 6:44 PM Changeset in webkit [96996] by
-
- 80 edits in trunk/Source
Remove getCallDataVirtual methods
https://bugs.webkit.org/show_bug.cgi?id=69186
Reviewed by Geoffrey Garen.
Source/JavaScriptCore:
Removed all getCallDataVirtual methods and replaced their call sites
with an explicit lookup in the MethodTable.
- API/JSCallbackFunction.cpp:
- API/JSCallbackFunction.h:
- API/JSCallbackObject.h:
- API/JSCallbackObjectFunctions.h:
- API/JSObjectRef.cpp:
(JSObjectIsFunction):
(JSObjectCallAsFunction):
- JavaScriptCore.exp:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
- interpreter/Interpreter.cpp:
(JSC::Interpreter::privateExecute):
- jit/JITStubs.cpp:
(JSC::DEFINE_STUB_FUNCTION):
- runtime/ArrayConstructor.cpp:
- runtime/ArrayConstructor.h:
- runtime/BooleanConstructor.cpp:
- runtime/BooleanConstructor.h:
- runtime/DateConstructor.cpp:
- runtime/DateConstructor.h:
- runtime/Error.cpp:
(JSC::createTypeErrorFunction):
Moved StrictModeTypeErrorFunction to Error.h in order to be able to include
the class definition in JSGlobalObject.cpp.
- runtime/Error.h:
(JSC::StrictModeTypeErrorFunction::StrictModeTypeErrorFunction):
(JSC::StrictModeTypeErrorFunction::create):
(JSC::StrictModeTypeErrorFunction::constructThrowTypeError):
(JSC::StrictModeTypeErrorFunction::getConstructData):
(JSC::StrictModeTypeErrorFunction::callThrowTypeError):
(JSC::StrictModeTypeErrorFunction::getCallData):
(JSC::StrictModeTypeErrorFunction::createStructure):
- runtime/ErrorConstructor.cpp:
- runtime/ErrorConstructor.h:
- runtime/FunctionConstructor.cpp:
- runtime/FunctionConstructor.h:
- runtime/FunctionPrototype.cpp:
- runtime/FunctionPrototype.h:
To allow subclasses of InternalFunction (e.g. QtRuntimeMethod) to not have
to declare their own ClassInfo if they don't override getCallData, provided
an implementation that calls ASSERT_NOT_REACHED if called, providing roughly the same
functionality as of the pure virtual method InternalFunction used to have.
Also made this new implementation protected rather than private for the same reason.
Also added an ASSERT in InternalFunction::finishCreation to make sure that whatever
object is being created provides their own implementation of getCallData. This
just makes execution fail earlier in a place where the source of the error is
easy to trace. These ASSERTs are better than putting a null in the MethodTable because
they appear much more intentional to anybody who fails to provide their own
implementation or who tries to explicitly call InternalFunction::getCallData.
- runtime/InternalFunction.cpp:
(JSC::InternalFunction::finishCreation):
(JSC::InternalFunction::getCallData):
- runtime/InternalFunction.h:
- runtime/JSCell.cpp:
- runtime/JSCell.h:
- runtime/JSFunction.cpp:
- runtime/JSFunction.h:
Added a global structure to JSGlobalObject for StrictModeTypeErrorFunction to enable
it to be reused rather than creating a new Structure every time we instantiate it.
- runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::reset):
(JSC::JSGlobalObject::visitChildren):
- runtime/JSGlobalObject.h:
(JSC::JSGlobalObject::strictModeTypeErrorFunctionStructure):
- runtime/JSONObject.cpp:
(JSC::Stringifier::Stringifier):
(JSC::Stringifier::toJSON):
(JSC::Stringifier::appendStringifiedValue):
- runtime/JSObject.cpp:
(JSC::JSObject::put):
- runtime/JSObject.h:
(JSC::getCallData):
- runtime/NativeErrorConstructor.cpp:
- runtime/NativeErrorConstructor.h:
- runtime/NumberConstructor.cpp:
- runtime/NumberConstructor.h:
- runtime/ObjectConstructor.cpp:
- runtime/ObjectConstructor.h:
- runtime/Operations.cpp:
(JSC::jsTypeStringForValue):
(JSC::jsIsObjectType):
(JSC::jsIsFunctionType):
- runtime/PropertySlot.cpp:
(JSC::PropertySlot::functionGetter):
- runtime/RegExpConstructor.cpp:
- runtime/RegExpConstructor.h:
- runtime/StringConstructor.cpp:
- runtime/StringConstructor.h:
- runtime/Structure.h:
Source/JavaScriptGlue:
Removed all getCallDataVirtual methods and replaced their call sites
with an explicit lookup in the MethodTable.
- JSValueWrapper.cpp:
(JSValueWrapper::JSObjectCallFunction):
- UserObjectImp.cpp:
- UserObjectImp.h:
Source/WebCore:
No new tests.
Removed all getCallDataVirtual methods and replaced their call sites
with an explicit lookup in the MethodTable.
- WebCore.exp.in:
- bindings/js/JSCallbackData.cpp:
(WebCore::JSCallbackData::invokeCallback):
- bindings/js/JSCustomXPathNSResolver.cpp:
(WebCore::JSCustomXPathNSResolver::lookupNamespaceURI):
- bindings/js/JSErrorHandler.cpp:
(WebCore::JSErrorHandler::handleEvent):
- bindings/js/JSEventListener.cpp:
(WebCore::JSEventListener::handleEvent):
- bindings/js/JSHTMLAllCollectionCustom.cpp:
- bindings/js/JSHTMLAppletElementCustom.cpp:
- bindings/js/JSHTMLEmbedElementCustom.cpp:
- bindings/js/JSHTMLObjectElementCustom.cpp:
- bindings/js/JSInjectedScriptHostCustom.cpp:
(WebCore::JSInjectedScriptHost::evaluate):
- bindings/js/JSPluginElementFunctions.cpp:
(WebCore::runtimeObjectGetCallData):
- bindings/scripts/CodeGeneratorJS.pm:
(GenerateHeader):
- bridge/objc/objc_runtime.h:
- bridge/objc/objc_runtime.mm:
- bridge/qt/qt_runtime.cpp:
(JSC::Bindings::QtRuntimeConnectionMethod::call):
(JSC::Bindings::isJavaScriptFunction):
- bridge/qt/qt_runtime.h:
(JSC::Bindings::QtRuntimeMetaMethod::createStructure):
(JSC::Bindings::QtRuntimeConnectionMethod::createStructure):
- bridge/runtime_method.cpp:
- bridge/runtime_method.h:
- bridge/runtime_object.cpp:
- bridge/runtime_object.h:
Source/WebKit/mac:
Removed all getCallDataVirtual methods and replaced their call sites
with an explicit lookup in the MethodTable.
- Plugins/Hosted/NetscapePluginInstanceProxy.mm:
(WebKit::NetscapePluginInstanceProxy::invokeDefault):
Source/WebKit2:
Removed all getCallDataVirtual methods and replaced their call sites
with an explicit lookup in the MethodTable.
- WebProcess/Plugins/Netscape/JSNPMethod.cpp:
- WebProcess/Plugins/Netscape/JSNPMethod.h:
- WebProcess/Plugins/Netscape/JSNPObject.cpp:
- WebProcess/Plugins/Netscape/JSNPObject.h:
- 5:43 PM Changeset in webkit [96995] by
-
- 2 edits in trunk/Source/JavaScriptCore
Add missing break statement.
- 5:41 PM Changeset in webkit [96994] by
-
- 2 edits in trunk/LayoutTests
[WinCairo] Unreviewed Skiplist update to get bot green.
- platform/wincairo/Skipped: Turn off a few more tests.
- 5:06 PM Changeset in webkit [96993] by
-
- 10 edits in trunk/Source/JavaScriptCore
Support some string intrinsics in the DFG JIT
https://bugs.webkit.org/show_bug.cgi?id=69678
Reviewed by Gavin Barraclough.
Add support for charAt and charCodeAt intrinsics in the DFG.
- create_hash_table:
- dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::handleIntrinsic):
- dfg/DFGIntrinsic.h:
- dfg/DFGNode.h:
- dfg/DFGPropagator.cpp:
(JSC::DFG::Propagator::propagateNodePredictions):
(JSC::DFG::Propagator::performNodeCSE):
- dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::compileGetCharCodeAt):
- dfg/DFGSpeculativeJIT.h:
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- 5:06 PM Changeset in webkit [96992] by
-
- 49 edits in trunk/Source
Add static version of JSCell::put
https://bugs.webkit.org/show_bug.cgi?id=69382
Reviewed by Geoffrey Garen.
Source/JavaScriptCore:
Added static version of both versions of put to all classes that
override them and changed the virtual versions to call the static
versions.
- API/JSCallbackObject.h:
- API/JSCallbackObjectFunctions.h:
(JSC::::put):
- JavaScriptCore.exp:
- debugger/DebuggerActivation.cpp:
(JSC::DebuggerActivation::put):
- debugger/DebuggerActivation.h:
- runtime/Arguments.cpp:
(JSC::Arguments::put):
- runtime/Arguments.h:
- runtime/JSActivation.cpp:
(JSC::JSActivation::put):
- runtime/JSActivation.h:
- runtime/JSArray.cpp:
(JSC::JSArray::put):
- runtime/JSArray.h:
- runtime/JSByteArray.cpp:
(JSC::JSByteArray::put):
- runtime/JSByteArray.h:
- runtime/JSCell.cpp:
(JSC::JSCell::put):
- runtime/JSCell.h:
- runtime/JSFunction.cpp:
(JSC::JSFunction::put):
- runtime/JSFunction.h:
- runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::put):
- runtime/JSGlobalObject.h:
- runtime/JSNotAnObject.cpp:
(JSC::JSNotAnObject::put):
- runtime/JSNotAnObject.h:
- runtime/JSObject.cpp:
(JSC::JSObject::put):
- runtime/JSObject.h:
- runtime/JSStaticScopeObject.cpp:
(JSC::JSStaticScopeObject::put):
- runtime/JSStaticScopeObject.h:
- runtime/ObjectPrototype.cpp:
(JSC::ObjectPrototype::put):
- runtime/ObjectPrototype.h:
- runtime/RegExpConstructor.cpp:
(JSC::RegExpConstructor::put):
- runtime/RegExpConstructor.h:
- runtime/RegExpMatchesArray.h:
(JSC::RegExpMatchesArray::put):
- runtime/RegExpObject.cpp:
(JSC::RegExpObject::put):
- runtime/RegExpObject.h:
- runtime/StringObject.cpp:
(JSC::StringObject::put):
- runtime/StringObject.h:
Source/JavaScriptGlue:
Added static version of both versions of put to all classes that
override them and changed the virtual versions to call the static
versions.
- UserObjectImp.cpp:
(UserObjectImp::put):
- UserObjectImp.h:
Source/WebCore:
No new tests.
Added static version of both versions of put to all classes that
override them and changed the virtual versions to call the static
versions.
- bindings/scripts/CodeGeneratorJS.pm:
(GenerateHeader):
(GenerateImplementation):
- bindings/scripts/test/JS/JSTestObj.cpp:
(WebCore::JSTestObj::put):
- bindings/scripts/test/JS/JSTestObj.h:
- bridge/objc/objc_runtime.h:
- bridge/objc/objc_runtime.mm:
(JSC::Bindings::ObjcFallbackObjectImp::put):
- bridge/runtime_array.cpp:
(JSC::RuntimeArray::put):
- bridge/runtime_array.h:
- bridge/runtime_object.cpp:
(JSC::Bindings::RuntimeObject::put):
- bridge/runtime_object.h:
- 4:58 PM Changeset in webkit [96991] by
-
- 5 edits2 adds in trunk/Source/WebCore
We now wrap the window script NPObject which is requested by NPAPI plugins for
scripting. The wrapped NPObject pointer maintains a weak reference to the
window script NPObject and is cleared out when the window script object is destroyed.
The NPObject wrapper is destroyed when the last outstanding reference is released.
Reviewed by Nate Chapin.
No tests added as there is no change in functionality.
Patch by Anantanarayanan G Iyengar <ananta@chromium.org> on 2011-10-07
- WebCore.gypi:
- bindings/v8/NPObjectWrapper.cpp: Added.
(WebCore::NPObjectWrapper::NPObjectWrapper):
(WebCore::NPObjectWrapper::create):
(WebCore::NPObjectWrapper::clear):
(WebCore::NPObjectWrapper::getWrapper):
(WebCore::NPObjectWrapper::getUnderlyingNPObject):
(WebCore::NPObjectWrapper::getObjectForCall):
(WebCore::NPObjectWrapper::NPAllocate):
(WebCore::NPObjectWrapper::NPDeallocate):
(WebCore::NPObjectWrapper::NPPInvalidate):
(WebCore::NPObjectWrapper::NPHasMethod):
(WebCore::NPObjectWrapper::NPInvoke):
(WebCore::NPObjectWrapper::NPInvokeDefault):
(WebCore::NPObjectWrapper::NPHasProperty):
(WebCore::NPObjectWrapper::NPGetProperty):
(WebCore::NPObjectWrapper::NPSetProperty):
(WebCore::NPObjectWrapper::NPRemoveProperty):
(WebCore::NPObjectWrapper::NPNEnumerate):
(WebCore::NPObjectWrapper::NPNConstruct):
(WebCore::NPObjectWrapper::NPInvokePrivate):
- bindings/v8/NPObjectWrapper.h: Added.
- bindings/v8/NPV8Object.cpp:
(_NPN_EvaluateHelper):
- bindings/v8/ScriptController.cpp:
(WebCore::ScriptController::ScriptController):
(WebCore::ScriptController::clearScriptObjects):
(WebCore::ScriptController::windowScriptNPObject):
- bindings/v8/ScriptController.h:
- 4:38 PM Changeset in webkit [96990] by
-
- 4 edits15 adds in trunk/Source
Webkit API for compositor
https://bugs.webkit.org/show_bug.cgi?id=69107
Patch by Antoine Labour <piman@chromium.org> on 2011-10-07
Reviewed by Darin Fisher.
Source/WebCore:
Covered by existing compositing tests.
- platform/graphics/chromium/ContentLayerChromium.h:
Source/WebKit/chromium:
- WebKit.gyp:
- public/WebContentLayer.h: Added.
(WebKit::WebContentLayer::WebContentLayer):
(WebKit::WebContentLayer::~WebContentLayer):
(WebKit::WebContentLayer::operator=):
- public/WebContentLayerClient.h: Added.
(WebKit::WebContentLayerClient::~WebContentLayerClient):
- public/WebLayer.h: Added.
(WebKit::WebLayer::WebLayer):
(WebKit::WebLayer::operator=):
(WebKit::WebLayer::to):
(WebKit::WebLayer::toConst):
(WebKit::WebLayer::unwrap):
(WebKit::WebLayer::constUnwrap):
(WebKit::operator==):
(WebKit::operator!=):
- public/WebLayerClient.h: Added.
(WebKit::WebLayerClient::~WebLayerClient):
- public/WebLayerTreeView.h: Added.
(WebKit::WebLayerTreeView::Settings::Settings):
(WebKit::WebLayerTreeView::WebLayerTreeView):
(WebKit::WebLayerTreeView::~WebLayerTreeView):
(WebKit::WebLayerTreeView::operator=):
(WebKit::operator==):
(WebKit::operator!=):
- public/WebLayerTreeViewClient.h: Added.
(WebKit::WebLayerTreeViewClient::~WebLayerTreeViewClient):
- src/WebContentLayer.cpp: Added.
(WebKit::WebContentLayer::create):
(WebKit::WebContentLayer::setDrawsContent):
(WebKit::WebContentLayer::drawsContent):
(WebKit::WebContentLayer::setNeedsDisplay):
(WebKit::WebContentLayer::dirtyRect):
(WebKit::WebContentLayer::WebContentLayer):
(WebKit::WebContentLayer::operator=):
(WebKit::WebContentLayer::operator PassRefPtr<WebContentLayerImpl>):
- src/WebContentLayerImpl.cpp: Added.
(WebKit::WebContentLayerImpl::create):
(WebKit::WebContentLayerImpl::WebContentLayerImpl):
(WebKit::WebContentLayerImpl::~WebContentLayerImpl):
(WebKit::WebContentLayerImpl::setDrawsContent):
(WebKit::WebContentLayerImpl::drawsContent):
(WebKit::WebContentLayerImpl::paintContents):
(WebKit::WebContentLayerImpl::notifySyncRequired):
- src/WebContentLayerImpl.h: Added.
- src/WebLayer.cpp: Added.
(WebKit::WebLayer::create):
(WebKit::WebLayer::~WebLayer):
(WebKit::WebLayer::reset):
(WebKit::WebLayer::assign):
(WebKit::WebLayer::equals):
(WebKit::WebLayer::rootLayer):
(WebKit::WebLayer::parent):
(WebKit::WebLayer::addChild):
(WebKit::WebLayer::insertChild):
(WebKit::WebLayer::replaceChild):
(WebKit::WebLayer::removeFromParent):
(WebKit::WebLayer::removeAllChildren):
(WebKit::WebLayer::setAnchorPoint):
(WebKit::WebLayer::anchorPoint):
(WebKit::WebLayer::setAnchorPointZ):
(WebKit::WebLayer::anchorPointZ):
(WebKit::WebLayer::setBounds):
(WebKit::WebLayer::bounds):
(WebKit::WebLayer::setMasksToBounds):
(WebKit::WebLayer::masksToBounds):
(WebKit::WebLayer::setMaskLayer):
(WebKit::WebLayer::maskLayer):
(WebKit::WebLayer::setOpacity):
(WebKit::WebLayer::opacity):
(WebKit::WebLayer::setOpaque):
(WebKit::WebLayer::opaque):
(WebKit::WebLayer::setPosition):
(WebKit::WebLayer::position):
(WebKit::WebLayer::setSublayerTransform):
(WebKit::WebLayer::sublayerTransform):
(WebKit::WebLayer::setTransform):
(WebKit::WebLayer::transform):
(WebKit::WebLayer::WebLayer):
(WebKit::WebLayer::operator=):
(WebKit::WebLayer::operator PassRefPtr<LayerChromium>):
- src/WebLayerImpl.cpp: Added.
(WebKit::WebLayerImpl::create):
(WebKit::WebLayerImpl::WebLayerImpl):
(WebKit::WebLayerImpl::~WebLayerImpl):
(WebKit::WebLayerImpl::drawsContent):
(WebKit::WebLayerImpl::paintContents):
(WebKit::WebLayerImpl::notifySyncRequired):
- src/WebLayerImpl.h: Added.
- src/WebLayerTreeView.cpp: Added.
(WebKit::WebLayerTreeView::Settings::operator CCSettings):
(WebKit::WebLayerTreeView::create):
(WebKit::WebLayerTreeView::reset):
(WebKit::WebLayerTreeView::assign):
(WebKit::WebLayerTreeView::equals):
(WebKit::WebLayerTreeView::composite):
(WebKit::WebLayerTreeView::setViewportSize):
(WebKit::WebLayerTreeView::viewportSize):
(WebKit::WebLayerTreeView::WebLayerTreeView):
(WebKit::WebLayerTreeView::operator=):
(WebKit::WebLayerTreeView::operator PassRefPtr<CCLayerTreeHost>):
- src/WebLayerTreeViewImpl.cpp: Added.
(WebKit::WebLayerTreeViewImpl::create):
(WebKit::WebLayerTreeViewImpl::WebLayerTreeViewImpl):
(WebKit::WebLayerTreeViewImpl::~WebLayerTreeViewImpl):
(WebKit::WebLayerTreeViewImpl::animateAndLayout):
(WebKit::WebLayerTreeViewImpl::applyScrollDelta):
(WebKit::WebLayerTreeViewImpl::createLayerTreeHostContext3D):
(WebKit::WebLayerTreeViewImpl::didRecreateGraphicsContext):
(WebKit::WebLayerTreeViewImpl::scheduleComposite):
- src/WebLayerTreeViewImpl.h: Added.
- 4:38 PM Changeset in webkit [96989] by
-
- 2 edits in trunk/Tools
Add a Content-Security-Policy to garden-o-matic
https://bugs.webkit.org/show_bug.cgi?id=69668
Reviewed by David Levin.
This will help mitigate cross-site script and will also help us dogfood CSP.
- BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html:
- 4:38 PM Changeset in webkit [96988] by
-
- 6 edits in trunk/Source/JavaScriptCore
Refactor DFG to make for use of callOperation
https://bugs.webkit.org/show_bug.cgi?id=69672
Reviewed by Oliver Hunt.
- dfg/DFGJITCodeGenerator.h:
(JSC::DFG::callOperation):
- Added new callOperation calls, don't ASSERT flushed (use helpers for unexpected calls, too).
- dfg/DFGOperations.cpp:
- dfg/DFGOperations.h:
- Switch operationNewObject/operationCreateThis to return Cells,
- Added C_DFGOperation_E/C_DFGOperation_EC/J_DFGOperation_EA/J_DFGOperation_EJA call types.
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compileLogicalNot):
(JSC::DFG::SpeculativeJIT::emitBranch):
(JSC::DFG::SpeculativeJIT::compile):
- Replace code plating calls to operations to with calls to callOperation.
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compileLogicalNot):
(JSC::DFG::SpeculativeJIT::emitBranch):
(JSC::DFG::SpeculativeJIT::compile):
- Replace code plating calls to operations to with calls to callOperation.
- 4:29 PM Changeset in webkit [96987] by
-
- 7 edits3 adds in trunk
CSS text-transform should apply to select elements
https://bugs.webkit.org/show_bug.cgi?id=69503
Patch by Ben Wells <benwells@chromium.org> on 2011-10-07
Reviewed by Ojan Vafai.
Source/WebCore:
Select elements are drawn in two ways depending on whether they are multiple and what their size is.
Neither method previously handled text-transforms. Both of these rendering styles are now updated to transform
their text correctly.
Test: fast/css/text-transform-select.html
- rendering/RenderListBox.cpp:
(WebCore::RenderListBox::updateFromElement):
(WebCore::RenderListBox::paintItemForeground):
- rendering/RenderMenuList.cpp:
(WebCore::RenderMenuList::updateOptionsWidth):
(WebCore::RenderMenuList::setText):
(WebCore::RenderMenuList::itemText):
- rendering/RenderText.cpp:
(WebCore::makeCapitalized):
(WebCore::applyTextTransform):
(WebCore::RenderText::setTextInternal):
(WebCore::RenderText::textWithoutTranscoding):
- rendering/RenderText.h:
LayoutTests:
- fast/css/text-transform-select-expected.txt: Added.
- fast/css/text-transform-select.html: Added.
- platform/chromium-linux/fast/css/text-transform-select-expected.png: Added.
- platform/chromium/test_expectations.txt:
- 4:20 PM Changeset in webkit [96986] by
-
- 2 edits1 add in trunk/Source/WebKit/chromium
First round of unit tests for CCLayerTreeHostCommon.
https://bugs.webkit.org/show_bug.cgi?id=69197
Patch by Shawn Singh <shawnsingh@chromium.org> on 2011-10-07
Reviewed by James Robinson.
This round of tests focuses on verifying the computation of matrix transforms
in calculateDrawTransformsAndVisibility.
- WebKit.gypi:
- tests/CCLayerTreeHostCommonTest.cpp: Added.
(WebCore::setLayerPropertiesForTesting):
(WebCore::executeCalculateDrawTransformsAndVisibility):
(WebCore::remove3DComponentOfMatrix):
(WebCore::LayerChromiumWithForcedDrawsContent::LayerChromiumWithForcedDrawsContent):
(WebCore::LayerChromiumWithForcedDrawsContent::drawsContent):
(WebCore::TEST):
- 4:18 PM Changeset in webkit [96985] by
-
- 4 edits in trunk
fix a crash when loading non-html multipart data
https://bugs.webkit.org/show_bug.cgi?id=69675
Reviewed by Adam Barth.
Source/WebCore:
setupForReplaceByMIMEType calls DocumentWriter::end(). This leads to
a crash on Mac because WebHTMLRepresentation() calls commitLoad(nil),
which tries to write to the DocumentWriter. By just inlining the code
to load the last page, we avoid this crash (and makes the non-html
multipart code more like the html multipart code).
- loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::maybeFinishLoadingMultipartContent):
LayoutTests:
- http/tests/multipart/load-last-non-html-frame.php: Ensure same output on Apple Mac and Chromium (was getting different number of trailing new lines).
- 4:00 PM Changeset in webkit [96984] by
-
- 3 edits2 adds in trunk
XSLT-generated document should inherit its SecurityOrigin from the source document
https://bugs.webkit.org/show_bug.cgi?id=69661
Patch by Sergey Glazunov <serg.glazunov@gmail.com> on 2011-10-07
Reviewed by Adam Barth.
Source/WebCore:
Test: http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml
- xml/XSLTProcessor.cpp:
(WebCore::XSLTProcessor::createDocumentFromSource):
LayoutTests:
- http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Added.
- http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml: Added.
- 3:11 PM Changeset in webkit [96983] by
-
- 6 edits in trunk/Source/JavaScriptCore
Support string indexing in the DFG
https://bugs.webkit.org/show_bug.cgi?id=69671
Reviewed by Gavin Barraclough.
Emit code to support inline indexing of strings
- dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::compileGetByValOnString):
Shared code to perform string indexing.
- dfg/DFGSpeculativeJIT.h:
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
Use compileGetByValOnString if we predict that the base object
is a string in GetByVal.
- runtime/JSString.h:
(JSC::JSString::offsetOfFiberCount):
(JSC::JSString::offsetOfValue):
- 3:11 PM BuildingOnWindows edited by
- Add a link to … (diff)
- 3:00 PM Changeset in webkit [96982] by
-
- 2 edits in trunk/LayoutTests
[WinCairo] Unreviewed Skiplist update to get WinCairo bot green.
- platform/wincairo/Skipped: Skip a few failing test categories.
- 2:30 PM Changeset in webkit [96981] by
-
- 2 edits in trunk/LayoutTests
Re-enable a test fixed by r93529.
- platform/win/Skipped:
- 1:52 PM Changeset in webkit [96980] by
-
- 4 edits in trunk/Source/JavaScriptCore
DFG ConvertThis speculation logic is wrong
https://bugs.webkit.org/show_bug.cgi?id=69663
Reviewed by Oliver Hunt.
- dfg/DFGPropagator.cpp:
(JSC::DFG::Propagator::fixupNode):
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- 1:43 PM Changeset in webkit [96979] by
-
- 3 edits in trunk/Source/WebKit2
[Mac] Scrollbars in embedded PDFs should update when system preferences change
https://bugs.webkit.org/show_bug.cgi?id=69654
Reviewed by Simon Fraser.
- WebProcess/Plugins/PDF/BuiltInPDFView.h: Added an scrollbarStyleChanged() override. ScrollAnimatorMac sets scrollbar frame to a bogus (0, 0, thickness, thickness) one when style changes, and expects clients to move them back in place.
- WebProcess/Plugins/PDF/BuiltInPDFView.cpp: (WebKit::BuiltInPDFView::isOnActivePage): Fixed a typo that prevented ScrollAnimatorMac from updating style of PDF view scrollbars. (WebKit::BuiltInPDFView::scrollbarStyleChanged): Reposition scrollbars and content after style change. The behavior is not perfect in edge cases, but roughly matches ScrollView.
- 1:27 PM Changeset in webkit [96978] by
-
- 2 edits in trunk/Source/JavaScriptCore
2011-10-07 Oliver Hunt <oliver@apple.com>
Verify that our call speculation is valid.
Reviewed by Filip Pizlo.
Before specialising an intrinsic we need to verify that
we our speculation is correct.
- dfg/DFGByteCodeParser.cpp: (JSC::DFG::ByteCodeParser::parseBlock):
- 1:24 PM Changeset in webkit [96977] by
-
- 2 edits in trunk/Source/JavaScriptCore
[WinCairo] Unreviewed build correction for the build bot.
- JavaScriptCore.vcproj/JavaScriptCore.sln: Add the missing
Release_Cairo_CFLite and Debug_Cairo_CFLite targets so that
build-jsc can find the target it needs to run the JSC tests.
- 1:23 PM Changeset in webkit [96976] by
-
- 7 edits in trunk/Source/WebCore
Unreviewed, rolling out r96944.
http://trac.webkit.org/changeset/96944
https://bugs.webkit.org/show_bug.cgi?id=69662
Caused many tests to crash on Snow Leopard (Requested by rniwa
on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-07
- css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyColor::applyInheritValue):
- page/animation/AnimationBase.cpp:
(WebCore::PropertyWrapperMaybeInvalidColor::PropertyWrapperMaybeInvalidColor):
(WebCore::PropertyWrapperSVGPaint::PropertyWrapperSVGPaint):
(WebCore::AnimationBase::ensurePropertyMap):
- platform/graphics/Color.h:
(WebCore::Color::Color):
- rendering/style/BorderValue.h:
(WebCore::BorderValue::BorderValue):
(WebCore::BorderValue::isTransparent):
(WebCore::BorderValue::operator==):
(WebCore::BorderValue::color):
- rendering/style/OutlineValue.h:
(WebCore::OutlineValue::operator==):
- rendering/style/RenderStyle.h:
(WebCore::InheritedFlags::setBorderLeftColor):
(WebCore::InheritedFlags::setBorderRightColor):
(WebCore::InheritedFlags::setBorderTopColor):
(WebCore::InheritedFlags::setBorderBottomColor):
(WebCore::InheritedFlags::setOutlineColor):
(WebCore::InheritedFlags::setColumnRuleColor):
(WebCore::InheritedFlags::fillPaintColor):
(WebCore::InheritedFlags::strokePaintColor):
(WebCore::InheritedFlags::borderLeftColor):
(WebCore::InheritedFlags::borderRightColor):
(WebCore::InheritedFlags::borderTopColor):
(WebCore::InheritedFlags::borderBottomColor):
(WebCore::InheritedFlags::backgroundColor):
(WebCore::InheritedFlags::color):
(WebCore::InheritedFlags::columnRuleColor):
(WebCore::InheritedFlags::outlineColor):
(WebCore::InheritedFlags::textEmphasisColor):
(WebCore::InheritedFlags::textFillColor):
(WebCore::InheritedFlags::textStrokeColor):
(WebCore::InheritedFlags::stopColor):
(WebCore::InheritedFlags::floodColor):
(WebCore::InheritedFlags::lightingColor):
- 1:15 PM Changeset in webkit [96975] by
-
- 10 edits3 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=69658
[CSS3 Regions] Box painting of overflow into regions is incorrect because children were being
incorrectly clamped to their containing block region ranges. Change the clamping model so that
renderRegionForLine no longer does it. A block will now truly have an accurate range across
all the regions that paint it. Instead, do the clamping at the time a child box asks the containing
block for its information. At that time clamp to the start and end regions, so that we never ask
a containing block for info about a region that it doesn't exist in.
Reviewed by Anders Carlsson.
Source/WebCore:
Added new test in fast/regions and updated an old result to be correct.
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::pageLogicalHeightForOffset):
(WebCore::RenderBlock::pageRemainingLogicalHeightForOffset):
(WebCore::RenderBlock::regionAtBlockOffset):
(WebCore::RenderBlock::clampToStartAndEndRegions):
- rendering/RenderBlock.h:
- rendering/RenderBox.cpp:
(WebCore::RenderBox::borderBoxRectInRegion):
(WebCore::RenderBox::containingBlockLogicalWidthForContentInRegion):
(WebCore::RenderBox::renderBoxRegionInfo):
- rendering/RenderFlowThread.cpp:
(WebCore::RenderFlowThread::renderRegionForLine):
(WebCore::RenderFlowThread::regionLogicalWidthForLine):
(WebCore::RenderFlowThread::regionLogicalHeightForLine):
(WebCore::RenderFlowThread::regionRemainingLogicalHeightForLine):
(WebCore::RenderFlowThread::mapFromFlowToRegion):
(WebCore::RenderFlowThread::setRegionRangeForBox):
- rendering/RenderFlowThread.h:
LayoutTests:
- fast/regions/bottom-overflow-out-of-first-region.html: Added.
- fast/regions/top-overflow-out-of-second-region.html:
- platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Added.
- platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Added.
- platform/mac/fast/regions/top-overflow-out-of-second-region-expected.png:
- platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt:
- 1:05 PM Changeset in webkit [96974] by
-
- 7 edits in trunk
Remove compile time flag ENABLE_PASSWORD_ECHO
https://bugs.webkit.org/show_bug.cgi?id=69647
Source/WebCore:
As we have runtime flag in the page/Settings, we should remove this redundant compile time flag.
Patch by Chang Shu <cshu@webkit.org> on 2011-10-07
Reviewed by Andreas Kling.
- config.h:
- page/Settings.cpp:
(WebCore::Settings::Settings):
Source/WebKit/qt:
As we have runtime flag in the page/Settings, we should remove this redundant compile time flag.
Patch by Chang Shu <cshu@webkit.org> on 2011-10-07
Reviewed by Andreas Kling.
- Api/qwebsettings.cpp:
(QWebSettingsPrivate::apply):
LayoutTests:
WK2 tests are passing after r96740 (bug 68924).
Patch by Chang Shu <cshu@webkit.org> on 2011-10-07
Reviewed by Andreas Kling.
- platform/wk2/Skipped:
- 12:45 PM Changeset in webkit [96973] by
-
- 9 edits2 adds in trunk
Bug 69562 - AccessibilityImageMapLink holds onto it's parent even after it's been freed
https://bugs.webkit.org/show_bug.cgi?id=69562
Source/WebCore:
Some fake objects, like AXImageMapLink, have weak references to their parent's (since they are fake objects and
need some connection to the parent). However, if the parent disappears before the child, then we're left with a
out of date reference to that parent.
The fix is to allow these elements to clear their parentage when the parent goes away.
Reviewed by Darin Adler.
Test: accessibility/image-map-update-parent-crash.html
- accessibility/AccessibilityMenuListOption.cpp:
(WebCore::AccessibilityMenuListOption::isVisible):
- accessibility/AccessibilityMenuListPopup.cpp:
(WebCore::AccessibilityMenuListPopup::isOffScreen):
(WebCore::AccessibilityMenuListPopup::isEnabled):
(WebCore::AccessibilityMenuListPopup::press):
(WebCore::AccessibilityMenuListPopup::addChildren):
(WebCore::AccessibilityMenuListPopup::childrenChanged):
- accessibility/AccessibilityMockObject.h:
(WebCore::AccessibilityMockObject::detachFromParent):
- accessibility/AccessibilityObject.cpp:
(WebCore::AccessibilityObject::clearChildren):
- accessibility/AccessibilityObject.h:
(WebCore::AccessibilityObject::detachFromParent):
- accessibility/AccessibilitySlider.cpp:
(WebCore::AccessibilitySliderThumb::elementRect):
- accessibility/AccessibilityTableColumn.cpp:
(WebCore::AccessibilityTableColumn::headerObjectForSection):
LayoutTests:
Reviewed by Darin Adler.
- accessibility/image-map-update-parent-crash-expected.txt: Added.
- accessibility/image-map-update-parent-crash.html: Added.
- 12:32 PM Changeset in webkit [96972] by
-
- 3 edits in trunk/Source/WebCore
Pack StyleRareNonInheritedData even harder on 64-bit.
https://bugs.webkit.org/show_bug.cgi?id=69648
Patch by Andreas Kling <kling@webkit.org> on 2011-10-07
Reviewed by Benjamin Poulain.
Rearrange the members of StyleRareNonInheritedData to fold as much
as possible into the padding at the end of RefCounted.
This shrinks StyleRareNonInheritedData by 16 bytes on 64-bit,
reducing memory consumption by another 140 kB when loading the
full HTML5 spec.
- rendering/style/StyleRareNonInheritedData.cpp:
(WebCore::StyleRareNonInheritedData::StyleRareNonInheritedData):
- rendering/style/StyleRareNonInheritedData.h:
- 12:28 PM Changeset in webkit [96971] by
-
- 3 edits1 add in trunk/LayoutTests
Chromium rebaseline. The test started to pass after r96873.
- platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-006-expected.png: Added.
- platform/chromium-win/editing/pasteboard/paste-text-006-expected.png:
- platform/chromium/test_expectations.txt:
- 12:26 PM Changeset in webkit [96970] by
-
- 3 edits3 adds in trunk
Source/WebCore: Enable color profiles, unless profile is grayscale
https://bugs.webkit.org/show_bug.cgi?id=69622
https://bugs.webkit.org/show_bug.cgi?id=49950
http://code.google.com/p/chromium/issues/detail?id=80844
Further specialize the earlier fix described in 49950 to
allow color profiles in YCbCr images, but disallow color
profiles marked as grayData.
(see http://www.color.org/ICC1v42_2006-05.pdf 7.2.6 )
Reviewed by Adam Barth.
Test: fast/images/gray-scale-jpeg-with-color-profile.html
fast/images/color-jpeg-with-color-profile.html
- platform/image-decoders/jpeg/JPEGImageDecoder.cpp:
(WebCore::readColorProfile):
(WebCore::JPEGImageReader::decode):
LayoutTests: Reviewed by Adam Barth.
Add a image with a color profile that's not gray.
https://bugs.webkit.org/show_bug.cgi?id=69622
Test that we properly render JPEGs with embedded non-gray color profiles.
- fast/images/color-jpeg-with-color-profile.html: Added.
- fast/images/resources/icc-v2-gbr.jpg: Added.
- platform/chromium-mac/fast/images/color-jpeg-with-color-profile-expected.txt: Added.
- 12:25 PM Changeset in webkit [96969] by
-
- 10 edits in trunk
Unreviewed, rolling out r96938.
http://trac.webkit.org/changeset/96938
https://bugs.webkit.org/show_bug.cgi?id=69653
It broke zillion tests and make testing so slow (Requested by
ossy_ on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-07
Source/WebKit2:
- UIProcess/WebContext.cpp:
- UIProcess/WebContext.h:
- UIProcess/efl/WebContextEfl.cpp:
(WebKit::WebContext::applicationCacheDirectory):
- UIProcess/gtk/WebContextGtk.cpp:
(WebKit::WebContext::applicationCacheDirectory):
- UIProcess/mac/WebContextMac.mm:
(WebKit::WebContext::applicationCacheDirectory):
- UIProcess/qt/WebContextQt.cpp:
(WebKit::WebContext::applicationCacheDirectory):
- UIProcess/win/WebContextWin.cpp:
(WebKit::WebContext::applicationCacheDirectory):
LayoutTests:
- platform/qt-wk2/Skipped:
- 12:23 PM Changeset in webkit [96968] by
-
- 2 edits in trunk/LayoutTests
Unreviewed gardening after r96958.
- platform/qt/test_expectations.txt: Remove a file, because it is skipped too.
- 12:17 PM Changeset in webkit [96967] by
-
- 2 edits2 deletes in trunk/LayoutTests
[Chromium] Rebaseline test after r96870.
Unreviewed.
- platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-blockquote-expected.png:
- platform/chromium-cg-mac/editing/pasteboard/merge-end-blockquote-expected.png: Removed.
- platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png: Removed.
- 12:12 PM Changeset in webkit [96966] by
-
- 24 edits2 adds in trunk/Source/WebCore
AX: re-organize fake elements to use new AccessibilityMockObject
https://bugs.webkit.org/show_bug.cgi?id=69588
This adds an AccessibilityMockObject for "fake" elements to descend from.
Its benefit is to consolidate the various ways that these fake elements are setting
and returning their parent objects.
No functional change, hence no new tests.
Reviewed by Jon Honeycutt.
- CMakeLists.txt:
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- accessibility/AccessibilityARIAGrid.cpp:
(WebCore::AccessibilityARIAGrid::addChildren):
- accessibility/AccessibilityImageMapLink.cpp:
(WebCore::AccessibilityImageMapLink::AccessibilityImageMapLink):
- accessibility/AccessibilityImageMapLink.h:
(WebCore::AccessibilityImageMapLink::node):
- accessibility/AccessibilityMenuList.cpp:
(WebCore::AccessibilityMenuList::addChildren):
- accessibility/AccessibilityMenuList.h:
(WebCore::toAccessibilityMenuList):
- accessibility/AccessibilityMenuListOption.cpp:
(WebCore::AccessibilityMenuListOption::AccessibilityMenuListOption):
(WebCore::AccessibilityMenuListOption::isVisible):
- accessibility/AccessibilityMenuListOption.h:
- accessibility/AccessibilityMenuListPopup.cpp:
(WebCore::AccessibilityMenuListPopup::AccessibilityMenuListPopup):
(WebCore::AccessibilityMenuListPopup::isOffScreen):
(WebCore::AccessibilityMenuListPopup::isEnabled):
(WebCore::AccessibilityMenuListPopup::menuListOptionAccessibilityObject):
(WebCore::AccessibilityMenuListPopup::press):
(WebCore::AccessibilityMenuListPopup::addChildren):
(WebCore::AccessibilityMenuListPopup::childrenChanged):
(WebCore::AccessibilityMenuListPopup::didUpdateActiveOption):
- accessibility/AccessibilityMenuListPopup.h:
- accessibility/AccessibilityMockObject.cpp: Added.
(WebCore::AccessibilityMockObject::AccessibilityMockObject):
(WebCore::AccessibilityMockObject::~AccessibilityMockObject):
- accessibility/AccessibilityMockObject.h: Added.
(WebCore::AccessibilityMockObject::parentObject):
(WebCore::AccessibilityMockObject::setParent):
(WebCore::AccessibilityMockObject::detachFromParent):
- accessibility/AccessibilitySlider.cpp:
(WebCore::AccessibilitySlider::addChildren):
(WebCore::AccessibilitySliderThumb::AccessibilitySliderThumb):
(WebCore::AccessibilitySliderThumb::elementRect):
- accessibility/AccessibilitySlider.h:
- accessibility/AccessibilityTable.cpp:
(WebCore::AccessibilityTable::addChildren):
(WebCore::AccessibilityTable::headerContainer):
- accessibility/AccessibilityTable.h:
(WebCore::toAccessibilityTable):
- accessibility/AccessibilityTableColumn.cpp:
(WebCore::AccessibilityTableColumn::AccessibilityTableColumn):
(WebCore::AccessibilityTableColumn::setParent):
(WebCore::AccessibilityTableColumn::headerObject):
(WebCore::AccessibilityTableColumn::headerObjectForSection):
(WebCore::AccessibilityTableColumn::accessibilityIsIgnored):
(WebCore::AccessibilityTableColumn::addChildren):
- accessibility/AccessibilityTableColumn.h:
- accessibility/AccessibilityTableHeaderContainer.cpp:
(WebCore::AccessibilityTableHeaderContainer::AccessibilityTableHeaderContainer):
(WebCore::AccessibilityTableHeaderContainer::accessibilityIsIgnored):
(WebCore::AccessibilityTableHeaderContainer::addChildren):
- accessibility/AccessibilityTableHeaderContainer.h:
- 11:57 AM Changeset in webkit [96965] by
-
- 2 edits in trunk/Source/JavaScriptCore
Fix 32-bit build.
- 11:55 AM Changeset in webkit [96964] by
-
- 2 edits in trunk/Source/WebKit/chromium
Fix chromium compile when using the components build. This test
helper file is using methods not available when compiling as a dll.
- WebKit.gyp:
- 11:47 AM Changeset in webkit [96963] by
-
- 3 edits in trunk/LayoutTests
REGRESSION(r96257): fast/repaint/selection-clear.html fail
https://bugs.webkit.org/show_bug.cgi?id=69060
Reviewed by Enrica Casucci.
After r96257, we no longer clear selection upon node removal so the selection should
still be rendered after the node removal in this test.
Changed the color of selection from red to green to indicate the success.
- fast/repaint/selection-clear.html:
- platform/mac/fast/repaint/selection-clear-expected.png:
- 11:39 AM Changeset in webkit [96962] by
-
- 11 edits in trunk/Source/JavaScriptCore
Support direct calls to intrinsic functions
https://bugs.webkit.org/show_bug.cgi?id=69646
Reviewed by Gavin Barraclough.
Add support for optimising non-method_check calls
to intrinsic functions (eg. when Math.abs, etc are
cached in local variables).
- bytecode/CodeBlock.h:
(JSC::getCallLinkInfoBytecodeIndex):
Support searching CallLinkInfos by bytecode index
- dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::parseBlock):
Add support for linked calls in addition to method_check
when searching for intrinsics
- dfg/DFGNode.h:
(JSC::DFG::Node::hasFunctionCheckData):
(JSC::DFG::Node::function):
Add ability to store a JSFunction* in a node - this is safe
as the function will be marked by the codeblock we're compiling
- dfg/DFGPropagator.cpp:
(JSC::DFG::Propagator::propagateNodePredictions):
(JSC::DFG::Propagator::checkFunctionElimination):
(JSC::DFG::Propagator::performNodeCSE):
Add support for new CheckFunction node, and implement CSE pass.
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
Rather trivial implementation of CheckFunction
- jit/JIT.cpp:
(JSC::JIT::privateCompile):
- jit/JIT.h:
- jit/JITCall.cpp:
(JSC::JIT::compileOpCall):
- jit/JITCall32_64.cpp:
(JSC::JIT::compileOpCall):
Need to propagate bytecode index for calls now.
- 11:16 AM Changeset in webkit [96961] by
-
- 15 edits1 copy1 add in trunk/Source/WebCore
Make IconLoader a CachedResourceClient instead of a SubresourceLoaderClient.
This is one of the steps required to remove the SubresourceLoaderClient interface,
which will simplify the layering in the loader.
https://bugs.webkit.org/show_bug.cgi?id=69567
Reviewed by Adam Barth.
No new tests, no functionality change intended.
- CMakeLists.txt:
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- loader/cache/CachedRawResource.cpp: Added.
- loader/cache/CachedRawResource.h: Added.
- loader/cache/CachedResource.cpp:
- loader/cache/CachedResource.h:
(WebCore::CachedResource::ignoreForRequestCount): Renamed and generalized from isLinkResource(),
which was only used to decided whether the CachedResource should count toward
CachedResourceLoader::requestCount().
- loader/cache/CachedResourceLoader.cpp:
- loader/cache/CachedResourceLoader.h:
- loader/cache/CachedResourceRequest.cpp:
- loader/cache/CachedResourceRequest.h:
- loader/icon/IconLoader.cpp: Get a CachedResource instead of a SubresourceLoader.
(WebCore::IconLoader::notifyFinished): Merge in the status code check that was in didReceiveResponse(),
since we won't be checking any callbacks before the load completes.
- loader/icon/IconLoader.h:
- 11:14 AM Changeset in webkit [96960] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Update test_expectations after V8 roll.
Unreviewed.
- platform/chromium/test_expectations.txt:
- 11:06 AM Changeset in webkit [96959] by
-
- 5 edits6 adds in trunk/Source/WebCore
Add WebCore platform interfaces needed by updated PeerConnection design
https://bugs.webkit.org/show_bug.cgi?id=68460
Patch by Adam Bergkvist <adam.bergkvist@ericsson.com> on 2011-10-07
Reviewed by Adam Barth.
Added the PeerConnection platform files to WebCore/platform/mediastream
Currently not testable.
- GNUmakefile.am:
- GNUmakefile.list.am:
- WebCore.gyp/WebCore.gyp:
- WebCore.gypi:
- platform/mediastream/MediaStreamComponent.h: Added.
(WebCore::MediaStreamComponent::create):
(WebCore::MediaStreamComponent::source):
(WebCore::MediaStreamComponent::enabled):
(WebCore::MediaStreamComponent::setEnabled):
(WebCore::MediaStreamComponent::MediaStreamComponent):
- platform/mediastream/MediaStreamDescriptor.h: Added.
(WebCore::MediaStreamDescriptor::create):
(WebCore::MediaStreamDescriptor::owner):
(WebCore::MediaStreamDescriptor::setOwner):
(WebCore::MediaStreamDescriptor::label):
(WebCore::MediaStreamDescriptor::component):
(WebCore::MediaStreamDescriptor::numberOfComponents):
(WebCore::MediaStreamDescriptor::ended):
(WebCore::MediaStreamDescriptor::setEnded):
(WebCore::MediaStreamDescriptor::MediaStreamDescriptor):
- platform/mediastream/MediaStreamSource.h: Added.
(WebCore::MediaStreamSource::create):
(WebCore::MediaStreamSource::id):
(WebCore::MediaStreamSource::type):
(WebCore::MediaStreamSource::name):
(WebCore::MediaStreamSource::muted):
(WebCore::MediaStreamSource::setMuted):
(WebCore::MediaStreamSource::MediaStreamSource):
- platform/mediastream/PeerHandler.cpp: Added.
(WebCore::PeerHandler::PeerHandler):
(WebCore::PeerHandler::~PeerHandler):
(WebCore::PeerHandler::produceInitialOffer):
(WebCore::PeerHandler::handleInitialOffer):
(WebCore::PeerHandler::processSDP):
(WebCore::PeerHandler::processPendingStreams):
(WebCore::PeerHandler::sendDataStreamMessage):
(WebCore::PeerHandler::stop):
- platform/mediastream/PeerHandler.h: Added.
(WebCore::PeerHandlerClient::~PeerHandlerClient):
(WebCore::PeerHandler::create):
- 10:44 AM Changeset in webkit [96958] by
-
- 10 edits in trunk
background-color affects the font color in disabled textarea.
https://bugs.webkit.org/show_bug.cgi?id=65361
Patch by Vineet Chaudary <vineet.chaudhary@motorola.com> on 2011-10-07
Reviewed by Darin Adler.
Source/WebCore:
For the transparent/translucent background colors use lightening fortext color.
- rendering/RenderTextControl.cpp:
(WebCore::disabledTextColor):
LayoutTests:
For the background-color White and transparent the text color should be same.
- fast/forms/input-disabled-color.html: Modified test case.
- platform/chromium/test_expectations.txt: Needs rebaseline.
- platform/gtk/fast/forms/input-disabled-color-expected.png: Changed expected result.
- platform/gtk/fast/forms/input-disabled-color-expected.txt: Changed expected result.
- platform/mac/test_expectations.txt: Needs rebaseline.
- platform/qt/test_expectations.txt: Needs rebaseline.
- platform/win/test_expectations.txt: Needs rebaseline.
- 10:33 AM Changeset in webkit [96957] by
-
- 3 edits3 copies in branches/chromium/874
Merge 96610 - Resource loader should block HTTP redirects to local resources
BUG=95374
Review URL: http://codereview.chromium.org/8198008
- 10:20 AM Changeset in webkit [96956] by
-
- 1 edit4 adds in trunk/LayoutTests
Add missing tests for LegacyDefaultOptionalArguments/FileAPI IDL
https://bugs.webkit.org/show_bug.cgi?id=66236
Reviewed by Darin Adler.
These APIs are all very new and everyone who's using them should be
aware that they are vendor-prefixed and subject to adjustments as the
spec evolves. Recently, we changed these APIs to more carefully check
whether required parameters are actually present. This patch adds
tests to verify that we're doing the proper checks.
- fast/files/not-enough-arguments-expected.txt: Added.
- fast/files/not-enough-arguments.html: Added.
- fast/filesystem/not-enough-arguments-expected.txt: Added.
- fast/filesystem/not-enough-arguments.html: Added.
- 10:19 AM Changeset in webkit [96955] by
-
- 1 edit2 copies in branches/chromium/874
Merge 96632 - Source/WebCore: Hold refptr to identified previous sibling within findPlaceForCounter.
BUG=96902
Review URL: http://codereview.chromium.org/8206006
- 10:12 AM Changeset in webkit [96954] by
-
- 3 edits2 copies in branches/chromium/874
Merge 96707 - Crash in SVGTRefElement::updateReferencedText.
BUG=95359
Review URL: http://codereview.chromium.org/8203008
- 10:02 AM Changeset in webkit [96953] by
-
- 1 edit3 copies in branches/chromium/874
Merge 96427 - <rdar://problem/10208291> first-letter in generated before content with display: table is not updated
BUG=96427
Review URL: http://codereview.chromium.org/8201005
- 10:00 AM Changeset in webkit [96952] by
-
- 3 edits3 adds in trunk
Implement currentColor support for box-shadow and text-shadow
https://bugs.webkit.org/show_bug.cgi?id=68218
Source/WebCore:
Patch by David Barr <davidbarr@chromium.org> on 2011-10-07
Reviewed by Simon Fraser.
Test: fast/box-shadow/box-shadow-currentcolor.html
- css/CSSParser.cpp:
(WebCore::CSSParser::parseShadow): Add CSSValueCurrentcolor to supported keywords.
LayoutTests:
Patch by David Barr <davidbarr@google.com> on 2011-10-07
Reviewed by Simon Fraser.
- fast/box-shadow/box-shadow-currentcolor-expected.png: Added.
- fast/box-shadow/box-shadow-currentcolor-expected.txt: Added.
- fast/box-shadow/box-shadow-currentcolor.html: Added.
- 9:59 AM Changeset in webkit [96951] by
-
- 1 edit2 copies in branches/chromium/874
Merge 96826 - Add check for JavaScript URLs in HTMLPlugInImageElement::allowedToLoadFrameURL
BUG=98053
Review URL: http://codereview.chromium.org/8206005
- 9:45 AM Changeset in webkit [96950] by
-
- 1 edit2 copies in branches/chromium/874
Merge 96834 - <rdar://problem/10232866> Assertion failure beneath blockSelectionGaps() when a selected node is removed
BUG=99104
Review URL: http://codereview.chromium.org/8200004
- 9:44 AM Changeset in webkit [96949] by
-
- 9 edits in trunk/Source/WebCore
Web Inspector: add Audits panel to the compilation.
https://bugs.webkit.org/show_bug.cgi?id=69633
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/AuditCategories.js:
- inspector/front-end/AuditLauncherView.js:
- inspector/front-end/AuditResultView.js:
- inspector/front-end/AuditRules.js:
(WebInspector.AuditRules.CombineExternalResourcesRule.prototype.doRun):
(WebInspector.AuditRules.MinimizeDnsLookupsRule.prototype.doRun):
(WebInspector.AuditRules.CacheControlRule.prototype.handleNonCacheableResources):
- inspector/front-end/AuditsPanel.js:
(WebInspector.AuditsPanel):
- inspector/front-end/NetworkLog.js:
- inspector/front-end/treeoutline.js:
- 9:43 AM Changeset in webkit [96948] by
-
- 1 edit2 copies in branches/chromium/874
Merge 96868 - Crash in VisiblePosition::canonicalPosition.
BUG=99138
Review URL: http://codereview.chromium.org/8199007
- 9:42 AM Changeset in webkit [96947] by
-
- 6 edits in trunk/Source/WebCore
Functions that return "const Color" should simply return "Color".
Rubber-stamped by Antti Koivisto.
- rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::rendererBackgroundColor):
- rendering/RenderLayerBacking.h:
- rendering/RenderTable.h:
(WebCore::RenderTable::bgColor):
- rendering/style/RenderStyle.cpp:
(WebCore::RenderStyle::colorIncludingFallback):
(WebCore::RenderStyle::visitedDependentColor):
- rendering/style/RenderStyle.h:
- 9:35 AM Changeset in webkit [96946] by
-
- 4 edits in trunk/Source/WebKit/chromium
Remove setShouldPaintCustomScrollbars, which has no callers
https://bugs.webkit.org/show_bug.cgi?id=69300
Reviewed by Darin Adler.
Anders tells me this function no longer has any callers. We should
remove it before it grows any!
- public/WebSettings.h:
- src/WebSettingsImpl.cpp:
- src/WebSettingsImpl.h:
- 9:33 AM Changeset in webkit [96945] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: TypeError: Cannot read property 'styleSheetId' of undefined in tests.
https://bugs.webkit.org/show_bug.cgi?id=69634
Reviewed by Yury Semikhatsky.
- inspector/front-end/CSSStyleModel.js:
(WebInspector.CSSStyleDeclaration.prototype.insertPropertyAt):
- 9:24 AM Changeset in webkit [96944] by
-
- 7 edits in trunk/Source/WebCore
Shrink BorderValue.
https://bugs.webkit.org/show_bug.cgi?id=69521
Reviewed by Antti Koivisto.
Unroll BorderValue's Color member so we can pack the color's validity flag
in BorderValue's bitfield.
This shrinks BorderValue by 32 bit, which in turn shrinks BorderData by
16 bytes. This reduces memory consumption by 760 kB when loading the full
HTML5 spec.
- platform/graphics/Color.h:
(WebCore::Color::Color):
Allow construction of Color objects with specific validity.
- rendering/style/BorderValue.h:
(WebCore::BorderValue::BorderValue):
(WebCore::BorderValue::isTransparent):
(WebCore::BorderValue::operator==):
(WebCore::BorderValue::setColor):
(WebCore::BorderValue::color):
- rendering/style/OutlineValue.h:
(WebCore::OutlineValue::operator==):
Unroll m_color into BorderValue by splitting it into an RGBA32 and a bool.
Made those variables private and added color(), setColor() accessors.
- rendering/style/RenderStyle.h:
(WebCore::InheritedFlags::setBorderLeftColor):
(WebCore::InheritedFlags::setBorderRightColor):
(WebCore::InheritedFlags::setBorderTopColor):
(WebCore::InheritedFlags::setBorderBottomColor):
(WebCore::InheritedFlags::setOutlineColor):
(WebCore::InheritedFlags::setColumnRuleColor):
Added a SET_BORDERVALUE_COLOR macro and use that instead of SET_VAR
when setting BorderValue colors.
(WebCore::InheritedFlags::fillPaintColor):
(WebCore::InheritedFlags::strokePaintColor):
(WebCore::InheritedFlags::borderLeftColor):
(WebCore::InheritedFlags::borderRightColor):
(WebCore::InheritedFlags::borderTopColor):
(WebCore::InheritedFlags::borderBottomColor):
(WebCore::InheritedFlags::backgroundColor):
(WebCore::InheritedFlags::color):
(WebCore::InheritedFlags::columnRuleColor):
(WebCore::InheritedFlags::outlineColor):
(WebCore::InheritedFlags::textEmphasisColor):
(WebCore::InheritedFlags::textFillColor):
(WebCore::InheritedFlags::textStrokeColor):
(WebCore::InheritedFlags::stopColor):
(WebCore::InheritedFlags::floodColor):
(WebCore::InheritedFlags::lightingColor):
Made color getters return "Color" instead of "const Color&" since
BorderValue no longer has an actual object to return the reference to.
- css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyColor::applyInheritValue):
- page/animation/AnimationBase.cpp:
(WebCore::PropertyWrapperColor::PropertyWrapperColor):
(WebCore::PropertyWrapperColor::blend):
(WebCore::PropertyWrapperMaybeInvalidColor::PropertyWrapperMaybeInvalidColor):
(WebCore::PropertyWrapperSVGPaint::PropertyWrapperSVGPaint):
(WebCore::AnimationBase::ensurePropertyMap):
Adapt to RenderStyle color getters now returning "Color" instead of
"const Color&".
- 9:22 AM Changeset in webkit [96943] by
-
- 5 edits2 adds in trunk/Tools
[EFL] DRT: Add DumpRenderTreeChrome.{cpp,h}
https://bugs.webkit.org/show_bug.cgi?id=66380
Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-10-07
Reviewed by Antonio Gomes.
This encapsulates EWebKit into an object that manages multiple windows
and provides a cleaner interface to EFL's DumpRenderTree.
- DumpRenderTree/efl/DumpRenderTreeChrome.cpp: Added.
(DumpRenderTreeChrome::create):
(DumpRenderTreeChrome::DumpRenderTreeChrome):
(DumpRenderTreeChrome::~DumpRenderTreeChrome):
(DumpRenderTreeChrome::createNewWindow):
(DumpRenderTreeChrome::createView):
(DumpRenderTreeChrome::removeWindow):
(DumpRenderTreeChrome::initialize):
(DumpRenderTreeChrome::extraViews):
(DumpRenderTreeChrome::mainFrame):
(DumpRenderTreeChrome::mainView):
(DumpRenderTreeChrome::resetDefaultsToConsistentValues):
(DumpRenderTreeChrome::onWindowObjectCleared):
(DumpRenderTreeChrome::onLoadStarted):
(DumpRenderTreeChrome::processWork):
(DumpRenderTreeChrome::onLoadFinished):
(DumpRenderTreeChrome::onStatusbarTextSet):
(DumpRenderTreeChrome::onTitleChanged):
(DumpRenderTreeChrome::onDocumentLoadFinished):
- DumpRenderTree/efl/DumpRenderTreeChrome.h: Added.
- DumpRenderTree/efl/EventSender.cpp:
(sendClick): Use browser->mainFrame() instead of mainFrame.
(mouseDownCallback): Ditto.
(mouseUpCallback): Ditto.
(mouseMoveToCallback): Ditto.
(mouseScrollByCallback): Ditto.
(keyDownCallback): Ditto.
(scalePageByCallback): Ditto.
- DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
(LayoutTestController::counterValueForElementById): Use
browser->mainFrame() instead of mainFrame.
(LayoutTestController::pageNumberForElementById): Ditto.
(LayoutTestController::numberOfPages): Ditto.
(LayoutTestController::pauseAnimationAtTimeOnElementWithId): Ditto.
(LayoutTestController::pauseTransitionAtTimeOnElementWithId): Ditto.
(LayoutTestController::sampleSVGAnimationForElementAtTime): Ditto.
(LayoutTestController::numberOfActiveAnimations): Ditto.
(LayoutTestController::suspendAnimations): Ditto.
(LayoutTestController::resumeAnimations): Ditto.
(LayoutTestController::setWebViewEditable): Ditto.
(LayoutTestController::webHistoryItemCount): Use browser->mainView()
instead of browser.
(LayoutTestController::queueLoad): Ditto.
(LayoutTestController::setAcceptsEditing): Ditto.
(LayoutTestController::setUserStyleSheetEnabled): Ditto.
(LayoutTestController::setPrivateBrowsingEnabled): Ditto.
(LayoutTestController::setFrameFlatteningEnabled): Ditto.
(LayoutTestController::setSpatialNavigationEnabled): Ditto.
(LayoutTestController::setPluginsEnabled): Ditto.
(LayoutTestController::findString): Ditto.
(LayoutTestController::setDeveloperExtrasEnabled): Ditto.
- DumpRenderTree/efl/PixelDumpSupportEfl.cpp:
(createBitmapContextFromWebView): Use browser->mainFrame() instead of
mainFrame.
- DumpRenderTree/efl/WorkQueueItemEfl.cpp:
(LoadItem::invoke): Ditto.
(LoadHTMLStringItem::invoke): Ditto.
(ScriptItem::invoke): Ditto.
(ReloadItem::invoke): Use browser->mainView() instead of browser.
- 9:16 AM Changeset in webkit [96942] by
-
- 2 edits in trunk/Source/WebCore
[GStreamer] webkitwebsrc: avoid GST_BOILERPLATE_FULL
https://bugs.webkit.org/show_bug.cgi?id=69630
Reviewed by Martin Robinson.
Use G_DEFINE_TYPE_WITH_CODE instead of GST_BOILERPLATE_FULL and
replace use of gst_ghost_pad_new_no_target_from_template() and
gst_ghost_pad_set_target() with a single call to
gst_ghost_pad_new_from_template(). These changes keep the element
compatible with GStreamer 0.10 while preparing the port to 0.11.
- platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
(webkit_web_src_class_init):
(webkit_web_src_init):
- 8:51 AM Changeset in webkit [96941] by
-
- 5 edits2 adds in trunk
[Freetype] Pseudo-italics do not work
https://bugs.webkit.org/show_bug.cgi?id=40856
Patch by Martin Robinson <mrobinson@igalia.com> on 2011-10-07
Reviewed by Philippe Normand.
Source/WebCore:
- platform/graphics/freetype/FontPlatformData.h: Add the font description as an argument initializeWithFontFace.
- platform/graphics/freetype/FontPlatformDataFreeType.cpp:
(WebCore::FontPlatformData::FontPlatformData): Pass the font description to initializeWithFontFace.
(WebCore::FontPlatformData::initializeWithFontFace): If we were asked for an italic font and we were
given one that wasn't oblique or italic, activate the synthetic oblique bit.
LayoutTests:
Add test results which show this test passing now.
- platform/gtk/Skipped: Unskip a passing test.
- platform/gtk/fast/text/fake-italic-expected.png: Added.
- platform/gtk/fast/text/fake-italic-expected.txt: Added.
- 8:47 AM Changeset in webkit [96940] by
-
- 3 edits in trunk/Source/WebCore
[GStreamer] avoid direct access to GstMessage structure field
https://bugs.webkit.org/show_bug.cgi?id=69629
Reviewed by Martin Robinson.
Use gst_message_get_structure() instead of direct access to the
structure field. No direct benefit apart from compatibility with
GStreamer 0.11.
- platform/graphics/gstreamer/GStreamerGWorld.cpp:
(WebCore::gstGWorldSyncMessageCallback):
- platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::handleMessage):
(WebCore::MediaPlayerPrivateGStreamer::mediaLocationChanged):
- 8:36 AM Changeset in webkit [96939] by
-
- 12 edits in trunk/Source/WebCore
Web Inspector: add timeline panel to the compilation.
https://bugs.webkit.org/show_bug.cgi?id=69628
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/SidebarTreeElement.js:
(WebInspector.SidebarTreeElement):
- inspector/front-end/SourceCSSTokenizer.js:
(WebInspector.SourceCSSTokenizer.prototype.nextToken):
- inspector/front-end/SourceCSSTokenizer.re2js:
- inspector/front-end/SourceHTMLTokenizer.js:
(WebInspector.SourceHTMLTokenizer.prototype.nextToken):
- inspector/front-end/SourceHTMLTokenizer.re2js:
- inspector/front-end/SourceJavaScriptTokenizer.js:
(WebInspector.SourceJavaScriptTokenizer.prototype.nextToken):
- inspector/front-end/SourceJavaScriptTokenizer.re2js:
- inspector/front-end/TimelineGrid.js:
- inspector/front-end/TimelineOverviewPane.js:
(WebInspector.TimelineOverviewPane.prototype._createTimelineCategoryStatusBarCheckbox):
- inspector/front-end/TimelinePanel.js:
(WebInspector.TimelinePanel.prototype._createEventDivider):
(WebInspector.TimelinePanel.prototype._addRecordToTimeline):
(WebInspector.TimelinePanel.prototype._findParentRecord):
(WebInspector.TimelinePanel.prototype._innerAddRecordToTimeline):
(WebInspector.TimelinePanel.prototype.updateMainViewWidth):
(WebInspector.TimelinePanel.prototype.onResize):
(WebInspector.TimelinePanel.prototype._windowChanged):
(WebInspector.TimelinePanel.prototype._refreshRecords):
(WebInspector.TimelineRecordGraphRow.prototype._onClick):
(WebInspector.TimelinePanel.FormattedRecord):
(WebInspector.TimelinePanel.FormattedRecord.prototype._generatePopupContent):
(WebInspector.TimelinePanel.FormattedRecord.prototype._getRecordDetails):
- 8:09 AM Changeset in webkit [96938] by
-
- 10 edits in trunk
[Qt][WK2] ApplicationCache LayoutTests failed
https://bugs.webkit.org/show_bug.cgi?id=69541
Reviewed by Chang Shu.
Source/WebKit2:
- Moved applicationCacheDirectory to common code.
- Added interface setApplicationCacheDirectory to allow UI client overriding.
- Renamed all platform-dependent implementations of applicationCacheDirectory to platformDefaultApplicationCacheDirectory.
- On Qt, set the platformDefaultApplicationCacheDirectory to the default data location.
- UIProcess/WebContext.cpp:
(WebKit::WebContext::applicationCacheDirectory):
- UIProcess/WebContext.h:
(WebKit::WebContext::setApplicationCacheDirectory):
- UIProcess/efl/WebContextEfl.cpp:
(WebKit::WebContext::platformDefaultApplicationCacheDirectory):
- UIProcess/gtk/WebContextGtk.cpp:
(WebKit::WebContext::platformDefaultApplicationCacheDirectory):
- UIProcess/mac/WebContextMac.mm:
(WebKit::WebContext::platformDefaultApplicationCacheDirectory):
- UIProcess/qt/WebContextQt.cpp:
(WebKit::WebContext::platformDefaultApplicationCacheDirectory):
- UIProcess/win/WebContextWin.cpp:
(WebKit::WebContext::platformDefaultApplicationCacheDirectory):
LayoutTests:
Unskip passed tests.
- platform/qt-wk2/Skipped:
- 7:56 AM Changeset in webkit [96937] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed, rolling out r96892.
http://trac.webkit.org/changeset/96892
https://bugs.webkit.org/show_bug.cgi?id=69626
it broke windows canary bots (Requested by podivilov on
#webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-07
- WebCore.gyp/scripts/rule_binding.py:
- 7:49 AM Changeset in webkit [96936] by
-
- 2 edits in trunk/Source/JavaScriptCore
[JSC] Disable ThreadRestrictionVerifier for JIT ExecutableMemoryHandles
https://bugs.webkit.org/show_bug.cgi?id=69599
Reviewed by Sam Weinig.
DFG JIT manipulates MetaAllocatorHandles across threads, eg in
allocating JITCode buffers on a background thread to execute a
proxy autoconfiguration PAC file but garbage collecting it in
response to allocation on the main thread. Disabling
ThreadRestrictionVerification until there is a verification scheme
that understands this handoff.
- wtf/MetaAllocator.cpp:
(WTF::MetaAllocator::allocate):
- 7:28 AM Changeset in webkit [96935] by
-
- 3 edits in trunk/Source/WebCore
Shrink StyleInheritedData.
https://bugs.webkit.org/show_bug.cgi?id=69625
Reviewed by Antti Koivisto.
Rearrange the members of StyleInheritedData to fold as much
as possible into the padding at the end of RefCounted.
This shrinks StyleInheritedData by 8 bytes on 64-bit, reducing
memory consumption by 500 kB when loading the full HTML5 spec.
- rendering/style/StyleInheritedData.cpp:
(WebCore::StyleInheritedData::StyleInheritedData):
- rendering/style/StyleInheritedData.h:
- 7:18 AM Changeset in webkit [96934] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, skip failing svg test in GTK.
- platform/gtk/Skipped: Skip svg/filters/feColorMatrix-saturate.svg
- 7:08 AM Changeset in webkit [96933] by
-
- 2 edits in trunk/LayoutTests
Unreviewed, skip http/tests/multipart/load-last-non-html-frame.php in GTK.
- platform/gtk/Skipped:
- 6:55 AM Changeset in webkit [96932] by
-
- 17 edits in trunk/Source/WebCore
Web Inspector: make ScriptsPanel compile
https://bugs.webkit.org/show_bug.cgi?id=69623
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/CallStackSidebarPane.js:
(WebInspector.CallStackSidebarPane.prototype.update):
(WebInspector.CallStackSidebarPane.prototype._placardSelected):
- inspector/front-end/DebuggerModel.js:
- inspector/front-end/JavaScriptSourceFrame.js:
(WebInspector.JavaScriptSourceFrame):
- inspector/front-end/KeyboardShortcut.js:
- inspector/front-end/Object.js:
- inspector/front-end/ObjectPropertiesSection.js:
- inspector/front-end/ScopeChainSidebarPane.js:
(WebInspector.ScopeChainSidebarPane.prototype.update):
- inspector/front-end/ScriptsPanel.js:
(WebInspector.ScriptsPanel.prototype._setScriptSourceIsBeingEdited):
(WebInspector.ScriptsPanel.prototype._createSourceFrame):
(WebInspector.ScriptsPanel.prototype._toggleBreakpointsClicked):
(WebInspector.SourceFrameDelegateForScriptsPanel):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.requestContent):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.debuggingSupported):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.setBreakpoint):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.updateBreakpoint):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.removeBreakpoint):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.findBreakpoint):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.continueToLine):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.canEditScriptSource):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.setScriptSource):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.setScriptSourceIsBeingEdited):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.debuggerPaused):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.evaluateInSelectedCallFrame):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.releaseEvaluationResult):
(WebInspector.SourceFrameDelegateForScriptsPanel.prototype.suggestedFileName):
- inspector/front-end/StatusBarButton.js:
- inspector/front-end/WatchExpressionsSidebarPane.js:
(WebInspector.WatchExpressionsSection.prototype.update.appendResult):
(WebInspector.WatchExpressionsSection.prototype.update):
(WebInspector.WatchExpressionTreeElement.prototype.startEditing):
- inspector/front-end/WorkerManager.js:
(WebInspector.WorkerManager.prototype._openInspectorWindow):
(WebInspector.WorkerManager.prototype._pageInspectorClosing):
(WebInspector.DedicatedWorkerMessageForwarder.prototype._receiveMessage):
- inspector/front-end/WorkersSidebarPane.js:
(WebInspector.WorkersSidebarPane.prototype.removeWorker):
- inspector/front-end/externs.js:
(WebInspector.linkifyURL):
(InjectedFakeWorker):
- inspector/front-end/inspector.js:
- 6:38 AM BuildingQt5OnHarmattan edited by
- (diff)
- 5:34 AM Changeset in webkit [96931] by
-
- 3 edits in trunk/Tools
[Qt][WK2] Touch mocking is broken with Qt 5 post refactor merge
https://bugs.webkit.org/show_bug.cgi?id=69617
Reviewed by Andreas Kling.
Injecting fake touch events using qt_translateRawTouchEvent does not work anymore, as it sends
the touch events to widgets only. The QML view however is a QWindow. Therefore the fake touch
events have to be dispatched through QWindowSystemInterface::handleTouchEvent. As a result the
events appear to be spontaenous, which required adjusting the are-we-on-a-real-touch-device
logic.
- MiniBrowser/qt/MiniBrowserApplication.cpp:
(MiniBrowserApplication::MiniBrowserApplication):
(MiniBrowserApplication::notify):
- MiniBrowser/qt/MiniBrowserApplication.h:
- 5:17 AM Changeset in webkit [96930] by
-
- 6 edits in trunk/Source
Unreviewed, rolling out r96879.
http://trac.webkit.org/changeset/96879
https://bugs.webkit.org/show_bug.cgi?id=69618
Broke CCLayerTreeHostTestShortlived1 on chromium mac.
(Requested by podivilov on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-07
Source/WebCore:
- platform/graphics/chromium/cc/CCLayerTreeHost.h:
Source/WebKit/chromium:
- features.gypi:
- src/WebViewImpl.h:
- tests/CCLayerTreeHostTest.cpp:
(WTF::CCLayerTreeHostTest::CCLayerTreeHostTest):
(WTF::CCLayerTreeHostTest::onEndTest):
- 4:35 AM Changeset in webkit [96929] by
-
- 7 edits in trunk/Source/WebCore
Web Inspector: add ResourcesPanel to the compilation.
https://bugs.webkit.org/show_bug.cgi?id=69612
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/ApplicationCacheItemsView.js:
(WebInspector.ApplicationCacheItemsView.prototype._populateDataGrid):
- inspector/front-end/NetworkPanel.js:
- inspector/front-end/ResourceView.js:
- inspector/front-end/ResourcesPanel.js:
(WebInspector.ResourcesPanel.prototype.showAnchorLocation):
(WebInspector.ResourcesPanel.prototype.showResource):
(WebInspector.BaseStorageTreeElement.prototype.isEventWithinDisclosureTriangle):
(WebInspector.FrameTreeElement.prototype.frameNavigated):
(WebInspector.StorageCategoryView):
(WebInspector.SearchResultsTreeElementsTraverser.prototype.last):
- inspector/front-end/externs.js:
(WebInspector.openRequestInNetworkPanel):
- 4:11 AM Changeset in webkit [96928] by
-
- 2 edits in trunk/LayoutTests
[Qt] http/tests/multipart/load-last-non-html-frame.php is failing
https://bugs.webkit.org/show_bug.cgi?id=69615
Ossyize failing test.
- platform/qt/Skipped:
- 3:59 AM Changeset in webkit [96927] by
-
- 4 edits15 deletes in trunk/Source
Unreviewed, rolling out r96909.
http://trac.webkit.org/changeset/96909
https://bugs.webkit.org/show_bug.cgi?id=69616
Broke chromium mac compilation (Requested by podivilov on
#webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-07
Source/WebCore:
- platform/graphics/chromium/ContentLayerChromium.h:
Source/WebKit/chromium:
- WebKit.gyp:
- public/WebContentLayer.h: Removed.
- public/WebContentLayerClient.h: Removed.
- public/WebLayer.h: Removed.
- public/WebLayerClient.h: Removed.
- public/WebLayerTreeView.h: Removed.
- public/WebLayerTreeViewClient.h: Removed.
- src/WebContentLayer.cpp: Removed.
- src/WebContentLayerImpl.cpp: Removed.
- src/WebContentLayerImpl.h: Removed.
- src/WebLayer.cpp: Removed.
- src/WebLayerImpl.cpp: Removed.
- src/WebLayerImpl.h: Removed.
- src/WebLayerTreeView.cpp: Removed.
- src/WebLayerTreeViewImpl.cpp: Removed.
- src/WebLayerTreeViewImpl.h: Removed.
- 3:54 AM Changeset in webkit [96926] by
-
- 2 edits in trunk/Source/WebKit/chromium
2011-10-07 Pavel Podivilov <podivilov@chromium.org>
Unreviewed, revert r96924.
- public/WebContentLayer.h:
- 3:19 AM Changeset in webkit [96925] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: Element highlighting does not highlight padding/border/margin for inline elements.
https://bugs.webkit.org/show_bug.cgi?id=69558
Reviewed by Pavel Feldman.
- inspector/DOMNodeHighlighter.cpp:
- 3:12 AM Changeset in webkit [96924] by
-
- 2 edits in trunk/Source/WebKit/chromium
2011-10-07 Pavel Podivilov <podivilov@chromium.org>
Unreviewed, fix mac build after r96909.
- public/WebContentLayer.h:
- 2:53 AM Changeset in webkit [96923] by
-
- 2 edits in trunk/Source/WebKit/chromium
Turn ENABLE_VIDEO_TRACK on for chromium.
https://bugs.webkit.org/show_bug.cgi?id=69460
Reviewed by David Levin.
- features.gypi:
- 2:51 AM Changeset in webkit [96922] by
-
- 3 edits3 adds in trunk
[GTK] Don't expose objects with unknown role on GTK
https://bugs.webkit.org/show_bug.cgi?id=69561
Reviewed by Chris Fleizach.
Source/WebCore:
Ignore accessibility objects in accessibilityPlatformIncludesObject.
Test: platform/gtk/accessibility/unknown-roles-not-exposed.html
- accessibility/gtk/AccessibilityObjectAtk.cpp:
(WebCore::AccessibilityObject::accessibilityPlatformIncludesObject):
For unknown accessibility objects, return IgnoreObject.
LayoutTests:
New test to check that unknown objects are not exposed in GTK.
- platform/gtk/accessibility/unknown-roles-not-exposed-expected.txt: Added.
- platform/gtk/accessibility/unknown-roles-not-exposed.html: Added.
Added new expectation for new accessibility layout test introduced
in r96127 that was not possible to add before because of this bug.
- platform/gtk/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added.
- 2:35 AM Changeset in webkit [96921] by
-
- 2 edits1 add in trunk/LayoutTests
Unreviewed, GTK baselines for
security/redirect-BLOCKED-to-localURL.html test.
- platform/gtk/Skipped:
- platform/gtk/http/tests/security/redirect-BLOCKED-to-localURL-expected.txt: Added.
- 2:33 AM Changeset in webkit [96920] by
-
- 1 edit1 add in trunk/LayoutTests
Web Inspector: UI performance test for logging 100 messages to the console.
https://bugs.webkit.org/show_bug.cgi?id=69608
Reviewed by Pavel Feldman.
- inspector/performance/resources/console-append-100-lines.html: Added.
- 2:27 AM Changeset in webkit [96919] by
-
- 2 edits in trunk/Source/WebKit/chromium
2011-10-07 Pavel Feldman <pfeldman@google.com>
Not reviewed: also add glass pane to the frame document's body.
- src/js/DevTools.js:
- 2:19 AM Changeset in webkit [96918] by
-
- 6 edits1 copy57 moves9 adds13 deletes in trunk/LayoutTests
Move <input type=file> tests to fast/forms/file/
https://bugs.webkit.org/show_bug.cgi?id=69504
Reviewed by Hajime Morita.
- fast/forms/file-input-change-event-expected.txt: Removed.
- fast/forms/file-input-change-event.html: Removed.
- fast/forms/file-input-direction.html: Removed.
- fast/forms/file-input-disabled.html: Removed.
- fast/forms/file-input-hit-test-expected.txt: Removed.
- fast/forms/file-input-hit-test.html: Removed.
- fast/forms/file-input-reset-expected.html: Removed.
- fast/forms/file-input-reset.html: Removed.
- fast/forms/file/file-input-change-event-expected.txt: Copied from LayoutTests/fast/forms/file-input-change-event-expected.txt.
- fast/forms/file/file-input-change-event.html: Copied from LayoutTests/fast/forms/file-input-change-event.html.
- fast/forms/file/file-input-direction.html: Copied from LayoutTests/fast/forms/file-input-direction.html.
- fast/forms/file/file-input-disabled.html: Copied from LayoutTests/fast/forms/file-input-disabled.html.
- fast/forms/file/file-input-hit-test-expected.txt: Copied from LayoutTests/fast/forms/file-input-hit-test-expected.txt.
- fast/forms/file/file-input-hit-test.html: Copied from LayoutTests/fast/forms/file-input-hit-test.html.
- fast/forms/file/file-input-reset-expected.html: Copied from LayoutTests/fast/forms/file-input-reset-expected.html.
- fast/forms/file/file-input-reset.html: Copied from LayoutTests/fast/forms/file-input-reset.html.
- fast/forms/file/get-file-upload-expected.txt: Copied from LayoutTests/fast/forms/get-file-upload-expected.txt.
- fast/forms/file/get-file-upload.html: Copied from LayoutTests/fast/forms/get-file-upload.html.
- fast/forms/file/hidden-input-file-expected.html: Copied from LayoutTests/fast/forms/hidden-input-file.html.
- fast/forms/file/hidden-input-file.html: Copied from LayoutTests/fast/forms/hidden-input-file.html.
- fast/forms/file/input-file-directory-upload-expected.txt: Copied from LayoutTests/fast/forms/input-file-directory-upload-expected.txt.
- fast/forms/file/input-file-directory-upload.html: Copied from LayoutTests/fast/forms/input-file-directory-upload.html.
- fast/forms/file/input-file-label-expected.txt: Copied from LayoutTests/fast/forms/input-file-label-expected.txt.
- fast/forms/file/input-file-label.html: Copied from LayoutTests/fast/forms/input-file-label.html.
- fast/forms/file/input-file-not-open-without-gesture-expected.txt: Copied from LayoutTests/fast/forms/input-file-not-open-without-gesture-expected.txt.
- fast/forms/file/input-file-not-open-without-gesture.html: Copied from LayoutTests/fast/forms/input-file-not-open-without-gesture.html.
- fast/forms/file/input-file-re-render.html: Copied from LayoutTests/fast/forms/input-file-re-render.html.
- fast/forms/get-file-upload-expected.txt: Removed.
- fast/forms/get-file-upload.html: Removed.
- fast/forms/hidden-input-file.html: Removed.
- fast/forms/input-file-directory-upload-expected.txt: Removed.
- fast/forms/input-file-directory-upload.html: Removed.
- fast/forms/input-file-label-expected.txt: Removed.
- fast/forms/input-file-label.html: Removed.
- fast/forms/input-file-not-open-without-gesture-expected.txt: Removed.
- fast/forms/input-file-not-open-without-gesture.html: Removed.
- fast/forms/input-file-re-render.html: Removed.
- platform/chromium-cg-mac-leopard/fast/forms/file: Added.
- platform/chromium-cg-mac-leopard/fast/forms/file-input-direction-expected.png: Removed.
- platform/chromium-cg-mac-leopard/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/file-input-direction-expected.png.
- platform/chromium-cg-mac-leopard/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/input-file-re-render-expected.png.
- platform/chromium-cg-mac-leopard/fast/forms/input-file-re-render-expected.png: Removed.
- platform/chromium-cg-mac/fast/forms/file: Added.
- platform/chromium-cg-mac/fast/forms/file-input-direction-expected.png: Removed.
- platform/chromium-cg-mac/fast/forms/file-input-direction-expected.txt: Removed.
- platform/chromium-cg-mac/fast/forms/file-input-disabled-expected.png: Removed.
- platform/chromium-cg-mac/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-cg-mac/fast/forms/file-input-direction-expected.png.
- platform/chromium-cg-mac/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/chromium-cg-mac/fast/forms/file-input-direction-expected.txt.
- platform/chromium-cg-mac/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/chromium-cg-mac/fast/forms/file-input-disabled-expected.png.
- platform/chromium-cg-mac/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-cg-mac/fast/forms/input-file-re-render-expected.png.
- platform/chromium-cg-mac/fast/forms/hidden-input-file-expected.txt: Removed.
- platform/chromium-cg-mac/fast/forms/input-file-re-render-expected.png: Removed.
- platform/chromium-linux/fast/forms/file: Added.
- platform/chromium-linux/fast/forms/file-input-direction-expected.png: Removed.
- platform/chromium-linux/fast/forms/file-input-direction-expected.txt: Removed.
- platform/chromium-linux/fast/forms/file-input-disabled-expected.png: Removed.
- platform/chromium-linux/fast/forms/file-input-disabled-expected.txt: Removed.
- platform/chromium-linux/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/file-input-direction-expected.png.
- platform/chromium-linux/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/file-input-direction-expected.txt.
- platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/file-input-disabled-expected.png.
- platform/chromium-linux/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/file-input-disabled-expected.txt.
- platform/chromium-linux/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-file-re-render-expected.png.
- platform/chromium-linux/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-file-re-render-expected.txt.
- platform/chromium-linux/fast/forms/hidden-input-file-expected.png: Removed.
- platform/chromium-linux/fast/forms/hidden-input-file-expected.txt: Removed.
- platform/chromium-linux/fast/forms/input-file-re-render-expected.png: Removed.
- platform/chromium-linux/fast/forms/input-file-re-render-expected.txt: Removed.
- platform/chromium-mac/fast/forms/file: Added.
- platform/chromium-mac/fast/forms/file-input-direction-expected.png: Removed.
- platform/chromium-mac/fast/forms/file-input-direction-expected.txt: Removed.
- platform/chromium-mac/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/file-input-direction-expected.png.
- platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/file-input-direction-expected.txt.
- platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/input-file-re-render-expected.png.
- platform/chromium-mac/fast/forms/hidden-input-file-expected.png: Removed.
- platform/chromium-mac/fast/forms/hidden-input-file-expected.txt: Removed.
- platform/chromium-mac/fast/forms/input-file-re-render-expected.png: Removed.
- platform/chromium-win/fast/forms/file: Added.
- platform/chromium-win/fast/forms/file-input-direction-expected.png: Removed.
- platform/chromium-win/fast/forms/file-input-direction-expected.txt: Removed.
- platform/chromium-win/fast/forms/file-input-disabled-expected.png: Removed.
- platform/chromium-win/fast/forms/file-input-disabled-expected.txt: Removed.
- platform/chromium-win/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/file-input-direction-expected.png.
- platform/chromium-win/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/file-input-direction-expected.txt.
- platform/chromium-win/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/file-input-disabled-expected.png.
- platform/chromium-win/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/file-input-disabled-expected.txt.
- platform/chromium-win/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/input-file-re-render-expected.png.
- platform/chromium-win/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/input-file-re-render-expected.txt.
- platform/chromium-win/fast/forms/hidden-input-file-expected.png: Removed.
- platform/chromium-win/fast/forms/hidden-input-file-expected.txt: Removed.
- platform/chromium-win/fast/forms/input-file-re-render-expected.png: Removed.
- platform/chromium-win/fast/forms/input-file-re-render-expected.txt: Removed.
- platform/chromium/test_expectations.txt:
- platform/gtk/Skipped:
- platform/gtk/fast/forms/file: Added.
- platform/gtk/fast/forms/file-input-direction-expected.png: Removed.
- platform/gtk/fast/forms/file-input-direction-expected.txt: Removed.
- platform/gtk/fast/forms/file-input-disabled-expected.png: Removed.
- platform/gtk/fast/forms/file-input-disabled-expected.txt: Removed.
- platform/gtk/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/file-input-direction-expected.png.
- platform/gtk/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/file-input-direction-expected.txt.
- platform/gtk/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/file-input-disabled-expected.png.
- platform/gtk/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/file-input-disabled-expected.txt.
- platform/gtk/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/input-file-re-render-expected.png.
- platform/gtk/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/input-file-re-render-expected.txt.
- platform/gtk/fast/forms/hidden-input-file-expected.png: Removed.
- platform/gtk/fast/forms/hidden-input-file-expected.txt: Removed.
- platform/gtk/fast/forms/input-file-re-render-expected.png: Removed.
- platform/gtk/fast/forms/input-file-re-render-expected.txt: Removed.
- platform/mac-leopard/fast/forms/file: Added.
- platform/mac-leopard/fast/forms/file-input-direction-expected.png: Removed.
- platform/mac-leopard/fast/forms/file-input-disabled-expected.png: Removed.
- platform/mac-leopard/fast/forms/file-input-disabled-expected.txt: Removed.
- platform/mac-leopard/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/file-input-direction-expected.png.
- platform/mac-leopard/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/file-input-disabled-expected.png.
- platform/mac-leopard/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/forms/file-input-disabled-expected.txt.
- platform/mac-leopard/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/input-file-re-render-expected.png.
- platform/mac-leopard/fast/forms/hidden-input-file-expected.png: Removed.
- platform/mac-leopard/fast/forms/input-file-re-render-expected.png: Removed.
- platform/mac/Skipped:
- platform/mac/fast/forms/file: Added.
- platform/mac/fast/forms/file-input-direction-expected.png: Removed.
- platform/mac/fast/forms/file-input-direction-expected.txt: Removed.
- platform/mac/fast/forms/file-input-disabled-expected.png: Removed.
- platform/mac/fast/forms/file-input-disabled-expected.txt: Removed.
- platform/mac/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file-input-direction-expected.png.
- platform/mac/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file-input-direction-expected.txt.
- platform/mac/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file-input-disabled-expected.png.
- platform/mac/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file-input-disabled-expected.txt.
- platform/mac/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-file-re-render-expected.png.
- platform/mac/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-file-re-render-expected.txt.
- platform/mac/fast/forms/hidden-input-file-expected.png: Removed.
- platform/mac/fast/forms/hidden-input-file-expected.txt: Removed.
- platform/mac/fast/forms/input-file-re-render-expected.png: Removed.
- platform/mac/fast/forms/input-file-re-render-expected.txt: Removed.
- platform/qt/Skipped:
- platform/qt/fast/forms/file: Added.
- platform/qt/fast/forms/file-input-direction-expected.txt: Removed.
- platform/qt/fast/forms/file-input-disabled-expected.txt: Removed.
- platform/qt/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/file-input-direction-expected.txt.
- platform/qt/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/file-input-disabled-expected.txt.
- platform/qt/fast/forms/hidden-input-file-expected.txt: Removed.
- platform/win/Skipped:
- 2:12 AM Changeset in webkit [96917] by
-
- 2 edits in trunk/Source/WebKit/chromium
Web Inspector: glass pane does not disappear after network panel's grid column resize.
https://bugs.webkit.org/show_bug.cgi?id=69607
Reviewed by Yury Semikhatsky.
- src/js/DevTools.js:
- 2:04 AM Changeset in webkit [96916] by
-
- 2 edits in trunk/Source/WebKit/wince
Unreviewed build fix after r95604.
- WebCoreSupport/PlatformStrategiesWinCE.cpp:
(PlatformStrategiesWinCE::isLinkVisited):
(PlatformStrategiesWinCE::addVisitedLink):
- 1:31 AM Changeset in webkit [96915] by
-
- 21 edits in trunk/Source/WebCore
Web Inspector: add Elements and Network panels to the compilation
https://bugs.webkit.org/show_bug.cgi?id=69604
Patch by Pavel Feldman <pfeldman@chromium.org> on 2011-10-07
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/BreakpointsSidebarPane.js:
(WebInspector.XHRBreakpointsSidebarPane.prototype._addButtonClicked):
(WebInspector.XHRBreakpointsSidebarPane.prototype._labelClicked):
- inspector/front-end/DOMAgent.js:
- inspector/front-end/DOMBreakpointsSidebarPane.js:
- inspector/front-end/DataGrid.js:
(WebInspector.DataGrid.prototype._startEditingConfig):
- inspector/front-end/Drawer.js:
- inspector/front-end/ElementsPanel.js:
(WebInspector.ElementsPanel.prototype._hideSearchHighlights):
(WebInspector.ElementsPanel.prototype.updateBreadcrumb):
(WebInspector.ElementsPanel.prototype.updateBreadcrumbSizes.collapseDimmed):
(WebInspector.ElementsPanel.prototype.updateBreadcrumbSizes):
(WebInspector.ElementsPanel.prototype._registerShortcuts):
- inspector/front-end/ElementsTreeOutline.js:
(WebInspector.ElementsTreeElement.prototype._startEditingAttribute):
(WebInspector.ElementsTreeElement.prototype._startEditingTextNode):
(WebInspector.ElementsTreeElement.prototype._startEditingTagName):
(WebInspector.ElementsTreeElement.prototype._startEditingAsHTML):
- inspector/front-end/GoToLineDialog.js:
(WebInspector.GoToLineDialog._show):
- inspector/front-end/MetricsSidebarPane.js:
(WebInspector.MetricsSidebarPane.prototype.startEditing):
- inspector/front-end/NetworkPanel.js:
(WebInspector.NetworkLogView.prototype._onLoadEventFired):
(WebInspector.NetworkLogView.prototype._domContentLoadedEventFired):
(WebInspector.NetworkLogView.prototype._updateOffscreenRows):
(WebInspector.NetworkLogView.prototype._removeAllNodeHighlights):
(WebInspector.NetworkPanel.prototype._resourceByAnchor):
(WebInspector.NetworkDataGridNode.prototype._refreshInitiatorCell):
- inspector/front-end/ObjectPropertiesSection.js:
(WebInspector.ObjectPropertyTreeElement.prototype.startEditing):
- inspector/front-end/Panel.js:
- inspector/front-end/Popover.js:
- inspector/front-end/SourceFrame.js:
(WebInspector.SourceFrame.prototype._editBreakpointCondition):
- inspector/front-end/StylesSidebarPane.js:
(WebInspector.StylePropertiesSection.prototype.startEditingSelector):
(WebInspector.StylePropertyTreeElement.prototype):
- inspector/front-end/TimelineGrid.js:
- inspector/front-end/UIUtils.js:
(WebInspector.EditingConfig):
(WebInspector.startEditing.editingCancelled):
(WebInspector.startEditing.editingCommitted):
(WebInspector.formatLocalized):
(WebInspector.openLinkExternallyLabel):
(WebInspector.openInNetworkPanelLabel):
(WebInspector.copyLinkAddressLabel):
- inspector/front-end/externs.js:
(WebInspector.extensionServer.notifyObjectSelected):
(WebInspector.openResource):
- inspector/front-end/inspector.js:
(WebInspector.resourceForURL):
- 1:11 AM Changeset in webkit [96914] by
-
- 4 edits in trunk/Source/WebCore
Change enum value names for TextTrack::readyState and TextTrack::mode
https://bugs.webkit.org/show_bug.cgi?id=69603
Reviewed by David Levin.
No new tests. No new functionality.
- html/LoadableTextTrack.cpp:
(WebCore::LoadableTextTrack::trackLoadStarted):
(WebCore::LoadableTextTrack::trackLoadError):
(WebCore::LoadableTextTrack::trackLoadCompleted):
- html/TextTrack.cpp:
(WebCore::TextTrack::TextTrack):
(WebCore::TextTrack::setMode):
- html/TextTrack.h:
- 12:59 AM Changeset in webkit [96913] by
-
- 2 edits in trunk/Source/WebCore
Adding parens in WebVTTParser.cpp to appease compiler preferences.
https://bugs.webkit.org/show_bug.cgi?id=69602
Reviewed by David Levin.
No new tests. No new functionality.
- html/track/WebVTTParser.cpp:
(WebCore::WebVTTParser::constructTreeFromToken):
- 12:43 AM Changeset in webkit [96912] by
-
- 5 edits3 adds in trunk/Source/WebKit/chromium
Always call setActive() in WebViewImpl::setFocus(),
not just when enabling focus.
https://bugs.webkit.org/show_bug.cgi?id=65220
Reviewed by Darin Fisher.
- WebKit.gyp:
- WebKit.gypi:
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::setFocus):
- tests/FrameTestHelpers.cpp: Added, refactored out of WebFrameTest.cpp.
(WebKit::FrameTestHelpers::registerMockedURLLoad):
(WebKit::FrameTestHelpers::loadFrame):
(WebKit::FrameTestHelpers::defaultWebFrameClient):
(WebKit::FrameTestHelpers::defaultWebViewClient):
(WebKit::FrameTestHelpers::createWebViewAndLoad):
- tests/FrameTestHelpers.h: Added, refactored out of WebFrameTest.cpp.
- tests/WebFrameTest.cpp:
- tests/WebViewTest.cpp: Added.
- 12:06 AM Changeset in webkit [96911] by
-
- 6 edits in trunk/LayoutTests
Test update for r96893.
https://bugs.webkit.org/show_bug.cgi?id=53752
r96893 changed the behavior of dataset-gc.html and
dataset-xhtml.xhtml. We update these tests because the new
behavior matches to Firefox and Opera.
- fast/dom/dataset-gc-expected.txt:
- fast/dom/dataset-xhtml-expected.txt:
- fast/dom/script-tests/dataset-gc.js:
- fast/dom/script-tests/dataset-xhtml.js:
- platform/chromium/test_expectations.txt:
- 12:04 AM Changeset in webkit [96910] by
-
- 2 edits in trunk/Source/WebKit/chromium
Adds a field, "saveAs", to WebFileChooserParams to present the file chooser
dialog in "Save As" mode (allows the user to choose a possibly non-existent file
for saving).
https://bugs.webkit.org/show_bug.cgi?id=69301
Reviewed by Darin Fisher.
- public/WebFileChooserParams.h:
(WebKit::WebFileChooserParams::WebFileChooserParams):
Oct 6, 2011:
- 11:49 PM Changeset in webkit [96909] by
-
- 4 edits15 adds in trunk/Source
Webkit API for compositor
https://bugs.webkit.org/show_bug.cgi?id=69107
Patch by Antoine Labour <piman@chromium.org> on 2011-10-06
Reviewed by Darin Fisher.
Source/WebCore:
Covered by existing compositing tests.
- platform/graphics/chromium/ContentLayerChromium.h:
Source/WebKit/chromium:
- WebKit.gyp:
- public/WebContentLayer.h: Added.
(WebKit::WebContentLayer::WebContentLayer):
(WebKit::WebContentLayer::~WebContentLayer):
(WebKit::WebContentLayer::operator=):
- public/WebContentLayerClient.h: Added.
(WebKit::WebContentLayerClient::~WebContentLayerClient):
- public/WebLayer.h: Added.
(WebKit::WebLayer::WebLayer):
(WebKit::WebLayer::operator=):
(WebKit::WebLayer::to):
(WebKit::WebLayer::toConst):
(WebKit::WebLayer::unwrap):
(WebKit::WebLayer::constUnwrap):
(WebKit::operator==):
(WebKit::operator!=):
- public/WebLayerClient.h: Added.
(WebKit::WebLayerClient::~WebLayerClient):
- public/WebLayerTreeView.h: Added.
(WebKit::WebLayerTreeView::Settings::Settings):
(WebKit::WebLayerTreeView::WebLayerTreeView):
(WebKit::WebLayerTreeView::~WebLayerTreeView):
(WebKit::WebLayerTreeView::operator=):
(WebKit::operator==):
(WebKit::operator!=):
- public/WebLayerTreeViewClient.h: Added.
(WebKit::WebLayerTreeViewClient::~WebLayerTreeViewClient):
- src/WebContentLayer.cpp: Added.
(WebKit::WebContentLayer::create):
(WebKit::WebContentLayer::setDrawsContent):
(WebKit::WebContentLayer::drawsContent):
(WebKit::WebContentLayer::setNeedsDisplay):
(WebKit::WebContentLayer::dirtyRect):
(WebKit::WebContentLayer::WebContentLayer):
(WebKit::WebContentLayer::operator=):
(WebKit::WebContentLayer::operator PassRefPtr<WebContentLayerImpl>):
- src/WebContentLayerImpl.cpp: Added.
(WebKit::WebContentLayerImpl::create):
(WebKit::WebContentLayerImpl::WebContentLayerImpl):
(WebKit::WebContentLayerImpl::~WebContentLayerImpl):
(WebKit::WebContentLayerImpl::setDrawsContent):
(WebKit::WebContentLayerImpl::drawsContent):
(WebKit::WebContentLayerImpl::paintContents):
(WebKit::WebContentLayerImpl::notifySyncRequired):
- src/WebContentLayerImpl.h: Added.
- src/WebLayer.cpp: Added.
(WebKit::WebLayer::create):
(WebKit::WebLayer::~WebLayer):
(WebKit::WebLayer::reset):
(WebKit::WebLayer::assign):
(WebKit::WebLayer::equals):
(WebKit::WebLayer::rootLayer):
(WebKit::WebLayer::parent):
(WebKit::WebLayer::addChild):
(WebKit::WebLayer::insertChild):
(WebKit::WebLayer::replaceChild):
(WebKit::WebLayer::removeFromParent):
(WebKit::WebLayer::removeAllChildren):
(WebKit::WebLayer::setAnchorPoint):
(WebKit::WebLayer::anchorPoint):
(WebKit::WebLayer::setAnchorPointZ):
(WebKit::WebLayer::anchorPointZ):
(WebKit::WebLayer::setBounds):
(WebKit::WebLayer::bounds):
(WebKit::WebLayer::setMasksToBounds):
(WebKit::WebLayer::masksToBounds):
(WebKit::WebLayer::setMaskLayer):
(WebKit::WebLayer::maskLayer):
(WebKit::WebLayer::setOpacity):
(WebKit::WebLayer::opacity):
(WebKit::WebLayer::setOpaque):
(WebKit::WebLayer::opaque):
(WebKit::WebLayer::setPosition):
(WebKit::WebLayer::position):
(WebKit::WebLayer::setSublayerTransform):
(WebKit::WebLayer::sublayerTransform):
(WebKit::WebLayer::setTransform):
(WebKit::WebLayer::transform):
(WebKit::WebLayer::WebLayer):
(WebKit::WebLayer::operator=):
(WebKit::WebLayer::operator PassRefPtr<LayerChromium>):
- src/WebLayerImpl.cpp: Added.
(WebKit::WebLayerImpl::create):
(WebKit::WebLayerImpl::WebLayerImpl):
(WebKit::WebLayerImpl::~WebLayerImpl):
(WebKit::WebLayerImpl::drawsContent):
(WebKit::WebLayerImpl::paintContents):
(WebKit::WebLayerImpl::notifySyncRequired):
- src/WebLayerImpl.h: Added.
- src/WebLayerTreeView.cpp: Added.
(WebKit::WebLayerTreeView::Settings::operator CCSettings):
(WebKit::WebLayerTreeView::create):
(WebKit::WebLayerTreeView::reset):
(WebKit::WebLayerTreeView::assign):
(WebKit::WebLayerTreeView::equals):
(WebKit::WebLayerTreeView::composite):
(WebKit::WebLayerTreeView::setViewportSize):
(WebKit::WebLayerTreeView::viewportSize):
(WebKit::WebLayerTreeView::WebLayerTreeView):
(WebKit::WebLayerTreeView::operator=):
(WebKit::WebLayerTreeView::operator PassRefPtr<CCLayerTreeHost>):
- src/WebLayerTreeViewImpl.cpp: Added.
(WebKit::WebLayerTreeViewImpl::create):
(WebKit::WebLayerTreeViewImpl::WebLayerTreeViewImpl):
(WebKit::WebLayerTreeViewImpl::~WebLayerTreeViewImpl):
(WebKit::WebLayerTreeViewImpl::animateAndLayout):
(WebKit::WebLayerTreeViewImpl::applyScrollDelta):
(WebKit::WebLayerTreeViewImpl::createLayerTreeHostContext3D):
(WebKit::WebLayerTreeViewImpl::didRecreateGraphicsContext):
(WebKit::WebLayerTreeViewImpl::scheduleComposite):
- src/WebLayerTreeViewImpl.h: Added.
- 11:19 PM Changeset in webkit [96908] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] Build fix for r96907.
- tests/PopupMenuTest.cpp:
(WebKit::TestPopupMenuClient::valueChanged):
Use HTMLSelectElement instead of SelectElement.
- 11:05 PM Changeset in webkit [96907] by
-
- 14 edits1 move in trunk/Source/WebCore
Remove SelectElement class
https://bugs.webkit.org/show_bug.cgi?id=69518
Reviewed by Ryosuke Niwa.
SelectElement used to be an abstract class for HTMLSelectElement
and WMLSelectElement. SelectElement is not needed anymore because
WML was removed.
This patch just removes SelectElement by moving SelectElement
functions to HTMLSelectElement.
No new tests. Just a refactoring.
- WebCore.vcproj/WebCore.vcproj:
Rename dom\SelectElementWin.cpp to html\HTMLSelectElementWin.cpp.
- accessibility/AccessibilityListBoxOption.cpp:
(WebCore::AccessibilityListBoxOption::setSelected):
Remove unnecessary cast.
- accessibility/AccessibilityRenderObject.cpp:
(WebCore::AccessibilityRenderObject::stringValue):
Use HTMLSelectElement instead of SelectElement.
- accessibility/gtk/AccessibilityObjectWrapperAtk.cpp:
(optionFromSelection): ditto.
(webkit_accessible_selection_get_selection_count): ditto.
- accessibility/gtk/AXObjectCacheAtk.cpp:
(notifyChildrenSelectionChange): ditto.
- dom/OptionElement.cpp:
(WebCore::OptionElement::optionIndex): ditto.
- dom/OptionElement.h: ditto.
- dom/SelectElement.cpp:
(WebCore::SelectElementData::checkListItems): ditto.
(WebCore::SelectElementData::listItems): ditto.
- dom/SelectElementWin.cpp: Removed.
- dom/SelectElement.h: Removed SelectElement class declaration.
- html/HTMLSelectElement.cpp: Move functions from SelectElement.cpp.
(WebCore::HTMLSelectElement::selectedIndex):
Removed 'SelectElement::' because the function is moved to HTMLSelectElement.
(WebCore::HTMLSelectElement::deselectItems): dito.
(WebCore::HTMLSelectElement::setSelectedIndex): dito.
(WebCore::HTMLSelectElement::setSelectedIndexByUser): ditto.
(WebCore::HTMLSelectElement::activeSelectionEndListIndex): ditto.
(WebCore::HTMLSelectElement::length): ditto.
(WebCore::HTMLSelectElement::saveFormControlState): ditto.
(WebCore::HTMLSelectElement::restoreFormControlState): ditto.
(WebCore::HTMLSelectElement::parseMappedAttribute): ditto.
(WebCore::HTMLSelectElement::selectAll): ditto.
(WebCore::HTMLSelectElement::appendFormData): ditto.
(WebCore::HTMLSelectElement::optionToListIndex): ditto.
(WebCore::HTMLSelectElement::listToOptionIndex): ditto.
(WebCore::HTMLSelectElement::recalcListItems): ditto.
(WebCore::HTMLSelectElement::setRecalcListItems): ditto.
(WebCore::HTMLSelectElement::reset): ditto.
(WebCore::HTMLSelectElement::dispatchFocusEvent): ditto.
(WebCore::HTMLSelectElement::dispatchBlurEvent): ditto.
(WebCore::HTMLSelectElement::defaultEventHandler): ditto.
(WebCore::HTMLSelectElement::setActiveSelectionAnchorIndex): ditto.
(WebCore::HTMLSelectElement::setActiveSelectionEndIndex): ditto.
(WebCore::HTMLSelectElement::updateListBoxSelection): ditto.
(WebCore::HTMLSelectElement::menuListOnChange): ditto.
(WebCore::HTMLSelectElement::listBoxOnChange): ditto.
(WebCore::HTMLSelectElement::saveLastSelection): ditto.
(WebCore::HTMLSelectElement::accessKeySetSelectedIndex): ditto.
(WebCore::HTMLSelectElement::scrollToSelection): ditto.
(WebCore::HTMLSelectElement::insertedIntoTree): ditto.
(WebCore::nextValidIndex): Moved from SelectElement.cpp.
(WebCore::nextSelectableListIndex): ditto.
(WebCore::previousSelectableListIndex): ditto.
(WebCore::firstSelectableListIndex): ditto.
(WebCore::lastSelectableListIndex): ditto.
(WebCore::nextSelectableListIndexPageAway): ditto.
(WebCore::HTMLSelectElement::setOptionsChangedOnRenderer): ditto.
(WebCore::HTMLSelectElement::parseMultipleAttribute): ditto.
(WebCore::HTMLSelectElement::platformHandleKeydownEvent): ditto.
(WebCore::HTMLSelectElement::menuListDefaultEventHandler): ditto.
(WebCore::HTMLSelectElement::updateSelectedState): ditto.
(WebCore::HTMLSelectElement::listBoxDefaultEventHandler): ditto.
(WebCore::HTMLSelectElement::lastSelectedListIndex): ditto.
(WebCore::stripLeadingWhiteSpace): ditto.
(WebCore::HTMLSelectElement::typeAheadFind): ditto.
(WebCore::HTMLSelectElement::optionCount): ditto.
(WebCore::toSelectElement): ditto.
- html/HTMLSelectElementWin.cpp: Copied from Source/WebCore/dom/SelectElementWin.cpp.
(WebCore::HTMLSelectElement::platformHandleKeydownEvent):
- html/HTMLSelectElement.h: Removed 'virtual' of SelectElement functions.
(WebCore::HTMLSelectElement::size):
(WebCore::HTMLSelectElement::multiple):
(WebCore::HTMLSelectElement::listItems):
(WebCore::HTMLSelectElement::updateValidity):
- rendering/RenderListBox.cpp: Replace SelectElement with HTMLSelectElement
(WebCore::RenderListBox::RenderListBox):
(WebCore::RenderListBox::scrollToRevealSelection):
(WebCore::RenderListBox::addFocusRingRects):
(WebCore::RenderListBox::paintItemForeground):
(WebCore::RenderListBox::paintItemBackground):
(WebCore::RenderListBox::panScroll):
(WebCore::RenderListBox::autoscroll):
(WebCore::RenderListBox::valueChanged):
- rendering/RenderMenuList.cpp: Replace SelectElement with HTMLSelectElement
(WebCore::RenderMenuList::RenderMenuList):
(WebCore::RenderMenuList::setTextFromOption):
(WebCore::RenderMenuList::showPopup):
(WebCore::RenderMenuList::valueChanged):
(WebCore::RenderMenuList::listBoxSelectItem):
(WebCore::RenderMenuList::multiple):
(WebCore::RenderMenuList::didSetSelectedIndex):
(WebCore::RenderMenuList::didUpdateActiveOption):
(WebCore::RenderMenuList::itemText):
(WebCore::RenderMenuList::itemAccessibilityText):
(WebCore::RenderMenuList::itemToolTip):
(WebCore::RenderMenuList::itemIsEnabled):
(WebCore::RenderMenuList::itemStyle):
(WebCore::RenderMenuList::itemBackgroundColor):
(WebCore::RenderMenuList::listSize):
(WebCore::RenderMenuList::selectedIndex):
(WebCore::RenderMenuList::itemIsSeparator):
(WebCore::RenderMenuList::itemIsLabel):
(WebCore::RenderMenuList::itemIsSelected):
(WebCore::RenderMenuList::setTextFromItem):
- 10:42 PM Changeset in webkit [96906] by
-
- 7 edits2 adds in trunk
Port PixelZoomer to work in garden-o-matic
https://bugs.webkit.org/show_bug.cgi?id=69577
Reviewed by David Levin.
Tools:
This implementation of PixelZoomer is basically a fork of the
implementation used by results.html. These two apps have different
requirements on where this code lives. results.html wants to be
self-contained whereas garden-o-matic wants to live in the public_html
folder of the buildbot. We could do something fancy here to share the
code, but that's not likely to be of much benefit.
I had to change a few things about pixelzoomer to accounter for the
differences in DOM between results.html and garden-o-matic, but
surprisingly little. I also moved all the code into an anonymous
function, which is the style we're suing for module separation in
garden-o-matic. Finally, some jQuery-ims snuck in because I didn't
want to drag along too many extra functions from results.html.
- BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html:
- BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/garden-o-matic.js:
- BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/pixelzoomer.js: Added.
- BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/results.js:
- BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/styles/pixelzoomer.css: Added.
(.pixel-zoom-container):
(.pixel-zoom-container > *):
(.pixel-zoom-container .scaled-image-container):
(.scaled-image-container > img):
LayoutTests:
Change the timeout constant to so that it matches garden-o-matic. In
garden-o-matic, 200 MS was too fast because you mouse around the UI a
lot more.
- fast/harness/results.html:
- 10:22 PM Changeset in webkit [96905] by
-
- 2 edits in trunk/Websites/webkit.org
Add Motorola Mobility to team.html
https://bugs.webkit.org/show_bug.cgi?id=69597
Reviewed by Ryosuke Niwa.
- team.html:
- 10:16 PM Changeset in webkit [96904] by
-
- 2 edits in trunk/Source/WebKit2
[WinCairo] Correct improper identification of WKQC extensions.
https://bugs.webkit.org/show_bug.cgi?id=69600
- DerivedSources.make: Make sure we are not building the
WinCairo variant.
- 9:33 PM Changeset in webkit [96903] by
-
- 5 edits in trunk/Source
Versioning.
- 9:32 PM Changeset in webkit [96902] by
-
- 1 copy in tags/Safari-535.6
New tag.
- 9:21 PM Changeset in webkit [96901] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Fix test expectations. Broken test from r96870. Bug filed.
Unreviewed.
- platform/chromium/test_expectations.txt: Added smart-paste-008.html on all platforms.
- 9:20 PM Changeset in webkit [96900] by
-
- 4 edits15 deletes in trunk/Source
Unreviewed, rolling out r96896.
http://trac.webkit.org/changeset/96896
https://bugs.webkit.org/show_bug.cgi?id=69601
broke windows and mac chromium builds (Requested by simonjam
on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-06
Source/WebCore:
- platform/graphics/chromium/ContentLayerChromium.h:
Source/WebKit/chromium:
- WebKit.gyp:
- public/WebContentLayer.h: Removed.
- public/WebContentLayerClient.h: Removed.
- public/WebLayer.h: Removed.
- public/WebLayerClient.h: Removed.
- public/WebLayerTreeView.h: Removed.
- public/WebLayerTreeViewClient.h: Removed.
- src/WebContentLayer.cpp: Removed.
- src/WebContentLayerImpl.cpp: Removed.
- src/WebContentLayerImpl.h: Removed.
- src/WebLayer.cpp: Removed.
- src/WebLayerImpl.cpp: Removed.
- src/WebLayerImpl.h: Removed.
- src/WebLayerTreeView.cpp: Removed.
- src/WebLayerTreeViewImpl.cpp: Removed.
- src/WebLayerTreeViewImpl.h: Removed.
- 8:52 PM Changeset in webkit [96899] by
-
- 2 edits in trunk/Source/WebKit/chromium
Unreviewed. Rolled DEPS.
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-06
- DEPS:
- 8:23 PM Changeset in webkit [96898] by
-
- 4 edits5 copies1 delete in trunk/LayoutTests
Windows rebaseline after r96870. Also skip editing/pasteboard/smart-paste-008.html because it's a real failure
(tracked by the bug 69587).
- platform/win/Skipped:
- platform/win/editing/deleting/delete-br-010-expected.txt:
- platform/win/editing/deleting/regional-indicators-expected.txt: Removed.
- platform/win/editing/inserting/insert-3907422-fix-expected.txt: Copied from LayoutTests/editing/inserting/insert-3907422-fix-expected.txt.
- platform/win/editing/pasteboard/paste-text-002-expected.txt: Copied from LayoutTests/editing/pasteboard/paste-text-002-expected.txt.
- platform/win/editing/pasteboard/paste-text-004-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-004-expected.txt.
- platform/win/editing/pasteboard/paste-text-005-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-005-expected.txt.
- platform/win/editing/pasteboard/paste-text-008-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-008-expected.txt.
- platform/win/editing/spelling/spelling-backspace-between-lines-expected.txt:
- 8:14 PM Changeset in webkit [96897] by
-
- 2 edits32 adds in trunk/LayoutTests
Chromium Mac rebaselines after r96870.
- platform/chromium-cg-mac-snowleopard/editing: Added.
- platform/chromium-cg-mac-snowleopard/editing/inserting: Added.
- platform/chromium-cg-mac-snowleopard/editing/inserting/insert-3907422-fix-expected.txt: Added.
- platform/chromium-cg-mac-snowleopard/editing/pasteboard: Added.
- platform/chromium-cg-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png: Added.
- platform/chromium-cg-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt: Added.
- platform/chromium-cg-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt: Added.
- platform/chromium-cg-mac-snowleopard/editing/pasteboard/paste-text-004-expected.txt: Added.
- platform/chromium-cg-mac-snowleopard/editing/pasteboard/paste-text-005-expected.txt: Added.
- platform/chromium-cg-mac-snowleopard/editing/pasteboard/paste-text-008-expected.txt: Added.
- platform/chromium-cg-mac-snowleopard/editing/spelling: Added.
- platform/chromium-cg-mac-snowleopard/editing/spelling/spelling-backspace-between-lines-expected.txt: Added.
- platform/chromium-cg-mac-snowleopard/fast/events: Added.
- platform/chromium-cg-mac-snowleopard/fast/events/ondragenter-expected.txt: Added.
- platform/chromium-mac-leopard/editing/pasteboard: Added.
- platform/chromium-mac-leopard/editing/pasteboard/merge-end-blockquote-expected.png: Added.
- platform/chromium-mac-snowleopard/editing: Added.
- platform/chromium-mac-snowleopard/editing/inserting: Added.
- platform/chromium-mac-snowleopard/editing/inserting/insert-3907422-fix-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/pasteboard: Added.
- platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png: Added.
- platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-002-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-003-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-004-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-005-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-008-expected.txt: Added.
- platform/chromium-mac-snowleopard/editing/spelling: Added.
- platform/chromium-mac-snowleopard/editing/spelling/spelling-backspace-between-lines-expected.txt: Added.
- platform/chromium-mac-snowleopard/fast: Added.
- platform/chromium-mac-snowleopard/fast/events: Added.
- platform/chromium-mac-snowleopard/fast/events/ondragenter-expected.txt: Added.
- platform/chromium-win/editing/spelling/spelling-backspace-between-lines-expected.txt: Added.
- platform/chromium/test_expectations.txt:
- 8:01 PM Changeset in webkit [96896] by
-
- 4 edits15 adds in trunk/Source
Webkit API for compositor
https://bugs.webkit.org/show_bug.cgi?id=69107
Patch by Antoine Labour <piman@chromium.org> on 2011-10-06
Reviewed by Darin Fisher.
Source/WebCore:
Covered by existing compositing tests.
- platform/graphics/chromium/ContentLayerChromium.h:
Source/WebKit/chromium:
- WebKit.gyp:
- public/WebContentLayer.h: Added.
(WebKit::WebContentLayer::WebContentLayer):
(WebKit::WebContentLayer::~WebContentLayer):
(WebKit::WebContentLayer::operator=):
- public/WebContentLayerClient.h: Added.
(WebKit::WebContentLayerClient::~WebContentLayerClient):
- public/WebLayer.h: Added.
(WebKit::WebLayer::WebLayer):
(WebKit::WebLayer::operator=):
(WebKit::WebLayer::to):
(WebKit::WebLayer::toConst):
(WebKit::WebLayer::unwrap):
(WebKit::WebLayer::constUnwrap):
(WebKit::operator==):
(WebKit::operator!=):
- public/WebLayerClient.h: Added.
(WebKit::WebLayerClient::~WebLayerClient):
- public/WebLayerTreeView.h: Added.
(WebKit::WebLayerTreeView::Settings::Settings):
(WebKit::WebLayerTreeView::WebLayerTreeView):
(WebKit::WebLayerTreeView::~WebLayerTreeView):
(WebKit::WebLayerTreeView::operator=):
(WebKit::operator==):
(WebKit::operator!=):
- public/WebLayerTreeViewClient.h: Added.
(WebKit::WebLayerTreeViewClient::~WebLayerTreeViewClient):
- src/WebContentLayer.cpp: Added.
(WebKit::WebContentLayer::create):
(WebKit::WebContentLayer::setDrawsContent):
(WebKit::WebContentLayer::drawsContent):
(WebKit::WebContentLayer::setNeedsDisplay):
(WebKit::WebContentLayer::dirtyRect):
(WebKit::WebContentLayer::WebContentLayer):
(WebKit::WebContentLayer::operator=):
(WebKit::WebContentLayer::operator PassRefPtr<WebContentLayerImpl>):
- src/WebContentLayerImpl.cpp: Added.
(WebKit::WebContentLayerImpl::create):
(WebKit::WebContentLayerImpl::WebContentLayerImpl):
(WebKit::WebContentLayerImpl::~WebContentLayerImpl):
(WebKit::WebContentLayerImpl::setDrawsContent):
(WebKit::WebContentLayerImpl::drawsContent):
(WebKit::WebContentLayerImpl::paintContents):
(WebKit::WebContentLayerImpl::notifySyncRequired):
- src/WebContentLayerImpl.h: Added.
- src/WebLayer.cpp: Added.
(WebKit::WebLayer::create):
(WebKit::WebLayer::~WebLayer):
(WebKit::WebLayer::reset):
(WebKit::WebLayer::assign):
(WebKit::WebLayer::equals):
(WebKit::WebLayer::rootLayer):
(WebKit::WebLayer::parent):
(WebKit::WebLayer::addChild):
(WebKit::WebLayer::insertChild):
(WebKit::WebLayer::replaceChild):
(WebKit::WebLayer::removeFromParent):
(WebKit::WebLayer::removeAllChildren):
(WebKit::WebLayer::setAnchorPoint):
(WebKit::WebLayer::anchorPoint):
(WebKit::WebLayer::setAnchorPointZ):
(WebKit::WebLayer::anchorPointZ):
(WebKit::WebLayer::setBounds):
(WebKit::WebLayer::bounds):
(WebKit::WebLayer::setMasksToBounds):
(WebKit::WebLayer::masksToBounds):
(WebKit::WebLayer::setMaskLayer):
(WebKit::WebLayer::maskLayer):
(WebKit::WebLayer::setOpacity):
(WebKit::WebLayer::opacity):
(WebKit::WebLayer::setOpaque):
(WebKit::WebLayer::opaque):
(WebKit::WebLayer::setPosition):
(WebKit::WebLayer::position):
(WebKit::WebLayer::setSublayerTransform):
(WebKit::WebLayer::sublayerTransform):
(WebKit::WebLayer::setTransform):
(WebKit::WebLayer::transform):
(WebKit::WebLayer::WebLayer):
(WebKit::WebLayer::operator=):
(WebKit::WebLayer::operator PassRefPtr<LayerChromium>):
- src/WebLayerImpl.cpp: Added.
(WebKit::WebLayerImpl::create):
(WebKit::WebLayerImpl::WebLayerImpl):
(WebKit::WebLayerImpl::~WebLayerImpl):
(WebKit::WebLayerImpl::drawsContent):
(WebKit::WebLayerImpl::paintContents):
(WebKit::WebLayerImpl::notifySyncRequired):
- src/WebLayerImpl.h: Added.
- src/WebLayerTreeView.cpp: Added.
(WebKit::WebLayerTreeView::Settings::operator CCSettings):
(WebKit::WebLayerTreeView::create):
(WebKit::WebLayerTreeView::reset):
(WebKit::WebLayerTreeView::assign):
(WebKit::WebLayerTreeView::equals):
(WebKit::WebLayerTreeView::composite):
(WebKit::WebLayerTreeView::setViewportSize):
(WebKit::WebLayerTreeView::viewportSize):
(WebKit::WebLayerTreeView::WebLayerTreeView):
(WebKit::WebLayerTreeView::operator=):
(WebKit::WebLayerTreeView::operator PassRefPtr<CCLayerTreeHost>):
- src/WebLayerTreeViewImpl.cpp: Added.
(WebKit::WebLayerTreeViewImpl::create):
(WebKit::WebLayerTreeViewImpl::WebLayerTreeViewImpl):
(WebKit::WebLayerTreeViewImpl::~WebLayerTreeViewImpl):
(WebKit::WebLayerTreeViewImpl::animateAndLayout):
(WebKit::WebLayerTreeViewImpl::applyScrollDelta):
(WebKit::WebLayerTreeViewImpl::createLayerTreeHostContext3D):
(WebKit::WebLayerTreeViewImpl::didRecreateGraphicsContext):
(WebKit::WebLayerTreeViewImpl::scheduleComposite):
- src/WebLayerTreeViewImpl.h: Added.
- 7:55 PM Changeset in webkit [96895] by
-
- 2 edits in trunk/Source/WebCore
Reviewed by Kent Tamura.
Pass "accept" mime type information into FileChooser at all call sites
https://bugs.webkit.org/show_bug.cgi?id=69592
No new tests. This only exposes some more information to
WebKit ports, no functionality change in WebCore.
- html/FileInputType.cpp:
(WebCore::FileInputType::receiveDropForDirectoryUpload):
- 7:48 PM Changeset in webkit [96894] by
-
- 7 edits in trunk/Source/JavaScriptCore
DFG should not always speculate that ConvertThis is operating on an object
https://bugs.webkit.org/show_bug.cgi?id=69570
Reviewed by Oliver Hunt.
Mostly neutral, but with a slight regression in Kraken since it increases
coverage in DFG and thus reveals some performance pathologies (which I
prefer to think of as performance opportunities, in a good way).
- bytecode/PredictedType.cpp:
(JSC::predictionToString):
- bytecode/PredictedType.h:
(JSC::isOtherPrediction):
(JSC::mergePredictions):
- dfg/DFGPropagator.cpp:
(JSC::DFG::Propagator::propagateNodePredictions):
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- 7:44 PM Changeset in webkit [96893] by
-
- 6 edits in trunk
[JSC binding] Fix inconsistent behavior of DOMStringMap
https://bugs.webkit.org/show_bug.cgi?id=53752
Reviewed by Darin Adler.
Source/WebCore:
The dataset behavior was inconsistent. The get operation handled
data-* attributes first, and the put and delete operations handled
JavaScript properties first.
Like Firefox and Opera, the put and delete operations should
handle data-* attribute first.
- bindings/js/JSDOMStringMapCustom.cpp:
(WebCore::JSDOMStringMap::deleteProperty):
Handles DOMStringMap first, then returns false if the DOMStringMap makes an error.
(WebCore::JSDOMStringMap::putDelegate): ditto.
LayoutTests:
- fast/dom/dataset-expected.txt:
- fast/dom/script-tests/dataset.js:
- Change the expectation for a case deleting a property of which name can't be a data-* attribute. This behavior matches to Firefox and Opera.
- Add test cases to check put/get/delete priorities.
- platform/chromium/test_expectations.txt: V8 binding is not ready for this change.
- 7:43 PM Changeset in webkit [96892] by
-
- 2 edits in trunk/Source/WebCore
[chromium] Let rule_binding use os.execvp() instead of subprocess.call() to spawn fewer processes.
https://bugs.webkit.org/show_bug.cgi?id=69589
Reviewed by Adam Barth.
When building with
make -j40
, all the binding rules are built en bloc. Since this script currently
uses subprocess.call(), that actually spawns 80 processes at once. OS X has a max process limit of
255 by default, so the build used to fail with
"open2: fork failed: Resource temporarily unavailable at ../bindings/scripts/preprocessor.pm line 60"
As a fix, use execvp() instead, which replaces the current process instead of spawning a new one.
- WebCore.gyp/scripts/rule_binding.py:
- 7:33 PM Changeset in webkit [96891] by
-
- 5 edits in trunk/LayoutTests
Some media tests fail when run inside a directory path containing periods.
https://bugs.webkit.org/show_bug.cgi?id=69580
Reviewed by Darin Adler.
To determine the extension, retrieve the last string following a period instead of the second.
- media/media-blocked-by-beforeload.html:
- media/video-source-load.html:
- media/video-source-moved.html:
- media/video-source-removed.html:
- 7:23 PM Changeset in webkit [96890] by
-
- 5 edits in trunk
[EFL] Change data type of parameter in ewk_view_viewport_attributes_get().
https://bugs.webkit.org/show_bug.cgi?id=69505
Reviewed by Andreas Kling.
Source/WebKit/efl:
ewk_view_viewport_attributes_get() has used implicit casting for width and height of viewport.
However, it is better to use *int* data type as parameter data type instead of *float* casting.
- ewk/ewk_view.cpp:
(ewk_view_viewport_attributes_get):
- ewk/ewk_view.h:
Tools:
- EWebLauncher/main.c: Use *int* variables for width and height of viewport meta tag.
(on_viewport_changed):
- 7:09 PM Changeset in webkit [96889] by
-
- 2 edits in trunk/Source/JavaScriptCore
Windows build fix
Unreviewed build fix. Weird runtime failures on Windows due to
linking issues caused by the ClassInfo struct in JSByteArray not
being declared with JS_EXPORTDATA.
- runtime/JSByteArray.h:
- 6:56 PM Changeset in webkit [96888] by
-
- 38 edits5 adds in trunk/LayoutTests
Chromium Windows and Chromium Linux rebaselines for r96870. Also skip editing/pasteboard/smart-paste-008.html
because it's a real failure (tracked by the bug 69587).
- platform/chromium-linux/editing/deleting/merge-whitespace-pre-expected.png:
- platform/chromium-linux/editing/pasteboard/merge-end-blockquote-expected.png:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-002-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-003-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-004-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-005-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-006-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-007-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-008-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-009-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-010-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-012-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-013-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-014-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-015-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-016-expected.txt:
- platform/chromium-win/editing/deleting/delete-block-merge-contents-017-expected.txt:
- platform/chromium-win/editing/deleting/delete-br-010-expected.txt:
- platform/chromium-win/editing/deleting/delete-line-011-expected.txt:
- platform/chromium-win/editing/deleting/delete-line-012-expected.txt:
- platform/chromium-win/editing/deleting/delete-listitem-001-expected.txt:
- platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.png:
- platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.txt:
- platform/chromium-win/editing/inserting/insert-3907422-fix-expected.txt: Added.
- platform/chromium-win/editing/inserting/multiple-lines-selected-expected.txt:
- platform/chromium-win/editing/pasteboard/5032095-expected.txt:
- platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt: Added.
- platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.txt:
- platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.txt:
- platform/chromium-win/editing/pasteboard/merge-after-delete-expected.txt:
- platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.png:
- platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt:
- platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
- platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
- platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt: Added.
- platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: Added.
- platform/chromium-win/editing/pasteboard/paste-text-004-expected.txt:
- platform/chromium-win/editing/pasteboard/paste-text-005-expected.txt:
- platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt:
- platform/chromium-win/fast/events/ondragenter-expected.txt: Added.
- platform/chromium/test_expectations.txt:
- 6:09 PM Changeset in webkit [96887] by
-
- 2 edits in trunk/Tools
[WinCairo] Unreviewed test correction.
- Scripts/webkitdirs.pm:
(argumentsForConfiguration): Add 'wincairo' option to the set of
configuration flags used by run-javascript-core tests, so that it
does not attempt to run Apple's release version.
- 6:02 PM Changeset in webkit [96886] by
-
- 33 edits4 copies in trunk/LayoutTests
Qt rebaseline after r96870. Also skip editing/pasteboard/smart-paste-008.html because it's a real failure
(tracked by the bug 69587).
- platform/qt/Skipped:
- platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt:
- platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt:
- platform/qt/editing/deleting/delete-br-010-expected.txt:
- platform/qt/editing/deleting/delete-line-012-expected.txt:
- platform/qt/editing/deleting/delete-listitem-001-expected.txt:
- platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
- platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Copied from LayoutTests/editing/inserting/insert-3907422-fix-expected.txt.
- platform/qt/editing/inserting/multiple-lines-selected-expected.txt:
- platform/qt/editing/pasteboard/5032095-expected.txt:
- platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Copied from LayoutTests/editing/pasteboard/interchange-newline-1-expected.txt.
- platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
- platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
- platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
- platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
- platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
- platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
- platform/qt/editing/pasteboard/paste-text-002-expected.txt: Copied from LayoutTests/editing/pasteboard/paste-text-002-expected.txt.
- platform/qt/editing/pasteboard/paste-text-003-expected.txt: Copied from LayoutTests/editing/pasteboard/paste-text-003-expected.txt.
- platform/qt/editing/pasteboard/paste-text-004-expected.txt:
- platform/qt/editing/pasteboard/paste-text-005-expected.txt:
- platform/qt/editing/pasteboard/paste-text-008-expected.txt:
- 5:49 PM Changeset in webkit [96885] by
-
- 2 edits in trunk/Tools
[WinCairo] Unreviewed test correction.
- BuildSlaveSupport/test-result-archive: Add 'wincairo' to the set of known build slave types so that test-result-archive won't fail when running tests.
- 5:49 PM Changeset in webkit [96884] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Remove passing tests from test_expectations.txt.
Unreviewed.
- platform/chromium/test_expectations.txt:
- 5:47 PM Changeset in webkit [96883] by
-
- 3 edits in trunk/Source/JavaScriptCore
Structure does not reset m_previous when pinning the property map
https://bugs.webkit.org/show_bug.cgi?id=69583
Reviewed by Gavin Barraclough.
This is an 0.6% performance improvement in V8, and 0.2% overall.
- runtime/Structure.cpp:
(JSC::Structure::changePrototypeTransition):
(JSC::Structure::despecifyFunctionTransition):
(JSC::Structure::getterSetterTransition):
(JSC::Structure::toDictionaryTransition):
(JSC::Structure::preventExtensionsTransition):
(JSC::Structure::addPropertyWithoutTransition):
(JSC::Structure::removePropertyWithoutTransition):
(JSC::Structure::pin):
- runtime/Structure.h:
- 5:43 PM Changeset in webkit [96882] by
-
- 33 edits4 copies in trunk/LayoutTests
GTK rebaseline after r96870. Also skip editing/pasteboard/smart-paste-008.html because it's a real failure
(tracked by the bug 69587).
- platform/gtk/Skipped:
- platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-002-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-003-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-004-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-005-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-006-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-007-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-008-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-009-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-012-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-014-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-015-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-016-expected.txt:
- platform/gtk/editing/deleting/delete-block-merge-contents-017-expected.txt:
- platform/gtk/editing/deleting/delete-br-010-expected.txt:
- platform/gtk/editing/deleting/delete-line-012-expected.txt:
- platform/gtk/editing/deleting/delete-listitem-001-expected.txt:
- platform/gtk/editing/deleting/merge-whitespace-pre-expected.txt:
- platform/gtk/editing/inserting/insert-3907422-fix-expected.txt: Copied from
LayoutTests/editing/inserting/insert-3907422-fix-expected.txt.
- platform/gtk/editing/inserting/multiple-lines-selected-expected.txt:
- platform/gtk/editing/pasteboard/5032095-expected.txt:
- platform/gtk/editing/pasteboard/interchange-newline-1-expected.txt: Copied from
LayoutTests/editing/pasteboard/interchange-newline-1-expected.txt.
- platform/gtk/editing/pasteboard/merge-after-delete-1-expected.txt:
- platform/gtk/editing/pasteboard/merge-after-delete-2-expected.txt:
- platform/gtk/editing/pasteboard/merge-after-delete-expected.txt:
- platform/gtk/editing/pasteboard/merge-end-blockquote-expected.txt:
- platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
- platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
- platform/gtk/editing/pasteboard/paste-text-002-expected.txt: Copied from
LayoutTests/editing/pasteboard/paste-text-002-expected.txt.
- platform/gtk/editing/pasteboard/paste-text-003-expected.txt: Copied from
LayoutTests/editing/pasteboard/paste-text-003-expected.txt.
- platform/gtk/editing/pasteboard/paste-text-004-expected.txt:
- platform/gtk/editing/pasteboard/paste-text-005-expected.txt:
- platform/gtk/editing/pasteboard/smart-paste-008-expected.txt:
- 5:34 PM Changeset in webkit [96881] by
-
- 19 edits in trunk/Source
When building with clang, enable -Wglobal-constructors and -Wexit-time-destructors
https://bugs.webkit.org/show_bug.cgi?id=69586
Reviewed by Darin Adler.
- Configurations/Base.xcconfig:
Add -Wglobal-constructors and -Wexit-time-destructors when building with clang.
- JavaScriptCore.xcodeproj/project.pbxproj:
When building with clang, we don't need to run the check-for-global-initializers and
check-for-exit-time-destructors anymore.
- jsc.cpp:
(runInteractive):
Move interpreterName into runInteractive.
- wtf/StdLibExtras.h:
When building with clang, disable the -Wglobal-constructors and -Wexit-time-destructors
warnings around the variable declaration.
../JavaScriptGlue:
- Configurations/Base.xcconfig:
Add -Wglobal-constructors and -Wexit-time-destructors when building with clang.
- JavaScriptGlue.xcodeproj/project.pbxproj:
When building with clang, we don't need to run the check-for-global-initializers and
check-for-exit-time-destructors anymore.
../WebCore:
- Configurations/Base.xcconfig:
Add -Wglobal-constructors and -Wexit-time-destructors when building with clang.
- WebCore.xcodeproj/project.pbxproj:
When building with clang, we don't need to run the check-for-global-initializers and
check-for-exit-time-destructors anymore.
- platform/graphics/filters/FEGaussianBlur.cpp:
(gaussianKernelFactor):
(WebCore::FEGaussianBlur::calculateKernelSize):
(WebCore::FEGaussianBlur::calculateStdDeviation):
Change the gaussian kernel factor global to be an inline function instead.
../WebKit:
- WebKit.xcodeproj/project.pbxproj:
When building with clang, we don't need to run the check-for-global-initializers and
check-for-exit-time-destructors anymore.
../WebKit/mac:
- Configurations/Base.xcconfig:
Add -Wglobal-constructors and -Wexit-time-destructors when building with clang.
../WebKit2:
- Configurations/Base.xcconfig:
Add -Wglobal-constructors and -Wexit-time-destructors when building with clang.
- WebKit2.xcodeproj/project.pbxproj:
When building with clang, we don't need to run the check-for-global-initializers and
check-for-exit-time-destructors anymore.
- 5:20 PM Changeset in webkit [96880] by
-
- 23 edits in trunk/Source
Add DEFINE_DEBUG_ONLY_GLOBAL for globals that should be defined in debug builds
https://bugs.webkit.org/show_bug.cgi?id=69584
Reviewed by Darin Adler.
Add DEFINE_DEBUG_ONLY_GLOBAL macro.
- wtf/StdLibExtras.h:
../WebCore:
Adopt the DEFINE_DEBUG_ONLY_GLOBAL macro.
- bindings/js/JSLazyEventListener.cpp:
- dom/Node.cpp:
- dom/Range.cpp:
- history/CachedPage.cpp:
- loader/SubresourceLoader.cpp:
- loader/cache/CachedResource.cpp:
- page/Frame.cpp:
- page/Page.cpp:
- rendering/BidiRun.cpp:
- rendering/RenderObject.cpp:
- svg/SVGElementInstance.cpp:
- xml/XMLHttpRequest.cpp:
../WebKit/mac:
Adopt the DEFINE_DEBUG_ONLY_GLOBAL macro.
- Plugins/Hosted/HostedNetscapePluginStream.mm:
- Plugins/Hosted/NetscapePluginInstanceProxy.mm:
../WebKit2:
Adopt the DEFINE_DEBUG_ONLY_GLOBAL macro.
- UIProcess/WebContext.cpp:
- UIProcess/WebPageProxy.cpp:
- WebProcess/WebPage/WebFrame.cpp:
- WebProcess/WebPage/WebPage.cpp:
- 5:17 PM Changeset in webkit [96879] by
-
- 6 edits in trunk/Source
[chromium] Remove USE(THREADED_COMPOSITING) from the tree
https://bugs.webkit.org/show_bug.cgi?id=69489
Reviewed by Darin Fisher.
Source/WebCore:
This macro isn't needed any more since the logic it guarded is guarded by a runtime switch.
- platform/graphics/chromium/cc/CCLayerTreeHost.h:
Source/WebKit/chromium:
Updated CCLayerTreeHostTest::onEndTest() to pump all pending messages
after posting the Quit task and before tearing down any test
infrastructure.
- features.gypi:
- src/WebViewImpl.h:
- tests/CCLayerTreeHostTest.cpp:
(WTF::CCLayerTreeHostTest::CCLayerTreeHostTest):
- 5:16 PM Changeset in webkit [96878] by
-
- 3 edits in trunk/Source/WebKit/chromium
[chromium] Remove obsolete WebWidgetClient::didActivateAcceleratedCompositing call
https://bugs.webkit.org/show_bug.cgi?id=69576
Reviewed by Darin Fisher.
The chromium implementation of this function went away at r104017.
- public/WebWidgetClient.h:
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::setIsAcceleratedCompositingActive):
- 4:58 PM Changeset in webkit [96877] by
-
- 2 edits in trunk/Source/WebCore
Return null for the value of IDB key cursors instead of ASSERTing
https://bugs.webkit.org/show_bug.cgi?id=69131
This is in support of the IndexedDB performance improvement here:
http://codereview.chromium.org/7834006/
Reviewed by Tony Chang.
- storage/IDBCursorBackendImpl.cpp:
(WebCore::IDBCursorBackendImpl::value):
- 4:52 PM Changeset in webkit [96876] by
-
- 15 edits in trunk/Source
[Mac] Should be able to scroll embedded PDFs using mouse
https://bugs.webkit.org/show_bug.cgi?id=69579
Reviewed by Darin Adler.
Hit testing doesn't find scrollbars installed by a plug-in, so mouse events don't work.
As we want to use WebKit scrollbars with PDF plug-in, a cleaner long-term solution would be
to have a base class under PluginViewBase that can handle scrolling instead of doing that
in PluginView and Plugin.
- plugins/PluginViewBase.h: (WebCore::PluginViewBase::horizontalScrollbar): (WebCore::PluginViewBase::verticalScrollbar): Added accessors for scrollbars installed by plug-in.
- rendering/nodeAtPoint.cpp: (WebCore::RenderEmbeddedObject::nodeAtPoint): Like RenderLayer, add scrollbars to hit result after normal hit testing.
- rendering/RenderEmbeddedObject.h: Added a nodeAtPoint override.
- rendering/RenderWidget.h: Made nodeAtPoint() protected instead of private, so that RenderEmbeddedObject could call it.
- 4:48 PM Changeset in webkit [96875] by
-
- 2 edits in trunk/Source/JavaScriptCore
Write barrier shouldn't allocate temporaries inside control flow
https://bugs.webkit.org/show_bug.cgi?id=69582
Reviewed by Gavin Barraclough.
Reorder the code to avoid spill-related badness.
- dfg/DFGJITCodeGenerator.cpp:
(JSC::DFG::JITCodeGenerator::writeBarrier):
- 4:42 PM Changeset in webkit [96874] by
-
- 2 edits in trunk/Source/WebCore
<rdar://problem/9717490> Flash of white when navigating daringfireball.net
https://bugs.webkit.org/show_bug.cgi?id=69581
Reviewed by Darin Adler.
- platform/ScrollView.cpp:
(WebCore::ScrollView::updateScrollbars): Moved the calls to Scrollbar::setEnabled() into the code
section where invalidation is suppressed if necessary, so that they do not trigger premature invalidation.
- 4:40 PM Changeset in webkit [96873] by
-
- 2 edits in trunk/Source/WebCore
Added a comment explaining code added in r96834.
Suggested by Darin Adler.
- editing/FrameSelection.cpp:
(WebCore::FrameSelection::updateAppearance):
- 4:39 PM Changeset in webkit [96872] by
-
- 2 edits in trunk/Source/WebKit2
[Qt][WK2] WebIconDatabase expects a file path not a directory.
https://bugs.webkit.org/show_bug.cgi?id=69557
Reviewed by Andreas Kling.
WebIconDatabase::setDatabasePath expects a file path not a directory.
I used the same name as the Mac port.
- UIProcess/qt/WebContextQt.cpp:
(WebKit::WebContext::platformDefaultIconDatabasePath):
- 4:39 PM Changeset in webkit [96871] by
-
- 9 edits in trunk/Source/JavaScriptCore
DFG::shouldSpeculate methods are too complicated
https://bugs.webkit.org/show_bug.cgi?id=69560
Reviewed by Geoffrey Garen.
Moved shouldSpeculate methods to DFG::Node, and cleaned them up to
just use node predictions.
By itself this would have meant that SpeculativeJIT code would have
had to say things like m_jit.graph()[nodeIndex].shouldSpeculateXYZ().
So this adds an at(NodeIndex) method to JITCodeGenerator. I replaced
all uses of the m_jit.graph()[nodeIndex] idiom with at(nodeIndex).
This is an 0.4% progression overall that shows up in all benchmarks,
for reasons unknown.
- dfg/DFGJITCodeGenerator.h:
(JSC::DFG::JITCodeGenerator::at):
(JSC::DFG::JITCodeGenerator::canReuse):
(JSC::DFG::JITCodeGenerator::isFilled):
(JSC::DFG::JITCodeGenerator::isFilledDouble):
(JSC::DFG::JITCodeGenerator::use):
(JSC::DFG::JITCodeGenerator::silentSpillFPR):
(JSC::DFG::JITCodeGenerator::silentFillGPR):
(JSC::DFG::JITCodeGenerator::silentFillFPR):
(JSC::DFG::detectPeepHoleBranch):
(JSC::DFG::integerResult):
(JSC::DFG::noResult):
(JSC::DFG::cellResult):
(JSC::DFG::jsValueResult):
(JSC::DFG::storageResult):
(JSC::DFG::doubleResult):
(JSC::DFG::initConstantInfo):
(JSC::DFG::appendCallWithExceptionCheck):
- dfg/DFGJITCodeGenerator32_64.cpp:
(JSC::DFG::JITCodeGenerator::fillInteger):
(JSC::DFG::JITCodeGenerator::fillDouble):
(JSC::DFG::JITCodeGenerator::fillJSValue):
(JSC::DFG::JITCodeGenerator::nonSpeculativeValueToNumber):
(JSC::DFG::JITCodeGenerator::nonSpeculativeValueToInt32):
(JSC::DFG::JITCodeGenerator::nonSpeculativeUInt32ToNumber):
(JSC::DFG::JITCodeGenerator::nonSpeculativeKnownConstantArithOp):
(JSC::DFG::JITCodeGenerator::nonSpeculativeBasicArithOp):
(JSC::DFG::JITCodeGenerator::nonSpeculativePeepholeBranchNull):
(JSC::DFG::JITCodeGenerator::nonSpeculativePeepholeBranch):
(JSC::DFG::JITCodeGenerator::nonSpeculativePeepholeStrictEq):
(JSC::DFG::JITCodeGenerator::emitCall):
- dfg/DFGJITCodeGenerator64.cpp:
(JSC::DFG::JITCodeGenerator::fillInteger):
(JSC::DFG::JITCodeGenerator::fillDouble):
(JSC::DFG::JITCodeGenerator::fillJSValue):
(JSC::DFG::JITCodeGenerator::nonSpeculativeValueToInt32):
(JSC::DFG::JITCodeGenerator::nonSpeculativePeepholeBranchNull):
(JSC::DFG::JITCodeGenerator::nonSpeculativePeepholeBranch):
(JSC::DFG::JITCodeGenerator::nonSpeculativePeepholeStrictEq):
(JSC::DFG::JITCodeGenerator::emitCall):
- dfg/DFGNode.h:
(JSC::DFG::Node::shouldSpeculateInteger):
(JSC::DFG::Node::shouldSpeculateDouble):
(JSC::DFG::Node::shouldSpeculateNumber):
(JSC::DFG::Node::shouldNotSpeculateInteger):
(JSC::DFG::Node::shouldSpeculateFinalObject):
(JSC::DFG::Node::shouldSpeculateFinalObjectOrOther):
(JSC::DFG::Node::shouldSpeculateArray):
(JSC::DFG::Node::shouldSpeculateArrayOrOther):
(JSC::DFG::Node::shouldSpeculateObject):
(JSC::DFG::Node::shouldSpeculateCell):
(JSC::DFG::Node::canSpeculateInteger):
- dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::compilePeepHoleDoubleBranch):
(JSC::DFG::SpeculativeJIT::compilePeepHoleObjectEquality):
(JSC::DFG::SpeculativeJIT::compilePeepHoleIntegerBranch):
(JSC::DFG::SpeculativeJIT::compilePeepHoleBranch):
(JSC::DFG::SpeculativeJIT::compile):
(JSC::DFG::SpeculativeJIT::checkArgumentTypes):
(JSC::DFG::SpeculativeJIT::computeValueRecoveryFor):
- dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::isInteger):
(JSC::DFG::SpeculativeJIT::isKnownArray):
(JSC::DFG::SpeculativeJIT::isKnownString):
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::fillSpeculateIntInternal):
(JSC::DFG::SpeculativeJIT::fillSpeculateDouble):
(JSC::DFG::SpeculativeJIT::fillSpeculateCell):
(JSC::DFG::SpeculativeJIT::convertToDouble):
(JSC::DFG::SpeculativeJIT::compare):
(JSC::DFG::SpeculativeJIT::compileLogicalNot):
(JSC::DFG::SpeculativeJIT::emitBranch):
(JSC::DFG::SpeculativeJIT::compile):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::fillSpeculateIntInternal):
(JSC::DFG::SpeculativeJIT::fillSpeculateDouble):
(JSC::DFG::SpeculativeJIT::fillSpeculateCell):
(JSC::DFG::SpeculativeJIT::fillSpeculateBoolean):
(JSC::DFG::SpeculativeJIT::compare):
(JSC::DFG::SpeculativeJIT::compileLogicalNot):
(JSC::DFG::SpeculativeJIT::emitBranch):
(JSC::DFG::SpeculativeJIT::compile):
- 4:16 PM Changeset in webkit [96870] by
-
- 65 edits23 adds in trunk
Deleting line break before h1 converts h1 to span
https://bugs.webkit.org/show_bug.cgi?id=45784
Reviewed by Enrica Casucci.
Source/WebCore:
This patch fundamentally alters the kind of styles we preserve while merging or moving paragraphs.
StylizedMarkupAccumulator no longer wraps nodes by computed style when it's not annotating for interchange.
Instead, it accumulates implicit and inline styles of ancestors of the serialized contents.
The most significant code change is in StyledMarkupAccumulator::serializeNodes where we setup m_wrappingStyle
by merging implicit and inline style of ancestors with mergeInlineAndImplicitStyleOfElement. Because it walks up
the DOM tree upwards, it should not be overriding any CSS properties. Consequently, mergeStyle,
mergeInlineStyleOfElement, and mergeInlineAndImplicitStyleOfElement are modified to take CSSPropertyOverrideMode.
New behavior matches that of Internet Explorer and Firefox when merging paragraphs.
Tests: editing/deleting/merge-paragraph-from-address.html
editing/deleting/merge-paragraph-from-h6-with-style-2.html
editing/deleting/merge-paragraph-from-h6-with-style.html
editing/deleting/merge-paragraph-from-h6.html
editing/deleting/merge-paragraph-from-listing.html
editing/deleting/merge-paragraph-from-p-with-style-2.html
editing/deleting/merge-paragraph-from-p-with-style-3.html
editing/deleting/merge-paragraph-from-p-with-style.html
editing/deleting/merge-paragraph-into-h1-with-style.html
editing/deleting/merge-paragraph-into-h1.html
editing/deleting/merge-paragraph-into-pre.html
- css/CSSValueList.cpp:
(WebCore::CSSValueList::hasValue): Made const.
- css/CSSValueList.h:
- editing/ApplyStyleCommand.cpp:
(WebCore::ApplyStyleCommand::removeInlineStyleFromElement): Calls mergeInlineStyleOfElement.
(WebCore::ApplyStyleCommand::applyInlineStyleToPushDown): Ditto.
- editing/EditingStyle.cpp:
(WebCore::copyEditingProperties): Takes a boolean includeBackgroundColor.
(WebCore::isEditingProperty): Extracted from elementIsStyledSpanOrHTMLEquivalent.
(WebCore::EditingStyle::elementIsStyledSpanOrHTMLEquivalent): Calls isEditingProperty.
(WebCore::EditingStyle::mergeTypingStyle): Calls mergeStyle.
(WebCore::EditingStyle::mergeInlineStyleOfElement): Takes CSSPropertyOverrideMode.
(WebCore::elementMatchesAndPropertyIsNotInInlineStyleDecl): Added.
(WebCore::EditingStyle::mergeInlineAndImplicitStyleOfElement): Added.
(WebCore::mergeTextDecorationValues): Extracted from mergeStyle.
(WebCore::EditingStyle::mergeStyle): Takes CSSPropertyOverrideMode.
- editing/EditingStyle.h:
- editing/ReplaceSelectionCommand.cpp:
(WebCore::nodeToSplitToAvoidPastingIntoInlineNodesWithStyle): Extracted from doApply.
(WebCore::ReplaceSelectionCommand::doApply): Calls nodeToSplitToAvoidPastingIntoInlineNodesWithStyle.
(WebCore::ReplaceSelectionCommand::performTrivialReplace): Exit early when we need to split the tree to avoid
pasting into inline nodes with style. Also remove a collapsed or spurious br.
- editing/markup.cpp:
(WebCore::StyledMarkupAccumulator::serializeNodes):
LayoutTests:
Many rebaselines are due to text nodes merged correctly after ReplaceSelectionCommand because
they started to use the fast path (perfromTrivialReplace).
New tests:
- editing/deleting/merge-paragraph-from-address-expected.txt: Added.
- editing/deleting/merge-paragraph-from-address.html: Added.
- editing/deleting/merge-paragraph-from-h6-expected.txt: Added.
- editing/deleting/merge-paragraph-from-h6-with-style-2-expected.txt: Added.
- editing/deleting/merge-paragraph-from-h6-with-style-2.html: Added.
- editing/deleting/merge-paragraph-from-h6-with-style-3-expected.txt: Added.
- editing/deleting/merge-paragraph-from-h6-with-style-3.html: Added.
- editing/deleting/merge-paragraph-from-h6-with-style-expected.txt: Added.
- editing/deleting/merge-paragraph-from-h6-with-style.html: Added.
- editing/deleting/merge-paragraph-from-h6.html: Added.
- editing/deleting/merge-paragraph-from-listing-expected.txt: Added.
- editing/deleting/merge-paragraph-from-listing.html: Added.
- editing/deleting/merge-paragraph-from-p-with-style-2-expected.txt: Added.
- editing/deleting/merge-paragraph-from-p-with-style-2.html: Added.
- editing/deleting/merge-paragraph-from-p-with-style-expected.txt: Added.
- editing/deleting/merge-paragraph-from-p-with-style.html: Added.
- editing/deleting/merge-paragraph-into-blockquote-expected.txt:
- editing/deleting/merge-paragraph-into-h1-expected.txt: Added.
- editing/deleting/merge-paragraph-into-h1-style-expected.txt: Added.
- editing/deleting/merge-paragraph-into-h1-with-style-expected.txt: Added.
- editing/deleting/merge-paragraph-into-h1-with-style.html: Added.
- editing/deleting/merge-paragraph-into-h1.html: Added.
- editing/deleting/merge-paragraph-into-pre-expected.txt: Added.
- editing/deleting/merge-paragraph-into-pre.html: Added.
Rebaselines:
- editing/pasteboard/5521237-expected.txt: A collapsed br at the end is removed.
- editing/spelling/script-tests/spelling-backspace-between-lines.js: text nodes are merged.
(testWithDelete):
(testWithForwardDelete):
- editing/spelling/spelling-backspace-between-lines-expected.txt:
- editing/style/apply-through-end-of-document-expected.txt: A collapsed br at the end is removed.
- platform/mac/editing/deleting/merge-whitespace-pre-expected.png:
- platform/mac/editing/deleting/merge-whitespace-pre-expected.txt: "bar" is merged into p from
pre and losing monospace style.
- platform/mac/editing/pasteboard/paste-match-style-001-expected.txt: A text node is split into
two with no visual effect.
Rebaselines due to text nodes being merged:
- editing/deleting/5032066-expected.txt:
- editing/deleting/delete-across-editable-content-boundaries-2-expected.txt:
- editing/deleting/delete-across-editable-content-boundaries-3-expected.txt:
- editing/deleting/delete-line-011-expected.txt:
- editing/deleting/delete-to-end-of-paragraph-expected.txt:
- editing/deleting/deleting-line-break-preserves-underline-color-expected.txt:
- editing/pasteboard/copy-null-characters-expected.txt:
- editing/pasteboard/insert-div-text-into-text-expected.txt:
- editing/pasteboard/interchange-newline-1-expected.txt:
- editing/pasteboard/interchange-newline-2-expected.txt:
- editing/pasteboard/merge-end-3-expected.txt:
- editing/pasteboard/merge-end-4-expected.txt:
- editing/pasteboard/merge-end-5-expected.txt:
- editing/pasteboard/merge-end-list-2-expected.txt:
- editing/pasteboard/merge-end-table-2-expected.txt:
- editing/pasteboard/paste-after-inline-style-element-expected.txt:
- editing/pasteboard/paste-blockquote-2-expected.txt:
- editing/pasteboard/paste-blockquote-3-expected.txt:
- editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt:
- editing/pasteboard/paste-blockquote-into-blockquote-expected.txt:
- editing/pasteboard/paste-into-blockquote-with-document-font-color-expected.txt:
- editing/pasteboard/pasting-word-in-div-extra-line-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-002-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-003-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-004-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-005-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-008-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-009-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt:
- platform/mac/editing/deleting/delete-block-merge-contents-017-expected.txt:
- platform/mac/editing/deleting/delete-br-010-expected.txt:
- platform/mac/editing/deleting/delete-line-012-expected.txt:
- platform/mac/editing/deleting/delete-listitem-001-expected.txt:
- platform/mac/editing/inserting/multiple-lines-selected-expected.txt:
- platform/mac/editing/pasteboard/5032095-expected.txt:
- platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
- platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
- platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
- platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
- platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
- 4:02 PM Changeset in webkit [96869] by
-
- 2 edits in trunk/Source/JavaScriptCore
REGRESSION (r96595): First frame in assertion backtraces is no longer labeled "1"
https://bugs.webkit.org/show_bug.cgi?id=69556
Reviewed by Adam Roben.
- wtf/Assertions.cpp:
- 3:55 PM Changeset in webkit [96868] by
-
- 3 edits2 adds in trunk
Crash in VisiblePosition::canonicalPosition.
https://bugs.webkit.org/show_bug.cgi?id=69568
Reviewed by Ryosuke Niwa.
Source/WebCore:
Move the position's containerNode calculation after layout is
complete(in updateLayoutIgnorePendingStylesheets).
Test: editing/selection/selection-plugin-clear-crash.html
- editing/VisiblePosition.cpp:
(WebCore::VisiblePosition::canonicalPosition):
LayoutTests:
- editing/selection/selection-plugin-clear-crash-expected.txt: Added.
- editing/selection/selection-plugin-clear-crash.html: Added.
- 3:47 PM Changeset in webkit [96867] by
-
- 4 edits in trunk/Source
Unreviewed, rolling out r96861.
http://trac.webkit.org/changeset/96861
https://bugs.webkit.org/show_bug.cgi?id=69573
This patch didn't compile on windows (Requested by annacc on
#webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-06
Source/WebCore:
- html/track/WebVTTParser.cpp:
(WebCore::WebVTTParser::constructTreeFromToken):
Source/WebKit/chromium:
- features.gypi:
- 3:44 PM Changeset in webkit [96866] by
-
- 5 edits in trunk/Tools
The GTK+ WebKit2 headers produce a lot of style warnings
https://bugs.webkit.org/show_bug.cgi?id=69481
Patch by Martin Robinson <mrobinson@igalia.com> on 2011-10-06
Reviewed by David Levin.
Prevent emitting so many style warnings for GTK+ API. We skip header
files in the WebKit2 GTK+ API directory and also avoid warnings about
identifier names that begin with "webkit_" in files that contain the
string "gtk".
- Scripts/webkitpy/style/checker.py: Do not check header files in
Source/WebKit2/UIProcess/API/gtk that do not end in Private.h. This required
adding the ability to specify a regular expression in the skip list. Remove
a few files from the skipped list that no longer exist.
- Scripts/webkitpy/style/checker_unittest.py: Added a test for this behavior.
- Scripts/webkitpy/style/checkers/cpp.py: If a path contains "gtk" don't warn
about identifiers that begin with "webkit_".
- Scripts/webkitpy/style/checkers/cpp_unittest.py: Added a test for this behavior.
- 3:43 PM Changeset in webkit [96865] by
-
- 2 edits in trunk/Tools
[WinCairo] Correct config.json for WinCairo Test builds.
https://bugs.webkit.org/show_bug.cgi?id=69272
Reviewed by Ryosuke Niwa.
- BuildSlaveSupport/build.webkit.org-config/config.json: Remove old 'WinCairo Debug (Build)' label and replace with correct 'WinCairo Release' label.
- 2:59 PM Changeset in webkit [96864] by
-
- 2 edits in trunk/Source/WebKit2
In background window, page flashes white if it enters and then immediately leaves compositing mode
https://bugs.webkit.org/show_bug.cgi?id=69566
<rdar://problem/9521192>
Reviewed by Dan Bernstein.
Don't update the backing store state if we're just about to exit accelerated compositing mode. Otherwise
the UI process will try to render an empty layer tree for a short period of time, leading to a white flash.
- WebProcess/WebPage/DrawingAreaImpl.cpp:
(WebKit::DrawingAreaImpl::layerHostDidFlushLayers):
- 2:58 PM Changeset in webkit [96863] by
-
- 2 edits in trunk/Tools
Add a style checker watchlist definition and add myself to it.
https://bugs.webkit.org/show_bug.cgi?id=69564
Reviewed by Daniel Bates.
- Scripts/webkitpy/common/config/watchlist:
- 2:56 PM Changeset in webkit [96862] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Remove passing tests from test_expectations.txt.
Unreviewed.
- platform/chromium/test_expectations.txt:
- 2:44 PM Changeset in webkit [96861] by
-
- 4 edits in trunk/Source
Source/WebCore: Adding parens in WebVTTParser.cpp to appease compiler preferences.
https://bugs.webkit.org/show_bug.cgi?id=69460
Reviewed by David Levin.
No new tests. No new functionality.
- html/track/WebVTTParser.cpp:
(WebCore::WebVTTParser::constructTreeFromToken):
Source/WebKit/chromium: Turn ENABLE_VIDEO_TRACK on for chromium.
https://bugs.webkit.org/show_bug.cgi?id=69460
Reviewed by David Levin.
- features.gypi:
- 2:43 PM Changeset in webkit [96860] by
-
- 3 edits in trunk/Source/JavaScriptCore
DFG implementation of UInt32ToNumber is missing a break statement
https://bugs.webkit.org/show_bug.cgi?id=69552
Reviewed by Oliver Hunt.
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- 2:36 PM Changeset in webkit [96859] by
-
- 43 edits in trunk
Code clean-up: Make RenderObject::absoluteBoundingBoxRect and associated methods const and make its parameter useTransforms no longer default to false
https://bugs.webkit.org/show_bug.cgi?id=69009
Reviewed by Simon Fraser.
.:
- Source/autotools/symbols.filter:
Source/WebCore:
Upcoming patches may make use of absoluteBoundingBoxRect on a const RenderObject, so this needed to be fixed.
Making useTransforms default to true instead of false and replacing instances of absoluteBoundingBoxRect() to
absoluteBoundingBoxRectIgnoringTransforms() partially addreses FIXME: useTransforms should go away eventually.
- WebCore.exp.in:
- dom/Element.cpp:
(WebCore::Element::screenRect):
- dom/Node.cpp:
(WebCore::Node::getRect):
(WebCore::Node::renderRect):
- html/shadow/SliderThumbElement.cpp:
(WebCore::SliderThumbElement::setPositionFromPoint):
- html/shadow/TextControlInnerElements.cpp:
(WebCore::InputFieldSpeechButtonElement::startSpeechInput):
- inspector/DOMNodeHighlighter.cpp:
- plugins/IFrameShimSupport.cpp:
(WebCore::getPluginOcclusions):
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::absoluteRects):
(WebCore::RenderBlock::absoluteQuads):
- rendering/RenderBlock.h:
- rendering/RenderBox.cpp:
(WebCore::RenderBox::absoluteRects):
(WebCore::RenderBox::absoluteQuads):
- rendering/RenderBox.h:
- rendering/RenderFileUploadControl.cpp:
(WebCore::RenderFileUploadControl::paintObject):
- rendering/RenderIFrame.cpp:
(WebCore::RenderIFrame::flattenFrame):
- rendering/RenderInline.cpp:
(WebCore::RenderInline::absoluteRects):
(WebCore::RenderInline::culledInlineAbsoluteRects):
(WebCore::RenderInline::absoluteQuads):
(WebCore::RenderInline::culledInlineAbsoluteQuads):
- rendering/RenderInline.h:
- rendering/RenderMenuList.cpp:
(WebCore::RenderMenuList::showPopup):
- rendering/RenderObject.cpp:
(WebCore::RenderObject::absoluteBoundingBoxRect):
(WebCore::RenderObject::addAbsoluteRectForLayer):
(WebCore::RenderObject::paintingRootRect):
- rendering/RenderObject.h:
(WebCore::RenderObject::absoluteRects):
(WebCore::RenderObject::absoluteBoundingBoxRectIgnoringTransforms):
(WebCore::RenderObject::absoluteQuads):
- rendering/RenderText.cpp:
(WebCore::RenderText::absoluteRects):
(WebCore::RenderText::absoluteQuads):
- rendering/RenderText.h:
- rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::showPopup):
- rendering/RenderThemeSafari.cpp:
(WebCore::RenderThemeSafari::paintSearchFieldCancelButton):
(WebCore::RenderThemeSafari::paintSearchFieldResultsDecoration):
(WebCore::RenderThemeSafari::paintSearchFieldResultsButton):
- rendering/RenderView.cpp:
(WebCore::RenderView::absoluteRects):
(WebCore::RenderView::absoluteQuads):
- rendering/RenderView.h:
- rendering/svg/RenderSVGBlock.cpp:
(WebCore::RenderSVGBlock::absoluteRects):
- rendering/svg/RenderSVGBlock.h:
- rendering/svg/RenderSVGHiddenContainer.cpp:
(WebCore::RenderSVGHiddenContainer::absoluteQuads):
- rendering/svg/RenderSVGHiddenContainer.h:
- rendering/svg/RenderSVGInline.cpp:
(WebCore::RenderSVGInline::absoluteQuads):
- rendering/svg/RenderSVGInline.h:
- rendering/svg/RenderSVGModelObject.cpp:
(WebCore::RenderSVGModelObject::absoluteRects):
(WebCore::RenderSVGModelObject::absoluteQuads):
- rendering/svg/RenderSVGModelObject.h:
- rendering/svg/RenderSVGText.cpp:
(WebCore::RenderSVGText::absoluteQuads):
- rendering/svg/RenderSVGText.h:
- testing/Internals.cpp:
(WebCore::Internals::boundingBox):
Source/WebKit/qt:
- Api/qwebframe.cpp:
(QWebHitTestResultPrivate::QWebHitTestResultPrivate):
Source/WebKit2:
- win/WebKit2.def:
- win/WebKit2CFLite.def:
- 2:34 PM Changeset in webkit [96858] by
-
- 8 edits10 moves in trunk/Source/WebKit2
Move windows specific TextChecker implementation common to all ports.
https://bugs.webkit.org/show_bug.cgi?id=68532
Patch by Ravi Phaneendra Kasibhatla <ravi.kasibhatla@motorola.com> on 2011-10-06
Reviewed by Anders Carlsson.
All the TextChecker feature implementation files are moved outside of win port since they are
platform independent and can be moved across all ports. Only the implementation of TextChecker
class is platform dependent now and has been retained across all ports. Rest all files has been
moved for all ports usage.
- Shared/API/c/WKBase.h: Add WKGrammarDetailRef & WKTextCheckerRef types.
- Shared/API/c/win/WKBaseWin.h: Remove WKGrammarDetailRef & WKTextCheckerRef types.
- Shared/APIObject.h: Moved TypeGrammarDetail & TypeTextChecker from platform specific section to UIProcess types.
- UIProcess/API/C/WKAPICast.h: Added mapping for WKTextCheckerRef & WKGrammarDetailRef.
- UIProcess/API/C/WKGrammarDetail.cpp: Renamed from Source/WebKit2/UIProcess/API/C/win/WKGrammarDetail.cpp.
- UIProcess/API/C/WKGrammarDetail.h: Renamed from Source/WebKit2/UIProcess/API/C/win/WKGrammarDetail.h.
- UIProcess/API/C/WKTextChecker.cpp: Renamed from Source/WebKit2/UIProcess/API/C/win/WKTextChecker.cpp.
- UIProcess/API/C/WKTextChecker.h: Renamed from Source/WebKit2/UIProcess/API/C/win/WKTextChecker.h.
- UIProcess/API/C/win/WKAPICastWin.h: Removed mapping for WKTextCheckerRef & WKGrammarDetailRef.
- UIProcess/WebGrammarDetail.cpp: Renamed from Source/WebKit2/UIProcess/win/WebGrammarDetail.cpp.
- UIProcess/WebGrammarDetail.h: Renamed from Source/WebKit2/UIProcess/win/WebGrammarDetail.h.
- UIProcess/WebTextChecker.cpp: Renamed from Source/WebKit2/UIProcess/win/WebTextChecker.cpp.
- UIProcess/WebTextChecker.h: Renamed from Source/WebKit2/UIProcess/win/WebTextChecker.h.
- UIProcess/WebTextCheckerClient.cpp: Renamed from Source/WebKit2/UIProcess/win/WebTextCheckerClient.cpp.
- UIProcess/WebTextCheckerClient.h: Renamed from Source/WebKit2/UIProcess/win/WebTextCheckerClient.h.
- win/WebKit2.vcproj: Corrected paths for renamed files.
- win/WebKit2Generated.make: Corrected paths for renamed files.
- 2:26 PM Changeset in webkit [96857] by
-
- 10 edits in trunk
[Qt][Wk2] Fix build with Qt 5 when QtScript is built as standalone module
https://bugs.webkit.org/show_bug.cgi?id=69520
Reviewed by Csaba Osztrogonác.
.:
- Source/WebKit.pri: Introduce convenience qt5 scope.
- Source/WebKit.pro: Replace QT_MAJOR_VERSION stuff with qt5 scope.
Source/WebCore:
- WebCore.pri: Use qt5 scope.
- WebCore.pro: Use qt5 scope and pull in QtScript for the time being.
Source/WebKit/qt:
- QtWebKit.pro: Convenience, use qt5 scope.
- declarative/declarative.pro: Ditto.
- tests/tests.pri: Ditto.
- 2:06 PM Changeset in webkit [96856] by
-
- 5 edits2 adds in trunk
last frame of a multipart response is not displayed
https://bugs.webkit.org/show_bug.cgi?id=69449
Reviewed by Adam Barth.
Source/WebCore:
Test: http/tests/multipart/load-last-non-html-frame.php
- loader/DocumentLoader.cpp:
(WebCore::DocumentLoader::maybeFinishLoadingMultipartContent): for non-progressive load pages, commit the load so the
last frame will be displayed.
- loader/DocumentLoader.h:
- loader/MainResourceLoader.cpp:
(WebCore::MainResourceLoader::didFinishLoading):
LayoutTests:
- http/tests/multipart/load-last-non-html-frame-expected.txt: Added.
- http/tests/multipart/load-last-non-html-frame.php: Added.
- 1:59 PM Changeset in webkit [96855] by
-
- 2 edits in trunk/Source/WebKit2
Crash when PluginProxy object is destroyed inside PluginProxy::pluginScriptableNPObject
https://bugs.webkit.org/show_bug.cgi?id=69559
<rdar://problem/9704066>
Reviewed by Maciej Stachowiak.
Protect the plug-in itself in the call to pluginScriptableNPObject. In some cases, sending
the synchronous message to the plug-in process can end up causing the web process to handle
an incoming message that will destroy t he plug-in.
Unfortunately, this is highly timing-dependent and can't be tested reliably.
- WebProcess/Plugins/PluginProxy.cpp:
(WebKit::PluginProxy::pluginScriptableNPObject):
- 1:49 PM Changeset in webkit [96854] by
-
- 4 edits in trunk/Source/JavaScriptCore
Unreviewed build fix for DFG JIT 32_64 release builds.
- dfg/DFGJITCompiler.cpp:
- dfg/DFGJITCompiler.h:
- dfg/DFGJITCompiler32_64.cpp:
- Remove three unused methods.
- 1:28 PM Changeset in webkit [96853] by
-
- 1 edit3 adds1 delete in trunk/LayoutTests
[Chromium] Rebaseline test missed in r96814.
Unreviewed.
- platform/chromium-mac-snowleopard/printing/return-from-printing-mode-expected.png: Added.
- platform/chromium-mac/printing/return-from-printing-mode-expected.png: Removed.
- 12:36 PM Changeset in webkit [96852] by
-
- 39 edits38 adds in trunk/LayoutTests
2011-10-06 Dirk Schulze <krit@webkit.org>
Unreviewed: 3rd chunk of new SVG baseline for lion.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
- 12:33 PM Changeset in webkit [96851] by
-
- 8 edits in trunk/LayoutTests
extend flexbox testing to test children and parents of the flexbox
https://bugs.webkit.org/show_bug.cgi?id=69495
Reviewed by Tony Chang.
Checking children of flex items allows for making sure that padding/border
get properly taken into account. Checking the parent of the flexbox allows
for checking that margins on the flexbox itself are applied correctly.
Also, make it so that failures print the outerHTML of the failing case to
make it easier to diagnose.
- css3/flexbox/001.html:
- css3/flexbox/resources/flexbox.js:
- css3/flexbox/writing-modes.html:
- 12:32 PM Changeset in webkit [96850] by
-
- 426 edits in trunk/LayoutTests
New chromium-mac image baselines for focus-ring fix in
http://code.google.com/p/chromium/issues/detail?id=97956
Committed for Elliot Poger <epoger@google.com> by Cary Clark.
Unreviewed.
- platform/chromium-mac/editing/deleting/4922367-expected.png:
- platform/chromium-mac/editing/deleting/5099303-expected.png:
- platform/chromium-mac/editing/deleting/5126166-expected.png:
- platform/chromium-mac/editing/deleting/5144139-2-expected.png:
- platform/chromium-mac/editing/deleting/5206311-1-expected.png:
- platform/chromium-mac/editing/deleting/5272440-expected.png:
- platform/chromium-mac/editing/deleting/5369009-expected.png:
- platform/chromium-mac/editing/deleting/5433862-2-expected.png:
- platform/chromium-mac/editing/deleting/5483370-expected.png:
- platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
- platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
- platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
- platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png:
- platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
- platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
- platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
- platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
- platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
- platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
- platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
- platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
- platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
- platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
- platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
- platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
- platform/chromium-mac/editing/deleting/delete-hr-expected.png:
- platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
- platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
- platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
- platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
- platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
- platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
- platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
- platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
- platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
- platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
- platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
- platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
- platform/chromium-mac/editing/deleting/list-item-1-expected.png:
- platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
- platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
- platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png:
- platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png:
- platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
- platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
- platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
- platform/chromium-mac/editing/deleting/non-smart-delete-expected.png:
- platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
- platform/chromium-mac/editing/deleting/smart-delete-001-expected.png:
- platform/chromium-mac/editing/deleting/smart-delete-002-expected.png:
- platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
- platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
- platform/chromium-mac/editing/deleting/table-cells-expected.png:
- platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
- platform/chromium-mac/editing/execCommand/4580583-1-expected.png:
- platform/chromium-mac/editing/execCommand/4580583-2-expected.png:
- platform/chromium-mac/editing/execCommand/4641880-1-expected.png:
- platform/chromium-mac/editing/execCommand/4641880-2-expected.png:
- platform/chromium-mac/editing/execCommand/4747450-expected.png:
- platform/chromium-mac/editing/execCommand/4916402-expected.png:
- platform/chromium-mac/editing/execCommand/4916541-expected.png:
- platform/chromium-mac/editing/execCommand/4924441-expected.png:
- platform/chromium-mac/editing/execCommand/5080333-1-expected.png:
- platform/chromium-mac/editing/execCommand/5080333-2-expected.png:
- platform/chromium-mac/editing/execCommand/5136770-expected.png:
- platform/chromium-mac/editing/execCommand/5138441-expected.png:
- platform/chromium-mac/editing/execCommand/5142012-1-expected.png:
- platform/chromium-mac/editing/execCommand/5481523-expected.png:
- platform/chromium-mac/editing/execCommand/5569741-expected.png:
- platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
- platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
- platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
- platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
- platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
- platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
- platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
- platform/chromium-mac/editing/execCommand/insertImage-expected.png:
- platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
- platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
- platform/chromium-mac/editing/execCommand/print-expected.png:
- platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
- platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
- platform/chromium-mac/editing/execCommand/selectAll-expected.png:
- platform/chromium-mac/editing/inserting/4278698-expected.png:
- platform/chromium-mac/editing/inserting/4840662-expected.png:
- platform/chromium-mac/editing/inserting/4875189-1-expected.png:
- platform/chromium-mac/editing/inserting/4875189-2-expected.png:
- platform/chromium-mac/editing/inserting/4959067-expected.png:
- platform/chromium-mac/editing/inserting/4960120-1-expected.png:
- platform/chromium-mac/editing/inserting/4960120-2-expected.png:
- platform/chromium-mac/editing/inserting/5002441-expected.png:
- platform/chromium-mac/editing/inserting/5058163-1-expected.png:
- platform/chromium-mac/editing/inserting/5058163-2-expected.png:
- platform/chromium-mac/editing/inserting/5156401-2-expected.png:
- platform/chromium-mac/editing/inserting/5418891-expected.png:
- platform/chromium-mac/editing/inserting/5510537-expected.png:
- platform/chromium-mac/editing/inserting/5549929-2-expected.png:
- platform/chromium-mac/editing/inserting/5549929-3-expected.png:
- platform/chromium-mac/editing/inserting/6703873-expected.png:
- platform/chromium-mac/editing/inserting/before-after-input-element-expected.png:
- platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
- platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
- platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
- platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png:
- platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png:
- platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png:
- platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png:
- platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
- platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-001-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-002-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-003-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-006-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-008-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
- platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png:
- platform/chromium-mac/editing/inserting/insert-div-025-expected.png:
- platform/chromium-mac/editing/inserting/insert-div-026-expected.png:
- platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png:
- platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png:
- platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png:
- platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png:
- platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png:
- platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png:
- platform/chromium-mac/editing/inserting/insert-tab-001-expected.png:
- platform/chromium-mac/editing/inserting/insert-tab-002-expected.png:
- platform/chromium-mac/editing/inserting/insert-tab-003-expected.png:
- platform/chromium-mac/editing/inserting/insert-tab-004-expected.png:
- platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png:
- platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png:
- platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png:
- platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png:
- platform/chromium-mac/editing/inserting/line-break-expected.png:
- platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png:
- platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png:
- platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png:
- platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png:
- platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png:
- platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
- platform/chromium-mac/editing/inserting/redo-expected.png:
- platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png:
- platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png:
- platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png:
- platform/chromium-mac/editing/inserting/typing-001-expected.png:
- platform/chromium-mac/editing/inserting/typing-002-expected.png:
- platform/chromium-mac/editing/inserting/typing-003-expected.png:
- platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png:
- platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png:
- platform/chromium-mac/editing/pasteboard/3976872-expected.png:
- platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
- platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
- platform/chromium-mac/editing/pasteboard/4076267-expected.png:
- platform/chromium-mac/editing/pasteboard/4242293-expected.png:
- platform/chromium-mac/editing/pasteboard/4631972-expected.png:
- platform/chromium-mac/editing/pasteboard/4806874-expected.png:
- platform/chromium-mac/editing/pasteboard/4947130-expected.png:
- platform/chromium-mac/editing/pasteboard/5006779-expected.png:
- platform/chromium-mac/editing/pasteboard/5032095-expected.png:
- platform/chromium-mac/editing/pasteboard/5071074-2-expected.png:
- platform/chromium-mac/editing/pasteboard/5071074-expected.png:
- platform/chromium-mac/editing/pasteboard/5075944-expected.png:
- platform/chromium-mac/editing/pasteboard/5134759-expected.png:
- platform/chromium-mac/editing/pasteboard/5156401-1-expected.png:
- platform/chromium-mac/editing/pasteboard/5247341-expected.png:
- platform/chromium-mac/editing/pasteboard/5387578-expected.png:
- platform/chromium-mac/editing/pasteboard/5601583-1-expected.png:
- platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
- platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
- platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
- platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
- platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png:
- platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png:
- platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png:
- platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png:
- platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png:
- platform/chromium-mac/editing/pasteboard/input-field-1-expected.png:
- platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png:
- platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png:
- platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png:
- platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png:
- platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png:
- platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png:
- platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png:
- platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
- platform/chromium-mac/editing/pasteboard/pasting-object-expected.png:
- platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png:
- platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png:
- platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png:
- platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png:
- platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png:
- platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
- platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png:
- platform/chromium-mac/editing/selection/13804-expected.png:
- platform/chromium-mac/editing/selection/4818145-expected.png:
- platform/chromium-mac/editing/selection/4866671-expected.png:
- platform/chromium-mac/editing/selection/4889598-expected.png:
- platform/chromium-mac/editing/selection/4895428-2-expected.png:
- platform/chromium-mac/editing/selection/4895428-3-expected.png:
- platform/chromium-mac/editing/selection/4932260-1-expected.png:
- platform/chromium-mac/editing/selection/4932260-2-expected.png:
- platform/chromium-mac/editing/selection/4932260-3-expected.png:
- platform/chromium-mac/editing/selection/4947387-expected.png:
- platform/chromium-mac/editing/selection/5007143-2-expected.png:
- platform/chromium-mac/editing/selection/5007143-expected.png:
- platform/chromium-mac/editing/selection/5057506-2-expected.png:
- platform/chromium-mac/editing/selection/5057506-expected.png:
- platform/chromium-mac/editing/selection/5076323-1-expected.png:
- platform/chromium-mac/editing/selection/5076323-2-expected.png:
- platform/chromium-mac/editing/selection/5076323-3-expected.png:
- platform/chromium-mac/editing/selection/5099303-expected.png:
- platform/chromium-mac/editing/selection/5131716-1-expected.png:
- platform/chromium-mac/editing/selection/5131716-2-expected.png:
- platform/chromium-mac/editing/selection/5131716-3-expected.png:
- platform/chromium-mac/editing/selection/5131716-4-expected.png:
- platform/chromium-mac/editing/selection/5195166-2-expected.png:
- platform/chromium-mac/editing/selection/5234383-1-expected.png:
- platform/chromium-mac/editing/selection/5234383-2-expected.png:
- platform/chromium-mac/editing/selection/6476-expected.png:
- platform/chromium-mac/editing/selection/after-line-wrap-expected.png:
- platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
- platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
- platform/chromium-mac/editing/selection/caret-ltr-expected.png:
- platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
- platform/chromium-mac/editing/selection/click-start-of-line-expected.png:
- platform/chromium-mac/editing/selection/contains-boundaries-expected.png:
- platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png:
- platform/chromium-mac/editing/selection/drag-select-1-expected.png:
- platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png:
- platform/chromium-mac/editing/selection/end-of-document-expected.png:
- platform/chromium-mac/editing/selection/expanding-selections-expected.png:
- platform/chromium-mac/editing/selection/expanding-selections2-expected.png:
- platform/chromium-mac/editing/selection/extend-by-character-001-expected.png:
- platform/chromium-mac/editing/selection/extend-by-character-002-expected.png:
- platform/chromium-mac/editing/selection/extend-by-character-003-expected.png:
- platform/chromium-mac/editing/selection/extend-by-character-004-expected.png:
- platform/chromium-mac/editing/selection/extend-by-character-005-expected.png:
- platform/chromium-mac/editing/selection/extend-by-character-006-expected.png:
- platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png:
- platform/chromium-mac/editing/selection/extend-by-word-001-expected.png:
- platform/chromium-mac/editing/selection/extend-by-word-002-expected.png:
- platform/chromium-mac/editing/selection/iframe-expected.png:
- platform/chromium-mac/editing/selection/image-before-linebreak-expected.png:
- platform/chromium-mac/editing/selection/inline-table-expected.png:
- platform/chromium-mac/editing/selection/leave-requested-block-expected.png:
- platform/chromium-mac/editing/selection/mixed-editability-3-expected.png:
- platform/chromium-mac/editing/selection/mixed-editability-4-expected.png:
- platform/chromium-mac/editing/selection/mixed-editability-5-expected.png:
- platform/chromium-mac/editing/selection/mixed-editability-6-expected.png:
- platform/chromium-mac/editing/selection/mixed-editability-7-expected.png:
- platform/chromium-mac/editing/selection/mixed-editability-8-expected.png:
- platform/chromium-mac/editing/selection/mixed-editability-9-expected.png:
- platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png:
- platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png:
- platform/chromium-mac/editing/selection/move-by-character-001-expected.png:
- platform/chromium-mac/editing/selection/move-by-character-002-expected.png:
- platform/chromium-mac/editing/selection/move-by-character-003-expected.png:
- platform/chromium-mac/editing/selection/move-by-character-004-expected.png:
- platform/chromium-mac/editing/selection/move-by-character-005-expected.png:
- platform/chromium-mac/editing/selection/move-by-character-6-expected.png:
- platform/chromium-mac/editing/selection/move-by-line-001-expected.png:
- platform/chromium-mac/editing/selection/move-by-line-002-expected.png:
- platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png:
- platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png:
- platform/chromium-mac/editing/selection/move-by-word-001-expected.png:
- platform/chromium-mac/editing/selection/previous-line-position-expected.png:
- platform/chromium-mac/editing/selection/replace-selection-1-expected.png:
- platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png:
- platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png:
- platform/chromium-mac/editing/selection/select-all-001-expected.png:
- platform/chromium-mac/editing/selection/select-all-002-expected.png:
- platform/chromium-mac/editing/selection/select-missing-image-expected.png:
- platform/chromium-mac/editing/selection/table-caret-1-expected.png:
- platform/chromium-mac/editing/selection/table-caret-2-expected.png:
- platform/chromium-mac/editing/selection/table-caret-3-expected.png:
- platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
- platform/chromium-mac/editing/selection/unrendered-001-expected.png:
- platform/chromium-mac/editing/selection/unrendered-002-expected.png:
- platform/chromium-mac/editing/selection/unrendered-003-expected.png:
- platform/chromium-mac/editing/selection/unrendered-004-expected.png:
- platform/chromium-mac/editing/selection/unrendered-005-expected.png:
- platform/chromium-mac/editing/selection/unrendered-space-expected.png:
- platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png:
- platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png:
- platform/chromium-mac/editing/spelling/spelling-expected.png:
- platform/chromium-mac/editing/style/4916887-expected.png:
- platform/chromium-mac/editing/style/5017613-1-expected.png:
- platform/chromium-mac/editing/style/5017613-2-expected.png:
- platform/chromium-mac/editing/style/5065910-expected.png:
- platform/chromium-mac/editing/style/5084241-expected.png:
- platform/chromium-mac/editing/style/5228141-expected.png:
- platform/chromium-mac/editing/style/5279521-expected.png:
- platform/chromium-mac/editing/style/block-styles-007-expected.png:
- platform/chromium-mac/editing/style/highlight-expected.png:
- platform/chromium-mac/editing/style/smoosh-styles-001-expected.png:
- platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png:
- platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png:
- platform/chromium-mac/editing/style/style-3998892-fix-expected.png:
- platform/chromium-mac/editing/style/style-boundary-001-expected.png:
- platform/chromium-mac/editing/style/style-boundary-002-expected.png:
- platform/chromium-mac/editing/style/style-boundary-003-expected.png:
- platform/chromium-mac/editing/style/style-boundary-004-expected.png:
- platform/chromium-mac/editing/style/style-boundary-005-expected.png:
- platform/chromium-mac/editing/style/typing-style-001-expected.png:
- platform/chromium-mac/editing/style/typing-style-002-expected.png:
- platform/chromium-mac/editing/style/unbold-in-bold-expected.png:
- platform/chromium-mac/editing/undo/4063751-expected.png:
- platform/chromium-mac/editing/undo/5378473-expected.png:
- platform/chromium-mac/editing/undo/redo-typing-001-expected.png:
- platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png:
- platform/chromium-mac/editing/undo/undo-combined-delete-expected.png:
- platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png:
- platform/chromium-mac/editing/undo/undo-delete-expected.png:
- platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png:
- platform/chromium-mac/editing/undo/undo-forward-delete-expected.png:
- platform/chromium-mac/editing/undo/undo-misspellings-expected.png:
- platform/chromium-mac/editing/undo/undo-typing-001-expected.png:
- platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png:
- platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png:
- platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png:
- platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png:
- platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png:
- platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png:
- platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png:
- platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
- platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
- platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
- platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png:
- platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png:
- platform/chromium-mac/fast/dom/focus-contenteditable-expected.png:
- platform/chromium-mac/fast/events/reveal-link-when-focused-expected.png:
- platform/chromium-mac/fast/forms/input-paste-undo-expected.png:
- platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png:
- platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png:
- platform/chromium-mac/fast/forms/input-text-click-inside-expected.png:
- platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png:
- platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
- platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
- platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png:
- platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png:
- platform/chromium-mac/fast/forms/textfield-overflow-expected.png:
- platform/chromium-mac/fast/inline/25277-2-expected.png:
- platform/chromium-mac/fast/inline/25277-expected.png:
- platform/chromium-mac/fast/inline/inline-focus-ring-expected.png:
- platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png:
- platform/chromium-mac/fast/repaint/focus-layers-expected.png:
- platform/chromium-mac/fast/repaint/focus-ring-expected.png:
- platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
- platform/chromium-mac/fast/text/delete-hard-break-character-expected.png:
- platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png:
- 12:30 PM Changeset in webkit [96849] by
-
- 3 edits in trunk/Source/WebCore
conditionalize m_cachedScript stacks to just Chromium port
https://bugs.webkit.org/show_bug.cgi?id=69537
New stack saving telemetry code in ScriptElement shouldn't have
been put in all ports; just narrowing it to the chromium port will
save other ports the memory hit of this diagnostic code.
Reviewed by Nate Chapin.
No new tests.
- dom/ScriptElement.cpp:
(WebCore::ScriptElement::ScriptElement):
(WebCore::ScriptElement::requestScript):
(WebCore::ScriptElement::stopLoadRequest):
(WebCore::ScriptElement::notifyFinished):
- dom/ScriptElement.h:
- 12:28 PM Changeset in webkit [96848] by
-
- 2 edits in trunk/Tools
[EFL] DRT: Create icon database path in LayoutTestController::setIconDatabaseEnabled.
https://bugs.webkit.org/show_bug.cgi?id=69450
Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-10-06
Reviewed by Ryosuke Niwa.
This should avoid stderr messages when running
webarchive/test-link-rel-icon.html.
- DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
(LayoutTestController::setIconDatabaseEnabled):
- 12:27 PM Changeset in webkit [96847] by
-
- 2 edits in trunk/Source/WebCore
Ensure font loaded before calling Skia to drawPosText in Chrome sandbox
https://bugs.webkit.org/show_bug.cgi?id=69370
Patch by Arthur Hsu <arthurhsu@chromium.org> on 2011-10-06
Reviewed by James Robinson.
- platform/graphics/chromium/FontChromiumWin.cpp:
(WebCore::Font::drawGlyphs):
- 12:20 PM Changeset in webkit [96846] by
-
- 3 edits in trunk/Source/WebCore
BiquadFilterNode must not reset filter state if type attribute is set to the same type
https://bugs.webkit.org/show_bug.cgi?id=69485
Reviewed by Kenneth Russell.
No new tests. This particular case is difficult to test with a layout test using OfflineAudioContext.
- webaudio/BiquadProcessor.cpp:
(WebCore::BiquadProcessor::setType):
- webaudio/BiquadProcessor.h:
- 12:16 PM Changeset in webkit [96845] by
-
- 61 edits60 adds in trunk/LayoutTests
2011-10-06 Dirk Schulze <krit@webkit.org>
Unreviewed: 2nd chunk of new SVG baseline for lion.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
- 12:15 PM Changeset in webkit [96844] by
-
- 2 edits in trunk/Source/WebCore
[EFL] Do not create cairo surfaces with the wrong size for form elements
https://bugs.webkit.org/show_bug.cgi?id=69533
Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-10-06
Reviewed by Ryosuke Niwa.
RenderThemeEfl::cacheThemePartResizeAndReset resizes the Ecore_Evas
associated with an entry, but did not reset thesize
attribute of the
struct -- in practice, this meant the subsequent call to
themePartCacheEntrySurfaceCreate would create a cairo surface with the
previous size, thus rendering an element with the wrong size.
No new tests, this is triggered by running running pixel tests for
running, in this order, fast/forms/button-sizes.html,
fast/forms/input-appearance-preventDefault.html,
fast/forms/input-appearance-spinbutton-disabled-readonly.html,
fast/forms/input-appearance-width.html,
fast/forms/input-button-sizes.html,
fast/forms/input-placeholder-text-indent.html and
fast/forms/input-text-click-inside.html (!).
- platform/efl/RenderThemeEfl.cpp:
(WebCore::RenderThemeEfl::cacheThemePartResizeAndReset): Reset the
size attribute when resizing the canvas.
- 12:07 PM Changeset in webkit [96843] by
-
- 3 edits in trunk/Source/WebCore
Make sure OfflineAudioContext can not be created with a sample-rate less than 44.1KHz
https://bugs.webkit.org/show_bug.cgi?id=69483
Reviewed by Kenneth Russell.
No new tests.
- webaudio/AudioBuffer.cpp:
(WebCore::AudioBuffer::create):
- webaudio/AudioContext.cpp:
(WebCore::AudioContext::createBuffer):
- 12:03 PM Changeset in webkit [96842] by
-
- 7 edits3 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=69544
[CSS3 Regions] Compute the starting and ending regions of a block, so that we can clamp
descendants to those regions. This is preparation for having true overflow in the boxes
in each region, and it's also a performance optimization to reduce the amount of
region walking that the RenderFlowThread is doing.
Add a range map to RenderFlowThread to cache the start/end regions for each box.
Amend everyone who calls renderRegionForLine to pass in the box that is making the query.
This box is then used to clamp to start and end regions so that any regions outside of that
range will never be examined.
Reviewed by Dan Bernstein.
Source/WebCore:
Test: fast/regions/top-overflow-out-of-second-region.html
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::layoutBlock):
(WebCore::RenderBlock::hasNextPage):
(WebCore::RenderBlock::pageLogicalHeightForOffset):
(WebCore::RenderBlock::pageRemainingLogicalHeightForOffset):
(WebCore::RenderBlock::regionAtBlockOffset):
- rendering/RenderFlowThread.cpp:
(WebCore::RenderFlowThread::~RenderFlowThread):
(WebCore::RenderFlowThread::layout):
(WebCore::RenderFlowThread::renderRegionForLine):
(WebCore::RenderFlowThread::regionLogicalWidthForLine):
(WebCore::RenderFlowThread::regionLogicalHeightForLine):
(WebCore::RenderFlowThread::regionRemainingLogicalHeightForLine):
(WebCore::RenderFlowThread::mapFromFlowToRegion):
(WebCore::RenderFlowThread::removeRenderBoxRegionInfo):
(WebCore::RenderFlowThread::logicalWidthChangedInRegions):
(WebCore::RenderFlowThread::setRegionRangeForBox):
(WebCore::RenderFlowThread::getRegionRangeForBox):
- rendering/RenderFlowThread.h:
- rendering/RenderRegion.cpp:
(WebCore::RenderRegion::takeRenderBoxRegionInfo):
(WebCore::RenderRegion::removeRenderBoxRegionInfo):
- rendering/RenderRegion.h:
LayoutTests:
- fast/regions/top-overflow-out-of-second-region.html: Added.
- platform/mac/fast/regions/top-overflow-out-of-second-region-expected.png: Added.
- platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt: Added.
- 12:00 PM Changeset in webkit [96841] by
-
- 2 edits in trunk/Source/JavaScriptCore
DFG JIT 32_64 should check type of values being filled by fillSpeculateInt
https://bugs.webkit.org/show_bug.cgi?id=69549
Reviewed by Oliver Hunt.
This breaks sunspider/3d-cube.
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::fillSpeculateIntInternal):
- Speculation check on the tag.
- 11:58 AM Changeset in webkit [96840] by
-
- 2 edits1 move8 adds in trunk/LayoutTests
[Chromium] Add baselines for new Mac tests. Revert test_expectations breakage.
Unreviewed.
- platform/chromium-cg-mac-leopard/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
- platform/chromium-cg-mac-snowleopard/fast/table/border-collapsing/cached-69296-expected.png: Added.
- platform/chromium-cg-mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png.
- platform/chromium/test_expectations.txt:
- 11:55 AM Changeset in webkit [96839] by
-
- 1 edit in trunk/LayoutTests/ChangeLog
Add missing tests for LegacyDefaultOptionalArguments for setCustomValidity
https://bugs.webkit.org/show_bug.cgi?id=69532
Reviewed by Andreas Kling.
These APIs are relatively new and it's unlikely that many folks will
call them without their argument. Making the parameters required
aligns WebKit more closely with the specifications for this API at
minimal compatibility cost.
- fast/dom/set-custom-validity-with-too-few-arguments-expected.txt: Added.
- fast/dom/set-custom-validity-with-too-few-arguments.html: Added.
- 11:33 AM Changeset in webkit [96838] by
-
- 31 edits30 adds in trunk/LayoutTests
Unreviewed: irst chunk of new SVG baseline for lion.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
- 11:31 AM Changeset in webkit [96837] by
-
- 2 edits in trunk/Source/JavaScriptCore
Snow Leopard build fix
Unreviewed build fix
- JavaScriptCore.exp:
- 11:17 AM Changeset in webkit [96836] by
-
- 15 edits2 adds in trunk/Source
Add explicit JSGlobalThis type.
https://bugs.webkit.org/show_bug.cgi?id=69478
Reviewed by Darin Adler.
JSC supports a split global object, as used by WebCore for the Window. As a stage
of making this visible to JSC, make it so that if the global this value is not the
global object itself, it must be a subclass of JSGlobalThis.
Source/JavaScriptCore:
- API/JSCallbackObjectFunctions.h:
(JSC::::finishCreation):
- Don't pass the thisValue to JSGlobalObject::finishCreation.
- JavaScriptCore.xcodeproj/project.pbxproj:
- Added JSGlobalThis.h
- jsc.cpp:
(GlobalObject::finishCreation):
- Don't pass the thisValue to JSGlobalObject::finishCreation.
- runtime/JSGlobalObject.h:
(JSC::JSGlobalObject::create):
(JSC::JSGlobalObject::finishCreation):
- finishCreation takes a JSGlobalThis, or thisValue is implicit.
- runtime/JSGlobalThis.h: Added.
(JSC::JSGlobalThis::create):
(JSC::JSGlobalThis::JSGlobalThis):
(JSC::JSGlobalThis::finishCreation):
- Thin wrapper on JSNonFinalObject to allow type checking.
- testRegExp.cpp:
(GlobalObject::finishCreation):
- Don't pass the thisValue to JSGlobalObject::finishCreation.
Source/JavaScriptGlue:
- JSRun.h:
(JSGlueGlobalObject::create):
- Don't pass the thisValue to JSGlobalObject::finishCreation.
Source/WebCore:
- ForwardingHeaders/runtime/JSGlobalThis.h: Added.
- Added forwarding header.
- bindings/js/JSDOMGlobalObject.cpp:
(WebCore::JSDOMGlobalObject::finishCreation):
- bindings/js/JSDOMGlobalObject.h:
- finishCreation takes a JSGlobalThis, or thisValue is implicit.
- bindings/js/JSDOMWindowShell.h:
- Make the window shell a subclass of JSGlobalThis.
- bindings/js/JSWorkerContextBase.cpp:
(WebCore::JSWorkerContextBase::finishCreation):
- Don't pass the thisValue to JSGlobalObject::finishCreation.
- bindings/js/JSWorkerContextBase.h:
- bindings/scripts/CodeGeneratorJS.pm:
(GenerateHeader):
- Don't pass the thisValue to JSGlobalObject::finishCreation, for worker contexts.
- 11:10 AM Changeset in webkit [96835] by
-
- 2 edits in trunk/Source/WebCore
Fix CodeGeneratorV8 for EnabledAtRuntime when class has no parent class.
https://bugs.webkit.org/show_bug.cgi?id=69480
Reviewed by Adam Barth.
No new tests. No new functionality, yet.
- bindings/scripts/CodeGeneratorV8.pm:
- 11:04 AM Changeset in webkit [96834] by
-
- 3 edits2 adds in trunk
<rdar://problem/10232866> Assertion failure beneath blockSelectionGaps() when a selected node is removed
Reviewed by Ryosuke Niwa.
Source/WebCore:
Test: editing/selection/invalid-in-RenderView.html
- editing/FrameSelection.cpp:
(WebCore::FrameSelection::updateAppearance): Ensure that the VisibleSelection used to set the selection
in the RenderView is valid, by reconstructing it from the current selection.
LayoutTests:
- editing/selection/invalid-in-RenderView-expected.txt: Added.
- editing/selection/invalid-in-RenderView.html: Added.
- 11:03 AM Changeset in webkit [96833] by
-
- 4 edits in trunk/Source/WebKit2
[GTK] Add estimated-progress property to WebKitWebLoaderClient
https://bugs.webkit.org/show_bug.cgi?id=69509
Reviewed by Martin Robinson.
It allows to monitor the estimated progress of a lof operation by
connecting to the notify signal.
- UIProcess/API/gtk/WebKitWebLoaderClient.cpp:
(didChangeProgress): Update estimated-progress property and notify when
it changes.
(webkitWebLoaderClientConstructed): Add implementations for
didStartProgress, didChangeProgress and didFinishProgress.
(webkitWebLoaderClientGetProperty):
(webkit_web_loader_client_class_init): Add estimated-progress property.
(webkit_web_loader_client_get_estimated_progress): Returns the
value of estimated-progress property.
- UIProcess/API/gtk/WebKitWebLoaderClient.h:
- UIProcess/API/gtk/tests/testloading.c:
(webLoadingFixtureSetup):
(loadProgressEstimatedProgressChanged):
(loadProgressLoadFinished):
(testLoadProgress):
(main):
- 10:53 AM Changeset in webkit [96832] by
-
- 3 edits in trunk/Source/WebCore
InlineBox's virtualLogicalHeight() partially limited to builds with SVG.
https://bugs.webkit.org/show_bug.cgi?id=69538
Patch by Andreas Kling <kling@webkit.org> on 2011-10-06
Reviewed by Dan Bernstein.
Remove erroneous ENABLE(SVG) guards around the initialization and use
of InlineBox::hasVirtualLogicalHeight.
This variable is used by TrailingFloatsRootInlineBox and should always
be respected regardless of SVG support.
- rendering/InlineBox.cpp:
(WebCore::InlineBox::logicalHeight):
- rendering/InlineBox.h:
(WebCore::InlineBox::InlineBox):
- 10:42 AM Changeset in webkit [96831] by
-
- 15 edits in trunk/Source/JavaScriptCore
JSC objects need to know their own cell size at runtime.
https://bugs.webkit.org/show_bug.cgi?id=69390
Reviewed by Geoffrey Garen.
Added the cellSize field to ClassInfo and the static calculation of
size of each class to the CREATE_METHOD_TABLE macro, which will be
renamed in a followup patch to make its name match its broader use.
Also added a few ClassInfo structs so that each object that is allocated has its
correct size.
- JavaScriptCore.exp:
- runtime/ClassInfo.h:
Changed JSByteArray s_defaultInfo to s_info so that the template will get the
correct ClassInfo struct from it when it's allocated.
- runtime/JSByteArray.cpp:
- runtime/JSByteArray.h:
- runtime/JSCell.h:
(JSC::allocateCell):
- runtime/JSNotAnObject.cpp:
- runtime/JSNotAnObject.h:
- runtime/JSObject.cpp:
- runtime/JSObject.h:
(JSC::JSCell::cellSize):
- runtime/JSStaticScopeObject.cpp:
- runtime/JSStaticScopeObject.h:
- runtime/StrictEvalActivation.cpp:
- runtime/StrictEvalActivation.h:
- 10:41 AM Changeset in webkit [96830] by
-
- 3 edits2 adds in trunk
2011-10-06 Alejandro G. Castro <alex@igalia.com>
[WK2] [GTK] Add Skipped file for Webkit2 test runner
https://bugs.webkit.org/show_bug.cgi?id=69517
Reviewed by Martin Robinson.
- platform/gtk-wk2/Skipped: Added.
2011-10-06 Alejandro G. Castro <alex@igalia.com>
[WK2] [GTK] Add Skipped file for Webkit2 test runner
https://bugs.webkit.org/show_bug.cgi?id=69517
Use the shared WK2 skipped file also in GTK port.
Reviewed by Martin Robinson.
- Scripts/old-run-webkit-tests: (readSkippedFiles):
- 10:39 AM Changeset in webkit [96829] by
-
- 8 edits in trunk/Source
[GTK] Implement cache model for WebKit2
https://bugs.webkit.org/show_bug.cgi?id=68434
Reviewed by Martin Robinson.
Source/WebCore:
Add a function to FileSystem to get the free space of the file
system where the given path is on.
- platform/FileSystem.h:
- platform/gtk/FileSystemGtk.cpp:
(WebCore::getVolumeFreeSizeForPath):
Source/WebKit2:
- UIProcess/API/gtk/WebKitWebContext.cpp:
(webkit_web_context_set_cache_model):
(webkit_web_context_get_cache_model):
- UIProcess/API/gtk/WebKitWebContext.h:
- UIProcess/API/gtk/tests/testwebcontext.c:
(testWebContextCacheModel):
(main):
- WebProcess/gtk/WebProcessGtk.cpp:
(WebKit::getCacheDiskFreeSize): Helper function to get free space
of the file system where the cache directory is on.
(WebKit::getMemorySize): Helper function to get the total memory
of the system in MB.
(WebKit::WebProcess::platformSetCacheModel): Implement
platformSetCacheModel for Gtk port using calculateCacheSizes().
- 10:34 AM Changeset in webkit [96828] by
-
- 1 edit in trunk/Tools/Scripts/webkitpy/common/config/committers.py
Adding myself to the committers list.
- 10:22 AM Changeset in webkit [96827] by
-
- 4 edits2 adds in trunk/LayoutTests
Test how DOMTokenList methods react to too few arguments
https://bugs.webkit.org/show_bug.cgi?id=66537
Patch by Mark Pilgrim <pilgrim@chromium.org> on 2011-10-06
Reviewed by Darin Adler.
- fast/dom/HTMLElement/class-list-expected.txt:
- fast/dom/HTMLElement/script-tests/class-list.js:
(createElement):
- 10:14 AM Changeset in webkit [96826] by
-
- 3 edits2 adds in trunk
Add check for JavaScript URLs in HTMLPlugInImageElement::allowedToLoadFrameURL
https://bugs.webkit.org/show_bug.cgi?id=68813
Patch by Sergey Glazunov <serg.glazunov@gmail.com> on 2011-10-06
Reviewed by Adam Barth.
Source/WebCore:
Test: http/tests/security/xss-DENIED-object-element.html
- html/HTMLPlugInImageElement.cpp:
(WebCore::HTMLPlugInImageElement::allowedToLoadFrameURL):
LayoutTests:
- http/tests/security/xss-DENIED-object-element-expected.txt: Added.
- http/tests/security/xss-DENIED-object-element.html: Added.
- 10:12 AM Changeset in webkit [96825] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: avoid assertion failure in ~InspectorDebuggerAgent in case of workers
https://bugs.webkit.org/show_bug.cgi?id=69534
Make sure frontend is disconnected before WorkerInspectorController is destroyed.
Reviewed by Pavel Feldman.
- inspector/WorkerInspectorController.cpp:
(WebCore::WorkerInspectorController::~WorkerInspectorController):
- 10:05 AM Changeset in webkit [96824] by
-
- 1 edit2 adds in trunk/LayoutTests
Test how filesystem methods react to too few arguments
https://bugs.webkit.org/show_bug.cgi?id=66538
Patch by Mark Pilgrim <pilgrim@chromium.org> on 2011-10-06
Reviewed by Darin Adler.
- fast/filesystem/filesystem-missing-arguments-expected.txt: Added.
- fast/filesystem/filesystem-missing-arguments.html: Added.
- 10:04 AM Changeset in webkit [96823] by
-
- 16 edits in trunk/Source
https://bugs.webkit.org/show_bug.cgi?id=69492
[Mac] Should be able to scroll embedded PDFs from keyboard
Reviewed by Darin Adler.
- WebProcess/Plugins/Plugin.h:
- WebProcess/Plugins/Netscape/NetscapePlugin.cpp: (WebKit::NetscapePlugin::handleScroll):
- WebProcess/Plugins/Netscape/NetscapePlugin.h:
- WebProcess/Plugins/PluginProxy.cpp: (WebKit::PluginProxy::handleScroll):
- WebProcess/Plugins/PluginProxy.h: Added a handleScroll method. A plug-in gets it if it doesn't handle a keyboard event, and WebCore decides that this is an event for scrolling. A plug-in can decide whether it scrolls main content, or some scrollable subview of its own.
- WebProcess/Plugins/PDF/BuiltInPDFView.cpp: (WebKit::BuiltInPDFView::handleMouseEvent): Added a comment explaining returned value. (WebKit::BuiltInPDFView::handleScroll): Just call ScrollableArea, it will do everything.
- WebProcess/Plugins/PDF/BuiltInPDFView.h: Added a handleScroll override.
- WebProcess/Plugins/PluginView.cpp: (WebKit::PluginView::scroll): Pass a PluginViewBase scroll to plug-in to handle. (WebKit::PluginView::handleEvent): Added a FIXME.
- WebProcess/Plugins/PluginView.h:
- 9:58 AM Changeset in webkit [96822] by
-
- 4 edits3 adds in trunk
REGRESSION (r95852?): Disappearing Border on bugs.webkit.org attachments <table>
https://bugs.webkit.org/show_bug.cgi?id=69296
Source/WebCore:
Patch by Konstantin Scheglov <scheglov@google.com> on 2011-10-06
Reviewed by David Hyatt.
Test: fast/table/border-collapsing/cached-69296.html
Remember BorderValue in CollapsedBorderValue by value.
See https://bugs.webkit.org/show_bug.cgi?id=69296#c7 for motivation.
- rendering/style/CollapsedBorderValue.h:
(WebCore::CollapsedBorderValue::CollapsedBorderValue):
(WebCore::CollapsedBorderValue::width):
(WebCore::CollapsedBorderValue::style):
(WebCore::CollapsedBorderValue::exists):
(WebCore::CollapsedBorderValue::isTransparent):
(WebCore::CollapsedBorderValue::operator==):
- rendering/RenderTableCell.cpp:
(WebCore::RenderTableCell::collapsedStartBorder):
(WebCore::RenderTableCell::collapsedEndBorder):
(WebCore::RenderTableCell::collapsedBeforeBorder):
(WebCore::RenderTableCell::collapsedAfterBorder):
LayoutTests:
Patch by Konstantin Scheglov <scheglov@google.com> on 2011-10-06
Reviewed by David Hyatt.
Collapsed borders should not disappear.
- fast/table/border-collapsing/cached-69296-expected.png: Added.
- fast/table/border-collapsing/cached-69296-expected.txt: Added.
- fast/table/border-collapsing/cached-69296.html: Added.
- 9:57 AM Changeset in webkit [96821] by
-
- 9 edits1 add in trunk/Source/WebKit2
[GTK] Do not use C API in GTK+ API public headers
https://bugs.webkit.org/show_bug.cgi?id=69506
Reviewed by Martin Robinson.
- GNUmakefile.am: Add new files to compilation.
- UIProcess/API/gtk/WebKitDefines.h: Added.
- UIProcess/API/gtk/WebKitError.h: Use WEBKIT_API instead of WK_EXPORT.
- UIProcess/API/gtk/WebKitWebContext.h: Ditto.
- UIProcess/API/gtk/WebKitWebLoaderClient.h: Ditto.
- UIProcess/API/gtk/WebKitWebView.h: Ditto.
- UIProcess/API/gtk/WebKitWebViewBase.h: Ditto.
- UIProcess/API/gtk/docs/GNUmakefile.am: Ignore WEBKIT_API
decorator in docs.
- UIProcess/API/gtk/webkit2.h: Include <webkit2/WebKitDefines.h>
- 9:51 AM Changeset in webkit [96820] by
-
- 1 edit2 adds in trunk/LayoutTests
Test how media element TimeRange methods react to too few arguments
https://bugs.webkit.org/show_bug.cgi?id=66532
Patch by Mark Pilgrim <pilgrim@chromium.org> on 2011-10-06
Reviewed by Adam Barth.
- media/video-buffered-too-few-arguments-expected.txt: Added.
- media/video-buffered-too-few-arguments.html: Added.
- 9:40 AM Changeset in webkit [96819] by
-
- 3 edits in trunk/Source/WebCore
save resource zeroing stacks in ScriptElement for debugging
https://bugs.webkit.org/show_bug.cgi?id=69453
The state machine tracking how m_cachedScript gets zeroed shows that sometimes we get
two notifyFinished() events in a ScriptElement, which can crash chrome (see chrome bug
75604). This patch will save a stack in the ScriptElement when this happens, so that if
we do later crash, we can see how we did the first zeroing.
See http://code.google.com/p/chromium/issues/detail?id=75604 for the chromium bug that
this change will help track down.
Reviewed by Nate Chapin.
No new tests, this shouldn't affect output at all, and isn't particularly testable.
- dom/ScriptElement.cpp:
(WebCore::ScriptElement::ScriptElement):
(WebCore::ScriptElement::stopLoadRequest):
(WebCore::ScriptElement::notifyFinished):
- dom/ScriptElement.h:
- 9:37 AM Changeset in webkit [96818] by
-
- 4 edits in trunk/Source/WebCore
Fix compilation by adding some missing ENABLE(VIDEO|XSLT)
https://bugs.webkit.org/show_bug.cgi?id=69522
Unreviewed build fix
Patch by Rémi Duraffort <remi.duraffort@st.com> on 2011-10-06
- bindings/v8/custom/V8HTMLAudioElementConstructor.cpp:
- bindings/v8/custom/V8HTMLAudioElementConstructor.h:
- bindings/v8/custom/V8XSLTProcessorCustom.cpp:
- 9:31 AM Changeset in webkit [96817] by
-
- 13 edits in trunk/Source/WebCore
Web Inspector: add Styles and Metrics sidebars to the compilation.
https://bugs.webkit.org/show_bug.cgi?id=69529
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/CSSCompletions.js:
(WebInspector.CSSCompletions.requestCSSNameCompletions):
- inspector/front-end/CSSKeywordCompletions.js:
(WebInspector.CSSKeywordCompletions.forProperty):
(WebInspector.CSSKeywordCompletions.isColorAwareProperty):
- inspector/front-end/Checkbox.js:
- inspector/front-end/ElementsPanel.js:
- inspector/front-end/MetricsSidebarPane.js:
(WebInspector.MetricsSidebarPane.prototype._updateMetrics):
(WebInspector.MetricsSidebarPane.prototype.startEditing):
(WebInspector.MetricsSidebarPane.prototype._handleKeyDown):
- inspector/front-end/SourceCSSTokenizer.js:
(WebInspector.SourceCSSTokenizer):
- inspector/front-end/SourceCSSTokenizer.re2js:
- inspector/front-end/StylesSidebarPane.js:
(WebInspector.StylesSidebarPane.prototype.update):
(WebInspector.StylesSidebarPane.prototype._rebuildUpdate):
(WebInspector.StylesSidebarPane.prototype._rebuildSectionsForStyleRules):
(WebInspector.StylePropertiesSection.prototype.onpopulate):
(WebInspector.StylePropertiesSection.prototype.startEditingSelector):
(WebInspector.StylePropertiesSection.prototype.editingSelectorCommitted.successCallback):
(WebInspector.StylePropertiesSection.prototype.editingSelectorCommitted):
(WebInspector.ComputedStylePropertiesSection.prototype.onpopulate):
(WebInspector.BlankStylePropertiesSection.prototype.makeNormal):
(WebInspector.StylePropertyTreeElement.prototype.updateTitle.linkifyURL):
(WebInspector.StylePropertyTreeElement.prototype):
- inspector/front-end/externs.js:
(WebInspector.linkifyResourceAsNode):
(Element.prototype.scrollIntoViewIfNeeded):
(Element.prototype.selectionLeftOffset):
- inspector/front-end/inspector.js:
- inspector/front-end/utilities.js:
- 9:22 AM Changeset in webkit [96816] by
-
- 15 edits1 add in trunk/Source/WebCore
Web Inspector: extract DOMPresentation, make EventListenersSidebar compile
https://bugs.webkit.org/show_bug.cgi?id=69527
Reviewed by Yury Semikhatsky.
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- inspector/compile-front-end.sh:
- inspector/front-end/DOMAgent.js:
(WebInspector.DOMNode.prototype.nodeNameInCorrectCase):
(WebInspector.DOMNode.prototype.moveTo):
(WebInspector.DOMNode.prototype.isXMLNode):
- inspector/front-end/DOMBreakpointsSidebarPane.js:
(WebInspector.DOMBreakpointsSidebarPane.prototype._setBreakpoint):
- inspector/front-end/DOMPresentation.js: Added.
(WebInspector.DOMPresentation.decorateNodeLabel):
(WebInspector.DOMPresentation.linkifyNodeReference):
(WebInspector.DOMPresentation.linkifyNodeById):
- inspector/front-end/ElementsPanel.js:
(WebInspector.ElementsPanel.prototype.updateBreadcrumb):
- inspector/front-end/ElementsTreeOutline.js:
(WebInspector.ElementsTreeOutline.prototype.set rootDOMNode):
- inspector/front-end/EventListenersSidebarPane.js:
- inspector/front-end/ObjectPropertiesSection.js:
- inspector/front-end/PropertiesSection.js:
- inspector/front-end/Section.js:
- inspector/front-end/StylesSidebarPane.js:
(WebInspector.StylesSidebarPane.prototype._rebuildStyleRules):
(WebInspector.StylesSidebarPane.prototype._rebuildSectionsForStyleRules):
- inspector/front-end/WebKit.qrc:
- inspector/front-end/inspector.html:
- 9:12 AM Changeset in webkit [96815] by
-
- 10 edits in trunk/Source/WebCore
Web Inspector: add all Resource panel views to the compilation.
https://bugs.webkit.org/show_bug.cgi?id=69526
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/CookieItemsView.js:
(WebInspector.CookieItemsView.prototype._contextMenu):
(WebInspector.Cookies.cookieMatchesResourceURL):
- inspector/front-end/CookiesTable.js:
(WebInspector.CookiesTable):
(WebInspector.CookiesTable.prototype._onDeleteFromGrid):
- inspector/front-end/DOMStorageItemsView.js:
(WebInspector.DOMStorageItemsView.prototype._dataGridForDOMStorageEntries):
- inspector/front-end/DataGrid.js:
(WebInspector.DataGrid.createSortableDataGrid.sortDataGrid.comparator):
(WebInspector.DataGrid.createSortableDataGrid.sortDataGrid):
(WebInspector.DataGrid.createSortableDataGrid):
- inspector/front-end/DatabaseQueryView.js:
(WebInspector.DatabaseQueryView.prototype._queryFinished):
- inspector/front-end/DatabaseTableView.js:
(WebInspector.DatabaseTableView.prototype._queryFinished):
- inspector/front-end/ResourcesPanel.js:
(WebInspector.ResourcesPanel.prototype.reset):
(WebInspector.ResourcesPanel.prototype.showDatabase):
- inspector/front-end/TextPrompt.js:
- 8:51 AM Changeset in webkit [96814] by
-
- 384 edits76 adds in trunk/LayoutTests
Unreviewed: Update all chromium-mac baseline images that differ only
in their scrollbar appearance.
- platform/chromium-mac/css1/basic/comments-expected.png:
- platform/chromium-mac/css1/basic/containment-expected.png:
- platform/chromium-mac/css1/basic/id_as_selector-expected.png:
- platform/chromium-mac/css1/basic/inheritance-expected.png:
- platform/chromium-mac/css1/box_properties/border-expected.png:
- platform/chromium-mac/css1/box_properties/border_bottom-expected.png:
- platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png:
- platform/chromium-mac/css1/box_properties/border_left-expected.png:
- platform/chromium-mac/css1/box_properties/border_left_width-expected.png:
- platform/chromium-mac/css1/box_properties/border_right_inline-expected.png:
- platform/chromium-mac/css1/box_properties/border_right_width-expected.png:
- platform/chromium-mac/css1/box_properties/border_style-expected.png:
- platform/chromium-mac/css1/box_properties/border_top-expected.png:
- platform/chromium-mac/css1/box_properties/border_top_width-expected.png:
- platform/chromium-mac/css1/box_properties/border_width-expected.png:
- platform/chromium-mac/css1/box_properties/clear-expected.png:
- platform/chromium-mac/css1/box_properties/float_margin-expected.png:
- platform/chromium-mac/css1/box_properties/height-expected.png:
- platform/chromium-mac/css1/box_properties/margin-expected.png:
- platform/chromium-mac/css1/box_properties/margin_bottom-expected.png:
- platform/chromium-mac/css1/box_properties/margin_inline-expected.png:
- platform/chromium-mac/css1/box_properties/margin_left-expected.png:
- platform/chromium-mac/css1/box_properties/margin_right-expected.png:
- platform/chromium-mac/css1/box_properties/margin_top-expected.png:
- platform/chromium-mac/css1/box_properties/padding-expected.png:
- platform/chromium-mac/css1/box_properties/padding_bottom-expected.png:
- platform/chromium-mac/css1/box_properties/padding_inline-expected.png:
- platform/chromium-mac/css1/box_properties/padding_left-expected.png:
- platform/chromium-mac/css1/box_properties/padding_right-expected.png:
- platform/chromium-mac/css1/box_properties/padding_top-expected.png:
- platform/chromium-mac/css1/box_properties/width-expected.png:
- platform/chromium-mac/css1/cascade/cascade_order-expected.png:
- platform/chromium-mac/css1/classification/display-expected.png:
- platform/chromium-mac/css1/classification/list_style_type-expected.png:
- platform/chromium-mac/css1/classification/white_space-expected.png:
- platform/chromium-mac/css1/color_and_background/background-expected.png:
- platform/chromium-mac/css1/color_and_background/background_attachment-expected.png:
- platform/chromium-mac/css1/color_and_background/background_position-expected.png:
- platform/chromium-mac/css1/color_and_background/background_repeat-expected.png:
- platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png:
- platform/chromium-mac/css1/font_properties/font_size-expected.png:
- platform/chromium-mac/css1/font_properties/font_weight-expected.png:
- platform/chromium-mac/css1/formatting_model/floating_elements-expected.png:
- platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png:
- platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png:
- platform/chromium-mac/css1/formatting_model/inline_elements-expected.png:
- platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png:
- platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png:
- platform/chromium-mac/css1/pseudo/anchor-expected.png:
- platform/chromium-mac/css1/pseudo/firstletter-expected.png:
- platform/chromium-mac/css1/pseudo/firstline-expected.png:
- platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png:
- platform/chromium-mac/css1/text_properties/letter_spacing-expected.png:
- platform/chromium-mac/css1/text_properties/line_height-expected.png:
- platform/chromium-mac/css1/text_properties/text_decoration-expected.png:
- platform/chromium-mac/css1/text_properties/text_indent-expected.png:
- platform/chromium-mac/css1/text_properties/vertical_align-expected.png:
- platform/chromium-mac/css1/text_properties/word_spacing-expected.png:
- platform/chromium-mac/css1/units/color_units-expected.png:
- platform/chromium-mac/css1/units/length_units-expected.png:
- platform/chromium-mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-002-expected.png:
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-004-expected.png:
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-006-expected.png:
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-008-expected.png:
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-010-expected.png:
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-012-expected.png:
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-014-expected.png:
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-016-expected.png:
- platform/chromium-mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
- platform/chromium-mac/css2.1/t0803-c5505-mrgn-02-c-expected.png:
- platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
- platform/chromium-mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Added.
- platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.png:
- platform/chromium-mac/css2.1/t1202-counters-08-b-expected.png: Added.
- platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png: Added.
- platform/chromium-mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
- platform/chromium-mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
- platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.png:
- platform/chromium-mac/editing/inserting/insert-div-023-expected.png:
- platform/chromium-mac/editing/selection/focus_editable_html-expected.png:
- platform/chromium-mac/editing/selection/select-all-003-expected.png:
- platform/chromium-mac/editing/selection/select-all-004-expected.png:
- platform/chromium-mac/fast/backgrounds/background-inherit-color-bug-expected.png:
- platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png:
- platform/chromium-mac/fast/backgrounds/size/backgroundSize15-expected.png:
- platform/chromium-mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
- platform/chromium-mac/fast/block/basic/truncation-rtl-expected.png:
- platform/chromium-mac/fast/block/float/008-expected.png: Added.
- platform/chromium-mac/fast/block/float/013-expected.png:
- platform/chromium-mac/fast/block/float/019-expected.png: Added.
- platform/chromium-mac/fast/block/float/021-expected.png:
- platform/chromium-mac/fast/block/float/025-expected.png:
- platform/chromium-mac/fast/block/float/026-expected.png:
- platform/chromium-mac/fast/block/float/027-expected.png:
- platform/chromium-mac/fast/block/float/028-expected.png:
- platform/chromium-mac/fast/block/float/032-expected.png: Added.
- platform/chromium-mac/fast/block/float/035-expected.png: Added.
- platform/chromium-mac/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
- platform/chromium-mac/fast/block/float/br-with-clear-2-expected.png: Added.
- platform/chromium-mac/fast/block/float/float-not-removed-from-next-sibling4-expected.png:
- platform/chromium-mac/fast/block/float/nested-clearance-expected.png: Added.
- platform/chromium-mac/fast/block/float/relative-painted-twice-expected.png:
- platform/chromium-mac/fast/block/lineboxcontain/parsing-invalid-expected.png:
- platform/chromium-mac/fast/block/margin-collapse/104-expected.png:
- platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
- platform/chromium-mac/fast/block/positioning/047-expected.png:
- platform/chromium-mac/fast/block/positioning/055-expected.png:
- platform/chromium-mac/fast/block/positioning/auto/007-expected.png:
- platform/chromium-mac/fast/block/positioning/auto/vertical-lr/007-expected.png:
- platform/chromium-mac/fast/block/positioning/auto/vertical-rl/007-expected.png:
- platform/chromium-mac/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png: Added.
- platform/chromium-mac/fast/block/positioning/negative-rel-position-expected.png: Added.
- platform/chromium-mac/fast/block/positioning/relative-overflow-block-expected.png: Added.
- platform/chromium-mac/fast/block/positioning/relative-overflow-replaced-expected.png:
- platform/chromium-mac/fast/block/positioning/relative-overflow-replaced-float-expected.png:
- platform/chromium-mac/fast/block/positioning/vertical-lr/002-expected.png: Added.
- platform/chromium-mac/fast/block/positioning/vertical-rl/002-expected.png: Added.
- platform/chromium-mac/fast/body-propagation/overflow/002-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/002-xhtml-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/003-declarative-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/003-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/003-xhtml-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/004-declarative-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/004-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/004-xhtml-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/006-declarative-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/006-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/006-xhtml-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/007-declarative-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/007-expected.png:
- platform/chromium-mac/fast/body-propagation/overflow/007-xhtml-expected.png:
- platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png:
- platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
- platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
- platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
- platform/chromium-mac/fast/borders/inline-mask-overlay-image-expected.png:
- platform/chromium-mac/fast/borders/rtl-border-01-expected.png:
- platform/chromium-mac/fast/borders/rtl-border-02-expected.png:
- platform/chromium-mac/fast/borders/rtl-border-03-expected.png:
- platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
- platform/chromium-mac/fast/box-sizing/box-sizing-expected.png: Added.
- platform/chromium-mac/fast/canvas/canvas-bg-expected.png:
- platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png:
- platform/chromium-mac/fast/clip/014-expected.png:
- platform/chromium-mac/fast/css-generated-content/014-expected.png:
- platform/chromium-mac/fast/css/005-expected.png:
- platform/chromium-mac/fast/css/MarqueeLayoutTest-expected.png:
- platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.png:
- platform/chromium-mac/fast/css/border-height-expected.png: Added.
- platform/chromium-mac/fast/css/color-correction-backgrounds-and-text-expected.png:
- platform/chromium-mac/fast/css/color-correction-on-background-image-expected.png:
- platform/chromium-mac/fast/css/empty-pseudo-class-expected.png:
- platform/chromium-mac/fast/css/first-child-pseudo-class-expected.png:
- platform/chromium-mac/fast/css/first-of-type-pseudo-class-expected.png:
- platform/chromium-mac/fast/css/hsl-color-expected.png:
- platform/chromium-mac/fast/css/last-child-pseudo-class-expected.png:
- platform/chromium-mac/fast/css/last-of-type-pseudo-class-expected.png:
- platform/chromium-mac/fast/css/line-height-overflow-expected.png: Added.
- platform/chromium-mac/fast/css/nested-floating-relative-position-percentages-expected.png: Added.
- platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
- platform/chromium-mac/fast/css/only-child-pseudo-class-expected.png:
- platform/chromium-mac/fast/css/only-of-type-pseudo-class-expected.png:
- platform/chromium-mac/fast/css/percentage-non-integer-expected.png:
- platform/chromium-mac/fast/css/positioned-overflow-scroll-expected.png: Added.
- platform/chromium-mac/fast/css/word-space-extra-expected.png:
- platform/chromium-mac/fast/dom/clone-node-dynamic-style-expected.png:
- platform/chromium-mac/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
- platform/chromium-mac/fast/dynamic/anchor-lock-expected.png: Added.
- platform/chromium-mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
- platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.png:
- platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.png:
- platform/chromium-mac/fast/events/pointer-events-2-expected.png:
- platform/chromium-mac/fast/events/standalone-image-drag-to-editable-expected.png:
- platform/chromium-mac/fast/flexbox/009-expected.png:
- platform/chromium-mac/fast/flexbox/016-expected.png:
- platform/chromium-mac/fast/flexbox/flex-hang-expected.png: Added.
- platform/chromium-mac/fast/forms/fieldset-align-expected.png:
- platform/chromium-mac/fast/forms/form-hides-table-expected.png:
- platform/chromium-mac/fast/forms/textAreaLineHeight-expected.png:
- platform/chromium-mac/fast/frames/frame-scrolling-attribute-expected.png: Added.
- platform/chromium-mac/fast/frames/iframe-scrolling-attribute-expected.png:
- platform/chromium-mac/fast/gradients/background-clipped-expected.png:
- platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png:
- platform/chromium-mac/fast/html/details-position-expected.png:
- platform/chromium-mac/fast/images/gif-large-checkerboard-expected.png: Added.
- platform/chromium-mac/fast/inline-block/tricky-baseline-expected.png:
- platform/chromium-mac/fast/inline/inline-borders-with-bidi-override-expected.png:
- platform/chromium-mac/fast/inline/inline-continuation-borders-expected.png:
- platform/chromium-mac/fast/inline/long-wrapped-line-expected.png: Added.
- platform/chromium-mac/fast/invalid/residual-style-expected.png:
- platform/chromium-mac/fast/layers/overflow-scroll-auto-switch-expected.png: Added.
- platform/chromium-mac/fast/layers/scroll-rect-to-visible-expected.png:
- platform/chromium-mac/fast/lists/001-expected.png:
- platform/chromium-mac/fast/lists/001-vertical-expected.png:
- platform/chromium-mac/fast/lists/008-expected.png:
- platform/chromium-mac/fast/lists/008-vertical-expected.png:
- platform/chromium-mac/fast/lists/li-br-expected.png: Added.
- platform/chromium-mac/fast/lists/ol-start-parsing-expected.png:
- platform/chromium-mac/fast/lists/olstart-expected.png:
- platform/chromium-mac/fast/media/mq-relative-constraints-02-expected.png:
- platform/chromium-mac/fast/media/mq-relative-constraints-03-expected.png:
- platform/chromium-mac/fast/media/mq-relative-constraints-04-expected.png:
- platform/chromium-mac/fast/media/mq-relative-constraints-05-expected.png:
- platform/chromium-mac/fast/media/mq-relative-constraints-06-expected.png:
- platform/chromium-mac/fast/media/mq-relative-constraints-07-expected.png:
- platform/chromium-mac/fast/media/mq-relative-constraints-08-expected.png:
- platform/chromium-mac/fast/media/mq-relative-constraints-09-expected.png:
- platform/chromium-mac/fast/media/mq-width-absolute-01-expected.png:
- platform/chromium-mac/fast/media/mq-width-absolute-02-expected.png:
- platform/chromium-mac/fast/media/mq-width-absolute-03-expected.png:
- platform/chromium-mac/fast/media/mq-width-absolute-04-expected.png:
- platform/chromium-mac/fast/multicol/client-rects-expected.png:
- platform/chromium-mac/fast/multicol/column-break-with-balancing-expected.png: Added.
- platform/chromium-mac/fast/multicol/column-rules-stacking-expected.png:
- platform/chromium-mac/fast/multicol/columns-shorthand-parsing-expected.png: Added.
- platform/chromium-mac/fast/multicol/float-multicol-expected.png:
- platform/chromium-mac/fast/multicol/float-paginate-complex-expected.png: Added.
- platform/chromium-mac/fast/multicol/float-paginate-expected.png: Added.
- platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Added.
- platform/chromium-mac/fast/multicol/layers-split-across-columns-expected.png:
- platform/chromium-mac/fast/multicol/paginate-block-replaced-expected.png: Added.
- platform/chromium-mac/fast/multicol/positioned-with-constrained-height-expected.png: Added.
- platform/chromium-mac/fast/multicol/scrolling-overflow-expected.png:
- platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.png:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
- platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
- platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
- platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
- platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.png:
- platform/chromium-mac/fast/multicol/table-vertical-align-expected.png:
- platform/chromium-mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
- platform/chromium-mac/fast/multicol/vertical-lr/float-multicol-expected.png:
- platform/chromium-mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
- platform/chromium-mac/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
- platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png:
- platform/chromium-mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
- platform/chromium-mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
- platform/chromium-mac/fast/multicol/vertical-rl/float-multicol-expected.png:
- platform/chromium-mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
- platform/chromium-mac/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
- platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png:
- platform/chromium-mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
- platform/chromium-mac/fast/overflow/002-expected.png:
- platform/chromium-mac/fast/overflow/003-expected.png:
- platform/chromium-mac/fast/overflow/005-expected.png: Added.
- platform/chromium-mac/fast/overflow/007-expected.png:
- platform/chromium-mac/fast/overflow/008-expected.png:
- platform/chromium-mac/fast/overflow/childFocusRingClip-expected.png:
- platform/chromium-mac/fast/overflow/clip-rects-fixed-ancestor-expected.png:
- platform/chromium-mac/fast/overflow/float-in-relpositioned-expected.png:
- platform/chromium-mac/fast/overflow/hit-test-overflow-controls-expected.png:
- platform/chromium-mac/fast/overflow/image-selection-highlight-expected.png:
- platform/chromium-mac/fast/overflow/overflow-auto-position-absolute-expected.png:
- platform/chromium-mac/fast/overflow/overflow-auto-table-expected.png:
- platform/chromium-mac/fast/overflow/overflow-rtl-expected.png:
- platform/chromium-mac/fast/overflow/overflow-rtl-vertical-expected.png:
- platform/chromium-mac/fast/overflow/overflow-stacking-expected.png:
- platform/chromium-mac/fast/overflow/overflow-text-hit-testing-expected.png:
- platform/chromium-mac/fast/overflow/overflow-update-transform-expected.png:
- platform/chromium-mac/fast/overflow/overflow-with-local-background-attachment-expected.png:
- platform/chromium-mac/fast/overflow/position-fixed-transform-clipping-expected.png:
- platform/chromium-mac/fast/overflow/scrollbar-position-update-expected.png:
- platform/chromium-mac/fast/overflow/table-overflow-float-expected.png:
- platform/chromium-mac/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added.
- platform/chromium-mac/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
- platform/chromium-mac/fast/repaint/fixed-expected.png:
- platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
- platform/chromium-mac/fast/repaint/fixed-tranformed-expected.png:
- platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
- platform/chromium-mac/fast/repaint/overflow-scroll-body-appear-expected.png:
- platform/chromium-mac/fast/repaint/repaint-during-scroll-expected.png:
- platform/chromium-mac/fast/repaint/select-option-background-color-expected.png:
- platform/chromium-mac/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
- platform/chromium-mac/fast/replaced/005-expected.png:
- platform/chromium-mac/fast/replaced/width100percent-image-expected.png:
- platform/chromium-mac/fast/selectors/166-expected.png:
- platform/chromium-mac/fast/table/023-expected.png: Added.
- platform/chromium-mac/fast/table/027-vertical-expected.png:
- platform/chromium-mac/fast/table/028-vertical-expected.png: Added.
- platform/chromium-mac/fast/table/034-expected.png:
- platform/chromium-mac/fast/table/038-vertical-expected.png:
- platform/chromium-mac/fast/table/040-expected.png:
- platform/chromium-mac/fast/table/040-vertical-expected.png:
- platform/chromium-mac/fast/table/border-collapsing/002-vertical-expected.png:
- platform/chromium-mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
- platform/chromium-mac/fast/table/edge-offsets-expected.png:
- platform/chromium-mac/fast/table/empty-cells-expected.png:
- platform/chromium-mac/fast/table/height-percent-test-expected.png: Added.
- platform/chromium-mac/fast/table/height-percent-test-vertical-expected.png: Added.
- platform/chromium-mac/fast/table/overflowHidden-expected.png:
- platform/chromium-mac/fast/table/prepend-in-anonymous-table-expected.png:
- platform/chromium-mac/fast/table/table-display-types-vertical-expected.png: Added.
- platform/chromium-mac/fast/table/wide-colspan-expected.png: Added.
- platform/chromium-mac/fast/table/wide-column-expected.png: Added.
- platform/chromium-mac/fast/text/international/thai-line-breaks-expected.png:
- platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
- platform/chromium-mac/fast/text/large-text-composed-char-expected.png:
- platform/chromium-mac/fast/text/softHyphen-expected.png: Added.
- platform/chromium-mac/fast/text/text-letter-spacing-expected.png:
- platform/chromium-mac/fast/text/wbr-expected.png:
- platform/chromium-mac/fast/text/whitespace/024-expected.png:
- platform/chromium-mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
- platform/chromium-mac/fast/text/word-break-expected.png:
- platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
- platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
- platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
- platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
- platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
- platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
- platform/chromium-mac/fast/writing-mode/fallback-orientation-expected.png:
- platform/chromium-mac/fast/writing-mode/fieldsets-expected.png:
- platform/chromium-mac/fast/writing-mode/text-orientation-basic-expected.png:
- platform/chromium-mac/fonts/cursive-expected.png:
- platform/chromium-mac/fonts/default-expected.png:
- platform/chromium-mac/fonts/fantasy-expected.png:
- platform/chromium-mac/fonts/serif-expected.png:
- platform/chromium-mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png:
- platform/chromium-mac/media/video-controls-rendering-expected.png:
- platform/chromium-mac/media/video-zoom-expected.png:
- platform/chromium-mac/printing/return-from-printing-mode-expected.png: Added.
- platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
- platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
- platform/chromium-mac/scrollbars/scrollbars-on-positioned-content-expected.png:
- platform/chromium-mac/svg/css/stars-with-shadow-expected.png:
- platform/chromium-mac/svg/custom/altglyph-expected.png:
- platform/chromium-mac/svg/custom/external-paintserver-reference-expected.png: Added.
- platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
- platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
- platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
- platform/chromium-mac/svg/custom/invisible-text-after-scrolling-expected.png:
- platform/chromium-mac/svg/custom/junk-data-expected.png:
- platform/chromium-mac/svg/custom/linking-base-external-reference-expected.png: Added.
- platform/chromium-mac/svg/custom/missing-xlink-expected.png:
- platform/chromium-mac/svg/custom/object-sizing-no-width-height-expected.png:
- platform/chromium-mac/svg/custom/text-xy-updates-SVGList-expected.png: Added.
- platform/chromium-mac/svg/custom/use-font-face-crash-expected.png:
- platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png:
- platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png:
- platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png:
- platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png:
- platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png:
- platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png:
- platform/chromium-mac/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
- platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png:
- platform/chromium-mac/svg/dom/SVGPathSegList-appendItem-expected.png:
- platform/chromium-mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
- platform/chromium-mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
- platform/chromium-mac/svg/dom/SVGPathSegList-removeItem-expected.png:
- platform/chromium-mac/svg/dom/SVGPathSegList-replaceItem-expected.png:
- platform/chromium-mac/svg/dom/SVGPointList-basics-expected.png:
- platform/chromium-mac/svg/dom/SVGStringList-basics-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
- platform/chromium-mac/svg/in-html/circle-expected.png:
- platform/chromium-mac/svg/overflow: Added.
- platform/chromium-mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Added.
- platform/chromium-mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Added.
- platform/chromium-mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Added.
- platform/chromium-mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Added.
- platform/chromium-mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Added.
- platform/chromium-mac/svg/text/kerning-expected.png:
- platform/chromium-mac/svg/text/multichar-glyph-expected.png:
- platform/chromium-mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
- platform/chromium-mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
- platform/chromium-mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
- platform/chromium-mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug10269-2-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug1055-1-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug113235-1-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug113235-3-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug11944-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug120364-expected.png: Added.
- platform/chromium-mac/tables/mozilla/bugs/bug137388-2-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug149275-1-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug22019-expected.png: Added.
- platform/chromium-mac/tables/mozilla/bugs/bug23151-expected.png: Added.
- platform/chromium-mac/tables/mozilla/bugs/bug2479-1-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug27038-2-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug2947-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug32205-2-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug38916-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug43039-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug46480-1-expected.png: Added.
- platform/chromium-mac/tables/mozilla/bugs/bug46480-2-expected.png: Added.
- platform/chromium-mac/tables/mozilla/bugs/bug56405-expected.png: Added.
- platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug5835-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug650-expected.png: Added.
- platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug92143-expected.png:
- platform/chromium-mac/tables/mozilla/bugs/bug96343-expected.png:
- platform/chromium-mac/tables/mozilla/core/cell_heights-expected.png:
- platform/chromium-mac/tables/mozilla/core/col_widths_auto_fix-expected.png:
- platform/chromium-mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
- platform/chromium-mac/tables/mozilla/core/nested1-expected.png:
- platform/chromium-mac/tables/mozilla/core/one_row-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/backgr_index-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_td_height-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_td_nowrap-expected.png: Added.
- platform/chromium-mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_th_height-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_th_nowrap-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
- platform/chromium-mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
- platform/chromium-mac/tables/mozilla/other/nestedTables-expected.png:
- platform/chromium-mac/tables/mozilla/other/test6-expected.png:
- platform/chromium-mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
- platform/chromium-mac/tables/mozilla/other/wa_table_tr_align-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png: Added.
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/core/col_span2-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/core/columns-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/core/conflicts-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/core/standards1-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
- platform/chromium-mac/tables/mozilla_expected_failures/other/empty_cells-expected.png:
- platform/chromium-mac/transforms/2d/transform-fixed-container-expected.png:
- platform/chromium/test_expectations.txt:
- 8:36 AM Changeset in webkit [96813] by
-
- 6 edits in trunk/Source
Unreviewed, rolling out r96791.
http://trac.webkit.org/changeset/96791
https://bugs.webkit.org/show_bug.cgi?id=69528
webkit_unit_tests broken on Mac and Win (Requested by
hwennborg on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-06
Source/WebCore:
- platform/graphics/chromium/cc/CCLayerTreeHost.h:
Source/WebKit/chromium:
- features.gypi:
- src/WebViewImpl.h:
- tests/CCLayerTreeHostTest.cpp:
(WTF::CCLayerTreeHostTest::CCLayerTreeHostTest):
- 8:35 AM Changeset in webkit [96812] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: [Chromium] Heap Snapshot colors legend help popup is not shown.
https://bugs.webkit.org/show_bug.cgi?id=69482
Reviewed by Yury Semikhatsky.
- inspector/front-end/DetailedHeapshotView.js:
(WebInspector.DetailedHeapshotView.prototype._helpClicked):
- 8:17 AM BuildingQt5OnHarmattan edited by
- (diff)
- 7:49 AM BuildingQt5OnHarmattan created by
- 7:44 AM Changeset in webkit [96811] by
-
- 3 edits in trunk/Tools
allow new-run-webkit-tests to run on Lion
https://bugs.webkit.org/show_bug.cgi?id=69429
Add fallback lists for chromium-mac-lion, and add chromium-mac-snowleopard
directory to fallback lists (even though that directory doesn't exist yet)
Patch by Elliot Poger <epoger@google.com> on 2011-10-06
Reviewed by Adam Barth.
- Scripts/webkitpy/layout_tests/port/chromium_mac.py:
- Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py:
- 7:07 AM Changeset in webkit [96810] by
-
- 2 edits in trunk/Source/WebKit/chromium
[Chromium] WebKit.gyp fix to unbreak Linux(shared) build after r96791
Unreviewed gardening.
- WebKit.gyp:
- 6:43 AM Changeset in webkit [96809] by
-
- 3 edits in trunk/Source/JavaScriptCore
export new stack dumping method
https://bugs.webkit.org/show_bug.cgi?id=69018
The original landing of bug 69018 didn't export WTFGetBacktrace, so that when bug 69453 landed, the first use
of this function, many builds broke. So here we add the exports, so that the function is usable.
Reviewed by Adam Roben.
- JavaScriptCore.exp:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
- 6:37 AM Changeset in webkit [96808] by
-
- 3 edits in trunk
Provide configure option to switch between JSC and V8.
https://bugs.webkit.org/show_bug.cgi?id=69469
Patch by Nayan Kumar K <nayankk@motorola.com> on 2011-10-06
Reviewed by Philippe Normand.
This is first of the patches to support building of V8 with
WebKit GTK. With this patch, new command line switch named
'--with-jsengine' is introduced, using which we can choose to
build either jsc or v8.
- GNUmakefile.am:
- configure.ac:
- 6:20 AM Changeset in webkit [96807] by
-
- 14 edits in trunk/Source/WebCore
Web Inspector: add 10 more front-end classes to the compilation process.
https://bugs.webkit.org/show_bug.cgi?id=69445
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/HAREntry.js:
- inspector/front-end/HandlerRegistry.js:
- inspector/front-end/IFrameView.js:
- inspector/front-end/JavaScriptSourceFrame.js:
- inspector/front-end/PanelEnablerView.js:
(WebInspector.PanelEnablerView):
- inspector/front-end/PartialQuickSort.js:
- inspector/front-end/PropertiesSidebarPane.js:
(WebInspector.PropertiesSidebarPane.prototype.update.fillSection):
(WebInspector.PropertiesSidebarPane.prototype.update):
- inspector/front-end/ShowMoreDataGridNode.js:
- inspector/front-end/SidebarTreeElement.js:
- inspector/front-end/TimelineAgent.js:
- inspector/front-end/WelcomeView.js:
- inspector/front-end/externs.js:
(WebInspector.addMainEventListeners):
- 6:15 AM Changeset in webkit [96806] by
-
- 2 edits in trunk/Source/WebKit2
[Qt][WK2] Cursor should change when hovering links or input fields.
https://bugs.webkit.org/show_bug.cgi?id=69519
Reviewed by Simon Hausmann.
This is a temporary fix until Qt5 brings support for changing cursor
per item. This patch enforce the change of the cursor at application
level.
- UIProcess/API/qt/qdesktopwebview.cpp:
(QDesktopWebViewPrivate::didChangeCursor):
- 6:14 AM Changeset in webkit [96805] by
-
- 9 edits in trunk/Source/WebCore
Web Inspector: make ElementsTreeOutline compile
https://bugs.webkit.org/show_bug.cgi?id=69439
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/DOMAgent.js:
- inspector/front-end/DOMSyntaxHighlighter.js:
- inspector/front-end/ElementsPanel.js:
(WebInspector.ElementsPanel.get this):
(WebInspector.ElementsPanel):
(WebInspector.ElementsPanel.prototype._populateContextMenu):
(WebInspector.ElementsPanel.prototype._inspectElementRequested):
- inspector/front-end/ElementsTreeOutline.js:
(WebInspector.ElementsTreeOutline):
(WebInspector.ElementsTreeOutline.prototype._contextMenuEventFired.focusElement):
(WebInspector.ElementsTreeOutline.prototype._contextMenuEventFired):
(WebInspector.ElementsTreeOutline.prototype._updateModifiedNodes):
(WebInspector.ElementsTreeOutline.prototype._populateContextMenu):
(WebInspector.ElementsTreeElement.prototype._populateTagContextMenu):
(WebInspector.ElementsTreeElement.prototype._startEditingAttribute):
(WebInspector.ElementsTreeElement.prototype._startEditingTextNode):
(WebInspector.ElementsTreeElement.prototype._startEditingTagName):
(WebInspector.ElementsTreeElement.prototype._startEditingAsHTML):
(WebInspector.ElementsTreeElement.prototype._tagNameEditingCommitted.changeTagNameCallback):
(WebInspector.ElementsTreeElement.prototype._tagNameEditingCommitted):
():
- inspector/front-end/externs.js:
(WebInspector.highlightDOMNode):
(WebInspector.resourceURLForRelatedNode):
- 6:04 AM Changeset in webkit [96804] by
-
- 2 edits in trunk/Source/WebCore
Web Inspector: Inspector fails to start if there was at least one watch expression.
https://bugs.webkit.org/show_bug.cgi?id=69516
Reviewed by Yury Semikhatsky.
- inspector/front-end/ConsoleView.js:
- inspector/front-end/WatchExpressionsSidebarPane.js:
(WebInspector.WatchExpressionsSidebarPane):
- 5:58 AM QtWebKit edited by
- (diff)
- 5:56 AM QtWebKit edited by
- (diff)
- 5:53 AM Changeset in webkit [96803] by
-
- 15 edits in trunk/Source/WebCore
Don't make virtual calls in Node::parentNode.
https://bugs.webkit.org/show_bug.cgi?id=69266
Reviewed by Antti Koivisto.
ShadowRoot and SVGShadowRoot remain semantically separate (eg
isShadowRoot/isSVGShadowRoot) but share a flag
(IsShadowRootOrSVGShadowRootFlag, hitherto IsShadowRootFlag just
for ShadowRoot). In combination with IsSVGFlag ShadowRoot (false)
can be distinguished from SVGShadowRoot (true). This lets us make
isSVGShadowRoot non-virtual.
No change in behavior => No new tests.
- dom/Node.cpp:
(WebCore::Node::shadowHost):
- dom/Node.h:
(WebCore::Node::isSVGShadowRoot):
(WebCore::Node::isShadowRoot):
(WebCore::Node::parentNode):
(WebCore::Node::parentNodeGuaranteedHostFree):
- rendering/svg/SVGShadowTreeElements.cpp:
(WebCore::SVGShadowTreeContainerElement::SVGShadowTreeContainerElement):
(WebCore::SVGShadowTreeRootElement::SVGShadowTreeRootElement):
- rendering/svg/SVGShadowTreeElements.h:
- svg/SVGElement.cpp:
(WebCore::SVGElement::SVGElement):
- svg/SVGElement.h:
- svg/SVGGElement.cpp:
(WebCore::SVGGElement::SVGGElement):
- svg/SVGGElement.h:
- svg/SVGStyledElement.cpp:
(WebCore::SVGStyledElement::SVGStyledElement):
- svg/SVGStyledElement.h:
- svg/SVGStyledLocatableElement.cpp:
(WebCore::SVGStyledLocatableElement::SVGStyledLocatableElement):
- svg/SVGStyledLocatableElement.h:
- svg/SVGStyledTransformableElement.cpp:
(WebCore::SVGStyledTransformableElement::SVGStyledTransformableElement):
- svg/SVGStyledTransformableElement.h:
- 4:57 AM Changeset in webkit [96802] by
-
- 2 edits in trunk/Source/JavaScriptCore
REGRESSION(r96347): Build is broken with MSVC compiler if !PLATFORM(WINDOWS)
https://bugs.webkit.org/show_bug.cgi?id=69413
Reviewed by Darin Adler.
- assembler/MacroAssemblerCodeRef.h: Define STDCALL for MSVC in a proper way.
- 4:31 AM Changeset in webkit [96801] by
-
- 2 edits in trunk/LayoutTests
[Qt] inspector/styles/styles-disable-inherited.html make the next test fail after r96257
https://bugs.webkit.org/show_bug.cgi?id=69257
Unreviewed gardening.
- platform/qt/Skipped:
- 4:23 AM Changeset in webkit [96800] by
-
- 2 edits in trunk/Source/WebKit2
[Qt][WK2][Mac] QtWebProcess should not show up in the Dock.
https://bugs.webkit.org/show_bug.cgi?id=69432
We can set the environment variable QT_MAC_DISABLE_FOREGROUND_APPLICATION_TRANSFORM
in the WebProcess stub to disable the automatic foreground transformation.
Patch by Zeno Albisser <zeno.albisser@nokia.com> on 2011-10-06
Reviewed by Andreas Kling.
- UIProcess/Launcher/qt/ProcessLauncherQt.cpp:
(WebKit::QtWebProcess::setupChildProcess):
- 3:53 AM Changeset in webkit [96799] by
-
- 2 edits in trunk/LayoutTests
[Qt] REGRESSION(r96779): It made svg/as-image/svg-nested.html timeout
https://bugs.webkit.org/show_bug.cgi?id=69511
- platform/qt/Skipped: Skip svg/as-image/svg-nested.html until fix.
- 3:10 AM Changeset in webkit [96798] by
-
- 3 edits7 adds in trunk
Take pageScaleFactor into account for MouseRelatedEvents.
https://bugs.webkit.org/show_bug.cgi?id=67592
Reviewed by Tony Gentilcore.
Source/WebCore:
Tests: fast/events/page-scaled-mouse-click-iframe.html
fast/events/page-scaled-mouse-click.html
- dom/MouseRelatedEvent.cpp:
(WebCore::contentsScrollOffset):
(WebCore::MouseRelatedEvent::MouseRelatedEvent):
(WebCore::frameScaleFactor):
(WebCore::MouseRelatedEvent::computePageLocation):
(WebCore::MouseRelatedEvent::computeRelativePosition):
LayoutTests:
- fast/events/page-scaled-mouse-click-expected.txt: Added.
- fast/events/page-scaled-mouse-click-iframe-expected.txt: Added.
- fast/events/page-scaled-mouse-click-iframe.html: Added.
- fast/events/page-scaled-mouse-click.html: Added.
- fast/events/resources/page-scaled-mouse-click-iframe-inner.html: Added.
- fast/events/script-tests/page-scaled-mouse-click-iframe.js: Added.
():
(clearEventLog):
(testEvents):
(iframeLoaded):
- fast/events/script-tests/page-scaled-mouse-click.js: Added.
():
(clearEventLog):
(sendEvents):
(testEvents):
- 3:07 AM Changeset in webkit [96797] by
-
- 2 edits in trunk/LayoutTests
Unreviewed. Skipped a test that lacks a console message.
- platform/gtk/Skipped: skipped
http/tests/security/redirect-BLOCKED-to-localURL.html
- 2:57 AM Changeset in webkit [96796] by
-
- 2 edits in trunk/LayoutTests
Unreviewed. Skipping a test that requires
continuousMouseScrollBy() which is not yet supported by GTK
EventSender API.
- platform/gtk/Skipped: skipped
fast/events/wheelevent-direction-inverted-from-device.html
- 2:30 AM Changeset in webkit [96795] by
-
- 3 edits2 adds in trunk/LayoutTests
Unreviewed, Qt rebaseline after r96789.
- platform/qt/http/tests/navigation/postredirect-basic-expected.txt:
- platform/qt/http/tests/navigation/postredirect-frames-expected.txt: Added.
- platform/qt/http/tests/navigation/postredirect-goback1-expected.txt:
- platform/qt/http/tests/navigation/postredirect-goback2-expected.txt: Added.
- 2:08 AM Changeset in webkit [96794] by
-
- 2 edits in trunk/Source/JavaScriptCore
SpeculativeJIT::isKnownString() is wrong
https://bugs.webkit.org/show_bug.cgi?id=69501
Reviewed by Oliver Hunt.
Removed the wrong case (GetLocal predicted String) and added a case that
works (StrCat).
- dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::isKnownString):
- 2:00 AM Changeset in webkit [96793] by
-
- 10 edits2 deletes in trunk
IndexedDB: Remove SQLite-LevelDB migration code
https://bugs.webkit.org/show_bug.cgi?id=69264
Reviewed by Tony Chang.
Source/WebCore:
Remove migration functionality.
Just removing code, so no new tests.
- storage/IDBFactoryBackendImpl.cpp:
(WebCore::IDBFactoryBackendImpl::open):
- storage/IDBFactoryBackendImpl.h:
Source/WebKit/chromium:
Remove setOverrideBackingStoreType. It was used in the layout test
for migration.
- public/WebIDBFactory.h:
- src/WebIDBFactoryImpl.cpp:
(WebKit::WebIDBFactoryImpl::getDatabaseNames):
(WebKit::WebIDBFactoryImpl::open):
Tools:
Remove setOverrideIndexedDBBackingStore. It was used in the layout
test for migration.
- DumpRenderTree/chromium/LayoutTestController.cpp:
(LayoutTestController::LayoutTestController):
- DumpRenderTree/chromium/LayoutTestController.h:
LayoutTests:
Remove layout test covering migration.
- storage/indexeddb/migrate-basics-expected.txt: Removed.
- storage/indexeddb/migrate-basics.html: Removed.
- 1:09 AM Changeset in webkit [96792] by
-
- 3 edits in trunk/LayoutTests
Unreviewed, GTK rebaseline after r96620.
- platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt:
- platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt:
- 12:12 AM Changeset in webkit [96791] by
-
- 6 edits in trunk/Source
[chromium] Remove USE(THREADED_COMPOSITING) from the tree
https://bugs.webkit.org/show_bug.cgi?id=69489
Patch by James Robinson <jamesr@chromium.org> on 2011-10-06
Reviewed by Darin Fisher.
Source/WebCore:
This macro isn't needed any more since the logic it guarded is guarded by a runtime switch.
- platform/graphics/chromium/cc/CCLayerTreeHost.h:
Source/WebKit/chromium:
- features.gypi:
- src/WebViewImpl.h:
- tests/CCLayerTreeHostTest.cpp:
(WTF::CCLayerTreeHostTest::CCLayerTreeHostTest):
Oct 5, 2011:
- 11:34 PM Changeset in webkit [96790] by
-
- 8 edits in trunk/Tools
[chromium] Add a command line option to DumpRenderTree and run_webkit_tests.py to enable threaded compositing mode
https://bugs.webkit.org/show_bug.cgi?id=69498
Patch by James Robinson <jamesr@chromium.org> on 2011-10-05
Reviewed by Adam Barth.
- DumpRenderTree/chromium/DumpRenderTree.cpp:
(main):
- DumpRenderTree/chromium/TestShell.cpp:
(TestShell::TestShell):
(TestShell::resetWebSettings):
- DumpRenderTree/chromium/TestShell.h:
(TestShell::setThreadedCompositingEnabled):
- DumpRenderTree/chromium/WebPreferences.cpp:
(WebPreferences::reset):
(WebPreferences::applyTo):
- DumpRenderTree/chromium/WebPreferences.h:
- Scripts/webkitpy/layout_tests/port/chromium.py:
- Scripts/webkitpy/layout_tests/run_webkit_tests.py:
- 11:04 PM Changeset in webkit [96789] by
-
- 2 edits in trunk/Tools
[QT] Fix DRT after r96779
unreviewed.
- DumpRenderTree/qt/DumpRenderTreeQt.cpp:
(WebCore::dumpHistoryItem):
- 11:00 PM Changeset in webkit [96788] by
-
- 34 edits in trunk/Source/WebCore
Refactor IDL attributes about constructor
https://bugs.webkit.org/show_bug.cgi?id=69074
Reviewed by Adam Barth.
Currently, IDL attributes about constructor are confusing:
- [CustomConstructFunction] means that there is a custom constructor for JSC.
- [V8CustomConstructor] means that there is a custom constructor for V8.
- [CustomConstructor] exists in CodeGenerator*.pm but is not used in any IDL files.
- For almost all IDL files, [CustomConstructFunction] and [V8CustomConstructor] are used at the same time.
- ObjC, CPP and GObject bindings do not support custom constructors.
This patch makes the following changes:
- Rename [CustomConstructFunction] to [JSCustomConstructor].
- [JSCustomConstructor] means that there is a custom constructor for JSC.
- [V8CustomConstructor] means that there is a custom constructor for V8.
- [CustomConstructor] means that there is a custom constructor for both JSC and V8.
No new tests. No change in behavior. Confirm that build succeeds.
- bindings/scripts/CodeGeneratorJS.pm: Removed [CustomConstructFunction] and added [JSCustomConstructor]
(GenerateHeader):
(GenerateAttributesHashTable):
(GenerateImplementation):
(GenerateConstructorDefinition):
- css/WebKitCSSMatrix.idl: Renamed [CustomConstructFunction] to [JSCustomConstructor]. If both [JSCustomConstructor] and [V8CustomConstructor] are specified, then we replaced them with [CustomConstructor].
- dom/CustomEvent.idl: Ditto.
- dom/ErrorEvent.idl: Ditto.
- dom/Event.idl: Ditto.
- dom/HashChangeEvent.idl: Ditto.
- dom/MessageChannel.idl: Ditto.
- dom/MessageEvent.idl: Ditto.
- dom/PageTransitionEvent.idl: Ditto.
- dom/PopStateEvent.idl: Ditto.
- dom/ProgressEvent.idl: Ditto.
- dom/WebKitAnimationEvent.idl: Ditto.
- html/DOMFormData.idl: Ditto.
- html/canvas/ArrayBuffer.idl: Ditto.
- html/canvas/DataView.idl: Ditto.
- html/canvas/Float32Array.idl: Ditto.
- html/canvas/Float64Array.idl: Ditto.
- html/canvas/Int16Array.idl: Ditto.
- html/canvas/Int32Array.idl: Ditto.
- html/canvas/Int8Array.idl: Ditto.
- html/canvas/Uint16Array.idl: Ditto.
- html/canvas/Uint32Array.idl: Ditto.
- html/canvas/Uint8Array.idl: Ditto.
- p2p/PeerConnection.idl: Ditto.
- page/EventSource.idl: Ditto.
- page/WebKitPoint.idl: Ditto.
- webaudio/AudioContext.idl: Ditto.
- websockets/CloseEvent.idl: Ditto.
- websockets/WebSocket.idl: Ditto.
- workers/SharedWorker.idl: Ditto.
- workers/Worker.idl: Ditto.
- xml/XMLHttpRequest.idl: Ditto.
- xml/XSLTProcessor.idl: Ditto.
- 10:37 PM Changeset in webkit [96787] by
-
- 2 edits in trunk/LayoutTests
[WinCairo] Unreviewed build fix.
- platform/wincairo/Skipped: Skip css3 folder (for now).
- 9:18 PM Changeset in webkit [96786] by
-
- 17 edits in trunk/Source
Source/WebCore: Add the option to suppress rendering until the document's load event fires.
https://bugs.webkit.org/show_bug.cgi?id=69298
Reviewed by Simon Fraser.
Add a WebCore setting that suppresses painting and compositing layer
updates until the document's load event fires. This masks the effects
of incremental rendering (for clients that opt in) by ensuring that all
sub-resources have loaded and a full layout has taken place before
painting the document for the first time.
No tests currently possible. Testing this would require the ability for
DRT to dump state while resources are loading, which it doesn't
currently do.
- dom/Document.cpp:
(WebCore::Document::implicitClose): If rendering was previously
suppressed, force a repaint and compositing layer update.
(WebCore::Document::visualUpdatesAllowed): Add a helper method to
determine if the document is in a state where rendering is allowed.
- dom/Document.h:
- page/Settings.cpp:
(WebCore::Settings::Settings):
- page/Settings.h:
(WebCore::Settings::setSuppressIncrementalRendering):
(WebCore::Settings::suppressIncrementalRendering):
- rendering/RenderLayer.cpp:
(WebCore::shouldSuppressPaintingLayer): Encapsulate the FOUC and
painting suppression checks into a single helper function for
readability's sake.
(WebCore::RenderLayer::paintLayer):
- rendering/RenderLayerCompositor.cpp:
(WebCore::RenderLayerCompositor::updateCompositingLayers): If we should
suppress compositing layer updates and the load event has yet to fire,
return early.
Source/WebKit/mac: Add an option to suppress rendering until the document's load event fires.
https://bugs.webkit.org/show_bug.cgi?id=69298
Reviewed by Simon Fraser.
Add a new private WebPreference.
- WebView/WebPreferenceKeysPrivate.h:
- WebView/WebPreferences.mm:
(+[WebPreferences initialize]):
(-[WebPreferences setSuppressRenderingWhileInitiallyLoading:]):
(-[WebPreferences suppressRenderingWhileInitiallyLoading]):
- WebView/WebPreferencesPrivate.h:
- WebView/WebView.mm:
(-[WebView _preferencesChanged:]):
Source/WebKit2: Add an option to suppress rendering until the document's load event fires.
https://bugs.webkit.org/show_bug.cgi?id=69298
Reviewed by Simon Fraser.
Add a new WKPreference.
- Shared/WebPreferencesStore.h:
- UIProcess/API/C/WKPreferences.cpp:
(WKPreferencesSetSuppressRenderingWhileInitiallyLoading):
(WKPreferencesGetSuppressRenderingWhileInitiallyLoading):
- UIProcess/API/C/WKPreferences.h:
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::updatePreferences):
- 8:37 PM Changeset in webkit [96785] by
-
- 7 edits2 adds in trunk
WebSocket: Add extensions attribute
https://bugs.webkit.org/show_bug.cgi?id=69408
Reviewed by Kent Tamura.
Source/WebCore:
Add WebSocket's "extensions" attribute as specified in the WebSocket API
<http://dev.w3.org/html5/websockets/#the-websocket-interface>.
WebSocket protocol extension is not implemented at all, thus this attribute
always returns an empty string.
Test: http/tests/websocket/tests/hybi/extensions.html
http/tests/websocket/tests/hixie76/undefined-attributes.html (updated)
- websockets/WebSocket.cpp:
(WebCore::WebSocket::extensions):
If the hixie-76 protocol is chosen, we need to return "undefined" in order to
keep behavior of the ports which have not used the newer hybi protocol yet.
- websockets/WebSocket.h:
- websockets/WebSocket.idl:
LayoutTests:
- http/tests/websocket/tests/hixie76/undefined-attributes-expected.txt:
- http/tests/websocket/tests/hixie76/undefined-attributes.html:
Added "extensions" attribute to the list because it shouldn't be defined
when hixie-76 protocol is used.
- http/tests/websocket/tests/hybi/extensions-expected.txt: Added.
- http/tests/websocket/tests/hybi/extensions.html:
Added. Test whether .extensions attribute always returns an empty string.
- 8:04 PM Changeset in webkit [96784] by
-
- 2 edits in trunk/Source/WebKit2
r96770 broke binary compatibility with Safari
https://bugs.webkit.org/show_bug.cgi?id=69496
Reviewed by Dan Bernstein.
Fix binary compatibility issue by declaring the deprecated methods inside a extern "C" block.
- UIProcess/API/C/WKContext.cpp:
- 7:38 PM Changeset in webkit [96783] by
-
- 2 edits in trunk/Source/JavaScriptCore
Windows build fix attempt after r96760.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
- 7:27 PM Changeset in webkit [96782] by
-
- 6 edits in trunk/Source/WebCore
IsShadowRootFlag should not depend on whether a ShadowRoot is attached to a host.
https://bugs.webkit.org/show_bug.cgi?id=69406
Reviewed by Hajime Morita.
No change in behavior => No new tests.
- dom/Node.cpp:
(WebCore::Node::setShadowHost): Don't twiddle the flag.
- dom/Node.h:
- dom/ShadowRoot.cpp:
(WebCore::ShadowRoot::ShadowRoot): Set the IsShadowRootFlag on creation.
- dom/TreeScope.cpp:
(WebCore::TreeScope::TreeScope): Let ShadowRoot set creation flags.
- dom/TreeScope.h:
- 7:15 PM Changeset in webkit [96781] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Update test expectations for Web Audio on Windows.
Unreviewed.
- platform/chromium/test_expectations.txt:
- 7:04 PM Changeset in webkit [96780] by
-
- 4 edits in trunk/Source
Define a log2f() function for Windows in wtf/MathExtras.h
https://bugs.webkit.org/show_bug.cgi?id=69491
Reviewed by Darin Adler.
Source/JavaScriptCore:
- wtf/MathExtras.h:
(log2f):
Source/WebCore:
No new tests. This change is tested in existing layout tests.
- webaudio/AudioParamTimeline.cpp:
(WebCore::AudioParamTimeline::valuesForTimeRangeImpl):
- 6:40 PM Changeset in webkit [96779] by
-
- 46 edits1 delete in trunk
window.location.href and others needlessly decodes URI-encoded characters
https://bugs.webkit.org/show_bug.cgi?id=30225
Reviewed by Darin Adler.
Source/WebCore:
Don't decode KURL::path() and stop using KURL::deprecatedString() in Location methods.
This slightly changes how we parse data and javascript URLs (non hierarchical URLs) to
not encode so aggressively.
- fileapi/DOMFileSystemBase.cpp:
(WebCore::DOMFileSystemBase::crackFileSystemURL): Manually decode path()
- loader/FrameLoader.cpp:
(WebCore::FrameLoader::defaultObjectContentType): Manually decode path()
- page/Location.cpp:
(WebCore::Location::href): Use string() instead of deprecatedString()
- page/Location.h:
(WebCore::Location::toString): Inline call to href()
- platform/KURL.cpp:
(WebCore::KURL::path): Don't decode.
(WebCore::escapeAndAppendNonHierarchicalPart): Rename escapeAndAppendFragment to escapeAndAppendNonHierarchicalPart
since this is now used for more than just fragments.
(WebCore::KURL::parse): Don't decode
- platform/KURLGoogle.cpp:
(WebCore::KURL::path): Remove out of date comment
- platform/qt/KURLQt.cpp:
(WebCore::KURL::fileSystemPath): Manually decode path()
- platform/win/ClipboardWin.cpp:
(WebCore::createGlobalHDropContent): Manually decode path()
- workers/WorkerLocation.cpp:
(WebCore::WorkerLocation::href): Use string() instead of deprecatedString()
- workers/WorkerLocation.h:
(WebCore::WorkerLocation::toString): Inline call to href()
Tools:
- DumpRenderTree/chromium/TestShell.cpp:
(normalizeLayoutTestURLInternal): Remove extra encode.
LayoutTests:
The path part of location.href and location.pathname are now not decoded and we keep percent escape sequences.
data and javascript URLs only encodes non ascii characters.
- fast/dom/anchor-origin-expected.txt:
- fast/dom/anchor-origin.html: Change to not use document.write since we don't want to output HTML.
- fast/history/history-back-initial-vs-final-url-expected.txt:
- fast/loader/subframe-navigate-during-main-frame-load-expected.txt:
- fast/url/file-http-base-expected.txt:
- fast/url/mailto-expected.txt:
- fast/url/script-tests/file-http-base.js:
- fast/url/script-tests/segments.js:
- fast/url/script-tests/standard-url.js:
- fast/url/segments-expected.txt:
- fast/url/segments-from-data-url-expected.txt:
- fast/url/segments.html: Use UTF-8
- fast/url/standard-url-expected.txt:
- http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
- http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
- http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
- http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
- http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
- http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
- http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
- http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
- http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
- http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
- http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
- http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
- http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
- http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
- http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
- platform/chromium-cg-mac/fast/url/standard-url-expected.txt:
- platform/chromium-linux/fast/url/standard-url-expected.txt:
- platform/chromium-mac/fast/url/standard-url-expected.txt:
- platform/chromium-win/fast/url/standard-url-expected.txt:
- platform/chromium/fast/dom/anchor-origin-expected.txt: Removed.
- 6:14 PM Changeset in webkit [96778] by
-
- 2 edits in trunk/Tools
Fix build.
- TestWebKitAPI/Tests/WebKit2/CanHandleRequest.cpp:
(TestWebKitAPI::TEST): Remove underscore prefix from call to
WKContextRegisterURLSchemeAsEmptyDocument.
- 5:56 PM Changeset in webkit [96777] by
-
- 2 edits in trunk/Source/WebCore
[Mac] Use four more named cursors if present
https://bugs.webkit.org/show_bug.cgi?id=69488
Reviewed by Dan Bernstein.
- platform/mac/CursorMac.mm:
(WebCore::Cursor::ensurePlatformCursor): Use the names "Help", "Cell",
"ZoomIn", and "ZoomOut" to get those cursors. Structure the code so it
falls back if the cursors are not present.
- 5:51 PM Changeset in webkit [96776] by
-
- 7 edits in trunk
force margin:auto to 0 in flex items
https://bugs.webkit.org/show_bug.cgi?id=69475
Reviewed by Ojan Vafai.
Source/WebCore:
The spec used to say the margin had a value of flex(1 0 0), but changed to just be 0.
- rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::computePreferredLogicalWidth):
(WebCore::RenderFlexibleBox::layoutAndPlaceChildrenInlineDirection):
LayoutTests:
- css3/flexbox/002.html:
- css3/flexbox/003.html:
- css3/flexbox/004.html:
- css3/flexbox/writing-modes.html:
- 5:44 PM Changeset in webkit [96775] by
-
- 3 edits3 adds in trunk
Computed style for filter property
https://bugs.webkit.org/show_bug.cgi?id=68477
Reviewed by Simon Fraser.
Reports the computed style for the new -webkit-filter
property value.
Test: css3/filters/filter-property-computed-style.html
- css/CSSComputedStyleDeclaration.cpp:
(WebCore::computedFilter):
(WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
New test to exercise computed style for -webkit-filter. Note
that drop-shadow is not yet supported.
- css3/filters/filter-property-computed-style-expected.txt: Added.
- css3/filters/filter-property-computed-style.html: Added.
- css3/filters/script-tests/filter-property-computed-style.js: Added.
(testComputedFilterRule):
- 5:40 PM Changeset in webkit [96774] by
-
- 14 edits in trunk
Enable WEB_AUDIO by default in the WebKit/mac port.
https://bugs.webkit.org/show_bug.cgi?id=68587
Reviewed by Simon Fraser.
Source/JavaScriptCore:
- Configurations/FeatureDefines.xcconfig:
- wtf/Platform.h:
Source/WebCore:
No new tests; existing webaudio/ layout tests cover this.
- Configurations/FeatureDefines.xcconfig:
- WebCore.xcodeproj/project.pbxproj: Add a build step which copies audio resources to
the WebCore.framework bundle.
Source/WebKit/mac:
- Configurations/FeatureDefines.xcconfig:
Source/WebKit2:
- Configurations/FeatureDefines.xcconfig:
LayoutTests:
- fast/dom/script-tests/constructed-objects-prototypes.js:
(constructorPropertiesOnWindow):
- platform/mac/fast/dom/Window/window-properties-expected.txt:
- platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
- 5:35 PM Changeset in webkit [96773] by
-
- 2 edits in trunk/Tools
[WinCairo] Switch to building Release target, and activate tests.
https://bugs.webkit.org/show_bug.cgi?id=69272
Reviewed by Adam Barth.
- BuildSlaveSupport/build.webkit.org-config/config.json:
Change from debug to release target. Switch from "Build" to
"BuildAndTest"
- 5:34 PM Changeset in webkit [96772] by
-
- 2 edits in trunk/Source/WebKit/chromium
Make destructor of WebURLLoaderClient virtual.
https://bugs.webkit.org/show_bug.cgi?id=69457
Patch by Alexei Svitkine <asvitkine@chromium.org> on 2011-10-05
Reviewed by Darin Fisher.
- public/WebURLLoaderClient.h:
(WebKit::WebURLLoaderClient::~WebURLLoaderClient):
- 5:29 PM Changeset in webkit [96771] by
-
- 2 edits in trunk/LayoutTests
[WinCairo] unreviewed build correction.
- platform/wincairo/Skipped: Update to get build green.
- 5:08 PM Changeset in webkit [96770] by
-
- 12 edits in trunk
In WebKitTestRunner, text has font smoothing in pixel snapshots
https://bugs.webkit.org/show_bug.cgi?id=69396
Source/WebKit2:
Reviewed by Darin Adler.
Plumb through a method on WKContext that controls whether font smoothing
is enabled. Since this is a global setting, such a method is more appropriate
than a preference.
Remove leading underscores on some WKContext functions, but keep
exported versions of same for binary compatibility.
- Shared/WebProcessCreationParameters.cpp:
(WebKit::WebProcessCreationParameters::WebProcessCreationParameters):
(WebKit::WebProcessCreationParameters::encode):
(WebKit::WebProcessCreationParameters::decode):
- Shared/WebProcessCreationParameters.h:
- UIProcess/API/C/WKContext.cpp:
(WKContextSetAlwaysUsesComplexTextCodePath):
(WKContextSetShouldUseFontSmoothing):
(WKContextSetAdditionalPluginsDirectory):
(WKContextRegisterURLSchemeAsEmptyDocument):
(WKContextSetHTTPPipeliningEnabled):
(_WKContextSetAdditionalPluginsDirectory):
(_WKContextRegisterURLSchemeAsEmptyDocument):
(_WKContextSetAlwaysUsesComplexTextCodePath):
(_WKContextSetHTTPPipeliningEnabled):
- UIProcess/API/C/WKContextPrivate.h:
- UIProcess/WebContext.cpp:
(WebKit::WebContext::WebContext):
(WebKit::WebContext::ensureWebProcess):
(WebKit::WebContext::setShouldUseFontSmoothing):
(WebKit::WebContext::httpPipeliningEnabled):
- UIProcess/WebContext.h:
- WebProcess/WebProcess.cpp:
(WebKit::WebProcess::initializeWebProcess):
(WebKit::WebProcess::setShouldUseFontSmoothing):
- WebProcess/WebProcess.h:
- WebProcess/WebProcess.messages.in:
Tools:
Reviewed by Darin Adler.
Call the new WKContext method that disables font smoothing in
WebKitTestRunner, so that pixel snapshots don't have font smoothing
enabled. Remove leading underscore from a WKContext function call.
- WebKitTestRunner/TestController.cpp:
(WTR::TestController::resetStateToConsistentValues):
- 5:01 PM Changeset in webkit [96769] by
-
- 7 edits in trunk
[flexbox] take marginBeforeForChild into account when positioning children
https://bugs.webkit.org/show_bug.cgi?id=69313
Reviewed by Tony Chang.
Source/WebCore:
- rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::layoutAndPlaceChildrenInlineDirection):
LayoutTests:
- css3/flexbox/002.html:
- css3/flexbox/writing-modes.html:
- 5:00 PM Changeset in webkit [96768] by
-
- 2 edits in trunk/Tools
Improve the watchlist for threading entries.
https://bugs.webkit.org/show_bug.cgi?id=69463
Reviewed by Adam Barth.
- Scripts/webkitpy/common/config/watchlist:
- 4:59 PM Changeset in webkit [96767] by
-
- 2 edits in trunk/LayoutTests
[Chromium] Update test expectations after Skia roll.
Unreviewed.
- platform/chromium/test_expectations.txt: Added select-background-none.html on Linux.
- 4:46 PM Changeset in webkit [96766] by
-
- 10 edits in trunk/Source
Switching threaded compositor from a compile time option to a
run time one.
https://bugs.webkit.org/show_bug.cgi?id=69391
Reviewed by Darin Fisher.
Source/WebCore:
Mostly converted #if USE(THREADED_COMPOSITING) to a regular if statements.
In addition, CCLayerTreeHost::scheduleComposite() is removed as it wasn't being
called from anywhere,
No new tests as it doesn't add new functionality.
- platform/graphics/chromium/cc/CCLayerTreeHost.cpp:
(WebCore::CCLayerTreeHost::setNeedsCommitThenRedraw):
(WebCore::CCLayerTreeHost::setNeedsRedraw):
(WebCore::CCLayerTreeHost::composite):
- platform/graphics/chromium/cc/CCLayerTreeHost.h:
- platform/graphics/chromium/cc/CCSingleThreadProxy.cpp:
(WebCore::CCSingleThreadProxy::setNeedsCommitThenRedraw):
(WebCore::CCSingleThreadProxy::compositeImmediately):
- platform/graphics/chromium/cc/CCSingleThreadProxy.h:
Source/WebKit/chromium:
- public/WebSettings.h:
- src/WebSettingsImpl.cpp:
(WebKit::WebSettingsImpl::WebSettingsImpl):
(WebKit::WebSettingsImpl::setMinimumAccelerated2dCanvasSize):
(WebKit::WebSettingsImpl::setUseThreadedCompositor):
- src/WebSettingsImpl.h:
(WebKit::WebSettingsImpl::useThreadedCompositor):
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::animate):
(WebKit::WebViewImpl::composite):
(WebKit::WebViewImpl::setRootLayerNeedsDisplay):
(WebKit::WebViewImpl::setIsAcceleratedCompositingActive):
(WebKit::WebViewImpl::createLayerTreeHostContext3D):
(WebKit::WebViewImpl::scheduleComposite):
(WebKit::WebViewImpl::graphicsContext3D):
- 4:40 PM Changeset in webkit [96765] by
-
- 2 edits in trunk/Source/WebKit2
Flash of white when unminimizing windows
https://bugs.webkit.org/show_bug.cgi?id=69476
<rdar://problem/10202680>
Reviewed by Simon Fraser.
Whenever the UI process requests an immediate backing store update, make sure to resume
painting if it's suspended.
- WebProcess/WebPage/DrawingAreaImpl.cpp:
(WebKit::DrawingAreaImpl::updateBackingStoreState):
- 4:27 PM Changeset in webkit [96764] by
-
- 27 edits1 copy11 adds in trunk
Parse '-webkit-filter' property syntax
https://bugs.webkit.org/show_bug.cgi?id=68473
Reviewed by Nikolas Zimmermann.
Parse the new -webkit-filter property, looking for shorthand
functions then testing number, type and value of parameters.
Note that support for drop-shadow() was omitted from this
patch because parsing CSS shadow syntax was going to require some
refactoring of the box and text shadow code. The followup
bug is https://bugs.webkit.org/show_bug.cgi?id=69108.
Also, computed style will return null for filters at the moment.
That's https://bugs.webkit.org/show_bug.cgi?id=68477.
Tests: css3/filters/filter-property-parsing-invalid.html
css3/filters/filter-property-parsing.html
- CMakeLists.txt:
- CodeGenerators.pri:
- DerivedSources.cpp:
- DerivedSources.make:
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
Build files updated for new WebKitCSSFilterValue classes.
- bindings/js/JSCSSValueCustom.cpp:
(WebCore::toJS):
- bindings/objc/DOMCSS.mm:
Test if value is WebKitCSSFilterValue.
- css/CSSParser.cpp:
(WebCore::filterInfoForName):
(WebCore::CSSParser::isValidFilterArgument):
(WebCore::CSSParser::parseFilter):
- css/CSSParser.h:
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::applyProperty):
(WebCore::filterOperationForType):
(WebCore::CSSStyleSelector::createFilterOperations):
- css/CSSStyleSelector.h:
Handle the new shorthand functions in -webkit-filter.
- css/CSSValue.h:
(WebCore::CSSValue::isWebKitCSSFilterValue):
Add virtual function that returns false here.
- css/WebKitCSSFilterValue.cpp: Added.
(WebCore::WebKitCSSFilterValue::WebKitCSSFilterValue):
(WebCore::WebKitCSSFilterValue::~WebKitCSSFilterValue):
(WebCore::WebKitCSSFilterValue::cssText):
- css/WebKitCSSFilterValue.h: Added.
(WebCore::WebKitCSSFilterValue::create):
(WebCore::WebKitCSSFilterValue::operationType):
(WebCore::WebKitCSSFilterValue::isWebKitCSSFilterValue):
- css/WebKitCSSFilterValue.idl: Added.
WebKitCSSFilterValue modelled closely on WebKitCSSTransformValue,
basically identifying the type of operation in a CSSValueList.
- page/DOMWindow.idl:
New WebKitCSSFilterValue constructor.
- platform/graphics/filters/FilterOperation.h:
(WebCore::BlurFilterOperation::create):
(WebCore::BlurFilterOperation::stdDeviationX):
(WebCore::BlurFilterOperation::stdDeviationY):
(WebCore::BlurFilterOperation::BlurFilterOperation):
(WebCore::SharpenFilterOperation::create):
(WebCore::SharpenFilterOperation::radius):
(WebCore::SharpenFilterOperation::threshold):
(WebCore::SharpenFilterOperation::SharpenFilterOperation):
Use Length rather than double for parameters that are CSS lengths.
New tests that exercise the -webkit-filter syntax, with
(nearly) all the function shorthands. Since this patch also
added a global WebKitCSSFilterValue interface, the window
tests needed update, but only on the platforms that have
ENABLE(CSS_FILTERS).
- css3/filters/filter-property-expected.txt:
- css3/filters/filter-property-parsing-expected.txt: Added.
- css3/filters/filter-property-parsing-invalid-expected.txt: Added.
- css3/filters/filter-property-parsing-invalid.html: Added.
- css3/filters/filter-property-parsing.html: Added.
- css3/filters/script-tests/filter-property-parsing-invalid.js: Added.
(testInvalidFilterRule):
- css3/filters/script-tests/filter-property-parsing.js: Added.
(jsWrapperClass):
(shouldBeType):
(testFilterRule):
- css3/filters/script-tests/filter-property.js:
Updated old test which was missing quotes, plus new tests that
exercise the shorthand feature.
- platform/mac/fast/dom/Window/window-properties-expected.txt:
- platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
- platform/mac/fast/dom/prototype-inheritance-2-expected.txt: Added.
- platform/mac/fast/js/global-constructors-expected.txt:
- platform/win/fast/dom/Window/window-properties-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/Window/window-properties-expected.txt.
- platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
- platform/win/fast/dom/prototype-inheritance-2-expected.txt: Added.
- platform/win/fast/js/global-constructors-expected.txt:
Updated isAppleWebkit() platform files for the new WebKitCSSFilterValue
API exposed on Window.
- 4:05 PM Changeset in webkit [96763] by
-
- 2 edits in trunk/LayoutTests
Rebaseline webaudio/audiobuffersource-playbackrate.html due to http://trac.webkit.org/changeset/96745
https://bugs.webkit.org/show_bug.cgi?id=69470
Unreviewed.
- webaudio/audiobuffersource-playbackrate-expected.wav:
- 3:51 PM Changeset in webkit [96762] by
-
- 4 edits in trunk/Source/JavaScriptCore
Assertion hit in JSC::DFG::SpeculativeJIT::compile on SL bots
https://bugs.webkit.org/show_bug.cgi?id=69346
Reviewed by Oliver Hunt.
Removed the assertion, since it was completely wrong for op_post_inc.
Short of having specialized PostInc nodes in the DFG, there is no
robust way of asserting what this assertion was trying to assert while
also supporting op_post_inc.
- dfg/DFGByteCodeParser.cpp:
(JSC::DFG::ByteCodeParser::parseBlock):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
- 3:49 PM Changeset in webkit [96761] by
-
- 2 edits in trunk/Source/WebCore
Fix Windows build - it doesn't have a log2f() function...
https://bugs.webkit.org/show_bug.cgi?id=69473
Unreviewed build fix.
- webaudio/AudioParamTimeline.cpp:
(WebCore::AudioParamTimeline::valuesForTimeRangeImpl):
- 3:44 PM Changeset in webkit [96760] by
-
- 8 edits in trunk/Source/JavaScriptCore
Added a simpler mechanism for registering one-off finalizers
https://bugs.webkit.org/show_bug.cgi?id=69466
Reviewed by Oliver Hunt.
- heap/Heap.cpp:
(JSC::Heap::addFinalizer):
(JSC::Heap::FinalizerOwner::finalize):
- heap/Heap.h: New function for adding an arbitrary finalizer for an
arbitrary cell without declaring any special classes or Handles yourself.
- JavaScriptCore.exp: Fix build.
- runtime/Executable.cpp:
(JSC::ExecutableBase::clearCode):
(JSC::ExecutableBase::clearCodeVirtual):
(JSC::EvalExecutable::clearCodeVirtual):
(JSC::ProgramExecutable::clearCodeVirtual):
(JSC::FunctionExecutable::discardCode):
(JSC::FunctionExecutable::clearCodeVirtual):
- runtime/Executable.h:
(JSC::ExecutableBase::finishCreation): Use the new mechanism for eager
finalization of executables.
- runtime/JSGlobalObject.cpp:
(JSC::JSGlobalObject::clearRareData):
- runtime/JSGlobalObject.h:
(JSC::JSGlobalObject::createRareDataIfNeeded):
(JSC::JSGlobalObject::registerWeakMap): Use the new mechanism for eager
finalization of weak maps.
- 3:42 PM Changeset in webkit [96759] by
-
- 2 edits in trunk/Source/WebCore
[chromium] ASSERT triggered when gpu process lost in single-threaded compositing path
https://bugs.webkit.org/show_bug.cgi?id=69467
Reviewed by Kenneth Russell.
Shuffles debug-only bookkeeping around to more closely match what we do in the threaded path and not trip a
false-positive ASSERT().
- platform/graphics/chromium/cc/CCSingleThreadProxy.cpp:
(WebCore::CCSingleThreadProxy::doComposite):
- 3:39 PM Changeset in webkit [96758] by
-
- 3 edits in trunk/Source/WebCore
Unreviewed, rolling out r96756.
http://trac.webkit.org/changeset/96756
https://bugs.webkit.org/show_bug.cgi?id=69472
Many builds broken due to WTFGetBacktrace not being exported
from JavaScriptCore (Requested by aroben on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-05
- dom/ScriptElement.cpp:
(WebCore::ScriptElement::ScriptElement):
(WebCore::ScriptElement::stopLoadRequest):
(WebCore::ScriptElement::notifyFinished):
- dom/ScriptElement.h:
- 3:23 PM Changeset in webkit [96757] by
-
- 5 edits2 adds in trunk
Ensure RetainPtr::hashTableDeletedValue returns a pointer, not a pointer to a pointer
RetainPtr's behavior of allowing the template parameter to be either a pointer type or a
pointed-to type confused us when we implemented hashTableDeletedValue.
Fixes <http://webkit.org/b/69414> <rdar://problem/10236833> Using RetainPtr as the key type
in HashMap/HashSet fails to compile
Reviewed by John Sullivan.
Source/JavaScriptCore:
- wtf/RetainPtr.h:
(WTF::RetainPtr::hashTableDeletedValue): Changed to use the PtrType typedef rather than T*,
since T might itself be a pointer.
(WTF::PtrHash<RetainPtr<P> >): Updated this to use PtrType everywhere, even though T* didn't
seem to be causing a problem.
Tools:
Add tests for using RetainPtrs inside HashMap and HashSet
- TestWebKitAPI/Tests/WTF/cf/RetainPtrHashing.cpp: Added.
(TestWebKitAPI::TEST): Show that RetainPtr can be used inside HashSet and as both the key
and value type of HashMap.
- TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
- TestWebKitAPI/win/TestWebKitAPI.vcproj:
Added new file.
- 3:03 PM Changeset in webkit [96756] by
-
- 3 edits in trunk/Source/WebCore
save resource zeroing stacks in ScriptElement for debugging
https://bugs.webkit.org/show_bug.cgi?id=69453
The state machine tracking how m_cachedScript gets zeroed shows that sometimes we get
two notifyFinished() events in a ScriptElement, which can crash chrome (see chrome bug
75604). This patch will save a stack in the ScriptElement when this happens, so that if
we do later crash, we can see how we did the first zeroing.
See http://code.google.com/p/chromium/issues/detail?id=75604 for the chromium bug that
this change will help track down.
Reviewed by Nate Chapin.
No new tests, this shouldn't affect output at all, and isn't particularly testable.
- dom/ScriptElement.cpp:
(WebCore::ScriptElement::ScriptElement):
(WebCore::ScriptElement::stopLoadRequest):
(WebCore::ScriptElement::notifyFinished):
- dom/ScriptElement.h:
- 2:57 PM Changeset in webkit [96755] by
-
- 3 edits in trunk/Source/JavaScriptCore
2011-10-05 Oliver Hunt <oliver@apple.com>
Remove last vestiges of anonymous storage.
Reviewed by Gavin Barraclough.
One anonymous storage function escaped my prior purge of
this feature, this patch removes it.
- runtime/JSGlobalObject.h: (JSC::JSGlobalObject::finishCreation):
- runtime/JSObject.h:
- 2:48 PM Changeset in webkit [96754] by
-
- 2 edits in trunk/Source/WebCore
More build fix.
- WebCore.exp.in: Made a typo in a last minute change for my 32-bit build fix.
- 2:46 PM Changeset in webkit [96753] by
-
- 2 edits in trunk/Tools
Mark as Expected in garden-o-matic is confusing
https://bugs.webkit.org/show_bug.cgi?id=69452
Reviewed by David Levin.
krit didn't understand the difference between this button and the
Rebaseline button because both of them seem to indicate that the new
behavior is expected. This patch renames "Mark as Expected" to "Expect
Failure" to make it clear that we're just expecting the test to fail
rather than accepting the new results as passing. We might need to
iterate on these names a bit more if folks continue to find them
confusing.
- BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/actions.js:
- 2:40 PM Changeset in webkit [96752] by
-
- 1 edit2 adds in trunk/LayoutTests
[WinCairo] Create a Skipped file to support the new WinCairo test bot.
https://bugs.webkit.org/show_bug.cgi?id=69280
(Fix bad check-in).
Reviewed by Adam Roben.
- platform/wincairo: Added.
- platform/wincairo/Skipped: Added.
- 2:40 PM Changeset in webkit [96751] by
-
- 3 edits in trunk/Source/WebCore
Fix CueParser::didFinishLoading to match changes in ThreadableLoaderClient
https://bugs.webkit.org/show_bug.cgi?id=69456
Reviewed by David Levin.
No new tests. No new functionality.
- html/track/CueParser.cpp:
(WebCore::CueParser::didFinishLoading):
- html/track/CueParser.h:
- 2:36 PM Changeset in webkit [96750] by
-
- 6 edits in trunk/Source/JavaScriptCore
DFG should be capable of a broader range of speculations on branch and not
https://bugs.webkit.org/show_bug.cgi?id=69322
Reviewed by Oliver Hunt.
- bytecode/PredictedType.h:
(JSC::isFinalObjectOrOtherPrediction):
(JSC::isArrayOrOtherPrediction):
- dfg/DFGJITCodeGenerator.cpp:
- dfg/DFGJITCodeGenerator.h:
(JSC::DFG::JITCodeGenerator::JITCodeGenerator):
- dfg/DFGJITCodeGenerator32_64.cpp:
(JSC::DFG::JITCodeGenerator::fillDouble):
(JSC::DFG::JITCodeGenerator::fillJSValue):
- dfg/DFGJITCodeGenerator64.cpp:
(JSC::DFG::JITCodeGenerator::fillDouble):
(JSC::DFG::JITCodeGenerator::fillJSValue):
- dfg/DFGOperations.cpp:
- dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::shouldSpeculateFinalObjectOrOther):
(JSC::DFG::SpeculativeJIT::shouldSpeculateArrayOrOther):
(JSC::DFG::SpeculativeJIT::SpeculativeJIT):
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::emitBranch):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::compileObjectOrOtherLogicalNot):
(JSC::DFG::SpeculativeJIT::compileLogicalNot):
(JSC::DFG::SpeculativeJIT::emitObjectOrOtherBranch):
(JSC::DFG::SpeculativeJIT::emitBranch):
- 2:35 PM Changeset in webkit [96749] by
-
- 1 edit in trunk/LayoutTests/ChangeLog
[WinCairo] Create a Skipped file to support the new WinCairo test bot.
https://bugs.webkit.org/show_bug.cgi?id=69280
Reviewed by Adam Roben.
- platform/wincairo: Added.
- platform/wincairo/Skipped: Added.
- 2:35 PM Changeset in webkit [96748] by
-
- 2 edits in trunk/Source/WebKit/mac
<http://webkit.org/b/69386> REGRESSION: Curious Location of StorageTracker.db
Reviewed by Alexey Proskuryakov.
- Storage/WebStorageManager.mm:
(+[WebStorageManager _storageDirectoryPath]): Restore call to
-[NSString stringByStandardizingPath]. Also fix over-release of
sLocalStoragePath if the initial -objectForKey: call returned an
NSString object. Use pthread_once to be thread-safe.
- 2:31 PM WikiStart edited by
- (diff)
- 2:31 PM JavaScriptCore created by
- let's just call it JavaScriptCore, without ".. Overview" suffix
- 2:15 PM Changeset in webkit [96747] by
-
- 2 edits in trunk/Source/WebCore
32-bit build fix.
- WebCore.exp.in: In 32-bit, WebCore needs to export both NSSize and CGSize constructors. In 64-bit, NSSize is just a typedef for CGSize. Also fixed conversion operators, for good measure.
- 2:13 PM WikiStart edited by
- link to JavaScriptCore Overview (diff)
- 2:01 PM Changeset in webkit [96746] by
-
- 2 edits in trunk/Tools
Add watchlist entries for abarth
https://bugs.webkit.org/show_bug.cgi?id=69461
Reviewed by David Levin.
I might have gone a bit overboard. We'll see if this is too much spam
for me.
- Scripts/webkitpy/common/config/watchlist:
- 1:53 PM Changeset in webkit [96745] by
-
- 93 edits in trunk/Source
WEB_AUDIO does not compile on Leopard 32-bit.
https://bugs.webkit.org/show_bug.cgi?id=69292
Reviewed by Simon Fraser.
Source/WebCore:
No new tests; covered by all existing audio tests.
Use of float and double within the WEB_AUDIO implementation have been harmonized, with most
calculations done using floats, with narrowPrecisionToFloat() added when necessary to
narrow double results down to floats, and with float constants initialized with float values:
- platform/audio/AudioBus.cpp:
(WebCore::AudioBus::AudioBus):
(WebCore::AudioBus::createByMixingToMono):
- platform/audio/AudioBus.h:
(WebCore::AudioBus::sampleRate):
(WebCore::AudioBus::setSampleRate):
- platform/audio/AudioDSPKernel.h:
(WebCore::AudioDSPKernel::AudioDSPKernel):
(WebCore::AudioDSPKernel::sampleRate):
- platform/audio/AudioDSPKernelProcessor.cpp:
(WebCore::AudioDSPKernelProcessor::AudioDSPKernelProcessor):
- platform/audio/AudioDSPKernelProcessor.h:
- platform/audio/AudioDestination.h:
- platform/audio/AudioFileReader.h:
- platform/audio/AudioProcessor.h:
(WebCore::AudioProcessor::AudioProcessor):
(WebCore::AudioProcessor::sampleRate):
- platform/audio/AudioUtilities.cpp:
(WebCore::AudioUtilities::decibelsToLinear):
(WebCore::AudioUtilities::linearToDecibels):
(WebCore::AudioUtilities::discreteTimeConstantForSampleRate):
- platform/audio/AudioUtilities.h:
- platform/audio/DynamicsCompressor.cpp:
(WebCore::DynamicsCompressor::DynamicsCompressor):
(WebCore::DynamicsCompressor::initializeParameters):
(WebCore::DynamicsCompressor::parameterValue):
(WebCore::DynamicsCompressor::setEmphasisStageParameters):
(WebCore::DynamicsCompressor::process):
- platform/audio/DynamicsCompressor.h:
(WebCore::DynamicsCompressor::sampleRate):
(WebCore::DynamicsCompressor::nyquist):
- platform/audio/DynamicsCompressorKernel.cpp:
(WebCore::saturate):
(WebCore::DynamicsCompressorKernel::DynamicsCompressorKernel):
(WebCore::DynamicsCompressorKernel::process):
- platform/audio/DynamicsCompressorKernel.h:
- platform/audio/EqualPowerPanner.cpp:
(WebCore::EqualPowerPanner::EqualPowerPanner):
- platform/audio/EqualPowerPanner.h:
- platform/audio/HRTFDatabase.cpp:
(WebCore::HRTFDatabase::create):
(WebCore::HRTFDatabase::HRTFDatabase):
- platform/audio/HRTFDatabase.h:
(WebCore::HRTFDatabase::sampleRate):
- platform/audio/HRTFDatabaseLoader.cpp:
(WebCore::HRTFDatabaseLoader::createAndLoadAsynchronouslyIfNecessary):
(WebCore::HRTFDatabaseLoader::HRTFDatabaseLoader):
- platform/audio/HRTFDatabaseLoader.h:
(WebCore::HRTFDatabaseLoader::databaseSampleRate):
- platform/audio/HRTFElevation.cpp:
(WebCore::HRTFElevation::calculateSymmetricKernelsForAzimuthElevation):
(WebCore::HRTFElevation::calculateKernelsForAzimuthElevation):
(WebCore::HRTFElevation::createForSubject):
(WebCore::HRTFElevation::createByInterpolatingSlices):
- platform/audio/HRTFElevation.h:
(WebCore::HRTFElevation::sampleRate):
(WebCore::HRTFElevation::HRTFElevation):
- platform/audio/HRTFKernel.cpp:
(WebCore::extractAverageGroupDelay):
(WebCore::HRTFKernel::HRTFKernel):
(WebCore::HRTFKernel::createInterpolatedKernel):
- platform/audio/HRTFKernel.h:
(WebCore::HRTFKernel::create):
(WebCore::HRTFKernel::frameDelay):
(WebCore::HRTFKernel::sampleRate):
(WebCore::HRTFKernel::HRTFKernel):
- platform/audio/HRTFPanner.cpp:
(WebCore::HRTFPanner::HRTFPanner):
(WebCore::HRTFPanner::fftSizeForSampleRate):
- platform/audio/HRTFPanner.h:
(WebCore::HRTFPanner::sampleRate):
- platform/audio/Panner.cpp:
(WebCore::Panner::create):
- platform/audio/Panner.h:
- platform/audio/chromium/AudioBusChromium.cpp:
(WebCore::AudioBus::loadPlatformResource):
- platform/audio/mac/AudioBusMac.mm:
(WebCore::AudioBus::loadPlatformResource):
- platform/audio/mac/AudioDestinationMac.cpp:
(WebCore::AudioDestination::create):
(WebCore::AudioDestination::hardwareSampleRate):
(WebCore::AudioDestinationMac::AudioDestinationMac):
- platform/audio/mac/AudioDestinationMac.h:
(WebCore::AudioDestinationMac::sampleRate):
- platform/audio/mac/AudioFileReaderMac.cpp:
(WebCore::AudioFileReader::createBus):
(WebCore::createBusFromAudioFile):
(WebCore::createBusFromInMemoryAudioFile):
- platform/audio/mac/AudioFileReaderMac.h:
- webaudio/AsyncAudioDecoder.cpp:
(WebCore::AsyncAudioDecoder::decodeAsync):
(WebCore::AsyncAudioDecoder::DecodingTask::create):
(WebCore::AsyncAudioDecoder::DecodingTask::DecodingTask):
- webaudio/AsyncAudioDecoder.h:
(WebCore::AsyncAudioDecoder::DecodingTask::sampleRate):
- webaudio/AudioBasicProcessorNode.cpp:
(WebCore::AudioBasicProcessorNode::AudioBasicProcessorNode):
- webaudio/AudioBasicProcessorNode.h:
- webaudio/AudioBuffer.cpp:
(WebCore::AudioBuffer::create):
(WebCore::AudioBuffer::createFromAudioFileData):
(WebCore::AudioBuffer::AudioBuffer):
- webaudio/AudioBuffer.h:
(WebCore::AudioBuffer::sampleRate):
- webaudio/AudioBufferSourceNode.cpp:
(WebCore::AudioBufferSourceNode::create):
(WebCore::AudioBufferSourceNode::AudioBufferSourceNode):
(WebCore::AudioBufferSourceNode::process):
(WebCore::AudioBufferSourceNode::renderFromBuffer):
- webaudio/AudioBufferSourceNode.h:
- webaudio/AudioChannelMerger.cpp:
(WebCore::AudioChannelMerger::AudioChannelMerger):
- webaudio/AudioChannelMerger.h:
(WebCore::AudioChannelMerger::create):
- webaudio/AudioChannelSplitter.cpp:
(WebCore::AudioChannelSplitter::AudioChannelSplitter):
- webaudio/AudioChannelSplitter.h:
(WebCore::AudioChannelSplitter::create):
- webaudio/AudioContext.cpp:
(WebCore::AudioContext::createOfflineContext):
(WebCore::AudioContext::AudioContext):
(WebCore::AudioContext::createBuffer):
- webaudio/AudioContext.h:
(WebCore::AudioContext::sampleRate):
- webaudio/AudioDestinationNode.cpp:
(WebCore::AudioDestinationNode::AudioDestinationNode):
- webaudio/AudioDestinationNode.h:
- webaudio/AudioGainNode.cpp:
(WebCore::AudioGainNode::AudioGainNode):
- webaudio/AudioGainNode.h:
(WebCore::AudioGainNode::create):
- webaudio/AudioListener.cpp:
(WebCore::AudioListener::AudioListener):
- webaudio/AudioListener.h:
(WebCore::AudioListener::setPosition):
(WebCore::AudioListener::setOrientation):
(WebCore::AudioListener::setVelocity):
- webaudio/AudioNode.cpp:
(WebCore::AudioNode::AudioNode):
- webaudio/AudioNode.h:
(WebCore::AudioNode::sampleRate):
- webaudio/AudioPannerNode.cpp:
(WebCore::AudioPannerNode::AudioPannerNode):
(WebCore::AudioPannerNode::getAzimuthElevation):
- webaudio/AudioPannerNode.h:
(WebCore::AudioPannerNode::create):
- webaudio/AudioParam.cpp:
(WebCore::AudioParam::value):
(WebCore::AudioParam::smoothedValue):
(WebCore::AudioParam::smooth):
(WebCore::AudioParam::calculateSampleAccurateValues):
- webaudio/AudioParamTimeline.cpp:
(WebCore::AudioParamTimeline::valueForContextTime):
(WebCore::timeToSampleFrame):
(WebCore::AudioParamTimeline::valuesForTimeRangeImpl):
- webaudio/AudioSourceNode.h:
(WebCore::AudioSourceNode::AudioSourceNode):
- webaudio/BiquadFilterNode.cpp:
(WebCore::BiquadFilterNode::BiquadFilterNode):
- webaudio/BiquadFilterNode.h:
(WebCore::BiquadFilterNode::create):
- webaudio/BiquadProcessor.cpp:
(WebCore::BiquadProcessor::BiquadProcessor):
- webaudio/BiquadProcessor.h:
- webaudio/ConvolverNode.cpp:
(WebCore::ConvolverNode::ConvolverNode):
- webaudio/ConvolverNode.h:
(WebCore::ConvolverNode::create):
- webaudio/DefaultAudioDestinationNode.cpp:
(WebCore::DefaultAudioDestinationNode::initialize):
- webaudio/DefaultAudioDestinationNode.h:
(WebCore::DefaultAudioDestinationNode::sampleRate):
- webaudio/DelayDSPKernel.cpp:
(WebCore::DelayDSPKernel::DelayDSPKernel):
(WebCore::DelayDSPKernel::process):
- webaudio/DelayDSPKernel.h:
- webaudio/DelayNode.cpp:
(WebCore::DelayNode::DelayNode):
- webaudio/DelayNode.h:
(WebCore::DelayNode::create):
- webaudio/DelayProcessor.cpp:
(WebCore::DelayProcessor::DelayProcessor):
- webaudio/DelayProcessor.h:
- webaudio/DynamicsCompressorNode.cpp:
(WebCore::DynamicsCompressorNode::DynamicsCompressorNode):
- webaudio/DynamicsCompressorNode.h:
(WebCore::DynamicsCompressorNode::create):
- webaudio/HighPass2FilterNode.cpp:
(WebCore::HighPass2FilterNode::HighPass2FilterNode):
- webaudio/HighPass2FilterNode.h:
(WebCore::HighPass2FilterNode::create):
- webaudio/JavaScriptAudioNode.cpp:
(WebCore::JavaScriptAudioNode::create):
(WebCore::JavaScriptAudioNode::JavaScriptAudioNode):
(WebCore::JavaScriptAudioNode::initialize):
- webaudio/JavaScriptAudioNode.h:
- webaudio/LowPass2FilterNode.cpp:
(WebCore::LowPass2FilterNode::LowPass2FilterNode):
- webaudio/LowPass2FilterNode.h:
(WebCore::LowPass2FilterNode::create):
- webaudio/OfflineAudioDestinationNode.h:
(WebCore::OfflineAudioDestinationNode::sampleRate):
- webaudio/RealtimeAnalyserNode.cpp:
(WebCore::RealtimeAnalyserNode::RealtimeAnalyserNode):
- webaudio/RealtimeAnalyserNode.h:
(WebCore::RealtimeAnalyserNode::create):
- webaudio/WaveShaperDSPKernel.cpp:
(WebCore::WaveShaperDSPKernel::process):
- webaudio/WaveShaperProcessor.cpp:
(WebCore::WaveShaperProcessor::WaveShaperProcessor):
- webaudio/WaveShaperProcessor.h:
Source/WebKit/chromium:
Platform-independent portions of WEB_AUDIO have changed from double -> float, and
platform-specific subclasses must change as well.
- src/AudioDestinationChromium.cpp:
(WebCore::AudioDestination::create):
(WebCore::AudioDestinationChromium::AudioDestinationChromium):
(WebCore::AudioDestination::hardwareSampleRate):
- src/AudioDestinationChromium.h:
(WebCore::AudioDestinationChromium::sampleRate):
- 1:36 PM Changeset in webkit [96744] by
-
- 3 edits in trunk/Tools
[WinCairo] Teach old-run-webkit-tests about wincairo.
https://bugs.webkit.org/show_bug.cgi?id=69280
Reviewed by Adam Roben.
- Scripts/old-run-webkit-tests: Handle wincairo case.
(buildPlatformResultHierarchy):
(readSkippedFiles): Ditto
- Scripts/webkitdirs.pm: Deal with wincairo build case.
(determineConfiguration):
- 1:28 PM Changeset in webkit [96743] by
-
- 10 edits in trunk/Source/WebKit2
[Qt] [WK2] Support JS alert/confirm/prompt in QDesktopWebView
https://bugs.webkit.org/show_bug.cgi?id=69274
Reviewed by Andreas Kling.
Use currently existing QtWidgets to provide an implementation of
window.alert(), window.confirm() and window.prompt().
- Shared/WebString.h:
(WebKit::WebString::createNull):
(WebKit::WebString::WebString):
Add a way to create a Null WebString. RunJavaScriptPrompt will differentiate
between empty and null strings.
- UIProcess/API/qt/qdesktopwebview.cpp:
(QDesktopWebViewPrivate::enableMouseEvents):
(QDesktopWebViewPrivate::disableMouseEvents):
Create helper functions to enable and disable mouse events. This is useful for
disabling mouse events in the WebView when we show QtWidget dialogs to avoid
unwanted interaction with the page.
(QDesktopWebViewPrivate::runJavaScriptAlert):
(QDesktopWebViewPrivate::runJavaScriptConfirm):
(QDesktopWebViewPrivate::runJavaScriptPrompt):
(QDesktopWebView::init):
- UIProcess/API/qt/qdesktopwebview_p.h:
- UIProcess/qt/ClientImpl.cpp:
(qt_wk_runJavaScriptAlert):
(qt_wk_runJavaScriptConfirm):
(createNullWKString):
(qt_wk_runJavaScriptPrompt):
- UIProcess/qt/ClientImpl.h:
- UIProcess/qt/QtWebPageProxy.cpp:
(QtWebPageProxy::init):
- UIProcess/qt/TouchViewInterface.cpp:
(WebKit::TouchViewInterface::runJavaScriptAlert):
(WebKit::TouchViewInterface::runJavaScriptConfirm):
(WebKit::TouchViewInterface::runJavaScriptPrompt):
- UIProcess/qt/TouchViewInterface.h:
- UIProcess/qt/ViewInterface.h:
- 1:25 PM Changeset in webkit [96742] by
-
- 5 edits in branches/chromium/874/Source/WebCore
Merge 96554 - A little more WebSQLDatabase thread safety.
https://bugs.webkit.org/show_bug.cgi?id=69277
- switch to using AtomicallyInitializedStatic where appropiate
- avoid using some Strings across threads
Reviewed by David Levin.
Existing tests apply.
- storage/AbstractDatabase.cpp:
(WebCore::guidMutex):
(WebCore::guidToVersionMap):
(WebCore::guidToDatabaseMap):
(WebCore::guidForOriginAndName):
(WebCore::AbstractDatabase::databaseInfoTableName):
(WebCore::AbstractDatabase::AbstractDatabase):
(WebCore::AbstractDatabase::performOpenAndVerify):
(WebCore::AbstractDatabase::getVersionFromDatabase):
(WebCore::AbstractDatabase::setVersionInDatabase):
- storage/AbstractDatabase.h:
- storage/chromium/DatabaseTrackerChromium.cpp:
(WebCore::DatabaseTracker::tracker):
- storage/chromium/QuotaTracker.cpp:
(WebCore::QuotaTracker::instance):
TBR=Michael Nordman
Review URL: http://codereview.chromium.org/8152004
- 1:01 PM Changeset in webkit [96741] by
-
- 2 edits in trunk/Source/JavaScriptCore
Unreviewed, rolling out r96733.
http://trac.webkit.org/changeset/96733
https://bugs.webkit.org/show_bug.cgi?id=69454
Broke GCC for some reason (Requested by andersca on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-05
- wtf/ListHashSet.h:
(WTF::ListHashSetReverseIterator::ListHashSetReverseIterator):
(WTF::ListHashSetReverseIterator::get):
(WTF::ListHashSetReverseIterator::operator*):
(WTF::ListHashSetReverseIterator::operator->):
(WTF::ListHashSetReverseIterator::operator++):
(WTF::ListHashSetReverseIterator::operator--):
(WTF::ListHashSetReverseIterator::operator==):
(WTF::ListHashSetReverseIterator::operator!=):
(WTF::ListHashSetReverseIterator::operator const_reverse_iterator):
(WTF::ListHashSetReverseIterator::node):
(WTF::ListHashSetConstReverseIterator::ListHashSetConstReverseIterator):
(WTF::ListHashSetConstReverseIterator::get):
(WTF::ListHashSetConstReverseIterator::operator*):
(WTF::ListHashSetConstReverseIterator::operator->):
(WTF::ListHashSetConstReverseIterator::operator++):
(WTF::ListHashSetConstReverseIterator::operator--):
(WTF::ListHashSetConstReverseIterator::operator==):
(WTF::ListHashSetConstReverseIterator::operator!=):
(WTF::ListHashSetConstReverseIterator::node):
(WTF::::rbegin):
(WTF::::rend):
(WTF::::makeReverseIterator):
(WTF::::makeConstReverseIterator):
- 12:46 PM Changeset in webkit [96740] by
-
- 17 edits3 adds in trunk
[WK2] Support setMarkedText/hasMarkedText/unmarkText/insertText for WTR TextInputController
https://bugs.webkit.org/show_bug.cgi?id=68924
Source/WebKit2:
Implemented WKBundlePage private APIs to support the above functions.
Patch by Chang Shu <cshu@webkit.org> on 2011-10-05
Reviewed by Darin Adler.
- WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:
(WKBundlePageSetComposition):
(WKBundlePageHasComposition):
(WKBundlePageConfirmComposition):
(WKBundlePageConfirmCompositionWithText):
- WebProcess/InjectedBundle/API/c/WKBundlePagePrivate.h:
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::setCompositionForTesting):
(WebKit::WebPage::hasCompositionForTesting):
(WebKit::WebPage::confirmCompositionForTesting):
- WebProcess/WebPage/WebPage.h:
Tools:
Added TextInputController files and JS interfaces for the above functions.
Patch by Chang Shu <cshu@webkit.org> on 2011-10-05
Reviewed by Darin Adler.
- WebKitTestRunner/DerivedSources.make:
- WebKitTestRunner/DerivedSources.pro:
- WebKitTestRunner/GNUmakefile.am:
- WebKitTestRunner/InjectedBundle/Bindings/TextInputController.idl: Added.
- WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
(WTR::InjectedBundle::beginTesting):
- WebKitTestRunner/InjectedBundle/InjectedBundle.h:
(WTR::InjectedBundle::textInputController):
- WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:
(WTR::InjectedBundlePage::didClearWindowForFrame):
- WebKitTestRunner/InjectedBundle/TextInputController.cpp: Added.
(WTR::TextInputController::create):
(WTR::TextInputController::TextInputController):
(WTR::TextInputController::~TextInputController):
(WTR::TextInputController::wrapperClass):
(WTR::TextInputController::makeWindowObject):
(WTR::TextInputController::setMarkedText):
(WTR::TextInputController::hasMarkedText):
(WTR::TextInputController::unmarkText):
(WTR::TextInputController::insertText):
- WebKitTestRunner/InjectedBundle/TextInputController.h: Added.
- WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro:
- WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj:
- WebKitTestRunner/win/InjectedBundle.vcproj:
LayoutTests:
Unskip passed tests.
Patch by Chang Shu <cshu@webkit.org> on 2011-10-05
Reviewed by Darin Adler.
- platform/wk2/Skipped:
- 12:22 PM Changeset in webkit [96739] by
-
- 10 edits in trunk/Source
[Mac] Make built-in PDF description localizable
https://bugs.webkit.org/show_bug.cgi?id=69442
Reviewed by Dan Bernstein.
Source/WebCore:
Added strings for plug-in's name and for its supported MIME type.
- English.lproj/Localizable.strings:
- WebCore.exp.in:
- platform/DefaultLocalizationStrategy.cpp:
(WebCore::DefaultLocalizationStrategy::builtInPDFPluginName):
(WebCore::DefaultLocalizationStrategy::pdfDocumentTypeDescription):
- platform/DefaultLocalizationStrategy.h:
- platform/LocalizationStrategy.h:
- platform/LocalizedStrings.cpp:
(WebCore::builtInPDFPluginName):
(WebCore::pdfDocumentTypeDescription):
- platform/LocalizedStrings.h:
Source/WebKit2:
- WebProcess/Plugins/PDF/BuiltInPDFView.cpp: Use a localized string instead of a literal one.
- 12:07 PM Changeset in webkit [96738] by
-
- 7 edits in trunk
Add rudimentary filtering to write barriers
https://bugs.webkit.org/show_bug.cgi?id=69392
Reviewed by Filip Pizlo.
../../../../Volumes/Data/git/WebKit/OpenSource/Source/JavaScriptCore:
Add approximate filtering for write barriers based on the
target's mark bit. Also add some macros to support dumping
GC phase timings.
- dfg/DFGJITCodeGenerator.cpp:
(JSC::DFG::JITCodeGenerator::markCellCard):
- heap/Heap.cpp:
(JSC::GCTimer::GCTimerScope::GCTimerScope):
(JSC::GCTimer::GCTimerScope::~GCTimerScope):
(JSC::Heap::markRoots):
(JSC::Heap::collect):
Add phase timing information.
- heap/MarkedBlock.h:
(JSC::MarkedBlock::offsetOfMarks):
(JSC::MarkedBlock::gatherDirtyCells):
- jit/JITPropertyAccess.cpp:
(JSC::JIT::emitWriteBarrier):
../../../../Volumes/Data/git/WebKit/OpenSource/Tools:
When we're recording gc phase times Heap.o picks up
some exit time destructors, so we'll just ignore Heap.o
in this check.
- Scripts/check-for-exit-time-destructors:
- 12:04 PM Changeset in webkit [96737] by
-
- 5 edits in trunk/Source/WebCore
Attempt to fix the bindings test (broken by r96727).
Reviewed by Adam Barth.
- bindings/scripts/test/V8/V8TestInterface.cpp:
(WebCore::ConfigureV8TestInterfaceTemplate):
- bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp:
(WebCore::ConfigureV8TestMediaQueryListListenerTemplate):
- bindings/scripts/test/V8/V8TestObj.cpp:
(WebCore::ConfigureV8TestObjTemplate):
- bindings/scripts/test/V8/V8TestSerializedScriptValueInterface.cpp:
(WebCore::ConfigureV8TestSerializedScriptValueInterfaceTemplate):
- 11:46 AM Changeset in webkit [96736] by
-
- 16 edits2 adds in trunk/Source
[chromium] Hook WebCompositor interface for input events up to the compositor proper
https://bugs.webkit.org/show_bug.cgi?id=69394
Reviewed by Darin Fisher.
Source/WebCore:
This wires up WebCompositorImpl to the compositor itself so we can handle input events as scrolls on the
compositor thread, although it doesn't actually wire up any input events to actual scrolling. The way this
works:
- CCThreadProxy owns an adapter that implements the CCScrollController interface
- CCThreadProxy owns a CCInputHandler, which is implemented by WebKit::WebCompositorImpl, that has a pointer to
the adapter
- CCLayerTreeHost has an identifier (an int) for its WebKit::WebCompositorImpl that's initialized in
initializeLayerRenderer. This identifier is exposed to its owner (WebKit::WebViewImpl) so the embedder can wire
up the threading logic behind the scenes.
This is just plumbing, no change in behavior.
- WebCore.gypi:
- platform/graphics/chromium/cc/CCInputHandler.h: Added.
(WebCore::CCInputHandler::~CCInputHandler):
(WebCore::CCInputHandler::CCInputHandler):
- platform/graphics/chromium/cc/CCLayerTreeHost.cpp:
(WebCore::CCLayerTreeHost::CCLayerTreeHost):
(WebCore::CCLayerTreeHost::initialize):
- platform/graphics/chromium/cc/CCLayerTreeHost.h:
(WebCore::CCLayerTreeHost::compositorIdentifier):
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
(WebCore::CCLayerTreeHostImpl::scrollRootLayer):
- platform/graphics/chromium/cc/CCLayerTreeHostImpl.h:
- platform/graphics/chromium/cc/CCProxy.h:
- platform/graphics/chromium/cc/CCScrollController.h: Added.
(WebCore::CCScrollController::CCScrollController):
(WebCore::CCScrollController::~CCScrollController):
- platform/graphics/chromium/cc/CCSingleThreadProxy.cpp:
(WebCore::CCSingleThreadProxy::CCSingleThreadProxy):
- platform/graphics/chromium/cc/CCSingleThreadProxy.h:
(WebCore::CCSingleThreadProxy::compositorIdentifier):
- platform/graphics/chromium/cc/CCThreadProxy.cpp:
(WebCore::CCThreadProxyScrollControllerAdapter::create):
(WebCore::CCThreadProxyScrollControllerAdapter::~CCThreadProxyScrollControllerAdapter):
(WebCore::CCThreadProxyScrollControllerAdapter::scrollRootLayer):
(WebCore::CCThreadProxyScrollControllerAdapter::CCThreadProxyScrollControllerAdapter):
(WebCore::CCThreadProxy::CCThreadProxy):
(WebCore::CCThreadProxy::initializeLayerRenderer):
(WebCore::CCThreadProxy::compositorIdentifier):
(WebCore::CCThreadProxy::beginFrameAndCommit):
(WebCore::CCThreadProxy::initializeLayerRendererOnCCThread):
(WebCore::CCThreadProxy::layerTreeHostClosedOnCCThread):
- platform/graphics/chromium/cc/CCThreadProxy.h:
Source/WebKit/chromium:
This teaches WebCompositorImpl about WebCore::CCInputHandler, which WebCompositorImpl implements, and
CCScrollController, which WebCompositorImpl will use in the future to do actual scrolling. One thing that is a
bit unusual here is WebCore::CCInputHandler::create() which is defined in WebCompositorImpl.cpp. This is
because we need a WebKit object (WebKit::WebCompositorImpl) to be owned by a WebCore object (WebCore::CCThreadProxy).
The WebCore side only needs to know about the interface, CCInputHandler, but the actual implementation has to
live in WebKit in order to know about the concrete type.
- src/WebCompositorImpl.cpp:
(WebCore::CCInputHandler::create):
(WebKit::WebCompositor::fromIdentifier):
(WebKit::WebCompositorImpl::fromIdentifier):
(WebKit::WebCompositorImpl::WebCompositorImpl):
(WebKit::WebCompositorImpl::~WebCompositorImpl):
(WebKit::WebCompositorImpl::setClient):
(WebKit::WebCompositorImpl::handleInputEvent):
(WebKit::WebCompositorImpl::identifier):
- src/WebCompositorImpl.h:
(WebKit::WebCompositorImpl::create):
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::setIsAcceleratedCompositingActive):
- src/WebViewImpl.h:
- tests/WebCompositorImplTest.cpp:
- 11:36 AM Changeset in webkit [96735] by
-
- 1 edit2 copies in branches/chromium/874
Merge 96552 - REGRESSION(r94274): cloned text input loses value
https://bugs.webkit.org/show_bug.cgi?id=69095
Reviewed by Darin Adler.
Source/WebCore:
The bug was caused by copyNonAttributeProperties not updating inner element text after copying
m_valueIfDirty. Fixed the bug by calling updateInnerTextValue.
Test: fast/forms/clone-input-with-dirty-value.html
- html/HTMLInputElement.cpp:
(WebCore::HTMLInputElement::copyNonAttributeProperties):
LayoutTests:
Added a regression test that clones an input element with a dirty value.
The cloned input element should have the edited value.
- fast/forms/clone-input-with-dirty-value-expected.txt: Added.
- fast/forms/clone-input-with-dirty-value.html: Added.
Review URL: http://codereview.chromium.org/8142040
- 11:31 AM Changeset in webkit [96734] by
-
- 2 edits1 copy in branches/chromium/874/Source/WebCore
Merge 96628 - REGRESSION(r94274): setting input.value erroneously triggers focus event
https://bugs.webkit.org/show_bug.cgi?id=69315
Reviewed by Kent Tamura.
Fixed the bug by adding a new flag to setSelection to avoid calling setFocusedNodeIfNeeded
when called by nodeWillBeRemoved and textWillBeReplaced.
Added a manual test. Unfortunately, the test always passes in DRT.
- editing/FrameSelection.cpp:
(WebCore::FrameSelection::setSelection):
(WebCore::FrameSelection::respondToNodeModification):
(WebCore::FrameSelection::textWillBeReplaced):
- editing/FrameSelection.h:
- manual-tests/mutate-unfocused-text-with-selection.html: Added.
Review URL: http://codereview.chromium.org/8133029
- 11:29 AM Changeset in webkit [96733] by
-
- 2 edits in trunk/Source/JavaScriptCore
Use std::reverse_iterator for ListHashSet reverse iterators
https://bugs.webkit.org/show_bug.cgi?id=69446
Reviewed by Darin Adler.
- wtf/ListHashSet.h:
Use the std::reverse_iterator iterator adaptor for the ListHashSet reverse iterators
and get rid of the ListHashSetReverseIterator and ListHashSetConstReverseIterator classes.
- 11:22 AM Changeset in webkit [96732] by
-
- 3 edits in trunk/Source/WebCore
Shrink OutlineValue.
https://bugs.webkit.org/show_bug.cgi?id=69436
Patch by Andreas Kling <kling@webkit.org> on 2011-10-05
Reviewed by Darin Adler.
Move OutlineValue::m_isAuto up into the base class (BorderValue.)
This shrinks OutlineValue by 32 bit, which in turn shrinks
StyleBackgroundData by one CPU word.
This reduces memory consumption by 250 kB (on 64-bit) when loading
the full HTML5 spec.
- rendering/style/BorderValue.h:
(WebCore::BorderValue::BorderValue):
- rendering/style/OutlineValue.h:
(WebCore::OutlineValue::OutlineValue):
(WebCore::OutlineValue::isAuto):
- 11:21 AM Changeset in webkit [96731] by
-
- 13 edits in trunk
[WK2] WebKitTestRunner needs LayoutTestController.dumpConfigurationForViewport
https://bugs.webkit.org/show_bug.cgi?id=69365
Patch by Chang Shu <cshu@webkit.org> on 2011-10-05
Reviewed by Darin Adler.
Source/WebCore:
Expose computeViewportAttributes for mac build.
- WebCore.exp.in:
Source/WebKit2:
Implement retrieving viewport configuration as text in WebProcess.
- WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:
(WKBundlePageViewportConfigurationAsText):
- WebProcess/InjectedBundle/API/c/WKBundlePagePrivate.h:
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::viewportConfigurationAsText):
- WebProcess/WebPage/WebPage.h:
Tools:
Added js API in WTR LayoutTestController.
- WebKitTestRunner/InjectedBundle/Bindings/LayoutTestController.idl:
- WebKitTestRunner/InjectedBundle/LayoutTestController.cpp:
(WTR::LayoutTestController::dumpConfigurationForViewport):
- WebKitTestRunner/InjectedBundle/LayoutTestController.h:
LayoutTests:
Unskip passed tests on Qt. The tests work on Mac, too. But they are skipped by
platform/mac/Skipped.
- platform/qt-wk2/Skipped:
- 11:20 AM WebKitGTK edited by
- Fix links (diff)
- 11:18 AM Changeset in webkit [96730] by
-
- 1 edit9 adds in trunk/LayoutTests
[Chromium] Add baselines for new SVG tests from r96712.
- platform/chromium-cg-mac/svg/clip-path/clip-path-transform-1-expected.png: Added.
- platform/chromium-cg-mac/svg/clip-path/clip-path-transform-2-expected.png: Added.
- platform/chromium-cg-mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
- platform/chromium-linux/svg/clip-path/clip-path-transform-1-expected.png: Added.
- platform/chromium-linux/svg/clip-path/clip-path-transform-2-expected.png: Added.
- platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
- platform/chromium-win/svg/clip-path/clip-path-transform-1-expected.png: Added.
- platform/chromium-win/svg/clip-path/clip-path-transform-2-expected.png: Added.
- platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
- 11:17 AM WebKitGTK/1.4.x edited by
- Fix title (diff)
- 11:16 AM WebKitGTK/1.4.x edited by
- Remove strikethrough so it's a bit more readable. (diff)
- 11:15 AM Changeset in webkit [96729] by
-
- 8 edits in trunk
Make Object.prototype getter/setter methods match ES5 behaviour
https://bugs.webkit.org/show_bug.cgi?id=69393
Reviewed by Sam Weinig.
Source/JavaScriptCore:
The rest of Object.prototype no longer substitute Null/Undefined with the global object,
this is old ES3 behaviour. Remove it here too.
- runtime/ObjectPrototype.cpp:
(JSC::objectProtoFuncDefineGetter):
(JSC::objectProtoFuncDefineSetter):
(JSC::objectProtoFuncLookupGetter):
(JSC::objectProtoFuncLookupSetter):
LayoutTests:
Update tests to conform with ES5 style handling of 'this' in host functions.
- fast/dom/Window/Location/window-override-location-using-defineGetter.html:
- fast/dom/Window/Location/window-override-window-using-defineGetter.html:
- fast/js/exception-sequencing-binops.js:
- fast/js/exception-sequencing.html:
- fast/js/pic/delete-global-object.html:
- 11:15 AM WebKitGTK/1.4.x edited by
- Added changeset descriptions for 1.4.1 (diff)
- 11:10 AM WebKitGTK/1.6.x edited by
- Added link to 1.4.x (diff)
- 11:09 AM WebKitGTK/1.4.x created by
- Preliminary page for 1.4.x
- 11:09 AM Changeset in webkit [96728] by
-
- 2 edits in trunk/LayoutTests
2011-10-05 Andrew Scherkus <scherkus@chromium.org>
Unreviewed. Skipping media layout tests for Mac Leopard GPU.
They're a maintenance burden and we don't run the GPU compositor on Leopard.
- platform/chromium/test_expectations.txt:
- 11:08 AM Changeset in webkit [96727] by
-
- 9 edits in trunk/Source
Source/WebCore: Functions to make <track> enabled at runtime, including changes to
CodeGeneratorvV8 to allow entire interfaces (not just attributes) to
be runtime-enabled.
https://bugs.webkit.org/show_bug.cgi?id=69352
Reviewed by Adam Barth.
No new tests. No new functionality.
- bindings/generic/RuntimeEnabledFeatures.cpp:
- bindings/generic/RuntimeEnabledFeatures.h:
(WebCore::RuntimeEnabledFeatures::webkitVideoTrackEnabled):
(WebCore::RuntimeEnabledFeatures::setWebkitVideoTrackEnabled):
- bindings/scripts/CodeGeneratorV8.pm:
- html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::loadTextTracks):
- html/HTMLTrackElement.idl:
Source/WebKit/chromium: Functions to make <track> enabled at runtime.
https://bugs.webkit.org/show_bug.cgi?id=69352
Reviewed by Adam Barth.
- public/WebRuntimeFeatures.h:
- src/WebRuntimeFeatures.cpp:
(WebKit::WebRuntimeFeatures::enableVideoTrack):
(WebKit::WebRuntimeFeatures::isVideoTrackEnabled):
- 11:07 AM Changeset in webkit [96726] by
-
- 4 edits2 adds in trunk
Mask underlying RENDERER and VENDOR strings
https://bugs.webkit.org/show_bug.cgi?id=69389
Reviewed by Sam Weinig.
Source/WebCore:
Test: fast/canvas/webgl/renderer-and-vendor-strings.html
- html/canvas/WebGLGetInfo.h:
- html/canvas/WebGLRenderingContext.cpp:
(WebCore::WebGLRenderingContext::getParameter):
LayoutTests:
- fast/canvas/webgl/renderer-and-vendor-strings-expected.txt: Added.
- fast/canvas/webgl/renderer-and-vendor-strings.html: Added.
- 11:02 AM Changeset in webkit [96725] by
-
- 2 edits in trunk/LayoutTests
Unreviewed; new baselines (Skia on Mac)
Temporarily disable Skia on Mac on Leopard and Snow Leopard.
- LayoutTests/platform/chromium/test_expectations.txt:
- 11:00 AM WebKitGTK/1.6.x edited by
- Add back "Changes merged" (diff)
- 10:59 AM WebKitGTK/1.6.x edited by
- Added 1.6.1 for history purposes (diff)
- 10:56 AM Changeset in webkit [96724] by
-
- 2 edits in trunk/Tools
[EFL] ImageDiff: Do not clear the image before it is processed and compared
https://bugs.webkit.org/show_bug.cgi?id=69378
Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-10-05
Reviewed by Antonio Gomes.
Commit 61836 to Evas added a few cleanup calls to some
evas_object_image functions which effectively made ImageDiff consider
all images to be equal.
It turns out that now evas_object_image_colorspace_set clears any
data set, so the call to evas_object_image_data_set was not having any
effect.
- DumpRenderTree/efl/ImageDiff.cpp:
(readImageFromStdin): Call evas_object_image_data_set after
evas_object_image_colorspace_set.
- 10:54 AM WebKitGTK/1.6.x created by
- Create proper page for 1.6.x releases
- 10:51 AM Changeset in webkit [96723] by
-
- 2 edits in trunk/Tools
[EFL] Fix Evas_Object_Image reference counts and file descriptor leakage in ImageDiff.
https://bugs.webkit.org/show_bug.cgi?id=68449
Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-10-05
Reviewed by Antonio Gomes.
evas_render() must be called to close up temporary files and unmap unused
resources. evas_object_image_data_set() must be called after an
evas_object_image_data_get() to balance an internal reference count.
- DumpRenderTree/efl/ImageDiff.cpp:
(differenceImageFromDifferenceBuffer):
(calculateDifference):
(printImage):
(printImageDifferences):
- 10:44 AM Changeset in webkit [96722] by
-
- 2 edits in trunk/Source/JavaScriptCore
Get rid of posixThread in MachineStackMarker::Thread
https://bugs.webkit.org/show_bug.cgi?id=54836
Reviewed by Oliver Hunt.
- heap/MachineStackMarker.cpp:
(JSC::MachineThreads::Thread::Thread):
(JSC::getCurrentPlatformThread):
(JSC::equalThread):
(JSC::MachineThreads::addCurrentThread):
(JSC::MachineThreads::removeCurrentThread):
(JSC::MachineThreads::gatherConservativeRoots):
- 10:41 AM Changeset in webkit [96721] by
-
- 9 edits1 copy3 adds in trunk
Spec change - option.label should be reflected like option.value
https://bugs.webkit.org/show_bug.cgi?id=68684
Patch by Sachin Puranik <jcqt43@motorola.com> on 2011-10-05
Reviewed by Darin Adler.
Source/WebCore:
Incorporating the recent change in spec for label attribute of
option element. While retrieving the "Label" IDL attribute return
the "Label" content attribute if present , else return the
value of textContent attribute.
Tests: fast/forms/option-label-trim-html-spaces.html
fast/forms/option-value-and-label-changed-by-js.html
- dom/OptionElement.cpp:
(WebCore::OptionElement::normalizeText):style fixes
- dom/OptionElement.h: make collectOptionInnerText() protected.
- html/HTMLOptionElement.cpp:
(WebCore::HTMLOptionElement::label): return innerText if label attribute un-available.
(WebCore::HTMLOptionElement::setLabel):setLabel() implementation.
- html/HTMLOptionElement.h: add setLabel declaration.
- html/HTMLOptionElement.idl: Change reflect to ConvertNullToNullString in idl
LayoutTests:
IDL "Label" attribute of option element should return textContent IDL attribute
if conetent attribute "Label" is unavailable. Changed the tests to match
above said behaviour. Added new tests.
- fast/forms/option-label-trim-html-spaces-expected.txt: Html space triming test.
- fast/forms/option-label-trim-html-spaces.html: Html space triming test.
- fast/forms/option-value-and-label-changed-by-js-expected.txt: Attribute change from JS.
- fast/forms/option-value-and-label-changed-by-js.html: Attribute change from JS.
- fast/forms/option-value-and-label-expected.txt: Changed test case as per new spec.
- fast/forms/option-value-and-label.html: Changed test case as per new spec.
- 10:39 AM Changeset in webkit [96720] by
-
- 2 edits in trunk/Source/WebCore
[GTK] Fix compilation with gtk v2.20.1
https://bugs.webkit.org/show_bug.cgi?id=69418
Unreviewed build fix
Patch by Rémi Duraffort <remi.duraffort@st.com> on 2011-10-05
- platform/gtk/GtkDragAndDropHelper.cpp:
- 10:19 AM Changeset in webkit [96719] by
-
- 3 edits in trunk/LayoutTests
Unreviewed. Reduce test flakyness.
There was a race between Inspector's internal page reloaded message and load event.
- inspector/timeline/timeline-load-event-expected.txt:
- inspector/timeline/timeline-load-event.html:
- 10:05 AM Changeset in webkit [96718] by
-
- 4 edits3 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=68731
Outline sides not painted for region. Fix the painting and hit testing code for regions to add in
the maximalOutlineSize on unclipped sides. Also fix some math errors with the computation of the
translation offset and clip rects when overflow or outlines spill out.
Reviewed by Darin Adler.
Source/WebCore:
Added new test in fast/regions.
- rendering/RenderFlowThread.cpp:
(WebCore::RenderFlowThread::paintIntoRegion):
(WebCore::RenderFlowThread::hitTestRegion):
- rendering/RenderRegion.cpp:
(WebCore::RenderRegion::regionOverflowRect):
LayoutTests:
- fast/regions/outline-sides-in-region.html: Added.
- platform/mac/fast/regions/outline-sides-in-region-expected.png: Added.
- platform/mac/fast/regions/outline-sides-in-region-expected.txt: Added.
- 9:52 AM Changeset in webkit [96717] by
-
- 5 edits in trunk/Source/JavaScriptCore
Removed JSValue::toJSNumber
https://bugs.webkit.org/show_bug.cgi?id=69399
No perf. change.
toJSNumber() used to provide an implicit fast path for immediate numbers,
but those fast paths are all explicit now, so it's just cruft.
- interpreter/Interpreter.cpp:
(JSC::Interpreter::privateExecute):
- jit/JITStubs.cpp:
(JSC::DEFINE_STUB_FUNCTION):
- runtime/JSValue.h:
- runtime/JSValueInlineMethods.h:
- 9:51 AM QtWebKitBuildBots edited by
- Update Qt5 on the WK2 bot (diff)
- 9:45 AM Changeset in webkit [96716] by
-
- 2 edits in trunk/Source/WebCore
2011-10-05 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Build fix: make InspectorStateClient.h Private in XCode project.
- WebCore.xcodeproj/project.pbxproj:
- 9:39 AM Changeset in webkit [96715] by
-
- 2 edits in trunk/Source/WebCore
libsoup-CRITICAL : soup_message_io_pause: assertion `io != NULL' failed
https://bugs.webkit.org/show_bug.cgi?id=64263
Reviewed by Xan Lopez.
No new tests. This is difficult to test because it relies on network
timing and to catch and parse stdout.
Instead of allowing messages to pause and unpause after receiving headers,
we wait until the completion of the sendRequestCallback. This will ensure
that the SoupSession is in the correct state to allow for pausing and unpausing.
- platform/network/soup/ResourceHandleSoup.cpp:
(WebCore::ResourceHandle::platformSetDefersLoading): Don't pause and unpause
until the sendRequestCallback is called. We detect this situation by
checking whether or not we have an input stream yet. Previously the code
was only pausing until after soupMessage->status_code was not equal to
SOUP_STATUS_NONE. This means that the message was pausable right after
headers are received. sendRequestCallback happens some time after that.
- 9:27 AM Changeset in webkit [96714] by
-
- 2 edits in trunk/LayoutTests
[Qt][WK2] Unreviewed gardening.
- platform/qt-wk2/Skipped: Unskip sputnik tests, because they pass with newer Qt5.
- 9:27 AM Changeset in webkit [96713] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed build fix for Debug builders.
- inspector/WorkerInspectorController.cpp:
(WebCore::WorkerInspectorController::restoreInspectorStateFromCookie):
- 9:20 AM Changeset in webkit [96712] by
-
- 4 edits10 adds in trunk
SVG 1.1: ineffectual transform attribute for ClipPath
https://bugs.webkit.org/show_bug.cgi?id=55361
Source/WebCore:
Reviewed by Nikolas Zimmermann.
Respect 'transform' attribute/property for <clip-path>.
If the masking code path is used the mask context gets transformed, otherwise the path itself.
Tests: svg/clip-path/clip-path-transform-1.svg
svg/clip-path/clip-path-transform-2.svg
svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting.html
- rendering/svg/RenderSVGResourceClipper.cpp:
(WebCore::RenderSVGResourceClipper::pathOnlyClipping): Transform the clip path.
(WebCore::RenderSVGResourceClipper::applyClippingToContext):
(WebCore::RenderSVGResourceClipper::drawContentIntoMaskImage): Transform the context of the mask image.
(WebCore::RenderSVGResourceClipper::calculateClipContentRepaintRect): Repaint rect must get concatenated with the current animated transformation.
(WebCore::RenderSVGResourceClipper::hitTestClipContent): Point for hit testing must be transformed by the current animated transformation.
- rendering/svg/RenderSVGResourceClipper.h:
LayoutTests:
Reviewed by Nikolas Zimmermann.
Test that the clip path gets concatenated with the current animated transformation and
that hit testing is affected correctly.
- platform/mac/svg/clip-path/clip-path-transform-1-expected.png: Added.
- platform/mac/svg/clip-path/clip-path-transform-1-expected.txt: Added.
- platform/mac/svg/clip-path/clip-path-transform-2-expected.png: Added.
- platform/mac/svg/clip-path/clip-path-transform-2-expected.txt: Added.
- svg/clip-path/clip-path-transform-1.svg: Added. Test clipping to path with transform.
- svg/clip-path/clip-path-transform-2.svg: Added. Test masking with transform.
- svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
- svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.txt: Added.
- svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting.html: Added.
- svg/dynamic-updates/script-tests/SVGClipPathElement-transform-influences-hitTesting.js: Added.
(executeBackgroundTest):
(executeTest):
- 9:14 AM Changeset in webkit [96711] by
-
- 10 edits in trunk
Web Inspector: move elements panel update semantics from ElementsPanel to ElementsTreeOutline.
https://bugs.webkit.org/show_bug.cgi?id=69431
Reviewed by Yury Semikhatsky.
Source/WebCore:
- inspector/front-end/ConsoleMessage.js:
(WebInspector.ConsoleMessageImpl.prototype._formatParameterAsNode):
- inspector/front-end/ElementsPanel.js:
(WebInspector.ElementsPanel.get this):
(WebInspector.ElementsPanel):
(WebInspector.ElementsPanel.prototype.show):
(WebInspector.ElementsPanel.prototype.hide):
(WebInspector.ElementsPanel.prototype._selectedNodeChanged):
(WebInspector.ElementsPanel.prototype._reset):
(WebInspector.ElementsPanel.prototype._nodeRemoved):
(WebInspector.ElementsPanel.prototype.updateBreadcrumb.selectCrumbFunction):
(WebInspector.ElementsPanel.prototype.updateBreadcrumb):
- inspector/front-end/ElementsTreeOutline.js:
(WebInspector.ElementsTreeOutline):
(WebInspector.ElementsTreeOutline.prototype.wireToDomAgent):
(WebInspector.ElementsTreeOutline.prototype.setVisible):
(WebInspector.ElementsTreeOutline.prototype.addEventListener):
(WebInspector.ElementsTreeOutline.prototype.removeEventListener):
(WebInspector.ElementsTreeOutline.prototype.selectDOMNode):
(WebInspector.ElementsTreeOutline.prototype.update):
(WebInspector.ElementsTreeOutline.prototype._selectedNodeChanged):
(WebInspector.ElementsTreeOutline.prototype.findTreeElement.parentNode):
(WebInspector.ElementsTreeOutline.prototype.findTreeElement):
(WebInspector.ElementsTreeOutline.prototype.createTreeElementFor):
(WebInspector.ElementsTreeOutline.prototype._ondrop.callback):
(WebInspector.ElementsTreeOutline.prototype._ondrop):
(WebInspector.ElementsTreeOutline.prototype.adjustCollapsedRange):
(WebInspector.ElementsTreeOutline.prototype._updateModifiedNodes):
(WebInspector.ElementsTreeElement.prototype.insertChildElement):
(WebInspector.ElementsTreeElement.prototype.selectOnMouseDown):
(WebInspector.ElementsTreeElement.prototype._startEditingAsHTML.dispose):
(WebInspector.ElementsTreeElement.prototype._startEditingAsHTML):
(WebInspector.ElementsTreeElement.prototype._attributeEditingCommitted.moveToNextAttributeIfNeeded):
(WebInspector.ElementsTreeElement.prototype._attributeEditingCommitted):
(WebInspector.ElementsTreeElement.prototype._tagNameEditingCommitted.changeTagNameCallback):
(WebInspector.ElementsTreeElement.prototype._tagNameEditingCommitted):
(WebInspector.ElementsTreeElement.prototype._textNodeEditingCommitted):
(WebInspector.ElementsTreeElement.prototype._editingCancelled):
():
- inspector/front-end/externs.js:
(WebInspector.ElementsTreeOutline):
- inspector/front-end/utilities.js:
LayoutTests:
- http/tests/inspector/elements-test.js:
(initialize_ElementTest.InspectorTest.dumpElementsTree):
(initialize_ElementTest.InspectorTest.expandElementsTree.onAllNodesAvailable):
(initialize_ElementTest.InspectorTest.expandElementsTree):
- inspector/elements/edit-dom-actions.html:
- inspector/styles/styles-update-from-js.html:
- 9:10 AM Changeset in webkit [96710] by
-
- 23 edits1 copy in trunk/Source
Web Inspector: provide a way for persisting worker inspector state
https://bugs.webkit.org/show_bug.cgi?id=69422
Source/WebCore:
Worker inspector can persist and restore its state. InspectorStateClient is
exctracted into a separate interface and has a custom implementation in case
of worker inspector.
Reviewed by Pavel Feldman.
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- inspector/InspectorClient.h:
- inspector/InspectorState.cpp:
(WebCore::InspectorState::InspectorState):
- inspector/InspectorState.h:
- inspector/InspectorStateClient.h: Copied from Source/WebCore/inspector/InspectorClient.h.
(WebCore::InspectorStateClient::~InspectorStateClient):
(WebCore::InspectorStateClient::updateInspectorStateCookie):
- inspector/WorkerInspectorController.cpp:
(WebCore::WorkerInspectorController::WorkerInspectorController):
(WebCore::WorkerInspectorController::restoreInspectorStateFromCookie):
- inspector/WorkerInspectorController.h:
- workers/DefaultSharedWorkerRepository.cpp:
(WebCore::SharedWorkerProxy::postMessageToPageInspector):
(WebCore::SharedWorkerProxy::updateInspectorStateCookie):
- workers/WorkerMessagingProxy.cpp:
(WebCore::WorkerMessagingProxy::updateInspectorStateCookie):
- workers/WorkerMessagingProxy.h:
- workers/WorkerReportingProxy.h:
Source/WebKit/chromium:
Provided an API for saving/restoring worker inspector state.
Reviewed by Pavel Feldman.
- public/WebCommonWorkerClient.h:
(WebKit::WebCommonWorkerClient::saveDevToolsAgentState):
- public/WebSharedWorker.h:
(WebKit::WebSharedWorker::reattachDevTools):
- src/WebSharedWorkerImpl.cpp:
(WebKit::reconnectToWorkerContextInspectorTask):
(WebKit::WebSharedWorkerImpl::reattachDevTools):
- src/WebSharedWorkerImpl.h:
- src/WebWorkerBase.cpp:
(WebKit::WebWorkerBase::updateInspectorStateCookie):
(WebKit::WebWorkerBase::updateInspectorStateCookieTask):
- src/WebWorkerBase.h:
- src/WebWorkerClientImpl.cpp:
(WebKit::WebWorkerClientImpl::updateInspectorStateCookie):
- src/WebWorkerClientImpl.h:
- 9:09 AM Changeset in webkit [96709] by
-
- 4 edits1 delete in trunk/LayoutTests
Web Inspector: debugger-activation-crash2.html are flaky.
https://bugs.webkit.org/show_bug.cgi?id=69428
Reviewed by Yury Semikhatsky.
- http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest):
- inspector/debugger/debugger-activation-crash2-expected.txt:
- inspector/debugger/debugger-activation-crash2.html:
- platform/chromium/inspector/debugger/debugger-activation-crash2-expected.txt: Removed.
- 9:00 AM WebKitGTK edited by
- Link to a new page for stable version tracking (diff)
- 8:51 AM Changeset in webkit [96708] by
-
- 2 edits in trunk/Source/JavaScriptCore
REGRESSION (r96595): WTFReportBacktrace listed as the top frame in all assertion backtraces
https://bugs.webkit.org/show_bug.cgi?id=69424
Skip an extra frame in WTFReportBacktrace. As well, I now don't count skipped frames in maxFrames,
so I've updated maxFrames to 31, as with one skipped frame the previous value was effectively
31 reported frames.
Reviewed by Adam Roben.
- wtf/Assertions.cpp:
- wtf/Assertions.h:
- 8:40 AM Changeset in webkit [96707] by
-
- 5 edits2 adds in trunk
Crash in SVGTRefElement::updateReferencedText.
https://bugs.webkit.org/show_bug.cgi?id=67555
Reviewed by Rob Buis.
Source/WebCore:
Test: svg/text/tref-event-listener-crash.svg
- svg/SVGTRefElement.cpp:
(WebCore::SubtreeModificationEventListener::clear): This fixes the
crash. there can be cases when our target is removed, but our event
listener is alive. when our tref is going away, we need to disable
those event listeners by nulling out our tref element.
(WebCore::SubtreeModificationEventListener::handleEvent): Adding
null check for tref element, which can happen in cases where
event listener's clear is called, but we could not remove it from
the target.
(WebCore::SVGTRefElement::~SVGTRefElement): There are always
cases when removedFromDocument is not called. So, important to
clear event listener in those cases.
(WebCore::SVGTRefElement::svgAttributeChanged): Use common
function buildPendingResource.
(WebCore::SVGTRefElement::buildPendingResource): Common function
to prevent triple duplication of same code. made it more readable.
(WebCore::SVGTRefElement::insertedIntoDocument): Use common
function buildPendingResource.
(WebCore::SVGTRefElement::removedFromDocument): Use new helper
removeEventListener.
(WebCore::SVGTRefElement::clearEventListener): Helper to clear
event listener. Name chosen to not collide with Node::removeEventListener.
- svg/SVGTRefElement.h: definition of new helpers.
- svg/SVGTextPathElement.cpp:
(WebCore::SVGTextPathElement::insertedIntoDocument): Copy same
logic as tref and use element. more asserts and easy bailouts.
LayoutTests:
- svg/text/tref-event-listener-crash-expected.txt: Added.
- svg/text/tref-event-listener-crash.svg: Added.
- 8:18 AM Changeset in webkit [96706] by
-
- 2 edits in trunk/Source/WebCore
2011-10-05 Pavel Feldman <pfeldman@google.com>
Not reviewed: restoring : shortcut in inspector.
- inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel.prototype._createSidebarButtons):
- 8:13 AM Changeset in webkit [96705] by
-
- 2 edits in trunk/Source/WebCore
Shrink FontDescription.
https://bugs.webkit.org/show_bug.cgi?id=69426
Reviewed by Nikolas Zimmermann.
Pack FontDescription's members in a bitfield, effectively shrinking
the class by two CPU-words. This reduces memory consumption by ~1 MB
on 64-bit when loading the full HTML5 spec.
- platform/graphics/FontDescription.h:
(WebCore::FontDescription::orientation):
(WebCore::FontDescription::textOrientation):
(WebCore::FontDescription::widthVariant):
- 7:51 AM Changeset in webkit [96704] by
-
- 2 edits in trunk/LayoutTests
[Qt][WK2] First test always fails because of useless xcb dump
https://bugs.webkit.org/show_bug.cgi?id=69132
Unskip the first test because the failure always affects the first test we run
so skipping makes no sense.
- platform/qt-wk2/Skipped:
- 7:30 AM Changeset in webkit [96703] by
-
- 13 edits5 adds in trunk
Web Inspector: Add support for search in script content.
https://bugs.webkit.org/show_bug.cgi?id=69015
Reviewed by Pavel Feldman.
Source/WebCore:
Tests: http/tests/inspector/search/search-in-concatenated-script.html
http/tests/inspector/search/search-in-script.html
- inspector/Inspector.json:
- inspector/InspectorDebuggerAgent.cpp:
(WebCore::InspectorDebuggerAgent::searchInContent):
(WebCore::InspectorDebuggerAgent::getScriptSource):
- inspector/InspectorDebuggerAgent.h:
- inspector/front-end/ContentProviders.js:
(WebInspector.ScriptContentProvider.prototype.searchInContent):
(WebInspector.ConcatenatedScriptsContentProvider.prototype._sortedScripts.var):
(WebInspector.ConcatenatedScriptsContentProvider.prototype._sortedScripts):
(WebInspector.ConcatenatedScriptsContentProvider.prototype.requestContent):
(WebInspector.ConcatenatedScriptsContentProvider.prototype.searchInContent.maybeCallback):
(WebInspector.ConcatenatedScriptsContentProvider.prototype.searchInContent.searchCallback):
(WebInspector.ConcatenatedScriptsContentProvider.prototype.searchInContent):
(WebInspector.ConcatenatedScriptsContentProvider.prototype._concatenateScriptsContent):
- inspector/front-end/Script.js:
(WebInspector.Script.prototype.requestSource.didGetScriptSource):
(WebInspector.Script.prototype.requestSource):
(WebInspector.Script.prototype.searchInContent):
LayoutTests:
- http/tests/inspector/resource-tree/resource-tree-test.js:
(initialize_ResourceTreeTest):
- http/tests/inspector/resources-test.js:
(initialize_ResourceTest.InspectorTest.runAfterResourcesAreFinished):
(initialize_ResourceTest.InspectorTest._runAfterResourcesAreFinished):
(initialize_ResourceTest.InspectorTest._runAfterResourcesAreFinished.maybeCallback):
(initialize_ResourceTest.InspectorTest._runAfterResourcesAreFinished.addSniffer):
(initialize_ResourceTest.InspectorTest._runAfterResourcesAreFinished.resourceAddedToFrame):
(initialize_ResourceTest.InspectorTest._runAfterResourcesAreFinished.visit):
(initialize_ResourceTest):
- http/tests/inspector/search/resources/search-concatenated.html: Added.
- http/tests/inspector/search/search-in-concatenated-script-expected.txt: Added.
- http/tests/inspector/search/search-in-concatenated-script.html: Added.
- http/tests/inspector/search/search-in-resource.html:
- http/tests/inspector/search/search-in-script-expected.txt: Added.
- http/tests/inspector/search/search-in-script.html: Added.
- http/tests/inspector/search/search-test.js:
(initialize_SearchTest):
- inspector/debugger/content-providers.html:
- platform/qt/Skipped:
- 7:20 AM Changeset in webkit [96702] by
-
- 4 edits in trunk/Source
[Qt][WK2] Default directories and paths are missing for LocalStorage, Database and IconDatabase.
https://bugs.webkit.org/show_bug.cgi?id=69111
Reviewed by Kenneth Rohde Christiansen.
Provide default path for LocalStorage, Database and IconDatabase using QDesktopServices.
Source/WebCore:
No new tests : existing ones should cover.
- platform/qt/CookieJarQt.cpp:
(WebCore::SharedCookieJarQt::SharedCookieJarQt):
Source/WebKit2:
- UIProcess/qt/WebContextQt.cpp:
(WebKit::defaultDataLocation):
(WebKit::WebContext::platformInitializeWebProcess):
(WebKit::WebContext::platformDefaultDatabaseDirectory):
(WebKit::WebContext::platformDefaultIconDatabasePath):
(WebKit::WebContext::platformDefaultLocalStorageDirectory):
- 7:19 AM Changeset in webkit [96701] by
-
- 2 edits in trunk/LayoutTests
[Qt][WK2] Try to paint the bot green.
Unreviewed gardening.
- platform/qt-wk2/Skipped:
- 7:14 AM Changeset in webkit [96700] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed build fix for !ENABLE(FILTERS) after r96203.
- rendering/svg/SVGResourcesCache.cpp:
(WebCore::SVGResourcesCache::clientUpdatedFromElement):
- 6:53 AM Changeset in webkit [96699] by
-
- 2 edits in trunk/LayoutTests
WTR needs an implementation for eventSender.continuousMouseScrollBy
https://bugs.webkit.org/show_bug.cgi?id=69417
Unreviewed gardening: skip dependent test.
- platform/wk2/Skipped:
- 6:08 AM Changeset in webkit [96698] by
-
- 2 edits in trunk/Tools
[Qt][WK2] Unreviewed build fix.
Don't use WebCore directly in WTR.
- WebKitTestRunner/qt/PlatformWebViewQt.cpp:
(WTR::PlatformWebView::addChromeInputField):
(WTR::PlatformWebView::removeChromeInputField):
(WTR::PlatformWebView::makeWebViewFirstResponder):
- 5:21 AM Changeset in webkit [96697] by
-
- 2 edits in trunk/Source/WebCore
Unreviewed build fix for windows bots after r96679.
- html/NumberInputType.h:
- 5:03 AM Changeset in webkit [96696] by
-
- 2 edits in trunk/LayoutTests
Unreviewed rebaseline for test.
- inspector/debugger/linkifier-expected.txt:
- 4:55 AM Changeset in webkit [96695] by
-
- 20 edits in trunk/Source/WebCore
Web Inspector: make ResourceView(s) compile
https://bugs.webkit.org/show_bug.cgi?id=69351
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/CookiesTable.js:
(WebInspector.CookiesTable.prototype._sortCookies):
- inspector/front-end/DataGrid.js:
- inspector/front-end/EmptyView.js:
- inspector/front-end/FontView.js:
(WebInspector.FontView.prototype._createContentIfNeeded):
- inspector/front-end/ImageView.js:
(WebInspector.ImageView.prototype._createContentIfNeeded.onImageLoad):
(WebInspector.ImageView.prototype._createContentIfNeeded):
(WebInspector.ImageView.prototype._openInNewTab):
- inspector/front-end/NetworkItemView.js:
- inspector/front-end/ResourceCookiesView.js:
- inspector/front-end/ResourceHTMLView.js:
(WebInspector.ResourceHTMLView.prototype.hide):
- inspector/front-end/ResourceHeadersView.js:
(WebInspector.ResourceHeadersView.prototype._refreshParms):
(WebInspector.ResourceHeadersView.prototype._refreshHeadersTitle):
(WebInspector.ResourceHeadersView.prototype._refreshHeaders):
(WebInspector.ResourceHeadersView.prototype._refreshHeadersText):
- inspector/front-end/ResourceJSONView.js:
(WebInspector.ResourceJSONView.parseJSON.WebInspector.ResourceJSONView.parseJSONP):
- inspector/front-end/ResourcePreviewView.js:
- inspector/front-end/ResourceResponseView.js:
- inspector/front-end/ResourceTimingView.js:
(WebInspector.ResourceTimingView.createTimingTable):
- inspector/front-end/ResourceView.js:
(WebInspector.ResourceSourceFrame):
- inspector/front-end/SourceFrame.js:
- inspector/front-end/TabbedPane.js:
- inspector/front-end/UIUtils.js:
(Number.secondsToString):
(Number.bytesToString):
- inspector/front-end/inspector.js:
- 4:41 AM Changeset in webkit [96694] by
-
- 11 edits2 adds in trunk
Web Inspector: debuggerPresentatioModel.linkifyLocation leaks updateAnchor closure instances.
https://bugs.webkit.org/show_bug.cgi?id=69146
In many places we use linkifyLocation function to produce a link node which updates automatically when the source file is changed on the fly.
Such changes happen when we use pretty print or another operation that changes the source code somehow.
linkifyLocation associates a new instance of updateAnchor closure with the each link node and add the closure to the SourceMappingUpdated event's list.
As the result the node<->closure pairs wouldn't be collected until reset the UI and DebuggerPresentationModel.
Reviewed by Pavel Feldman.
Source/WebCore:
Test: inspector/debugger/linkifier.html
- inspector/front-end/ConsoleMessage.js:
(WebInspector.ConsoleMessageImpl):
(WebInspector.ConsoleMessageImpl.prototype._linkifyLocation):
- inspector/front-end/ConsoleView.js:
(WebInspector.ConsoleView.prototype._consoleCleared):
(WebInspector.ConsoleCommandResult):
(WebInspector.ConsoleMessage.create):
(WebInspector.ConsoleMessage.createTextMessage):
- inspector/front-end/DebuggerPresentationModel.js:
(WebInspector.DebuggerPresentationModel.prototype.createLinkifier):
(WebInspector.DebuggerPresentationModel.Linkifier):
(WebInspector.DebuggerPresentationModel.Linkifier.prototype.linkifyLocation):
(WebInspector.DebuggerPresentationModel.Linkifier.prototype.reset):
(WebInspector.DebuggerPresentationModel.Linkifier.prototype._updateSourceAnchors):
(WebInspector.DebuggerPresentationModel.Linkifier.prototype._updateAnchor):
- inspector/front-end/EventListenersSidebarPane.js:
(WebInspector.EventListenersSidebarPane.prototype.update.callback):
(WebInspector.EventListenersSidebarPane.prototype.update):
():
- inspector/front-end/NetworkPanel.js:
(WebInspector.NetworkLogView):
(WebInspector.NetworkLogView.prototype._reset):
(WebInspector.NetworkDataGridNode.prototype._refreshInitiatorCell):
- inspector/front-end/ProfileDataGridTree.js:
(WebInspector.ProfileDataGridNode.prototype.createCell):
- inspector/front-end/ProfileView.js:
(WebInspector.CPUProfileView):
(WebInspector.CPUProfileView.prototype._resetClicked):
- inspector/front-end/TimelinePanel.js:
(WebInspector.TimelinePanel):
(WebInspector.TimelinePanel.prototype._linkifyLocation):
(WebInspector.TimelinePanel.prototype._linkifyCallFrame):
(WebInspector.TimelinePanel.prototype._clearPanel):
(WebInspector.TimelinePanel.FormattedRecord):
(WebInspector.TimelinePanel.FormattedRecord.prototype._generatePopupContent):
(WebInspector.TimelinePanel.FormattedRecord.prototype._getRecordDetails):
(WebInspector.TimelinePanel.PopupContentHelper):
(WebInspector.TimelinePanel.PopupContentHelper.prototype._appendLinkRow):
(WebInspector.TimelinePanel.PopupContentHelper.prototype._appendStackTrace):
- inspector/front-end/inspector.js:
LayoutTests:
- inspector/debugger/linkifier-expected.txt: Added.
- inspector/debugger/linkifier.html: Added.
- 4:38 AM Changeset in webkit [96693] by
-
- 3 edits in trunk/Source/WebCore
REGRESSION(r82611) InlineBox has 33 bits of bitset, causing alignment issues and extra memory use.
https://bugs.webkit.org/show_bug.cgi?id=64914
Reviewed by Antti Koivisto.
Remove InlineBox::prevOnLineExists() and its two accompanying bitfields
since nobody is using them anymore. nextOnLineExists() is still used by
GTK+ accessibility code.
Also added a compile-time assertion to guard against future bloating of
the InlineBox class.
- rendering/InlineBox.cpp:
(WebCore::SameSizeAsInlineBox::~SameSizeAsInlineBox):
- rendering/InlineBox.h:
(WebCore::InlineBox::InlineBox):
- 4:24 AM Changeset in webkit [96692] by
-
- 2 edits in trunk/Source/WebCore
Shrink FontFallbackList.
https://bugs.webkit.org/show_bug.cgi?id=69093
Rubber-stamped by Antti Koivisto.
Workaround MSVC quirk by making enum bitfield "unsigned".
- platform/graphics/FontFallbackList.h:
- 4:19 AM Changeset in webkit [96691] by
-
- 3 edits in trunk/Source/WebCore
Shrink StyleRareNonInheritedData.
https://bugs.webkit.org/show_bug.cgi?id=69331
Reviewed by Darin Adler.
Workaround MSVC quirk by making enum bitfields "unsigned".
- rendering/style/RenderStyle.h:
(WebCore::InheritedFlags::regionOverflow):
(WebCore::InheritedFlags::transformStyle3D):
(WebCore::InheritedFlags::backfaceVisibility):
(WebCore::InheritedFlags::pageSizeType):
- rendering/style/StyleRareNonInheritedData.h:
- 3:32 AM Changeset in webkit [96690] by
-
- 2 edits in trunk/Source/JavaScriptCore
Unreviewed WinCE build fix for r96595.
- wtf/Assertions.cpp:
RtlCaptureStackBackTrace() isn't available on WinCE.
- 3:12 AM Changeset in webkit [96689] by
-
- 8 edits in trunk/Source/WebCore
Web Inspector: add CSS model classes to the compilation.
https://bugs.webkit.org/show_bug.cgi?id=69376
Patch by Pavel Feldman <pfeldman@chromium.org> on 2011-10-05
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/CSSCompletions.js:
- inspector/front-end/CSSKeywordCompletions.js:
(WebInspector.CSSKeywordCompletions.forProperty):
- inspector/front-end/CSSStyleModel.js:
(WebInspector.CSSStyleDeclaration):
(WebInspector.CSSStyleModelResourceBinding.prototype.setContent):
(WebInspector.CSSStyleModelResourceBinding.prototype.canSetContent):
- inspector/front-end/ResourceTreeModel.js:
- inspector/front-end/StylesSidebarPane.js:
(WebInspector.StylesSidebarPane.prototype._containsInherited):
(WebInspector.StylePropertiesSection.prototype.isPropertyInherited):
(WebInspector.StylePropertiesSection.prototype.isPropertyOverloaded):
(WebInspector.ComputedStylePropertiesSection.prototype.rebuildComputedTrace):
- inspector/front-end/externs.js:
(Array.prototype.keySet):
- 2:28 AM Changeset in webkit [96688] by
-
- 2 edits in trunk/Tools
watchlist: Add more rules for chromium public api and sort the file.
https://bugs.webkit.org/show_bug.cgi?id=69323
Reviewed by Adam Barth.
- Scripts/webkitpy/common/config/watchlist:
- 2:26 AM Changeset in webkit [96687] by
-
- 3 edits1 add in trunk/LayoutTests
Rebaseline fast/repaint/japanese-rl-selection-repaint-in-regions.html
for chromium-cg-mac after r96675. (By Garden-o-Matic.)
- platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
- platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
- platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
- 2:25 AM Changeset in webkit [96686] by
-
- 3 edits2 adds in trunk
Input styles are unexpectedly shared regardless of required status difference.
https://bugs.webkit.org/show_bug.cgi?id=69402
Reviewed by Daniel Bates.
Source/WebCore:
Tests: fast/css/pseudo-required-shared.html
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::canShareStyleWithControl): Check the difference of required().
LayoutTests:
- fast/css/pseudo-required-shared-expected.html: Added.
- fast/css/pseudo-required-shared.html: Added.
- 2:21 AM Changeset in webkit [96685] by
-
- 7 edits in trunk/Tools
watchlist: Don't add the same message to a bug more than once.
https://bugs.webkit.org/show_bug.cgi?id=69303
Reviewed by Adam Barth.
- Scripts/webkitpy/common/net/bugzilla/bug.py: Added a way to determine
if a message is in the comments already.
- Scripts/webkitpy/common/net/bugzilla/bug_unittest.py: A test for the above.
- Scripts/webkitpy/tool/commands/applywatchlistlocal_unittest.py:
Pick a bug supplied by the mock. Change the test due to different output
from the mock watch list tool.
- Scripts/webkitpy/tool/mocktool.py: Change the mock watch list to return
another email so it will be filtered out, fix bugs to have the cc and comment fields,
and fix fetch_bug to handle bug_id's which are text (because that took me way too long
to debug).
- Scripts/webkitpy/tool/steps/applywatchlist.py: Change to filter out comments
and/or cc's that are already in the bug.
- Scripts/webkitpy/tool/steps/applywatchlist_unittest.py: Pick a bug supplied by the mock,
and remove a comment that is filtered out.
- 2:09 AM Changeset in webkit [96684] by
-
- 2 edits in trunk/Tools
[Qt][WK2] Unreviewed build fix after r96643.
- WebKitTestRunner/qt/PlatformWebViewQt.cpp:
(WTR::PlatformWebView::addChromeInputField):
(WTR::PlatformWebView::removeChromeInputField):
(WTR::PlatformWebView::makeWebViewFirstResponder):
- 2:03 AM Changeset in webkit [96683] by
-
- 2 edits in trunk/LayoutTests
[Qt] Unreviewed gardening, update expected file after r96509.
- platform/qt-4.8/tables/mozilla/bugs/bug113235-2-expected.txt:
- 1:21 AM Changeset in webkit [96682] by
-
- 5 edits in trunk/Source/WebKit/chromium
[Chromium] Web Inspector: save inspector state into single string instead of string map
https://bugs.webkit.org/show_bug.cgi?id=69335
Now that Chromium side is updated, remove unused methods from the DevToolsAgent API.
Reviewed by Pavel Feldman.
- public/WebDevToolsAgent.h:
- public/WebDevToolsAgentClient.h:
- src/WebDevToolsAgentImpl.cpp:
(WebKit::WebDevToolsAgentImpl::updateInspectorStateCookie):
- src/WebDevToolsAgentImpl.h:
- 1:09 AM Changeset in webkit [96681] by
-
- 2 edits in trunk/LayoutTests
[Qt] Unreviewed gardening.
- platform/qt-mac/Skipped: Skip new failing tests.
- 1:03 AM Changeset in webkit [96680] by
-
- 3 edits in trunk/Source/WebKit2
[GTK] Use WKRetainPtr for WK types in WebKit2 GTK+
https://bugs.webkit.org/show_bug.cgi?id=69404
Reviewed by Martin Robinson.
- UIProcess/API/gtk/WebKitWebContext.cpp:
(webkitWebContextFinalize):
(createDefaultWebContext):
(webkitWebContextGetWKContext):
- UIProcess/API/gtk/WebKitWebView.cpp:
(webkit_web_view_load_uri):
(webkit_web_view_load_alternate_html):
Oct 4, 2011:
- 11:07 PM Changeset in webkit [96679] by
-
- 10 edits in trunk/Source/WebCore
Remove Node::willBlur()
https://bugs.webkit.org/show_bug.cgi?id=69395
Reviewed by Ryosuke Niwa.
Revert the WebCore part of r87371 because
FrameSelection::textWillBeReplaced() doesn't set focus anymore.
No new tests. Covered by fast/forms/input-number-blur-twice.html.
- dom/Document.cpp:
(WebCore::Document::setFocusedNode): Revert r87371.
- dom/Node.cpp: ditto.
- dom/Node.h: ditto.
- html/HTMLInputElement.cpp:
(WebCore::HTMLInputElement::handleBlurEvent): ditto.
- html/HTMLInputElement.h: ditto.
- html/InputType.cpp:
(WebCore::InputType::handleBlurEvent): ditto.
- html/InputType.h: ditto.
- html/NumberInputType.cpp:
(WebCore::NumberInputType::handleBlurEvent): ditto.
- html/NumberInputType.h: ditto.
- 11:06 PM Changeset in webkit [96678] by
-
- 34 edits in trunk
Introduce feature flags for incomplete input types
https://bugs.webkit.org/show_bug.cgi?id=68971
Reviewed by Hajime Morita.
Source/JavaScriptCore:
- Configurations/FeatureDefines.xcconfig:
Add ENABLE_INPUT_TYPE_* flags. They are enabled only for iOS.
Source/WebCore:
- Configurations/FeatureDefines.xcconfig: Add ENABLE_INPUT_TYPE_* flags. They are enabled only for iOS.
- html/DateInputType.cpp: Wrapped with ENABLE(INPUT_TYPE_DATE)
- html/DateInputType.h: ditto.
- html/DateTimeInputType.cpp: Wrapped with ENABLE(INPUT_TYPE_DATETIME)
- html/DateTimeInputType.h: ditto.
- html/DateTimeLocalInputType.cpp: Wrapped with ENABLE(INPUT_TYPE_DATETIMELOCAL)
- html/DateTimeLocalInputType.h: ditto.
- html/InputType.cpp:
(WebCore::createInputTypeFactoryMap):
Recognizes type attribute value only if it is enabled by ENABLE(INPUT_TYPE_*).
- html/MonthInputType.cpp: Wrapped with ENABLE(INPUT_TYPE_MONTH)
- html/MonthInputType.h: ditto.
- html/TimeInputType.cpp: Wrapped with ENABLE(INPUT_TYPE_TIME)
- html/TimeInputType.h: ditto.
- html/WeekInputType.cpp: Wrapped with ENABLE(INPUT_TYPE_WEEK)
- html/WeekInputType.h: ditto.
Source/WebKit/chromium:
- features.gypi: Add disabled ENABLE_INPUT_TYPE_* flags.
Source/WebKit/mac:
- Configurations/FeatureDefines.xcconfig:
Add ENABLE_INPUT_TYPE_* flags. They are enabled only for iOS.
Source/WebKit2:
- Configurations/FeatureDefines.xcconfig:
Add ENABLE_INPUT_TYPE_* flags. They are enabled only for iOS.
Tools:
- Scripts/build-webkit:
Add --input-type-{date,datetime,datetimelocal,month,time,week} flags.
They are disabled by default.
WebKitLibraries:
- win/tools/vsprops/FeatureDefines.vsprops:
Add ENABLE_INPUT_TYPE_* flags. They are disabled by default.
- win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto.
LayoutTests:
Skip fast/forms/{date,datetime,datetimelocal,month,time,week}.
- platform/chromium/test_expectations.txt:
- platform/gtk/Skipped:
- platform/mac/Skipped:
- platform/qt/Skipped:
- platform/win/Skipped:
- 10:02 PM Changeset in webkit [96677] by
-
- 2 edits in trunk/Source/JavaScriptCore
Build fix.
- jit/JITStubs.cpp:
(JSC::DEFINE_STUB_FUNCTION): Use an explicit cast when shortening.
- 9:56 PM Changeset in webkit [96676] by
-
- 2 edits in trunk/Source/WebKit/efl
[EFL] Only set when the custom encoding is different from existing value
https://bugs.webkit.org/show_bug.cgi?id=69061
Reviewed by Hajime Morita.
Only set the custom encoding value if it is different from the current value, to avoid
reloading the page.
- ewk/ewk_view.cpp:
(ewk_view_setting_encoding_custom_set):
- 9:45 PM Changeset in webkit [96675] by
-
- 25 edits9 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=69398
Source/WebCore:
[CSS3 Regions] Support the region-overflow property properly.
(1) Change -webkit-break to break, since the -webkit-region-overflow property already has the
-webkit- extension.
(2) Fix clipping so that it works when overflow is set or when region break is set.
(3) Refactor all the pagination spots to check if a next page is available using the new hasNextPage
function. This prevents us from paginating if we hit the last region and further breaks are no longer
allowed.
Reviewed by Dan Bernstein.
Added new tests in fast/regions.
- css/CSSParser.cpp:
(WebCore::CSSParser::parseValue):
- css/CSSPrimitiveValueMappings.h:
(WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
(WebCore::CSSPrimitiveValue::operator RegionOverflow):
- css/CSSValueKeywords.in:
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::collapseMargins):
(WebCore::RenderBlock::estimateLogicalTopPosition):
(WebCore::RenderBlock::hasNextPage):
(WebCore::RenderBlock::nextPageLogicalTop):
(WebCore::RenderBlock::applyBeforeBreak):
(WebCore::RenderBlock::applyAfterBreak):
(WebCore::RenderBlock::pageLogicalHeightForOffset):
(WebCore::RenderBlock::pageRemainingLogicalHeightForOffset):
(WebCore::RenderBlock::adjustForUnsplittableChild):
(WebCore::RenderBlock::pushToNextPageWithMinimumLogicalHeight):
(WebCore::RenderBlock::adjustLinePositionForPagination):
- rendering/RenderBlock.h:
- rendering/RenderFlowThread.cpp:
(WebCore::RenderFlowThread::layout):
(WebCore::RenderFlowThread::repaintRectangleInRegions):
(WebCore::RenderFlowThread::regionRemainingLogicalHeightForLine):
- rendering/RenderFlowThread.h:
- rendering/RenderRegion.cpp:
(WebCore::RenderRegion::regionOverflowRect):
LayoutTests:
[CSS3 Regions] Support the region-overflow property properly.
Reviewed by Dan Bernstein.
- fast/regions/region-overflow-auto-overflow-hidden.html: Added.
- fast/regions/region-overflow-auto-overflow-visible.html: Added.
- fast/regions/region-overflow-break.html: Added.
- fast/regions/script-tests/webkit-region-overflow-parsing.js:
- fast/regions/webkit-region-overflow-parsing-expected.txt:
- platform/mac/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png:
- platform/mac/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
- platform/mac/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png:
- platform/mac/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
- platform/mac/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png:
- platform/mac/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
- platform/mac/fast/regions/percentage-margins-variable-width-regions-expected.png:
- platform/mac/fast/regions/percentage-margins-variable-width-regions-expected.txt:
- platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added.
- platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added.
- platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added.
- platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added.
- platform/mac/fast/regions/region-overflow-break-expected.png: Added.
- platform/mac/fast/regions/region-overflow-break-expected.txt: Added.
- platform/mac/fast/regions/text-region-split-small-pagination-expected.txt:
- platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png:
- platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
- platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.png:
- platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.txt:
- 7:47 PM Changeset in webkit [96674] by
-
- 13 edits in trunk/Source
Add static ClassInfo structs to classes that override JSCell::getCallData
https://bugs.webkit.org/show_bug.cgi?id=69311
Reviewed by Darin Adler.
Source/JavaScriptCore:
Added ClassInfo structs to each class that defined its own getCallData
function but did not already have its own ClassInfo struct. This is a
necessary addition for when we switch over to looking up getCallData from
the MethodTable in ClassInfo rather than doing the virtual call (which we
are removing). These new ClassInfo structs are public because we often
use these structs in other areas of the code to uniquely identify JSC classes and
to enforce runtime invariants based on those class identities using ASSERTs.
Also added new createStructure methods to those classes that didn't have
them so that the new ClassInfo structs would be used when creating the Structures
in these classes.
- runtime/BooleanConstructor.cpp:
- runtime/BooleanConstructor.h:
(JSC::BooleanConstructor::createStructure):
getCallData was not marked as static in StrictModeTypeErrorFunction.
- runtime/Error.cpp:
(JSC::StrictModeTypeErrorFunction::getCallDataVirtual):
(JSC::StrictModeTypeErrorFunction::getCallData):
(JSC::StrictModeTypeErrorFunction::createStructure):
- runtime/ErrorConstructor.cpp:
- runtime/ErrorConstructor.h:
(JSC::ErrorConstructor::createStructure):
- runtime/FunctionConstructor.cpp:
- runtime/FunctionConstructor.h:
(JSC::FunctionConstructor::createStructure):
- runtime/FunctionPrototype.cpp:
- runtime/FunctionPrototype.h:
Source/WebCore:
No new tests.
Added ClassInfo structs to each class that defined its own getCallData
function but did not already have its own ClassInfo struct. This is a
necessary addition for when we switch over to looking up getCallData from
the MethodTable in ClassInfo rather than doing the virtual call (which we
are removing). These new ClassInfo structs are public because we often
use these structs in other areas of the code to uniquely identify JSC classes and
to enforce runtime invariants based on those class identities using ASSERTs.
Also added new createStructure methods to those classes that didn't have
them so that the new ClassInfo structs would be used when creating the Structures
in these classes.
- bridge/qt/qt_runtime.cpp:
- bridge/qt/qt_runtime.h:
- 7:38 PM Changeset in webkit [96673] by
-
- 31 edits in trunk/Source
Some JSValue cleanup
https://bugs.webkit.org/show_bug.cgi?id=69320
Reviewed by Darin Adler.
No measurable performance change.
Removed some JSValue::get* functions. get* used to be an optimization
when every value operation was a virtual function call: get* would combine
two virtual calls into one. Now, with non-virtual, inlined functions, get*
isn't faster, and may be slightly slower.
Merged getBoolean(bool&) and getBoolean() into asBoolean().
Merged uncheckedGetNumber(), getJSNumber() and getNumber() into
asNumber().
- runtime/JSValue.h:
- runtime/JSValueInlineMethods.h:
(JSC::JSValue::asNumber):
(JSC::JSValue::asBoolean): As promised!
- runtime/NumberPrototype.cpp:
(JSC::toThisNumber):
(JSC::numberProtoFuncToExponential):
(JSC::numberProtoFuncToFixed):
(JSC::numberProtoFuncToPrecision):
(JSC::numberProtoFuncToString):
(JSC::numberProtoFuncToLocaleString):
(JSC::numberProtoFuncValueOf): Removed a bunch of uses of getJSNumber()
by switching to toThisNumber().
- API/JSCallbackObjectFunctions.h:
(JSC::::toNumber):
- dfg/DFGGraph.h:
(JSC::DFG::Graph::valueOfNumberConstant):
(JSC::DFG::Graph::valueOfBooleanConstant):
- dfg/DFGOperations.cpp:
(JSC::DFG::putByVal):
- interpreter/Interpreter.cpp:
(JSC::Interpreter::privateExecute):
- jit/JITStubs.cpp:
(JSC::DEFINE_STUB_FUNCTION):
- runtime/DateInstance.h:
(JSC::DateInstance::internalNumber):
- runtime/FunctionPrototype.cpp:
(JSC::functionProtoFuncBind):
- runtime/JSArray.cpp:
(JSC::compareNumbersForQSort): Replaced getNumber() => isNumber() / asNumber().
getBoolean() => isBoolean() / asBoolean(), uncheckedGetNumber() => asNumber().
- runtime/JSCell.cpp:
- runtime/JSCell.h: Nixed getJSNumber().
- runtime/JSGlobalObjectFunctions.cpp:
(JSC::globalFuncParseInt):
- runtime/JSONObject.cpp:
(JSC::gap):
(JSC::Stringifier::Stringifier):
(JSC::Stringifier::appendStringifiedValue):
- runtime/NumberObject.cpp:
- runtime/NumberObject.h:
(JSC::NumberObject::createStructure):
- runtime/Operations.h:
(JSC::JSValue::equalSlowCaseInline):
(JSC::JSValue::strictEqual):
(JSC::jsLess):
(JSC::jsLessEq):
(JSC::jsAdd): Replaced getNumber() => isNumber() / asNumber().
getBoolean() => isBoolean() / asBoolean(), uncheckedGetNumber() => asNumber().
../WebCore:
Reviewed by Darin Adler.
- bindings/js/JSDOMBinding.cpp:
(WebCore::valueToDate):
- bindings/js/JSErrorHandler.cpp:
(WebCore::JSErrorHandler::handleEvent):
- bindings/js/JSEventListener.cpp:
(WebCore::JSEventListener::handleEvent):
- bindings/js/JSSQLTransactionCustom.cpp:
(WebCore::JSSQLTransaction::executeSql):
- bindings/js/JSSQLTransactionSyncCustom.cpp:
(WebCore::JSSQLTransactionSync::executeSql):
- bindings/js/ScriptValue.cpp:
(WebCore::jsToInspectorValue):
- bindings/js/SerializedScriptValue.cpp:
(WebCore::CloneSerializer::dumpIfTerminal):
- bindings/objc/WebScriptObject.mm:
(+[WebScriptObject _convertValueToObjcValue:originRootObject:rootObject:]):
- bridge/jni/jsc/JNIUtilityPrivate.cpp:
(JSC::Bindings::convertValueToJValue): Updated for JSC changes.
../WebKit/mac:
Reviewed by Darin Adler.
- WebView/WebView.mm:
(aeDescFromJSValue): Updated for JSC changes.
- 6:32 PM Changeset in webkit [96672] by
-
- 4 edits in trunk
Fix FrameView::scrollElementToRect to take already scrolled amount into consideration.
https://bugs.webkit.org/show_bug.cgi?id=69220
Patch by Sadrul Habib Chowdhury <sadrul@chromium.org> on 2011-10-04
Reviewed by Simon Fraser.
Source/WebCore:
- page/FrameView.cpp:
(WebCore::FrameView::scrollElementToRect):
LayoutTests:
- fast/dom/scroll-element-to-rect.html:
- 6:32 PM Changeset in webkit [96671] by
-
- 3 edits in branches/chromium/874
Merge 96290 - REGRESSION(r93858): Can't type anything into input elements when maxlength is greater than 231
https://bugs.webkit.org/show_bug.cgi?id=68981
Reviewed by Darin Adler.
Source/WebCore:
- html/parser/HTMLParserIdioms.cpp:
(WebCore::parseHTMLInteger):
Check the failure of charactersToIntStrict().
(WebCore::parseHTMLNonNegativeInteger):
Check the failure of charactersToUIntStrict().
LayoutTests:
- fast/forms/input-text-paste-maxlength-expected.txt:
- fast/forms/input-text-paste-maxlength.html:
TBR=tkent@chromium.org
BUG=crbug.com/98117
Review URL: http://codereview.chromium.org/8135023
- 6:14 PM Changeset in webkit [96670] by
-
- 2 edits in trunk/Source/WebCore
Ignore the warning about using 'override'.
- WebCore.vcproj/WebCore.vcproj:
- 6:12 PM Changeset in webkit [96669] by
-
- 3 edits in trunk/Source/WebCore
Stub out WorkerScriptController::disableEval for v8 to fix the build.
- bindings/v8/WorkerScriptController.cpp:
(WebCore::WorkerScriptController::disableEval):
- bindings/v8/WorkerScriptController.h:
- 6:10 PM Changeset in webkit [96668] by
-
- 3 edits in trunk/Source/WebCore
OVERRIDE seems to not be working for Windows. Remove it for now.
- dom/Document.h:
- workers/WorkerContext.h:
- 5:52 PM Changeset in webkit [96667] by
-
- 9 edits in trunk/Source/WebCore
Wean ContentSecurityPolicy from the Document
https://bugs.webkit.org/show_bug.cgi?id=69387
Reviewed by Adam Barth.
- bindings/js/WorkerScriptController.cpp:
(WebCore::WorkerScriptController::disableEval):
- bindings/js/WorkerScriptController.h:
- dom/Document.cpp:
(WebCore::Document::disableEval):
- dom/Document.h:
- workers/WorkerContext.cpp:
(WebCore::WorkerContext::disableEval):
- workers/WorkerContext.h:
- dom/ScriptExecutionContext.h:
Add pure virtual disableEval to ScriptExecutionContext, so that ContentSecurityPolicy
can call it for both Documents and WorkerContexts.
- page/ContentSecurityPolicy.cpp:
(WebCore::ContentSecurityPolicy::didReceiveHeader):
Call the new ScriptExecutionContext::disableEval() function.
(WebCore::ContentSecurityPolicy::reportViolation):
Use ScriptExecutionContext::addMessage() instead of going directly to the DOMWindow.
- 5:52 PM Changeset in webkit [96666] by
-
- 2 edits in trunk/Tools
garden-o-matic doesn't launch it's UI on Lion
https://bugs.webkit.org/show_bug.cgi?id=69349
Reviewed by Darin Adler.
It turns out that Lion is a bit more picky about file URLs. This patch
switches us from using a path to using an actual file URL, silencing
the warning and making the tool actually launch on Lion.
- Scripts/webkitpy/tool/servers/gardeningserver.py:
- 5:12 PM Changeset in webkit [96665] by
-
- 2 edits in trunk/LayoutTests
Update test expectations after http://trac.webkit.org/changeset/96449
https://bugs.webkit.org/show_bug.cgi?id=69316
Patch by David Barr <davidbarr@chromium.org> on 2011-10-04
Reviewed by Ojan Vafai.
- platform/chromium/test_expectations.txt:
- 4:53 PM Changeset in webkit [96664] by
-
- 2 edits in trunk/Tools
Fix Perl undefined variable warning when using run-safari after
<http://trac.webkit.org/changeset/96448> (https://bugs.webkit.org/show_bug.cgi?id=68662)
Rubber-stamped by Alexey Proskuryakov.
- Scripts/webkitdirs.pm:
(runMacWebKitApp): Check that the optional function argument $useOpenCommand
is defined before using it in a comparison operation.
- 4:48 PM Changeset in webkit [96663] by
-
- 5 edits in trunk/Source/WebCore
Move code into ScrollElasticityController::beginScrollGesture()
https://bugs.webkit.org/show_bug.cgi?id=69383
Reviewed by John Sullivan.
- platform/mac/ScrollAnimatorMac.h:
Add new ScrollElasticityControllerClient member functions.
- platform/mac/ScrollAnimatorMac.mm:
(WebCore::ScrollAnimatorMac::isHorizontalScrollerPinnedToMinimumPosition):
(WebCore::ScrollAnimatorMac::isHorizontalScrollerPinnedToMaximumPosition):
(WebCore::ScrollAnimatorMac::stretchAmount):
(WebCore::ScrollAnimatorMac::startSnapRubberbandTimer):
(WebCore::ScrollAnimatorMac::stopSnapRubberbandTimer):
Implement the new ScrollElasticityControllerClient member functions.
(WebCore::ScrollAnimatorMac::beginScrollGesture):
Move code into ScrollElasticityController::beginScrollGesture and call it directly.
- platform/mac/ScrollElasticityController.h:
Add new ScrollElasticityControllerClient member functions.
- platform/mac/ScrollElasticityController.mm:
(WebCore::reboundDeltaForElasticDelta):
(WebCore::ScrollElasticityController::beginScrollGesture):
Set up the scroll gesture state.
(WebCore::ScrollElasticityController::stopSnapRubberbandTimer):
New helper function.
- 4:34 PM Changeset in webkit [96662] by
-
- 19 edits in trunk
Add GAMEPAD feature flag
https://bugs.webkit.org/show_bug.cgi?id=66859
Patch by Scott Graham <scottmg@chromium.org> on 2011-10-04
Reviewed by Darin Fisher.
.:
- configure.ac:
Source/JavaScriptCore:
- Configurations/FeatureDefines.xcconfig:
Source/WebCore:
No new tests, as no new functionality yet.
- Configurations/FeatureDefines.xcconfig:
- GNUmakefile.am:
- features.pri:
Source/WebKit/chromium:
- features.gypi:
Source/WebKit/mac:
- Configurations/FeatureDefines.xcconfig:
Source/WebKit2:
- Configurations/FeatureDefines.xcconfig:
Tools:
- Scripts/build-webkit:
WebKitLibraries:
- win/tools/vsprops/FeatureDefines.vsprops:
- win/tools/vsprops/FeatureDefinesCairo.vsprops:
- 4:02 PM Changeset in webkit [96661] by
-
- 8 edits in trunk/Source/JavaScriptCore
JITCodeGenerator should no longer have code that tries too hard
to be both speculative and non-speculative
https://bugs.webkit.org/show_bug.cgi?id=69321
Reviewed by Gavin Barraclough.
Removed m_isSpeculative and speculationCheck() from JITCodeGenerator.
This required moving emitBranch() to SpeculativeJIT, since it was
the main user of that field and method. Other than trvial clean-ups
in emitBranch(), the code is unchanged (and still has some disparity
between 64 and 32_64, and still lacks some obvious optimizations).
- dfg/DFGJITCodeGenerator.cpp:
- dfg/DFGJITCodeGenerator.h:
(JSC::DFG::JITCodeGenerator::JITCodeGenerator):
- dfg/DFGJITCodeGenerator32_64.cpp:
(JSC::DFG::JITCodeGenerator::fillDouble):
(JSC::DFG::JITCodeGenerator::fillJSValue):
- dfg/DFGJITCodeGenerator64.cpp:
(JSC::DFG::JITCodeGenerator::fillDouble):
(JSC::DFG::JITCodeGenerator::fillJSValue):
- dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::SpeculativeJIT):
- dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::emitBranch):
- dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::emitBranch):
- 4:01 PM Changeset in webkit [96660] by
-
- 5 edits3 moves in trunk/Source
[Chromium] Moved files towards GTK removal
https://bugs.webkit.org/show_bug.cgi?id=69229
Patch by Fady Samuel <fsamuel@chromium.org> on 2011-10-04
Reviewed by Tony Chang.
Source/WebCore:
- WebCore.gypi:
- platform/chromium/PlatformThemeChromiumLinux.cpp: Renamed from Source/WebCore/platform/chromium/PlatformThemeChromiumGtk.cpp.
(WebCore::PlatformThemeChromiumLinux::setScrollbarColors):
(WebCore::clamp):
(WebCore::PlatformThemeChromiumLinux::saturateAndBrighten):
(WebCore::PlatformThemeChromiumLinux::outlineColor):
(WebCore::PlatformThemeChromiumLinux::paintArrowButton):
- platform/chromium/PlatformThemeChromiumLinux.h: Renamed from Source/WebCore/platform/chromium/PlatformThemeChromiumGtk.h.
(WebCore::PlatformThemeChromiumLinux::thumbInactiveColor):
(WebCore::PlatformThemeChromiumLinux::thumbActiveColor):
(WebCore::PlatformThemeChromiumLinux::trackColor):
(WebCore::PlatformThemeChromiumLinux::PlatformThemeChromiumLinux):
Source/WebKit/chromium:
- WebKit.gyp:
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::setScrollbarColors):
- src/linux/WebFontInfo.cpp: Renamed from Source/WebKit/chromium/src/gtk/WebFontInfo.cpp.
(WebKit::WebFontInfo::familyForChars):
(WebKit::WebFontInfo::renderStyleForStrike):
- 3:57 PM Changeset in webkit [96659] by
-
- 57 edits4 adds in trunk/LayoutTests
Rebaseline for bug 65583 (path based border radius drawing on skia) part 7
https://bugs.webkit.org/show_bug.cgi?id=69135
Patch by Ben Wells <benwells@chromium.org> on 2011-10-04
Reviewed by James Robinson.
- platform/chromium-linux/fast/: 26 changes.
- platform/chromium-linux/svg/custom/no-inherited-dashed-stroke-expected.png:
- platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
- platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
- platform/chromium-win/fast/: 27 changes.
- platform/chromium-win/svg/custom/no-inherited-dashed-stroke-expected.png:
- platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
- platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
- platform/chromium/test_expectations.txt:
- 3:56 PM Changeset in webkit [96658] by
-
- 2 edits in trunk/PerformanceTests
Update html5-full-render.html to load the HTML5 spec incrementally, closer to how the browser would
https://bugs.webkit.org/show_bug.cgi?id=69374
Unreviewed.
Per https://bugs.webkit.org/show_bug.cgi?id=69374#c7
updating the chunksize to be a bit smaller now that the total
size of the html5 spec is smaller than when I wrote the test.
This should increase the prevalence of style resolution in the
sample time, which more closely matches instrument samples
taken when loading the full page in Safari.
- Parser/html5-full-render.html:
- 3:48 PM Changeset in webkit [96657] by
-
- 4 edits in trunk
Fix position check for double tap gesture detection. A double tap
should not be detected if the two taps are far from each other.
https://bugs.webkit.org/show_bug.cgi?id=69270
Patch by Varun Jain <varunjain@chromium.org> on 2011-10-04
Reviewed by Darin Fisher.
Test: Source/WebKit/chromium/tests/InnerGestureRecognizerTest.cpp
- platform/chromium/GestureRecognizerChromium.cpp:
(WebCore::GestureRecognizerChromium::isSecondClickInsideManhattanSquare):
(WebCore::GestureRecognizerChromium::updateValues):
(WebCore::GestureRecognizerChromium::click):
- platform/chromium/GestureRecognizerChromium.h:
- 3:45 PM Changeset in webkit [96656] by
-
- 2 edits in trunk/Source/WebKit2
toURLRef() in WKSharedAPICast.h should return null for a null string
https://bugs.webkit.org/show_bug.cgi?id=69380
Reviewed by Jon Honeycutt.
- Shared/API/c/WKSharedAPICast.h:
(WebKit::toURLRef): Add the missing "return" for the null string case.
- 3:38 PM Changeset in webkit [96655] by
-
- 13 edits3 adds in trunk/Source
[chromium] Extract scheduling logic from CCThreadProxy to its own class
https://bugs.webkit.org/show_bug.cgi?id=69049
Patch by James Robinson <jamesr@chromium.org> on 2011-10-04
Reviewed by Kenneth Russell.
Source/WebCore:
This partially extracts the commit/draw scheduling from CCThreadProxy to a separate isolated class. This makes
the commit/draw logic easier to test, understand and extend.
There is one subtle behavior change here to the way that the function formerly known as
CCLayerTreeHost::setNeedsCommitAndRedraw works. Previously, this would trigger a begin frame message, if one
wasn't pending, and then trigger a redraw if one wasn't pending. This was subtly wrong - the intent of that call
is that a redraw should happen after the commit. It isn't useful to draw before the commit occurs. This patch
changes the name of the function to setNeedsCommitThenRedraw and only requests a redraw after a commit occurs.
Covered by new CCSchedulerTest unit tests, CCLayerTreeHostTest unit tests, and compositing/ layout tests.
- WebCore.gypi:
- platform/graphics/chromium/cc/CCLayerTreeHost.cpp:
(WebCore::CCLayerTreeHost::initialize):
(WebCore::CCLayerTreeHost::setZoomAnimatorTransform):
(WebCore::CCLayerTreeHost::setNeedsCommitThenRedraw):
(WebCore::CCLayerTreeHost::setViewport):
(WebCore::CCLayerTreeHost::setVisible):
- platform/graphics/chromium/cc/CCLayerTreeHost.h:
- platform/graphics/chromium/cc/CCProxy.h:
- platform/graphics/chromium/cc/CCScheduler.cpp: Added.
(WebCore::CCScheduler::CCScheduler):
(WebCore::CCScheduler::requestCommit):
(WebCore::CCScheduler::requestCommitThenRedraw):
(WebCore::CCScheduler::requestRedraw):
(WebCore::CCScheduler::didCommit):
(WebCore::CCScheduler::didDraw):
- platform/graphics/chromium/cc/CCScheduler.h: Added.
(WebCore::CCSchedulerClient::~CCSchedulerClient):
(WebCore::CCScheduler::create):
(WebCore::CCScheduler::commitPending):
(WebCore::CCScheduler::redrawPending):
(WebCore::CCScheduler::redrawAfterCommit):
- platform/graphics/chromium/cc/CCSingleThreadProxy.cpp:
(WebCore::CCSingleThreadProxy::setNeedsCommitThenRedraw):
(WebCore::CCSingleThreadProxy::setNeedsRedraw):
(WebCore::CCSingleThreadProxy::recreateContextIfNeeded):
(WebCore::CCSingleThreadProxy::doComposite):
- platform/graphics/chromium/cc/CCSingleThreadProxy.h:
- platform/graphics/chromium/cc/CCThreadProxy.cpp:
(WebCore::CCThreadProxySchedulerClient::create):
(WebCore::CCThreadProxySchedulerClient::~CCThreadProxySchedulerClient):
(WebCore::CCThreadProxySchedulerClient::scheduleBeginFrameAndCommit):
(WebCore::CCThreadProxySchedulerClient::scheduleDrawAndPresent):
(WebCore::CCThreadProxySchedulerClient::CCThreadProxySchedulerClient):
(WebCore::CCThreadProxy::CCThreadProxy):
(WebCore::CCThreadProxy::compositeAndReadback):
(WebCore::CCThreadProxy::initializeLayerRenderer):
(WebCore::CCThreadProxy::setNeedsCommit):
(WebCore::CCThreadProxy::setNeedsCommitOnCCThread):
(WebCore::CCThreadProxy::setNeedsCommitThenRedraw):
(WebCore::CCThreadProxy::setNeedsCommitThenRedrawOnCCThread):
(WebCore::CCThreadProxy::setNeedsRedraw):
(WebCore::CCThreadProxy::setNeedsRedrawOnCCThread):
(WebCore::CCThreadProxy::finishAllRenderingOnCCThread):
(WebCore::CCThreadProxy::obtainBeginFrameAndCommitTaskFromCCThread):
(WebCore::CCThreadProxy::createBeginFrameAndCommitTaskOnCCThread):
(WebCore::CCThreadProxy::beginFrameAndCommit):
(WebCore::CCThreadProxy::commitOnCCThread):
(WebCore::CCThreadProxy::drawLayersAndPresentOnCCThread):
(WebCore::CCThreadProxy::initializeImplOnCCThread):
- platform/graphics/chromium/cc/CCThreadProxy.h:
Source/WebKit/chromium:
Adds some unit tests for the new CCScheduler class. Since the class is very simple today, the tests are
similarly quite simple.
- WebKit.gypi:
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::setRootLayerNeedsDisplay):
- tests/CCLayerTreeHostTest.cpp:
(WTF::CCLayerTreeHostTest::postSetNeedsCommitThenRedrawToMainThread):
(WTF::CCLayerTreeHostTest::dispatchSetNeedsCommitThenRedraw):
(WTF::CCLayerTreeHostTestShortlived2::beginTest):
(WTF::CCLayerTreeHostTestCommitingWithContinuousRedraw::beginTest):
(WTF::CCLayerTreeHostTestCommitingWithContinuousRedraw::drawLayersOnCCThread):
(WTF::CCLayerTreeHostTestSetNeedsCommit1::beginTest):
(WTF::CCLayerTreeHostTestSetNeedsCommit2::beginTest):
(WTF::CCLayerTreeHostTestSetNeedsCommit2::drawLayersOnCCThread):
(WTF::CCLayerTreeHostTestSetNeedsRedraw::beginTest):
- tests/CCSchedulerTest.cpp: Added.
- 3:30 PM Changeset in webkit [96654] by
-
- 3 edits2 adds in trunk
occasional crash in Chromium in dispatching keyEvent
https://bugs.webkit.org/show_bug.cgi?id=67941
Patch by Scott Graham <scottmg@chromium.org> on 2011-10-04
Reviewed by Tony Chang.
Source/WebKit/chromium:
Guard Frame while handling keyEvent, as it can lose last reference due
to actions of handler.
- src/WebViewImpl.cpp:
(WebKit::WebViewImpl::keyEvent):
LayoutTests:
- fast/events/keyevent-iframe-removed-crash-expected.txt: Added.
- fast/events/keyevent-iframe-removed-crash.html: Added.
- 3:28 PM Changeset in webkit [96653] by
-
- 12 edits3 adds in trunk/Source
https://bugs.webkit.org/show_bug.cgi?id=67774
PDF in a frameset is not displayed, always downloads
Reviewed by Darin Adler.
- WebKit2.xcodeproj/project.pbxproj:
- WebProcess/Plugins/PDF: Added. Added BuiltInPDFView class. It implements ScrollableArea and Plugin, working with iframes, objects and embeds. The implementation targets Mac port only, fixing a WebKit2 regression.
- UIProcess/WebContext.cpp: (WebKit::WebContext::getPlugins): Tell WebCore that there is a plug-in for PDF, so that it instantiates it in a regular fashion.
- UIProcess/WebFrameProxy.cpp: (WebKit::WebFrameProxy::canShowMIMEType): We can now show PDF not only in main frame.
- WebProcess/Plugins/PDF/BuiltInPDFView.cpp: Added. This is largely an implementation of ScrollableArea now, which can render the first page of a PDF. Further improvements to come.
- WebProcess/Plugins/PDF/BuiltInPDFView.h: Added.
- WebProcess/Plugins/Plugin.cpp: (WebKit::Plugin::updateControlTints): Give Plugin a chance to invalidate its tintable controls - it's necessary for PDF because scrollbars are tintable.
- WebProcess/Plugins/Plugin.h: (WebKit::Plugin::controller): Added a const version, since some ScrollableArea methods are const.
- WebProcess/Plugins/PluginView.cpp: (WebKit::PluginView::paint): Call updateControlTints at updatingControlTints phase.
- WebProcess/Plugins/PluginView.h: PDF plug-in needs to tinker with embedding FrameView to use Scrollbar class, so it needs to cast its PluginController up to PluginView. It's unfortunate that PluginView has so much NPAPI specific code, but that's how it is now.
- WebProcess/WebPage/WebPage.cpp: (WebKit::WebPage::createPlugin): If there is no real plug-in installed for PDF, instantiate built-in one.
- 3:14 PM Changeset in webkit [96652] by
-
- 4 edits in trunk/Source/WebCore
ScrollElasticityController should keep track of the rubberband timer state
https://bugs.webkit.org/show_bug.cgi?id=69381
Reviewed by Sam Weinig.
Add a m_snapRubberbandTimerIsActive member variable to ScrollElasticityController
and use it instead of checking whether the m_snapRubberbandTimer is active.
Eventually, ScrollElasticityControllerClient will have two member functions for starting
and stopping the timer, and the ScrollElasticityController will call them at the appropriate times.
- platform/mac/ScrollAnimatorMac.mm:
(WebCore::ScrollAnimatorMac::handleWheelEvent):
(WebCore::ScrollAnimatorMac::beginScrollGesture):
It's OK to stop the timer unconditionally.
(WebCore::ScrollAnimatorMac::snapRubberBand):
(WebCore::ScrollAnimatorMac::snapRubberBandTimerFired):
- platform/mac/ScrollElasticityController.h:
- platform/mac/ScrollElasticityController.mm:
(WebCore::ScrollElasticityController::ScrollElasticityController):
- 2:58 PM Changeset in webkit [96651] by
-
- 5 edits in trunk/Source/WebCore
Move all rubber-banding related member variables to ScrollElasticityController
https://bugs.webkit.org/show_bug.cgi?id=69379
Reviewed by Dan Bernstein.
- platform/mac/ScrollAnimatorMac.h:
- platform/mac/ScrollAnimatorMac.mm:
(WebCore::ScrollAnimatorMac::ScrollAnimatorMac):
(WebCore::ScrollAnimatorMac::handleWheelEvent):
(WebCore::ScrollAnimatorMac::smoothScrollWithEvent):
(WebCore::ScrollAnimatorMac::beginScrollGesture):
(WebCore::ScrollAnimatorMac::snapRubberBand):
(WebCore::ScrollAnimatorMac::snapRubberBandTimerFired):
- platform/mac/ScrollElasticityController.h:
- platform/mac/ScrollElasticityController.mm:
(WebCore::ScrollElasticityController::ScrollElasticityController):
- 2:50 PM Changeset in webkit [96650] by
-
- 1 edit1 add in trunk/LayoutTests
Update XP results for the font shaping patch.
- platform/chromium-win-xp/fast/text/international/bidi-neutral-run-expected.txt: Added.
- 2:37 PM Changeset in webkit [96649] by
-
- 9 edits in trunk/LayoutTests
Update baselines after http://trac.webkit.org/changeset/96620. These
changes match the changes Dave made to other platforms.
- platform/chromium-cg-mac/fast/multicol/vertical-lr/float-avoidance-expected.png:
- platform/chromium-cg-mac/fast/multicol/vertical-rl/float-avoidance-expected.png:
- platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png:
- platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png:
- platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png:
- platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.txt:
- platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png:
- platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.txt:
- 2:34 PM Changeset in webkit [96648] by
-
- 1 edit in trunk/Source/JavaScriptCore/wtf/ListHashSet.h
Fix Leopard build bustage.
- 2:27 PM Changeset in webkit [96647] by
-
- 2 edits in trunk/PerformanceTests
Update html5-full-render.html to load the HTML5 spec incrementally, closer to how the browser would
https://bugs.webkit.org/show_bug.cgi?id=69374
Reviewed by James Robinson.
This should finally be able to provide us with a repeatable metric
for how fast we're currently able to load the HTML5 spec.
There are a variety of interesting functions which show up in this
sample, including of course style resolution.
- Parser/html5-full-render.html:
- 2:25 PM Changeset in webkit [96646] by
-
- 4 edits in trunk/Source/WebCore
Build fixes for everyone.
- platform/chromium/ScrollAnimatorChromiumMac.h:
- platform/chromium/ScrollAnimatorChromiumMac.mm:
(WebCore::isScrollingLeftAndShouldNotRubberBand):
(WebCore::isScrollingRightAndShouldNotRubberBand):
(WebCore::ScrollAnimatorChromiumMac::smoothScrollWithEvent):
Fix Chromium build.
- platform/gtk/PlatformWheelEventGtk.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent):
Fix GTK+ build.
- 2:23 PM Changeset in webkit [96645] by
-
- 29 edits4 adds in trunk
REGRESSION (WK2): (Shift-)option-tabbing skips over elements when transitioning from chrome to webview
https://bugs.webkit.org/show_bug.cgi?id=68412
<rdar://problem/9988252>
Reviewed by Darin Adler.
Source/WebKit2:
In WK1 setInitialFocus() is called on FocusController with the key event that
caused the web view to become first responder. In WK2 no event is sent. So if
the key stroke that caused the change in first responder status contains the
option modifier key, FocusController did not know that it had to switch behavior.
Because there are multiple ways that the WKView can becomeFirstResponder, I changed
the signature to setInitialFocus to express whether the key event parameter is an
actual key event.
- UIProcess/API/C/win/WKView.cpp:
(WKViewSetInitialFocus):
- UIProcess/API/mac/WKView.mm:
(-[WKView becomeFirstResponder]): Take the NSApp currentEvent and pass it along if
the event is a keyboard event, otherwise pass an empty event.
- UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::setInitialFocus): Change in function signature to confirm that
the event that caused the initial focus was a keyboard event, and provide the keyboard
event itself.
- UIProcess/WebPageProxy.h:
- UIProcess/win/WebView.cpp:
(WebKit::WebView::setInitialFocus):
- UIProcess/win/WebView.h:
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::setInitialFocus): If we know that the cause of this was a keyboard
event, we pass that event to the FocusController. Otherwise we fall back to the original
behavior, which is to pass no event at all.
- WebProcess/WebPage/WebPage.h:
- WebProcess/WebPage/WebPage.messages.in:
Tools:
In order to create a test for the bug, I had to update DRT and WKTR to create some
widget that allows first responder status to move away from the main web view.
Three methods were added to layoutTestController: addChromeInputField,
removeChromeInputField, and focusWebView. addChromeInputField adds a text field
that is a sibling to the web view, and sets up the key event loop between the two.
removeChromeInputField removes that field. focusWebView moves first responder
status to the web view.
The test makes the call via layoutTestController and passes a callback that it
assumes will be executed once the task is completed. In DRT the callback is called
synchronously. In WKTR this is handled with message passing between the two
processes.
- DumpRenderTree/LayoutTestController.cpp:
(addChromeInputFieldCallback):
(removeChromeInputFieldCallback):
(focusWebViewCallback):
(LayoutTestController::staticFunctions):
- DumpRenderTree/LayoutTestController.h:
- DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
(LayoutTestController::addChromeInputField):
(LayoutTestController::removeChromeInputField):
(LayoutTestController::focusWebView):
- DumpRenderTree/mac/DumpRenderTree.mm:
(resetWebViewToConsistentStateBeforeTesting): When resetting for the next test,
make sure to remove the chrome input field.
- DumpRenderTree/mac/LayoutTestControllerMac.mm:
(LayoutTestController::addChromeInputField):
(LayoutTestController::removeChromeInputField):
(LayoutTestController::focusWebView):
- DumpRenderTree/win/LayoutTestControllerWin.cpp:
(LayoutTestController::addChromeInputField):
(LayoutTestController::removeChromeInputField):
(LayoutTestController::focusWebView):
- WebKitTestRunner/InjectedBundle/Bindings/LayoutTestController.idl:
- WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
(WTR::InjectedBundle::didReceiveMessage):
(WTR::InjectedBundle::postAddChromeInputField):
(WTR::InjectedBundle::postRemoveChromeInputField):
(WTR::InjectedBundle::postFocusWebView):
- WebKitTestRunner/InjectedBundle/InjectedBundle.h:
- WebKitTestRunner/InjectedBundle/LayoutTestController.cpp:
(WTR::callbackMap): Create a hash map that keeps track of the callbacks provided
through JS.
(WTR::cacheLayoutTestControllerCallback):
(WTR::callLayoutTestControllerCallback):
(WTR::LayoutTestController::addChromeInputField):
(WTR::LayoutTestController::removeChromeInputField):
(WTR::LayoutTestController::focusWebView):
(WTR::LayoutTestController::callAddChromeInputFieldCallback):
(WTR::LayoutTestController::callRemoveChromeInputFieldCallback):
(WTR::LayoutTestController::callFocusWebViewCallback):
- WebKitTestRunner/InjectedBundle/LayoutTestController.h:
- WebKitTestRunner/PlatformWebView.h:
- WebKitTestRunner/TestController.cpp:
(WTR::TestController::resetStateToConsistentValues):
- WebKitTestRunner/TestInvocation.cpp:
(WTR::TestInvocation::didReceiveMessageFromInjectedBundle):
- WebKitTestRunner/gtk/PlatformWebViewGtk.cpp:
(WTR::PlatformWebView::addChromeInputField):
(WTR::PlatformWebView::removeChromeInputField):
(WTR::PlatformWebView::makeWebViewFirstResponder):
- WebKitTestRunner/mac/PlatformWebViewMac.mm:
(WTR::PlatformWebView::addChromeInputField):
(WTR::PlatformWebView::removeChromeInputField):
(WTR::PlatformWebView::makeWebViewFirstResponder):
- WebKitTestRunner/win/PlatformWebViewWin.cpp:
(WTR::PlatformWebView::addChromeInputField):
(WTR::PlatformWebView::removeChromeInputField):
(WTR::PlatformWebView::makeWebViewFirstResponder):
- DumpRenderTree/mac/LayoutTestControllerMac.mm: These functions have nothing to do
with the patch-- just cleaning up style.
(LayoutTestController::addDisallowedURL):
(originsArrayToJS):
(LayoutTestController::queueLoad):
(LayoutTestController::setMockDeviceOrientation):
(LayoutTestController::setIconDatabaseEnabled):
(LayoutTestController::setEditingBehavior):
LayoutTests:
The option-key navigation is only relevant to the Mac platform.
- platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added.
- platform/mac/fast/forms/focus-option-control-on-page.html: Added.
- platform/mac/fast/forms/script-tests/focus-option-control-on-page.js: Added.
(startTest):
(runKeyPresses):
(notifyDone):
(log):
- 2:18 PM Changeset in webkit [96644] by
-
- 4 edits2 adds in trunk/Source/WebCore
Add a ScrollElasticityController class and move some members over from ScrollAnimatorMac
https://bugs.webkit.org/show_bug.cgi?id=69373
Reviewed by David Hyatt.
ScrollElasticityController is a new class that will handle the rubber-banding when handling scroll events.
- WebCore.xcodeproj/project.pbxproj:
- platform/mac/ScrollAnimatorMac.h:
- platform/mac/ScrollAnimatorMac.mm:
(WebCore::ScrollAnimatorMac::ScrollAnimatorMac):
(WebCore::ScrollAnimatorMac::handleWheelEvent):
(WebCore::ScrollAnimatorMac::smoothScrollWithEvent):
(WebCore::ScrollAnimatorMac::beginScrollGesture):
(WebCore::ScrollAnimatorMac::snapRubberBand):
(WebCore::ScrollAnimatorMac::snapRubberBandTimerFired):
- platform/mac/ScrollElasticityController.h: Added.
(WebCore::ScrollElasticityControllerClient::~ScrollElasticityControllerClient):
- platform/mac/ScrollElasticityController.mm: Added.
(WebCore::ScrollElasticityController::ScrollElasticityController):
- 2:16 PM Changeset in webkit [96643] by
-
- 17 edits in trunk
Source/JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=69372
[CSS3 Regions] Make sure overflow:visible lets content spill out of regions.
Add support for reverse iteration to ListHashSet to support being able to walk them
backwards easily.
Reviewed by Anders Carlsson.
- wtf/ListHashSet.h:
(WTF::ListHashSetReverseIterator::ListHashSetReverseIterator):
(WTF::ListHashSetReverseIterator::get):
(WTF::ListHashSetReverseIterator::operator*):
(WTF::ListHashSetReverseIterator::operator->):
(WTF::ListHashSetReverseIterator::operator++):
(WTF::ListHashSetReverseIterator::operator--):
(WTF::ListHashSetReverseIterator::operator==):
(WTF::ListHashSetReverseIterator::operator!=):
(WTF::ListHashSetReverseIterator::operator const_reverse_iterator):
(WTF::ListHashSetReverseIterator::node):
(WTF::ListHashSetConstReverseIterator::ListHashSetConstReverseIterator):
(WTF::ListHashSetConstReverseIterator::get):
(WTF::ListHashSetConstReverseIterator::operator*):
(WTF::ListHashSetConstReverseIterator::operator->):
(WTF::ListHashSetConstReverseIterator::operator++):
(WTF::ListHashSetConstReverseIterator::operator--):
(WTF::ListHashSetConstReverseIterator::operator==):
(WTF::ListHashSetConstReverseIterator::operator!=):
(WTF::ListHashSetConstReverseIterator::node):
(WTF::::rbegin):
(WTF::::rend):
(WTF::::makeReverseIterator):
(WTF::::makeConstReverseIterator):
(WTF::::makeConstIterator):
Source/WebCore: https://bugs.webkit.org/show_bug.cgi?id=69372
[CSS3 Regions] Make sure overflow:visible lets content spill out of regions.
Reviewed by Anders Carlsson.
No new tests, since plenty of results changed.
- rendering/RenderFlowThread.cpp:
(WebCore::RenderFlowThread::paintIntoRegion):
(WebCore::RenderFlowThread::hitTestRegion):
(WebCore::RenderFlowThread::repaintRectangleInRegions):
(WebCore::RenderFlowThread::firstRegion):
(WebCore::RenderFlowThread::lastRegion):
- rendering/RenderFlowThread.h:
- rendering/RenderRegion.cpp:
(WebCore::RenderRegion::regionOverflowRect):
(WebCore::RenderRegion::isFirstRegion):
(WebCore::RenderRegion::isLastRegion):
(WebCore::RenderRegion::layout):
- rendering/RenderRegion.h:
(WebCore::RenderRegion::setRegionRect):
(WebCore::RenderRegion::regionRect):
LayoutTests: https://bugs.webkit.org/show_bug.cgi?id=69372
[CSS3 Regions] Make sure overflow:visible lets content spill out of regions.
Reviewed by Anders Carlsson.
- platform/mac/fast/regions/content-flowed-into-regions-dynamically-removed-expected.png:
- platform/mac/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png:
- platform/mac/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png:
- platform/mac/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png:
- platform/mac/fast/regions/percentage-margins-variable-width-regions-expected.png:
- platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png:
- platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png:
- platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png:
- platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.png:
- 2:10 PM Changeset in webkit [96642] by
-
- 2 edits in trunk/Source/WebCore
Avoid unnecessary ASSERT in AudioDSPKernelProcessor::setNumberOfChannels()
https://bugs.webkit.org/show_bug.cgi?id=69361
Reviewed by James Robinson.
No new tests. This changes no JavaScript API.
- platform/audio/AudioDSPKernelProcessor.cpp:
(WebCore::AudioDSPKernelProcessor::setNumberOfChannels):
- 1:56 PM Changeset in webkit [96641] by
-
- 2 edits in trunk/Source/JavaScriptCore
fix gtk breakage caused by changeset 96595
https://bugs.webkit.org/show_bug.cgi?id=69371
ews did not catch build breakage in the gtk WebKitPluginProcess target; this patch removes
the pretty printer on gtk, which should fix the build on that platform.
Reviewed by NOBODY, this is a build fix.
- wtf/Assertions.cpp:
- 1:53 PM Changeset in webkit [96640] by
-
- 2 edits in trunk/PerformanceTests
Update our copy of the HTML5 spec used for performance testing to match the latest version
https://bugs.webkit.org/show_bug.cgi?id=69364
Unreviewed. The patch is too large to post, so landing this unreviewed. :(
The copy of the html5 spec we were using for testing was over a year old
and didn't have any of the subresources with it (we were only using it
as an HTML parsing benchmark). I'm about to use it for testing
the full load/render time of the benchmark, so I've updated to the latest
version of the spec (now 8mb instead of 5mb) and inlined two of the
CSS files. (Inlining the CSS was necessary to make my testing consistent
as there seems to be a race with some timer fired after CSS load.)
Increasing from 5mb to 8mb showed a similar 30% slowdown in our parser
benchmarks as expected.
- Parser/resources/html5.html:
- 1:44 PM Changeset in webkit [96639] by
-
- 12 edits in trunk/Source/WebCore
Use const PlatformWheelEvent references where possible
https://bugs.webkit.org/show_bug.cgi?id=69367
Reviewed by Sam Weinig.
- page/EventHandler.cpp:
(WebCore::EventHandler::handleWheelEvent):
- platform/ScrollAnimator.cpp:
(WebCore::ScrollAnimator::handleWheelEvent):
- platform/ScrollAnimator.h:
- platform/ScrollView.cpp:
(WebCore::ScrollView::wheelEvent):
- platform/ScrollView.h:
- platform/ScrollableArea.cpp:
(WebCore::ScrollableArea::handleWheelEvent):
- platform/ScrollableArea.h:
- platform/chromium/ScrollAnimatorChromiumMac.h:
- platform/chromium/ScrollAnimatorChromiumMac.mm:
(WebCore::ScrollAnimatorChromiumMac::handleWheelEvent):
- platform/mac/ScrollAnimatorMac.h:
- platform/mac/ScrollAnimatorMac.mm:
(WebCore::isScrollingLeftAndShouldNotRubberBand):
(WebCore::isScrollingRightAndShouldNotRubberBand):
(WebCore::ScrollAnimatorMac::handleWheelEvent):
(WebCore::ScrollAnimatorMac::smoothScrollWithEvent):
- 1:39 PM Changeset in webkit [96638] by
-
- 3 edits in trunk/Source/WebCore
Shrink HTMLTableCellElement.
https://bugs.webkit.org/show_bug.cgi?id=69347
Patch by Andreas Kling <kling@webkit.org> on 2011-10-04
Reviewed by Antti Koivisto.
Don't cache the rowspan and colspan attributes on the element.
This shrinks HTMLTableCellElement by one CPU word, reducing memory
consumption by 80 kB (on 64-bit) when loading the full HTML5 spec.
- html/HTMLTableCellElement.cpp:
(WebCore::HTMLTableCellElement::HTMLTableCellElement):
(WebCore::HTMLTableCellElement::colSpan):
(WebCore::HTMLTableCellElement::rowSpan):
(WebCore::HTMLTableCellElement::parseMappedAttribute):
- html/HTMLTableCellElement.h:
- 1:37 PM Changeset in webkit [96637] by
-
- 13 edits in trunk/Source
Unreviewed, rolling out r96630.
http://trac.webkit.org/changeset/96630
https://bugs.webkit.org/show_bug.cgi?id=69368
Caused assertion failures in validateCell (Requested by
mhahnenberg on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-04
Source/JavaScriptCore:
- runtime/BooleanConstructor.cpp:
- runtime/BooleanConstructor.h:
- runtime/Error.cpp:
(JSC::StrictModeTypeErrorFunction::getCallDataVirtual):
(JSC::StrictModeTypeErrorFunction::getCallData):
- runtime/ErrorConstructor.cpp:
- runtime/ErrorConstructor.h:
- runtime/FunctionConstructor.cpp:
- runtime/FunctionConstructor.h:
- runtime/FunctionPrototype.cpp:
- runtime/FunctionPrototype.h:
Source/WebCore:
- bridge/qt/qt_runtime.cpp:
- bridge/qt/qt_runtime.h:
- 1:24 PM Changeset in webkit [96636] by
-
- 5 edits in trunk/LayoutTests
[Qt] Unreviewed gardening. Update Qt specific expected results.
- platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
- platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt:
- platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
- platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt:
- 1:20 PM Changeset in webkit [96635] by
-
- 2 edits in trunk/Source/WebCore
Enable sub pixel text (Skia on Mac)
https://bugs.webkit.org/show_bug.cgi?id=69354
http://code.google.com/p/chromium/issues/detail?id=98165
Reviewed by Eric Seidel.
No new tests. Layout test pixel results have been
disabled and will be rebaselined once all Skia on Mac
changes are in.
- platform/graphics/skia/FontSkia.cpp:
(WebCore::setupPaint):
Enable sub pixel text. This is set by default to enabled
by CoreGraphics, but by default disabled on Skia.
- 1:16 PM Changeset in webkit [96634] by
-
- 2 edits in trunk/PerformanceTests
Add loopsPerRun option to Parser performance test runner
https://bugs.webkit.org/show_bug.cgi?id=69363
Reviewed by Antti Koivisto.
Add loopsPerRun option and abstract out runLoop function (to make the UI more responsive).
No change in behavior in any of the tests.
- Parser/resources/runner.js:
(runLoop):
(run):
(start):
- 1:11 PM Changeset in webkit [96633] by
-
- 16 edits in trunk/Source
Remove PlatformWheelEvent::m_isAccepted
https://bugs.webkit.org/show_bug.cgi?id=69357
Reviewed by Darin Adler.
../WebCore:
Remove PlatformWheelEvent::m_isAccepted and all the getters/setters.
- page/EventHandler.cpp:
(WebCore::EventHandler::handleWheelEvent):
(WebCore::EventHandler::handleGestureEvent):
- page/mac/EventHandlerMac.mm:
(WebCore::EventHandler::wheelEvent):
- platform/PlatformWheelEvent.h:
(WebCore::PlatformWheelEvent::PlatformWheelEvent):
- platform/ScrollAnimator.cpp:
(WebCore::ScrollAnimator::handleWheelEvent):
- platform/chromium/PopupContainer.cpp:
(WebCore::PopupContainer::handleGestureEvent):
- platform/chromium/ScrollAnimatorChromiumMac.mm:
(WebCore::ScrollAnimatorChromiumMac::handleWheelEvent):
- platform/efl/PlatformWheelEventEfl.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent):
- platform/mac/ScrollAnimatorMac.mm:
(WebCore::ScrollAnimatorMac::handleWheelEvent):
- platform/mac/WheelEventMac.mm:
(WebCore::PlatformWheelEvent::PlatformWheelEvent):
- platform/qt/WheelEventQt.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent):
- platform/win/WheelEventWin.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent):
- platform/wx/MouseWheelEventWx.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent):
../WebKit/chromium:
- src/WebInputEventConversion.cpp:
(WebKit::PlatformWheelEventBuilder::PlatformWheelEventBuilder):
m_isAccepted has been removed.
- src/WebScrollbarImpl.cpp:
(WebKit::WebScrollbarImpl::onMouseWheel):
Just return the value of handleWheelEvent.
- 12:47 PM Changeset in webkit [96632] by
-
- 3 edits2 adds in trunk
Source/WebCore: Hold refptr to identified previous sibling within findPlaceForCounter.
https://bugs.webkit.org/show_bug.cgi?id=68563
Reviewed by Adam Barth.
Test: fast/css/counters/counter-after-style-crash.html
- rendering/RenderCounter.cpp:
(WebCore::findPlaceForCounter):
LayoutTests: Add test for crash when performing rich text mutations with counter nodes.
https://bugs.webkit.org/show_bug.cgi?id=68563
Reviewed by Adam Barth.
- fast/css/counters/counter-after-style-crash-expected.txt: Added.
- fast/css/counters/counter-after-style-crash.html: Added.
- 12:35 PM Changeset in webkit [96631] by
-
- 3 edits2 adds in trunk
IndexedDB add() should fail if key is NaN
https://bugs.webkit.org/show_bug.cgi?id=62286
Patch by Joshua Bell <jsbell@chromium.org> on 2011-10-04
Reviewed by Tony Chang.
Source/WebCore:
Test: storage/indexeddb/invalid-keys.html
Implement special case - numbers are valid keys, except for NaN.
- bindings/v8/IDBBindingUtilities.cpp:
(WebCore::createIDBKeyFromValue):
LayoutTests:
Tests for NaN and other invalid IndexedDB keys.
- storage/indexeddb/invalid-keys-expected.txt: Added.
- storage/indexeddb/invalid-keys.html: Added.
- 12:22 PM Changeset in webkit [96630] by
-
- 13 edits in trunk/Source
Add static ClassInfo structs to classes that override JSCell::getCallData
https://bugs.webkit.org/show_bug.cgi?id=69311
Reviewed by Darin Adler.
Source/JavaScriptCore:
Added ClassInfo structs to each class that defined its own getCallData
function but did not already have its own ClassInfo struct. This is a
necessary addition for when we switch over to looking up getCallData from
the MethodTable in ClassInfo rather than doing the virtual call (which we
are removing). These new ClassInfo structs are public because we often
use these structs in other areas of the code to uniquely identify JSC classes and
to enforce runtime invariants based on those class identities using ASSERTs.
- runtime/BooleanConstructor.cpp:
- runtime/BooleanConstructor.h:
getCallData was not marked as static is StrictModeTypeErrorFunction.
- runtime/Error.cpp:
(JSC::StrictModeTypeErrorFunction::getCallDataVirtual):
(JSC::StrictModeTypeErrorFunction::getCallData):
- runtime/ErrorConstructor.cpp:
- runtime/ErrorConstructor.h:
- runtime/FunctionConstructor.cpp:
- runtime/FunctionConstructor.h:
- runtime/FunctionPrototype.cpp:
- runtime/FunctionPrototype.h:
Source/WebCore:
No new tests.
Added ClassInfo structs to each class that defined its own getCallData
function but did not already have its own ClassInfo struct. This is a
necessary addition for when we switch over to looking up getCallData from
the MethodTable in ClassInfo rather than doing the virtual call (which we
are removing). These new ClassInfo structs are public because we often
use these structs in other areas of the code to uniquely identify JSC classes and
to enforce runtime invariants based on those class identities using ASSERTs.
- bridge/qt/qt_runtime.cpp:
- bridge/qt/qt_runtime.h:
- 12:17 PM Changeset in webkit [96629] by
-
- 2 edits in trunk/Source/JavaScriptCore
Leopard build fix after r96613.
- wtf/Platform.h:
- 12:12 PM QtWebKitRelease22 edited by
- (diff)
- 12:02 PM Changeset in webkit [96628] by
-
- 3 edits1 add in trunk/Source/WebCore
REGRESSION(r94274): setting input.value erroneously triggers focus event
https://bugs.webkit.org/show_bug.cgi?id=69315
Reviewed by Kent Tamura.
Fixed the bug by adding a new flag to setSelection to avoid calling setFocusedNodeIfNeeded
when called by nodeWillBeRemoved and textWillBeReplaced.
Added a manual test. Unfortunately, the test always passes in DRT.
- editing/FrameSelection.cpp:
(WebCore::FrameSelection::setSelection):
(WebCore::FrameSelection::respondToNodeModification):
(WebCore::FrameSelection::textWillBeReplaced):
- editing/FrameSelection.h:
- manual-tests/mutate-unfocused-text-with-selection.html: Added.
- 12:02 PM Changeset in webkit [96627] by
-
- 5 edits in trunk/Source/JavaScriptCore
Implicitly add toString and valueOf to prototype when convertToType callback is provided
https://bugs.webkit.org/show_bug.cgi?id=69156
Reviewed by Geoffrey Garen.
Added callbacks for toString and valueOf which are implicitly added to a client object's
prototype if they provide a convertToType callback when declaring their class through
the JSC API.
- API/JSCallbackFunction.cpp:
(JSC::JSCallbackFunction::toStringCallback):
(JSC::JSCallbackFunction::valueOfCallback):
- API/JSCallbackFunction.h:
- API/JSClassRef.cpp:
(OpaqueJSClass::prototype):
- API/tests/testapi.js:
- 11:58 AM Changeset in webkit [96626] by
-
- 7 edits6 adds in trunk
HTML canvas strokes with dash and dashOffset
https://bugs.webkit.org/show_bug.cgi?id=63933
Patch by Young Han Lee <joybro201@gmail.com> on 2011-10-04
Reviewed by Simon Fraser.
Add webkitLineDash and webkitLineDashOffset attributes to CanvasRenderingContext2D for JSC.
These attributes can be used to determine the dash-style of stroke in HTML Canvas.
As this kind of attributes are not specified in the HTML Canvas specification yet,
the 'webkit' prefix is added to its names.
Mozilla already implemented these attributes, mozDash and mozDashOffset [1], and this patch
is created by referring to the implementation. This patch is basically using the specified
behavior of stroke-dasharray and stroke-dashoffset in the SVG specification [2], except
that doesn't support units or percentages, just floating point numbers.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=662038
[2] http://www.w3.org/TR/SVG/painting.html#StrokeProperties
Source/WebCore:
Tests: fast/canvas/canvas-webkitLineDash-invalid.html
fast/canvas/canvas-webkitLineDash.html
- bindings/js/JSCanvasRenderingContext2DCustom.cpp:
(WebCore::JSCanvasRenderingContext2D::webkitLineDash):
(WebCore::JSCanvasRenderingContext2D::setWebkitLineDash):
- html/canvas/CanvasRenderingContext2D.cpp:
(WebCore::CanvasRenderingContext2D::State::State):
(WebCore::CanvasRenderingContext2D::webkitLineDash):
(WebCore::CanvasRenderingContext2D::setWebkitLineDash):
(WebCore::CanvasRenderingContext2D::webkitLineDashOffset):
(WebCore::CanvasRenderingContext2D::setWebkitLineDashOffset):
- html/canvas/CanvasRenderingContext2D.h:
- html/canvas/CanvasRenderingContext2D.idl:
LayoutTests:
- fast/canvas/canvas-webkitLineDash-expected.txt: Added.
- fast/canvas/canvas-webkitLineDash-invalid-expected.txt: Added.
- fast/canvas/canvas-webkitLineDash-invalid.html: Added.
- fast/canvas/canvas-webkitLineDash.html: Added.
- fast/canvas/script-tests/canvas-webkitLineDash-invalid.js: Added.
(trySettingLineDash):
(trySettingLineDashOffset):
- fast/canvas/script-tests/canvas-webkitLineDash.js: Added.
- platform/chromium/test_expectations.txt:
- 11:56 AM Changeset in webkit [96625] by
-
- 21 edits23 adds in trunk/LayoutTests
Additional unreviewed Lion SVG pixel test rebaselining.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
- platform/mac-snowleopard/svg/carto.net: Added.
- platform/mac-snowleopard/svg/carto.net/selectionlist-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
- platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
- platform/mac/svg/carto.net/selectionlist-expected.png:
- platform/mac/svg/custom/external-paintserver-reference-expected.png: Added.
- platform/mac/svg/custom/linking-base-external-reference-expected.png: Added.
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
- 11:41 AM Changeset in webkit [96624] by
-
- 3 edits in trunk/Source/WebCore
Allow canvas backing store to be lazily allocated
https://bugs.webkit.org/show_bug.cgi?id=67054
Reviewed by Darin Adler.
No new tests; doesn't affect behavior.
- html/HTMLCanvasElement.cpp:
(WebCore::HTMLCanvasElement::createImageBuffer): Removed the setting of lineWidth
that caused the eager creation of ImageBuffer to use its GraphicsContext.
- html/canvas/CanvasRenderingContext2D.cpp:
(WebCore::CanvasRenderingContext2D::CanvasRenderingContext2D): Added in default
line width setting along with other default context settings.
- 11:39 AM Changeset in webkit [96623] by
-
- 3 edits in trunk/Tools
Move font-fixup code in WebKitTestRunner to a better place
https://bugs.webkit.org/show_bug.cgi?id=69356
Reviewed by Sam Weinig.
Move code that swizzles NSFontManager methods to ActivateFonts.mm, which
already contains font-related code.
- WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
(WTR::InjectedBundle::initialize):
- WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm:
(WTR::allowedFontFamilySet):
(WTR::drt_NSFontManager_availableFontFamilies):
(WTR::drt_NSFontManager_availableFonts):
(WTR::swizzleNSFontManagerMethods):
(WTR::activateFonts):
- WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:
(WTR::InjectedBundle::platformInitialize):
- 11:35 AM Changeset in webkit [96622] by
-
- 73 edits84 adds in trunk/LayoutTests
Partial unreviewed rebaselines for Lion SVG pixel tests.
- platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
- platform/mac-snowleopard/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
- platform/mac-snowleopard/svg/css: Added.
- platform/mac-snowleopard/svg/css/composite-shadow-example-expected.png: Added.
- platform/mac-snowleopard/svg/css/composite-shadow-with-opacity-expected.png: Added.
- platform/mac-snowleopard/svg/css/stars-with-shadow-expected.png: Added.
- platform/mac-snowleopard/svg/custom: Added.
- platform/mac-snowleopard/svg/custom/altglyph-expected.png: Added.
- platform/mac-snowleopard/svg/custom/dynamic-svg-document-creation-expected.png: Added.
- platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-div-area-expected.png: Added.
- platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Added.
- platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png: Added.
- platform/mac-snowleopard/svg/custom/invisible-text-after-scrolling-expected.png: Added.
- platform/mac-snowleopard/svg/custom/junk-data-expected.png: Added.
- platform/mac-snowleopard/svg/custom/missing-xlink-expected.png: Added.
- platform/mac-snowleopard/svg/custom/object-sizing-no-width-height-expected.png: Added.
- platform/mac-snowleopard/svg/custom/path-bad-data-expected.png: Added.
- platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
- platform/mac-snowleopard/svg/custom/text-xy-updates-SVGList-expected.png: Added.
- platform/mac-snowleopard/svg/custom/use-font-face-crash-expected.png: Added.
- platform/mac-snowleopard/svg/dom: Added.
- platform/mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGPointList-basics-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGStringList-basics-expected.png: Added.
- platform/mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Added.
- platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added.
- platform/mac-snowleopard/svg/hixie: Added.
- platform/mac-snowleopard/svg/hixie/error: Added.
- platform/mac-snowleopard/svg/hixie/error/012-expected.png: Added.
- platform/mac-snowleopard/svg/in-html: Added.
- platform/mac-snowleopard/svg/in-html/circle-expected.png: Added.
- platform/mac-snowleopard/svg/overflow: Added.
- platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Added.
- platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Added.
- platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Added.
- platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Added.
- platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Added.
- platform/mac-snowleopard/svg/text/kerning-expected.png: Added.
- platform/mac-snowleopard/svg/text/multichar-glyph-expected.png: Added.
- platform/mac-snowleopard/svg/wicd: Added.
- platform/mac-snowleopard/svg/wicd/rightsizing-grid-expected.png: Added.
- platform/mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png: Added.
- platform/mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png: Added.
- platform/mac-snowleopard/svg/zoom: Added.
- platform/mac-snowleopard/svg/zoom/page: Added.
- platform/mac-snowleopard/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
- platform/mac-snowleopard/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added.
- platform/mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Added.
- platform/mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Added.
- platform/mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
- platform/mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
- platform/mac-snowleopard/svg/zoom/text: Added.
- platform/mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
- platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
- platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
- platform/mac/svg/css/composite-shadow-example-expected.png:
- platform/mac/svg/css/composite-shadow-with-opacity-expected.png:
- platform/mac/svg/css/stars-with-shadow-expected.png:
- platform/mac/svg/custom/altglyph-expected.png:
- platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
- platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
- platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
- platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
- platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
- platform/mac/svg/custom/junk-data-expected.png:
- platform/mac/svg/custom/missing-xlink-expected.png:
- platform/mac/svg/custom/object-sizing-no-width-height-expected.png:
- platform/mac/svg/custom/path-bad-data-expected.png:
- platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
- platform/mac/svg/custom/text-xy-updates-SVGList-expected.png:
- platform/mac/svg/custom/use-font-face-crash-expected.png:
- platform/mac/svg/dom/SVGLengthList-appendItem-expected.png:
- platform/mac/svg/dom/SVGLengthList-basics-expected.png:
- platform/mac/svg/dom/SVGLengthList-initialize-expected.png:
- platform/mac/svg/dom/SVGLengthList-insertItemBefore-expected.png:
- platform/mac/svg/dom/SVGLengthList-removeItem-expected.png:
- platform/mac/svg/dom/SVGLengthList-replaceItem-expected.png:
- platform/mac/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
- platform/mac/svg/dom/SVGNumberList-basics-expected.png:
- platform/mac/svg/dom/SVGPathSegList-appendItem-expected.png:
- platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
- platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
- platform/mac/svg/dom/SVGPathSegList-removeItem-expected.png:
- platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.png:
- platform/mac/svg/dom/SVGPointList-basics-expected.png:
- platform/mac/svg/dom/SVGStringList-basics-expected.png:
- platform/mac/svg/dom/SVGTransformList-basics-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
- platform/mac/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
- platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
- platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
- platform/mac/svg/hixie/error/012-expected.png:
- platform/mac/svg/in-html/circle-expected.png:
- platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
- platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
- platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
- platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
- platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
- platform/mac/svg/text/kerning-expected.png:
- platform/mac/svg/text/multichar-glyph-expected.png:
- platform/mac/svg/wicd/rightsizing-grid-expected.png:
- platform/mac/svg/wicd/test-rightsizing-b-expected.png:
- platform/mac/svg/wicd/test-scalable-background-image1-expected.png:
- platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
- platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
- platform/mac/svg/zoom/page/zoom-foreignObject-expected.png:
- platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
- platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
- platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
- platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
- 11:30 AM Changeset in webkit [96621] by
-
- 7 edits12 adds in trunk
Add support for the CSP connect-src directive
https://bugs.webkit.org/show_bug.cgi?id=69353
Reviewed by Adam Barth.
Add CSP support for XMLHttpRequest, WebSockets and EventSource.
Source/WebCore:
Tests: http/tests/security/contentSecurityPolicy/connect-src-eventsource-allowed.html
http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked.html
http/tests/security/contentSecurityPolicy/connect-src-websocket-allowed.html
http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html
http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html
http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html
- page/ContentSecurityPolicy.cpp:
(WebCore::ContentSecurityPolicy::allowConnectFromSource):
(WebCore::ContentSecurityPolicy::addDirective):
- page/ContentSecurityPolicy.h:
Add connect-src directive parsing and predicate.
- page/EventSource.cpp:
(WebCore::EventSource::create):
- websockets/WebSocket.cpp:
(WebCore::WebSocket::connect):
- xml/XMLHttpRequest.cpp:
(WebCore::XMLHttpRequest::open):
Test allowConnectFromSource when establishing a connection.
LayoutTests:
- http/tests/security/contentSecurityPolicy/connect-src-eventsource-allowed-expected.txt: Added.
- http/tests/security/contentSecurityPolicy/connect-src-eventsource-allowed.html: Added.
- http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked-expected.txt: Added.
- http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked.html: Added.
- http/tests/security/contentSecurityPolicy/connect-src-websocket-allowed-expected.txt: Added.
- http/tests/security/contentSecurityPolicy/connect-src-websocket-allowed.html: Added.
- http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked-expected.txt: Added.
- http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked.html: Added.
- http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed-expected.txt: Added.
- http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-allowed.html: Added.
- http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt: Added.
- http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked.html: Added.
- 11:17 AM Changeset in webkit [96620] by
-
- 36 edits21 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=69317
[CSS3 Regions] Make overflow:hidden/auto/scroll sections behave properly when split across regions. This
includes sizing and positioning independently in each region, clipping independently in each region, and
shifting to avoid floats in each region.
Reviewed by Anders Carlsson.
Source/WebCore:
Added many new tests in fast/regions.
- editing/Editor.cpp:
(WebCore::Editor::insideVisibleArea):
Patching a call to overflowClipRect, which now includes a region argument so that clipping can be adjusted
per-region.
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::layoutBlock):
Don't clear out the cached region information when the width changes. Instead make a new call to
the flow thread to check if widths changed in any region and set relayoutChildren to true if so.
(WebCore::RenderBlock::computeStartPositionDeltaForChildAvoidingFloats):
This is a new function that has been split out from determineLogicalLeftPositionForChild so that it can
be called by region code to compute offsets independently in each region without altering the overall object's
logical left position.
(WebCore::RenderBlock::determineLogicalLeftPositionForChild):
Patched to call computeStartPositionDeltaForChildAvoidingFloats instead of doing the work of avoiding the floats
itself.
(WebCore::RenderBlock::computeLogicalLocationForFloat):
Fix the left clamping code to clamp to the left border in the correct region rather than always just clamping
to 0.
(WebCore::RenderBlock::logicalLeftOffsetForContent):
(WebCore::RenderBlock::logicalRightOffsetForContent):
Tweaked to handle the new signature of borderBoxRectInRegion.
(WebCore::RenderBlock::nextFloatLogicalBottomBelow):
Reworked not to return 0 on failure or when done, but to just return the current height. This is a more
fitting answer for the function to return when no more floats remain.
(WebCore::RenderBlock::getClearDelta):
Big changes to this function. It was never patched to support writing modes, so the new code is all
writing-mode-aware now. Also improved the computeLogicalWidth() call to make sure margins didn't get incorrectly changed.
The code computes transient information in each region as the object tries to find a place to fit, so that the
old widths are properly retained when layout of that child later checks to see if it needs to relayout children or not.
(WebCore::RenderBlock::nodeAtPoint):
Patched to call overflowClipRect with the region being hit tested.
(WebCore::inNormalFlow):
Tweaked to not need the initialBlock variable.
(WebCore::RenderBlock::applyBeforeBreak):
(WebCore::RenderBlock::applyAfterBreak):
(WebCore::RenderBlock::pageLogicalHeightForOffset):
(WebCore::RenderBlock::pageRemainingLogicalHeightForOffset):
(WebCore::RenderBlock::adjustForUnsplittableChild):
(WebCore::RenderBlock::adjustLinePositionForPagination):
(WebCore::RenderBlock::lineWidthForPaginatedLineChanged):
Tweaked to use inRenderFlowThread() now that it exists. Also removing the regionsHaveUniformLogicalWidth()
optimization, since you can't rely on that when objects size differently depending on floats. In other words,
the future of pagination is variable width objects even in printing/columns.
(WebCore::RenderBlock::offsetFromLogicalTopOfFirstPage):
Renamed to make it more clear what logicalPageOffset() was. It's your offset from the top of the first page.
(WebCore::RenderBlock::regionAtBlockOffset):
New helper function for accessing the region at a given offset within your block.
(WebCore::RenderBlock::logicalWidthChangedInRegions):
New helper function that computes whether or not your logical width information changed in any regions. If so,
relayoutChildren gets set to true (just as it would have when computeLogicalWidth for the overall block changes
values).
(WebCore::RenderBlock::collapsedMarginBeforeForChild):
(WebCore::RenderBlock::collapsedMarginAfterForChild):
(WebCore::RenderBlock::marginBeforeForChild):
(WebCore::RenderBlock::marginAfterForChild):
(WebCore::RenderBlock::marginLogicalLeftForChild):
(WebCore::RenderBlock::marginLogicalRightForChild):
(WebCore::RenderBlock::marginStartForChild):
(WebCore::RenderBlock::marginEndForChild):
Tweaked because of const to take const arguments.
- rendering/RenderBlock.h:
(WebCore::RenderBlock::availableLogicalWidthForLine):
(WebCore::RenderBlock::logicalRightOffsetForLine):
(WebCore::RenderBlock::logicalLeftOffsetForLine):
(WebCore::RenderBlock::startOffsetForLine):
(WebCore::RenderBlock::logicalWidthForChild):
(WebCore::RenderBlock::logicalHeightForChild):
(WebCore::RenderBlock::logicalTopForChild):
(WebCore::RenderBlock::logicalLeftForChild):
(WebCore::RenderBlock::availableLogicalWidthForContent):
(WebCore::RenderBlock::startOffsetForContent):
(WebCore::RenderBlock::logicalLeftOffsetForContent):
(WebCore::RenderBlock::logicalRightOffsetForContent):
Reworking these functions so versions exist that take regions and page offsets to avoid having to recalculate
where you are over and over again as you walk up a containing block chain.
- rendering/RenderBlockLineLayout.cpp:
(WebCore::LineWidth::fitBelowFloats):
Changed to handle the better return value for nextFloatLogicalBottomBelow.
(WebCore::RenderBlock::checkPaginationAndFloatsAtEndLine):
Removing the uniform logical width optimization.
- rendering/RenderBox.cpp:
(WebCore::RenderBox::borderBoxRectInRegion):
Changed to take a region and offset from the first page so that it doesn't have to be recomputed as you recur up
the containing block chain.
(WebCore::RenderBox::clearRenderBoxRegionInfo):
Changed to just use inRenderFlowThread().
(WebCore::RenderBox::pushContentsClip):
Changed for the new region-parameterized overflow clip function.
(WebCore::RenderBox::overflowClipRect):
Now takes a region so that a specific clip rect can be returned sized to the appropriate border box in that
region.
(WebCore::RenderBox::containingBlockLogicalWidthForContent):
(WebCore::RenderBox::containingBlockLogicalWidthForContentInRegion):
Objects in flow threads no longer shrink to avoid floats when computing their overall widths. The region-specific
check now does the shrinking. It checks at the point where the region slices the object, or the top of the object if
it begins in the middle of the region.
(WebCore::RenderBox::computeLogicalWidth):
(WebCore::RenderBox::computeLogicalWidthInRegion):
Push all the rest of the computeLogicalWidth code into computeLogicalWidthInRegion.
(WebCore::RenderBox::renderBoxRegionInfo):
Changed to take the region and the offset from the top of the first page to avoid recomputation.
- rendering/RenderBox.h:
(WebCore::RenderBox::hasRenderOverflow):
(WebCore::RenderBox::hasVisualOverflow):
New helper used by the RenderLayer code to avoid having to check visual overflow when none exists.
- rendering/RenderBoxModelObject.cpp:
(WebCore::RenderBoxModelObject::paintFillLayerExtended):
Use the new region-specific overflow clip.
- rendering/RenderBoxRegionInfo.h:
(WebCore::RenderBoxRegionInfo::shiftLogicalLeft):
Helper used by the region code to shift a box over when floats cause it to move.
- rendering/RenderFlowThread.cpp:
(WebCore::RenderFlowThread::computeLogicalWidth):
Remove the optimization to avoid creating box info for uniform widths.
(WebCore::RenderFlowThread::paintIntoRegion):
Make the clip rects used when painting the flow thread's layer tree temporary in each region.
(WebCore::RenderFlowThread::removeRenderBoxRegionInfo):
Removing the uniform logical width optimization
(WebCore::RenderFlowThread::logicalWidthChangedInRegions):
- rendering/RenderFlowThread.h:
New helper called to see if a block needs to relayout its children because its width changed in some
region.
- rendering/RenderLayer.cpp:
(WebCore::RenderLayer::paint):
(WebCore::RenderLayer::paintLayer):
(WebCore::RenderLayer::hitTestLayer):
(WebCore::RenderLayer::updateClipRects):
(WebCore::RenderLayer::calculateClipRects):
(WebCore::RenderLayer::parentClipRects):
(WebCore::RenderLayer::backgroundClipRect):
(WebCore::RenderLayer::calculateRects):
(WebCore::RenderLayer::childrenClipRect):
(WebCore::RenderLayer::selfClipRect):
(WebCore::RenderLayer::repaintBlockSelectionGaps):
- rendering/RenderLayer.h:
- rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::updateCompositedBounds):
(WebCore::clipBox):
(WebCore::RenderLayerBacking::updateGraphicsLayerGeometry):
(WebCore::RenderLayerBacking::paintIntoLayer):
- rendering/RenderLayerCompositor.cpp:
(WebCore::RenderLayerCompositor::addToOverlapMap):
(WebCore::RenderLayerCompositor::clippedByAncestor):
Changing all the layer clipping code to pass regions through to all of the helper functions involved. This is
so overflowClipRect can ultimately take a region. Eventually when we get positioned objects moving independently
in each region, we'll patch the "clip" property as well, and it will be much easier because all the plumbing has
been put in place here for overflow.
- rendering/RenderObject.cpp:
(WebCore::RenderObject::enclosingRenderFlowThread):
Optimized to not walk up the render tree if we're in layout and a currentRenderFlowThread() exists.
- rendering/RenderRegion.cpp:
(WebCore::RenderRegion::renderBoxRegionInfo):
(WebCore::RenderRegion::setRenderBoxRegionInfo):
(WebCore::RenderRegion::takeRenderBoxRegionInfo):
Removing the optimization for uniform logical width regions. Changed remove to take so that the caller
can examine it before deleting.
(WebCore::RenderRegion::offsetFromLogicalTopOfFirstPage):
- rendering/RenderRegion.h:
Helper function that computes the region's offset from the top of the first page.
- rendering/RenderTable.cpp:
(WebCore::RenderTable::overflowClipRect):
(WebCore::RenderTable::nodeAtPoint):
- rendering/RenderTable.h:
- rendering/RenderTableCell.h:
- rendering/RenderTableSection.cpp:
(WebCore::RenderTableSection::nodeAtPoint):
Changed to pass the region to overflowClipRect.
- rendering/RenderTreeAsText.cpp:
(WebCore::writeLayers):
Modified because the layer clip functions need regions now.
- rendering/RenderView.h:
(WebCore::RenderView::pushLayoutState):
Changed to use inRenderFlowThread over view()->hasRenderFlowThread.
- rendering/svg/RenderSVGRoot.cpp:
(WebCore::RenderSVGRoot::paint):
Patched to use the new overflowClipRect that is region-specific.
LayoutTests:
- fast/regions/floats-basic-in-variable-width-regions.html: Added.
- fast/regions/overflow-in-uniform-regions-dynamic.html: Added.
- fast/regions/overflow-in-uniform-regions.html: Added.
- fast/regions/overflow-in-variable-width-regions.html:
- fast/regions/overflow-moving-below-floats-in-variable-width-regions.html: Added.
- fast/regions/overflow-not-moving-below-floats-in-variable-width-regions.html: Added.
- fast/regions/overflow-rtl-in-variable-width-regions.html:
- fast/regions/overflow-size-change-in-variable-width-regions.html: Added.
- fast/regions/overflow-size-change-with-stacking-context.html: Added.
- platform/mac/fast/regions/floats-basic-in-variable-width-regions-expected.png: Added.
- platform/mac/fast/regions/floats-basic-in-variable-width-regions-expected.txt: Added.
- platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Added.
- platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Added.
- platform/mac/fast/regions/overflow-in-uniform-regions-expected.png: Added.
- platform/mac/fast/regions/overflow-in-uniform-regions-expected.txt: Added.
- platform/mac/fast/regions/overflow-in-variable-width-regions-expected.png:
- platform/mac/fast/regions/overflow-in-variable-width-regions-expected.txt:
- platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added.
- platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added.
- platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added.
- platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: Added.
- platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.png:
- platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
- platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added.
- platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added.
- platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.png: Added.
- platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added.
- 11:15 AM Changeset in webkit [96619] by
-
- 5 edits in trunk/Source/WebKit2
WKPreferences should allow control of application chrome mode
https://bugs.webkit.org/show_bug.cgi?id=69344
Reviewed by Dan Bernstein.
- Shared/WebPreferencesStore.h: Add application chrome mode setting to FOR_EACH_WEBKIT_BOOL_PREFERENCE().
- UIProcess/API/C/WKPreferences.cpp:
(WKPreferencesSetApplicationChromeModeEnabled): Added.
(WKPreferencesGetApplicationChromeModeEnabled): Added.
- UIProcess/API/C/WKPreferencesPrivate.h: Added WKPreferencesSetApplicationChromeModeEnabled() and WKPreferencesGetApplicationChromeModeEnabled().
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::updatePreferences): Set application chrome mode setting.
- 11:15 AM Changeset in webkit [96618] by
-
- 1 edit1 add in trunk/Tools
[EFL] DRT: Add DumpRenderTree.cpp
https://bugs.webkit.org/show_bug.cgi?id=62034
Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-10-04
Reviewed by Antonio Gomes.
This is the main implementation file for EFL's DumpRenderTree.
- DumpRenderTree/efl/DumpRenderTree.cpp: Added.
(dumpFramesAsText):
(dumpFrameScrollPosition):
(shouldLogFrameLoadDelegates):
(shouldDumpAsText):
(sendPixelResultsEOF):
(invalidateAnyPreviousWaitToDumpWatchdog):
(onEcoreEvasResize):
(onCloseWindow):
(useLongRunningServerMode):
(parseCommandLineOptions):
(getFinalTestURL):
(getExpectedPixelHash):
(createLayoutTestController):
(runTest):
(runTestingServerLoop):
(adjustOutputTypeByMimeType):
(dumpFrameContentsAsText):
(shouldDumpFrameScrollPosition):
(shouldDumpPixelsAndCompareWithExpected):
(shouldDumpBackForwardList):
(initEfl):
(shutdownEfl):
(displayWebView):
(dump):
(initEcoreEvas):
(main):
- 11:15 AM Changeset in webkit [96617] by
-
- 3 edits in trunk/Source/WebCore
More work towards making PlatformWheelEvent immutable
https://bugs.webkit.org/show_bug.cgi?id=69348
Reviewed by Sam Weinig.
More work on getting rid of m_isAccepted from PlatformWheelEvent. Add more asserts
that the return value of handleWheelEvent is equal to m_isAccepted.
- page/EventHandler.cpp:
(WebCore::EventHandler::handleWheelEvent):
- platform/ScrollAnimator.cpp:
(WebCore::ScrollAnimator::handleWheelEvent):
- 11:14 AM Changeset in webkit [96616] by
-
- 4 edits in trunk/Source/WebKit2
[GTK] Implement default error pages in WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=69255
Reviewed by Martin Robinson.
- UIProcess/API/gtk/WebKitError.cpp:
(webkit_policy_error_quark): Add quark for policy errors.
(webkit_plugin_error_quark): Add quark for plugin errors.
- UIProcess/API/gtk/WebKitError.h: Add policy and plugin errors.
- UIProcess/API/gtk/WebKitWebLoaderClient.cpp:
(webkitWebLoaderClientLoadFailed): Load a custom error page when
load failed and signal has not been handled.
(webkit_web_loader_client_class_init): Add default implementation
for provisional_load_failed and load_failed virtual methods.
- 11:12 AM Changeset in webkit [96615] by
-
- 2 edits in trunk/Source/WebCore
Inset focus ring (Skia on Mac)
https://bugs.webkit.org/show_bug.cgi?id=69166
http://code.google.com/p/chromium/issues/detail?id=97956
This focus ring was drawn too large and was left tracks
in subsequent invalidations. Make it more closely match
the CG version.
Reviewed by Adam Barth.
No new tests. This platform is not enabled.
- platform/graphics/skia/GraphicsContextSkia.cpp:
(WebCore::getFocusRingOutset):
(WebCore::GraphicsContext::drawFocusRing):
- 11:11 AM Changeset in webkit [96614] by
-
- 4 edits in trunk/Source/WebKit2
[GTK] Add webkit_web_view_load_alternate_html() to WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=69254
Reviewed by Martin Robinson.
- UIProcess/API/gtk/WebKitWebView.cpp:
(webkit_web_view_load_alternate_html):
- UIProcess/API/gtk/WebKitWebView.h:
- UIProcess/API/gtk/tests/testloading.c:
(loadAlternateContentLoadFinished):
(loadAlternateContentLoadFailed):
(testLoadAlternateContent):
(main):
- 11:06 AM Changeset in webkit [96613] by
-
- 21 edits2 adds in trunk
Extend DOM WheelEvent to differentiate between physical and logical scroll directions
https://bugs.webkit.org/show_bug.cgi?id=68959
<rdar://problem/10036688>
Reviewed by Sam Weinig.
Source/JavaScriptCore:
- wtf/Platform.h: Added HAVE_INVERTED_WHEEL_EVENTS for Lion and later.
Source/WebCore:
Test: fast/events/wheelevent-direction-inverted-from-device.html
- dom/WheelEvent.cpp:
(WebCore::WheelEvent::WheelEvent):
(WebCore::WheelEvent::initWheelEvent):
(WebCore::WheelEventDispatchMediator::WheelEventDispatchMediator):
- dom/WheelEvent.h:
(WebCore::WheelEvent::create):
(WebCore::WheelEvent::webkitDirectionInvertedFromDevice):
- dom/WheelEvent.idl: Added the webkitDirectionInvertedFromDevice idl attribute.
- platform/PlatformWheelEvent.h:
(WebCore::PlatformWheelEvent::PlatformWheelEvent):
(WebCore::PlatformWheelEvent::webkitDirectionInvertedFromDevice):
- platform/efl/PlatformWheelEventEfl.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent): default to false.
- platform/gtk/PlatformWheelEventGtk.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent): default to false.
- platform/mac/WheelEventMac.mm:
(WebCore::PlatformWheelEvent::PlatformWheelEvent): if building on Lion or later, use
[NSEvent isDirectionInvertedFromDevice].
- platform/qt/WheelEventQt.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent): default to false.
- platform/win/WheelEventWin.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent): default to false.
- platform/wx/MouseWheelEventWx.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent): default to false.
Source/WebKit2:
- Shared/WebEvent.h:
(WebKit::WebWheelEvent::directionInvertedFromDevice):
- Shared/WebEventConversion.cpp:
(WebKit::WebKit2PlatformWheelEvent::WebKit2PlatformWheelEvent):
- Shared/WebWheelEvent.cpp:
(WebKit::WebWheelEvent::WebWheelEvent):
(WebKit::WebWheelEvent::encode):
(WebKit::WebWheelEvent::decode):
- Shared/mac/WebEventFactory.mm:
(WebKit::WebEventFactory::createWebWheelEvent): get the flag from the NSEvent.
- UIProcess/WebPageProxy.cpp:
(WebKit::coalesce):
LayoutTests:
- fast/events/wheelevent-direction-inverted-from-device-expected.txt: Added.
- fast/events/wheelevent-direction-inverted-from-device.html: Added.
- platform/mac-wk2/Skipped: WKTR does not support mouse scroll events yet.
- 11:04 AM Changeset in webkit [96612] by
-
- 4 edits in trunk/Source
[EFL] Fix compilation when SQLite and/or libxslt are not installed in /usr/include
https://bugs.webkit.org/show_bug.cgi?id=69338
Unreviewed build fix
Patch by Rémi Duraffort <remi.duraffort@st.com> on 2011-10-04
Source/WebCore:
- CMakeListsEfl.txt:
Source/WebKit/efl:
- CMakeListsEfl.txt:
- 11:02 AM Changeset in webkit [96611] by
-
- 4 edits6 adds in trunk
[WebKit2][gtk] Generate gtk-doc for WebKit2-GTK.
https://bugs.webkit.org/show_bug.cgi?id=69325
Patch by Nayan Kumar K <nayankk@motorola.com> on 2011-10-04
Reviewed by Gustavo Noronha Silva.
Documentation generation for WebKit2-GTK+ APIs
using gtk-doc.
.:
- configure.ac:
Source/WebKit2:
- GNUmakefile.am: Added doc generation files to EXTRA_DIST.
- UIProcess/API/gtk/docs/GNUmakefile.am: Makefile for doc generation.
- UIProcess/API/gtk/docs/version.xml.in: Version information.
- UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Document template.
- UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Document sections added.
- UIProcess/API/gtk/docs/webkit2gtk.types: Added GObjects types.
- 11:00 AM Changeset in webkit [96610] by
-
- 5 edits3 adds in trunk
Resource loader should block HTTP redirects to local resources
https://bugs.webkit.org/show_bug.cgi?id=68706
Patch by Ken Buchanan <kenrb@chromium.org> on 2011-10-03
Reviewed by Adam Barth.
Source/WebCore:
Modified MainResourceLoader to add an extra security check on
HTTP redirects. Also, moved isFeedWithNestedProtocolInHTTPFamily
to SecurityOrigin.cpp.
- loader/FrameLoader.cpp:
(WebCore::isFeedWithNestedProtocolInHTTPFamily):
(WebCore::FrameLoader::loadFrameRequest):
- loader/MainResourceLoader.cpp:
(WebCore::MainResourceLoader::willSendRequest):
- page/SecurityOrigin.cpp:
(WebCore::isFeedWithNestedProtocolInHTTPFamily):
(WebCore::SecurityOrigin::canDisplay):
LayoutTests:
Adding a test to attempt an HTTP redirect to a file: URL.
- http/tests/security/redirect-BLOCKED-to-localURL.html: Added.
- http/tests/security/redirect-BLOCKED-to-localURL-expected.txt: Added.
- http/tests/security/resources/file-redirect-target.html: Added.
- 10:49 AM Changeset in webkit [96609] by
-
- 3 edits in trunk/Source/WebCore
Apply color profile found to decoded bitmap (Skia on Mac)
https://bugs.webkit.org/show_bug.cgi?id=69144
This fixes http://code.google.com/p/chromium/issues/detail?id=97830
Reviewed by Stephen White.
No new tests. This platform is not enabled.
- platform/image-decoders/ImageDecoder.h:
Add color profile slot to Skia variation.
- platform/image-decoders/skia/ImageDecoderSkia.cpp:
(WebCore::resolveColorSpace):
Adjust the bitmap in place to use the supplied color space.
(WebCore::createColorSpace):
Create a CGColorSpace from a color profile.
(WebCore::ImageFrame::setColorProfile):
Save the image's color profile until the image is complete.
(WebCore::ImageFrame::setStatus):
Apply the color profile, if any, to the image.
- 10:47 AM Changeset in webkit [96608] by
-
- 1 edit1 add in trunk/LayoutTests
Restore Linux baseline for this test. The Linux baseline got clobbered
when I updated the Windows baseline.
- platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.txt: Added.
- 10:44 AM Changeset in webkit [96607] by
-
- 2 edits in trunk/Source/WebCore
[CMake] Unreviewed: pass feature definitions in the right format for the CSS scripts.
The Perl scripts in the css/ directory expect the definitions passed via
--defines to be a string of space-separated entries, however we were passing a
list of semicolon-separated strings, thus making all feature defines actually
be ignored.
Detected after r96433, which checked for some definitions in
CSSPropertyNames.in.
No new tests, this is a build fix.
- CMakeLists.txt:
- 10:39 AM Changeset in webkit [96606] by
-
- 4 edits in trunk/Source/WebKit2
[WebKit2][gtk] Fix warnings while generating documentation using gtk-doc.
https://bugs.webkit.org/show_bug.cgi?id=69329
Patch by Nayan Kumar K <nayankk@motorola.com> on 2011-10-04
Reviewed by Martin Robinson.
Added documentation for WebKitNetworkError enum and corrected few other
minor issues in WebKit2-GTK+ API documentation.
- UIProcess/API/gtk/WebKitError.h: Added documentation for WebKitNetworkError.
- UIProcess/API/gtk/WebKitWebLoaderClient.cpp:
(webkit_web_loader_client_class_init): Corrected parameter name.
- UIProcess/API/gtk/WebKitWebView.cpp: Corrected annotation.
- 10:22 AM Changeset in webkit [96605] by
-
- 25 edits in trunk/LayoutTests
2011-10-04 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed; rebaselines for GTK after r96509.
- platform/gtk/fast/forms/file-input-disabled-expected.png:
- platform/gtk/fast/forms/file-input-disabled-expected.txt:
- platform/gtk/fast/invalid/017-expected.txt:
- platform/gtk/fast/invalid/018-expected.txt:
- platform/gtk/fast/invalid/020-expected.txt:
- platform/gtk/fast/invalid/residual-style-expected.png:
- platform/gtk/fast/invalid/residual-style-expected.txt:
- platform/gtk/fast/invalid/table-inside-stray-table-content-expected.txt:
- platform/gtk/fast/table/inline-form-assert-expected.txt:
- platform/gtk/tables/mozilla/bugs/bug113235-2-expected.txt:
- platform/gtk/tables/mozilla/bugs/bug23994-expected.txt:
- platform/gtk/tables/mozilla/bugs/bug56405-expected.png:
- platform/gtk/tables/mozilla/bugs/bug56405-expected.txt:
- platform/gtk/tables/mozilla/bugs/bug56563-expected.png:
- platform/gtk/tables/mozilla/bugs/bug56563-expected.txt:
- platform/gtk/tables/mozilla/bugs/bug9024-expected.txt:
- platform/gtk/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
- platform/gtk/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
- platform/gtk/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
- platform/gtk/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
- platform/gtk/tables/mozilla_expected_failures/core/conflicts-expected.png:
- platform/gtk/tables/mozilla_expected_failures/core/conflicts-expected.txt:
- platform/gtk/tables/mozilla_expected_failures/other/empty_cells-expected.png:
- platform/gtk/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
- 10:19 AM Changeset in webkit [96604] by
-
- 11 edits in trunk/Source/WebCore
Web Inspector: make SourceFrame compile.
https://bugs.webkit.org/show_bug.cgi?id=69345
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/DOMAgent.js:
(WebInspector.DOMAgent.prototype.inspectElement):
(WebInspector.DOMDispatcher.prototype.inspectElementRequested):
- inspector/front-end/ElementsPanel.js:
(WebInspector.ElementsPanel.prototype._inspectElementRequested):
- inspector/front-end/ObjectPropertiesSection.js:
(WebInspector.ObjectPropertyTreeElement.prototype._contextMenuEventFired):
(WebInspector.ObjectPropertyTreeElement.prototype.startEditing):
- inspector/front-end/ResourcesPanel.js:
(WebInspector.ResourcesPanel.prototype._applyDiffMarkup):
- inspector/front-end/SourceFrame.js:
(WebInspector.SourceFrame.prototype._onShowPopover.showObjectPopover):
(WebInspector.SourceFrame.prototype._onShowPopover):
(WebInspector.SourceFrame.prototype._editBreakpointCondition):
(WebInspector.SourceFrame.prototype.startEditing):
(WebInspector.SourceFrame.prototype.commitEditing.didEditContent):
(WebInspector.SourceFrame.prototype.commitEditing):
(WebInspector.SourceFrameDelegate.prototype.requestContent):
(WebInspector.SourceFrameDelegate.prototype.debuggingSupported):
(WebInspector.SourceFrameDelegate.prototype.setBreakpoint):
(WebInspector.SourceFrameDelegate.prototype.removeBreakpoint):
(WebInspector.SourceFrameDelegate.prototype.updateBreakpoint):
(WebInspector.SourceFrameDelegate.prototype.findBreakpoint):
(WebInspector.SourceFrameDelegate.prototype.continueToLine):
(WebInspector.SourceFrameDelegate.prototype.canEditScriptSource):
(WebInspector.SourceFrameDelegate.prototype.setScriptSource):
(WebInspector.SourceFrameDelegate.prototype.setScriptSourceIsBeingEdited):
(WebInspector.SourceFrameDelegate.prototype.debuggerPaused):
(WebInspector.SourceFrameDelegate.prototype.evaluateInSelectedCallFrame):
(WebInspector.SourceFrameDelegate.prototype.releaseEvaluationResult):
(WebInspector.SourceFrameDelegate.prototype.suggestedFileName):
- inspector/front-end/externs.js:
(WebInspector.log):
- inspector/front-end/inspector.js:
(WebInspector.log.logMessage):
(WebInspector.log):
- inspector/front-end/utilities.js:
():
- 9:59 AM Changeset in webkit [96603] by
-
- 1 edit2 adds in trunk/LayoutTests
2011-10-04 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed; new baselines for GTK after r96470
- platform/gtk/svg/custom/grayscale-gradient-mask-2-expected.png: Added.
- platform/gtk/svg/custom/grayscale-gradient-mask-2-expected.txt: Added.
- 9:56 AM QtWebKitRelease22 edited by
- (diff)
- 9:55 AM QtWebKitRelease22 edited by
- (diff)
- 9:53 AM Changeset in webkit [96602] by
-
- 2 edits in trunk/LayoutTests
Update font shaping result after http://trac.webkit.org/changeset/96582.
This appears to be a progression, but I'll check with the authors of
that patch to be sure.
- platform/chromium-win/fast/text/international/bidi-neutral-run-expected.txt:
- 9:48 AM Changeset in webkit [96601] by
-
- 2 edits1 add4 deletes in trunk/LayoutTests
Update leopard results.
- platform/chromium-cg-mac-leopard/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt: Removed.
- platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug23994-expected.png: Added.
- platform/chromium-mac-leopard/svg/as-object: Removed.
- platform/chromium-mac-leopard/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt: Removed.
- platform/chromium-mac/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
- platform/chromium/tables/mozilla/bugs/bug23994-expected.txt: Removed.
- platform/qt/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt: Removed.
- 9:32 AM Changeset in webkit [96600] by
-
- 1 edit6 adds in trunk/LayoutTests
2011-10-04 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed; new baselines for GTK after r96257, r96374 and r96404.
- platform/gtk/fast/repaint/selection-clear-expected.png: Added.
- platform/gtk/fast/repaint/selection-clear-expected.txt: Added.
- platform/gtk/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
- platform/gtk/fast/text/complex-synthetic-bold-space-width-expected.txt: Added.
- platform/gtk/fast/text/line-initial-and-final-swashes-expected.png: Added.
- platform/gtk/fast/text/line-initial-and-final-swashes-expected.txt: Added.
- 9:17 AM Changeset in webkit [96599] by
-
- 6 edits1 add in trunk/Source/WebCore
Web Inspector: Factor out object properties popup.
https://bugs.webkit.org/show_bug.cgi?id=69234
Also, for HTML elements, show a non-empty id value in the element name.
Reviewed by Pavel Feldman.
- 9:16 AM Changeset in webkit [96598] by
-
- 2 edits in trunk/Source/JavaScriptCore
MinGW warning fix after r96286.
Avoid redefining STDCALL, because STDCALL is also defined in mingw32/include/windef.h:
Reviewed by Tor Arne Vestbø.
- assembler/MacroAssemblerCodeRef.h:
- 9:11 AM Changeset in webkit [96597] by
-
- 17 edits in trunk/Source/WebCore
Web Inspector: compile text editor.
https://bugs.webkit.org/show_bug.cgi?id=69339
Drive-by compilation for color, database and dom storage entities.
Reviewed by Yury Semikhatsky.
- inspector/Inspector.json:
- inspector/compile-front-end.sh:
- inspector/front-end/Color.js:
(WebInspector.Color.prototype._individualRGBValueToFloatValue):
- inspector/front-end/KeyboardShortcut.js:
(WebInspector.KeyboardShortcut.makeKey):
(WebInspector.KeyboardShortcut.makeKeyFromEvent):
(WebInspector.KeyboardShortcut.makeDescriptor):
- inspector/front-end/SourceCSSTokenizer.js:
- inspector/front-end/SourceCSSTokenizer.re2js:
- inspector/front-end/SourceHTMLTokenizer.js:
- inspector/front-end/SourceHTMLTokenizer.re2js:
- inspector/front-end/SourceJavaScriptTokenizer.js:
- inspector/front-end/SourceJavaScriptTokenizer.re2js:
- inspector/front-end/SourceTokenizer.js:
(WebInspector.SourceTokenizer.prototype._charAt):
(WebInspector.SourceTokenizer.prototype.createInitialCondition):
(WebInspector.SourceTokenizer.prototype.nextToken):
- inspector/front-end/TextEditorHighlighter.js:
(WebInspector.TextEditorHighlighter.prototype.highlight):
(WebInspector.TextEditorHighlighter.prototype._highlightLines):
- inspector/front-end/TextEditorModel.js:
- inspector/front-end/TextViewer.js:
(WebInspector.TextViewerDelegate.prototype.doubleClick):
(WebInspector.TextViewerDelegate.prototype.beforeTextChanged):
(WebInspector.TextViewerDelegate.prototype.afterTextChanged):
(WebInspector.TextViewerDelegate.prototype.commitEditing):
(WebInspector.TextViewerDelegate.prototype.cancelEditing):
(WebInspector.TextViewerDelegate.prototype.populateLineGutterContextMenu):
(WebInspector.TextViewerDelegate.prototype.populateTextAreaContextMenu):
(WebInspector.TextViewerDelegate.prototype.suggestedFileName):
(WebInspector.TextEditorMainPanel.prototype._enclosingLineRowOrSelf):
(WebInspector.TextEditorMainPanel.prototype._createLink):
(WebInspector.TextEditorMainPanel.prototype._applyDomUpdates):
(WebInspector.TextEditorMainPanel.prototype._updateChunksForRanges):
- inspector/front-end/externs.js:
(WebInspector.completeURL):
(window.getComputedStyle):
(Event.prototype.initWebKitWheelEvent):
- inspector/front-end/utilities.js:
- 8:49 AM Changeset in webkit [96596] by
-
- 3 edits in trunk/Source/WebCore
Web Inspector: Timeline panel shortcut for filtering short records should have shorter description.
https://bugs.webkit.org/show_bug.cgi?id=69333
Reviewed by Pavel Feldman.
- English.lproj/localizedStrings.js:
- inspector/front-end/TimelinePanel.js:
(WebInspector.TimelinePanel.prototype._registerShortcuts):
- 8:39 AM Changeset in webkit [96595] by
-
- 3 edits in trunk/Source/JavaScriptCore
add more stack dumping methods
https://bugs.webkit.org/show_bug.cgi?id=69018
In addition to WTFReportBacktrace, this adds the cross-platform WTFGetBacktrace, which lets
WebKit programmatically retrieve the current stack. This is useful if you need to add more
reporting to field crash report uploads, if you're tracking down an irreproducable bug,
for instance.
Reviewed by Darin Adler.
- wtf/Assertions.cpp:
- wtf/Assertions.h:
- 8:34 AM QtWebKitBuildBots edited by
- typo fix (diff)
- 8:30 AM QtWebKitBuildBots edited by
- Add Qt SL bot (diff)
- 8:27 AM QtWebKitBuildBots edited by
- Reorder the bots (diff)
- 8:26 AM QtWebKitBuildBots edited by
- Remove QtWebKit 2.0 and 2.1 bots (diff)
- 8:25 AM QtWebKitBuildBots edited by
- Remove NRWT and V8 bots (diff)
- 8:24 AM QtWebKitBuildBots edited by
- Update Qt on 4.8.x trunk bot (diff)
- 8:13 AM Changeset in webkit [96594] by
-
- 3 edits in trunk/Source/WebCore
Shrink StyleRareNonInheritedData.
https://bugs.webkit.org/show_bug.cgi?id=69331
Patch by Andreas Kling <kling@webkit.org> on 2011-10-04
Reviewed by Antti Koivisto.
Rearrange the members and move all small types into the bitfield.
This shrinks StyleRareNonInheritedData by two CPU words, reducing memory
consumption by 140 kB (on 64-bit) when loading the full HTML5 spec.
- rendering/style/StyleRareNonInheritedData.cpp:
(WebCore::StyleRareNonInheritedData::StyleRareNonInheritedData):
- rendering/style/StyleRareNonInheritedData.h:
- 8:02 AM Changeset in webkit [96593] by
-
- 16 edits2 deletes in trunk
Web Inspector: Remove http/tests/inspector/network/disabled-cache-crash.html.
https://bugs.webkit.org/show_bug.cgi?id=69332
Reviewed by Pavel Feldman.
.:
- Source/autotools/symbols.filter:
Source/WebCore:
- WebCore.exp.in:
- testing/Internals.cpp:
- testing/Internals.h:
- testing/Internals.idl:
Source/WebKit2:
- win/WebKit2.def:
- win/WebKit2CFLite.def:
LayoutTests:
- http/tests/inspector/network/disabled-cache-crash-expected.txt: Removed.
- http/tests/inspector/network/disabled-cache-crash.html: Removed.
- platform/chromium/test_expectations.txt:
- platform/gtk/Skipped:
- platform/mac/Skipped:
- platform/qt/Skipped:
- platform/win/Skipped:
- 7:45 AM Changeset in webkit [96592] by
-
- 2 edits in trunk/LayoutTests
allow failure of most Chromium-Mac-Skia tests while we clean up that port
https://bugs.webkit.org/show_bug.cgi?id=69279
Patch by Elliot Poger <epoger@google.com> on 2011-10-04
Reviewed by Adam Barth.
- platform/chromium/test_expectations.txt:
- 7:23 AM Changeset in webkit [96591] by
-
- 6 edits in trunk/Source/WebCore
Web Inspector: make DataGrid compile
https://bugs.webkit.org/show_bug.cgi?id=69334
Patch by Pavel Feldman <pfeldman@chromium.org> on 2011-10-04
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/DataGrid.js:
(WebInspector.DataGrid):
(WebInspector.DataGrid.prototype._startEditingColumnOfDataGridNode):
(WebInspector.DataGrid.prototype._startEditing):
(WebInspector.DataGrid.prototype._startEditingConfig):
(WebInspector.DataGrid.prototype._editingCommitted.moveToNextIfNeeded):
(WebInspector.DataGrid.prototype._editingCommitted):
(WebInspector.DataGrid.prototype._editingCancelled):
(WebInspector.DataGrid.prototype.removeChildrenRecursive):
(WebInspector.DataGrid.prototype._keyDown):
(WebInspector.DataGrid.prototype._startResizerDragging):
(WebInspector.DataGrid.prototype._resizerDragging):
(WebInspector.DataGrid.prototype._endResizerDragging):
(WebInspector.DataGridNode.prototype._attach):
- inspector/front-end/UIUtils.js:
(WebInspector.isBeingEdited):
(WebInspector.markBeingEdited):
(WebInspector.isEditingAnyField):
(WebInspector.EditingConfig):
(WebInspector.startEditing.blurEventListener):
(WebInspector.startEditing.getContent):
(WebInspector.startEditing.cleanUpAfterEditing):
(WebInspector.startEditing.editingCancelled):
(WebInspector.startEditing.editingCommitted):
(WebInspector.startEditing.defaultFinishHandler):
(WebInspector.startEditing):
(WebInspector.startEditing.pasteEventListener):
(WebInspector.startEditing.keyDownEventListener):
- inspector/front-end/externs.js:
(Array.prototype.remove):
(window.getComputedStyle):
- inspector/front-end/inspector.js:
- 7:12 AM Changeset in webkit [96590] by
-
- 5 edits in trunk/Source/WebKit/chromium
[Chromium] Web Inspector: save inspector state into single string instead of string map
https://bugs.webkit.org/show_bug.cgi?id=69335
Added explicit methods for saving and restoring agent runtime state.
Reviewed by Pavel Feldman.
- public/WebDevToolsAgent.h:
- public/WebDevToolsAgentClient.h:
(WebKit::WebDevToolsAgentClient::saveAgentRuntimeState):
- src/WebDevToolsAgentImpl.cpp:
(WebKit::WebDevToolsAgentImpl::reattach):
(WebKit::WebDevToolsAgentImpl::updateInspectorStateCookie):
- src/WebDevToolsAgentImpl.h:
- 7:09 AM Changeset in webkit [96589] by
-
- 2 edits in trunk/Source/WebCore
2011-10-04 Andrey Kosyakov <caseq@chromium.org>
Web Inspector: [Extensions API] extension panel's toolbar icon is incorrect when inspector window is docked
https://bugs.webkit.org/show_bug.cgi?id=69336
Reviewed by Pavel Feldman.
- inspector/front-end/ExtensionPanel.js: (WebInspector.ExtensionPanel):
- 6:24 AM Changeset in webkit [96588] by
-
- 8 edits in trunk/Source/WebCore
Web Inspector: update call frame location when source mapping is changed.
https://bugs.webkit.org/show_bug.cgi?id=68997
Currently we use fake "debugger-paused" event hack to update execution line and call stack placards when source mapping is changed.
- add PresentationCallFrame.createPlacard method to create "live" placards that are updated on source mapping changes.
- remove PresentationCallFrame functionName, isInternalScript, and url getters.
- fire execution-line-changed event when selected call frame or source mapping is changed.
Reviewed by Pavel Feldman.
- inspector/compile-front-end.sh:
- inspector/front-end/CallStackSidebarPane.js:
(WebInspector.CallStackSidebarPane.prototype.update):
- inspector/front-end/CompilerSourceMapping.js:
(WebInspector.ClosureCompilerSourceMappingPayload):
(WebInspector.ClosureCompilerSourceMapping):
(WebInspector.ClosureCompilerSourceMapping.prototype._parseMappings):
- inspector/front-end/ContentProviders.js:
(WebInspector.CompilerSourceMappingContentProvider.prototype.requestContent):
(WebInspector.CompilerSourceMappingContentProvider.prototype.searchInContent):
- inspector/front-end/DebuggerPresentationModel.js:
(WebInspector.DebuggerPresentationModel):
(WebInspector.DebuggerPresentationModel.prototype.createPlacard.updatePlacard):
(WebInspector.DebuggerPresentationModel.prototype.createPlacard):
(WebInspector.DebuggerPresentationModel.prototype._debuggerPaused):
(WebInspector.DebuggerPresentationModel.prototype._debuggerResumed):
(WebInspector.DebuggerPresentationModel.prototype.set selectedCallFrame):
(WebInspector.DebuggerPresentationModel.prototype.get selectedCallFrame):
(WebInspector.DebuggerPresentationModel.prototype._dispatchExecutionLineChanged):
(WebInspector.DebuggerPresentationModel.prototype._debuggerReset):
(WebInspector.PresentationCallFrame):
(WebInspector.PresentationCallFrame.prototype.get rawSourceCode):
(WebInspector.PresentationCallFrame.prototype.uiLocation):
- inspector/front-end/ScriptsPanel.js:
(WebInspector.ScriptsPanel.prototype._debuggerPaused.else.didGetUILocation):
(WebInspector.ScriptsPanel.prototype._debuggerPaused):
(WebInspector.ScriptsPanel.prototype._executionLineChanged):
(WebInspector.ScriptsPanel.prototype._callFrameSelected):
- inspector/front-end/externs.js:
(WebInspector.displayNameForURL):
- 5:58 AM Changeset in webkit [96587] by
-
- 2 edits in trunk/LayoutTests
[Qt] Couple of tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode
https://bugs.webkit.org/show_bug.cgi?id=52810
- platform/qt/Skipped: Skip one more failing test.
- 5:56 AM Changeset in webkit [96586] by
-
- 2 edits in trunk/Source/WebCore
2011-10-04 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: inspector tests fix.
- inspector/front-end/ExtensionPanel.js: (WebInspector.ExtensionPanel): (WebInspector.ExtensionPanel.prototype.get toolbarItemLabel):
- 5:32 AM Changeset in webkit [96585] by
-
- 13 edits1 add in trunk
Web Inspector: add compiler source mapping support to RawSourceCode.
https://bugs.webkit.org/show_bug.cgi?id=68891
Reviewed by Pavel Feldman.
Source/WebCore:
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- inspector/front-end/BreakpointManager.js:
(WebInspector.BreakpointManager.prototype.uiSourceCodeAdded):
(WebInspector.BreakpointManager.prototype.setBreakpoint):
(WebInspector.BreakpointManager.prototype._materializeBreakpoint):
- inspector/front-end/CompilerSourceMappingProvider.js: Added.
(WebInspector.CompilerSourceMappingProvider):
(WebInspector.CompilerSourceMappingProvider.prototype.loadSourceMapping):
(WebInspector.CompilerSourceMappingProvider.prototype.loadSourceCode):
- inspector/front-end/DebuggerPresentationModel.js:
(WebInspector.DebuggerPresentationModel.prototype.continueToLine):
- inspector/front-end/RawSourceCode.js:
(WebInspector.RawSourceCode.prototype.setCompilerSourceMappingProvider):
(WebInspector.RawSourceCode.prototype._resourceFinished):
(WebInspector.RawSourceCode.prototype._updateSourceMapping.didCreateSourceMapping):
(WebInspector.RawSourceCode.prototype._updateSourceMapping):
(WebInspector.RawSourceCode.prototype._createSourceMapping.didLoadSourceMapping):
(WebInspector.RawSourceCode.PlainSourceMapping.prototype.uiLocationToRawLocation):
(WebInspector.RawSourceCode.FormattedSourceMapping.prototype.uiLocationToRawLocation):
(WebInspector.RawSourceCode.CompilerSourceMapping):
(WebInspector.RawSourceCode.CompilerSourceMapping.prototype.rawLocationToUILocation):
(WebInspector.RawSourceCode.CompilerSourceMapping.prototype.uiLocationToRawLocation):
(WebInspector.RawSourceCode.CompilerSourceMapping.prototype.get uiSourceCodeList):
(WebInspector.CompilerSourceMappingProvider):
(WebInspector.CompilerSourceMappingProvider.prototype.loadSourceMapping):
(WebInspector.CompilerSourceMappingProvider.prototype.loadSourceCode):
- inspector/front-end/UISourceCodeContentProviders.js:
(WebInspector.CompilerSourceMappingContentProvider):
(WebInspector.CompilerSourceMappingContentProvider.prototype.requestContent):
- inspector/front-end/WebKit.qrc:
- inspector/front-end/inspector.html:
LayoutTests:
- inspector/debugger/breakpoint-manager.html:
- inspector/debugger/raw-source-code-expected.txt:
- inspector/debugger/raw-source-code.html:
- 4:37 AM Changeset in webkit [96584] by
-
- 17 edits1 add in trunk/Source/WebCore
Web Inspector: start adding UI components to the compilation process.
https://bugs.webkit.org/show_bug.cgi?id=69319
Patch by Pavel Feldman <pfeldman@google.com> on 2011-10-04
Reviewed by Yury Semikhatsky.
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- inspector/compile-front-end.sh:
- inspector/front-end/Drawer.js:
(WebInspector.Drawer.prototype.show.animationFinished):
(WebInspector.Drawer.prototype.show):
(WebInspector.Drawer.prototype.resize):
- inspector/front-end/ElementsPanel.js:
(WebInspector.ElementsPanel.prototype.statusBarResized):
- inspector/front-end/EmptyView.js:
- inspector/front-end/Panel.js:
(WebInspector.Panel.prototype.set get toolbarItemLabel):
(WebInspector.Panel.prototype.get statusBarItems):
(WebInspector.Panel.prototype.updateMainViewWidth):
(WebInspector.Panel.prototype.statusBarResized):
- inspector/front-end/PropertiesSection.js:
- inspector/front-end/SearchController.js:
(WebInspector.SearchController.prototype._onKeyDown):
- inspector/front-end/Section.js:
(WebInspector.Section.prototype.set populated):
(WebInspector.Section.prototype.onpopulate):
(WebInspector.Section.prototype.expand):
- inspector/front-end/SidebarPane.js:
- inspector/front-end/Toolbar.js:
(WebInspector.Toolbar.createPanelToolbarItem):
(WebInspector.ToolbarDropdown.prototype.show):
- inspector/front-end/UIUtils.js: Added.
(WebInspector.elementDragStart):
(WebInspector.elementDragEnd):
(WebInspector.animateStyle):
(WebInspector.animateStyle.forceComplete):
(WebInspector.animateStyle.cancel):
- inspector/front-end/WebKit.qrc:
- inspector/front-end/externs.js:
(WebInspector.extensionServer.notifyPanelShown):
(WebInspector.extensionServer.notifyPanelHidden):
(WebInspector.currentPanel):
(WebInspector.setCurrentPanel):
- inspector/front-end/inspector.html:
- inspector/front-end/inspector.js:
- 4:03 AM Changeset in webkit [96583] by
-
- 2 edits1 delete in trunk/LayoutTests
[Chromium] Update expectations for svg/W3C-SVG-1.1/pservers-grad-06-b.svg
https://bugs.webkit.org/show_bug.cgi?id=69330
Win rebaseline.
- platform/chromium-win-vista/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
- platform/chromium/test_expectations.txt:
- 3:16 AM Changeset in webkit [96582] by
-
- 6 edits2 adds in trunk
[Chromium] Implement font shaping with font-feature-settings on Windows
https://bugs.webkit.org/show_bug.cgi?id=65904
Reviewed by Kenneth Russell.
Source/WebCore:
Use Uniscribe's OpenType APIs to shape complex text to support -webkit-font-feature-settings property.
No new tests. css3/font-feature-settings-rendering.html should pass by this patch.
- platform/graphics/chromium/UniscribeHelper.cpp:
(WebCore::loadOpenTypeFunctions):
(WebCore::UniscribeHelper::UniscribeHelper): Calls loadOpenTypeFunctions if needed.
(WebCore::UniscribeHelper::fillRuns): Uses ScriptItemizeOpenType() if possible.
(WebCore::UniscribeHelper::shape): Uses ScriptShapeOpenType() if possible.
(WebCore::UniscribeHelper::fillShapes): Adds OpenType script tag as an argument.
(WebCore::convertFeatureTag): Added.
(WebCore::UniscribeHelper::setRangeProperties): Added.
- platform/graphics/chromium/UniscribeHelper.h:
- platform/graphics/chromium/UniscribeHelperTextRun.cpp:
(WebCore::UniscribeHelperTextRun::UniscribeHelperTextRun): Calls setRangeProperties().
LayoutTests:
Adds expectations of css3/font-feature-settings-rendering.html for Chromium win port. Since Uniscirbe OpenType APIs are not available on WinXP by default, the test could fail on WinXP.
- platform/chromium-win/css3/font-feature-settings-rendering-expected.png: Added.
- platform/chromium-win/css3/font-feature-settings-rendering-expected.txt: Added.
- platform/chromium/test_expectations.txt: VISTA and WIN7 should pass css3/font-feature-settings-rendering.html.
- 3:07 AM Changeset in webkit [96581] by
-
- 3 edits in trunk/Source/WebCore
[EFL] Implement declared but missing functions.
https://bugs.webkit.org/show_bug.cgi?id=65368
Unreviewed build fix for WebKit/Efl builds after r96566.
- platform/efl/CursorEfl.cpp:
(WebCore::Cursor::operator=):
- platform/efl/LocalizedStringsEfl.cpp:
(WebCore::localizedString):
- 3:05 AM Changeset in webkit [96580] by
-
- 3 edits in trunk/Source/WebCore
Web Inspector: move abstract panel search logic into the only view that is using it.
https://bugs.webkit.org/show_bug.cgi?id=69328
Reviewed by Yury Semikhatsky.
- inspector/front-end/Panel.js:
(WebInspector.Panel.prototype.searchCanceled):
(WebInspector.Panel.prototype.performSearch):
(WebInspector.Panel.prototype.jumpToNextSearchResult):
(WebInspector.Panel.prototype.jumpToPreviousSearchResult):
- inspector/front-end/ProfilesPanel.js:
(WebInspector.ProfilesPanel.prototype.performSearch.updateMatchesCount):
(WebInspector.ProfilesPanel.prototype.performSearch.updateMatchesCountSoon):
(WebInspector.ProfilesPanel.prototype.performSearch.finishedCallback):
(WebInspector.ProfilesPanel.prototype.performSearch.processChunk):
(WebInspector.ProfilesPanel.prototype.performSearch):
(WebInspector.ProfilesPanel.prototype.jumpToNextSearchResult):
(WebInspector.ProfilesPanel.prototype.jumpToPreviousSearchResult):
(WebInspector.ProfilesPanel.prototype._searchableViews):
(WebInspector.ProfilesPanel.prototype.searchCanceled):
- 2:51 AM Changeset in webkit [96579] by
-
- 3 edits in trunk/Source/WebCore
2011-10-04 Pavel Feldman <pfeldman@google.com>
Not reviewed: fixed poor inspector merge, drive-by front-endcompilation fix.
- inspector/front-end/ContentProviders.js: (WebInspector.ScriptContentProvider.prototype.requestContent): (WebInspector.ScriptContentProvider.prototype.searchInContent): (WebInspector.ConcatenatedScriptsContentProvider.prototype.searchInContent):
- inspector/front-end/DebuggerPresentationModel.js:
- 2:30 AM Changeset in webkit [96578] by
-
- 1 edit2 adds in trunk/LayoutTests
[Qt] Unreviewed gardening. Update Qt specific expected files after r96498.
Patch by Oliver Varga <voliver@inf.u-szeged.hu> on 2011-10-04
- platform/qt/svg/filters/feColorMatrix-saturate-expected.png: Added.
- platform/qt/svg/filters/feColorMatrix-saturate-expected.txt: Added.
- 2:17 AM Changeset in webkit [96577] by
-
- 10 edits in trunk/Source/WebCore
Web Inspector: remove dependency from GoToLine dialog from Panel.
https://bugs.webkit.org/show_bug.cgi?id=69327
Reviewed by Yury Semikhatsky.
- inspector/front-end/GoToLineDialog.js:
(WebInspector.GoToLineDialog.install):
(WebInspector.GoToLineDialog._show):
- inspector/front-end/NetworkItemView.js:
(WebInspector.NetworkItemView.prototype._tabSelected):
(WebInspector.ResourceContentView.prototype.contentLoaded):
(WebInspector.ResourceContentView.prototype.canHighlightLine):
(WebInspector.ResourceContentView.prototype.highlightLine):
(set WebInspector):
- inspector/front-end/NetworkPanel.js:
(WebInspector.NetworkPanel.viewGetter):
(WebInspector.NetworkPanel):
- inspector/front-end/Panel.js:
(WebInspector.Panel.prototype.registerShortcut):
- inspector/front-end/ResourcesPanel.js:
(WebInspector.ResourcesPanel.viewGetter):
(WebInspector.ResourcesPanel):
(WebInspector.ResourcesPanel.prototype.showResource):
- inspector/front-end/ScriptsPanel.js:
(WebInspector.ScriptsPanel.viewGetter):
- inspector/front-end/SourceFrame.js:
(WebInspector.SourceFrame.prototype.canHighlightLine):
- inspector/front-end/TabbedPane.js:
(WebInspector.TabbedPane.prototype._hideTab):
(WebInspector.TabbedPane.prototype.canHighlightLine):
(WebInspector.TabbedPane.prototype.highlightLine):
- inspector/front-end/View.js:
(WebInspector.View.prototype.canHighlightLine):
(WebInspector.View.prototype.highlightLine):
- 2:03 AM Changeset in webkit [96576] by
-
- 11 edits5 deletes in trunk
Unreviewed, rolling out r96491.
http://trac.webkit.org/changeset/96491
https://bugs.webkit.org/show_bug.cgi?id=69326
Breaks Slow Leopard inspector tests (Requested by pfeldman on
#webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-10-04
Source/WebCore:
- inspector/Inspector.json:
- inspector/InspectorDebuggerAgent.cpp:
(WebCore::InspectorDebuggerAgent::getScriptSource):
- inspector/InspectorDebuggerAgent.h:
- inspector/front-end/ContentProviders.js:
(WebInspector.ScriptContentProvider.prototype.requestContent):
- inspector/front-end/Script.js:
(WebInspector.Script.prototype.requestSource.didGetScriptSource):
(WebInspector.Script.prototype.requestSource):
LayoutTests:
- http/tests/inspector/resource-tree/resource-tree-test.js:
(initialize_ResourceTreeTest.InspectorTest.runAfterResourcesAreFinished):
(initialize_ResourceTreeTest.InspectorTest._runAfterResourcesAreFinished):
(initialize_ResourceTreeTest):
- http/tests/inspector/resources-test.js:
(initialize_ResourceTest):
- http/tests/inspector/search/resources/search-concatenated.html: Removed.
- http/tests/inspector/search/search-in-concatenated-script-expected.txt: Removed.
- http/tests/inspector/search/search-in-concatenated-script.html: Removed.
- http/tests/inspector/search/search-in-resource.html:
- http/tests/inspector/search/search-in-script-expected.txt: Removed.
- http/tests/inspector/search/search-in-script.html: Removed.
- http/tests/inspector/search/search-test.js:
(initialize_SearchTest.InspectorTest.runAfterResourcesAreCreated):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.maybeCallback):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.addSniffer):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.onResourceBind):
(initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.visit):
(initialize_SearchTest):
- 1:37 AM Changeset in webkit [96575] by
-
- 18 edits in trunk/Source/WebCore
Web Inspector: add DebuggerPresentationModel and ConsoleView to compilation.
https://bugs.webkit.org/show_bug.cgi?id=69269
Reviewed by Yury Semikhatsky.
- inspector/compile-front-end.sh:
- inspector/front-end/BreakpointManager.js:
(WebInspector.BreakpointManager.prototype.uiSourceCodeAdded):
- inspector/front-end/ConsoleView.js:
(WebInspector.ConsoleView.prototype._consoleCleared):
(WebInspector.ConsoleView.prototype._completions.evaluated.getCompletions):
(WebInspector.ConsoleView.prototype._completions.evaluated):
(WebInspector.ConsoleView.prototype._messagesClicked):
- inspector/front-end/ContentProviders.js:
(WebInspector.StaticContentProvider.prototype.requestContent):
(WebInspector.StaticContentProvider.prototype.searchInContent):
- inspector/front-end/ContextMenu.js:
- inspector/front-end/DebuggerPresentationModel.js:
(WebInspector.DebuggerPresentationModel.prototype._addScript):
(WebInspector.DebuggerPresentationModel.prototype._consoleMessageAdded):
(WebInspector.DebuggerPresentationModel.prototype._debuggerPaused):
(WebInspector.DebuggerPresentationModel.prototype._rawSourceCodeForScriptWithURL):
(WebInspector.DebuggerPresentationModel.prototype._rawSourceCodeForScript):
(WebInspector.DebuggerPresentationModel.prototype._scriptForRawSourceCode):
(WebInspector.DebuggerPresentationModel.prototype._createRawSourceCodeId):
(WebInspector.DebuggerPresentationModelResourceBinding.prototype.canSetContent):
(WebInspector.DebuggerPresentationModelResourceBinding.prototype.setContent):
- inspector/front-end/HelpScreen.js:
- inspector/front-end/JavaScriptContextManager.js:
(WebInspector.FrameEvaluationContext.prototype.get displayName):
- inspector/front-end/KeyboardShortcut.js:
(WebInspector.KeyboardShortcut):
- inspector/front-end/Resource.js:
(WebInspector.Resource.displayName):
- inspector/front-end/ScriptFormatter.js:
(WebInspector.ScriptFormatter.prototype._didFormatContent):
- inspector/front-end/ShortcutsScreen.js:
- inspector/front-end/StatusBarButton.js:
- inspector/front-end/TextPrompt.js:
- inspector/front-end/externs.js:
(WebInspector.populateHrefContextMenu):
(WebInspector.useLowerCaseMenuTitles):
(WebInspector.ScriptsPanel.this.evaluateInSelectedCallFrame):
(WebInspector.ScriptsPanel.this.getSelectedCallFrameVariables):
(WebInspector.ScriptsPanel):
- inspector/front-end/inspector.js:
- inspector/front-end/utilities.js:
- 12:21 AM Changeset in webkit [96574] by
-
- 3 edits in trunk/LayoutTests
Mac rebaseline after r96510.
- platform/mac/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
- svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt: