aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Print backtraces for panics, even if the constellation has closed.Alan Jeffrey2016-08-101-4/+11
* Print thread name and file location when panickingAnthony Ramine2016-08-041-1/+8
* Attach more signals to the backtrace signal handler.Josh Matthews2016-07-281-1/+4
* Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-3/+15
* Sent log messages to the constellation.Alan Jeffrey2016-07-151-3/+2
* Send servo version in mozbrowser error.Connor Brewster2016-07-011-1/+2
* Auto merge of #11262 - campaul:add_version_flag, r=Manishearthbors-servo2016-06-291-0/+6
|\
| * Add `--version` flagCameron Paul2016-06-281-0/+6
* | Add a signal handler for SIGSEGV that reports the current thread name and bac...Josh Matthews2016-06-201-1/+32
* | servo: Add an `Info.plist` on the Mac and opt into integrated graphics.Patrick Walton2016-06-081-0/+13
* | Removed CompositorEventListener traitKyle Headley2016-05-311-1/+1
|/
* Remove references to unused crates.Zbynek Winkler2016-04-221-2/+1
* Remove watcher threads; replace with more panic handler goodnessManish Goregaokar2016-04-151-0/+2
* No more headless compositor. Just the normal one.Michael Howell2016-03-241-40/+10
* Use lazy_static for HOST_TABLE.Ms2ger2016-03-151-4/+0
* Remove some unused extern crates.Ms2ger2016-01-131-1/+0
* task -> threadrohan.prinja2016-01-101-1/+1
* Update offscreen_gl_contextEmilio Cobos Álvarez2015-12-221-3/+3
* Auto merge of #8692 - GuillaumeGomez:patch-1, r=Wafflespeanutbors-servo2015-11-281-5/+4
|\
| * Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-5/+4
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-5/+5
|/
* compositing: Split Servo up into multiple sandboxed processes.Patrick Walton2015-11-191-5/+15
* Force constellation logging when running particularly frustrating tests on th...Josh Matthews2015-11-051-2/+6
* Upgrade to latest glutinMatt Brubeck2015-11-051-1/+1
* Auto merge of #8288 - larsbergstrom:new_android_build, r=mbrubeckbors-servo2015-11-051-0/+14
|\
| * New Android suppportLars Bergstrom2015-11-041-0/+14
* | servo/main: Load gl symbols in headless modeEmilio Cobos Álvarez2015-11-011-0/+16
|/
* Read params from a file on AndroidConnor Imes2015-10-301-4/+34
* Remove some unused code on AndroidMatt Brubeck2015-10-291-2/+0
* Simplify and unify compositor shutdown code pathsMartin Robinson2015-10-071-5/+0
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-8/+6
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-3/+3
* Auto merge of #7468 - JoshTheGoldfish:Issue7460, r=jdmbors-servo2015-09-011-6/+6
|\
| * make test-tidy check that = have space after themerneyja2015-09-011-6/+6
* | Remove hack for android builders now that build is successful once more.Josh Matthews2015-09-011-1/+1
* | Re-export crates needed to use the Servo Rust APImeh2015-08-311-10/+4
|/
* sort all usesJohann Tuffe2015-08-201-7/+7
* Use hosts-replaced URL only when loading resourcesJames Graham2015-08-051-2/+3
* Stop using env::set_exit_code.Ms2ger2015-06-261-32/+32
* Use the correct log crate and setup env_logger in main.Eduard Burtescu2015-06-061-0/+3
* compositing: Support multiple events per frame.Patrick Walton2015-05-201-7/+4
* Fix android logging since the rustupGlenn Watson2015-05-181-9/+8
* Update the environment variable debug code for new RustLars Bergstrom2015-05-141-1/+3
* add parent window setting when creating windows with glutinMike Blumenkrantz2015-05-131-1/+1
* Get rid of old `libc` featureMatt Brubeck2015-05-051-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-6/+6
* Remove `cfg(not(test))`s from servo/main.rsBrian Anderson2015-04-141-105/+138
* Fix various build warnings.Ms2ger2015-03-201-1/+1
* Stop using CString::from_slice in redirect_output.Ms2ger2015-03-201-3/+2