aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/content.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename content to content_taskBrian Anderson2012-08-191-241/+0
* Rename Layout to LayoutTaskBrian Anderson2012-08-191-11/+11
* Rename renderer to render_taskBrian Anderson2012-08-191-1/+1
* Rename sink to compositorBrian Anderson2012-08-191-8/+8
* Reflow when images become availableBrian Anderson2012-08-171-2/+16
* class -> strucTEric Holk2012-08-171-2/+2
* More build fixesBrian Anderson2012-08-161-3/+3
* Fix some breakageBrian Anderson2012-08-161-6/+6
* arc is in std nowBrian Anderson2012-08-111-1/+1
* Load images through the image cacheBrian Anderson2012-08-101-4/+8
* Update for impl language changesPatrick Walton2012-08-091-2/+0
* Fixed syntax by changing alt to matchMargaret Meyerhofer2012-08-081-7/+5
* Fixed the changing alt syntax and cleaned up some compiler warningsMargaret Meyerhofer2012-08-061-20/+18
* Adapt to rust changesTuncer Ayaz2012-08-051-6/+6
* Feed the HTML/CSS parsers with the ResourceTaskBrian Anderson2012-07-271-1/+1
* Make relative hrefs workBrian Anderson2012-07-271-1/+1
* Represent URLs as url objects, not stringsBrian Anderson2012-07-271-10/+14
* Begin threading the ResourceTask through the engineBrian Anderson2012-07-271-4/+11
* Use pipes for exit messages.Eric Holk2012-07-261-2/+2
* Add primitive binding example for Document (documentElement), and Node (first...Josh Matthews2012-07-241-5/+25
* Added width and height parsingMargaret Meyerhofer2012-07-191-1/+0
* Update for language changes regarding unique stringsPatrick Walton2012-07-121-5/+5
* Fix reshaping window callbackPatrick Walton2012-07-121-12/+43
* Make content a classPatrick Walton2012-07-121-62/+106
* Stub event handlingPatrick Walton2012-07-121-6/+16
* Fix imports for new resolve logicBrian Anderson2012-07-111-1/+3
* Fixed compile errors from new macro syntaxMargaret Meyerhofer2012-07-021-8/+6
* Capitalized css style types, removed redundant pretty-printing.Margaret Meyerhofer2012-06-291-3/+1
* Changed the css parsing to be called when a <link /> is used instead of guess...Margaret Meyerhofer2012-06-261-21/+4
* Refactored html and css lexing into separate files and capitalized those typesMargaret Meyerhofer2012-06-221-2/+3
* Cleanup for new conventionsBrian Anderson2012-06-221-24/+33
* Fix invalid moves per latest rustc buildBrian Anderson2012-06-211-2/+2
* Remove remaining implicit copy warningsMargaret Meyerhofer2012-06-201-0/+2
* Changed css matching to match nodes in parallel.Margaret Meyerhofer2012-06-191-13/+11
* Refactor RCU to use the CamelCase naming conventionPatrick Walton2012-06-141-4/+5
* CamelCase everything in dom/basePatrick Walton2012-06-141-2/+3
* CamelCase messagesPatrick Walton2012-06-141-24/+29
* layout -> layout_task. Fixes a bunch of ugly imports.Patrick Walton2012-06-141-7/+12
* Removed impilicitly copying value warnings.Margaret Meyerhofer2012-06-131-10/+13
* Added css selector matching and now render specified background colorsMargaret Meyerhofer2012-06-081-2/+2
* Implemented a parser for a subset of css and added a hack for guessing when ....Margaret Meyerhofer2012-06-011-1/+27
* move JS stuff out of servo into mozjs; redefine geom types toNiko Matsakis2012-05-311-4/+4
* make it possible for content to (successfully) invoke JSNiko Matsakis2012-05-311-0/+3
* Added css datastructures, pretty-printing, and a lexerMargaret Meyerhofer2012-05-291-1/+1
* refactor to have some global fns in JSNiko Matsakis2012-05-241-2/+2
* wip: integrate jsNiko Matsakis2012-05-171-2/+12
* integrate spidermonkey (it doesn't do anything yet)Niko Matsakis2012-05-171-1/+10
* separate into tasks that actually parseNiko Matsakis2012-05-041-15/+45
* separate tree rd/wr ifaces, make them based on an ops objectNiko Matsakis2012-05-041-1/+1
* More impressive demoBrian Anderson2012-05-041-19/+3