Bug 105626 - Web Inspector: refactor TextEditorHighlighter's highlight attributes to dense array
Summary: Web Inspector: refactor TextEditorHighlighter's highlight attributes to dense...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Lushnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 04:04 PST by Andrey Lushnikov
Modified: 2012-12-24 03:24 PST (History)
9 users (show)

See Also:


Attachments
Patch (10.52 KB, patch)
2012-12-21 04:21 PST, Andrey Lushnikov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Lushnikov 2012-12-21 04:04:29 PST
At the moment TextEditorHighlighter's properties are stored as a sparse array. 
Having them in a dense array seems to be both more convenient and faster for later processing.
Comment 1 Andrey Lushnikov 2012-12-21 04:21:37 PST
Created attachment 180499 [details]
Patch
Comment 2 WebKit Review Bot 2012-12-24 03:24:17 PST
Comment on attachment 180499 [details]
Patch

Clearing flags on attachment: 180499

Committed r138438: <http://trac.webkit.org/changeset/138438>
Comment 3 WebKit Review Bot 2012-12-24 03:24:20 PST
All reviewed patches have been landed.  Closing bug.