..
crashtests
No bug - Various crashtest manifest cleanups.
2015-10-31 19:35:27 -04:00
timeline
Bug 1220916 - Remove "WARNING: TimelineConsumers could not be initialized" when running gtests, r=fitzgen
2015-11-04 21:04:16 +01:00
IHistory.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
LoadContext.cpp
Bug 1165466 - Fix up docshell and loadcontext inheriting code in nsIScriptSecurityManager. r=bholley
2015-09-23 16:10:21 +08:00
LoadContext.h
Backed out changeset 3732b1dad003 (bug 1221049) for bustage
2015-11-04 11:52:05 +01:00
SerializedLoadContext.cpp
Bug 1165466 - Fix up docshell and loadcontext inheriting code in nsIScriptSecurityManager. r=bholley
2015-09-23 16:10:21 +08:00
SerializedLoadContext.h
Bug 1165466 - Fix up docshell and loadcontext inheriting code in nsIScriptSecurityManager. r=bholley
2015-09-23 16:10:21 +08:00
moz.build
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
2015-08-27 20:44:53 -07:00
nsAboutRedirector.cpp
Bug 1204983 - Allow about: pages to load remote content (r=bholley,bz,florian,dragana)
2015-10-09 22:03:27 -07:00
nsAboutRedirector.h
Bug 1129795 - Make modelines consistent in docshell/base/. r=mccr8
2015-02-13 21:36:47 +02:00
nsCDefaultURIFixup.idl
…
nsDSURIContentListener.cpp
Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz
2015-10-26 14:37:32 -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
nsDefaultURIFixup.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
nsDefaultURIFixup.h
Bug 1129795 - Make modelines consistent in docshell/base/. r=mccr8
2015-02-13 21:36:47 +02:00
nsDocShell.cpp
Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj
2015-11-02 07:53:26 +02:00
nsDocShell.h
Bug 1202657 - Add markers for workers' message passing and serialization/deserialization, r=smaug, jsantell, tromey, ejpbruel
2015-10-21 23:10:05 +02:00
nsDocShellEditorData.cpp
Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz
2015-10-26 14:37:32 -07: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 1211269 - Store the information whether the channel is LOAD_REPLACE into history entry. r=bz
2015-10-05 12:33:00 +02:00
nsDocShellLoadInfo.h
Bug 1211269 - Store the information whether the channel is LOAD_REPLACE into history entry. r=bz
2015-10-05 12:33:00 +02:00
nsDocShellLoadTypes.h
Bug 1202895 - Fix shift-reload check for setting up service worker. r=bkelly
2015-09-16 15:28:45 -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
nsIClipboardCommands.idl
…
nsIContentViewer.idl
Bug 1059014 (part 3) - Remove support for pausing and resuming painting. r=dbaron.
2015-11-04 20:55:32 -08: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
Bug 1220596 - Remove interface declarations that are no longer needed in nsIDocShell. r=smaug IGNORE IDL
2015-09-21 13:49:18 +01:00
nsIDocShellLoadInfo.idl
Bug 1211269 - Store the information whether the channel is LOAD_REPLACE into history entry. r=bz
2015-10-05 12:33:00 +02:00
nsIDocShellTreeItem.idl
…
nsIDocShellTreeOwner.idl
Bug 1209621 - Add a way to get the TabParent for the content-primary tab, r=mconley
2015-10-01 20:06:51 +03:00
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 1210508 - Handle null OriginAttributes from JS-implemented nsILoadContext. r=me
2015-10-01 18:10:18 -07:00
nsIPrivacyTransitionObserver.idl
…
nsIReflowObserver.idl
…
nsIRefreshURI.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
nsIScrollable.idl
…
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 1192450 - Remove PlayPreview registration from Shumway. r=jet
2015-08-18 11:24:16 -05:00
nsWebNavigationInfo.h
Bug 1129795 - Convert rest of docshell/ to Gecko style. r=mccr8
2015-05-06 10:57:23 -07:00