Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Barebones media UI | Fernando Jiménez Moreno | 2019-07-22 | 1 | -3/+17 | |
| | ||||||
* | Move StylesheetSetRef to script | Fernando Jiménez Moreno | 2019-04-26 | 1 | -1/+1 | |
| | ||||||
* | Rename StylesheetSet to StylesheetSetRef | Fernando Jiménez Moreno | 2019-04-26 | 1 | -3/+3 | |
| | ||||||
* | Merge Node::shadow_including_inclusive_ancestors into inclusive_ancestors | Fernando Jiménez Moreno | 2019-04-26 | 1 | -2/+6 | |
| | ||||||
* | Register named elements in either the document or shadow tree | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+22 | |
| | ||||||
* | Document owner_shadow_root | Fernando Jiménez Moreno | 2019-04-26 | 1 | -4/+3 | |
| | ||||||
* | Make StyleSheetListOwner an enum instead of a trait object | Fernando Jiménez Moreno | 2019-04-26 | 1 | -52/+50 | |
| | ||||||
* | Make StylesheetSet an enum instead of a trait object | Fernando Jiménez Moreno | 2019-04-26 | 1 | -4/+5 | |
| | ||||||
* | Add invalidate_stylesheets to StyleSheetsListOwner trait | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+4 | |
| | ||||||
* | Flush shadow roots stylesheets only if they changed | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+1 | |
| | ||||||
* | Fix the way the IS_CONNECTED flag is set | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+4 | |
| | ||||||
* | Fix formatting issues | Fernando Jiménez Moreno | 2019-04-26 | 1 | -8/+7 | |
| | ||||||
* | Retarget result of shadowRoot.element(s)FromPoint | Fernando Jiménez Moreno | 2019-04-26 | 1 | -7/+25 | |
| | ||||||
* | Invalidate and flush shadow tree stylesheets where needed | Fernando Jiménez Moreno | 2019-04-26 | 1 | -5/+26 | |
| | ||||||
* | Expose a way to flush shadow root stylesheets from layout | Fernando Jiménez Moreno | 2019-04-26 | 1 | -6/+10 | |
| | ||||||
* | Implement TShadowRoot::style_data | Fernando Jiménez Moreno | 2019-04-26 | 1 | -2/+19 | |
| | ||||||
* | Remove stylesheets ownership from DocumentOrShadowRoot | Fernando Jiménez Moreno | 2019-04-26 | 1 | -6/+25 | |
| | ||||||
* | ShadowRoot stylesheet list | Fernando Jiménez Moreno | 2019-04-26 | 1 | -1/+26 | |
| | ||||||
* | Move stylesheets related code to DocumentOrShadowRoot | Fernando Jiménez Moreno | 2019-04-26 | 1 | -20/+16 | |
| | ||||||
* | First bits of shadow dom layout | Fernando Jiménez Moreno | 2019-04-26 | 1 | -1/+14 | |
| | ||||||
* | Always get browsing context from document | Fernando Jiménez Moreno | 2019-04-26 | 1 | -9/+15 | |
| | ||||||
* | Implement shadow-including root, set node as in doc when connected. Makes JS ↵ | Fernando Jiménez Moreno | 2019-04-26 | 1 | -1/+8 | |
| | | | | work in shadow trees | |||||
* | Unify DocumentOrShadowRoot implementation | Fernando Jiménez Moreno | 2019-04-26 | 1 | -23/+37 | |
| | ||||||
* | Element attachShadow implementation | Fernando Jiménez Moreno | 2019-04-26 | 1 | -3/+11 | |
| | ||||||
* | Partial ShadowRoot implementation of DocumentOrShadowRoot | Fernando Jiménez Moreno | 2019-04-26 | 1 | -2/+50 | |
| | ||||||
* | ShadowRoot interface | Fernando Jiménez Moreno | 2019-04-26 | 1 | -0/+40 | |