Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove not needed DummyClipboardContext | Michal Mieczkowski | 2019-06-13 | 1 | -22/+0 |
| | |||||
* | Forward to embedder message for setting/getting clipboard contents from ↵ | Michal Mieczkowski | 2019-06-13 | 1 | -2/+9 |
| | | | | | | clipboard provider. Create clipboard context in browser.rs and handle new messages. | ||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | make use of ScriptToConstellationChan | Paul Rouget | 2017-08-15 | 1 | -6/+6 |
| | |||||
* | Remove ConstellationChan. | Ms2ger | 2016-05-19 | 1 | -5/+4 |
| | | | | | | It's a pointless abstraction that propagates the obsolete chan terminology, swaps the order in which the sender and receiver are returned, and hides a source of panics. | ||||
* | Remove unused imports in script | Kishor Bhat | 2016-01-17 | 1 | -1/+0 |
| | |||||
* | Move ScriptMsg from msg crate into script_traits | Tomas Cernaj | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Auto merge of #8530 - KiChjang:split-constellation-msg, r=jdm | bors-servo | 2015-11-19 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | Split ConstellationMsg into ScriptMsg and CompositorMsg Fixes #8356. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8530) <!-- Reviewable:end --> | ||||
| * | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -2/+2 |
| | | |||||
* | | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -2/+2 |
|/ | |||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -2/+1 |
| | | | | This merges import blocks that were reported by tidy as unmerged. | ||||
* | Add set_clipboard_context function and relevant plumbing. Use Option more ↵ | Avi Weinstock | 2015-07-29 | 1 | -5/+5 |
| | | | | consistantly (less unwraps) in textinput's selection handling. | ||||
* | compositing: Make the constellation messages serializable. | Patrick Walton | 2015-07-18 | 1 | -1/+2 |
| | |||||
* | Audit and reduce unstable usage in script | Manish Goregaokar | 2015-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasons behind existing unstable features: alloc: - `Rc.make_unique()` - `into_raw` / `from_raw` (naming). All over the bindings code. collections: - `Vec.push_all()` - `from_str` - can be replaced by `.to_owned()` - `from_raw_buf` - could be done directly core: - `nonzero` - `UnsafeCell` (`as_unsafe_cell`) - `Zeroable` - `Peekable.is_empty` std_misc: - Handle stuff | ||||
* | Remove `get_` prefix on getters | Corey Farwell | 2015-06-02 | 1 | -3/+3 |
| | | | | | | Part of #6224 I certainly didn't remove all of them; I avoided `unsafe` areas and also `components/script` | ||||
* | Made the clipboard-related functionality in TextInput more testable. Added ↵ | Avi Weinstock | 2015-05-06 | 1 | -0/+48 |
test_clipboard_paste to the "test-unit" suite. |