aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Replaced DOMString by String in devtools.Alan Jeffrey2015-11-121-3/+3
* | | Auto merge of #8492 - jdm:e10s-timer-events, r=jdmbors-servo2015-11-131-17/+7
|\ \ \ | |/ / |/| |
| * | script: Make timer events e10s-safe.Patrick Walton2015-11-121-17/+7
| |/
* | Auto merge of #8428 - Ms2ger:conversions, r=Manishearthbors-servo2015-11-131-5/+7
|\ \ | |/ |/|
| * Use the conversion traits from js.Ms2ger2015-11-121-5/+7
* | Auto merge of #7844 - Wafflespeanut:requests, r=jdmbors-servo2015-11-121-1/+1
|\ \ | |/ |/|
| * Implement cancellation listener for cancelling network requestsRavi Shankar2015-11-121-1/+1
* | Execute XHR timeout callbacks directly. (Fixes #8468.)benshu2015-11-111-2/+0
|/
* Auto merge of #8286 - eefriedman:no-move, r=noxbors-servo2015-11-081-5/+6
|\
| * Clean up some code related to #[no_move].Eli Friedman2015-11-071-5/+6
* | Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdmbors-servo2015-11-081-12/+1
|\ \
| * | Move Stylesheet loading and ownership from the layout task into HTML elementsTill Schneidereit2015-11-071-12/+1
* | | Auto merge of #8355 - Ms2ger:Exit, r=noxbors-servo2015-11-071-9/+9
|\ \ \
| * | | Remove the unused PipelineExitType field from ConstellationControlMsg::ExitPi...Ms2ger2015-11-051-1/+1
| * | | Remove the unused PipelineExitType arguments from ScriptTask::handle_exit_pip...Ms2ger2015-11-051-7/+7
| * | | Remove the unused PipelineExitType field from layout_interface::Msg::ExitNow.Ms2ger2015-11-051-3/+3
* | | | Auto merge of #8359 - ben0x539:js-url-query-fragment, r=eefriedmanbors-servo2015-11-071-2/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | Append query string + fragment to javascript: url.Benjamin Herr2015-11-061-2/+24
| |/ /
* / / Implement cancellable runnables.Josh Matthews2015-11-061-2/+37
|/ /
* | Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-5/+5
* | Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-2/+2
* | Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-53/+53
* | Auto merge of #8221 - wenderen:8130-reorganise, r=jdmbors-servo2015-11-041-1/+2
|\ \
| * \ merge from masterrohan.prinja2015-11-031-19/+24
| |\ \
| * | | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
* | | | Auto merge of #8232 - mbrubeck:glutin-touch, r=glennwbors-servo2015-11-031-25/+25
|\ \ \ \
| * | | | Handle multi-touch events from glutinMatt Brubeck2015-11-031-25/+25
| | |_|/ | |/| |
* | | | Auto merge of #8239 - Ms2ger:ScriptReflow, r=pcwaltonbors-servo2015-11-031-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove unused Window::control_chan.Ms2ger2015-10-311-1/+0
* | | | Remove JSTraceable implementation from RefCell.Eli Friedman2015-11-021-2/+2
| |/ / |/| |
* | | Removed JS::root Fixes #8251nxnfufunezn2015-10-311-2/+1
|/ /
* | Auto merge of #8276 - mrobinson:fragment-ticks, r=mbrubeckbors-servo2015-10-311-3/+12
|\ \
| * | Snap fragment scroll points to pixel boundariesMartin Robinson2015-10-301-3/+12
| |/
* / Use if let in ScriptTask::notify_devtools.Ms2ger2015-10-301-12/+9
|/
* remove DocumentProgressTask enumRohan Prinja2015-10-271-2/+2
* Improve spec-compliance of script loading and execution during document startupTill Schneidereit2015-10-261-13/+9
* Auto merge of #8155 - Ms2ger:join, r=jdmbors-servo2015-10-231-23/+4
|\
| * Remove the ConstellationControlMsg::ReflowComplete message.Ms2ger2015-10-221-2/+0
| * Remove Window::handle_reflow_complete_msg and ScriptTask::handle_reflow_compl...Ms2ger2015-10-221-17/+2
| * Remove layout_is_idle.Ms2ger2015-10-221-6/+4
* | Dispatch touch events and perform default touch actions.Matt Brubeck2015-10-221-1/+34
|/
* Timers are scheduled by a dedicated per-constellation thread.benshu2015-10-211-44/+73
* Clean up the cast callsAnthony Ramine2015-10-211-16/+8
* Introduce trait CastableAnthony Ramine2015-10-211-16/+15
* Move Event States to |Element|.Bobby Holley2015-10-161-7/+6
* Issue 8028: `parse_html` should take `Url` rather than `&Url`Stephen Li2015-10-151-1/+1
* Auto merge of #7972 - nox:codegen-heapsize, r=Ms2gerbors-servo2015-10-151-3/+3
|\
| * Introduce DOMClass::heap_size_ofAnthony Ramine2015-10-141-3/+3
* | Support the updated spidermonkey bindingsMichael Wu2015-10-141-1/+1
|/
* Make it possible for iframes to create their own pipeline ID.Glenn Watson2015-10-061-1/+4