aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/script_msg.rs
Commit message (Expand)AuthorAgeFilesLines
* Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-8/+8
* Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-4/+4
* Eliminate ScrollRootIdMartin Robinson2017-04-201-2/+2
* Implement dissimilar-origin window.parent and window.top.Alan Jeffrey2017-03-171-1/+5
* Implement dissimilar-origin postMessage.Alan Jeffrey2017-03-151-0/+3
* Introduce CSSPixel as a replacement for ViewportPx and PagePx.Glenn Watson2017-02-241-2/+2
* Revert "Revert "frame-resize refactor""Emilio Cobos Álvarez2017-01-241-1/+4
* Revert "frame-resize refactor"Matt Brubeck2017-01-231-4/+1
* frame-resize refactorNikhil Shagrithaya2017-01-231-1/+4
* Implement browsing context discarding.Alan Jeffrey2017-01-051-1/+2
* Rustfmt script_traits.Ms2ger2017-01-031-5/+4
* Add support for fullscreen #10102Jansen Jan2016-12-091-0/+2
* Auto merge of #14367 - mrobinson:scroll-fragment-point, r=pcwaltonbors-servo2016-12-061-1/+2
|\
| * Reimplement scrolling to fragmentsMartin Robinson2016-11-291-1/+2
* | Implement synchronous about:blank loading.Ms2ger2016-11-301-1/+5
|/
* Report errors using the top-level frame id rather than the pipeline id.Alan Jeffrey2016-11-171-3/+3
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-10/+10
* Storage notifications routed via the constellation.Alan Jeffrey2016-11-151-0/+4
* Indicate items in doc comments as code-like.Corey Farwell2016-11-081-1/+1
* Lookup frames by frame_id, not pipeline_id.Alan Jeffrey2016-11-031-4/+3
* Move LoadData to script_traits.Ms2ger2016-10-211-1/+2
* Remove concept of Layers from ServoMartin Robinson2016-10-211-2/+1
* Remove old rendering backend.Glenn Watson2016-10-181-2/+0
* Send touch events to root pipeline, and allow forwarding to iframes.Glenn Watson2016-10-081-6/+3
* Remove ScopeThings::pipeline_idAnthony Ramine2016-10-041-2/+0
* Replace current session entry for reloadsConnor Brewster2016-09-191-2/+3
* Auto merge of #12910 - creativcoder:swsender, r=jdmbors-servo2016-09-151-1/+11
|\
| * make structured clone an enumRahul Sharma2016-09-151-1/+1
| * store senders instead of buffering messagesRahul Sharma2016-09-071-5/+8
| * Make service workers talk to their serviceworkerglobalscopesRahul Sharma2016-09-071-0/+7
* | Excise SubpageId and use only PipelineIdsAneesh Agrawal2016-09-131-2/+3
|/
* Remove #[serde(bound = "")] attributesDavid Tolnay2016-08-121-1/+0
* Implement history.lengthConnor Brewster2016-08-031-0/+2
* Auto merge of #12563 - emilio:stylo, r=bholley,jdm,pcwaltonbors-servo2016-07-271-5/+2
|\
| * script: Unify LoadComplete and DOMLoad messages.Emilio Cobos Álvarez2016-07-271-5/+2
* | Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)Eduard Burtescu2016-07-261-0/+1
|/
* Implement beginnings of joint session historyConnor Brewster2016-07-211-3/+3
* Auto merge of #12426 - asajeffrey:mozbrowser-event-targets, r=SimonSapinbors-servo2016-07-201-2/+3
|\
| * Allow window elements as well as iframes to the the target of mozbrowser events.Alan Jeffrey2016-07-181-2/+3
* | make resource_thread talk to sw-managerRahul Sharma2016-07-181-6/+10
* | Integrate service worker manager threadRahul Sharma2016-07-161-0/+45
|/
* Sent log messages to the constellation.Alan Jeffrey2016-07-151-0/+15
* Make textinput handle actual key values. Don't restrict character values to a...Josh Matthews2016-07-061-1/+1
* Associate logical and physical keypresses together to support non-QWERTY keyb...Josh Matthews2016-07-051-1/+1
* Implement non-visible pipeline and iframe visibility methodsjmr02016-06-151-0/+4
* Avoid deadlock when shutting down.Alan Jeffrey2016-06-031-0/+2
* Remove the script listener thread (fixes #11345).Ms2ger2016-05-251-2/+31
* Implement alert dialogsConnor Brewster2016-05-031-0/+2
* Added a dedicated panic channel.Alan Jeffrey2016-04-191-17/+1
* Added panic message to failures.Alan Jeffrey2016-04-131-0/+12