<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:cgarcia@igalia.com" title="Carlos Garcia Campos <cgarcia@igalia.com>"> <span class="fn">Carlos Garcia Campos</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Add selection-changed signal to the WebKit2 API"
href="https://bugs.webkit.org/show_bug.cgi?id=137116">bug 137116</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Attachment #257081 Flags</td>
<td>review?, commit-queue?
</td>
<td>review+, commit-queue-
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Add selection-changed signal to the WebKit2 API"
href="https://bugs.webkit.org/show_bug.cgi?id=137116#c25">Comment # 25</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Add selection-changed signal to the WebKit2 API"
href="https://bugs.webkit.org/show_bug.cgi?id=137116">bug 137116</a>
from <span class="vcard"><a class="email" href="mailto:cgarcia@igalia.com" title="Carlos Garcia Campos <cgarcia@igalia.com>"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=257081&action=diff" name="attach_257081" title="Patch">attachment 257081</a> <a href="attachment.cgi?id=257081&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=257081&action=review">https://bugs.webkit.org/attachment.cgi?id=257081&action=review</a>
<span class="quote">> Tools/TestWebKitAPI/Tests/WebKit2Gtk/EditorTest.cpp:51
> + GRefPtr<WebKitDOMDOMWindow> domWindow = adoptGRef(webkit_dom_document_get_default_view(document));</span >
g_assert(WEBKIT_DOM_IS_DOM_WINDOW(domWindow.get()));
<span class="quote">> Tools/TestWebKitAPI/Tests/WebKit2Gtk/EditorTest.cpp:52
> + GRefPtr<WebKitDOMDOMSelection> domSelection = adoptGRef(webkit_dom_dom_window_get_selection(domWindow.get()));</span >
And same here for the selection.
<span class="quote">> Tools/TestWebKitAPI/Tests/WebKit2Gtk/EditorTest.cpp:62
> + GRefPtr<WebKitDOMDOMWindow> domWindow = adoptGRef(webkit_dom_document_get_default_view(document));
> + GRefPtr<WebKitDOMDOMSelection> domSelection = adoptGRef(webkit_dom_dom_window_get_selection(domWindow.get()));</span >
Ditto.
<span class="quote">> Tools/TestWebKitAPI/Tests/WebKit2Gtk/EditorTest.cpp:72
> + GRefPtr<WebKitDOMDOMWindow> domWindow = adoptGRef(webkit_dom_document_get_default_view(document));
> + GRefPtr<WebKitDOMDOMSelection> domSelection = adoptGRef(webkit_dom_dom_window_get_selection(domWindow.get()));</span >
Ditto.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>