| Commit message (Expand) | Author | Age | Files | Lines |
* | script: Add some workarounds for image cache task races | Patrick Walton | 2014-12-15 | 1 | -18/+25 |
* | script: Improve dirty propagation and fix script-layout synchronization. | Patrick Walton | 2014-12-15 | 1 | -38/+15 |
* | auto merge of #4356 : servo/servo/msgs, r=jdm | bors-servo | 2014-12-12 | 1 | -29/+73 |
|\ |
|
| * | script_trask, handle_msgs: factored out handle_msg_from_devtools | Gilbert Röhrbein | 2014-12-12 | 1 | -6/+18 |
| * | script_trask, handle_msgs: factored out handle_msg_from_script | Gilbert Röhrbein | 2014-12-12 | 1 | -11/+28 |
| * | script_trask, handle_msgs: factored out handle_msg_from_constellation | Gilbert Röhrbein | 2014-12-12 | 1 | -10/+27 |
| * | script_task, handle_msgs: sort for pattern constructor | Gilbert Röhrbein | 2014-12-12 | 1 | -9/+7 |
* | | Return real page titles and URLs for devtools tab choices. | Greg Weng | 2014-12-12 | 1 | -8/+17 |
|/ |
|
* | Sending key events through script task before processing them in the compositor. | Nathan E. Egge | 2014-12-12 | 1 | -0/+4 |
* | ports/cef: Implement accelerated compositing for the CEF port. | Patrick Walton | 2014-12-10 | 1 | -3/+14 |
* | Reuse the final_url in ScriptTask::load. | Ms2ger | 2014-12-09 | 1 | -5/+4 |
* | Pass a borrowed Url to parse_html. | Ms2ger | 2014-12-09 | 1 | -1/+1 |
* | Rename base_url to final_url in ScriptTask::load. | Ms2ger | 2014-12-09 | 1 | -5/+5 |
* | Remove the url from the InputUrl variant. | Ms2ger | 2014-12-09 | 1 | -2/+2 |
* | Move the load response into the HTMLInput enum. | Ms2ger | 2014-12-09 | 1 | -4/+4 |
* | Combine two conditionals in ScriptTask::load. | Ms2ger | 2014-12-09 | 1 | -40/+31 |
* | Make parse_html's base_url argument non-optional. | Ms2ger | 2014-12-08 | 1 | -6/+3 |
* | Move the networking code in parse_html into ScriptTask::load. | Ms2ger | 2014-12-08 | 1 | -2/+86 |
* | Pass the load data to parse_html directly, rather than in an Option. | Ms2ger | 2014-12-08 | 1 | -1/+1 |
* | Cleanup last_loaded_url/last_url handling in ScriptTask::load. | Ms2ger | 2014-12-08 | 1 | -8/+5 |
* | Simplify the content_changed call in ScriptTask::load. | Ms2ger | 2014-12-08 | 1 | -5/+1 |
* | Create the root frame before evaluating the javascript URL. | Ms2ger | 2014-12-06 | 1 | -9/+9 |
* | Add Comparable trait to js.rs; fixups | Manish Goregaokar | 2014-12-06 | 1 | -1/+1 |
* | Switch to NodeFlags (the footprint has not changed) | Manish Goregaokar | 2014-12-05 | 1 | -1/+1 |
* | Address review comments | Manish Goregaokar | 2014-12-05 | 1 | -0/+2 |
* | Implement implicit form submission | Manish Goregaokar | 2014-12-05 | 1 | -2/+5 |
* | Hook up synthetic click activation to script_task and <>.click() | Manish Goregaokar | 2014-12-05 | 1 | -2/+17 |
* | Hook up authentic click activation to the script task | Manish Goregaokar | 2014-12-05 | 1 | -4/+7 |
* | Implemeneted ModifyAttribute handler to update DOM elements. | Shanil Puri | 2014-12-03 | 1 | -84/+12 |
* | Implement Window.sessionStorage: Storage Task, Storage Methods (excluding Sto... | nkdalmia | 2014-12-03 | 1 | -0/+6 |
* | Updated reflect_dom_object to be passed by value | Michael Booth | 2014-11-30 | 1 | -3/+3 |
* | Allow passing arguments to setTimeout/setInterval callbacks | Mukilan Thiyagarajan | 2014-11-15 | 1 | -1/+1 |
* | Remove unused arguments from LoadComplete and LoadCompleteMsg | Manish Goregaokar | 2014-11-14 | 1 | -2/+2 |
* | Don't overwrite redirected URL in script_task (fixes #3970) | Manish Goregaokar | 2014-11-14 | 1 | -1/+2 |
* | Fix interfaces test | Keegan McAllister | 2014-11-13 | 1 | -7/+14 |
* | Add single-line text input with no visible cursor. | Josh Matthews | 2014-11-13 | 1 | -12/+14 |
* | Implement document focus context and hook it up to click events. | Josh Matthews | 2014-11-13 | 1 | -7/+13 |
* | Dispatch keydown, keyup, and keypress events at appropriate times. | Josh Matthews | 2014-11-13 | 1 | -3/+53 |
* | Pass all key events to the current constellation frame. | Josh Matthews | 2014-11-13 | 1 | -2/+6 |
* | Rebase and fix up compile errors for rust upgrade. | Glenn Watson | 2014-11-13 | 1 | -2/+2 |
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -32/+26 |
* | Clip display list based on frame viewport | Martin Robinson | 2014-11-11 | 1 | -3/+11 |
* | Bug #3811 - Extracted the script task handlers into methods | Shing Lyu | 2014-11-10 | 1 | -157/+177 |
* | Invert control flow, fix resizing, and improve checkerboarding | Patrick Walton | 2014-11-04 | 1 | -22/+25 |
* | auto merge of #3732 : mukilan/servo/xhr-issue-3630, r=jdm | bors-servo | 2014-11-04 | 1 | -1/+4 |
|\ |
|
| * | Fix race condition in XHR and handle other abort/open scenarios | Mukilan Thiyagarajan | 2014-11-03 | 1 | -1/+4 |
* | | Have ContentBox(es)Queries consult the flow tree | Martin Robinson | 2014-11-03 | 1 | -4/+4 |
|/ |
|
* | Switch to synchronous script loading | Matt Brubeck | 2014-10-29 | 1 | -46/+3 |
* | Infrastructure for synchronous script loading | Matt Brubeck | 2014-10-29 | 1 | -5/+0 |
* | Ignore the HTML parser's borrow flag in GC tracing | Keegan McAllister | 2014-10-24 | 1 | -0/+18 |