| Commit message (Collapse) | Author | Age | Lines |
... | |
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| | |
FindNextSibling
Tag #1375
|
| |
| |
| |
| |
| |
| | |
are involved.
Tag #1375
|
| |
| |
| |
| |
| |
| |
| | |
* Fixup FindFrameForContentSibling to don't duplicate work and trigger assertions for display: contents
* Enable lazy frame construction for display: contents direct descendants
Tag #1375
|
| |
| |
| |
| |
| |
| | |
|parentAfterFrame| was a :first-letter frame that we deleted
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Implementation for assignedNodes
* Include slots in the flat tree
* Fix event get-the-parent algorithm for a node
* Update and add reftests for Shadow DOM v1
* Update web platform tests expectations
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| | |
TextNode.assignedSlot on closed shadow root
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
content is inserted in a shadow tree
* Cleanup a bit the ShadowRoot code
* Privatize ShadowRoot methods
* When the shadow tree distribution changes, post a restyle + reframe
* Simplify ShadowRoot::IsPooledNode
* Be a bit better at detecting distribution changes
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| | |
references
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| | |
nsXHTMLContentSerializer::LineBreakAfterClose()
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Remove eHTMLTags
* De-expose HTML group constants[]
* De-expose gHTMLElements[]
* Split nsHTMLElement
* Clean up nsElementTable.{cpp,h}
* Fixup for eHTMLTag removal in Parser
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is based on Bug 1395828
* Add nsHTMLElement::IsBlock()
* Rename nsHTMLTags methods
* Remove AssertParserServiceIsCorrect()
* Remove most uses of nsIParserService/nsParserService
|
| |
| |
| |
| |
| |
| | |
ShadowRoot.host doesn't become null)
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| | |
called from frame construction
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| | |
the binding
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| |
| | |
* Use inFlowFrame to check the target frame is summary and its parent is details
* Check summary frame instead of summary element on removing the summary
Tag #1375
|
| |
| |
| |
| |
| |
| | |
the placeholder on a frame property on the out-of-flow
Tag #1375
|
| |
| |
| |
| |
| |
| | |
the placeholder for out-of-flow frames, because in-flow frames never have a placeholder
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Stop calling SetHasDirAuto/ClearHasDirAuto in input element code
* Introduce event state flags that track the state of an element's dir attribute
* Rewrite our existing checks for the state of the dir attr on top of the new event state flags
* Add pseudo-classes for matching on the dir attribute states
* Use the new dir attribute pseudoclasses in html.css
Tag #1375
|
| |
| |
| |
| |
| |
| | |
nsISelectionController and nsIDocument with nsWeakPtr
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| | |
mozilla::SupportsWeakPtr instead of nsSupportsWeakReference
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| | |
* PlaceholderTransaction should use UniquePtr
* HTMLEditor should use UniquePtr
* TypeInState should use UniquePtr
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
BeforeSetAttr and AfterSetAttr
* Moves side effects of nsGenericHTMLElement and Element's SetAttr, UnsetAttr, and ParseAttribute functions to the corresponding BeforeSetAttr and AfterSetAttr functions
* Moves side effects of HTMLAnchorElement's SetAttr, UnsetAttr, and ParseAttribute functions to the corresponding BeforeSetAttr and AfterSetAttr functions
* Moves side effects of HTMLImageElement's SetAttr function to the corresponding BeforeSetAttr and AfterSetAttr functions
* Moves side effects of SetAttr, UnsetAttr, and ParseAttribute functions to BeforeSetAttr and AfterSetAttr
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| | |
Element::AfterSetAttr
Tag #1375
|
| |
| |
| |
| |
| |
| | |
nsIContent* rather than nsIContent**
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add a node property to access the ::before and ::after pseudo-elements
* Look for the frame for ::before and ::after pseudos
* Clean up pseudo-element props
* Simplify nsLayoutUtils callers, and make child iterators notice display: contents pseudos
Tag #1375
|
| |
| |
| |
| |
| |
| | |
HTMLTableCellElement::WalkContentStyleRules and move to the mapped attr functionality
* Bugs 1341647 and 1341648
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Tidy RestyleManager::ContentStateChanged
* Convert UndisplayedMap to a typed hashtable
* Cleanup infallible or unchecked nsCSSFrameConstructor methods
Tag #1375
|
| |
| |
| |
| | |
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
nsIDocument::InsertAnonymousContent can change from non-native to native AC
* Prevent canvas custom content from becoming NAC when reframing the root element
* Add an API to get computed style values through an AnonymousContent object
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the type changes
* Move the changing of HTMLInputElement's mType from ParseAttribute to AfterSetAttr
* Move a few more things from AfterSetAttr to HandleTypeChange
Tag #1375
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Remove the generic attr preparsing mechanism from BeforeSetAttr and just preparse class attributes directly in the one place that needs to do it
* Move calls to BeforeSetAttr to after AttributeWillChange
* Remove UpdateState calls in BeforeSetAttr
* Move calls to AfterSetAttr to before UpdateState when manipulating attributes
* Remove UpdateState calls from AfterSetAttr, since they are no longer needed there
Tag #1375
|
| |
| |
| |
| |
| |
| | |
document-level anonymous content container should get: it should get no parent style context.
Tag #1375
|