gecko-dev/embedding/components/webbrowserpersist
Daniel Holbert f06f469d80 Bug 1247866: Avoid modifying hashtable during iteration, when iterating over redirects for saved files, to avoid tripping fatal assertion. r=njn
Modifying a structure while iterating over it is generally dangerous (so we have assertions to catch it), though in this case it was probably fine, because we stopped iterating as soon as we made the modification.
2016-02-12 16:19:53 -08:00
..
PWebBrowserPersistDocument.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
PWebBrowserPersistResources.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
PWebBrowserPersistSerialize.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
WebBrowserPersistDocumentChild.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
WebBrowserPersistDocumentChild.h Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm 2015-08-05 14:25:39 -07:00
WebBrowserPersistDocumentParent.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
WebBrowserPersistDocumentParent.h Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm 2015-08-05 14:25:39 -07:00
WebBrowserPersistLocalDocument.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
WebBrowserPersistLocalDocument.h Bug 1193903 - Fix nsWebBrowserPersist for documents with no page descriptor. r=mconley 2015-08-13 18:08:09 -07:00
WebBrowserPersistRemoteDocument.cpp Bug 1219392 - Capitalize mozilla::unused to avoid conflicts. r=froydnj 2015-11-02 07:53:26 +02:00
WebBrowserPersistRemoteDocument.h Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm 2015-08-05 14:25:39 -07:00
WebBrowserPersistResourcesChild.cpp Bug 1204626 - Reparent PWebBrowserPersistDocument to PContent. r=billm 2015-09-21 14:54:00 +02:00
WebBrowserPersistResourcesChild.h Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm 2015-08-05 14:25:39 -07:00
WebBrowserPersistResourcesParent.cpp Bug 1202887 - Delay WebBrowserPersist error callbacks caused by IPC ActorDestroy. r=billm 2015-09-14 11:18:28 -07:00
WebBrowserPersistResourcesParent.h Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm 2015-08-05 14:25:39 -07:00
WebBrowserPersistSerializeChild.cpp Bug 1106321 - Serialize DEVMODE down to the content process when printing on Windows. r=jimm 2015-08-06 17:36:54 -04:00
WebBrowserPersistSerializeChild.h Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm 2015-08-05 14:25:39 -07:00
WebBrowserPersistSerializeParent.cpp Bug 1202887 - Delay WebBrowserPersist error callbacks caused by IPC ActorDestroy. r=billm 2015-09-14 11:18:28 -07:00
WebBrowserPersistSerializeParent.h Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm 2015-08-05 14:25:39 -07: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
nsCWebBrowserPersist.idl Bug 1054703 - Part 6: Flatten embedding/components/webbrowserpersist/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:17 -07:00
nsIWebBrowserPersist.idl Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm 2015-08-05 14:25:39 -07:00
nsIWebBrowserPersistDocument.idl Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm 2015-08-05 14:25:39 -07:00
nsIWebBrowserPersistable.idl Bug 1141337 - Update nsIWebBrowserPersistable to allow subframe targeting for Save Frame As. r=jld 2015-08-06 10:44:16 -04:00
nsWebBrowserPersist.cpp Bug 1247866: Avoid modifying hashtable during iteration, when iterating over redirects for saved files, to avoid tripping fatal assertion. r=njn 2016-02-12 16:19:53 -08:00
nsWebBrowserPersist.h Bug 990250 - Fold nsIStyleSheet into CSSStyleSheet. r=dbaron 2015-11-17 17:04:09 +11:00