Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFormat script component #21737
Format script component #21737
Conversation
highfive
commented
Sep 18, 2018
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @emilio (or someone else) soon. |
highfive
commented
Sep 18, 2018
|
Heads up! This PR modifies the following files:
|
highfive
commented
Sep 18, 2018
|
|
| @@ -184,23 +184,29 @@ pub fn get_array_index_from_id(_cx: *mut JSContext, id: HandleId) -> Option<u32> | |||
| return if StringIsArray(str, &mut i) != 0 { i } else { -1 } | |||
| } else { | |||
| IdToInt32(cx, id); | |||
| }*/ | |||
| } | |||
| }*/} | |||
This comment has been minimized.
This comment has been minimized.
| RefCell::new(RootedTraceableSet::new()); | ||
| ); | ||
| thread_local!(/// TLV Holds a set of JSTraceables that need to be rooted | ||
| static ROOTED_TRACEABLES: RefCell<RootedTraceableSet> = RefCell::new(RootedTraceableSet::new());); |
This comment has been minimized.
This comment has been minimized.
| @@ -12,7 +12,7 @@ use dom::bindings::codegen::Bindings::BluetoothBinding::{self, BluetoothDataFilt | |||
| use dom::bindings::codegen::Bindings::BluetoothBinding::{BluetoothMethods, RequestDeviceOptions}; | |||
| use dom::bindings::codegen::Bindings::BluetoothPermissionResultBinding::BluetoothPermissionDescriptor; | |||
| use dom::bindings::codegen::Bindings::BluetoothRemoteGATTServerBinding::BluetoothRemoteGATTServerBinding:: | |||
| BluetoothRemoteGATTServerMethods; | |||
| BluetoothRemoteGATTServerMethods; | |||
This comment has been minimized.
This comment has been minimized.
| } | ||
| .find(|n| { | ||
| n.is::<HTMLTableSectionElement>() && n.local_name() == &local_name!("tbody") | ||
| }) { |
This comment has been minimized.
This comment has been minimized.
| // is meant for internal use from Rust code, which | ||
| // will probably be using a native Rust filter, | ||
| // which cannot produce an Err result. | ||
| { |
This comment has been minimized.
This comment has been minimized.
|
@bors-servo p=10 r+ |
|
|
Format script component --- <!-- 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 - [ ] These changes fix part of #21373. - [x] These changes do not require tests because they format code only. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/21737) <!-- Reviewable:end -->
|
|
|
@bors-servo retry
|
|
|
|
|
chansuke commentedSep 18, 2018
•
edited by jdm
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is