Title: [194179] tags/Safari-602.1.13.4/Source/_javascript_Core
- Revision
- 194179
- Author
- [email protected]
- Date
- 2015-12-16 15:22:43 -0800 (Wed, 16 Dec 2015)
Log Message
Merged r192991. rdar://problem/23728977
Modified Paths
Diff
Modified: tags/Safari-602.1.13.4/Source/_javascript_Core/ChangeLog (194178 => 194179)
--- tags/Safari-602.1.13.4/Source/_javascript_Core/ChangeLog 2015-12-16 23:20:56 UTC (rev 194178)
+++ tags/Safari-602.1.13.4/Source/_javascript_Core/ChangeLog 2015-12-16 23:22:43 UTC (rev 194179)
@@ -1,3 +1,19 @@
+2015-12-16 Babak Shafiei <[email protected]>
+
+ Merge r192991.
+
+ 2015-12-02 Joseph Pecoraro <[email protected]>
+
+ REGRESSION(r192753): Remote Web Inspector: Applications and Debuggables not showing up in debuggers
+ https://bugs.webkit.org/show_bug.cgi?id=151787
+
+ Reviewed by Brian Burg.
+
+ * inspector/remote/RemoteInspector.mm:
+ (Inspector::RemoteInspector::receivedIndicateMessage):
+ Removed lock that was unnecessarily added in r192753. It was
+ protecting nothing.
+
2015-12-01 Commit Queue <[email protected]>
Unreviewed, rolling out r192914.
Modified: tags/Safari-602.1.13.4/Source/_javascript_Core/inspector/remote/RemoteInspector.mm (194178 => 194179)
--- tags/Safari-602.1.13.4/Source/_javascript_Core/inspector/remote/RemoteInspector.mm 2015-12-16 23:20:56 UTC (rev 194178)
+++ tags/Safari-602.1.13.4/Source/_javascript_Core/inspector/remote/RemoteInspector.mm 2015-12-16 23:22:43 UTC (rev 194179)
@@ -685,8 +685,6 @@
BOOL indicateEnabled = [[userInfo objectForKey:WIRIndicateEnabledKey] boolValue];
- std::lock_guard<Lock> lock(m_mutex);
-
callOnWebThreadOrDispatchAsyncOnMainThread(^{
RemoteControllableTarget* target = nullptr;
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes