[Meta] Make DocumentMarker and DocumentMarkerController more clean and extensible.
https://bugs.webkit.org/show_bug.cgi?id=58111
Summary [Meta] Make DocumentMarker and DocumentMarkerController more clean and extens...
Hajime Morrita
Reported 2011-04-07 18:39:33 PDT
There are several ugly parts around DocumentMarkerController. - DocumentMarker::MarkerType and DocumentMarker::MarkerTypes is used in confusing way. - markers are stored inside a pair of vectors, which should be a vector of some struct or class. - DocumentMarker has very limited metadata. We want store subtype dependent metadata like suggestions and descriptions, etc. This meta-bug will track the problem above.
Attachments
Note You need to log in before you can comment on or make changes to this bug.