[Webkit-unassigned] [Bug 17374] Inspector should support tab completion while editing CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 13 05:41:16 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=17374





--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org>  2010-04-13 05:41:16 PST ---
I don't know the best solution or this problem. I agree something like that
would be awesome to have. Its mostly just a large list of things to keep track
of, and to be calculated. I thought that would be something great to do in a
follow up patch (keep individual patches small and managable). But its great
you're thinking ahead!

If you give it a shot, we can comment on it once you put up a patch. I think a
big pre-compiled hash table (which it looks like you were showing) would be
acceptable. That might be a lot of duplication of strings, so maybe instead of
duplicating the strings have them be the indexes into the big list of values.
(Although you would need some way to keep these two in sync if you use
indexes).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list