This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-11-14 15:37:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8a147d1bbf
gecko-dev
/
content
/
base
/
public
History
m_kato%ga2.so-net.ne.jp
6dbb84498f
Port issue for WinXP 64bit b=229722 r+sr=jst
2004-04-03 08:53:36 +00:00
..
.cvsignore
Makefile.in
Bug 233160 - separate style overlays out of nsIXULChomeRegistry r+sr=hyatt with additional lookovers from dbaron+bz
2004-03-09 19:59:09 +00:00
mozISanitizingSerializer.h
nsContentCID.h
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
2004-02-27 17:17:37 +00:00
nsContentErrors.h
nsContentPolicyUtils.h
nsContentUtils.h
Load background images from style instead of from painting. This makes us
2004-03-09 03:57:51 +00:00
nsCopySupport.h
nsIAttribute.h
Bug 232989: Fix crash due to bad refcounting in nsDOMAttribute
2004-02-11 02:02:39 +00:00
nsIChromeRegistry.idl
Bug 233160 - separate style overlays out of nsIXULChomeRegistry r+sr=hyatt with additional lookovers from dbaron+bz
2004-03-09 19:59:09 +00:00
nsIContent.h
Port issue for WinXP 64bit b=229722 r+sr=jst
2004-04-03 08:53:36 +00:00
nsIContentIterator.h
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
2004-01-24 00:46:17 +00:00
nsIContentList.h
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
2004-01-24 00:46:17 +00:00
nsIContentPolicy.idl
nsIContentSerializer.h
nsIDocument.h
landing patch for bug 238219 "nsIDocument changes cause Adobe SVG plugin to crash" r=bryner sr=jst a=dbaron
2004-03-29 04:07:13 +00:00
nsIDocumentEncoder.h
fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
2003-06-17 16:40:34 +00:00
nsIDocumentObserver.h
Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst
2004-02-20 21:38:31 +00:00
nsIDocumentViewer.h
Bug 209087
2003-06-13 20:10:01 +00:00
nsIDragDropHandler.idl
nsIElementFactory.h
Landing of SVG_20020806_BRANCH, Bug 182533. Refactoring of SVG backend, new GDI+ and Libart rendering
2004-02-07 12:39:26 +00:00
nsIFrameLoader.h
nsIHTMLToTextSink.h
nsIImageLoadingContent.idl
nsINameSpace.h
Bug 209087
2003-06-13 20:10:01 +00:00
nsINameSpaceManager.h
Bug 209087
2003-06-13 20:10:01 +00:00
nsINodeInfo.h
landing marco's patch for bug 238928 "domstubs.idl should not include nsAString.h" r=bsmedberg sr=jst a=dbaron
2004-04-01 19:44:17 +00:00
nsIPrintProgress.idl
nsIPrintProgressParams.idl
nsIPrintStatusFeedback.idl
nsIPrivateDOMImplementation.h
nsIRangeUtils.h
nsIScriptEventHandler.idl
nsIScriptEventManager.idl
nsIScriptLoader.idl
nsIScriptLoaderObserver.idl
nsISelection.idl
nsISelectionController.idl
Helper patch for bug 15364. Expose an API to allow scripts to show the caret even in selections (a la Emacs). Users can also set the pref ui.caretVisibleWithSelection to 1, which gives a nice combination with caret browsing (hit F7). r=sfraser, sr=bzbarsky
2003-06-25 01:14:25 +00:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISelectionPrivate.idl
nsIStyledContent.h
Give GetClasses a better signature. Bug 233636, r=sicking, sr=dbaron
2004-03-09 23:22:02 +00:00
nsIStyleRule.h
Make CSSStyleRuleImpl immutable by changing mutation code (including some merging of code between nsDOMCSSAttributeDeclaration and DOMCSSDeclarationImpl) so that it creates a new rule for the modified declaration. Change StyleRuleChanged notification signatures, and change pres shell's handling of style rule change, addition, and removal to just do reresolution. Remove fine-grained ways of clearing style data. Change PeekStyleData so it doesn't do more work than it needs to, and can be relied on not to access rules that no longer match any content. b=188803 r+sr=bzbarsky
2003-06-18 01:59:57 +00:00
nsIStyleRuleProcessor.h
Improve comments and function names related to attribute mapping and HasAttributeDependentStyle. b=235342 r+sr=jst
2004-02-25 21:04:50 +00:00
nsIStyleRuleSupplier.h
Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron.
2004-01-07 22:30:53 +00:00
nsIStyleSheet.h
Don't bother reresolving style when empty stylesheets get added (eg from empty
2003-07-04 01:44:24 +00:00
nsIStyleSheetLinkingElement.h
nsISyncLoadDOMService.idl
nsITextContent.h
Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst
2004-02-20 21:38:31 +00:00
nsIXPathEvaluatorInternal.h
nsLayoutStylesheetCache.h
Re-landing bug 237407 with crash-fix. r/sr=dbaron+brendan a=asa+mkaply
2004-03-23 18:26:43 +00:00