mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
DevTools: Replace camel case variable names (#32726)
* refactor: rename to snake case * refactor: more renaming * chore: format * chore: clean
This commit is contained in:
parent
b243457ccc
commit
2888193cfe
22 changed files with 363 additions and 323 deletions
|
@ -364,8 +364,8 @@ fn prepare_devtools_request(
|
|||
headers,
|
||||
body,
|
||||
pipeline_id,
|
||||
startedDateTime: now,
|
||||
timeStamp: now.duration_since(UNIX_EPOCH).unwrap_or_default().as_secs() as i64,
|
||||
started_date_time: now,
|
||||
time_stamp: now.duration_since(UNIX_EPOCH).unwrap_or_default().as_secs() as i64,
|
||||
connect_time,
|
||||
send_time,
|
||||
is_xhr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue