aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation of ownPropertyKeys proxy handlerCorey Farwell2015-08-201-0/+6
* sort all usesJohann Tuffe2015-08-201-18/+18
* Auto merge of #7260 - notriddle:issue_7169, r=Ms2gerbors-servo2015-08-191-4/+4
|\
| * Navigate to a new page even when there's a fragment.Michael Howell2015-08-181-4/+4
* | Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-1/+1
|/
* remove ScriptListenervectorijk2015-08-161-7/+7
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
* Auto merge of #7097 - boghison:memtypes, r=jdmbors-servo2015-08-131-10/+12
|\
| * Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-10/+12
* | Auto merge of #7132 - jdm:docenum, r=ms2gerbors-servo2015-08-131-3/+4
|\ \ | |/ |/|
| * Simplify devtools frame marker notification. Record each frame tick based on ...Josh Matthews2015-08-121-3/+4
* | Auto merge of #6757 - mskrzypkows:document_hasFocus, r=jdmbors-servo2015-08-111-0/+21
|\ \ | |/ |/|
| * Implementing document.hasFocus method. #6475Maciej Skrzypkowski2015-08-101-0/+21
* | Auto merge of #7046 - Ms2ger:base-url, r=dzbarskybors-servo2015-08-081-1/+48
|\ \
| * | Cache the first base element with an href attribute on the Document.Ms2ger2015-08-081-2/+13
| * | Implement base_url and fallback_base_url methods.Ms2ger2015-08-081-1/+37
* | | Auto merge of #7075 - Ms2ger:load_url, r=dzbarskybors-servo2015-08-081-6/+0
|\ \ \ | |/ / |/| |
| * | Inline Document::load_anchor_href into its only caller.Ms2ger2015-08-071-11/+1
| * | Push the url parsing out of Window::load_url.Ms2ger2015-08-071-2/+6
* | | Fix requestAnimationFrame timestamps in queueHarrison G2015-08-071-1/+2
* | | Add DOMLoad message to constellation that is sent after the DOM Load event is...James Graham2015-08-071-0/+12
|/ /
* | Update Animation Timing links and terminology to the HTML specification.Ms2ger2015-08-051-8/+8
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-0/+2
* | script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-8/+5
* | net: Use a thread for each `AsyncResponseTarget` to avoid having to sendPatrick Walton2015-07-311-2/+2
* | net: Make most of the resource task messages serializable.Patrick Walton2015-07-311-3/+7
* | Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-301-1/+1
|\ \
| * | Fix deprecation warningsSimon Sapin2015-07-241-1/+1
| |/
* | Add spec linksBogdan Cuza2015-07-281-0/+2
* | Introduce RootedVec<JS<T>>::r()Anthony Ramine2015-07-231-7/+5
|/
* Auto merge of #6691 - glennw:mouse-which, r=jdmbors-servo2015-07-221-1/+2
|\
| * Address review commentsGlenn Watson2015-07-231-1/+2
| * Set detail field to be 1 by default for mouse events.Glenn Watson2015-07-221-1/+1
* | Fix #6676Bogdan Cuza2015-07-221-2/+11
|/
* Rename browser_context identifiers to browsing_context.Ms2ger2015-07-201-6/+6
* Auto merge of #6596 - pcwalton:layout-control-ipc, r=jdmbors-servo2015-07-141-4/+8
|\
| * compositing: Move messages that go over the `ScriptListener` to go overPatrick Walton2015-07-141-4/+8
* | Remove some more unnecessary let bindingsDavid Zbarsky2015-07-141-8/+2
|/
* Add debug logging to register_named_element and unregister_named_element.Ms2ger2015-07-111-0/+2
* Remove some redundant let bindingsDavid Zbarsky2015-07-041-9/+3
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-10/+9
* add support for mouseover and mouseout eventsYoav Alon2015-06-301-18/+41
* Prefer HTTPS when linking to GitHub PagesCorey Farwell2015-06-281-6/+6
* Trigger reflow after rAF callbacks.Glenn Watson2015-06-251-0/+4
* Fix some warnings caused by the SM upgradeMichael Wu2015-06-191-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-251/+244
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Restrict output of getElementsByName to HTML elementsPhilipp Hartwig2015-05-311-0/+3
* Update NodeIterator code to apply review comments.Jinwoo Song2015-05-281-1/+1