aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-9/+9
* auto merge of #4474 : thiagopnts/servo/generic-msgs, r=jdmbors-servo2014-12-241-9/+8
|\
| * Replace XHR events for generic ones in ScriptTaskthiagopnts2014-12-231-9/+8
* | This fixes #4259. Dispatching the mousemove event for the top most node when ...Matt McCoy2014-12-231-0/+28
|/
* auto merge of #4444 : Ms2ger/servo/load-simplify, r=jdmbors-servo2014-12-191-5/+2
|\
| * Simplify some code in ScriptTask::load.Ms2ger2014-12-191-5/+2
* | Make the argument to dispatch_event_with_target non-optional.Ms2ger2014-12-191-1/+1
|/
* auto merge of #4434 : saneyuki/servo/glob_script, r=jdmbors-servo2014-12-181-32/+30
|\
| * script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-32/+30
* | auto merge of #4403 : pcwalton/servo/back-borrow, r=jdmbors-servo2014-12-181-8/+17
|\ \ | |/ |/|
| * script: Fix double borrow error when going back. Closes #4402.Patrick Walton2014-12-161-8/+17
* | compositing: Implement `cursor` per CSS3-UI § 8.1.1 in the CEF/Mac port.Patrick Walton2014-12-171-13/+8
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-49/+57
|/
* auto merge of #4374 : thiagopnts/servo/dispatch-event, r=Ms2gerbors-servo2014-12-161-1/+1
|\
| * Add auxiliary method to EventTargetHelpers for events without targetthiagopnts2014-12-161-1/+1
* | script: Fix double-borrow errorPatrick Walton2014-12-151-1/+1
* | script: Add some workarounds for image cache task racesPatrick Walton2014-12-151-18/+25
* | script: Improve dirty propagation and fix script-layout synchronization.Patrick Walton2014-12-151-38/+15
|/
* auto merge of #4356 : servo/servo/msgs, r=jdmbors-servo2014-12-121-29/+73
|\
| * script_trask, handle_msgs: factored out handle_msg_from_devtoolsGilbert Röhrbein2014-12-121-6/+18
| * script_trask, handle_msgs: factored out handle_msg_from_scriptGilbert Röhrbein2014-12-121-11/+28
| * script_trask, handle_msgs: factored out handle_msg_from_constellationGilbert Röhrbein2014-12-121-10/+27
| * script_task, handle_msgs: sort for pattern constructorGilbert Röhrbein2014-12-121-9/+7
* | Return real page titles and URLs for devtools tab choices.Greg Weng2014-12-121-8/+17
|/
* Sending key events through script task before processing them in the compositor.Nathan E. Egge2014-12-121-0/+4
* ports/cef: Implement accelerated compositing for the CEF port.Patrick Walton2014-12-101-3/+14
* Reuse the final_url in ScriptTask::load.Ms2ger2014-12-091-5/+4
* Pass a borrowed Url to parse_html.Ms2ger2014-12-091-1/+1
* Rename base_url to final_url in ScriptTask::load.Ms2ger2014-12-091-5/+5
* Remove the url from the InputUrl variant.Ms2ger2014-12-091-2/+2
* Move the load response into the HTMLInput enum.Ms2ger2014-12-091-4/+4
* Combine two conditionals in ScriptTask::load.Ms2ger2014-12-091-40/+31
* Make parse_html's base_url argument non-optional.Ms2ger2014-12-081-6/+3
* Move the networking code in parse_html into ScriptTask::load.Ms2ger2014-12-081-2/+86
* Pass the load data to parse_html directly, rather than in an Option.Ms2ger2014-12-081-1/+1
* Cleanup last_loaded_url/last_url handling in ScriptTask::load.Ms2ger2014-12-081-8/+5
* Simplify the content_changed call in ScriptTask::load.Ms2ger2014-12-081-5/+1
* Create the root frame before evaluating the javascript URL.Ms2ger2014-12-061-9/+9
* Add Comparable trait to js.rs; fixupsManish Goregaokar2014-12-061-1/+1
* Switch to NodeFlags (the footprint has not changed)Manish Goregaokar2014-12-051-1/+1
* Address review commentsManish Goregaokar2014-12-051-0/+2
* Implement implicit form submissionManish Goregaokar2014-12-051-2/+5
* Hook up synthetic click activation to script_task and <>.click()Manish Goregaokar2014-12-051-2/+17
* Hook up authentic click activation to the script taskManish Goregaokar2014-12-051-4/+7
* Implemeneted ModifyAttribute handler to update DOM elements.Shanil Puri2014-12-031-84/+12
* Implement Window.sessionStorage: Storage Task, Storage Methods (excluding Sto...nkdalmia2014-12-031-0/+6
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-3/+3
* Allow passing arguments to setTimeout/setInterval callbacksMukilan Thiyagarajan2014-11-151-1/+1
* Remove unused arguments from LoadComplete and LoadCompleteMsgManish Goregaokar2014-11-141-2/+2
* Don't overwrite redirected URL in script_task (fixes #3970)Manish Goregaokar2014-11-141-1/+2