gecko-dev/docshell/base
Honza Bambas 57c667fe6b Bug 422526 - implement localStorage, p=Honza Bambas+Dave Camp, r=jst+dcamp+bz 2009-03-19 00:43:45 +01:00
..
crashtests Bug 432114. Change style sheet owner to the document being edited. r+sr=peterv 2009-02-19 20:52:54 +13:00
Makefile.in Bug 457153. Introduce an nsILoadContext interface so that consumers can get load context information from a channel/loadgroup without having to depend on getInterface of docshell stuff. r=dwitte for cookie part, r=jst for rest, sr=jst, a=beltzner for CLOSED TREE 2008-11-24 13:32:04 -05:00
nsAboutRedirector.cpp Bug 349451 - "about:about is File not found error" [r+sr=bzbarsky] 2008-10-24 01:33:02 -05:00
nsAboutRedirector.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-09-15 09:51:56 +00:00
nsCDefaultURIFixup.idl
nsCDocShell.idl
nsDSURIContentListener.cpp Bug 458167 - Fix bad usage of "it's" in comments: patch for docshell folder. r=bsmedberg 2009-02-05 18:05:03 -08:00
nsDSURIContentListener.h
nsDefaultURIFixup.cpp backing out bug 393246 for final to resolve bug 432836, a=schrep 2008-05-09 17:53:37 -07:00
nsDefaultURIFixup.h Bug 445570 - Heap-allocated autostrings in DOM/content, r+sr=jst 2008-07-17 11:05:20 -04:00
nsDocShell.cpp Bug 422526 - implement localStorage, p=Honza Bambas+Dave Camp, r=jst+dcamp+bz 2009-03-19 00:43:45 +01:00
nsDocShell.h Bug 474389. Fix the 'set up editor after this load' setup, which hasn't really worked for a while, except for initial loads in the window. r+sr=peterv 2009-01-23 10:16:10 -05:00
nsDocShellEditorData.cpp Initialize members. b=479713 r+sr=roc 2009-02-24 21:06:34 +01:00
nsDocShellEditorData.h Bug 474389. Fix the 'set up editor after this load' setup, which hasn't really worked for a while, except for initial loads in the window. r+sr=peterv 2009-01-23 10:16:10 -05:00
nsDocShellEnumerator.cpp Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
nsDocShellEnumerator.h
nsDocShellLoadInfo.cpp Bug 475636: Disallow refresh to javascript uris. r/sr=bz 2009-03-09 23:03:39 -07:00
nsDocShellLoadInfo.h Bug 475636: Disallow refresh to javascript uris. r/sr=bz 2009-03-09 23:03:39 -07:00
nsDocShellLoadTypes.h Fixing comments and assertion text. Bug 466681 2008-11-26 13:48:36 -05:00
nsDocShellTransferableHooks.cpp
nsDocShellTransferableHooks.h
nsDownloadHistory.cpp Fix typo. 2007-11-30 23:20:58 -08:00
nsDownloadHistory.h Bug 405241 - "Don't register nsDownloadHistory if it's not needed" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=biesi sr=bzbarsky a1.9=damons] 2007-11-30 23:18:43 -08:00
nsGlobalHistory2Adapter.cpp
nsGlobalHistory2Adapter.h Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
nsGlobalHistoryAdapter.cpp Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff 2006-03-03 03:34:48 +00:00
nsGlobalHistoryAdapter.h Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
nsIChannelClassifier.idl Bug 441359: Check script and css loads against the classifier. r+sr=jonas 2009-01-13 23:13:48 -08:00
nsIContentViewer.idl Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc 2009-01-15 16:27:09 +13:00
nsIContentViewerEdit.idl
nsIContentViewerFile.idl
nsIDocShell.idl Bug 474389. Fix the 'set up editor after this load' setup, which hasn't really worked for a while, except for initial loads in the window. r+sr=peterv 2009-01-23 10:16:10 -05:00
nsIDocShellHistory.idl
nsIDocShellLoadInfo.idl Bug 475636: Disallow refresh to javascript uris. r/sr=bz 2009-03-09 23:03:39 -07:00
nsIDocShellTreeItem.idl Move nsIDocShellTreeItem::childOffset to nsDocShell and remove all uses except internally by nsDocShell (it should be removed eventually). b=376562 r=Olli.Pettay sr=bzbarsky 2007-05-17 20:49:14 -07:00
nsIDocShellTreeNode.idl Make nsIDocShellTreeItem inherit from nsIDocShellTreeNode. Bug 377303,r=bsmedberg, sr=biesi 2007-05-06 14:06:28 -07:00
nsIDocShellTreeOwner.idl Remove trunk instances of MOZILLA_1_8_BRANCH interfaces. Bug 347910, r+sr+a=jst 2007-10-05 16:37:25 -07:00
nsIDownloadHistory.idl Bug 401174 - Allow how exthandler adds downloads to history to be overridden. r=biesi, sr=bz, a=mconnor 2007-11-23 12:20:41 -08:00
nsIEditorDocShell.idl
nsIGlobalHistory.idl
nsIGlobalHistory2.idl Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff 2006-03-03 03:34:48 +00:00
nsIGlobalHistory3.idl Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff 2006-03-03 03:34:48 +00:00
nsILoadContext.idl Bug 457153. Introduce an nsILoadContext interface so that consumers can get load context information from a channel/loadgroup without having to depend on getInterface of docshell stuff. r=dwitte for cookie part, r=jst for rest, sr=jst, a=beltzner for CLOSED TREE 2008-11-24 13:32:04 -05:00
nsIMarkupDocumentViewer.idl Update UUID after checkin for bug 4821 2007-07-26 13:27:21 -07:00
nsIScrollable.idl
nsITextScroll.idl
nsIURIClassifier.idl block document loads for URIs tagged as malware by the url-classifier service. b=384941, r=bzbarsky, r=tony, sr=biesi, ui-r=johnath, a=bzbarsky 2007-08-31 16:18:46 -07:00
nsIURIFixup.idl Remove the keyword: protocol handler. Expose the functionality on nsIURIFixup 2006-05-16 03:02:28 +00:00
nsIWebNavigation.idl Bug 466681. Undo the weirdness in the webnavigation flags. r+sr=jst 2008-11-25 20:48:03 -05:00
nsIWebNavigationInfo.idl
nsIWebPageDescriptor.idl
nsWebNavigationInfo.cpp Bug 340841. Infinite loop with some plugins when screen reader is runnng -- empty tabs keep opening. r=biesi, sr=jst 2006-07-27 16:54:55 +00:00
nsWebNavigationInfo.h
nsWebShell.cpp Bug 432114. Change style sheet owner to the document being edited. r+sr=peterv 2009-02-19 20:52:54 +13:00
nsWebShell.h Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00