aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* try getopts updatejdm-patch-23Josh Matthews2018-08-231-3/+3
|
* Update to mozjs_sys 0.60.1 to get libc++ on macOSAnthony Ramine2018-08-221-3/+3
|
* Upgraded to SM 60Alan Jeffrey2018-08-201-39/+39
|
* Update Cargo.lockEmilio Cobos Álvarez2018-08-181-2/+1
|
* Auto merge of #21386 - Eijebong:remove-websocket, r=jdmbors-servo2018-08-151-17/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Replace servo-websocket by ws This is heavily based on previous work done in #16012. Fixes #14517 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21386) <!-- Reviewable:end -->
| * Replace servo-websocket by wsBastien Orivel2018-08-151-17/+2
| | | | | | | | | | | | This is heavily based on previous work done in #16012. Fixes #14517
* | Dedupe num-traitsBastien Orivel2018-08-091-42/+34
|/
* Upgrade bitflags to latest versionFabrice Desré2018-08-081-37/+37
|
* Auto merge of #21346 - georgeroman:unused_bluetooth_dep, r=paulrougetbors-servo2018-08-081-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused compositing dependency from bluetooth crate Closes #21176 - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21346) <!-- Reviewable:end -->
| * Remove unused compositing dependency from bluetooth crateGeorge Roman2018-08-051-1/+0
| |
* | Auto merge of #21357 - emilio:gecko-sync, r=emiliobors-servo2018-08-071-1/+13
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | style: Sync changes from mozilla-central. See each individual commit. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21357) <!-- Reviewable:end -->
| * | Fix Servo build.Emilio Cobos Álvarez2018-08-081-0/+2
| | |
| * | Update Cargo.lockEmilio Cobos Álvarez2018-08-081-1/+11
| | |
* | | Revert "Fix the build for NLL"Josh Matthews2018-08-071-18/+18
|/ / | | | | | | This reverts commit d1733aa5029c5b97390a236d94eed916ddb64577.
* | Fix the build for NLLSimon Sapin2018-08-081-18/+18
| | | | | | | | | | | | Test with `RUSTFLAGS="-Zborrowck=mir -Ztwo-phase-borrows" cargo build` https://internals.rust-lang.org/t/help-us-get-non-lexical-lifetimes-nll-over-the-finish-line/7807/7
* | WR updatePaul Rouget2018-08-061-102/+102
|/
* Do not manually keep the modifiers statePaul Rouget2018-08-011-1/+0
|
* Auto merge of #20912 - paulrouget:androidv2, r=jdm,mortimergoro,simonsapinbors-servo2018-07-311-3/+75
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revisit how the Android port works. Fix #20855 Fix #18625 Fix #21147 Before polishing and making sure everything works fine (like the VR code, the android-x86 version, the non-android version of the lib, …), I'd like to get some early feedback on the approach. I recommend reviewing commit by commit. To test, just follow the regular steps: ``` ./mach build -d --android ./mach package --dev --android builds servo.apk ./mach install --dev --android && ./mach run --android ``` --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20912) <!-- Reviewable:end -->
| * new android port: introduce a simple servo libraryPaul Rouget2018-07-311-3/+75
| |
* | Bump servo-mediaManish Goregaokar2018-07-301-5/+5
| |
* | Update lockfileManish Goregaokar2018-07-301-5/+5
| |
* | OfflineAudioContextFernando Jiménez Moreno2018-07-301-5/+80
| |
* | Add AudioParam connection supportManish Goregaokar2018-07-301-4/+4
| |
* | Bump pkg-config versionFernando Jiménez Moreno2018-07-301-19/+19
| |
* | Fire AudioScheduledSourceNode.onended when playback stopsFernando Jiménez Moreno2018-07-301-5/+4
| |
* | Update media dep, fix duplicate syn dependencyManish Goregaokar2018-07-301-38/+6
| |
* | Fix build errors after rebaseFernando Jiménez Moreno2018-07-301-4/+374
| |
* | Fix Cargo.lock rebase issuesFernando Jiménez Moreno2018-07-301-1/+0
| |
* | Fix regex duplicated versionsFernando Jiménez Moreno2018-07-301-0/+1
|/
* Use the packed_simd crate instead of std::simdSimon Sapin2018-07-271-17/+30
| | | | | `std::simd` was removed in https://github.com/rust-lang/rust/pull/52535. https://crates.io/crates/packed_simd is in the rust-lang-nursery org.
* Update parking_lot to 0.6Bastien Orivel2018-07-201-14/+24
|
* Update to gleam 0.6Anthony Ramine2018-07-181-36/+36
|
* Auto merge of #21195 - servo:rustup, r=noxbors-servo2018-07-181-7/+11
|\ | | | | | | | | | | | | | | Upgrade to rustc 1.29.0-nightly (1ecf6929d 2018-07-16) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21195) <!-- Reviewable:end -->
| * Avoid use of deprecated (and buggy) std::env::home_dirSimon Sapin2018-07-181-7/+11
| |
* | Update euclid to 0.18Bastien Orivel2018-07-181-46/+46
|/
* Updates for WR gradient API change.Glenn Watson2018-07-161-2/+2
|
* WIP: Dedupe dependenciesBastien Orivel2018-07-161-124/+36
|
* Auto merge of #21126 - gterzian:tasksource_specific_cancelation, r=jdmbors-servo2018-07-101-0/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce "per task source" cancellation <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #21119 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21126) <!-- Reviewable:end -->
| * introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-0/+21
| |
* | Update regex to 1.0Bastien Orivel2018-07-071-43/+53
|/
* Auto merge of #21087 - UK992:window-icon, r=asajeffreybors-servo2018-07-041-166/+282
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add window icon on X11 and Windows <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #20761 <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21087) <!-- Reviewable:end -->
| * Update Cargo.lockUK9922018-07-031-166/+282
| |
* | Auto merge of #21105 - Manishearth:dom-inheritance-assert, r=noxbors-servo2018-07-031-0/+4
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Assert that DOM structs have the correct first field Not having the right field can lead to fun bugs like https://github.com/ferjm/servo/pull/1 where the struct gets mis-reinterpreted as what should be its parent (but is not layout-wise) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21105) <!-- Reviewable:end -->
| * Assert that DOM structs have the correct first fieldManish Goregaokar2018-07-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DOM structs embed their parent type as their first field. This introduces a `.parent()` method to the DOM struct that returns its first field, and codegens a type assert that ensures that `.parent()` returns the parent struct. This generates: On `#[dom_struct]`: ```rust impl HasParent for Type { type Parent = ParentType; fn as_parent(&self) -> ParentType { &self.first_field } } ``` In the codegen files: ```rust impl Type { fn __assert_parent_type(&self) { let _: &ParentType = self.as_parent(); } } ````
* | Remove unused code for parsing a `sizes` attribute.Emilio Cobos Álvarez2018-07-011-1/+0
| | | | | | | | | | | | We have `SourceSizeList` in components/style/values/specified/source_size_list.rs which does the job and is tested via WPT in Gecko.
* | Fix servo build.Emilio Cobos Álvarez2018-07-011-14/+14
| |
* | Updated mozjs_sys to v0.51.3Alan Jeffrey2018-06-301-3/+3
|/
* Auto merge of #20892 - gw3583:update-wr, r=mbrubeckbors-servo2018-06-261-5/+5
|\ | | | | | | | | | | | | | | Update WR (transaction API change) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20892) <!-- Reviewable:end -->
| * Update to WR with text snapping fix.Glenn Watson2018-06-201-2/+2
| |
| * Update WR (transaction API change)Glenn Watson2018-06-201-5/+5
| |