aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bluetoothuuid.rs
Commit message (Expand)AuthorAgeFilesLines
* Support custom derives for generated types (#34356)Josh Matthews2024-11-241-9/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-6/+6
* clippy: Fix several warnings in `components/script` and `components/webgpu` (...tanishka2024-10-041-0/+1
* fixed various clippy warnings (#31954)Rosemary Ajayi2024-03-311-1/+1
* clippy:Fix clippy problems in components/scripts/binding (#31893)Rosemary Ajayi2024-03-271-6/+5
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-2/+2
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix dereferencing a tuple pattern warnings (#31811)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-8/+7
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Format script componentchansuke2018-09-191-123/+427
* 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
|\
| * 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
* Replace the union types with the correct typedefs in the webidl files and the...zakorgy2016-05-031-3/+6
* Style fixfokinv2016-05-031-12/+5
* Implementation of the getPrimaryService(s), the getCharacteristic(s) and the ...fokinv2016-05-031-0/+9
* Update assigned services, characteristics and descriptorszakorgyula2016-05-031-9/+228
* WebBluetooth API classesAttila Dusnoki2016-03-161-0/+116