| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Record whether an snapshot is recording a class attribute change or id change. | Emilio Cobos Álvarez | 2017-06-13 | 1 | -0/+7 |
* | stylo: Support :hover and :active quirk | Nazım Can Altınova | 2017-06-10 | 1 | -0/+1 |
* | Removed root browsing context from constellation. | Alan Jeffrey | 2017-06-07 | 1 | -3/+3 |
* | Auto merge of #16979 - manfredbrandl:patch-1, r=emilio | bors-servo | 2017-05-23 | 1 | -1/+1 |
|\ |
|
| * | remove unused style::restyle_hints::RestyleReplacements | Manfred Brandl | 2017-05-21 | 1 | -1/+1 |
* | | Added a TopLevelBrowsingContextId type. | Alan Jeffrey | 2017-05-22 | 1 | -2/+16 |
|/ |
|
* | style: Refactor RestyleHint to be a struct. | Cameron McCormack | 2017-05-20 | 1 | -3/+3 |
* | Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewster | bors-servo | 2017-05-16 | 1 | -3/+3 |
|\ |
|
| * | Renamed constellation::Frame to constellation::BrowsingContext. | Alan Jeffrey | 2017-05-15 | 1 | -3/+3 |
* | | Properly handle scroll offsets in hit testing | Martin Robinson | 2017-05-16 | 1 | -5/+1 |
|/ |
|
* | Make methods storing layout-originating nodes unsafe. | Josh Matthews | 2017-05-15 | 1 | -6/+20 |
* | Renamed BrowsingContext to WindowProxy in script. | Alan Jeffrey | 2017-05-12 | 1 | -3/+3 |
* | Auto merge of #16689 - servo:m5e, r=nox | bors-servo | 2017-05-03 | 1 | -10/+9 |
|\ |
|
| * | Upgrade to html5ever 0.16 | Simon Sapin | 2017-05-02 | 1 | -10/+9 |
* | | Fix up script and layout. | Bobby Holley | 2017-05-02 | 1 | -1/+1 |
|/ |
|
* | Make Stylist::quirks_mode hold a QuirksMode | Anthony Ramine | 2017-04-26 | 1 | -1/+1 |
* | script: Ensure we don't suppress reflows when stylesheets are dirty. | Emilio Cobos Álvarez | 2017-04-26 | 1 | -0/+1 |
* | Auto merge of #16531 - mrobinson:clip-id, r=glennw | bors-servo | 2017-04-20 | 1 | -2/+4 |
|\ |
|
| * | Eliminate ScrollRootId | Martin Robinson | 2017-04-20 | 1 | -2/+4 |
* | | Auto merge of #16472 - cu1t:#14095-fix-xml-doc-namespaces, r=nox | bors-servo | 2017-04-20 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | Fix namespaces of elements created in XML documents | cu1t | 2017-04-19 | 1 | -1/+8 |
* | | Fix indentation of a `}` | bjorn3 | 2017-04-17 | 1 | -1/+1 |
|/ |
|
* | script: Map HTMLCanvasElement width and height attributes. | Emilio Cobos Álvarez | 2017-04-09 | 1 | -1/+8 |
* | Revert to per-process shared lock for author-origin stylesheets | Simon Sapin | 2017-04-03 | 1 | -1/+15 |
* | Update Hyper and OpenSSL | ddh | 2017-03-31 | 1 | -7/+8 |
* | Per-document shared lock for author-origin stylesheets. | Simon Sapin | 2017-03-19 | 1 | -2/+1 |
* | Replace RwLock<StyleRule> with Locked<StyleRule> | Simon Sapin | 2017-03-19 | 1 | -1/+2 |
* | Replace RwLock<MediaList> with shared_lock::Locked<MediaList> | Simon Sapin | 2017-03-19 | 1 | -0/+16 |
* | Auto merge of #15906 - mchv:mchv-safe-browsing-context, r=asajeffrey | bors-servo | 2017-03-16 | 1 | -1/+1 |
|\ |
|
| * | Access browsing context without panic | Mariot Chauvin | 2017-03-14 | 1 | -1/+1 |
* | | Auto merge of #15938 - servo:form-owner, r=nox,jdm | bors-servo | 2017-03-15 | 1 | -36/+61 |
|\ \ |
|
| * | | Implement the form owner concept | Mukilan Thiyagarajan | 2017-03-15 | 1 | -36/+61 |
| |/ |
|
* | | Implement setter for document.domain | Alan Jeffrey | 2017-03-15 | 1 | -3/+82 |
* | | Added some same-origin-domain checks. | Alan Jeffrey | 2017-03-14 | 1 | -1/+4 |
|/ |
|
* | Auto merge of #15771 - jdm:img-panic, r=nox | bors-servo | 2017-03-08 | 1 | -4/+13 |
|\ |
|
| * | Move checks for document completion to the end of the event loop. | Josh Matthews | 2017-03-07 | 1 | -4/+13 |
* | | script: Use a timer when rAF is used for non-animation purposes | Patrick Walton | 2017-03-03 | 1 | -14/+82 |
* | | s/nodes_from_point/nodes_from_point_response and change test from reftest to ... | Fernando Jiménez Moreno | 2017-03-02 | 1 | -1/+1 |
* | | Trigger reflow on document.elementsFromPoint | Fernando Jiménez Moreno | 2017-03-02 | 1 | -1/+7 |
* | | Auto merge of #15715 - nox:custom-derive, r=SimonSapin | bors-servo | 2017-02-24 | 1 | -0/+1 |
|\ \ |
|
| * | | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
* | | | Test that StorageEvent's URL is empty from document.createEvent | Anthony Ramine | 2017-02-24 | 1 | -2/+1 |
|/ / |
|
* / | Introduce CSSPixel as a replacement for ViewportPx and PagePx. | Glenn Watson | 2017-02-24 | 1 | -2/+2 |
|/ |
|
* | Add ImmutableOrigin to allow for serializing origins | Connor Brewster | 2017-02-22 | 1 | -16/+17 |
* | Update document constructor spec link. | Josh Matthews | 2017-02-17 | 1 | -1/+1 |
* | Auto merge of #15359 - freeatnet:15332-macroed-event-handlers-check-for-windo... | bors-servo | 2017-02-03 | 1 | -0/+3 |
|\ |
|
| * | Check for the presence of a window when working with event handlers forwarded... | Arseniy Ivanov | 2017-02-03 | 1 | -0/+3 |
* | | Implement document.open and document.close (fixes #14591) | Anthony Ramine | 2017-02-03 | 1 | -6/+209 |
|/ |
|
* | script: insert the restyle attribute restyle hint when a style attribute is m... | Emilio Cobos Álvarez | 2017-01-30 | 1 | -9/+18 |
* | script: Propagate the attribute into the document's element_attr_will_change ... | Emilio Cobos Álvarez | 2017-01-30 | 1 | -1/+1 |