[Webkit-unassigned] [Bug 17896] Inspector console should autocomplete the id's in the document when completing document.getElementById
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 3 04:02:29 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=17896
Umar Hansa <admin at umaar.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |admin at umaar.com
--- Comment #10 from Umar Hansa <admin at umaar.com> 2012-10-03 04:02:53 PST ---
(In reply to comment #5)
> This patch provides simple caching. After a list is fetched, a timer is started to clear
> all lists after 30 seconds. I could change to timestamps, or cache indefinitely. Any
> preferences?
Hi, I'm not a WebKit committer or anything, but this feature looked interesting so I had a quick look through it, sorry if this comes across naive but instead of clearing the cached queries every 30 seconds would it be worth using DOM Mutation Events (http://www.w3.org/TR/DOM-Level-2-Events/events.html) or Mutation Observers to detect changes to the DOM and then clear the cache?
--
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