Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of unstable box syntax. | Simon Sapin | 2017-10-16 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | http://www.robohornet.org gives a score of 101.36 on master, and 102.68 with this PR. The latter is slightly better, but probably within noise level. So it looks like this PR does not affect DOM performance. This is expected since `Box::new` is defined as: ```rust impl<T> Box<T> { #[inline(always)] pub fn new(x: T) -> Box<T> { box x } } ``` With inlining, it should compile to the same as box syntax. | ||||
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -4/+4 |
| | | | | | | | In a later PR, DomRoot<T> will become a type alias of Root<Dom<T>>, where Root<T> will be able to handle all the things that need to be rooted that have a stable traceable address that doesn't move for the whole lifetime of the root. Stay tuned. | ||||
* | Rename DOMRefCell<T> to DomRefCell<T> | Anthony Ramine | 2017-09-26 | 1 | -3/+3 |
| | | | | | | | | I don't want to do such a gratuitous rename, but with all the other types now having "Dom" as part of their name, and especially with "DomOnceCell", I feel like the other cell type that we already have should also follow the convention. That argument loses weight though when we realise there is still DOMString and other things. | ||||
* | Rename JS<T> to Dom<T> | Anthony Ramine | 2017-09-26 | 1 | -3/+3 |
| | |||||
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | Remove JSContext argument from AsyncBluetoothListener::handle_response | Anthony Ramine | 2017-09-22 | 1 | -6/+1 |
| | |||||
* | Make Promise::reject_error sound | Anthony Ramine | 2017-09-22 | 1 | -9/+11 |
| | |||||
* | Make Promise::resolve_native actually sound | Anthony Ramine | 2017-09-21 | 1 | -2/+2 |
| | | | | | We shouldn't have to pass a raw JSContext pointer, and to enter the promise's context's compartment by hand. | ||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | Bluetooth Permission API integration | Zakor Gyula | 2017-02-13 | 1 | -3/+2 |
| | |||||
* | Cleaned up ripples due to MutJS to JS type change | Prudhvi Rampey | 2017-01-07 | 1 | -4/+4 |
| | |||||
* | Auto merge of #14567 - szeged:represented-attributes, r=jdm | bors-servo | 2016-12-14 | 1 | -8/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check if represented attributes are cached <!-- Please describe your changes on the following line: --> Improve existing cache checks in `/bluetooth/lib.rs`, and update Step comments in `script/dom` corresponding to this. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] There are tests for these changes OR <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14567) <!-- Reviewable:end --> | ||||
| * | Check if represented attributes are cached | Zakor Gyula | 2016-12-14 | 1 | -8/+4 |
| | | |||||
* | | Remove HeapGCValue | Anthony Ramine | 2016-12-12 | 1 | -3/+3 |
|/ | | | | | | It could be used to have mutable JSVal fields without GC barriers. With the removal of that trait, MutHeap and MutNullableHeap can respectively be replaced by MutJS and MutNullableJS. | ||||
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 |
| | | | | Fixes https://github.com/servo/servo/issues/8473. | ||||
* | Step annotations for WebBluetooth functions | Zakor Gyula | 2016-11-29 | 1 | -0/+37 |
| | |||||
* | WriteValue should return undefined | Attila Dusnoki | 2016-11-28 | 1 | -3/+2 |
| | |||||
* | Rename blacklist to blocklist | Zakor Gyula | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | Webbluetooth Async behaviour | Attila Dusnoki | 2016-11-08 | 1 | -54/+55 |
| | |||||
* | Blacklisted items are removed when calling ↵ | fokinv | 2016-11-04 | 1 | -1/+1 |
| | | | | getServices/Characteristics/Descriptors. | ||||
* | Update the value of the Characteristic/Descriptor when calling writeValue. | zakorgyula | 2016-11-04 | 1 | -2/+2 |
| | |||||
* | Split the bluetooth code out from the net crates. | Ms2ger | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Rename Reflectable::global_scope to global | Anthony Ramine | 2016-10-06 | 1 | -3/+3 |
| | |||||
* | Make bluetooth::result_to_promise take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Introduce GlobalScope::as_window | Anthony Ramine | 2016-10-06 | 1 | -3/+1 |
| | |||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
| | |||||
* | Update WebBluetooth to use Promises | Mátyás Mustoha | 2016-09-26 | 1 | -19/+34 |
| | |||||
* | Refactored a bluetooth* related files from codeStyle to code_style. | Arthur Marble | 2016-09-18 | 1 | -4/+4 |
| | |||||
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | Refactor Bluetooth error handling | zakorgy | 2016-07-27 | 1 | -3/+3 |
| | |||||
* | Remove some unnecessary pub modifiers (#50) | zakorgy | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Add missing steps to descriptors writeValue function | zakorgyula | 2016-07-07 | 1 | -2/+8 |
| | |||||
* | Add WebBluetooth Blacklist support | fokinv | 2016-05-31 | 1 | -1/+8 |
| | |||||
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -1/+0 |
| | |||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -2/+1 |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | ||||
* | Refactor IPC-message sending | fokinv | 2016-05-03 | 1 | -26/+17 |
| | |||||
* | Style fix | fokinv | 2016-05-03 | 1 | -6/+9 |
| | |||||
* | Error handling | zakorgy | 2016-05-03 | 1 | -11/+6 |
| | |||||
* | Add Bluetooth IPC support | fokinv | 2016-05-03 | 1 | -10/+75 |
| | |||||
* | WebBluetooth API classes | Attila Dusnoki | 2016-03-16 | 1 | -0/+68 |