Page 1 of 1

Code study: Chrome- Devtools.js

Posted: Thu Feb 02, 2017 2:40 pm
by KSmith95
Hello all,
I'm trying to get a grasp of the source code, and currently looking through the devtools.js panel.
I'm currently looking through chrome code trying o find out when the devtools-panel list gets updated, and I am trying to grab the information stored from this.
I have an idea that it's near the addRecord(panel, request, filter)/updateFilters(filters, added) methods, but I can't pin it down exactly.

Trying to store the collected information locally

Thanks in advance

Re: Code study: Chrome- Devtools.js

Posted: Fri Feb 10, 2017 12:07 pm
by jameshouston135
this sound some thing interesting, well i will work on it for finding some sort of solution.