aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/resource_files.rs
Commit message (Expand)AuthorAgeFilesLines
* Removed util.Alan Jeffrey2016-12-141-67/+0
* Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-8/+8
* Check for Resources on case sensitive fs.Connor Brewster2016-07-011-0/+6
* create an app bundle and package it in dmgConnor Brewster2016-06-281-12/+5
* Remove references to unused crates.Zbynek Winkler2016-04-221-0/+1
* Make `read_resource_file` param simpler and more idiomatic.Corey Farwell2016-04-161-5/+3
* Fix sandboxing on OS XUlf Nilsson2016-04-091-24/+25
* Follow executable symlink to resolve resources directoryPaul Rouget2016-02-161-0/+2
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-1/+1
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-1/+0
* Add a pref for a default homepage.James Graham2015-09-251-2/+13
* Use Cargo's target directory sharing.Jack Moffitt2015-06-151-10/+5
* when finding resource_dir, try exe launch directoryMike Blumenkrantz2015-05-121-4/+13
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-2/+2
* Fix warnings related to std::fs::PathExt on Android.Ms2ger2015-03-251-1/+2
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-10/+14
* Fix warnings in util.Ms2ger2015-02-131-9/+6
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-3/+3
* Fix android unused import error.Glenn Watson2015-01-091-0/+2
* Add ability to explicitly set static resources path, used by cef-linux.Glenn Watson2015-01-091-13/+19
* Move the servo crate from root to components/servoSimon Sapin2014-12-021-2/+6
* Redirect android resource folder (user-agent.css and friends) to /sdcard/serv...Glenn Watson2014-11-171-1/+9
* Read user-agent.css at run time. Fix #3516Simon Sapin2014-10-071-0/+30