- 30 Nov, 2013 12 commits
-
-
mitz@apple.com authored
Added a version of +[NSURL _web_URLWithWTFString:relativeToURL:] that doesn’t take a base URL and switched all callers to it. https://bugs.webkit.org/show_bug.cgi?id=125040 Reviewed by Sam Weinig. * Shared/Cocoa/WKNSURLExtras.h: Declared new method. * Shared/Cocoa/WKNSURLExtras.mm: (urlWithWTFString): Added helper function. (+[NSURL _web_URLWithWTFString:]): Added. (+[NSURL _web_URLWithWTFString:relativeToURL:]): Changed to use helper function. * UIProcess/API/Cocoa/WKBackForwardListItem.mm: (-[WKBackForwardListItem URL]): Changed to call new method. (-[WKBackForwardListItem originalURL]): Ditto. * UIProcess/API/Cocoa/WKBrowsingContextController.mm: (-[WKBrowsingContextController activeURL]): Ditto. (-[WKBrowsingContextController provisionalURL]): Ditto. (-[WKBrowsingContextController committedURL]): Ditto. (-[WKBrowsingContextController unreachableURL]): Ditto. (setUpPagePolicyClient): Ditto. * UIProcess/API/Cocoa/WKNavigationData.mm: (-[WKNavigationData destinationURL]): Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159895 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mitz@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=125036 Reviewed by Sam Weinig. * Shared/Cocoa/WKNSURLExtras.h: Declared new method. * Shared/Cocoa/WKNSURLExtras.mm: (-[NSURL _web_originalDataAsWTFString]): Added. Returns a WTF::String with the receiver’s bytes. * UIProcess/API/Cocoa/WKBrowsingContextController.mm: (-[WKBrowsingContextController loadRequest:userData:]): (-[WKBrowsingContextController loadFileURL:restrictToFilesWithin:userData:]): (-[WKBrowsingContextController loadHTMLString:baseURL:userData:]): (-[WKBrowsingContextController loadAlternateHTMLString:baseURL:forUnreachableURL:]): (-[WKBrowsingContextController loadData:MIMEType:textEncodingName:baseURL:userData:]): (-[WKBrowsingContextController stopLoading]): (-[WKBrowsingContextController reload]): (-[WKBrowsingContextController reloadFromOrigin]): (-[WKBrowsingContextController goForward]): (-[WKBrowsingContextController canGoForward]): (-[WKBrowsingContextController goBack]): (-[WKBrowsingContextController canGoBack]): (-[WKBrowsingContextController activeURL]): (-[WKBrowsingContextController provisionalURL]): (-[WKBrowsingContextController committedURL]): (-[WKBrowsingContextController title]): (-[WKBrowsingContextController textZoom]): (-[WKBrowsingContextController setTextZoom:]): (-[WKBrowsingContextController pageZoom]): (-[WKBrowsingContextController setPageZoom:]): (setUpPageLoaderClient): (setUpPagePolicyClient): (-[WKBrowsingContextController setLoadDelegate:]): (-[WKBrowsingContextController setPolicyDelegate:]): (-[WKBrowsingContextController _pageRef]): (-[WKBrowsingContextController setPaginationMode:]): (-[WKBrowsingContextController paginationMode]): (-[WKBrowsingContextController setPaginationBehavesLikeColumns:]): (-[WKBrowsingContextController paginationBehavesLikeColumns]): (-[WKBrowsingContextController setPageLength:]): (-[WKBrowsingContextController pageLength]): (-[WKBrowsingContextController setGapBetweenPages:]): (-[WKBrowsingContextController gapBetweenPages]): (-[WKBrowsingContextController pageCount]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159894 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
http://trac.webkit.org/changeset/159865 https://bugs.webkit.org/show_bug.cgi?id=125037 the position of mouse events are wrong at MiniBrowser/efl (Requested by ryuan on #webkit). * UIProcess/API/efl/EwkView.cpp: (EwkView::displayTimerFired): (EwkView::createGLSurface): (EwkView::handleEvasObjectCalculate): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159893 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124946 Patch by peavo@outlook.com <peavo@outlook.com> on 2013-11-30 Reviewed by Brent Fulgham. Use native Win32 api functions to compute Daylight saving time offset. * wtf/DateMath.cpp: (WTF::UnixTimeToFileTime): Added method to calculate Win32 specific struct FILETIME from time_t value. (WTF::calculateDSTOffset): Use native Win32 api functions to compute Daylight saving time offset. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159892 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=125035 Reviewed by Dan Bernstein. * UIProcess/API/C/WKPage.cpp: (WKPageGetBackForwardList): * UIProcess/API/Cocoa/WKBrowsingContextController.mm: (-[WKBrowsingContextController backForwardList]): Remove null check. * UIProcess/WebBackForwardList.cpp: (WebKit::WebBackForwardList::WebBackForwardList): (WebKit::WebBackForwardList::currentItem): Constify. (WebKit::WebBackForwardList::backItem): Constify. (WebKit::WebBackForwardList::forwardItem): Constify. (WebKit::WebBackForwardList::itemAtIndex): Constify. * UIProcess/WebBackForwardList.h: (WebKit::WebBackForwardList::create): * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::WebPageProxy): * UIProcess/WebPageProxy.h: (WebKit::WebPageProxy::backForwardList): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159891 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zandobersek@gmail.com authored
* UIProcess/gtk/WebPageProxyGtk.cpp: (WebKit::WebPageProxy::viewWidget): Adjust the static cast of the PageClient reference to PageClientImpl. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159890 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=125030 Reviewed by Dan Bernstein. * UIProcess/API/gtk/WebKitWebViewBase.cpp: (webkitWebViewBaseCreateWebPage): * UIProcess/API/ios/WKContentView.mm: (-[WKContentView _commonInitializationWithContextRef:pageGroupRef:relatedToPage:]): * UIProcess/API/mac/WKView.mm: (-[WKView initWithFrame:contextRef:pageGroupRef:relatedToPage:]): * UIProcess/CoordinatedGraphics/WebPageProxyCoordinatedGraphics.cpp: (WebKit::WebPageProxy::didFindZoomableArea): * UIProcess/CoordinatedGraphics/WebView.cpp: (WebKit::WebView::WebView): * UIProcess/WebContext.cpp: (WebKit::WebContext::createWebPage): * UIProcess/WebContext.h: * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::create): (WebKit::WebPageProxy::WebPageProxy): (WebKit::WebPageProxy::reattachToWebProcess): (WebKit::WebPageProxy::initializeWebPage): (WebKit::WebPageProxy::close): (WebKit::WebPageProxy::setViewNeedsDisplay): (WebKit::WebPageProxy::displayView): (WebKit::WebPageProxy::canScrollView): (WebKit::WebPageProxy::scrollView): (WebKit::WebPageProxy::updateViewState): (WebKit::WebPageProxy::viewStateDidChange): (WebKit::WebPageProxy::viewSize): (WebKit::WebPageProxy::startDrag): (WebKit::WebPageProxy::handleTouchEvent): (WebKit::WebPageProxy::preferencesDidChange): (WebKit::WebPageProxy::didCommitLoadForFrame): (WebKit::WebPageProxy::closePage): (WebKit::WebPageProxy::setWindowFrame): (WebKit::WebPageProxy::getWindowFrame): (WebKit::WebPageProxy::screenToWindow): (WebKit::WebPageProxy::windowToScreen): (WebKit::WebPageProxy::pageDidRequestScroll): (WebKit::WebPageProxy::pageTransitionViewportReady): (WebKit::WebPageProxy::didRenderFrame): (WebKit::WebPageProxy::didChangeViewportProperties): (WebKit::WebPageProxy::handleDownloadRequest): (WebKit::WebPageProxy::didChangeContentSize): (WebKit::WebPageProxy::showColorPicker): (WebKit::WebPageProxy::editorStateChanged): (WebKit::WebPageProxy::canUndoRedo): (WebKit::WebPageProxy::executeUndoRedo): (WebKit::WebPageProxy::clearAllEditCommands): (WebKit::WebPageProxy::setFindIndicator): (WebKit::WebPageProxy::showPopupMenu): (WebKit::WebPageProxy::internalShowContextMenu): (WebKit::WebPageProxy::registerEditCommand): (WebKit::WebPageProxy::setToolTip): (WebKit::WebPageProxy::setCursor): (WebKit::WebPageProxy::setCursorHiddenUntilMouseMoves): (WebKit::WebPageProxy::didReceiveEvent): (WebKit::WebPageProxy::processDidCrash): (WebKit::WebPageProxy::resetStateAfterProcessExited): (WebKit::WebPageProxy::initializeCreationParameters): (WebKit::WebPageProxy::enterAcceleratedCompositingMode): (WebKit::WebPageProxy::exitAcceleratedCompositingMode): (WebKit::WebPageProxy::updateAcceleratedCompositingMode): (WebKit::WebPageProxy::requestGeolocationPermissionForFrame): (WebKit::WebPageProxy::recommendedScrollbarStyleDidChange): (WebKit::WebPageProxy::updateBackingStoreDiscardableState): (WebKit::WebPageProxy::showCorrectionPanel): (WebKit::WebPageProxy::dismissCorrectionPanel): (WebKit::WebPageProxy::dismissCorrectionPanelSoon): (WebKit::WebPageProxy::recordAutocorrectionResponse): (WebKit::WebPageProxy::showDictationAlternativeUI): (WebKit::WebPageProxy::removeDictationAlternatives): (WebKit::WebPageProxy::dictationAlternatives): * UIProcess/WebPageProxy.h: * UIProcess/WebProcessProxy.cpp: (WebKit::WebProcessProxy::createWebPage): * UIProcess/WebProcessProxy.h: * UIProcess/gtk/WebPageProxyGtk.cpp: (WebKit::WebPageProxy::getEditorCommandsForKeyEvent): * UIProcess/ios/WebPageProxyIOS.mm: (WebKit::WebPageProxy::interpretKeyEvent): (WebKit::WebPageProxy::mainDocumentDidReceiveMobileDocType): (WebKit::WebPageProxy::didGetTapHighlightGeometries): (WebKit::WebPageProxy::didChangeViewportArguments): (WebKit::WebPageProxy::startAssistingNode): (WebKit::WebPageProxy::stopAssistingNode): (WebKit::WebPageProxy::setAcceleratedCompositingRootLayer): * UIProcess/mac/WebPageProxyMac.mm: (WebKit::WebPageProxy::windowAndViewFramesChanged): (WebKit::WebPageProxy::insertDictatedText): (WebKit::WebPageProxy::setDragImage): (WebKit::WebPageProxy::setPromisedData): (WebKit::WebPageProxy::interpretQueuedKeyEvent): (WebKit::WebPageProxy::didPerformDictionaryLookup): (WebKit::WebPageProxy::registerWebProcessAccessibilityToken): (WebKit::WebPageProxy::makeFirstResponder): (WebKit::WebPageProxy::colorSpace): (WebKit::WebPageProxy::pluginFocusOrWindowFocusChanged): (WebKit::WebPageProxy::setPluginComplexTextInputState): (WebKit::WebPageProxy::executeSavedCommandBySelector): (WebKit::WebPageProxy::wkView): (WebKit::WebPageProxy::intrinsicContentSizeDidChange): (WebKit::WebPageProxy::setAcceleratedCompositingRootLayer): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159889 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=125029 Reviewed by Dan Bernstein. * UIProcess/GeolocationPermissionRequestManagerProxy.cpp: (WebKit::GeolocationPermissionRequestManagerProxy::GeolocationPermissionRequestManagerProxy): (WebKit::GeolocationPermissionRequestManagerProxy::invalidateRequests): (WebKit::GeolocationPermissionRequestManagerProxy::didReceiveGeolocationPermissionDecision): * UIProcess/GeolocationPermissionRequestManagerProxy.h: * UIProcess/Notifications/NotificationPermissionRequestManagerProxy.cpp: (WebKit::NotificationPermissionRequestManagerProxy::NotificationPermissionRequestManagerProxy): (WebKit::NotificationPermissionRequestManagerProxy::invalidateRequests): (WebKit::NotificationPermissionRequestManagerProxy::didReceiveNotificationPermissionDecision): * UIProcess/Notifications/NotificationPermissionRequestManagerProxy.h: * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::WebPageProxy): Do some additional modernization while we are here. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159888 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rdar://problem/15560240mitz@apple.com authored
<rdar://problem/15560240> ResourceError encoding drops NSURL-valued keys in the NSError’s userInfo, including NSErrorFailingURLKey https://bugs.webkit.org/show_bug.cgi?id=125016 Reviewed by Anders “happy name day” Carlsson. * Shared/mac/WebCoreArgumentCodersMac.mm: (CoreIPC::::encodePlatformData): Encode all string- and URL-valued keys as a dictionary. (CoreIPC::::decodePlatformData): Decode user info as a dictionary. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159887 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
fpizlo@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=125025 Rubber stamped by Sam Weinig. This removes a bunch of unused and untested insanity. * bytecode/CodeBlock.cpp: (JSC::CodeBlock::tallyFrequentExitSites): * dfg/DFGArgumentsSimplificationPhase.cpp: (JSC::DFG::ArgumentsSimplificationPhase::run): * dfg/DFGByteCodeParser.cpp: (JSC::DFG::ByteCodeParser::injectLazyOperandSpeculation): (JSC::DFG::ByteCodeParser::getArrayModeConsideringSlowPath): (JSC::DFG::ByteCodeParser::makeSafe): (JSC::DFG::ByteCodeParser::makeDivSafe): (JSC::DFG::ByteCodeParser::handleCall): (JSC::DFG::ByteCodeParser::handleInlining): (JSC::DFG::ByteCodeParser::parseBlock): (JSC::DFG::ByteCodeParser::linkBlock): (JSC::DFG::ByteCodeParser::InlineStackEntry::InlineStackEntry): (JSC::DFG::ByteCodeParser::parseCodeBlock): (JSC::DFG::ByteCodeParser::parse): (JSC::DFG::parse): * dfg/DFGCFGSimplificationPhase.cpp: (JSC::DFG::CFGSimplificationPhase::run): (JSC::DFG::CFGSimplificationPhase::convertToJump): (JSC::DFG::CFGSimplificationPhase::fixJettisonedPredecessors): * dfg/DFGCSEPhase.cpp: (JSC::DFG::CSEPhase::endIndexForPureCSE): (JSC::DFG::CSEPhase::eliminateIrrelevantPhantomChildren): (JSC::DFG::CSEPhase::setReplacement): (JSC::DFG::CSEPhase::eliminate): (JSC::DFG::CSEPhase::performNodeCSE): * dfg/DFGCommon.h: (JSC::DFG::verboseCompilationEnabled): (JSC::DFG::logCompilationChanges): (JSC::DFG::shouldDumpGraphAtEachPhase): * dfg/DFGConstantFoldingPhase.cpp: (JSC::DFG::ConstantFoldingPhase::foldConstants): * dfg/DFGFixupPhase.cpp: (JSC::DFG::FixupPhase::fixupNode): (JSC::DFG::FixupPhase::injectInt32ToDoubleNode): * dfg/DFGInPlaceAbstractState.cpp: (JSC::DFG::InPlaceAbstractState::initialize): (JSC::DFG::InPlaceAbstractState::endBasicBlock): (JSC::DFG::InPlaceAbstractState::mergeStateAtTail): (JSC::DFG::InPlaceAbstractState::mergeToSuccessors): * dfg/DFGJITCompiler.cpp: (JSC::DFG::JITCompiler::compileBody): (JSC::DFG::JITCompiler::link): * dfg/DFGOSRExitCompiler.cpp: * dfg/DFGOSRExitCompiler32_64.cpp: (JSC::DFG::OSRExitCompiler::compileExit): * dfg/DFGOSRExitCompiler64.cpp: (JSC::DFG::OSRExitCompiler::compileExit): * dfg/DFGOSRExitCompilerCommon.cpp: (JSC::DFG::adjustAndJumpToTarget): * dfg/DFGPredictionInjectionPhase.cpp: (JSC::DFG::PredictionInjectionPhase::run): * dfg/DFGPredictionPropagationPhase.cpp: (JSC::DFG::PredictionPropagationPhase::run): (JSC::DFG::PredictionPropagationPhase::propagate): (JSC::DFG::PredictionPropagationPhase::propagateForward): (JSC::DFG::PredictionPropagationPhase::propagateBackward): (JSC::DFG::PredictionPropagationPhase::doRoundOfDoubleVoting): * dfg/DFGScoreBoard.h: (JSC::DFG::ScoreBoard::use): * dfg/DFGSlowPathGenerator.h: (JSC::DFG::SlowPathGenerator::generate): * dfg/DFGSpeculativeJIT.cpp: (JSC::DFG::SpeculativeJIT::terminateSpeculativeExecution): (JSC::DFG::SpeculativeJIT::runSlowPathGenerators): (JSC::DFG::SpeculativeJIT::dump): (JSC::DFG::SpeculativeJIT::compileCurrentBlock): (JSC::DFG::SpeculativeJIT::checkGeneratedTypeForToInt32): * dfg/DFGSpeculativeJIT.h: * dfg/DFGSpeculativeJIT32_64.cpp: (JSC::DFG::SpeculativeJIT::fillSpeculateInt32Internal): (JSC::DFG::SpeculativeJIT::fillSpeculateDouble): (JSC::DFG::SpeculativeJIT::fillSpeculateCell): (JSC::DFG::SpeculativeJIT::fillSpeculateBoolean): (JSC::DFG::SpeculativeJIT::compile): * dfg/DFGSpeculativeJIT64.cpp: (JSC::DFG::SpeculativeJIT::fillSpeculateInt32Internal): (JSC::DFG::SpeculativeJIT::fillSpeculateDouble): (JSC::DFG::SpeculativeJIT::fillSpeculateCell): (JSC::DFG::SpeculativeJIT::fillSpeculateBoolean): (JSC::DFG::SpeculativeJIT::compile): * dfg/DFGVariableEventStream.cpp: (JSC::DFG::VariableEventStream::reconstruct): * dfg/DFGVariableEventStream.h: (JSC::DFG::VariableEventStream::appendAndLog): * dfg/DFGVirtualRegisterAllocationPhase.cpp: (JSC::DFG::VirtualRegisterAllocationPhase::run): * jit/JIT.cpp: (JSC::JIT::privateCompile): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159886 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
https://webkit.org/b/125027mrowe@apple.com authored
Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project. Reviewed by Sam Weinig. * footer.inc: Remove the old analytics code. * header.inc: Add the new stuff. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159885 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zandobersek@gmail.com authored
* Scripts/generate-forwarding-headers.pl: Add Cocoa to the list of platform prefixes. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159884 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 29 Nov, 2013 20 commits
-
-
fpizlo@apple.com authored
FTL IC should nop-fill to make up the difference between the actual IC size and the requested patchpoint size https://bugs.webkit.org/show_bug.cgi?id=124960 Reviewed by Sam Weinig. * assembler/LinkBuffer.h: (JSC::LinkBuffer::size): * assembler/X86Assembler.h: (JSC::X86Assembler::fillNops): * dfg/DFGDisassembler.cpp: (JSC::DFG::Disassembler::dumpHeader): * ftl/FTLCompile.cpp: (JSC::FTL::generateICFastPath): * jit/JITDisassembler.cpp: (JSC::JITDisassembler::dumpHeader): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159883 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=125012 Patch by Tibor Meszaros <mtibor@inf.u-szeged.hu> on 2013-11-29 Reviewed by Anders Carlsson. fix unused parameter warnings in the following files: * Platform/gtk/WorkQueueGtk.cpp: (WorkQueue::SocketEventSource::eventCallback): * Shared/API/c/WKDeprecatedFunctions.cpp: (WKArrayIsMutable): * WebProcess/WebCoreSupport/WebChromeClient.cpp: (WebKit::WebChromeClient::unavailablePluginButtonClicked): (WebKit::WebChromeClient::didAddHeaderLayer): (WebKit::WebChromeClient::didAddFooterLayer): * WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: (WebKit::WebFrameLoaderClient::createJavaAppletWidget): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159882 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
[Cocoa] Add a little template magic to the inline API::Object storage to remove the need for all the reinterpret_casts https://bugs.webkit.org/show_bug.cgi?id=125024 Reviewed by Dan Bernstein. Introduce API::ObjectStorage which wraps std::aligned_storage and adds some convenience functions to reinterpret the data as the corresponding type. Deploy it everywhere we were previously using std::aligned_storage. * Shared/Cocoa/WKNSArray.mm: * Shared/Cocoa/WKNSDictionary.mm: * Shared/Cocoa/WKObject.h: * UIProcess/API/Cocoa/WKBackForwardList.mm: * UIProcess/API/Cocoa/WKBackForwardListItem.mm: * UIProcess/API/Cocoa/WKBrowsingContextController.mm: * UIProcess/API/Cocoa/WKBrowsingContextGroup.mm: * UIProcess/API/Cocoa/WKNavigationData.mm: * UIProcess/API/Cocoa/WKProcessGroup.mm: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159881 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
* UIProcess/API/Cocoa/WKBrowsingContextController.mm: (-[WKBrowsingContextController dealloc]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159880 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
* UIProcess/API/Cocoa/WKBrowsingContextController.mm: (-[WKBrowsingContextController loadDelegate]): (-[WKBrowsingContextController setLoadDelegate:]): (-[WKBrowsingContextController policyDelegate]): (-[WKBrowsingContextController setPolicyDelegate:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159879 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
* UIProcess/API/Cocoa/WKBrowsingContextController.mm: (-[WKBrowsingContextController loadDelegate]): (-[WKBrowsingContextController policyDelegate]): (-[WKBrowsingContextController setPolicyDelegate:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159878 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=125022 Reviewed by Dan Bernstein. * Shared/Cocoa/APIObject.mm: (API::Object::newObject): * Shared/mac/ObjCObjectGraphCoders.mm: Add support for WKProcessGroup. (WebKit::WebContextObjCObjectGraphDecoderImpl::decode): Replace call to _browsingContextControllerForPageRef: with wrapper. * UIProcess/API/Cocoa/WKBrowsingContextController.mm: Convert from wrapping the C-SPI type to storing the bits of the wrapped object inline. (-[WKBrowsingContextController dealloc]): Add explicit destructor call. (-[WKBrowsingContextController setLoadDelegate:]): (-[WKBrowsingContextController setPolicyDelegate:]): Lazily set up the load and policy clients only once a delegate has been set to allow continued use of the C-SPI clients for WebKitTestRunner. (-[WKBrowsingContextController _finishInitialization]): Move remaining work that was done in the initialize (setting up the observer) here, and have the WebPageProxy call it. * UIProcess/API/Cocoa/WKBrowsingContextControllerInternal.h: (WebKit::wrapper): Add wrapper() helper and declare conformance to the WKObject protocol. Remove no longer used _initWithPageRef: and _browsingContextControllerForPageRef: helpers. * UIProcess/API/Cocoa/WKProcessGroup.mm: (didNavigateWithNavigationData): (didPerformClientRedirect): (didPerformServerRedirect): (didUpdateHistoryTitle): Switch to using wrapper(). * UIProcess/API/ios/WKContentView.mm: * UIProcess/API/mac/WKView.mm: Stop caching the WKBrowsingContextController, as it no long makes sense since it is the same object as the WebPageProxy. * UIProcess/mac/WebPageProxyMac.mm: (WebKit::WebPageProxy::platformInitialize): Inform the wrapper that it is safe to finish initialization. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159877 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mitz@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=125020 Reviewed by Sam Weinig. * UIProcess/API/Cocoa/WKBrowsingContextController.mm: (createErrorWithRecoveryAttempter): Added this helper function. It creates an NSError from the given error, adding two keys to the user info dictionary: the context controller under the recovery attempter key, and the frame under a private key. (didFailProvisionalLoadWithErrorForFrame): Changed to use createErrorWithRecoveryAttempter. (didFailLoadWithErrorForFrame): Ditto. (-[WKBrowsingContextController attemptRecoveryFromError:]): Implemented this WKErrorRecoveryAttempting protocol method by loading the failing URL from the error into the frame from the error. * UIProcess/API/Cocoa/WKErrorRecoveryAttempting.h: Added. Defines a protocol for attempting recovery from errors and declares the error user info dictionary key under which an object conforming to this protocol may be stored. * UIProcess/API/Cocoa/WKErrorRecoveryAttempting.m: Added. Defines WKRecoveryAttempterErrorKey. * UIProcess/WebFrameProxy.cpp: (WebKit::WebFrameProxy::loadURL): Added. Sends the LoadURLInFrame message to the page. * UIProcess/WebFrameProxy.h: * WebKit2.xcodeproj/project.pbxproj: Added references to new files. * WebProcess/WebPage/WebPage.cpp: (WebKit::WebPage::loadURLInFrame): Added. Loads the URL in the given frame. * WebProcess/WebPage/WebPage.h: * WebProcess/WebPage/WebPage.messages.in: Added LoadURLInFrame. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159876 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mitz@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=125019 Reviewed by Sam Weinig. * UIProcess/API/Cocoa/WKBrowsingContextController.h: Declared new method. * UIProcess/API/Cocoa/WKBrowsingContextController.mm: (-[WKBrowsingContextController loadAlternateHTMLString:baseURL:forUnreachableURL:]): Added. Calls WebPageProxy::loadAlternateHTMLString. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159875 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=125017 Reviewed by Dan Bernstein. * UIProcess/API/Cocoa/WKBrowsingContextController.h: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextController.h. * UIProcess/API/Cocoa/WKBrowsingContextController.mm: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextController.mm. * UIProcess/API/Cocoa/WKBrowsingContextControllerInternal.h: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextControllerInternal.h. * UIProcess/API/Cocoa/WKBrowsingContextControllerPrivate.h: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextControllerPrivate.h. * UIProcess/API/Cocoa/WKBrowsingContextGroup.h: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextGroup.h. * UIProcess/API/Cocoa/WKBrowsingContextGroup.mm: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextGroup.mm. * UIProcess/API/Cocoa/WKBrowsingContextGroupInternal.h: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextGroupInternal.h. * UIProcess/API/Cocoa/WKBrowsingContextGroupPrivate.h: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextGroupPrivate.h. * UIProcess/API/Cocoa/WKBrowsingContextLoadDelegate.h: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextLoadDelegate.h. * UIProcess/API/Cocoa/WKBrowsingContextPolicyDelegate.h: Copied from Source/WebKit2/UIProcess/API/mac/WKBrowsingContextPolicyDelegate.h. * UIProcess/API/Cocoa/WKConnection.h: Copied from Source/WebKit2/UIProcess/API/mac/WKConnection.h. * UIProcess/API/Cocoa/WKConnection.mm: Copied from Source/WebKit2/UIProcess/API/mac/WKConnection.mm. * UIProcess/API/Cocoa/WKConnectionInternal.h: Copied from Source/WebKit2/UIProcess/API/mac/WKConnectionInternal.h. * UIProcess/API/Cocoa/WKProcessGroup.h: Copied from Source/WebKit2/UIProcess/API/mac/WKProcessGroup.h. * UIProcess/API/Cocoa/WKProcessGroup.mm: Copied from Source/WebKit2/UIProcess/API/mac/WKProcessGroup.mm. * UIProcess/API/Cocoa/WKProcessGroupInternal.h: Copied from Source/WebKit2/UIProcess/API/mac/WKProcessGroupInternal.h. * UIProcess/API/Cocoa/WKProcessGroupPrivate.h: Copied from Source/WebKit2/UIProcess/API/mac/WKProcessGroupPrivate.h. * UIProcess/API/Cocoa/WKTypeRefWrapper.h: Copied from Source/WebKit2/UIProcess/API/mac/WKTypeRefWrapper.h. * UIProcess/API/Cocoa/WKTypeRefWrapper.mm: Copied from Source/WebKit2/UIProcess/API/mac/WKTypeRefWrapper.mm. * UIProcess/API/Cocoa/WKView.h: Copied from Source/WebKit2/UIProcess/API/mac/WKView.h. * UIProcess/API/Cocoa/WKViewPrivate.h: Copied from Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h. * UIProcess/API/Cocoa/WebKit2.h: Copied from Source/WebKit2/UIProcess/API/mac/WebKit2.h. * UIProcess/API/mac/WKBrowsingContextController.h: Removed. * UIProcess/API/mac/WKBrowsingContextController.mm: Removed. * UIProcess/API/mac/WKBrowsingContextControllerInternal.h: Removed. * UIProcess/API/mac/WKBrowsingContextControllerPrivate.h: Removed. * UIProcess/API/mac/WKBrowsingContextGroup.h: Removed. * UIProcess/API/mac/WKBrowsingContextGroup.mm: Removed. * UIProcess/API/mac/WKBrowsingContextGroupInternal.h: Removed. * UIProcess/API/mac/WKBrowsingContextGroupPrivate.h: Removed. * UIProcess/API/mac/WKBrowsingContextLoadDelegate.h: Removed. * UIProcess/API/mac/WKBrowsingContextPolicyDelegate.h: Removed. * UIProcess/API/mac/WKConnection.h: Removed. * UIProcess/API/mac/WKConnection.mm: Removed. * UIProcess/API/mac/WKConnectionInternal.h: Removed. * UIProcess/API/mac/WKProcessGroup.h: Removed. * UIProcess/API/mac/WKProcessGroup.mm: Removed. * UIProcess/API/mac/WKProcessGroupInternal.h: Removed. * UIProcess/API/mac/WKProcessGroupPrivate.h: Removed. * UIProcess/API/mac/WKTypeRefWrapper.h: Removed. * UIProcess/API/mac/WKTypeRefWrapper.mm: Removed. * UIProcess/API/mac/WKView.h: Removed. * UIProcess/API/mac/WKViewPrivate.h: Removed. * UIProcess/API/mac/WebKit2.h: Removed. * WebKit2.xcodeproj/project.pbxproj: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159874 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124936 Patch by Julien Brianceau <jbriance@cisco.com> on 2013-11-29 Reviewed by Zoltan Herczeg. The moveDoubleToInts implementations in ARM, MIPS and SH4 macro assemblers do not clobber src FPRegister and are likely to be more efficient than the current generic implementation using the stack. * jit/SpecializedThunkJIT.h: (JSC::SpecializedThunkJIT::returnDouble): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159873 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124821 Patch by Gergo Balogh <geryxyz@inf.u-szeged.hu> on 2013-11-29 Reviewed by Csaba Osztrogonác. * Scripts/webkitpy/style/checkers/cpp.py: (check_include_line): * Scripts/webkitpy/style/checkers/cpp_unittest.py: (OrderOfIncludesTest.test_check_line_break_after_own_header): (OrderOfIncludesTest): (OrderOfIncludesTest.test_check_line_break_before_own_header): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159872 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124892 Patch by Julien Brianceau <jbriance@cisco.com> on 2013-11-29 Reviewed by Zoltan Herczeg. * assembler/MacroAssemblerSH4.h: (JSC::MacroAssemblerSH4::call): Pick a scratch register instead of getting it as a parameter. The sh4 port was the only one to have this call(Address, RegisterID) prototype. * jit/JITOpcodes32_64.cpp: (JSC::JIT::privateCompileCTINativeCall): Use argumentGPRx and merge arm and sh4 paths. * jit/ThunkGenerators.cpp: (JSC::nativeForGenerator): Use argumentGPRx and merge arm and sh4 paths. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159871 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
m.pakula@samsung.com authored
Accessibility rebaselines after r159848. * platform/efl-wk1/accessibility/table-detection-expected.txt: * platform/efl-wk2/accessibility/table-detection-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159870 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124939 Patch by Tamas Gergely <tgergely.u-szeged@partner.samsung.com> on 2013-11-29 Reviewed by Zoltan Herczeg. Symbian is not supported, remove leftover code. * plugins/npapi.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159869 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ossy@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124840 Patch by Jozsef Berta <jberta@inf.u-szeged.hu> on 2013-11-29 Reviewed by Ryosuke Niwa. A fixme in test-webkit-scripts asked that the script should display success or failiure and exit with a 0 or 1 value accordingly after all of the tests have completed. * Scripts/test-webkit-scripts: (ScriptsTester.run_test_script): The outcome of the currently run script is returned to the main as a boolean value. A boolean is returned, because at this point we don't need to pass on more information other than success or failiure. (ScriptsTester.main): The return values are now stored for each script and when all tests have completed successfully, the script indicates success and returns 0. Otherwise it will display the name(s) of the failing script(s) and return 1. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159868 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124923 Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-11-29 Reviewed by Mario Sanchez Prada. Tools: Added missing implementation of isAttributeSettable. Using ATK_STATE_EDITABLE for checking whether attribute is settable. * DumpRenderTree/atk/AccessibilityUIElementAtk.cpp: (AccessibilityUIElement::isAttributeSettable): * WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp: (WTR::AccessibilityUIElement::isAttributeSettable): LayoutTests: Test could be reused by EFL and GTK as well. * accessibility/content-editable-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/content-editable-expected.txt. * accessibility/content-editable.html: Renamed from LayoutTests/platform/mac/accessibility/content-editable.html. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159867 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124899 Patch by Laszlo Vidacs <lac@inf.u-szeged.hu> on 2013-11-29 Reviewed by Gyuyoung Kim. * Source/cmake/FindCairo.cmake: * Source/cmake/FindGStreamer.cmake: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159866 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124965 Patch by Hunseop Jeong <hs85.jeong@samsung.com> on 2013-11-29 Reviewed by Gyuyoung Kim. Currently, size of the viewport is larger than size of webview. Changed the size of viewport with size of webview, because viewport is translated by wrong calculation. * UIProcess/API/efl/EwkView.cpp: (EwkView::displayTimerFired): Changed to use the (0,0). (EwkView::createGLSurface): Modified to use the viewSize instead of the boundsEnd. (EwkView::handleEvasObjectCalculate): Removed the WKViewSetUserViewportTranslation. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159865 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=118548 Patch by Eunmi Lee <eunmi15.lee@samsung.com> on 2013-11-28 Reviewed by Noam Rosenthal. CoordinatedGraphics uses its own scaling logic - contents scaling - and WebView of CoordinatedGraphics maintains contents position by scaling with contents scaling factor. However transformToScene() and updateViewportSize() of WebView regard the contents position as a non-scaled value, so it should be fixed. * UIProcess/CoordinatedGraphics/WebView.cpp: (WebKit::WebView::transformToScene): (WebKit::WebView::updateViewportSize): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159864 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 28 Nov, 2013 8 commits
-
-
ryuan.choi@samsung.com authored
https://bugs.webkit.org/show_bug.cgi?id=124993 Reviewed by Gyuyoung Kim. PageViewportController and PageViewportControllerEfl have same life cycle with EwkView. So, we don't need to make them as unique_ptr instance. * UIProcess/API/efl/EwkView.cpp: (EwkView::EwkView): (EwkView::handleEvasObjectCalculate): (EwkView::scrollBy): * UIProcess/API/efl/EwkView.h: (EwkView::pageViewportController): * UIProcess/efl/PageLoadClientEfl.cpp: (WebKit::PageLoadClientEfl::didCommitLoadForFrame): * UIProcess/efl/ViewClientEfl.cpp: (WebKit::ViewClientEfl::didChangeContentsSize): (WebKit::ViewClientEfl::didChangeContentsPosition): (WebKit::ViewClientEfl::didRenderFrame): (WebKit::ViewClientEfl::didCompletePageTransition): (WebKit::ViewClientEfl::didChangeViewportAttributes): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159863 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124992 Patch by Nick Diego Yamane <nick.yamane@openbossa.org> on 2013-11-28 Reviewed by Gyuyoung Kim. * UIProcess/API/gtk/PageClientImpl.cpp: (WebKit::PageClientImpl::didCommitLoadForMainFrame): Added. * UIProcess/API/gtk/PageClientImpl.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159862 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jinwoo7.song@samsung.com authored
https://bugs.webkit.org/show_bug.cgi?id=124991 Reviewed by Gyuyoung Kim. Redefined newly added pure virtual function in PageClient class after r159859. * UIProcess/CoordinatedGraphics/WebView.cpp: (WebKit::WebView::didCommitLoadForMainFrame): * UIProcess/CoordinatedGraphics/WebView.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159861 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
gyuyoung.kim@samsung.com authored
https://bugs.webkit.org/show_bug.cgi?id=124837 Reviewed by Antti Koivisto. InlineIterator has been exported m_obj as public though there is a getter function. Besides *object* name isn't ambigious. So, changed it with m_renderer and renderer(). Additionally, setRenderer() is added as well. No new tests, no behavior changes. * rendering/InlineIterator.h: (WebCore::InlineIterator::setObject): (WebCore::operator==): (WebCore::operator!=): (WebCore::InlineBidiResolver::appendRun): * rendering/RenderBlockLineLayout.cpp: (WebCore::RenderBlockFlow::appendRunsForObject): (WebCore::constructBidiRunsForLine): (WebCore::RenderBlockFlow::createLineBoxesFromBidiRuns): (WebCore::RenderBlockFlow::layoutRunsAndFloatsInRange): (WebCore::RenderBlockFlow::matchedEndLine): * rendering/line/BreakingContextInlineHeaders.h: (WebCore::TrailingObjects::updateMidpointsForTrailingBoxes): (WebCore::BreakingContext::BreakingContext): (WebCore::BreakingContext::currentObject): (WebCore::BreakingContext::initializeForCurrentObject): (WebCore::BreakingContext::handleBR): (WebCore::BreakingContext::handleOutOfFlowPositioned): (WebCore::BreakingContext::handleFloat): (WebCore::BreakingContext::handleEmptyInline): (WebCore::BreakingContext::handleReplaced): (WebCore::iteratorIsBeyondEndOfRenderCombineText): (WebCore::ensureCharacterGetsLineBox): (WebCore::BreakingContext::handleText): (WebCore::BreakingContext::canBreakAtThisPosition): (WebCore::BreakingContext::commitAndUpdateLineBreakIfNeeded): (WebCore::checkMidpoints): (WebCore::BreakingContext::handleEndOfLine): * rendering/line/LineBreaker.cpp: (WebCore::LineBreaker::skipTrailingWhitespace): (WebCore::LineBreaker::skipLeadingWhitespace): * rendering/line/LineInlineHeaders.h: (WebCore::skipNonBreakingSpace): (WebCore::requiresLineBox): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159860 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=124961 Reviewed by Dan Bernstein. - Store the PageClientImpl in a std::unique_ptr. - Remove the WKBrowsingContextController internal load delegate. Replace its use with a new PageClient function, didCommitLoadForMainFrame. - Fix typo in the WKContentViewDelegate. contentViewdidCommitLoadForMainFrame -> contentViewDidCommitLoadForMainFrame. - Add initializers for WKContentView and WKView that take WKContextRefs and WKPageGroupRefs to match the Mac WKView. These are needed for WebKitTestRunner. - Require a WKProcessGroup (or WKContextRef) and a WKBrowsingContextGroup (or WKPageGroupRef). - Stop caching the WKProcessGroup and WKBrowsingContextGroup on the WKContentView. - Remove incorrect implementations of initWithCoder. - Make WKContentView lazily create its WKBrowsingContextController wrapper. * UIProcess/API/ios/PageClientImplIOS.h: * UIProcess/API/ios/PageClientImplIOS.mm: (WebKit::PageClientImpl::PageClientImpl): (WebKit::PageClientImpl::didCommitLoadForMainFrame): (WebKit::PageClientImpl::mainDocumentDidReceiveMobileDocType): * UIProcess/API/ios/WKContentView.h: * UIProcess/API/ios/WKContentView.mm: (-[WKContentView initWithCoder:]): (-[WKContentView initWithFrame:processGroup:browsingContextGroup:]): (-[WKContentView browsingContextController]): (-[WKContentView _commonInitializationWithContextRef:pageGroupRef:relatedToPage:]): (-[WKContentView _didCommitLoadForMainFrame]): (-[WKContentView _didReceiveMobileDocTypeForMainFrame]): (-[WKContentView _didChangeViewportArguments:WebCore::]): (-[WKContentView _decidePolicyForGeolocationRequestFromOrigin:frame:request:]): (-[WKContentView _pageRef]): (-[WKContentView initWithFrame:contextRef:pageGroupRef:]): (-[WKContentView initWithFrame:contextRef:pageGroupRef:relatedToPage:]): * UIProcess/API/ios/WKContentViewInternal.h: * UIProcess/API/ios/WKContentViewPrivate.h: Added. * UIProcess/API/ios/WKView.mm: (-[WKView initWithFrame:processGroup:browsingContextGroup:]): (-[WKView initWithFrame:processGroup:browsingContextGroup:relatedToView:]): (-[WKView contentViewDidCommitLoadForMainFrame:]): (-[WKView _commonInitializationWithContextRef:pageGroupRef:relatedToPage:]): (-[WKView pageRef]): (-[WKView initWithFrame:contextRef:pageGroupRef:]): (-[WKView initWithFrame:contextRef:pageGroupRef:relatedToPage:]): * UIProcess/API/mac/PageClientImpl.h: * UIProcess/API/mac/PageClientImpl.mm: (WebKit::PageClientImpl::didCommitLoadForMainFrame): * UIProcess/API/mac/WKBrowsingContextController.mm: (didCommitLoadForFrame): * UIProcess/API/mac/WKBrowsingContextControllerInternal.h: * UIProcess/API/mac/WKViewPrivate.h: * UIProcess/PageClient.h: * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::didCommitLoadForFrame): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159859 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
antti@apple.com authored
Rubber-stamped by Andreas Kling. * css3/filters/reference-filter-update-after-remove-expected.txt: Removed. * css3/filters/reference-filter-update-after-remove.html: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159858 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=124980 Patch by Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> on 2013-11-28 Reviewed by Csaba Osztrogonác. Just to sync our private repo files and the trunk, as part of the upstream process. * wtf/DisallowCType.h: * wtf/PlatformNix.cmake: * wtf/nix/FeatureDefinesNix.h: * wtf/nix/PlatformNix.h: * wtf/nix/RunLoopNix.cpp: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159857 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
antti@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=124990 Reviewed by Andreas Kling. "Set" does not add useful information here. Use less clunky plural name. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@159856 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-