aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/dom/base.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Document and Node to own files.Brian J. Burg2012-09-201-168/+0
* Move DOM window to own fileBrian J. Burg2012-09-201-32/+1
* Parse a bunch more tags; move ElementData enum to its own file; fix some UA s...Brian J. Burg2012-09-201-51/+2
* Add comments on overall design; move display list building to Flows and Boxes...Brian J. Burg2012-09-191-3/+3
* Shuffle around code in layout/base.rs to have better locality; move DebugMeth...Brian J. Burg2012-09-171-0/+27
* Rewrite the layout tree to use tandem flow/box trees. Flows areBrian J. Burg2012-09-171-15/+36
* s/import/use/g; fix class method syntaxBrian J. Burg2012-09-111-0/+2
* Mostly fix build breaksBrian J. Burg2012-09-101-61/+74
* 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-0/+17
* Various fixes related to explicit copying and reinterpret_cast use.Brian J. Burg2012-09-051-1/+1
* Make servo build againBrian Anderson2012-08-301-10/+10
* Add window.setTimeout. Convert all content node bindings to use RCU write poi...Josh Matthews2012-08-221-4/+28
* Add further HMTL element prototype hierarchy. Add HTMLImageElement.width gett...Josh Matthews2012-08-211-3/+4
* Add a window object with an alert methodTim Chevalier2012-08-211-1/+10
* Add prototypes to DOMDocument and Node.Josh Matthews2012-08-201-1/+1
* Move Document to dom::baseBrian Anderson2012-08-191-1/+12
* Rename content to content_taskBrian Anderson2012-08-191-1/+1
* class -> strucTEric Holk2012-08-171-2/+2
* Fix some breakageBrian Anderson2012-08-161-2/+2
* Update for impl language changesPatrick Walton2012-08-091-7/+5
* Fixed the changing alt syntax and cleaned up some compiler warningsMargaret Meyerhofer2012-08-061-3/+3
* Adapt to rust changesTuncer Ayaz2012-08-051-1/+1
* Add primitive binding example for Document (documentElement), and Node (first...Josh Matthews2012-07-241-1/+15
* Added traits to adhere to new coherence requirementsMargaret Meyerhofer2012-07-181-1/+5
* Fixed all strings in the old formatMargaret Meyerhofer2012-07-181-7/+7
* Fixed compile errors from new macro syntaxMargaret Meyerhofer2012-07-021-2/+2
* Capitalize more typesBrian Anderson2012-06-281-3/+3
* Remove remaining implicit copy warningsMargaret Meyerhofer2012-06-201-0/+3
* Fix naming in treePatrick Walton2012-06-141-5/+5
* Refactor RCU to use the CamelCase naming conventionPatrick Walton2012-06-141-6/+9
* CamelCase everything in dom/basePatrick Walton2012-06-141-14/+15
* node -> NodePatrick Walton2012-06-141-13/+14
* Use spec names for ElementKindsPatrick Walton2012-06-141-8/+8
* CamelCase node kinds. Also fix shape glue problem in CSS color comparison.Patrick Walton2012-06-141-4/+5
* Move to rust-geomPatrick Walton2012-06-141-2/+3
* Removed impilicitly copying value warnings.Margaret Meyerhofer2012-06-131-3/+3
* move JS stuff out of servo into mozjs; redefine geom types toNiko Matsakis2012-05-311-1/+1
* Added css datastructures, pretty-printing, and a lexerMargaret Meyerhofer2012-05-291-3/+4
* Stub style application; add an attribute accessor methodPatrick Walton2012-05-241-1/+12
* Parse generic attributes; add an image test casePatrick Walton2012-05-241-0/+13
* Make <head> display: nonePatrick Walton2012-05-241-1/+2
* Parse unknown HTML elements into something sanePatrick Walton2012-05-241-0/+1
* Factor out elements into a generic typePatrick Walton2012-05-241-5/+19
* Stub text supportPatrick Walton2012-05-171-1/+2
* Implement toy inline layoutPatrick Walton2012-05-171-0/+1
* Stub CSS computed style constructionPatrick Walton2012-05-101-5/+7
* separate into tasks that actually parseNiko Matsakis2012-05-041-6/+13
* separate tree rd/wr ifaces, make them based on an ops objectNiko Matsakis2012-05-041-0/+20
* implement rcu using an amazing quantity of unsafe opsNiko Matsakis2012-05-031-16/+8