| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the url! plugin. | Simon Sapin | 2016-04-14 | 1 | -1/+1 |
* | Use origin when manipulating cookies. | Josh Matthews | 2016-04-13 | 1 | -8/+6 |
* | Use origin for document.domain. | Josh Matthews | 2016-04-13 | 1 | -3/+12 |
* | Implement origin concept. | Josh Matthews | 2016-04-13 | 1 | -8/+21 |
* | fix performance timing precision and navigation_start unit; add LoadEventStar... | Zhen Zhang | 2016-04-13 | 1 | -9/+29 |
* | Remove `get_*` on getters as per RFC 0344. | Corey Farwell | 2016-04-10 | 1 | -3/+3 |
* | issue #10141 : Document::location set null for documents without a browsing c... | shubham_jain | 2016-04-09 | 1 | -3/+2 |
* | refactors entities from script_thread into script_runtime | Rahul Sharma | 2016-04-06 | 1 | -1/+2 |
* | forcetouch events support | Paul Rouget | 2016-04-05 | 1 | -1/+68 |
* | Auto merge of #10391 - autrilla:inline-content-changed, r=Ms2ger | bors-servo | 2016-04-05 | 1 | -4/+0 |
|\ |
|
| * | Inlined content_changed | Adrian Utrilla | 2016-04-04 | 1 | -4/+0 |
* | | Auto merge of #10365 - emilio:warnings, r=Wafflespeanut | bors-servo | 2016-04-04 | 1 | -1/+1 |
|\ \ |
|
| * | | servo: Clean up unused variables and imports | Emilio Cobos Álvarez | 2016-04-02 | 1 | -1/+1 |
| |/ |
|
* / | Implement Document#elementsFromPoint | Rizky Luthfianto | 2016-04-03 | 1 | -0/+42 |
|/ |
|
* | Auto merge of #10327 - frewsxcv:get-prefix, r=ms2ger | bors-servo | 2016-04-02 | 1 | -1/+1 |
|\ |
|
| * | Remove `get_*` on getters as per RFC 0344. | Corey Farwell | 2016-03-31 | 1 | -1/+1 |
* | | Auto merge of #10304 - Ms2ger:cookie-averse, r=nox | bors-servo | 2016-04-01 | 1 | -2/+21 |
|\ \ |
|
| * | | Implement Document::cookie correctly for cookie-averse documents. | Ms2ger | 2016-03-31 | 1 | -2/+21 |
* | | | Auto merge of #10292 - jdm:cssom, r=jdm | bors-servo | 2016-04-01 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Initial steps for CSSOM API | Mohamed Albashir | 2016-03-31 | 1 | -0/+6 |
* | | | | Added a mapping between nodes and stylesheets | Connor Brewster | 2016-03-31 | 1 | -7/+8 |
| |/ /
|/| | |
|
* | | | Include square brackets for IPv6 addresses in Document::domain. | Ms2ger | 2016-03-30 | 1 | -6/+0 |
| |/
|/| |
|
* | | Store the encoding in the Document rather than its name. | Ms2ger | 2016-03-18 | 1 | -38/+38 |
|/ |
|
* | Auto merge of #9930 - rebstar6:htmlclick, r=jdm | bors-servo | 2016-03-11 | 1 | -3/+7 |
|\ |
|
| * | Call synthetic_click_activation for all clicks | Rebecca | 2016-03-10 | 1 | -3/+7 |
* | | Add task_source directory | Keith Yeung | 2016-03-10 | 1 | -9/+10 |
* | | Suppress reflows before RefreshTick or FirstLoad | Jack Moffitt | 2016-03-03 | 1 | -17/+5 |
* | | Refactor mouseover code to be more performant | Emilio Cobos Álvarez | 2016-03-02 | 1 | -74/+72 |
* | | script/layout: Refactor mouse_over since it now basically uses hit_test | Emilio Cobos Álvarez | 2016-03-02 | 1 | -15/+7 |
* | | script: Fix `mouseover`/`mouseout` dispatching. | Emilio Cobos Álvarez | 2016-03-02 | 1 | -18/+33 |
* | | script: Fix MouseOver handling | Emilio Cobos Álvarez | 2016-03-02 | 1 | -15/+18 |
* | | Use a BTreeMap for Document::animation_frame_list (fixes #9834) | Anthony Ramine | 2016-03-02 | 1 | -9/+6 |
* | | Auto merge of #8932 - rilut:add-elementfrompoint, r=nox | bors-servo | 2016-03-01 | 1 | -1/+31 |
|\ \ |
|
| * | | Implement Document#elementFromPoint | Rizky Luthfianto | 2016-03-01 | 1 | -1/+31 |
* | | | Auto merge of #9740 - paulrouget:mozbrowserconnected, r=jdm | bors-servo | 2016-02-25 | 1 | -5/+10 |
|\ \ \ |
|
| * | | | Support Browser API event mozbrowserconnected | Paul Rouget | 2016-02-24 | 1 | -5/+10 |
| | |/
| |/| |
|
* | | | Implement From<DOMString> for Atom | Anthony Ramine | 2016-02-24 | 1 | -7/+7 |
* | | | Optimise local name cloning in Document::CreateAttribute | Anthony Ramine | 2016-02-24 | 1 | -3/+1 |
* | | | Make use of From<String> for Atom | Anthony Ramine | 2016-02-24 | 1 | -1/+1 |
|/ / |
|
* | | Use the browsing context from the document where appropriate. | Josh Matthews | 2016-02-20 | 1 | -9/+6 |
* | | Auto merge of #9603 - Ms2ger:document-bc, r=jdm | bors-servo | 2016-02-19 | 1 | -2/+17 |
|\ \ |
|
| * | | Store a pointer to the browsing context in the Document. | Ms2ger | 2016-02-11 | 1 | -2/+17 |
* | | | Auto merge of #9529 - paulrouget:focusEvents, r=asajeffrey | bors-servo | 2016-02-18 | 1 | -2/+32 |
|\ \ \ |
|
| * | | | Implement focus and blur events | Paul Rouget | 2016-02-18 | 1 | -2/+32 |
| | |/
| |/| |
|
* | | | #1716 The indicated part of the document. | Peter | 2016-02-17 | 1 | -12/+33 |
* | | | Refactor style to be completely backend-independent | Emilio Cobos Álvarez | 2016-02-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | Improve documentation for new methods. | Josh Matthews | 2016-02-10 | 1 | -0/+1 |
* | | Reorder marking of pending parser-blocking scripts to avoid reentrancy. | Josh Matthews | 2016-02-10 | 1 | -1/+1 |
* | | Make iframes block the enclosing document's load event. Fixes #6663. | Josh Matthews | 2016-02-10 | 1 | -0/+5 |
* | | Auto merge of #9244 - paulrouget:securitychange, r=jdm | bors-servo | 2016-02-09 | 1 | -0/+9 |
|\ \ |
|