| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Qualify script_traits enums. | Ms2ger | 2015-01-04 | 1 | -5/+12 |
| * | Qualify resource_task enums. | Ms2ger | 2015-01-04 | 1 | -2/+2 |
| * | Rename constellation_msg::Msg variants. | Ms2ger | 2015-01-04 | 1 | -10/+9 |
* | | auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2ger | bors-servo | 2015-01-04 | 1 | -5/+6 |
|\ \ |
|
| * | | Add HTMLElementTypeId enum (fixes #3625) | Megha Gupta | 2015-01-02 | 1 | -5/+6 |
* | | | Issue 4497: Converts WorkerPostMessage into a Runnable. | Bharath M R | 2015-01-04 | 1 | -5/+0 |
| |/
|/| |
|
* | | auto merge of #4535 : servo/servo/pre-rustup_20141221, r=jdm | bors-servo | 2015-01-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix obsolete format traits. | Ms2ger | 2015-01-02 | 1 | -1/+1 |
* | | | Stall PaintTask exit until it can release all buffers | Martin Robinson | 2015-01-02 | 1 | -7/+11 |
|/ / |
|
* | | auto merge of #4526 : servo/servo/deref-1, r=Manishearth | bors-servo | 2015-01-02 | 1 | -53/+56 |
|\ \ |
|
| * | | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -53/+56 |
* | | | Stop using ptr.is_not_null() in script. | Ms2ger | 2015-01-01 | 1 | -2/+2 |
|/ / |
|
* / | Replace the remaining to_string calls by into_string calls. | Ms2ger | 2014-12-31 | 1 | -1/+1 |
|/ |
|
* | auto merge of #4057 : jdm/servo/refcountdom, r=Ms2ger | bors-servo | 2014-12-29 | 1 | -14/+35 |
|\ |
|
| * | Force all messages to worker tasks to send a TrustedWorkerAddress along with ... | Josh Matthews | 2014-12-29 | 1 | -12/+30 |
| * | Allow refcounting arbitrary DOM objects in concert with the GC to enable safe... | Josh Matthews | 2014-12-29 | 1 | -5/+8 |
* | | Simplify some code in handle_click_event. | Ms2ger | 2014-12-29 | 1 | -6/+5 |
|/ |
|
* | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -9/+9 |
* | auto merge of #4474 : thiagopnts/servo/generic-msgs, r=jdm | bors-servo | 2014-12-24 | 1 | -9/+8 |
|\ |
|
| * | Replace XHR events for generic ones in ScriptTask | thiagopnts | 2014-12-23 | 1 | -9/+8 |
* | | This fixes #4259. Dispatching the mousemove event for the top most node when ... | Matt McCoy | 2014-12-23 | 1 | -0/+28 |
|/ |
|
* | auto merge of #4444 : Ms2ger/servo/load-simplify, r=jdm | bors-servo | 2014-12-19 | 1 | -5/+2 |
|\ |
|
| * | Simplify some code in ScriptTask::load. | Ms2ger | 2014-12-19 | 1 | -5/+2 |
* | | Make the argument to dispatch_event_with_target non-optional. | Ms2ger | 2014-12-19 | 1 | -1/+1 |
|/ |
|
* | auto merge of #4434 : saneyuki/servo/glob_script, r=jdm | bors-servo | 2014-12-18 | 1 | -32/+30 |
|\ |
|
| * | script: Remove glob imports added in #4405 | Tetsuharu OHZEKI | 2014-12-19 | 1 | -32/+30 |
* | | auto merge of #4403 : pcwalton/servo/back-borrow, r=jdm | bors-servo | 2014-12-18 | 1 | -8/+17 |
|\ \
| |/
|/| |
|
| * | script: Fix double borrow error when going back. Closes #4402. | Patrick Walton | 2014-12-16 | 1 | -8/+17 |
* | | compositing: Implement `cursor` per CSS3-UI § 8.1.1 in the CEF/Mac port. | Patrick Walton | 2014-12-17 | 1 | -13/+8 |
* | | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -49/+57 |
|/ |
|
* | auto merge of #4374 : thiagopnts/servo/dispatch-event, r=Ms2ger | bors-servo | 2014-12-16 | 1 | -1/+1 |
|\ |
|
| * | Add auxiliary method to EventTargetHelpers for events without target | thiagopnts | 2014-12-16 | 1 | -1/+1 |
* | | script: Fix double-borrow error | Patrick Walton | 2014-12-15 | 1 | -1/+1 |
* | | 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 |