..
crashtests
timeline
Bug 1190826 - Rename "AddMarkerTo*" to "AddMarkerFor*" to reflect the new philosophy behind markers, r=tromey
2015-08-05 12:32:24 +02:00
IHistory.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
LoadContext.cpp
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
LoadContext.h
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
moz.build
Bug 1183223 - Create a markers directory temporarily inside docshell/base where all marker logic should go into, r=smaug
2015-07-17 15:51:19 -04:00
nsAboutRedirector.cpp
Bug 1174140 - Some service worker info properties are empty in the list of service workers shown by about:sw. r=billm
2015-07-07 23:12:05 +02:00
nsAboutRedirector.h
Bug 1129795 - Make modelines consistent in docshell/base/. r=mccr8
2015-02-13 21:36:47 +02:00
nsCDefaultURIFixup.idl
nsDefaultURIFixup.cpp
Bug 1191100
- Remove XPIDL signature comments in .cpp files. r=ehsan
2015-08-04 16:17:36 -07:00
nsDefaultURIFixup.h
Bug 1129795 - Make modelines consistent in docshell/base/. r=mccr8
2015-02-13 21:36:47 +02:00
nsDocShell.cpp
Bug 1191491 - Do not dispatch an audio-playback notification when swapping browsers; r=smaug
2015-08-07 12:18:24 -04:00
nsDocShell.h
Bug 1191491 - Do not dispatch an audio-playback notification when swapping browsers; r=smaug
2015-08-07 12:18:24 -04:00
nsDocShellEditorData.cpp
Bug 1129795 - Make modelines consistent in docshell/base/. r=mccr8
2015-02-13 21:36:47 +02:00
nsDocShellEditorData.h
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
nsDocShellEnumerator.cpp
Bug 1191100
- Remove XPIDL signature comments in .cpp files. r=ehsan
2015-08-04 16:17:36 -07:00
nsDocShellEnumerator.h
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
nsDocShellLoadInfo.cpp
Bug 1191100
- Remove XPIDL signature comments in .cpp files. r=ehsan
2015-08-04 16:17:36 -07:00
nsDocShellLoadInfo.h
Bug 1129795 - Make modelines consistent in docshell/base/. r=mccr8
2015-02-13 21:36:47 +02:00
nsDocShellLoadTypes.h
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
nsDocShellTransferableHooks.cpp
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
nsDocShellTransferableHooks.h
Bug 1129795 - Make modelines consistent in docshell/base/. r=mccr8
2015-02-13 21:36:47 +02:00
nsDownloadHistory.cpp
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
nsDownloadHistory.h
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
2015-03-21 12:28:04 -04:00
nsDSURIContentListener.cpp
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
nsDSURIContentListener.h
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
2015-03-21 12:28:04 -04:00
nsIClipboardCommands.idl
nsIContentViewer.idl
Bug 1155621 - Make nsIntRect and nsIntPoint typedefs of mozilla::gfx::IntRect and mozilla::gfx::IntPoint. r=Bas
2015-04-21 17:04:57 +02:00
nsIContentViewerContainer.idl
nsIContentViewerEdit.idl
Bug 1058712, e10s, support for copy image command, r=ehsan,mconley
2015-04-21 20:09:14 -04:00
nsIContentViewerFile.idl
nsIDocCharset.idl
nsIDocShell.idl
Backed out changeset 0dca237df7e2 (bug 1160307) for causing bug 1184752.
2015-07-16 20:38:13 -04:00
nsIDocShellLoadInfo.idl
Bug 704320 - Parse and implement meta tag-based referrer policies for documents and nsHttpChannels. (r=bz,mcmanus)
2014-11-18 08:46:29 -05:00
nsIDocShellTreeItem.idl
nsIDocShellTreeOwner.idl
nsIDocumentLoaderFactory.idl
Bug 1136388. Change nsIDocumentLoaderFactory and nsIURIContentListener to take MIME types as an XPCOM string, not a char*. r=smaug
2015-02-25 10:26:51 -05:00
nsIDownloadHistory.idl
nsIGlobalHistory2.idl
nsILinkHandler.h
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
nsILoadContext.idl
Bug 1123008 - Make loadContext.topFrameElement work in non-e10s (r=smaug)
2015-01-21 16:19:07 -08:00
nsIPrivacyTransitionObserver.idl
nsIReflowObserver.idl
nsIRefreshURI.idl
nsIScrollable.idl
nsIScrollObserver.h
Bug 1143665 - Remove the ambiguous scroll position being passed around in scroll started/stop notifications. r=roc,ehsan
2015-03-25 07:52:37 -04:00
nsITextScroll.idl
nsIURIFixup.idl
Bug 1107883 - support ipv6 URLs in the awesomebar with unified autocomplete enabled. r=mak, r=smaug
2015-05-28 17:21:58 +10:00
nsIWebNavigation.idl
Bug 1113431 - Expose referrer policy to UI code via Document and nsIWebNavigation. r=jst, sr=bz
2015-01-05 09:42:31 -08:00
nsIWebNavigationInfo.idl
nsIWebPageDescriptor.idl
nsIWebShellServices.h
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
nsWebNavigationInfo.cpp
Bug 1179262 - Remove PlayPreview usage from PDF viewer. r=bz
2015-07-02 11:09:45 -05:00
nsWebNavigationInfo.h
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00
SerializedLoadContext.cpp
Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell
2015-07-07 04:17:00 +02:00
SerializedLoadContext.h
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00