1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
elinks/src/document
Kalle Olavi Niemitalo 98260f7970 CSS bug 766: Parse the id and class attributes in advance.
time elinks -no-connect -no-home 'http://rss.slashdot.org/Slashdot/slashdot/to?m=5878'
Wait until finished loading, then press q and Enter.

before	19.96user 0.16system 0:25.97elapsed 77%CPU (0avgtext+0avgdata 0maxresident)k
	0inputs+0outputs (0major+3630minor)pagefaults 0swaps
after	6.46user 0.12system 0:12.66elapsed 52%CPU (0avgtext+0avgdata 0maxresident)k
	0inputs+0outputs (0major+3630minor)pagefaults 0swaps
before	18.02user 0.19system 0:23.86elapsed 76%CPU (0avgtext+0avgdata 0maxresident)k
	0inputs+0outputs (0major+3572minor)pagefaults 0swaps
after	5.73user 0.15system 0:10.02elapsed 58%CPU (0avgtext+0avgdata 0maxresident)k
	0inputs+0outputs (0major+3628minor)pagefaults 0swaps
before	19.80user 0.15system 0:25.14elapsed 79%CPU (0avgtext+0avgdata 0maxresident)k
	0inputs+0outputs (0major+3461minor)pagefaults 0swaps
after	6.28user 0.13system 0:11.91elapsed 53%CPU (0avgtext+0avgdata 0maxresident)k
	0inputs+0outputs (0major+3626minor)pagefaults 0swaps
2007-07-15 22:19:30 +03:00
..
css CSS bug 766: Parse the id and class attributes in advance. 2007-07-15 22:19:30 +03:00
dom Simplify init_dom_renderer, drop get_css_property 2006-12-08 15:02:59 +00:00
html CSS bug 766: Parse the id and class attributes in advance. 2007-07-15 22:19:30 +03:00
plain Cast the NULL argument of straconcat to unsigned char *. 2007-03-11 12:59:11 +02:00
docdata.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
docdata.h mem_alloc_align: drop the obj type parameter 2006-02-17 17:32:59 +00:00
document.c Don't mark undisplayed names of modules for translation. 2007-03-23 00:51:56 +02:00
document.h Add .cached to struct document 2006-12-10 03:11:04 +00:00
forms.c Added id to the form control. id is used by scripts 2006-05-01 19:22:07 +02:00
forms.h Bug 914: Don't let UTF-8 I/O affect internal representations. 2007-05-20 15:31:02 +03:00
Makefile Elute all DOM-related code and put it in src/dom 2005-12-28 14:05:14 +01:00
options.c Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
options.h Document the meaning of document_options.cp. 2007-04-29 21:28:40 +03:00
refresh.c Document how timer callbacks erase timer IDs; add some assertions. 2006-12-02 18:35:03 +02:00
refresh.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
renderer.c Rename CONFIG_UTF_8 to CONFIG_UTF8. 2006-09-17 16:12:47 +03:00
renderer.h Sort links when necessary 2006-01-28 14:13:41 +01:00
view.h Eliminate link_bg 2006-05-28 01:08:46 +00:00