aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/webdriver_handlers.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor: add CanGc as argument to methods in Document (#36392)Yerkebulan Tulibergenov2025-04-071-4/+4
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-2/+2
* Webdriver delete cookie (#36306)Euclid Ye2025-04-041-1/+27
* Propagate CanGc arguments through HTMLCollection constructors (#36180)Kunga Derick Abongho2025-03-291-0/+4
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-0/+1
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-1/+1
* script: Implement `Element::GetHTML` and `ShadowRoot::GetHTML` (#36106)Simon Wülker2025-03-231-1/+1
* Various fixes for webdriver conformance tests (#35737)Josh Matthews2025-03-151-3/+15
* base: Finish rename of `TopLevelBrowsingContextId` to `WebViewId` (#35896)Martin Robinson2025-03-111-3/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-5/+5
* libservo: Move WebDriver messages to the `embedder` crate (#35602)Martin Robinson2025-02-241-3/+3
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-6/+31
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-6/+7
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* webdriver: Serialize JS int values as i32. (#34997)Josh Matthews2025-01-151-1/+8
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-36/+36
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-11/+12
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-4/+4
* Replace unsafe uses of HandleValueArray. (#34588)Josh Matthews2024-12-131-1/+1
* Allow running testharness/testdriver/reftests in servodriver (#34550)Josh Matthews2024-12-111-15/+49
* script: Update the rendering when receiving IPC messages instead of just refl...Martin Robinson2024-12-091-35/+44
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+2
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-7/+7
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-0/+4
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-8/+9
* CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)tanishka2024-10-201-2/+4
* CanGc fixes and checks in multiple files (#33836)chickenleaf2024-10-151-29/+29
* Replace CanGc::note() calls with arguments in `components/script/dom` (#33692)tanishka2024-10-081-23/+26
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* Fix some clippy warnings in `components/script/webdriver_handlers.rs` (#31784)Tumuhairwe2024-03-221-51/+46
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix warnings in `components/script` (#31700)Richard Dushime2024-03-151-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-27/+25
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+1
* Update mozjs to 0.14.1Sudarsan2020-08-281-2/+2
* Set private reference for classic scriptCYBAI2020-07-181-6/+15
* Update SpiderMonkeyAnthony Ramine2020-03-061-1/+5
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-4/+4
* Implement ElementClick wd commandGeorge Roman2019-08-311-31/+135
* Implement pointerMove webdriver actionGeorge Roman2019-08-221-0/+51
* Finish the JSON clone algorithmGeorge Roman2019-08-211-29/+107
* Implement TakeElementScreenshot WebDriver commandGeorge Roman2019-08-201-0/+25
* Return ErrorStatus from webdriver_handlersGeorge Roman2019-08-181-321/+375
* Add support for returning array-like types from the Execute(Async)Script wd c...George Roman2019-08-101-7/+64
* Use safe JSContext as first argument for throw_dom_exceptionmarmeladema2019-08-091-1/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-7/+7
* Auto merge of #23745 - georgeroman:implement_get_element_property_wd_command,...bors-servo2019-07-231-1/+40
|\
| * Implement GetElementProperty WebDriver commandGeorge Roman2019-07-231-1/+40
* | Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1