Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | constellation: Stop using futures for frame sizes. | Patrick Walton | 2013-12-13 | 1 | -5/+4 | |
| | | | | | | This will allow us to stop going to the DOM in order to handle iframe sizing. Instead we can just store the pipeline and frame IDs of iframes inside the flow tree itself. | |||||
* | Mark some rust files as non-executable. | Ms2ger | 2013-12-13 | 1 | -0/+0 | |
| | ||||||
* | Return None from get_graphics_metadata in headless compositor | Keegan McAllister | 2013-12-05 | 1 | -1/+1 | |
| | | | | This fixes servo -z. | |||||
* | auto merge of #1262 : june0cho/servo/acid2_local_bookmark, r=jdm | bors-servo | 2013-11-30 | 1 | -0/+2 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | To test this, execute the followings: test_local_bookmark.html#text1 test_local_bookmark.html#text2 test_local_bookmark.html#text3 test_local_bookmark.html#top test_local_bookmark.html#h3 test_local_bookmark.html#num acid2.html#top - The link from acid2.html works now. ( `<a href="#top">`) Thanks to @metajack! | |||||
| * | Implement local bookmark(hashtag) for Acid2. With @joonwonlee | june0cho | 2013-12-01 | 1 | -0/+2 | |
| | | | | | | | | Support hashtag through link (e.g. <a href="#top">) | |||||
* | | Remove unused imports. | Ms2ger | 2013-11-30 | 1 | -1/+0 | |
|/ | ||||||
* | unrendered content uses doc's background color | Isabelle Carter | 2013-11-24 | 2 | -1/+3 | |
| | | | | uses html's background color, or body's. | |||||
* | Port gfx crate to new CF bindings. | Jack Moffitt | 2013-11-19 | 1 | -2/+1 | |
| | ||||||
* | Build some dependencies with rustpkg | Keegan McAllister | 2013-11-14 | 1 | -4/+4 | |
| | | | | | | Also take a rust-layers bugfix. In collaboration with Jack Moffitt. | |||||
* | Don't use a separate channel to communicate window size to the | Patrick Walton | 2013-11-03 | 1 | -0/+2 | |
| | | | | | | | constellation. This will make sandboxing much easier since we won't need a separate Unix pipe just for this. | |||||
* | Implement CPU rendering. Replace texture sharing with native OS surface sharing. | Patrick Walton | 2013-10-25 | 5 | -15/+118 | |
| | ||||||
* | Update to latest Rust. | Jack Moffitt | 2013-10-21 | 1 | -1/+1 | |
| | ||||||
* | deactive profiler when not in use; use newtype structs for task chans | Tim Kuehn | 2013-09-20 | 1 | -10/+2 | |
| | ||||||
* | Pipeline create is now wrapped in a task that supervises the tasks | Lars Bergstrom | 2013-09-12 | 1 | -0/+1 | |
| | | | | | | | | created by script, rendering, and layout. When any of those fail, the pipeline is removed from the FrameTree and a new one is created with a failure HTML file. Additionally, the top-level Makefile is changed to store debug info. | |||||
* | Make sandboxed iframes run with different script tasks. | Josh Matthews | 2013-09-11 | 1 | -1/+7 | |
| | ||||||
* | Make window.close() close the window. | Josh Matthews | 2013-08-28 | 1 | -0/+1 | |
| | ||||||
* | Add buffer_map.rs; implement LayerBuffer recycling | eschweic | 2013-08-20 | 1 | -1/+6 | |
| | ||||||
* | Stop copying buffers when sending them to quadtrees | eschweic | 2013-08-20 | 1 | -4/+3 | |
| | ||||||
* | Add Epoch newtype; address review comments | eschweic | 2013-08-19 | 1 | -2/+12 | |
| | ||||||
* | Implement epochs; fix integration bugs | eschweic | 2013-08-19 | 1 | -2/+2 | |
| | ||||||
* | Better layer resize methods | eschweic | 2013-08-19 | 1 | -1/+2 | |
| | ||||||
* | reorganized constellation. | Tim Kuehn | 2013-08-19 | 1 | -2/+3 | |
| | | | | | compositor routes dom events via constellation. constellation handles iframe sizing and resizing. | |||||
* | placeholders for FrameRectMsg from Layout to Constellation | Tim Kuehn | 2013-08-19 | 1 | -0/+1 | |
| | ||||||
* | Add NodeStatus enum, infrastructure for compositor-side invalidation | eschweic | 2013-08-19 | 1 | -0/+1 | |
| | ||||||
* | Library changes | Keegan McAllister | 2013-08-15 | 2 | -2/+2 | |
| | ||||||
* | Refactor compositor; implement compositor iframe support | eschweic | 2013-08-05 | 1 | -4/+4 | |
| | ||||||
* | added subpage ids to map from iframe to all associated pipelines | Tim Kuehn | 2013-07-31 | 1 | -1/+3 | |
| | ||||||
* | fix borrow check failures by reverting to storing *mut Page in window | Tim Kuehn | 2013-07-29 | 1 | -1/+0 | |
| | ||||||
* | structural changes to support Iframes | Tim Kuehn | 2013-07-29 | 2 | -5/+14 | |
| | ||||||
* | Update remove_tile, add automatic tile removal, fix tests for quadtree | eschweic | 2013-07-17 | 1 | -0/+19 | |
| | ||||||
* | Add detection for page loads. | Jack Moffitt | 2013-07-11 | 1 | -0/+3 | |
| | ||||||
* | Fix paint permissions issue, clean up | eschweic | 2013-07-10 | 1 | -1/+1 | |
| | ||||||
* | Clean up and annotations | eschweic | 2013-07-10 | 1 | -1/+1 | |
| | ||||||
* | Implement progressive rendering | eschweic | 2013-07-10 | 1 | -1/+8 | |
| | ||||||
* | scripts from inactive pipelines resize upon navigating to their pages | Tim Kuehn | 2013-07-10 | 1 | -0/+2 | |
| | ||||||
* | render task no longer copies the layer buffer sets before sending paint ↵ | Tim Kuehn | 2013-07-03 | 1 | -3/+3 | |
| | | | | messages -- uses an ARC instead | |||||
* | permission bool replaces compositor token | Tim Kuehn | 2013-07-03 | 1 | -17/+0 | |
| | ||||||
* | removed unused macros from main/macros.rs | Tim Kuehn | 2013-07-02 | 1 | -0/+1 | |
| | ||||||
* | new token-permissions model, and compositor filters paint messages based on id | Tim Kuehn | 2013-07-02 | 3 | -7/+14 | |
| | ||||||
* | forward/back navigation with shift+backspace and backspace | Tim Kuehn | 2013-07-02 | 2 | -0/+7 | |
| | | | | | | script caches last loaded url -- currently no caching policy naive caching of render layers for near-instant forward/back handling evicted pipelines is currently broken | |||||
* | rename engine --> constellation | Tim Kuehn | 2013-07-01 | 2 | -8/+6 | |
| | ||||||
* | add pipeline.rs, modularized pipelines communicating with constellation | Tim Kuehn | 2013-07-01 | 2 | -8/+28 | |
| | ||||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 2 | -4/+4 | |
| | ||||||
* | Implement dynamic resolution, messaging from compositor to renderer, delete ↵ | eschweic | 2013-06-20 | 1 | -1/+2 | |
| | | | | unused texture layers | |||||
* | libmsg crate for message interfaces to compositor and engine | Tim Kuehn | 2013-06-19 | 3 | -0/+105 | |