gecko-dev/docshell/base
Marco Castelluccio 828240f03b Bug 615213 - Remove nsIGlobalHistory.
r=bsmedberg
2012-05-09 21:30:41 +02:00
..
crashtests Bug 684807 - Annotate crashtest assertions on Android; r=philor 2011-09-06 18:35:43 +02:00
IHistory.h Bug 738762 - Pass redirect and error information to global history. 2012-03-29 15:07:09 +02:00
Makefile.in Bug 615213 - Remove nsIGlobalHistory. 2012-05-09 21:30:41 +02:00
nsAboutRedirector.cpp Bug 702300 (part 8) - Add about:compartments. r=jlebar, ehsan. 2012-02-16 22:10:39 -08:00
nsAboutRedirector.h Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
nsCDefaultURIFixup.idl
nsDSURIContentListener.cpp Bug 729204 - Make docshell privacy notifications work across multiple processes. r=bz 2012-04-19 20:13:20 -04:00
nsDSURIContentListener.h Bug 581226 - fix assertion: DoContent returned no listener?: 'abort || m_targetStreamListener', a=blocking2.0 2010-10-14 15:26:59 -07:00
nsDefaultURIFixup.cpp Bug 738804: back out keyword.URL prompting code while we investigate other larger changes, r=fryn 2012-03-23 16:27:54 -07:00
nsDefaultURIFixup.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsDocShell.cpp Bug 745530 - Check that the decoded and unescaped ref is not empty. r=smaug 2012-05-08 18:49:14 -04:00
nsDocShell.h Bug 724841 - Retain case when sending location bar text to search engine service r=bz 2012-04-28 18:39:14 -07:00
nsDocShellEditorData.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsDocShellEditorData.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsDocShellEnumerator.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsDocShellEnumerator.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsDocShellLoadInfo.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsDocShellLoadInfo.h Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
nsDocShellLoadTypes.h Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsDocShellTransferableHooks.cpp
nsDocShellTransferableHooks.h
nsDownloadHistory.cpp Bug 615213 - Remove nsIGlobalHistory. 2012-05-09 21:30:41 +02:00
nsDownloadHistory.h Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
nsIClipboardCommands.idl Bug 571685 - Move remainders of webshell into /docshell/base; r=bzbarsky 2011-03-29 22:24:53 -04:00
nsIContentViewer.idl Bug 540433 - Remove nsIDocumentViewer; r=smaug 2011-10-15 09:33:26 +02:00
nsIContentViewerContainer.idl Bug 571685 - Move remainders of webshell into /docshell/base; r=bzbarsky 2011-03-29 22:24:53 -04:00
nsIContentViewerEdit.idl Bug 501154, consolidate places where clipboard events are fired from, r=smaug,sr=neil 2010-03-19 14:32:13 -04:00
nsIContentViewerFile.idl Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
nsIDocCharset.idl Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz 2012-01-24 11:52:04 +02:00
nsIDocShell.idl Bug 729162 - Add per-docshell privacy mode transition observers. r=bz 2012-04-19 23:19:54 -04:00
nsIDocShellHistory.idl Bug 629559. Clone child session history entries on anchor navigation. r=dtownsend,smaug 2011-03-30 13:40:48 -04:00
nsIDocShellLoadInfo.idl Bug 554155 - history.pushState should fire onLocationChange only once. r=smaug 2010-05-02 10:31:07 +02: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 Bug 565541 (1/2) - Add targetableShellCount to nsIDocShellTreeOwner. r=bz 2011-04-14 14:27:53 -07:00
nsIDocumentLoaderFactory.idl Bug 571685 - Move remainders of webshell into /docshell/base; r=bzbarsky 2011-03-29 22:24:53 -04:00
nsIDownloadHistory.idl Bug 591289 - Save chosen download file name and other metadata in Places history [r=sdwilsh, ui-r=limi] 2011-08-15 18:08:48 -07:00
nsIEditorDocShell.idl
nsIGlobalHistory2.idl Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg 2010-07-02 10:27:06 -04:00
nsILinkHandler.h Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsILoadContext.idl Bug 729140 - Add de-XPCOMed getter for private browsing status on nsILoadContext. r=bz 2012-02-21 12:08:22 -05:00
nsIMarkupDocumentViewer.idl Expose DocumentViewerImpl::CallChildren with an API that fills an array. (Bug 747231, patch 3) r=roc 2012-05-05 15:25:45 +02:00
nsIPrivacyTransitionObserver.idl Bug 729162 - Add per-docshell privacy mode transition observers. r=bz 2012-04-19 23:19:54 -04:00
nsIRefreshURI.idl Bug 571685 - Move remainders of webshell into /docshell/base; r=bzbarsky 2011-03-29 22:24:53 -04:00
nsIScrollable.idl Bug 526394. Part 20: Convert more code in caret and docshell. r=mats 2009-09-09 17:40:02 +12:00
nsITextScroll.idl
nsIURIFixup.idl Bug 691690 - Part 1: Add UTF-8 flag to createFixupURI. r=bz 2011-10-19 16:39:07 +09:00
nsIWebNavigation.idl Bug 461304 - Part 1: Add UTF-8 flag to nsDocShell::LoadURI; r=bz 2011-11-05 15:48:28 +00:00
nsIWebNavigationInfo.idl Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg 2010-07-02 10:27:06 -04:00
nsIWebPageDescriptor.idl Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg 2010-07-02 10:27:06 -04:00
nsIWebShellServices.h Bug 737417 part 1 - Split charset source constants out of nsIParser.h. r=smaug. 2012-03-22 16:42:42 +02:00
nsWebNavigationInfo.cpp Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron 2011-10-17 10:59:28 -04:00
nsWebNavigationInfo.h