Confirmed users
574
edits
(→Blame/VCS integration: (easy)) |
(→Indexing: Point to the code which generates other languages' attr names from IDL attr names.) |
||
| Line 83: | Line 83: | ||
** The code base is compiled for multiple platforms. Currently I cannot find the functions which are defined on ARM unless we use a search as we used to do on MXR. | ** The code base is compiled for multiple platforms. Currently I cannot find the functions which are defined on ARM unless we use a search as we used to do on MXR. | ||
* (4) Include Doxygen/Javadocs-like documentation. For C, C++, IDL, Java, JS, etc. | * (4) Include Doxygen/Javadocs-like documentation. For C, C++, IDL, Java, JS, etc. | ||
* (5) Support for generated files in indexing. (Is this about IDLs, for example? We should just make DXR understand IDLs.) | * (5) Support for generated files in indexing. (Is this about IDLs, for example? We should just make DXR understand IDLs. Here's the code that turns IDL attr names into C++ and JS ones: http://dxr.mozilla.org/mozilla-central/source/xpcom/idl-parser/header.py#l34, http://dxr.mozilla.org/mozilla-central/source/dom/bindings/Codegen.py (search for "binaryNames and makeNativeName").) | ||
=== Blame/VCS integration === | === Blame/VCS integration === | ||