Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Introduce GlobalScope::get_url | Anthony Ramine | 2016-10-06 | 1 | -2/+3 | |
| | ||||||
* | Make dispatch_jsval methods take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -7/+4 | |
| | ||||||
* | Introduce Reflectable::global_scope | Anthony Ramine | 2016-10-06 | 1 | -3/+1 | |
| | ||||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -4/+8 | |
| | ||||||
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -5/+5 | |
| | ||||||
* | Implemented name for Runnable trait in WebSocket Runnables | Nikhil Shagrithaya | 2016-07-23 | 1 | -0/+8 | |
| | ||||||
* | Remove DataSlice, fix #12249 | Zhen Zhang | 2016-07-05 | 1 | -4/+3 | |
| | ||||||
* | Switch to using the new rooted!/RootedGuard API for rooting. | Eduard Burtescu | 2016-07-04 | 1 | -2/+2 | |
| | ||||||
* | Propagate privacy information of iframes to corresponding pipelines. Make ↵ | Sagar Muchhal | 2016-06-20 | 1 | -2/+2 | |
| | | | | | | iframes of differing privacy values be considered cross-origin. Make the constellation hand out separate private and public channels for the pipeline content to communicate with the resource thread as necessary. | |||||
* | Update Blob::{new, new_inherited} to take Strings | Achal Shah | 2016-06-17 | 1 | -1/+1 | |
| | ||||||
* | Add file backend support for Blob and related | Zhen Zhang | 2016-06-01 | 1 | -5/+4 | |
| | | | | | | | | 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 | |||||
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -2/+0 | |
| | ||||||
* | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 | |
| | ||||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -2/+1 | |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | |||||
* | Implement trait-based ResourceThreads and clean up related naming issues | Zhen Zhang | 2016-05-20 | 1 | -4/+3 | |
| | | | | | | | | | | Changes include: - Introduce an IpcSend trait to abstract over a collection of IpcSenders - Implement ResourceThreads collection to abstract the resource-related sub threads across the component - Rename original ResourceThread and ControlMsg into an unifed CoreResource__ to accommodate above changes and avoid confusions | |||||
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -2/+0 | |
| | | | | This fixes #11185. | |||||
* | Stop using JSAutoRequest. | Ms2ger | 2016-05-13 | 1 | -2/+1 | |
| | ||||||
* | Rewrite Blob constructor interface | Zhen Zhang | 2016-05-10 | 1 | -2/+4 | |
| | ||||||
* | Update SpiderMonkey | Anthony Ramine | 2016-05-03 | 1 | -1/+3 | |
| | ||||||
* | Remove extraneous script_chan parameter from Trusted::new | Keith Yeung | 2016-04-28 | 1 | -8/+6 | |
| | ||||||
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -2/+2 | |
| | ||||||
* | replace Fallible<()> with ErrorResult | Di Xu | 2016-04-13 | 1 | -4/+4 | |
| | ||||||
* | refactors entities from script_thread into script_runtime | Rahul Sharma | 2016-04-06 | 1 | -2/+3 | |
| | ||||||
* | Update WebSocket blocked ports to match the Fetch spec | Saurav Sachidanand | 2016-03-17 | 1 | -8/+14 | |
| | ||||||
* | Trigger WebSocket error event | Sam Gibson | 2016-02-26 | 1 | -14/+12 | |
| | | | | Trigger a WebSocket error after receiving an invalid message from the server | |||||
* | Auto merge of #9683 - kmuszyn:9561-more-thread-source-renamings, r=jdm | bors-servo | 2016-02-18 | 1 | -5/+5 | |
|\ | | | | | | | | | | | | | | | | | | | Issue #9561 continued - renamed *_thread_source to *_task_source components/script/dom/bindings/global.rs modified -> all *_thread_source occurrences renamed to *_task_source to comply with spec <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9683) <!-- Reviewable:end --> | |||||
| * | Issue #9561 continued - renamed *_thread_source to *_task_source in ↵ | Kamil Muszyński | 2016-02-17 | 1 | -5/+5 | |
| | | | | | | | | global.rs and related files | |||||
* | | Auto merge of #9662 - rebstar6:websocket_cookies, r=jdm | bors-servo | 2016-02-18 | 1 | -1/+11 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | Add support for websocket cookies Addresses both cookies in request and response. Resolves #9540. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9662) <!-- Reviewable:end --> | |||||
| * | Add support for websocket request and response cookies | Rebecca | 2016-02-17 | 1 | -1/+11 | |
| | | | | | | | | Also change expected behavior to pass for all in tests/wpt/web-platform-tests/websockets/cookies | |||||
* | | #9640 Refactor: Move util::str::is_token to script::dom::bindings::str | Peter | 2016-02-14 | 1 | -2/+2 | |
| | | ||||||
* | | Remove the global argument to EventTarget::{fire_event, fire_simple_event}. | Ms2ger | 2016-02-08 | 1 | -3/+2 | |
| | | ||||||
* | | Fix #9508: Beautify our union enums constructors | Alexander Lopatin | 2016-02-07 | 1 | -3/+3 | |
|/ | ||||||
* | Make websockets not crash in a worker scope | Manish Goregaokar | 2016-02-04 | 1 | -2/+2 | |
| | ||||||
* | Auto merge of #9400 - jmr0:websocket, r=nox | bors-servo | 2016-01-25 | 1 | -7/+4 | |
|\ | | | | | | | | | | | | | | | | | | | Fixing websocket subprotocol header validation This takes care of https://github.com/servo/servo/issues/9034 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9400) <!-- Reviewable:end --> | |||||
| * | fix websocket header validation, ensure it meets token requirements, add | jmr0 | 2016-01-24 | 1 | -7/+4 | |
| | | | | | | | | testing | |||||
* | | add origin to location and url api | Chandler Abraham | 2016-01-21 | 1 | -2/+3 | |
|/ | ||||||
* | Fix test-tidy errors | James Sanders | 2016-01-18 | 1 | -2/+5 | |
| | ||||||
* | Make closing related code more clear and more correct | James Sanders | 2016-01-18 | 1 | -60/+65 | |
| | ||||||
* | Make WebSocket constructor take (DOMString or sequence<DOMString>) | James Sanders | 2016-01-17 | 1 | -6/+9 | |
| | ||||||
* | Add global default method for Reflectable trait | Chad Kimes | 2016-01-11 | 1 | -5/+5 | |
| | ||||||
* | Remove global field from WebSocket | Chad Kimes | 2016-01-10 | 1 | -10/+7 | |
| | ||||||
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -19/+19 | |
| | ||||||
* | Rename fire_simple_event_params to fire_event | Brandon Fairchild | 2016-01-07 | 1 | -4/+4 | |
| | | | | Fixes #9180. | |||||
* | Changed blob to use DataSlice with Arc in order to limit wasteful copying of ↵ | David Raifaizen | 2016-01-06 | 1 | -4/+5 | |
| | | | | byte vector | |||||
* | now panics on integer overflow | Nikki | 2015-12-30 | 1 | -2/+1 | |
| | ||||||
* | added a check for buffer overflow | Nikki | 2015-12-29 | 1 | -1/+5 | |
| | ||||||
* | updated websocket buffered_amount to be u64 instead of u32 | Nikki | 2015-12-29 | 1 | -13/+3 | |
| | ||||||
* | Implement EventTarget::fire_simple_event and ↵ | Arthur Skobara | 2015-12-22 | 1 | -9/+5 | |
| | | | | EventTarget::fire_simple_event_params | |||||
* | Auto merge of #8825 - jmr0:master, r=jdm | bors-servo | 2015-12-18 | 1 | -3/+37 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | adding initial support for websocket subprotocol negotation Addresses #8177 I also noticed some bugs/gaps (and at least one of my TODO's can be an E-Easy) cc @jdm <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8825) <!-- Reviewable:end --> | |||||
| * | adding initial support for websocket subprotocol negotation | jmr0 | 2015-12-17 | 1 | -3/+37 | |
| | |