aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* -Z wr-no-batch optionDzmitry Malyshau2017-05-191-0/+1
* make gl context current on browser initializationPaul Rouget2017-05-171-0/+2
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-3/+0
* Update WR (gl/es runtime table, scroll roots).Glenn Watson2017-03-231-1/+1
* Expose a method to toggle wr profilerPaul Rouget2017-03-201-0/+4
* Update WR (types updates, stacking context culling)Glenn Watson2017-03-091-2/+3
* Update WR (overscroll support + fix viewport tests).Glenn Watson2017-03-061-1/+5
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-2/+1
* Rename ScreenPx to DeviceIndependentPixel.Glenn Watson2017-02-221-1/+1
* Update WR (more scroll/clip work, fix for zero sized stacking contexts).Glenn Watson2017-02-211-4/+1
* Add more public crates to libservo.Ms2ger2017-02-201-1/+3
* Update WR (pixel snapping improvements).Glenn Watson2017-02-131-0/+1
* Update WR.Glenn Watson2017-02-071-1/+1
* Update core-foundation-sys to 0.3Anthony Ramine2017-02-071-1/+1
* Update WR (radial gradients, subpixel positioning, tiling changes).Glenn Watson2017-02-011-1/+9
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Auto merge of #14818 - glennw:zb, r=pcwaltonbors-servo2017-01-091-1/+1
|\
| * Update WR (first phase of z-buffer optimizations / improvements).Glenn Watson2017-01-091-1/+1
* | WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+15
|/
* Update WR (windows font fixes, ridge/groove borders, scrolling improvements).Glenn Watson2016-12-231-1/+0
* Update WR (typed units, glyph cache, various features).Glenn Watson2016-12-151-0/+3
* Removed util.Alan Jeffrey2016-12-141-5/+6
* update depsGregory2016-11-221-1/+1
* Auto merge of #14249 - vvuk:wr-record, r=kvarkbors-servo2016-11-181-1/+1
|\
| * Add -Z wr-recordVladimir Vukicevic2016-11-161-1/+1
* | Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+3
|/
* Auto merge of #14181 - frewsxcv:opt-clone, r=noxbors-servo2016-11-121-5/+12
|\
| * Store directory path as `PathBuf` instead of `String`.Corey Farwell2016-11-111-2/+3
| * Don't unnecessarily clone entire `opts::Opt` structure.Corey Farwell2016-11-111-5/+11
* | script: Ensure script is initialized before running script.Emilio Cobos Álvarez2016-11-121-2/+7
|/
* Auto merge of #13909 - dati91:promise-queue, r=jdmbors-servo2016-11-081-2/+2
|\
| * Webbluetooth Async behaviourAttila Dusnoki2016-11-081-2/+2
* | Update WR and shaders (initial subpixel AA work).Glenn Watson2016-11-081-0/+1
|/
* Replace rust-websocket with ws-rs in the debugger server.Eddy Bruel2016-11-071-2/+5
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-2/+4
* Remove old rendering backend.Glenn Watson2016-10-181-47/+40
* Migrate user agent string to `Cow<'static, str>`.Corey Farwell2016-10-101-1/+1
* Add OSMesa headless mode, run WPT against Webrender, update tests.Glenn Watson2016-09-281-0/+7
* Update webrender + shaders.Glenn Watson2016-09-161-0/+2
* Implement a WebSocket server for debugging.Eddy Bruel2016-09-121-0/+4
* Reorder `use` statementsUK9922016-09-091-4/+4
* Update euclid to 0.10.1Anthony Ramine2016-08-211-0/+1
* Add wr-debug option.Glenn Watson2016-08-031-0/+1
* Remove use of util::opts from resource_threadAnthony Ramine2016-07-271-1/+2
* Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-22/+25
* make resource_thread talk to sw-managerRahul Sharma2016-07-181-8/+16
* Integrate service worker manager threadRahul Sharma2016-07-161-13/+18
* Sent log messages to the constellation.Alan Jeffrey2016-07-151-2/+49
* Use if let rather than matchPer Lundberg2016-07-041-6/+2
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-2/+3