Skip to content

Releases: karlinjf/ChromiumXRefs

Fixed refs in the call graph

04 May 01:39
Compare
Choose a tag to compare
1.2.1

refs working again

Works with Kythe

30 Apr 18:23
01f9bea
Compare
Choose a tag to compare

Codesearch changed its backend, which completely broke ChromiumXRefs for
months. This change attempts to restore the plugin back to its previous state.
This is likely to be a buggy release as the work isn't complete, but folks
have been asking for updates so here you go.

Lots of fixes and improvements

26 Oct 15:29
Compare
Choose a tag to compare

Notable:

  • Searches for the relevant line in the file if the line number of the reference is off
  • The call-graph now follows IPC calls, so you can trace calls across processes!
  • Half-baked mojo call-graph support, it's mostly broken

Better signature searching

21 Aug 16:08
Compare
Choose a tag to compare
1.1.1

better match

Major upgrades

04 Aug 01:02
Compare
Choose a tag to compare
  • Utilizes new chromium codesearch backend
  • Can dig through references (e.g., base::Bind) in the call graph
  • Can dig through doloops in the call graph
  • Lots more

Move codesearch code into a class

06 May 14:39
Compare
Choose a tag to compare

Crash fixes and output in panel instead of inline

06 May 00:54
Compare
Choose a tag to compare
1.0.7

Remove library dependency

Now uses a panel to show x-refs output

21 Apr 01:50
Compare
Choose a tag to compare

Fix search for root src/ directory

21 Feb 15:22
Compare
Choose a tag to compare
1.0.1

Better search for src directory