haikuwebkit/Source/WebCore/Modules/highlight
Ryosuke Niwa 359b37cb01 AppHighlightStorage should not inherit privately from RefCounted
https://bugs.webkit.org/show_bug.cgi?id=228562

Reviewed by Wenson Hsieh.

AppHighlightStorage is only stored with unique_ptr. There is no reason for this class
to *privately* inherit from RefCounted.

* Modules/highlight/AppHighlightStorage.h:


Canonical link: https://commits.webkit.org/240037@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280396 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-07-28 19:31:54 +00:00
..
AppHighlight.h Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
AppHighlightRangeData.cpp Add logging for legacy AppHighlight decoding to aid in future debugging. 2021-07-08 17:17:09 +00:00
AppHighlightRangeData.h Add ID and versioning support for AppHighlights 2021-06-30 23:54:40 +00:00
AppHighlightStorage.cpp Avoid Quick Note overlay when scrolling to show a highlight 2021-07-22 17:07:21 +00:00
AppHighlightStorage.h AppHighlightStorage should not inherit privately from RefCounted 2021-07-28 19:31:54 +00:00
Highlight.cpp Allow AppHighlight visibility to be toggled 2021-05-04 05:54:15 +00:00
Highlight.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
Highlight.idl Rename HighlightMap to HighlightRegister and HighlightRangeGroup to Highlight to match current spec 2020-10-20 23:58:03 +00:00
HighlightRegister.cpp Allow AppHighlight visibility to be toggled 2021-05-04 05:54:15 +00:00
HighlightRegister.h Allow AppHighlight visibility to be toggled 2021-05-04 05:54:15 +00:00
HighlightRegister.idl Rename HighlightMap to HighlightRegister and HighlightRangeGroup to Highlight to match current spec 2020-10-20 23:58:03 +00:00
HighlightVisibility.h Allow AppHighlight visibility to be toggled 2021-05-04 05:54:15 +00:00