aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove the url! plugin.Simon Sapin2016-04-141-1/+1
* Use origin when manipulating cookies.Josh Matthews2016-04-131-8/+6
* Use origin for document.domain.Josh Matthews2016-04-131-3/+12
* Implement origin concept.Josh Matthews2016-04-131-8/+21
* fix performance timing precision and navigation_start unit; add LoadEventStar...Zhen Zhang2016-04-131-9/+29
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-04-101-3/+3
* issue #10141 : Document::location set null for documents without a browsing c...shubham_jain2016-04-091-3/+2
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+2
* forcetouch events supportPaul Rouget2016-04-051-1/+68
* Auto merge of #10391 - autrilla:inline-content-changed, r=Ms2gerbors-servo2016-04-051-4/+0
|\
| * Inlined content_changedAdrian Utrilla2016-04-041-4/+0
* | Auto merge of #10365 - emilio:warnings, r=Wafflespeanutbors-servo2016-04-041-1/+1
|\ \
| * | servo: Clean up unused variables and importsEmilio Cobos Álvarez2016-04-021-1/+1
| |/
* / Implement Document#elementsFromPointRizky Luthfianto2016-04-031-0/+42
|/
* Auto merge of #10327 - frewsxcv:get-prefix, r=ms2gerbors-servo2016-04-021-1/+1
|\
| * Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-03-311-1/+1
* | Auto merge of #10304 - Ms2ger:cookie-averse, r=noxbors-servo2016-04-011-2/+21
|\ \
| * | Implement Document::cookie correctly for cookie-averse documents.Ms2ger2016-03-311-2/+21
* | | Auto merge of #10292 - jdm:cssom, r=jdmbors-servo2016-04-011-0/+6
|\ \ \
| * | | Initial steps for CSSOM APIMohamed Albashir2016-03-311-0/+6
* | | | Added a mapping between nodes and stylesheetsConnor Brewster2016-03-311-7/+8
| |/ / |/| |
* | | Include square brackets for IPv6 addresses in Document::domain.Ms2ger2016-03-301-6/+0
| |/ |/|
* | Store the encoding in the Document rather than its name.Ms2ger2016-03-181-38/+38
|/
* Auto merge of #9930 - rebstar6:htmlclick, r=jdmbors-servo2016-03-111-3/+7
|\
| * Call synthetic_click_activation for all clicksRebecca2016-03-101-3/+7
* | Add task_source directoryKeith Yeung2016-03-101-9/+10
* | Suppress reflows before RefreshTick or FirstLoadJack Moffitt2016-03-031-17/+5
* | Refactor mouseover code to be more performantEmilio Cobos Álvarez2016-03-021-74/+72
* | script/layout: Refactor mouse_over since it now basically uses hit_testEmilio Cobos Álvarez2016-03-021-15/+7
* | script: Fix `mouseover`/`mouseout` dispatching.Emilio Cobos Álvarez2016-03-021-18/+33
* | script: Fix MouseOver handlingEmilio Cobos Álvarez2016-03-021-15/+18
* | Use a BTreeMap for Document::animation_frame_list (fixes #9834)Anthony Ramine2016-03-021-9/+6
* | Auto merge of #8932 - rilut:add-elementfrompoint, r=noxbors-servo2016-03-011-1/+31
|\ \
| * | Implement Document#elementFromPointRizky Luthfianto2016-03-011-1/+31
* | | Auto merge of #9740 - paulrouget:mozbrowserconnected, r=jdmbors-servo2016-02-251-5/+10
|\ \ \
| * | | Support Browser API event mozbrowserconnectedPaul Rouget2016-02-241-5/+10
| | |/ | |/|
* | | Implement From<DOMString> for AtomAnthony Ramine2016-02-241-7/+7
* | | Optimise local name cloning in Document::CreateAttributeAnthony Ramine2016-02-241-3/+1
* | | Make use of From<String> for AtomAnthony Ramine2016-02-241-1/+1
|/ /
* | Use the browsing context from the document where appropriate.Josh Matthews2016-02-201-9/+6
* | Auto merge of #9603 - Ms2ger:document-bc, r=jdmbors-servo2016-02-191-2/+17
|\ \
| * | Store a pointer to the browsing context in the Document.Ms2ger2016-02-111-2/+17
* | | Auto merge of #9529 - paulrouget:focusEvents, r=asajeffreybors-servo2016-02-181-2/+32
|\ \ \
| * | | Implement focus and blur eventsPaul Rouget2016-02-181-2/+32
| | |/ | |/|
* | | #1716 The indicated part of the document.Peter2016-02-171-12/+33
* | | Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-1/+1
| |/ |/|
* | Improve documentation for new methods.Josh Matthews2016-02-101-0/+1
* | Reorder marking of pending parser-blocking scripts to avoid reentrancy.Josh Matthews2016-02-101-1/+1
* | Make iframes block the enclosing document's load event. Fixes #6663.Josh Matthews2016-02-101-0/+5
* | Auto merge of #9244 - paulrouget:securitychange, r=jdmbors-servo2016-02-091-0/+9
|\ \