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

WebBluetooth writeValue new Step #12603

Merged
merged 1 commit into from Jul 28, 2016
Merged

WebBluetooth writeValue new Step #12603

merged 1 commit into from Jul 28, 2016

Conversation

@zakorgy
Copy link
Contributor

zakorgy commented Jul 26, 2016

There is a new step in the writeValue function of the BluetoothRemoteGATTCharacteristic:
https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattcharacteristic-writevalue
Step 6.1


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes do not require tests because, there is no WebBluetooth test API implementation yet.

This change is Reviewable

@highfive
Copy link

highfive commented Jul 26, 2016

Heads up! This PR modifies the following files:

  • @KiChjang: components/script/dom/bluetoothremotegattcharacteristic.rs
@highfive
Copy link

highfive commented Jul 26, 2016

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!
@zakorgy zakorgy changed the title WebBluetooth Specification Change WebBluetooth writeValue new Step Jul 26, 2016
@KiChjang
Copy link
Member

KiChjang commented Jul 26, 2016

I'd like to have step annotations above each Rust statement. See examples of step annotations in fn prepare of htmlscriptelement.rs.

@zakorgy
Copy link
Contributor Author

zakorgy commented Jul 27, 2016

Sorry for the missing annotations. We will do this definitely in a different PR, because this is not the only function, that misses step annotations.

@KiChjang
Copy link
Member

KiChjang commented Jul 27, 2016

Filed #12614 for adding in step annotations for the WebBluetooth stuff.

@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Jul 27, 2016

📌 Commit 2d2eb62 has been approved by KiChjang

@highfive highfive assigned KiChjang and unassigned glennw Jul 27, 2016
@bors-servo
Copy link
Contributor

bors-servo commented Jul 28, 2016

Testing commit 2d2eb62 with merge fc0915b...

bors-servo added a commit that referenced this pull request Jul 28, 2016
WebBluetooth writeValue new Step

<!-- Please describe your changes on the following line: -->
There is a new step in the writeValue function of the BluetoothRemoteGATTCharacteristic:
https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattcharacteristic-writevalue
Step 6.1

---
<!-- 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
- [x] These changes do not require tests because, there is no WebBluetooth test API implementation yet.

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

bors-servo commented Jul 28, 2016

@bors-servo bors-servo merged commit 2d2eb62 into servo:master Jul 28, 2016
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@zakorgy zakorgy deleted the zakorgy:write-value branch Aug 4, 2016
@zakorgy zakorgy restored the zakorgy:write-value branch Aug 4, 2016
@zakorgy zakorgy deleted the zakorgy:write-value branch Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.