X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2FChangeLog;h=8117fdc1efbcba243267800ab1098fc65538aaba;hp=911741a20719fe5805f248f9ed6db326cd370e6b;hb=a4216b94fb309e21e9c066c81dd7b3316843629d;hpb=6361f9c50fa86ebd2ab0eb9b7b4a224727ee138b diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 911741a..8117fdc 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,27 @@ +2014-08-07 Enrica Casucci + + [Services with UI] Action menu does not appear if selection includes both text and an image. + https://bugs.webkit.org/show_bug.cgi?id=135731 + + + Reviewed by Brady Eidson. + + When collecting selection rects via SelectionRectGatherer we should also note if the selection + contains non text elements. This way the Notifier class can send that information to ServicesOverlayController + to properly handle the highlight for the service. + + * editing/SelectionRectGatherer.cpp: + (WebCore::SelectionRectGatherer::SelectionRectGatherer): + (WebCore::SelectionRectGatherer::Notifier::~Notifier): + (WebCore::SelectionRectGatherer::clearAndCreateNotifier): + * editing/SelectionRectGatherer.h: + (WebCore::SelectionRectGatherer::setTextOnly): + (WebCore::SelectionRectGatherer::isTextOnly): + * page/EditorClient.h: + (WebCore::EditorClient::selectionRectsDidChange): + * rendering/RenderView.cpp: + (WebCore::RenderView::applySubtreeSelection): + 2014-08-07 Andy Estes [Mac] Parental Controls content filter is mistakenly enabled for HTTP responses