Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed instances of -> () in existing code | lucantrop | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | Move extra permission data to window | Attila Dusnoki | 2017-02-13 | 1 | -2/+3 |
| | |||||
* | Bluetooth Permission API integration | Zakor Gyula | 2017-02-13 | 1 | -8/+16 |
| | |||||
* | Cleaned up ripples due to MutJS to JS type change | Prudhvi Rampey | 2017-01-07 | 1 | -14/+14 |
| | |||||
* | refactor Connect/Disconnect calls | Zakor Gyula | 2016-12-22 | 1 | -1/+68 |
| | |||||
* | Replace AdvertisingData with AdvertisingEvent | Attila Dusnoki | 2016-12-14 | 1 | -14/+55 |
| | |||||
* | Remove HeapGCValue | Anthony Ramine | 2016-12-12 | 1 | -12/+12 |
| | | | | | | 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. | ||||
* | Remove the unused get_context() function | Valentin Fokin | 2016-12-02 | 1 | -4/+0 |
| | |||||
* | Moved the AttributeInstanceMaps from bluetooth to bluetoothDevice. | Valentin Fokin | 2016-12-02 | 1 | -0/+79 |
| | |||||
* | Step annotations for WebBluetooth functions | Zakor Gyula | 2016-11-29 | 1 | -0/+1 |
| | |||||
* | Add event target for bluetooth | Attila Dusnoki | 2016-11-28 | 1 | -3/+8 |
| | |||||
* | Return the same JS object for the same Bluetooth item. | zakorgyula | 2016-11-04 | 1 | -3/+13 |
| | |||||
* | Rename Reflectable::global_scope to global | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Introduce Reflectable::global_scope | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+5 |
| | |||||
* | Refactored a bluetooth* related files from codeStyle to code_style. | Arthur Marble | 2016-09-18 | 1 | -4/+4 |
| | |||||
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -1/+0 |
| | |||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | ||||
* | Remove BluetoothDevice members | zakorgy | 2016-05-05 | 1 | -54/+4 |
| | |||||
* | Fix value types | Attila Dusnoki | 2016-05-03 | 1 | -36/+33 |
| | |||||
* | WebBluetooth API classes | Attila Dusnoki | 2016-03-16 | 1 | -0/+125 |