Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | Auto merge of #14429 - szeged:syntax-to-type-error, r=jdm | bors-servo | 2016-12-06 | 1 | -6/+31 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace Syntax with TypeError in bluetoothuuid.rs <!-- Please describe your changes on the following line: --> 1. Replacing `SyntaxError` with `TypeError` in `bluetoothuuid.rs` due to the specification change. This indicates changes in the existing tests. The error strings are from the chromium implementation. 2. We missed out a `$` character from the end of the `VALID_UUID_REGEX` global variable. --- <!-- 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 <!-- Either: --> - [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/14429) <!-- Reviewable:end --> | ||||
| * | Add end of text character to BluetoothUUID's regex string | Zakor Gyula | 2016-12-01 | 1 | -1/+1 |
| | | |||||
| * | BluetoothUUID refactor | Zakor Gyula | 2016-12-01 | 1 | -5/+30 |
| | | |||||
* | | Fix BluetoothUUID typo | Attila Dusnoki | 2016-12-06 | 1 | -1/+1 |
| | | |||||
* | | Make WebIDL static methods take a more specific global if possible | Anthony Ramine | 2016-11-30 | 1 | -5/+5 |
|/ | |||||
* | Pass a &GlobalScope to WebIDL static methods and constructors | Anthony Ramine | 2016-10-06 | 1 | -5/+5 |
| | |||||
* | Reorganise the BluetoothUUID utility functions | Anthony Ramine | 2016-10-02 | 1 | -43/+52 |
| | |||||
* | 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. | ||||
* | Replace the union types with the correct typedefs in the webidl files and ↵ | zakorgy | 2016-05-03 | 1 | -3/+6 |
| | | | | the API classes. | ||||
* | Style fix | fokinv | 2016-05-03 | 1 | -12/+5 |
| | |||||
* | Implementation of the getPrimaryService(s), the getCharacteristic(s) and the ↵ | fokinv | 2016-05-03 | 1 | -0/+9 |
| | | | | getDescriptor(s) functions. | ||||
* | Update assigned services, characteristics and descriptors | zakorgyula | 2016-05-03 | 1 | -9/+228 |
| | |||||
* | WebBluetooth API classes | Attila Dusnoki | 2016-03-16 | 1 | -0/+116 |