aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/engine.rs
Commit message (Expand)AuthorAgeFilesLines
* Organize all the source files into compiler/, components/, and platform/.Patrick Walton2013-05-151-111/+0
* Split the network stuff out of servo-gfx into servo-netPatrick Walton2013-05-091-3/+3
* servo: Warning police.Patrick Walton2013-05-091-1/+0
* servo: Remove the type parameter from the compositor, rename OSMain, and refa...Patrick Walton2013-05-091-54/+58
* Add license headersBrian Anderson2013-04-051-0/+4
* Update to Rust 0.6.Jack Moffitt2013-04-041-1/+1
* De-mut field, de-DVec, de-assert.Josh Matthews2013-03-131-2/+2
* Language changes.Josh Matthews2013-03-111-1/+1
* Language changes.Josh Matthews2013-02-241-4/+4
* Update for language changesPatrick Walton2013-02-191-8/+8
* Upgrade for language changesPatrick Walton2013-02-131-22/+23
* Update for language changes.Josh Matthews2012-12-231-3/+3
* Update for language changesPatrick Walton2012-12-131-10/+10
* Make servo build againBrian Anderson2012-12-041-2/+2
* submodules: Split out GFX and all its dependencies into a servo-gfx submodulePatrick Walton2012-11-111-4/+4
* servo: Allow a render backend to be specified on the command line (-r)Patrick Walton2012-11-091-13/+16
* servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842Patrick Walton2012-10-181-14/+13
* Refactor RenderTask into a structBrian Anderson2012-10-181-2/+2
* Refactor how dom events are propagatedBrian Anderson2012-10-141-2/+12
* Convert image_cache_task to pipesBrian Anderson2012-10-121-24/+28
* Remove #[legacy_modes]Brian Anderson2012-10-101-4/+4
* Eliminate more warningsBrian Anderson2012-10-091-4/+4
* Update for language changes; remove pipe protocols.Patrick Walton2012-10-041-91/+66
* Revamp how images are handled. HTMLImageElement sends a prefetch message to t...Brian J. Burg2012-09-211-1/+1
* s/import/use/g; fix class method syntaxBrian J. Burg2012-09-111-16/+16
* Mostly fix build breaksBrian J. Burg2012-09-101-8/+8
* Fix upstream build breaks from reinterpret_castBrian J. Burg2012-09-051-2/+2
* Make servo build againBrian Anderson2012-08-301-1/+1
* Fixes for Rust language changesPatrick Walton2012-08-231-4/+5
* Use a SyncImageCacheTask on the PNG pipelineBrian Anderson2012-08-221-3/+11
* CleanupBrian Anderson2012-08-191-47/+55
* CleanupBrian Anderson2012-08-191-7/+4
* Rename content to content_taskBrian Anderson2012-08-191-7/+8
* Rename Layout to LayoutTaskBrian Anderson2012-08-191-6/+6
* Rename renderer to render_taskBrian Anderson2012-08-191-7/+9
* Rename sink to compositorBrian Anderson2012-08-191-7/+7
* Engine only supports 1:1 communication for the moment.Eric Holk2012-08-171-46/+32
* Use a protocol for the engineEric Holk2012-08-171-18/+43
* class -> strucTEric Holk2012-08-171-1/+1
* Fix some breakageBrian Anderson2012-08-161-2/+2
* Perform the image prefetch in a different taskBrian Anderson2012-08-121-2/+2
* Thread the image cache task through to the layout taskBrian Anderson2012-08-101-3/+9
* Fixed syntax by changing alt to matchMargaret Meyerhofer2012-08-081-2/+2
* Fixed the changing alt syntax and cleaned up some compiler warningsMargaret Meyerhofer2012-08-061-2/+4
* Adapt to rust changesTuncer Ayaz2012-08-051-2/+2
* Represent URLs as url objects, not stringsBrian Anderson2012-07-271-3/+3
* Begin threading the ResourceTask through the engineBrian Anderson2012-07-271-1/+8
* Use pipes for exit messages.Eric Holk2012-07-261-6/+10
* Use pipes for the CSS lexer.Eric Holk2012-07-261-1/+1
* Update for language changes regarding unique stringsPatrick Walton2012-07-121-1/+1