| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio" | Emilio Cobos Álvarez | 2017-08-16 | 1 | -1/+7 |
* | Improve WebGL architecture. | Imanol Fernandez | 2017-08-15 | 1 | -7/+1 |
* | make use of ScriptToConstellationChan | Paul Rouget | 2017-08-15 | 1 | -19/+19 |
* | Upgrade to the latest version of WebRender | Martin Robinson | 2017-07-13 | 1 | -1/+1 |
* | Bump euclid to 0.14. | Nicolas Silva | 2017-06-14 | 1 | -2/+1 |
* | Removed root browsing context from constellation. | Alan Jeffrey | 2017-06-07 | 1 | -3/+2 |
* | Redirect document loads manually | Nikhil Shagrithaya | 2017-05-31 | 1 | -0/+4 |
* | Webdriver uses browsing context ids rather than pipeline ids. | Alan Jeffrey | 2017-05-25 | 1 | -3/+3 |
* | Added a TopLevelBrowsingContextId type. | Alan Jeffrey | 2017-05-22 | 1 | -2/+2 |
* | Renamed constellation::Frame to constellation::BrowsingContext. | Alan Jeffrey | 2017-05-15 | 1 | -8/+8 |
* | Make non-initial about:blank loads asynchronous | Connor Brewster | 2017-05-12 | 1 | -4/+4 |
* | Eliminate ScrollRootId | Martin Robinson | 2017-04-20 | 1 | -2/+2 |
* | Implement dissimilar-origin window.parent and window.top. | Alan Jeffrey | 2017-03-17 | 1 | -1/+5 |
* | Implement dissimilar-origin postMessage. | Alan Jeffrey | 2017-03-15 | 1 | -0/+3 |
* | Introduce CSSPixel as a replacement for ViewportPx and PagePx. | Glenn Watson | 2017-02-24 | 1 | -2/+2 |
* | Revert "Revert "frame-resize refactor"" | Emilio Cobos Álvarez | 2017-01-24 | 1 | -1/+4 |