gecko/dom/ipc
Alexandre Lissy 41dfbc7cc6 Bug 1124102 - Fix preloading of mozSettings API. r=fabrice
In the past, we used to use |navigator.mozSettings| call in preload.js
to make sure the SettingsManager.js was loaded for improving access
time. Checking the behavior, it turns out that |navigator| in non
existent at this point and thus this was not helping at all. We fix this
by instead forcing creating an instance of settingsManager. Measurements
shows that this reduces the time spent for the call
|var settings = navigator.mozSettings| by 20ms on Flame, going from
~30ms to ~10ms.
2015-01-21 08:40:00 +01:00
..
tests Bug 970307: Part 2: Let Nuwa wait for all tasks of preload slow things to finish. r=cyu 2014-12-18 17:01:04 +08:00
AppProcessChecker.cpp
AppProcessChecker.h
Blob.cpp Bug 1120336 - Fix another hang with blobURL+workers+indexedDB+xhr, r=khuey. 2015-01-13 14:15:04 -08:00
BlobChild.h
BlobParent.h
ColorPickerParent.cpp
ColorPickerParent.h
ContentBridgeChild.cpp Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
ContentBridgeChild.h Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
ContentBridgeParent.cpp Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
ContentBridgeParent.h Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
ContentChild.cpp Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
ContentChild.h Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
ContentParent.cpp Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
ContentParent.h Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
ContentProcess.cpp
ContentProcess.h
ContentProcessManager.cpp
ContentProcessManager.h
CPOWManagerGetter.h Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
CrashReporterChild.cpp
CrashReporterChild.h
CrashReporterParent.cpp
CrashReporterParent.h
DOMTypes.ipdlh
FilePickerParent.cpp Bug 1121673: Use move references in IPDL. r=bent 2015-01-16 11:58:52 -08:00
FilePickerParent.h Bug 1121673: Use move references in IPDL. r=bent 2015-01-16 11:58:52 -08:00
IdType.h
jar.mn Bug 970307: Part 3: Reinitialize modules after fork. r=fabrice 2014-12-18 17:01:33 +08:00
moz.build Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
nsICachedFileDescriptorListener.h
nsIContentChild.cpp Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
nsIContentChild.h Bug 1121673: Use move references in IPDL. r=bent 2015-01-16 11:58:52 -08:00
nsIContentParent.cpp Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
nsIContentParent.h Bug 1121673: Use move references in IPDL. r=bent 2015-01-16 11:58:52 -08:00
nsIHangReport.idl Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
nsIRemoteBlob.h
PBlob.ipdl
PBlobStream.ipdl
PBrowser.ipdl Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
PBrowserOrId.ipdlh
PColorPicker.ipdl
PContent.ipdl Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
PContentBridge.ipdl
PContentDialog.ipdl
PContentPermission.ipdlh
PContentPermissionRequest.ipdl
PCrashReporter.ipdl
PCycleCollectWithLogs.ipdl
PDocumentRenderer.ipdl
PermissionMessageUtils.cpp
PermissionMessageUtils.h
PFilePicker.ipdl
PMemoryReportRequest.ipdl
post-fork-preload.js Bug 970307: Part 3: Reinitialize modules after fork. r=fabrice 2014-12-18 17:01:33 +08:00
PPluginWidget.ipdl
PProcessHangMonitor.ipdl Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
PreallocatedProcessManager.cpp
PreallocatedProcessManager.h
preload.js Bug 1124102 - Fix preloading of mozSettings API. r=fabrice 2015-01-21 08:40:00 +01:00
ProcessHangMonitor.cpp Bug 1124387 - Don't report process hangs when debugger attached or in a DEBUG build (r=jimm) 2015-01-22 15:53:49 -08:00
ProcessHangMonitor.h Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
ProcessHangMonitorIPC.h Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
ProcessPriorityManager.cpp
ProcessPriorityManager.h
PScreenManager.ipdl
PTabContext.ipdlh
remote-test.js
ScreenManagerParent.cpp Bug 1113006 - Screen manager ScreenForBrowser message should return primary screen as fallback (r=mconley) 2014-12-18 17:36:20 -08:00
ScreenManagerParent.h Bug 1118425 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/ipc; r=baku 2015-01-06 23:33:49 -05:00
StructuredCloneUtils.cpp Bug 966439 - BroadcastChannel API - patch 7 - Blob supported, r=bent 2015-01-15 16:58:41 +00:00
StructuredCloneUtils.h
TabChild.cpp Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
TabChild.h Bug 1120566 - Adjust points sent from APZ to Gecko for the 'scale-to-resolution' transform in APZCCallbackHelper::ApplyCallbackTransform. r=kats 2015-01-16 13:48:33 -05:00
TabContext.cpp
TabContext.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
TabMessageUtils.cpp
TabMessageUtils.h
TabParent.cpp Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
TabParent.h Backed out 3 changesets (bug 1123461, bug 1123090) for windows build bustage 2015-01-22 21:04:33 -08:00
test.xul