- Global css_apply_text_align (struct html_context *html_context, struct html_element *element, struct css_property *prop)
- FIXME: Because the current CSS doesn't provide reasonable defaults for each HTML element this applier will cause bad rendering of <pre> tags.
- Global str_to_time_t (s)
- 923: Assumes time_t values fit in
long
.
- Global time_print_T
- 923: Assumes time_t values fit in
long
.
- Global timeval_from_seconds
923: Assumes time_t values fit in long. (This function is used for both timestamps and durations.)
- Struct timeval_T
- 923: Assumes time_t values fit in long. (This structure is used for both timestamps and durations.)
- Global timeval_to_seconds
923: Assumes time_t values fit in long. (This function is used for both timestamps and durations.)
- Global tp_display
- FIXME: We need to modify this function to take frame data instead, as we want to use this function for frames as well (now, when frame has content type text/plain, it is ignored and displayed as HTML).