gecko-dev/docshell/base
Marco Bonardo 4e62a21508 Bug 1463132 - New autofill threshold doesn't work well with redirects. r=adw
MozReview-Commit-ID: 9DqCWA2nGnz

--HG--
extra : rebase_source : 17e4cba78a34a7541d1ccc2345bff31e2d36fab5
2018-05-23 16:49:06 +02:00
..
crashtests Bug 443655 - Add crashtest. r=me 2017-10-18 09:43:10 -04:00
timeline Bug 1342070 - Part 0: Add API to tell Profile Timeline Recording state to JS engine. r=till,tromey 2018-04-17 14:59:56 +02:00
IHistory.h Bug 1463132 - New autofill threshold doesn't work well with redirects. r=adw 2018-05-23 16:49:06 +02:00
LoadContext.cpp Bug 1455674 part 13. Remove remaining xpidl uses of nsIDOMElement. r=qdot 2018-04-26 23:37:29 -04:00
LoadContext.h
moz.build Bug 1448876 - Get rid of nsIClipboardDragDropHooks and nsIClipboardDragDropHookList interfaces r=bz 2018-03-26 23:56:53 +09:00
nsAboutRedirector.cpp Bug 1462702 - Add about:crashparent and about:crashcontent r=ehsan 2018-05-18 17:12:43 -05:00
nsAboutRedirector.h
nsCDefaultURIFixup.idl
nsCTooltipTextProvider.h
nsDefaultURIFixup.cpp Bug 1447341 - don't try to get a protocol handler for empty schemes, r=valentin 2018-04-17 15:38:36 +01:00
nsDefaultURIFixup.h Bug 1433958 - Change code that sets nsIURI.host to use nsIURIMutator r=mayhemer 2018-02-26 20:43:47 +01:00
nsDocShell.cpp Bug 1463132 - New autofill threshold doesn't work well with redirects. r=adw 2018-05-23 16:49:06 +02:00
nsDocShell.h Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 9 - necko and docShell, r=mayhemer, r=smaug 2018-05-23 07:12:36 +02:00
nsDocShellEditorData.cpp Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
nsDocShellEditorData.h Bug 1387406 - part1: nsDocShellEditorData should store editor as HTMLEditor r=smaug 2017-08-04 21:42:13 +09:00
nsDocShellEnumerator.cpp
nsDocShellEnumerator.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
nsDocShellLoadInfo.cpp Bug 1396399 - Clarify rules for applying activeTab permission to content scripts. r=kmag, r=bz 2017-11-04 21:06:20 -07:00
nsDocShellLoadInfo.h Bug 1396399 - Clarify rules for applying activeTab permission to content scripts. r=kmag, r=bz 2017-11-04 21:06:20 -07:00
nsDocShellLoadTypes.h Bug 1406161 - Part 5: Move LoadType convertion functions to nsDocShellLoadTypes.h. r=smaug 2017-12-19 15:13:02 +08:00
nsDocShellTreeOwner.cpp Bug 1463889 part 3. Get rid of nsIDOMWindowCollection. r=qdot 2018-05-24 23:32:19 -04:00
nsDocShellTreeOwner.h Bug 1455052 part 8. Stop using nsIDOMEvent in docshell and dom. r=masayuki 2018-04-20 12:55:30 -04:00
nsDownloadHistory.cpp
nsDownloadHistory.h
nsDSURIContentListener.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
nsDSURIContentListener.h Bug 1412824: Refactor MaybeCloseWindow and allow to reuse the window close code from within nsExternalHelperAppService as well as nsDSURIContentListener. r=smaug 2017-11-03 13:23:25 +01:00
nsIClipboardCommands.idl
nsIContentViewer.idl Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
nsIContentViewerEdit.idl
nsIDocShell.idl Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 9 - necko and docShell, r=mayhemer, r=smaug 2018-05-23 07:12:36 +02:00
nsIDocShellLoadInfo.idl Bug 1396399 - Clarify rules for applying activeTab permission to content scripts. r=kmag, r=bz 2017-11-04 21:06:20 -07:00
nsIDocShellTreeItem.idl
nsIDocShellTreeOwner.idl
nsIDocumentLoaderFactory.idl Bug 1384162 part 1 - DeCOMtaminate nsContentDLF::CreateBlankDocument. r=bz 2017-07-26 19:32:45 +10:00
nsIDownloadHistory.idl
nsIGlobalHistory2.idl
nsILinkHandler.h Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 9 - necko and docShell, r=mayhemer, r=smaug 2018-05-23 07:12:36 +02:00
nsILoadContext.idl Bug 1455674 part 13. Remove remaining xpidl uses of nsIDOMElement. r=qdot 2018-04-26 23:37:29 -04:00
nsIPrivacyTransitionObserver.idl
nsIReflowObserver.idl
nsIRefreshURI.idl Bug 1416307 - Set triggeringPrincipal to current document's principal, if aPrincipal is not given. r=bz 2018-02-06 13:28:30 -05:00
nsIScrollable.idl
nsIScrollObserver.h Bug 1293362 - Part 4: Generate runtime bindings for calling xpcom methods from rust, r=froydnj 2018-01-23 17:27:26 -05:00
nsITextScroll.idl
nsITooltipListener.idl
nsITooltipTextProvider.idl
nsIURIFixup.idl
nsIWebNavigation.idl Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
nsIWebNavigationInfo.idl
nsIWebPageDescriptor.idl
nsIWebShellServices.h
nsPingListener.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
nsPingListener.h Bug 1406161 - Part 4: Move nsPingListener and nsRefreshTimer to separate files. r=smaug 2017-12-18 20:19:36 -06:00
nsRefreshTimer.cpp Bug 1437604 - remove NS_INTERFACE_MAP_END_THREADSAFE; r=mystor 2018-02-12 14:36:46 -05:00
nsRefreshTimer.h Bug 1406161 - Part 4: Move nsPingListener and nsRefreshTimer to separate files. r=smaug 2017-12-18 20:19:36 -06:00
nsWebNavigationInfo.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
nsWebNavigationInfo.h Bug 1391803 - Use nsStringFwd.h for forward declaring string classes. r=froydnj 2017-08-16 16:48:52 -07:00
SerializedLoadContext.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
SerializedLoadContext.h