| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
GetCorrectedParent
Tag #1375
|
|
|
|
| |
Tag #1375
|
|
|
|
|
|
|
|
|
|
|
| |
with the pseudo type at creation time
* Stop using a node bit for HasExplicitBaseURI
* Move MAY_HAVE_CLASS to mBoolFlags
* Add a flag to indicate that a node is native anonymous content
* Allow tagging of pseudo-implementing native anonymous content with the pseudo type at creation time, and eliminate explicit style contexts in nsIAnonymousContentCreator::ContentInfo
Tag #1375
|
|
|
|
|
|
|
|
|
|
| |
mozilla::EditorBase::DeleteSelectionImpl
* EditorBase shouldn't refer mActionListeners directly in loops because it might be removed during a loop
* Create an alias of the type of mEditorObservers
* Create an alias of the type of mDocStateListeners
Tag #1375
|
|
|
|
| |
Tag #1375
|
|
|
|
| |
Tag #1375
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
trying to reframe native anonymous content
* Make StyleChildrenIterator skip NAC generated by root element primary frame ancestors.
* Add nsINode::GetFlattenedTreeParentNodeForStyle.
* Add iterator class to find all restyle roots.
NOTE: Parts 1, 2, and "4.2"
Tag #1375
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rename nsIDOMEventTarget::PreHandleEvent to nsIDOMEventTarget::GetEventTargetParent
* Add nsIDOMEventTarget::PreHandleEvent
* Add EventTargetChainItem::GetFirstEventTarget
* Call EventTargetChainItem::PreHandleEvent even it sets mCanHandle=false
* Move form control frame focus/blur from nsGenericHTMLFormElement::GetEventTargetParent to PreHandleEvent
* Move fire change event from HTMLTextAreaElement::GetEventTargetParent to PreHandleEvent
* Refine nsXULElement::GetEventTargetParent
* Move dispatch XUL command from nsXULElement::GetEventTargetParent to PreHandleEvent
* Move fire events and set value from HTMLInputElement::GetEventTargetParent to PreHandleEvent
* Add test case
* Let HTMLInputElement delegate event handling to it's parent class
* Refine EventTargetChain flags to reduce overheads
* Refine event target chain creation
* Refine assertion in EventTargetChainItem::Create
Tag #1375
|
|
|
|
| |
can draw in the titlebar and update consumers of the local define
|
|\ |
|
| |
| |
| | |
Provide basic instructions how to report security vulnerabilities.
|
| |
| |
| |
| | |
Resolves #1514
|
|/
|
|
|
|
| |
This was refactored by Mozilla into doing effectively the same thing so
it aligns with them re: behavior.
Resolves #1513
|
|
|
|
|
|
|
|
|
| |
IsSelectionEditable should check whether the focus node and anchor node
aren't null before trying to use them.
This also changes the initialization of selections' aOutIndex to the
last range in the selection as a fallback in case we don't add a range
later (in AddItem) which could also end up with a null selection
otherwise if the additional selection nodes are removed.
|
|
|
|
|
| |
If we move the frame then we always need to move any descendant views,
not just in case the frame itself has a view.
|
|
|
|
| |
This resolves #1511
|
| |
|
|
|
|
| |
There is no damned reason to treat this differently than any other media lib given its license and there never was.
|
| |
|
| |
|
| |
|
|
|
|
| |
This makes mar generation dependent on packaging not installer
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Since we're needing to reuse this several times, it makes it simpler to
just get it once in init and storing it.
|
|
|
|
|
|
|
| |
To respond dynamically to the pref change, the mAppVersion string needs
to be rebuilt.
Includes some minor improvements for corner cases and removes leftover
b2g junk.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Since we are using vsync for timing anyway in the layout refresh driver,
there is no need to bump the system timer resolution down to 1 ms.
This resolves #1507.
|
|\
| |
| | |
Issue #65 - Fix unprocessed directives in WebRequest.jsm
|
|/ |
|
|
|
|
|
|
| |
ipc/testshell/XPCShellEnvironment.cpp
.. correctly
|
|
|
|
|
|
| |
ipc/testshell/XPCShellEnvironment.cpp"
This reverts commit d4afddfadab3108c26c8cab274d2cb32847c4d95.
|
|
|
|
| |
ipc/testshell/XPCShellEnvironment.cpp
|
| |
|
|\ |
|
| |\
| | |
| | | |
Un-bust building of NSS after update to 3.48 on Solaris.
|
| | | |
|
|/ / |
|
|/ |
|
| |
|
|
|
|
|
|
| |
a download
This applies only to applications that do not use JSDownloads and is based on Bug 1224326
|
|
|
|
|
|
| |
nsWebBrowserPersist::EndDownload"
This reverts commit aa28523a553f5e2553c781081eb21715aedb7eaf.
|
|\
| |
| | |
Remove HPKP
|
| | |
|
| |
| |
| |
| |
| | |
This also removes leftover plumbing for storing preload information
in SiteSecurityService since no service still uses it.
|
|\ \
| | |
| | | |
Fix building `%OS_SLICE%` on non-Windows platforms
|
| | | |
|