Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -21/+21 | |
|/ | ||||||
* | Move LoadData to script_traits. | Ms2ger | 2016-10-21 | 1 | -1/+2 | |
| | ||||||
* | Implement "reset algorithm" for `<select>`. | Corey Farwell | 2016-10-19 | 1 | -2/+1 | |
| | ||||||
* | Make make_enumerated_getter prettier again. | Corey Farwell | 2016-10-12 | 1 | -3/+3 | |
| | | | | Fixes https://github.com/servo/servo/issues/4723. | |||||
* | Remove intrinsic Root::r() | Anthony Ramine | 2016-10-11 | 1 | -8/+8 | |
| | ||||||
* | Make TaskSource::queue take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+1 | |
| | ||||||
* | Introduce GlobalScope::pipeline_id | Anthony Ramine | 2016-10-06 | 1 | -1/+2 | |
| | ||||||
* | script: Fix bogus is_listed_element assertion. | Emilio Cobos Álvarez | 2016-10-02 | 1 | -1/+2 | |
| | ||||||
* | adding macro to return string or url, | Jake Goldsborough | 2016-09-27 | 1 | -2/+2 | |
| | | | | | | using that macro with the form action, making the form submit process use base url, adding tests. | |||||
* | Issue #13350 Report tidy error for space after ( | Hugo Thiessard | 2016-09-23 | 1 | -1/+1 | |
| | ||||||
* | Replace current session entry for reloads | Connor Brewster | 2016-09-19 | 1 | -1/+1 | |
| | ||||||
* | Most of the code refactoring needed to be done is done with this commit. | Arthur Marble | 2016-09-18 | 1 | -4/+4 | |
| | ||||||
* | 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. | |||||
* | Use Option<T> to return from getters | Anthony Ramine | 2016-08-30 | 1 | -2/+2 | |
| | | | | | This removes the cumbersome &mut bool argument and offers overall a more readable code. | |||||
* | Add XHR support for FormData | Zhen Zhang | 2016-08-10 | 1 | -70/+73 | |
| | ||||||
* | Add form submission for file type input and related fixings | Zhen Zhang | 2016-08-02 | 1 | -82/+108 | |
| | ||||||
* | Make task queue API usable from non-main threads. | Josh Matthews | 2016-07-14 | 1 | -1/+2 | |
| | ||||||
* | Inline DOM element creation into box expressions in components/script/dom/ | Kuba Birecki | 2016-07-14 | 1 | -2/+3 | |
| | ||||||
* | Move boxing to runnable initialization | Connor Brewster | 2016-07-13 | 1 | -1/+1 | |
| | ||||||
* | Make all task source runnables cancellable | Connor Brewster | 2016-07-13 | 1 | -3/+2 | |
| | | | | Implement all Runnable methods on CancellableRunnable to redirect to their inner runnable | |||||
* | Add event runnables | Connor Brewster | 2016-07-11 | 1 | -1/+1 | |
| | | | | Make tasks a wrapper over runnables | |||||
* | add Runnable::name() implementation for PlannedNavigation resolve #12333 | sappharx | 2016-07-10 | 1 | -0/+2 | |
| | ||||||
* | Combined DOMManipulationTask runnable variants into a single variant | Connor Brewster | 2016-07-06 | 1 | -2/+1 | |
| | ||||||
* | Auto merge of #12258 - izgzhen:remove-data-slice, r=Manishearth | bors-servo | 2016-07-05 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove DataSlice, fix #12249 r? @Manishearth --- <!-- 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 fix #12249 <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12258) <!-- Reviewable:end --> | |||||
| * | Remove DataSlice, fix #12249 | Zhen Zhang | 2016-07-05 | 1 | -2/+2 | |
| | | ||||||
* | | Move util::str to style | Anthony Ramine | 2016-07-05 | 1 | -1/+1 | |
|/ | ||||||
* | indexed getter of form elements | mrmiywj | 2016-06-14 | 1 | -0/+7 | |
| | ||||||
* | Stop re-exporting AttrValue. | Ms2ger | 2016-06-07 | 1 | -1/+1 | |
| | ||||||
* | delete suffixes | Rafael Quintero | 2016-06-04 | 1 | -8/+8 | |
| | | | | | | | | delete suffixes for variants SubmittedFrom, ResetFrom delete suffixes for variants SubmittedFrom, ResetFrom | |||||
* | Clean up DOMManipulationTaskSource | Keith Yeung | 2016-06-02 | 1 | -0/+1 | |
| | ||||||
* | Add file backend support for Blob and related | Zhen Zhang | 2016-06-01 | 1 | -4/+10 | |
| | | | | | | | | Changes include: - Add BlobImpl to Blob, and related caching mechanism - Expose ResourceThreads to document_loader, workerglobalscope, worker, and global - Fix encode_multipart_form_data - Other small fixes to accommodate the above changes | |||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -2/+3 | |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | |||||
* | Auto merge of #11333 - Manishearth:submit-submit-button, r=nox | bors-servo | 2016-05-23 | 1 | -1/+6 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include <button type=submit> data whilst constructing the form dataset This makes it possible to close things in github (see https://github.com/Manishearth/mitochondria/issues/1) - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors Either: - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11333) <!-- Reviewable:end --> | |||||
| * | Include <button type=submit> data whilst constructing the form dataset | Manish Goregaokar | 2016-05-23 | 1 | -1/+6 | |
| | | ||||||
* | | Implement file-type functionalities in htmlinputelement and related | Zhen Zhang | 2016-05-23 | 1 | -1/+1 | |
|/ | | | | | | | | Changes include: - Implement file selection and other DOM behaviours in htmlinputelement - Integrate IpcSender<FileManagerThreadMsg> into ResourceThreads - Improve filemanager_thread, including adding type_string field to SelectedFile - Improve interfaces in FileList/File/Blob to accommodate the above changes | |||||
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+0 | |
| | | | | This fixes #11185. | |||||
* | Implement text/plain form encoding | Keith Yeung | 2016-05-11 | 1 | -2/+35 | |
| | ||||||
* | Add picking of encoding for url encoded data | Keith Yeung | 2016-05-11 | 1 | -1/+2 | |
| | ||||||
* | Rename encode_form_data to encode_multipart_form_data | Keith Yeung | 2016-05-11 | 1 | -4/+4 | |
| | ||||||
* | fix formsubmitter methods for buttons | Connor Brewster | 2016-05-04 | 1 | -6/+6 | |
| | ||||||
* | Add planned navigation to submit as entity body (fixes #9829) | Keith Yeung | 2016-04-30 | 1 | -0/+1 | |
| | ||||||
* | Support form submission of multipart/form-data | Prabhjyot Singh Sodhi | 2016-04-30 | 1 | -13/+124 | |
| | ||||||
* | Remove extraneous script_chan parameter from Trusted::new | Keith Yeung | 2016-04-28 | 1 | -3/+2 | |
| | ||||||
* | Add referrer policy pass-through and referrer header logic | Rebecca | 2016-04-25 | 1 | -1/+1 | |
| | | | | | | | add pass-through from doc to http-loader for referrer_policy, ref_URL add logic for setting referer header add script pass-through for referrer add unit tests for setting referer header | |||||
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -6/+8 | |
| | ||||||
* | Move '&&' to the end of the previous line. | Zbynek Winkler | 2016-04-22 | 1 | -2/+2 | |
| | | | | | | Following https://github.com/servo/servo/issues/10692 this is just a formating change to satisfy a new tidy requirement of not having '&&' at the beginning of a line. | |||||
* | Rename fn get_form_datum to form_datum | Keith Yeung | 2016-04-11 | 1 | -1/+1 | |
| | ||||||
* | 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 | |||||
* | refactors entities from script_thread into script_runtime | Rahul Sharma | 2016-04-06 | 1 | -1/+2 | |
| | ||||||
* | Add task_source directory | Keith Yeung | 2016-03-10 | 1 | -5/+12 | |
| | | | | Use DOMManipulationTaskSource whenever possible |