| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Auto merge of #20329 - gterzian:before_unload, r=cbrewster | bors-servo | 2018-05-07 | 1 | -0/+2 |
|\ \ |
|
| * | | beforeunload and unload infrastructure | Gregory Terzian | 2018-05-05 | 1 | -0/+2 |
| |/ |
|
* | | Auto merge of #20743 - paulrouget:rmFwdEvent, r=emilio | bors-servo | 2018-05-03 | 1 | -3/+0 |
|\ \
| |/
|/| |
|
| * | Remove useless message | Paul Rouget | 2018-05-03 | 1 | -3/+0 |
* | | Auto merge of #20671 - cbrewster:history_url, r=asajeffrey | bors-servo | 2018-04-30 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Make session history aware of URLs | Connor Brewster | 2018-04-24 | 1 | -2/+2 |
* | | Notify the embedder when it should display or hide an IME | Fabrice Desré | 2018-04-21 | 1 | -1/+5 |
|/ |
|
* | Implement history state | Connor Brewster | 2018-04-16 | 1 | -1/+5 |
* | Add unique canvas IDs to all canvas operations. | Brody Eastwood | 2018-04-02 | 1 | -2/+2 |
* | Reduce the number of calls to the embedder by grouping the screen and window ... | Paul Rouget | 2018-03-22 | 1 | -2/+2 |
* | alias some euclid types | Paul Rouget | 2018-03-16 | 1 | -7/+8 |
* | Use typed coordinates. | Paul Rouget | 2018-03-16 | 1 | -7/+7 |
* | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -5/+2 |
* | style: Move cursor property out of mako | Igor Gutorov | 2018-01-20 | 1 | -2/+2 |
* | Revert "Send IPC receiver for canvas as part of CreateCanvasPaintThread message" | Josh Matthews | 2017-12-18 | 1 | -1/+1 |
* | Send IPC receiver for canvas as part of CreateCanvasPaintThread message | tigercosmos | 2017-12-16 | 1 | -1/+1 |
* | Use FetchCanceller for document loads | Manish Goregaokar | 2017-11-22 | 1 | -2/+2 |
* | Enable screen.availHeight/availWidth/Height/Width | Shing Lyu | 2017-11-13 | 1 | -0/+4 |
* | Auto merge of #18704 - mrobinson:wr-hit-testing, r=jdm,glennw,mbrubeck | bors-servo | 2017-10-17 | 1 | -3/+0 |
|\ |
|
| * | Switch to using WebRender hit testing | Martin Robinson | 2017-10-17 | 1 | -3/+0 |
* | | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #17083 - danielj41:javascript-url-global-3, r=jdm | bors-servo | 2017-09-09 | 1 | -0/+2 |
|\ |
|
| * | "javascript:" urls: clean up after aborting a page load | Daniel Johnson | 2017-08-27 | 1 | -0/+2 |
* | | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -2/+2 |
|/ |
|
* | Wait for actual paint before setting paint related metrics | Fernando Jiménez Moreno | 2017-08-22 | 1 | -0/+4 |
* | Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox" | Anthony Ramine | 2017-08-16 | 1 | -7/+1 |