| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial implementation of ownPropertyKeys proxy handler | Corey Farwell | 2015-08-20 | 1 | -0/+6 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -18/+18 |
* | Auto merge of #7260 - notriddle:issue_7169, r=Ms2ger | bors-servo | 2015-08-19 | 1 | -4/+4 |
|\ |
|
| * | Navigate to a new page even when there's a fragment. | Michael Howell | 2015-08-18 | 1 | -4/+4 |
* | | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -1/+1 |
|/ |
|
* | remove ScriptListener | vectorijk | 2015-08-16 | 1 | -7/+7 |
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -1/+1 |
* | replace .len() == 0 with is_empty() | João Oliveira | 2015-08-14 | 1 | -1/+1 |
* | Auto merge of #7097 - boghison:memtypes, r=jdm | bors-servo | 2015-08-13 | 1 | -10/+12 |
|\ |
|
| * | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -10/+12 |
* | | Auto merge of #7132 - jdm:docenum, r=ms2ger | bors-servo | 2015-08-13 | 1 | -3/+4 |
|\ \
| |/
|/| |
|
| * | Simplify devtools frame marker notification. Record each frame tick based on ... | Josh Matthews | 2015-08-12 | 1 | -3/+4 |
* | | Auto merge of #6757 - mskrzypkows:document_hasFocus, r=jdm | bors-servo | 2015-08-11 | 1 | -0/+21 |
|\ \
| |/
|/| |
|
| * | Implementing document.hasFocus method. #6475 | Maciej Skrzypkowski | 2015-08-10 | 1 | -0/+21 |
* | | Auto merge of #7046 - Ms2ger:base-url, r=dzbarsky | bors-servo | 2015-08-08 | 1 | -1/+48 |
|\ \ |
|
| * | | Cache the first base element with an href attribute on the Document. | Ms2ger | 2015-08-08 | 1 | -2/+13 |
| * | | Implement base_url and fallback_base_url methods. | Ms2ger | 2015-08-08 | 1 | -1/+37 |
* | | | Auto merge of #7075 - Ms2ger:load_url, r=dzbarsky | bors-servo | 2015-08-08 | 1 | -6/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Inline Document::load_anchor_href into its only caller. | Ms2ger | 2015-08-07 | 1 | -11/+1 |
| * | | Push the url parsing out of Window::load_url. | Ms2ger | 2015-08-07 | 1 | -2/+6 |
* | | | Fix requestAnimationFrame timestamps in queue | Harrison G | 2015-08-07 | 1 | -1/+2 |
* | | | Add DOMLoad message to constellation that is sent after the DOM Load event is... | James Graham | 2015-08-07 | 1 | -0/+12 |
|/ / |
|
* | | Update Animation Timing links and terminology to the HTML specification. | Ms2ger | 2015-08-05 | 1 | -8/+8 |
* | | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -0/+2 |
* | | script: Make the resource task communication use IPC channels. | Patrick Walton | 2015-07-31 | 1 | -8/+5 |
* | | net: Use a thread for each `AsyncResponseTarget` to avoid having to send | Patrick Walton | 2015-07-31 | 1 | -2/+2 |
* | | net: Make most of the resource task messages serializable. | Patrick Walton | 2015-07-31 | 1 | -3/+7 |
* | | Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapin | bors-servo | 2015-07-30 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix deprecation warnings | Simon Sapin | 2015-07-24 | 1 | -1/+1 |
| |/ |
|
* | | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -0/+2 |
* | | Introduce RootedVec<JS<T>>::r() | Anthony Ramine | 2015-07-23 | 1 | -7/+5 |
|/ |
|
* | Auto merge of #6691 - glennw:mouse-which, r=jdm | bors-servo | 2015-07-22 | 1 | -1/+2 |
|\ |
|
| * | Address review comments | Glenn Watson | 2015-07-23 | 1 | -1/+2 |
| * | Set detail field to be 1 by default for mouse events. | Glenn Watson | 2015-07-22 | 1 | -1/+1 |
* | | Fix #6676 | Bogdan Cuza | 2015-07-22 | 1 | -2/+11 |
|/ |
|
* | Rename browser_context identifiers to browsing_context. | Ms2ger | 2015-07-20 | 1 | -6/+6 |
* | Auto merge of #6596 - pcwalton:layout-control-ipc, r=jdm | bors-servo | 2015-07-14 | 1 | -4/+8 |
|\ |
|
| * | compositing: Move messages that go over the `ScriptListener` to go over | Patrick Walton | 2015-07-14 | 1 | -4/+8 |
* | | Remove some more unnecessary let bindings | David Zbarsky | 2015-07-14 | 1 | -8/+2 |
|/ |
|
* | Add debug logging to register_named_element and unregister_named_element. | Ms2ger | 2015-07-11 | 1 | -0/+2 |
* | Remove some redundant let bindings | David Zbarsky | 2015-07-04 | 1 | -9/+3 |
* | Refactor #[jstraceable] to #[derive(JSTraceable)] | David Winslow | 2015-07-01 | 1 | -10/+9 |
* | add support for mouseover and mouseout events | Yoav Alon | 2015-06-30 | 1 | -18/+41 |
* | Prefer HTTPS when linking to GitHub Pages | Corey Farwell | 2015-06-28 | 1 | -6/+6 |
* | Trigger reflow after rAF callbacks. | Glenn Watson | 2015-06-25 | 1 | -0/+4 |
* | Fix some warnings caused by the SM upgrade | Michael Wu | 2015-06-19 | 1 | -1/+1 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -251/+244 |
* | Use euclid from crates.io | ecoal95 | 2015-06-19 | 1 | -1/+1 |
* | Restrict output of getElementsByName to HTML elements | Philipp Hartwig | 2015-05-31 | 1 | -0/+3 |
* | Update NodeIterator code to apply review comments. | Jinwoo Song | 2015-05-28 | 1 | -1/+1 |