aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Moved CompositorMsg enum into compositing crate.Beomjin Kim2015-12-111-1/+1
* Modified doc command into module-level doc comment.Beomjin Kim2015-12-091-14/+14
* Removed space between doc comment and the actual code of pub struct BrowserBeomjin Kim2015-12-091-1/+0
* 1. converted the first comments in servo/lib.rs into doc comments.Beomjin Kim2015-12-091-18/+19
* Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-3/+1
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-7/+36
* Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-4/+4
* Simplify and unify compositor shutdown code pathsMartin Robinson2015-10-071-4/+0
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-31/+29
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-8/+3
* Introduce InitialConstellationStateAnthony Ramine2015-09-161-11/+15
* Introduce InitialCompositorStateAnthony Ramine2015-09-151-6/+8
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-2/+2
* Re-export crates needed to use the Servo Rust APImeh2015-08-311-15/+62
* Move RegisterBindings::RegisterProxyHandlers call into script::initJoão Oliveira2015-08-241-5/+0
* sort all usesJohann Tuffe2015-08-201-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Wire up the JS engine's memory reporting.Nicholas Nethercote2015-07-151-2/+2
* Remove some unnecessary clones.Ms2ger2015-06-221-2/+2
* Upgrade to SM 39Michael Wu2015-06-191-0/+1
* Remove stray TLS gateManish Goregaokar2015-06-101-1/+0
* Allow Window implementations to indicate that they don't support a clipboard.James Graham2015-06-021-3/+14
* make Opts.url an Option<> type, only emit initial url load if url existsMike Blumenkrantz2015-05-271-4/+7
* compositing: Support multiple events per frame.Patrick Walton2015-05-201-4/+4
* Remove some clones.Ms2ger2015-05-151-3/+3
* util: Set the experimental_enabled flag when options are setBrian Anderson2015-05-091-2/+0
* Remove call to env::current_dir from BrowserBrian Anderson2015-05-091-12/+1
* WhitespaceBrian Anderson2015-05-081-0/+1
* Remove bogus commentBrian Anderson2015-05-081-1/+0
* Auto merge of #5953 - mbrubeck:libc, r=jdmbors-servo2015-05-061-1/+1
|\
| * Get rid of old `libc` featureMatt Brubeck2015-05-051-1/+1
* | Initial changes for devtools support for logging HTTP requests.Himaja2015-05-051-1/+1
|/
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+0
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-4/+7
* Refactored image cache task - details below.Glenn Watson2015-04-231-22/+4
* Add enough Webdriver support to enable Get().James Graham2015-04-161-4/+4
* Remove unused feature gate.Ms2ger2015-04-141-1/+1
* Remove `cfg(not(test))`s from servo/main.rsBrian Anderson2015-04-141-58/+101
* Auto merge of #5527 - jagtalon:jag/multiple-urls, r=mbrubeckbors-servo2015-04-071-14/+10
|\
| * opts.rs: don't accept multiple URLs. Fixes #5520.Jag Talon2015-04-071-14/+10
* | Get the barest bones of webdriver integration ready for keeners.Josh Matthews2015-04-061-0/+5
|/
* Fix warnings when building testsMatt Brubeck2015-04-031-1/+4
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-8/+13
* Load a placeholder when a url to an image is broken.Adenilson Cavalcanti2015-03-301-3/+3
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-6/+6
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-2/+3
* Remove the unneccesary thread being spawned in Browser::new.Ms2ger2015-03-211-55/+39
* Squashing a few warnings.Adenilson Cavalcanti2015-03-181-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-6/+5
* Add memory reporting infrastructure and use it to measure the display list.Nicholas Nethercote2015-03-161-0/+2