Releases: eclipsesource/perfetto
Releases · eclipsesource/perfetto
Perfetto UI - d148402da33b40
Add a hook to get early access to trace object before loading (#169) Perfetto plugins in host apps need to be able to access contextual information associated with the trace during loading of the trace and initialization of the plugin instance. This requires that a host app be able to associate information with the trace before the AppImpl's promise result from its various trace loading APIs is resolved at the completion of loading. Accordingly, add an optinoal call-back function parameter to the AppImpl load method implementations to provide this trace early access hook. For android-graphics/sokatoa#4633 Signed-off-by: Christian W. Damus <cdamus@eclipsesource.com>
Perfetto UI - 061c73826effcb
perfetto-ui-061c73826effcb [ui] HTTP RPC Engine attempts reconnection until disposal (#168)
Perfetto UI - 0a412c7b318f46
Merge the v53.0 release into Sokatoa fork For android-graphics/sokatoa#4184
Perfetto UI - d446c35d1ac39a
ui: attach WASD key listener to the main UI, not the document body For android-graphics/sokatoa#4271 Signed-off-by: Christian W. Damus <cdamus.ext@eclipsesource.com>
Perfetto UI - de57204f5130c2
perfetto-ui-de57204f5130c2 ui: no title update (#165)
Perfetto UI - a1149baa1d3206
Commits
- no title update #165 (Colin Grant)
Perfetto UI - bf79eb3a2dcfc5
perfetto-ui-bf79eb3a2dcfc5 [ui] switch to asynch queue for trace loading (#164)
Perfetto UI - dc64278a342f53
ui: separate modal dialog state by trace Where applicable, tie the modal dialog state to a trace. Where an explicit trace context is available, inject it into the dialog state. Otherwise, infer it from the currently active trace if there is one, otherwise the app instance. For android-graphics/sokatoa#4112 Signed-off-by: Christian W. Damus <cdamus.ext@eclipsesource.com>
Perfetto UI - 4eae8905e835a9
tp: open files with utf-8 encoding in gen_amalgamted_sql.py (#3343) Fixes #3342 ---- In Korean locales it is not unusual that the platform default encoding on Windows is the EUC-KR codepage, so on these and other systems that don't default to UTF-8, it would help to have any build script that loads UTF-8 files make that explicit in their code. Signed-off-by: Christian W. Damus <cdamus.ext@eclipsesource.com>
Perfetto UI - 434bc594fda51b
perfetto-ui-434bc594fda51b ui: per-instance port for HttpRpcEngine (#160)