Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Implement planned navigation | Keith Yeung | 2016-02-18 | 1 | -9/+58 | |
| | ||||||
* | Remove the global argument to EventTarget::{fire_event, fire_simple_event}. | Ms2ger | 2016-02-08 | 1 | -12/+5 | |
| | ||||||
* | Update HTMLFormElement.length to be of type unsigned long | Joshua Holmer | 2016-01-22 | 1 | -2/+2 | |
| | | | | Fixes #9402 | |||||
* | HTMLFormElement::Elements should honor [SameObject] attribute | Corey Farwell | 2016-01-10 | 1 | -2/+10 | |
| | | | | | | | Ideally, this would get tested by web-platform-tests, but that has yet to be implemented: https://github.com/w3c/web-platform-tests/issues/2462 | |||||
* | Implement HTMLFormElement::Length | Corey Farwell | 2016-01-10 | 1 | -0/+5 | |
| | ||||||
* | Implement HTMLFormElement::Elements | Corey Farwell | 2016-01-10 | 1 | -0/+60 | |
| | | | | Fixes #8566 | |||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -1/+1 | |
| | ||||||
* | Rename fire_simple_event_params to fire_event | Brandon Fairchild | 2016-01-07 | 1 | -12/+12 | |
| | | | | Fixes #9180. | |||||
* | Generate PartialEq automatically | Guillaume Gomez | 2016-01-03 | 1 | -6/+0 | |
| | ||||||
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -38/+32 | |
| | ||||||
* | form submission for <textarea> and <select> | Nicolas | 2015-12-30 | 1 | -11/+29 | |
| | | | | | | small changes from code review !child.get_disabled_state() becomes child.get_enabled_state() | |||||
* | Auto merge of #9055 - simartin:issue_9042, r=Wafflespeanut | bors-servo | 2015-12-24 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | Issue #9042: Report incorrect number of spaces around => in the style checker Fixes https://github.com/servo/servo/issues/9042 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9055) <!-- Reviewable:end --> | |||||
| * | Issue #9042: Report incorrect number of spaces around => in the style checker. | Simon Martin | 2015-12-23 | 1 | -1/+1 | |
| | | ||||||
* | | Implement EventTarget::fire_simple_event and ↵ | Arthur Skobara | 2015-12-22 | 1 | -23/+19 | |
|/ | | | | EventTarget::fire_simple_event_params | |||||
* | Use Url.join instead of UrlParser.base_url(...).parse (#9002) | Mathieu Agopian | 2015-12-18 | 1 | -2/+1 | |
| | ||||||
* | Silence warnings in htmlformelement.rs. | Ms2ger | 2015-12-17 | 1 | -4/+3 | |
| | ||||||
* | Remove big blob of commented code | Keith Yeung | 2015-12-16 | 1 | -65/+3 | |
| | ||||||
* | Implement basic framework for static and interactive validation on forms | Keith Yeung | 2015-12-15 | 1 | -19/+213 | |
| |