| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for <iframe> elements for Layout 2020 | Martin Robinson | 2023-04-04 | 1 | -10/+3 |
* | devtools: Treat session history traversal like a navigation. | Josh Matthews | 2020-08-10 | 1 | -0/+3 |
* | Implement GPUSwapChain and GPUCanvasContext and interface with Webrender | Kunal Mohan | 2020-06-13 | 1 | -1/+4 |
* | serviceworker: make job queue unique per origin | Gregory Terzian | 2020-05-21 | 1 | -5/+108 |
* | Move most animation processing to script | Martin Robinson | 2020-05-12 | 1 | -3/+0 |
* | allow for a service worker manager per origin | Gregory Terzian | 2020-04-05 | 1 | -4/+11 |
* | implement broadcastchannel | Gregory Terzian | 2020-02-25 | 1 | -1/+23 |
* | Only start WebGPU thread if an adapter is requested | Zakor Gyula | 2020-01-13 | 1 | -0/+9 |
* | Fix media session action handling | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+1 |
* | Default media session actions | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+1 |
* | Format code and fix rebase errors | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+3 |
* | Move active media session logic to constellation | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+2 |
* | Introduce embedder MediaSessionEvent and move active session to Servo | Fernando Jiménez Moreno | 2019-11-20 | 1 | -4/+0 |
* | Register media instance with session and prepare communication with embedder | Fernando Jiménez Moreno | 2019-11-20 | 1 | -0/+5 |
* | Auto merge of #24664 - gterzian:fix_port_transfer, r=jdm | bors-servo | 2019-11-18 | 1 | -0/+14 |
|\ |
|
| * | fix complete messageport transfer | Gregory Terzian | 2019-11-15 | 1 | -0/+14 |
* | | Fix some warnings new in Rust Nightly | Simon Sapin | 2019-11-08 | 1 | -2/+2 |
|/ |
|
* | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -5/+34 |
* | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -1/+6 |
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -3/+7 |
* | Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffrey | bors-servo | 2019-07-18 | 1 | -4/+12 |
|\ |
|
| * | clean-up navigation | Gregory Terzian | 2019-07-18 | 1 | -4/+12 |
* | | WebRender units are no longer reexported. | Patrick Walton | 2019-07-09 | 1 | -1/+1 |
* | | Remove clipboard handling from constellation, and remove ScriptMessage for ge... | Michal Mieczkowski | 2019-06-13 | 1 | -6/+0 |
|/ |
|
* | Auto merge of #23135 - maharsh312:master, r=jdm | bors-servo | 2019-05-13 | 1 | -1/+1 |
|\ |
|
| * | Changes for sender reciever | Maharsh | 2019-05-09 | 1 | -1/+1 |
* | | Update SetCursor behavior | Paul Rouget | 2019-04-25 | 1 | -4/+1 |
* | | Implementing the builder pattern for RequestInit | Lucas Fantacuci | 2019-04-10 | 1 | -2/+2 |
|/ |
|
* | Remove SetVisible message from iframe | Aron Zwaan | 2019-03-12 | 1 | -3/+0 |
* | Fix servo build and rustfmt recent changes. | Emilio Cobos Álvarez | 2019-01-20 | 1 | -3/+2 |
* | Suppress iframe size messages from layout that include unchanged sizes. | Josh Matthews | 2019-01-14 | 1 | -1/+20 |
* | Provide the source window as part of postMessage events. | Josh Matthews | 2019-01-07 | 1 | -2/+11 |
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -1/+1 |
* | Update webrender | Manish Goregaokar | 2018-11-27 | 1 | -4/+4 |
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -3/+3 |
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -9/+9 |
* | Add lots of derived Debug impls | Alan Jeffrey | 2018-10-29 | 1 | -4/+4 |
* | Make HTMLCanvasElement::get_size return a Size2D<u32> | Anthony Ramine | 2018-10-02 | 1 | -1/+1 |
* | Create ScriptMsg::GetBrowsingContextInfo | mandreyel | 2018-09-14 | 1 | -6/+7 |
* | Format components/script_traits | chansuke | 2018-09-13 | 1 | -4/+20 |
* | implement opener, disowning | Gregory Terzian | 2018-08-11 | 1 | -1/+5 |
* | implement window.open, create auxiliary browsing context | Gregory Terzian | 2018-08-11 | 1 | -0/+4 |
* | Track hash changes in session history | Connor Brewster | 2018-07-21 | 1 | -0/+3 |
* | improve spec compliance of window.close | Gregory Terzian | 2018-06-04 | 1 | -3/+3 |
* | move msg to embedder_traits, use in script, handle send error in embedder | Gregory Terzian | 2018-05-23 | 1 | -35/+4 |
* | Cleanup constellation debug messages | Connor Brewster | 2018-05-18 | 1 | -0/+71 |
* | Auto merge of #20615 - KiChjang:window-indexed-getter, r=emilio | bors-servo | 2018-05-17 | 1 | -0/+2 |
|\ |
|
| * | Add a new RPC call for getting a child browsing context ID | Keith Yeung | 2018-04-30 | 1 | -0/+2 |