aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Record whether an snapshot is recording a class attribute change or id change.Emilio Cobos Álvarez2017-06-131-0/+7
* stylo: Support :hover and :active quirkNazım Can Altınova2017-06-101-0/+1
* Removed root browsing context from constellation.Alan Jeffrey2017-06-071-3/+3
* Auto merge of #16979 - manfredbrandl:patch-1, r=emiliobors-servo2017-05-231-1/+1
|\
| * remove unused style::restyle_hints::RestyleReplacementsManfred Brandl2017-05-211-1/+1
* | Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-2/+16
|/
* style: Refactor RestyleHint to be a struct.Cameron McCormack2017-05-201-3/+3
* Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewsterbors-servo2017-05-161-3/+3
|\
| * Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-3/+3
* | Properly handle scroll offsets in hit testingMartin Robinson2017-05-161-5/+1
|/
* Make methods storing layout-originating nodes unsafe.Josh Matthews2017-05-151-6/+20
* Renamed BrowsingContext to WindowProxy in script.Alan Jeffrey2017-05-121-3/+3
* Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-10/+9
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-10/+9
* | Fix up script and layout.Bobby Holley2017-05-021-1/+1
|/
* Make Stylist::quirks_mode hold a QuirksModeAnthony Ramine2017-04-261-1/+1
* script: Ensure we don't suppress reflows when stylesheets are dirty.Emilio Cobos Álvarez2017-04-261-0/+1
* Auto merge of #16531 - mrobinson:clip-id, r=glennwbors-servo2017-04-201-2/+4
|\
| * Eliminate ScrollRootIdMartin Robinson2017-04-201-2/+4
* | Auto merge of #16472 - cu1t:#14095-fix-xml-doc-namespaces, r=noxbors-servo2017-04-201-1/+8
|\ \ | |/ |/|
| * Fix namespaces of elements created in XML documentscu1t2017-04-191-1/+8
* | Fix indentation of a `}`bjorn32017-04-171-1/+1
|/
* script: Map HTMLCanvasElement width and height attributes.Emilio Cobos Álvarez2017-04-091-1/+8
* Revert to per-process shared lock for author-origin stylesheetsSimon Sapin2017-04-031-1/+15
* Update Hyper and OpenSSLddh2017-03-311-7/+8
* Per-document shared lock for author-origin stylesheets.Simon Sapin2017-03-191-2/+1
* Replace RwLock<StyleRule> with Locked<StyleRule>Simon Sapin2017-03-191-1/+2
* Replace RwLock<MediaList> with shared_lock::Locked<MediaList>Simon Sapin2017-03-191-0/+16
* Auto merge of #15906 - mchv:mchv-safe-browsing-context, r=asajeffreybors-servo2017-03-161-1/+1
|\
| * Access browsing context without panicMariot Chauvin2017-03-141-1/+1
* | Auto merge of #15938 - servo:form-owner, r=nox,jdmbors-servo2017-03-151-36/+61
|\ \
| * | Implement the form owner conceptMukilan Thiyagarajan2017-03-151-36/+61
| |/
* | Implement setter for document.domainAlan Jeffrey2017-03-151-3/+82
* | Added some same-origin-domain checks.Alan Jeffrey2017-03-141-1/+4
|/
* Auto merge of #15771 - jdm:img-panic, r=noxbors-servo2017-03-081-4/+13
|\
| * Move checks for document completion to the end of the event loop.Josh Matthews2017-03-071-4/+13
* | script: Use a timer when rAF is used for non-animation purposesPatrick Walton2017-03-031-14/+82
* | s/nodes_from_point/nodes_from_point_response and change test from reftest to ...Fernando Jiménez Moreno2017-03-021-1/+1
* | Trigger reflow on document.elementsFromPointFernando Jiménez Moreno2017-03-021-1/+7
* | Auto merge of #15715 - nox:custom-derive, r=SimonSapinbors-servo2017-02-241-0/+1
|\ \
| * | Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* | | Test that StorageEvent's URL is empty from document.createEventAnthony Ramine2017-02-241-2/+1
|/ /
* / Introduce CSSPixel as a replacement for ViewportPx and PagePx.Glenn Watson2017-02-241-2/+2
|/
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-16/+17
* Update document constructor spec link.Josh Matthews2017-02-171-1/+1
* Auto merge of #15359 - freeatnet:15332-macroed-event-handlers-check-for-windo...bors-servo2017-02-031-0/+3
|\
| * Check for the presence of a window when working with event handlers forwarded...Arseniy Ivanov2017-02-031-0/+3
* | Implement document.open and document.close (fixes #14591)Anthony Ramine2017-02-031-6/+209
|/
* script: insert the restyle attribute restyle hint when a style attribute is m...Emilio Cobos Álvarez2017-01-301-9/+18
* script: Propagate the attribute into the document's element_attr_will_change ...Emilio Cobos Álvarez2017-01-301-1/+1