Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the AttributeInstanceMaps from bluetooth to bluetoothDevice. #14441

Merged
merged 2 commits into from
Dec 6, 2016

Conversation

dati91
Copy link
Contributor

@dati91 dati91 commented Dec 2, 2016

The previous implementation differed from the spec, because there was three maps instead of one. With this, they will be merged into one.
Also this map has been moved from bluetooth to bluetoothDevice, because its make more sense to store it there. There is an issue about it here.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • There are tests for these changes

This change is Reviewable

@highfive
Copy link

highfive commented Dec 2, 2016

Heads up! This PR modifies the following files:

  • @fitzgen: components/script/dom/bluetoothremotegattserver.rs, components/script/dom/bluetoothremotegattcharacteristic.rs, components/script/dom/bluetooth.rs, components/script/dom/bluetoothremotegattservice.rs, components/script/dom/bluetoothdevice.rs
  • @KiChjang: components/script/dom/bluetoothremotegattserver.rs, components/script/dom/bluetoothremotegattcharacteristic.rs, components/script/dom/bluetooth.rs, components/script/dom/bluetoothremotegattservice.rs, components/script/dom/bluetoothdevice.rs

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Dec 2, 2016
@highfive
Copy link

highfive commented Dec 2, 2016

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!

@dati91
Copy link
Contributor Author

dati91 commented Dec 2, 2016

r? @jdm

@jdm
Copy link
Member

jdm commented Dec 6, 2016

@bors-servo: r+

@bors-servo
Copy link
Contributor

📌 Commit 92df124 has been approved by jdm

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Dec 6, 2016
@bors-servo
Copy link
Contributor

⌛ Testing commit 92df124 with merge 2e1c40e...

bors-servo pushed a commit that referenced this pull request Dec 6, 2016
Move the AttributeInstanceMaps from bluetooth to bluetoothDevice.

<!-- Please describe your changes on the following line: -->
The previous implementation differed from the spec, because there was three maps instead of one. With this, they will be merged into one.
Also this map has been moved from bluetooth to bluetoothDevice, because its make more sense to store it there. There is an issue about it [here](WebBluetoothCG/web-bluetooth#330).

---
<!-- 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

<!-- 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/14441)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

@bors-servo
Copy link
Contributor

👀 Test was successful, but fast-forwarding failed: 500 Server Error

@bors-servo
Copy link
Contributor

@bors-servo
Copy link
Contributor

👀 Test was successful, but fast-forwarding failed: 500 Server Error

@bors-servo
Copy link
Contributor

@bors-servo bors-servo merged commit 92df124 into servo:master Dec 6, 2016
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants