Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start marking functions that can transitively trigger a GC (#33144) | Josh Matthews | 2024-08-22 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | * Mark JS reflector wrappers as CanGc. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Propagate CanGc from reflect_dom_object_with_proto. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Mark DOM constructors as GC operations. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Fix more clippy (#32740) | 石蕊 (Pi-Cla) | 2024-07-09 | 1 | -2/+2 |
| | |||||
* | Fixed some clippy warnings in components (#32107) | komuhangi | 2024-04-19 | 1 | -3/+3 |
| | | | | | | | * Fixed some clippy warnings in components * Updated handling of NaN values in comparison * Updated formatting using ./mach fmt | ||||
* | Fixed some clippy warnings in components (#32025) | komuhangi | 2024-04-10 | 1 | -3/+3 |
| | | | | | * Fixed some clippy warnings in components * Updated the simplification of bolean expressions in componets/script/dom/range.rs | ||||
* | clippy: Fix needless_borrow warnings in components/script (#31928) | Azhar Ismagulova | 2024-03-29 | 1 | -1/+1 |
| | |||||
* | clippy: Fix dereferenced warnings (#31770) | Oluwatobi Sofela | 2024-03-20 | 1 | -5/+5 |
| | |||||
* | rustdoc: Fix many rustdoc errors (#31147) | Martin Robinson | 2024-01-22 | 1 | -15/+15 |
| | | | | This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks. | ||||
* | Upgrade media / GStreamer / GLib (#30750) | Martin Robinson | 2024-01-05 | 1 | -31/+27 |
| | | | | | | | | | | | | | | | | | | - Upgrade the version of GStreamer for Windows This upgrades the Windows build to use the most recent version of GStreamer. This is necessary to upgrade our GStreamer dependency. - Stop shipping GStreamer binaries on Linux The binary bundle of GStreamer that we package is not used to compile -- only to run layout tests. It's too old for the APIs that we are using (as evidenced by needed 1.18 for WebRTC) and nowadays Linux distributions carry a new version so it's unecessary for our build machines. No longer using this binary bundle will allow us to upgrade our GStreamer dependency -- which now has stricter checks that we are using at least version 1.18. - Upgrade media to use newer versions of GStreamer / GLib dependencies | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -20/+19 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | No tracing of nop traceable fields (#29926) | Samson | 2023-08-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add `no_trace` option to JSTraceable derive * NoTrace wrapper * Port some types to no_trace schematics * Fixing my unsafe mistakes (not tracing traceables) * Add docs & safety guards for no_trace Safety guards (trait shenanigans) guarantees safety usage of `no_trace` * Port canvas_traits to no_trace * Port servo_media to no_trace * Port net_traits to no_trace * Port style to no_trace * Port webgpu to no_trace * Port script_traits to no_trace * Port canvas_traits, devtools_traits, embedder_traits, profile_traits to no_trace * unrooted_must_root lint in seperate file * Add trace_in_no_trace_lint as script_plugin * Composable types in must_not_have_traceable * Introduced HashMapTracedValues wrapper * `HashMap<NoTrace<K>,V>`->`HashMapTracedValues<K,V>` * Port rest of servo's types to no_trace * Port html5ever, euclid, mime and http to no_trace * Port remaining externals to no_trace * Port webxr and Arc<Mutex<_>> * Fix spelling in notrace doc | ||||
* | Rename reflect_dom_object2. | Josh Matthews | 2023-05-31 | 1 | -2/+6 |
| | |||||
* | Formatting. | Josh Matthews | 2023-05-28 | 1 | -7/+27 |
| | |||||
* | Support arbitrary protos when wrapping DOM objects with constructors. | Josh Matthews | 2023-05-28 | 1 | -7/+8 |
| | |||||
* | Remove global argument from Promise::new_in_current_realm. | Josh Matthews | 2023-05-20 | 1 | -5/+5 |
| | |||||
* | dom: Add WebRTC transceiver stubs. | Josh Matthews | 2020-07-14 | 1 | -2/+12 |
| | |||||
* | Fix rooting issue | Fernando Jiménez Moreno | 2020-06-29 | 1 | -3/+8 |
| | |||||
* | Fix data channels borrowing errors | Fernando Jiménez Moreno | 2020-06-29 | 1 | -9/+12 |
| | |||||
* | Do not register data channel twice | Fernando Jiménez Moreno | 2020-06-29 | 1 | -4/+2 |
| | |||||
* | Set data channels as closed on peer connection close | Fernando Jiménez Moreno | 2020-06-29 | 1 | -4/+8 |
| | |||||
* | RTCDataChannel.readyState getter | Fernando Jiménez Moreno | 2020-06-29 | 1 | -1/+2 |
| | |||||
* | Use data channel ids | Fernando Jiménez Moreno | 2020-06-29 | 1 | -18/+72 |
| | |||||
* | Cleanups and tidy fixes | Fernando Jiménez Moreno | 2020-06-29 | 1 | -8/+2 |
| | |||||
* | Implement ondatachannel event | Fernando Jiménez Moreno | 2020-06-29 | 1 | -2/+39 |
| | |||||
* | WebRTCDataChannel initial support | Fernando Jiménez Moreno | 2020-06-29 | 1 | -0/+15 |
| | |||||
* | Add trait DomObjectWrap to provide WRAP function | YUAN LYU | 2020-03-20 | 1 | -6/+1 |
| | |||||
* | Update to 3/4 nightly rustc. | Josh Matthews | 2020-03-10 | 1 | -8/+8 |
| | |||||
* | Revert "Auto merge of #25898 - jdm:rustup, r=asajeffrey" | Josh Matthews | 2020-03-06 | 1 | -8/+8 |
| | | | | | This reverts commit ea8aed1ba927012d992a3d3c9880858e0282f5f9, reversing changes made to 3749eb53971b688b855d6b1850f41b4c346cd2da. | ||||
* | Update to 3/4 nightly rustc. | Josh Matthews | 2020-03-04 | 1 | -8/+8 |
| | |||||
* | rename compartment to realm | Kunal Mohan | 2020-01-24 | 1 | -19/+11 |
| | |||||
* | Modify `script` to prevent further violations of snake_case | Kunal Mohan | 2020-01-18 | 1 | -0/+1 |
| | |||||
* | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | Use the newly added inCompartments option everywhere it can be | Bastien Orivel | 2019-05-25 | 1 | -31/+19 |
| | |||||
* | Add RTCPeerConnection.ontrack | Manish Goregaokar | 2019-05-08 | 1 | -1/+25 |
| | |||||
* | Use MediaStreamTracks in MediaStreams | Manish Goregaokar | 2019-05-07 | 1 | -4/+6 |
| | |||||
* | Update servo-media | Manish Goregaokar | 2019-05-07 | 1 | -1/+2 |
| | |||||
* | Pass InCompartment by value | Aron Zwaan | 2019-04-25 | 1 | -5/+5 |
| | |||||
* | Add proof parameter to Promise::new_in_current_compartment | Aron Zwaan | 2019-04-24 | 1 | -10/+26 |
| | |||||
* | Move media backend initialization to process startup. | Josh Matthews | 2019-04-15 | 1 | -2/+0 |
| | |||||
* | Auto merge of #23157 - ferjm:gum.playback, r=Manishearth | bors-servo | 2019-04-13 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | MediaStream playback through audio and video elements - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] There are tests for these changes <!-- 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/23157) <!-- Reviewable:end --> | ||||
| * | MediaStream playback through audio and video elements | Fernando Jiménez Moreno | 2019-04-10 | 1 | -3/+3 |
| | | |||||
* | | Rename Promise::new to Promise::new_in_current_compartment | Aron Zwaan | 2019-04-03 | 1 | -5/+10 |
|/ | |||||
* | Add RTCPeerConnection::Close | Manish Goregaokar | 2019-03-25 | 1 | -0/+25 |
| | |||||
* | Add SignalingState to RTCPeerConnection | Manish Goregaokar | 2019-03-25 | 1 | -2/+62 |
| | |||||
* | Add ICEConnectionState to RTCPeerConnection | Manish Goregaokar | 2019-03-25 | 1 | -5/+63 |
| | |||||
* | Add ICEGatheringState to RTCPeerConnection | Manish Goregaokar | 2019-03-25 | 1 | -2/+88 |
| | |||||
* | Use servo-media-auto and call ServoMedia::init where required | Fernando Jiménez Moreno | 2019-03-25 | 1 | -0/+2 |
| | |||||
* | Update servo-media | Manish Goregaokar | 2019-02-13 | 1 | -1/+1 |
| | |||||
* | Use draft spec links | Manish Goregaokar | 2019-01-29 | 1 | -10/+10 |
| | |||||
* | Configure STUN servers | Manish Goregaokar | 2019-01-29 | 1 | -11/+28 |
| | |||||
* | Add RTCPeerConnection::AddStream | Manish Goregaokar | 2019-01-29 | 1 | -0/+10 |
| |