aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/parser/html_builder.rs
Commit message (Expand)AuthorAgeFilesLines
* Move parsers and lexers to css/ and html/ top-level dirs; fix some s/import/use/Brian J. Burg2012-09-061-273/+0
* Create a css module and divide into values, styles, and resolve things.Brian J. Burg2012-09-061-1/+1
* Add and hook up parsing for Doctype and Comment node typesBrian J. Burg2012-09-051-2/+2
* Fix upstream build breaks from reinterpret_castBrian J. Burg2012-09-051-4/+4
* Make servo build againBrian Anderson2012-08-301-24/+23
* Fix some breakageBrian Anderson2012-08-161-4/+4
* Update for latest libcore changes.Josh Matthews2012-08-151-1/+1
* Added the ability to compute heights from parent heights and to layout specif...Margaret Meyerhofer2012-08-101-9/+9
* Update for impl language changesPatrick Walton2012-08-091-4/+1
* Fixed syntax by changing alt to matchMargaret Meyerhofer2012-08-081-16/+16
* Fixed the changing alt syntax and cleaned up some compiler warningsMargaret Meyerhofer2012-08-061-49/+54
* Adapt to rust changesTuncer Ayaz2012-08-051-1/+1
* Use ResourceTask to fetch scriptsBrian Anderson2012-07-281-13/+27
* Feed the HTML/CSS parsers with the ResourceTaskBrian Anderson2012-07-271-5/+7
* Make relative hrefs workBrian Anderson2012-07-271-3/+3
* Represent URLs as url objects, not stringsBrian Anderson2012-07-271-7/+7
* Fix compile errorEric Holk2012-07-261-1/+1
* Use pipes for the CSS lexer.Eric Holk2012-07-261-1/+1
* Use pipe streams for keyboard events.Eric Holk2012-07-261-3/+3
* Add primitive binding example for Document (documentElement), and Node (first...Josh Matthews2012-07-241-5/+64
* Added width and height parsingMargaret Meyerhofer2012-07-191-18/+20
* Fixed all strings in the old formatMargaret Meyerhofer2012-07-181-13/+13
* Update for language changes regarding unique stringsPatrick Walton2012-07-121-1/+1
* Fixed deprecated vector syntaxMargaret Meyerhofer2012-07-121-9/+4
* Fixed compile errors from new macro syntaxMargaret Meyerhofer2012-07-021-11/+10
* Capitalized css style types, removed redundant pretty-printing.Margaret Meyerhofer2012-06-291-3/+3
* Changed the css parsing to be called when a <link /> is used instead of guess...Margaret Meyerhofer2012-06-261-13/+103
* reindent html_builder loopsMargaret Meyerhofer2012-06-261-58/+59
* Refactored html and css lexing into separate files and capitalized those typesMargaret Meyerhofer2012-06-221-11/+11
* Fix invalid moves per latest rustc buildBrian Anderson2012-06-211-4/+3
* Remove remaining implicit copy warningsMargaret Meyerhofer2012-06-201-0/+1
* Fix naming in treePatrick Walton2012-06-141-2/+2
* Refactor RCU to use the CamelCase naming conventionPatrick Walton2012-06-141-4/+4
* CamelCase everything in dom/basePatrick Walton2012-06-141-5/+5
* node -> NodePatrick Walton2012-06-141-3/+4
* Use spec names for ElementKindsPatrick Walton2012-06-141-16/+16
* CamelCase node kinds. Also fix shape glue problem in CSS color comparison.Patrick Walton2012-06-141-16/+11
* Move to rust-geomPatrick Walton2012-06-141-10/+18
* Removed impilicitly copying value warnings.Margaret Meyerhofer2012-06-131-3/+4
* move JS stuff out of servo into mozjs; redefine geom types toNiko Matsakis2012-05-311-8/+8
* Added css datastructures, pretty-printing, and a lexerMargaret Meyerhofer2012-05-291-2/+2
* Parse generic attributes; add an image test casePatrick Walton2012-05-241-2/+3
* Make <head> display: nonePatrick Walton2012-05-241-22/+24
* Add about:mozilla and parse itPatrick Walton2012-05-241-2/+1
* Parse unknown HTML elements into something sanePatrick Walton2012-05-241-4/+8
* Factor out elements into a generic typePatrick Walton2012-05-241-21/+27
* Parse HTML attributes and support images of different widths and heightsPatrick Walton2012-05-171-5/+42
* Stub text supportPatrick Walton2012-05-171-1/+5
* Rename int_to_au to px_to_au, etc.Brian Anderson2012-05-041-2/+2
* get it so that content actually has height and displaysNiko Matsakis2012-05-041-2/+16