[Webkit-unassigned] [Bug 158173] New: Clean up all C++ lambdas passed to dispatch() methods
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 27 17:01:20 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158173
Bug ID: 158173
Summary: Clean up all C++ lambdas passed to dispatch() methods
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: beidson at apple.com
Clean up all C++ lambdas passed to dispatch() methods
Now that we have C++14 we can make sure we don't do unnecessary copies of captured variables, as well as initialize things like protectors inside of the capture list.
By going through all of them we can probably also fix some thread safety issues.
I plan to grep through all of Source using:
grep -rn '\[.\+\]\s*\((.*)\)\?\s*{\s*$' .
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160528/c0a774f8/attachment.html>
More information about the webkit-unassigned
mailing list