Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -4/+8 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -13/+26 |
| | |||||
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -21/+21 |
| | |||||
* | Update hyper to 0.12 | Bastien Orivel | 2018-11-01 | 1 | -1/+5 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -235/+331 |
| | |||||
* | Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393 | Marcin Mielniczuk | 2018-03-28 | 1 | -1/+2 |
| | |||||
* | Rename Root<T> to DomRoot<T> | Anthony Ramine | 2017-09-26 | 1 | -2/+2 |
| | | | | | | | In a later PR, DomRoot<T> will become a type alias of Root<Dom<T>>, where Root<T> will be able to handle all the things that need to be rooted that have a stable traceable address that doesn't move for the whole lifetime of the root. Stay tuned. | ||||
* | Rename dom::bindings::js to dom::bindings::root | Anthony Ramine | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | Replace downcast with is | DarkDrek | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Bump euclid to 0.14. | Nicolas Silva | 2017-06-14 | 1 | -3/+1 |
| | |||||
* | Webdriver uses browsing context ids rather than pipeline ids. | Alan Jeffrey | 2017-05-25 | 1 | -7/+8 |
| | |||||
* | Renamed constellation::Frame to constellation::BrowsingContext. | Alan Jeffrey | 2017-05-15 | 1 | -4/+4 |
| | |||||
* | Update Hyper and OpenSSL | ddh | 2017-03-31 | 1 | -11/+13 |
| | |||||
* | Added some same-origin-domain checks. | Alan Jeffrey | 2017-03-14 | 1 | -13/+8 |
| | |||||
* | Refactor and simplify 'set cookies' operations on resource thread. | Corey Farwell | 2016-12-15 | 1 | -5/+5 |
| | |||||
* | Remove redundant url clones | Pu Xingyu | 2016-11-18 | 1 | -5/+5 |
| | | | | | They are now redundant since now document.url() returns a struct rather than a reference. | ||||
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | Replace script thread root browsing context by a collection of documents. | Alan Jeffrey | 2016-11-08 | 1 | -99/+102 |
| | |||||
* | Move JS evaluation functions to GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+2 |
| | |||||
* | Introduce GlobalScope::resource_threads | Anthony Ramine | 2016-10-06 | 1 | -4/+4 |
| | |||||
* | Introduce GlobalScope::pipeline_id | Anthony Ramine | 2016-10-06 | 1 | -1/+2 |
| | |||||
* | Replace ScriptHelpers by GlobalRef methods | Anthony Ramine | 2016-10-03 | 1 | -3/+5 |
| | |||||
* | Use fn pipeline_id consistently, not fn pipeline | Aneesh Agrawal | 2016-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Consistently use the name 'pipeline_id' to refer to a function that returns an (optional) PipelineId. This was prompted by discovering both fn pipeline and fn pipeline_id doing the same job in htmliframeelement.rs. Note that there is fn pipeline in components/compositing/compositor.rs, but that actually returns an Option<&CompositionPipeline>, not any kind of PipelineId. | ||||
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | Update rust-mozjs dependency | Guillaume Gomez | 2016-08-24 | 1 | -3/+10 |
| | |||||
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -2/+3 |
| | |||||
* | Removed some sources of panic from script thread and devtools, using Option ↵ | David Raifaizen | 2016-07-25 | 1 | -4/+15 |
| | | | | values instead to indicate when a pipeline context is missing where appropriate. Additionally, removed erroneous method get_browsing_context. | ||||
* | Move webdriver_msg to script_traits. | Ms2ger | 2016-07-05 | 1 | -2/+2 |
| | |||||
* | Add style check, test, and code fixes for an else brace check. | Travis Dean | 2016-07-04 | 1 | -2/+1 |
| | |||||
* | Switch to using the new rooted!/RootedGuard API for rooting. | Eduard Burtescu | 2016-07-04 | 1 | -4/+3 |
| | |||||
* | Use common cookie struct add cookie webdriver cmds | Dan Robertson | 2016-06-25 | 1 | -1/+66 |
| | | | | | One cookie struct to rule them all. One struct to represent them. One cookie struct to bind them all, and through the IPC carry them. | ||||
* | Support WindowProxy return values in bindings | Jansen Jan | 2016-06-09 | 1 | -2/+1 |
| | | | | unscopable | ||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | ||||
* | Added a timeout to SetWindowSize. | Alan Jeffrey | 2016-05-20 | 1 | -3/+2 |
| | |||||
* | Made SetWindowSize synchronous. | Alan Jeffrey | 2016-05-20 | 1 | -20/+0 |
| | |||||
* | Implemented webdriver SetWindowSize. | Alan Jeffrey | 2016-05-20 | 1 | -1/+14 |
| | |||||
* | removed instances of &Root<BrowsingContext> | Connor Brewster | 2016-05-11 | 1 | -18/+18 |
| | |||||
* | remove page and move functionality to browing context | Connor Brewster | 2016-05-11 | 1 | -44/+46 |
| | | | | | | | | | | Allow for adding history items Fixed nested iframe test failure Cleanup and small refactors fixup | ||||
* | Remove `get_*` on getters as per RFC 0344. | Corey Farwell | 2016-04-10 | 1 | -1/+1 |
| | | | | | | https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#gettersetter-apis https://github.com/servo/servo/issues/6224 | ||||
* | Remove `get_*` on getters as per RFC 0344. | Corey Farwell | 2016-03-31 | 1 | -4/+4 |
| | | | | | | https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#gettersetter-apis https://github.com/servo/servo/issues/6224 | ||||
* | find_node_by_unique_id should use find | Daniel Robertson | 2016-02-24 | 1 | -9/+1 |
| | | | | find_node_by_unique_id should use find instead of for-loop | ||||
* | Implement GetElementRect webdriver command | Daniel Robertson | 2016-02-24 | 1 | -0/+41 |
| | | | | Implement the webdriver Get Element Rect command | ||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Removed duplicate webdriver_traits file and added webdriver handler for ↵ | David Raifaizen | 2015-11-29 | 1 | -1/+51 |
| | | | | GetWindowSize, IsSelected and IsEnabled | ||||
* | Add support for getting an element's computed style through WebDriver. | James Graham | 2015-11-20 | 1 | -0/+17 |
| | |||||
* | Implement Get Element Attribute WebDriver command | James Graham | 2015-11-18 | 1 | -0/+15 |
| | |||||
* | Implement support for WebDriver send keys command. | James Graham | 2015-11-16 | 1 | -0/+21 |
| | | | | | | Supports sending keys to an element. The specification here is still rather unfinished so the error handling and so on in this code will need iteration as it becomes clearer what the expected behaviour is. |