aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothuuid.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
|
* Auto merge of #14429 - szeged:syntax-to-type-error, r=jdmbors-servo2016-12-061-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 stringZakor Gyula2016-12-011-1/+1
| |
| * BluetoothUUID refactorZakor Gyula2016-12-011-5/+30
| |
* | Fix BluetoothUUID typoAttila Dusnoki2016-12-061-1/+1
| |
* | Make WebIDL static methods take a more specific global if possibleAnthony Ramine2016-11-301-5/+5
|/
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-5/+5
|
* Reorganise the BluetoothUUID utility functionsAnthony Ramine2016-10-021-43/+52
|
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
|
* Move DOMString back to scriptAnthony Ramine2016-05-241-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 ↵zakorgy2016-05-031-3/+6
| | | | the API classes.
* Style fixfokinv2016-05-031-12/+5
|
* Implementation of the getPrimaryService(s), the getCharacteristic(s) and the ↵fokinv2016-05-031-0/+9
| | | | getDescriptor(s) functions.
* Update assigned services, characteristics and descriptorszakorgyula2016-05-031-9/+228
|
* WebBluetooth API classesAttila Dusnoki2016-03-161-0/+116