.. |
Makefile.in
|
Bug 453858. Get rid of some XPCOM-ness in nsArraySH::GetItemAt. r+sr=jst
|
2008-09-10 23:15:29 -04:00 |
mozFlushType.h
|
Make sure to process style updates before reflow, and both before painting. Bug 375436, r+sr=roc, a=dbaron
|
2007-08-21 19:57:06 -07:00 |
mozISanitizingSerializer.h
|
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
|
2006-03-22 18:36:36 +00:00 |
nsCaseTreatment.h
|
Implement an AttrValueIs method on nsIContent which can be used to quickly
|
2005-09-11 19:20:08 +00:00 |
nsContentCID.h
|
Bug 448603. Support direct loading of Ogg audio and video files by creating a synthetic <video> document. r=doublec,sr=bzbarsky
|
2008-10-29 22:20:08 -07:00 |
nsContentCreatorFunctions.h
|
Bug 216462: Add support for basic SVG animation (SMIL). Disabled in builds by default. r+sr=roc
|
2009-01-14 20:38:07 -08:00 |
nsContentErrors.h
|
Bug 343730: Don't execute scripts synchronously from BindToTree. Instead we wait until the last EndUpdate has been called. r/sr=bz
|
2006-11-04 05:45:02 +00:00 |
nsContentPolicyUtils.h
|
Backed out changeset a5587354082a
|
2009-01-05 16:33:01 +13:00 |
nsContentUtils.h
|
Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky
|
2008-12-17 15:11:07 +13:00 |
nsCopySupport.h
|
Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc
|
2007-07-25 21:14:33 -07:00 |
nsDOMFile.h
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
nsIAttribute.h
|
change nsIAttribute so it can be used by extensions 390480, r+sr=bz a=jst
|
2007-08-07 16:01:57 -07:00 |
nsIChromeRegistry.idl
|
Fixing bug 425153. Fix script filenames such that our wrapper automation story is more consistent. r=jonas@sicking.cc, sr=bzbarsky@mit.edu, a=b2 blocker
|
2008-11-13 16:00:11 -08:00 |
nsIContent.h
|
Bug 216462: Add support for basic SVG animation (SMIL). Disabled in builds by default. r+sr=roc
|
2009-01-14 20:38:07 -08:00 |
nsIContentIterator.h
|
bug 302775 - extractContents doesn't work if start and end node of a Range object is an attribute node, r=peterv, sr=sicking
|
2008-10-15 12:40:28 +03:00 |
nsIContentPolicy.idl
|
Backed out changeset a5587354082a
|
2009-01-05 16:33:01 +13:00 |
nsIContentSerializer.h
|
Don't play games with the <meta> tag when not serializing an entire document. Bug 390735, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=bzbarsky, a=jst
|
2007-08-10 17:38:53 -07:00 |
nsIDOMFile.idl
|
Add an API to access <input type="file"> data. r=smontagu (for charset stuff), r+sr=jonas
|
2007-07-24 21:29:47 -07:00 |
nsIDOMFileException.idl
|
Add an API to access <input type="file"> data. r=smontagu (for charset stuff), r+sr=jonas
|
2007-07-24 21:29:47 -07:00 |
nsIDOMFileList.idl
|
Add an API to access <input type="file"> data. r=smontagu (for charset stuff), r+sr=jonas
|
2007-07-24 21:29:47 -07:00 |
nsIDOMGCParticipant.h
|
backing out bug 333078, xpcom cycle collector due to perf issues
|
2006-11-22 23:18:16 +00:00 |
nsIDOMParser.idl
|
Fixing second part of bug 453571. Use more [optional] idl arguments, and less nsAXPCNativeCallContext. r+sr=bzbarsky@mit.edu
|
2008-09-05 14:54:53 -07:00 |
nsIDOMSerializer.idl
|
Make XML serializer output an encoding="..." which matches the actual encoding
|
2006-11-28 04:01:46 +00:00 |
nsIDocument.h
|
Bug 216462: Add support for basic SVG animation (SMIL). Disabled in builds by default. r+sr=roc
|
2009-01-14 20:38:07 -08:00 |
nsIDocumentEncoder.idl
|
Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with even better passing tests. Third time is the charm! r=smaug, sr=bzbarsky
|
2008-10-21 16:30:09 -04:00 |
nsIDocumentObserver.h
|
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
|
2006-07-02 07:23:10 +00:00 |
nsIDragDropHandler.idl
|
Remove rest of nsIDOMEventReceivers, Bug 363089, r+sr=jst
|
2007-05-15 01:50:33 -07:00 |
nsIFrameLoader.idl
|
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
|
2008-08-11 09:38:43 +01:00 |
nsIHTMLToTextSink.h
|
Bug 407297 - "nsIHTMLToTextSink should use nsStringGlue.h instead of nsString.h" [p=prasad@medhas.org (Prasad Sunkari) r=bsmedberg sr=bzbarsky a1.9=schrep]
|
2007-12-11 01:52:49 -08:00 |
nsIImageLoadingContent.idl
|
Bug 47475 Need "Show(View) Image" / "Reload Image" on context menu (UI is SeaMonkey-only)
|
2006-09-07 22:51:57 +00:00 |
nsIMutationObserver.h
|
Bug 458944 - In nsIMutationObserver.h, document how the user should attach observers; r+sr=jonas
|
2008-10-11 03:38:16 +02:00 |
nsINameSpaceManager.h
|
Backed out changeset 92e24ee719b8
|
2008-10-09 22:13:30 -07:00 |
nsINode.h
|
Fix for bug 466224 (Make quickstubs call nsINode/nsINodeList methods). r/sr=jst.
|
2009-01-02 18:00:18 +01:00 |
nsINodeInfo.h
|
Bug 337365 - nsIDocument/nsINode methods aren't usable from strict-linkage code, r=sicking
|
2006-07-27 17:54:38 +00:00 |
nsINodeList.h
|
Fix for bug 466224 (Make quickstubs call nsINode/nsINodeList methods). r/sr=jst.
|
2009-01-02 18:00:18 +01:00 |
nsIObjectLoadingContent.idl
|
Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst
|
2008-03-14 16:08:57 -07:00 |
nsIPrivateDOMImplementation.h
|
Give a saner principal to documents created via DOMImplementation. Bug 324601,
|
2006-02-20 18:57:32 +00:00 |
nsIRange.h
|
Bug 448993 - Crash [@ nsRange::CutContents] using deleteContents after extractContents and GC, r+sr=sicking
|
2008-12-03 12:14:51 +02:00 |
nsIRangeUtils.h
|
bug 358073: Kill useless/redundant functions on nsIDOMNSRange. r/sr=jst
|
2006-10-25 21:53:03 +00:00 |
nsIScriptElement.h
|
Bug 28293: Implement defer attribute. r/sr=jst
|
2008-07-25 19:42:12 -07:00 |
nsIScriptEventHandler.idl
|
…
|
|
nsIScriptEventManager.idl
|
…
|
|
nsIScriptLoader.idl
|
…
|
|
nsIScriptLoaderObserver.idl
|
Bug 371576: Execute scripts syncronously when inserted in the tree whenever possible. r/sr=bz
|
2007-03-01 08:11:40 +00:00 |
nsISelection.idl
|
Bug 331848 - idl comment for containsNode is corrupt, r+sr=bzbarsky
|
2006-03-29 21:57:22 +00:00 |
nsISelection2.idl
|
bug 345759 - Spell as you type not accessible, r=aaronlev, r=Olli.Pettay, sr=neil
|
2008-07-17 14:06:24 +02:00 |
nsISelectionController.idl
|
Bug 157546. The 'delete' key should delete an entire cluster. r=peterv,r+sr=roc
|
2008-10-16 20:44:32 +13:00 |
nsISelectionDisplay.idl
|
…
|
|
nsISelectionListener.idl
|
…
|
|
nsISelectionPrivate.idl
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 19:48:16 -07:00 |
nsIStyleSheetLinkingElement.h
|
Stop blocking the parser on CSS stylesheet loads. We still block scriptexecution on them, however. Bug 84582, r+sr=sicking
|
2007-04-20 15:59:18 -07:00 |
nsISyncLoadDOMService.idl
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-26 19:45:29 -08:00 |
nsIXFormsUtilityService.h
|
Adding missing '= 0', Bug 367256, r=neil
|
2007-01-24 11:04:13 +00:00 |
nsIXMLHttpRequest.idl
|
Bug 470334 - 'Workers: relative urls for XHR are incorrect'. r+sr=jst, a=blocking1.9+
|
2008-12-30 16:24:58 -06:00 |
nsIXPathEvaluatorInternal.h
|
Backed out changeset 8019a959aade
|
2009-01-16 22:20:33 +13:00 |
nsLineBreaker.h
|
Bug 403426. We should clear whitespace status when we reset the linebreaker. If a final break opportunity exists we should save it and forward it to the line layout. Relanding with a fix so hopefully we won't crash Tp this time. r=smontagu
|
2007-12-03 00:22:07 -08:00 |
nsPresShellIterator.h
|
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
|
2008-08-11 09:38:43 +01:00 |
nsReferencedElement.h
|
Backing out changesets 2ea77fa990af, 7d2d8869e73c, 93441e4f521e, 43d2ee100f3b, a2d84821ea71 to see whether they're causing the Windows Txul or Mac Tp regressions
|
2008-09-29 08:51:29 -04:00 |
nsXMLNameSpaceMap.h
|
…
|
|