aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/clipboard_provider.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-9/+7
* libservo: Add a `ClipboardDelegate` and a default implementation (#35297)Martin Robinson2025-02-071-12/+16
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-9/+17
* Remove not needed DummyClipboardContextMichal Mieczkowski2019-06-131-22/+0
* Forward to embedder message for setting/getting clipboard contents from clipb...Michal Mieczkowski2019-06-131-2/+9
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* make use of ScriptToConstellationChanPaul Rouget2017-08-151-6/+6
* Remove ConstellationChan.Ms2ger2016-05-191-5/+4
* Remove unused imports in scriptKishor Bhat2016-01-171-1/+0
* Move ScriptMsg from msg crate into script_traitsTomas Cernaj2015-12-091-1/+1
* Auto merge of #8530 - KiChjang:split-constellation-msg, r=jdmbors-servo2015-11-191-2/+2
|\
| * Split ConstellationMsg into ScriptMsg and CompositorMsgKeith Yeung2015-11-161-2/+2
* | Rustfmt some of script.Ms2ger2015-11-181-2/+2
|/
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Add set_clipboard_context function and relevant plumbing. Use Option more con...Avi Weinstock2015-07-291-5/+5
* compositing: Make the constellation messages serializable.Patrick Walton2015-07-181-1/+2
* Audit and reduce unstable usage in scriptManish Goregaokar2015-06-101-1/+1
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-3/+3
* Made the clipboard-related functionality in TextInput more testable. Added te...Avi Weinstock2015-05-061-0/+48