aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/parser
Commit message (Expand)AuthorAgeFilesLines
* Move parsers and lexers to css/ and html/ top-level dirs; fix some s/import/use/Brian J. Burg2012-09-067-1581/+0
* Create a css module and divide into values, styles, and resolve things.Brian J. Burg2012-09-066-56/+54
* Long linesPatrick Walton2012-09-061-1/+2
* Add and hook up parsing for Doctype and Comment node typesBrian J. Burg2012-09-052-9/+20
* Fix upstream build breaks from reinterpret_castBrian J. Burg2012-09-054-15/+15
* Make servo build againBrian Anderson2012-08-307-134/+139
* Fixes for Rust language changesPatrick Walton2012-08-232-7/+9
* Use the Hubbub HTML parserPatrick Walton2012-08-231-0/+305
* Hack the HTML lexer to skip commentsBrian Anderson2012-08-211-7/+52
* More build fixesBrian Anderson2012-08-162-5/+5
* Fix some breakageBrian Anderson2012-08-162-6/+6
* 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-102-23/+22
* Update for impl language changesPatrick Walton2012-08-095-17/+14
* Fixed syntax by changing alt to matchMargaret Meyerhofer2012-08-086-57/+57
* Fixed the changing alt syntax and cleaned up some compiler warningsMargaret Meyerhofer2012-08-066-180/+188
* Adapt to rust changesTuncer Ayaz2012-08-055-73/+73
* Use ResourceTask to fetch scriptsBrian Anderson2012-07-281-13/+27
* Begin supporting http:// urlsBrian Anderson2012-07-271-1/+0
* Feed the HTML/CSS parsers with the ResourceTaskBrian Anderson2012-07-275-42/+86
* Make relative hrefs workBrian Anderson2012-07-271-3/+3
* Represent URLs as url objects, not stringsBrian Anderson2012-07-273-17/+18
* Begin threading the ResourceTask through the engineBrian Anderson2012-07-271-1/+3
* Fix compile errorEric Holk2012-07-261-1/+1
* Use pipes for the CSS lexer.Eric Holk2012-07-263-10/+9
* Use pipe streams for keyboard events.Eric Holk2012-07-262-5/+5
* Get rid of ~strsEric Holk2012-07-261-1/+1
* MergingEric Holk2012-07-261-2/+2
|\
| * fix minor compile errorsMargaret Meyerhofer2012-07-261-2/+2
* | We don't have to copy strings anymore, since we can log slices.Eric Holk2012-07-251-2/+2
|/
* Add primitive binding example for Document (documentElement), and Node (first...Josh Matthews2012-07-241-5/+64
* Changed color parsing to return an option instead of defaulting to blackMargaret Meyerhofer2012-07-191-9/+10
* Added width and height parsingMargaret Meyerhofer2012-07-195-199/+317
* Added traits to adhere to new coherence requirementsMargaret Meyerhofer2012-07-184-5/+40
* Fixed all strings in the old formatMargaret Meyerhofer2012-07-185-55/+55
* Update for language changes regarding unique stringsPatrick Walton2012-07-123-7/+7
* Fixed deprecated vector syntaxMargaret Meyerhofer2012-07-125-41/+37
* Fixed compile errors from new macro syntaxMargaret Meyerhofer2012-07-023-15/+14
* Capitalized css style types, removed redundant pretty-printing.Margaret Meyerhofer2012-06-293-28/+27
* cleaned up more warnings and a few copiesMargaret Meyerhofer2012-06-283-13/+12
* Changed the css parsing to be called when a <link /> is used instead of guess...Margaret Meyerhofer2012-06-263-26/+130
* reindent html_builder loopsMargaret Meyerhofer2012-06-261-58/+59
* Update for latest language changesBrian Anderson2012-06-241-1/+1
* Refactored html and css lexing into separate files and capitalized those typesMargaret Meyerhofer2012-06-226-580/+582
* Fix invalid moves per latest rustc buildBrian Anderson2012-06-213-14/+13
* Remove remaining implicit copy warningsMargaret Meyerhofer2012-06-202-0/+3
* 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