diff options
-rw-r--r-- | components/moz.build | 1 | ||||
-rw-r--r-- | components/prefetch/OfflineCacheUpdateChild.cpp (renamed from system/docshell/prefetch/OfflineCacheUpdateChild.cpp) | 0 | ||||
-rw-r--r-- | components/prefetch/OfflineCacheUpdateChild.h (renamed from system/docshell/prefetch/OfflineCacheUpdateChild.h) | 0 | ||||
-rw-r--r-- | components/prefetch/OfflineCacheUpdateGlue.cpp (renamed from system/docshell/prefetch/OfflineCacheUpdateGlue.cpp) | 0 | ||||
-rw-r--r-- | components/prefetch/OfflineCacheUpdateGlue.h (renamed from system/docshell/prefetch/OfflineCacheUpdateGlue.h) | 0 | ||||
-rw-r--r-- | components/prefetch/OfflineCacheUpdateParent.cpp (renamed from system/docshell/prefetch/OfflineCacheUpdateParent.cpp) | 0 | ||||
-rw-r--r-- | components/prefetch/OfflineCacheUpdateParent.h (renamed from system/docshell/prefetch/OfflineCacheUpdateParent.h) | 0 | ||||
-rw-r--r-- | components/prefetch/POfflineCacheUpdate.ipdl (renamed from system/docshell/prefetch/POfflineCacheUpdate.ipdl) | 0 | ||||
-rw-r--r-- | components/prefetch/moz.build (renamed from system/docshell/prefetch/moz.build) | 0 | ||||
-rw-r--r-- | components/prefetch/nsCPrefetchService.h (renamed from system/docshell/prefetch/nsCPrefetchService.h) | 0 | ||||
-rw-r--r-- | components/prefetch/nsIOfflineCacheUpdate.idl (renamed from system/docshell/prefetch/nsIOfflineCacheUpdate.idl) | 0 | ||||
-rw-r--r-- | components/prefetch/nsIPrefetchService.idl (renamed from system/docshell/prefetch/nsIPrefetchService.idl) | 0 | ||||
-rw-r--r-- | components/prefetch/nsOfflineCacheUpdate.cpp (renamed from system/docshell/prefetch/nsOfflineCacheUpdate.cpp) | 0 | ||||
-rw-r--r-- | components/prefetch/nsOfflineCacheUpdate.h (renamed from system/docshell/prefetch/nsOfflineCacheUpdate.h) | 0 | ||||
-rw-r--r-- | components/prefetch/nsOfflineCacheUpdateService.cpp (renamed from system/docshell/prefetch/nsOfflineCacheUpdateService.cpp) | 0 | ||||
-rw-r--r-- | components/prefetch/nsPrefetchService.cpp (renamed from system/docshell/prefetch/nsPrefetchService.cpp) | 0 | ||||
-rw-r--r-- | components/prefetch/nsPrefetchService.h (renamed from system/docshell/prefetch/nsPrefetchService.h) | 0 | ||||
-rw-r--r-- | system/docshell/build/moz.build | 2 | ||||
-rw-r--r-- | system/docshell/moz.build | 1 |
19 files changed, 2 insertions, 2 deletions
diff --git a/components/moz.build b/components/moz.build index 78af3359f..4dc9117c3 100644 --- a/components/moz.build +++ b/components/moz.build @@ -53,6 +53,7 @@ DIRS += [ 'places', 'pluginproblem', 'preferences', + 'prefetch', 'printing', 'privatebrowsing', 'processsingleton', diff --git a/system/docshell/prefetch/OfflineCacheUpdateChild.cpp b/components/prefetch/OfflineCacheUpdateChild.cpp index 555508c37..555508c37 100644 --- a/system/docshell/prefetch/OfflineCacheUpdateChild.cpp +++ b/components/prefetch/OfflineCacheUpdateChild.cpp diff --git a/system/docshell/prefetch/OfflineCacheUpdateChild.h b/components/prefetch/OfflineCacheUpdateChild.h index 89d1e6f1f..89d1e6f1f 100644 --- a/system/docshell/prefetch/OfflineCacheUpdateChild.h +++ b/components/prefetch/OfflineCacheUpdateChild.h diff --git a/system/docshell/prefetch/OfflineCacheUpdateGlue.cpp b/components/prefetch/OfflineCacheUpdateGlue.cpp index 71ca986ff..71ca986ff 100644 --- a/system/docshell/prefetch/OfflineCacheUpdateGlue.cpp +++ b/components/prefetch/OfflineCacheUpdateGlue.cpp diff --git a/system/docshell/prefetch/OfflineCacheUpdateGlue.h b/components/prefetch/OfflineCacheUpdateGlue.h index 92201ec82..92201ec82 100644 --- a/system/docshell/prefetch/OfflineCacheUpdateGlue.h +++ b/components/prefetch/OfflineCacheUpdateGlue.h diff --git a/system/docshell/prefetch/OfflineCacheUpdateParent.cpp b/components/prefetch/OfflineCacheUpdateParent.cpp index 0381ec3f6..0381ec3f6 100644 --- a/system/docshell/prefetch/OfflineCacheUpdateParent.cpp +++ b/components/prefetch/OfflineCacheUpdateParent.cpp diff --git a/system/docshell/prefetch/OfflineCacheUpdateParent.h b/components/prefetch/OfflineCacheUpdateParent.h index f6dbc1cb2..f6dbc1cb2 100644 --- a/system/docshell/prefetch/OfflineCacheUpdateParent.h +++ b/components/prefetch/OfflineCacheUpdateParent.h diff --git a/system/docshell/prefetch/POfflineCacheUpdate.ipdl b/components/prefetch/POfflineCacheUpdate.ipdl index 7f1614d81..7f1614d81 100644 --- a/system/docshell/prefetch/POfflineCacheUpdate.ipdl +++ b/components/prefetch/POfflineCacheUpdate.ipdl diff --git a/system/docshell/prefetch/moz.build b/components/prefetch/moz.build index d60197953..d60197953 100644 --- a/system/docshell/prefetch/moz.build +++ b/components/prefetch/moz.build diff --git a/system/docshell/prefetch/nsCPrefetchService.h b/components/prefetch/nsCPrefetchService.h index d74d89fe7..d74d89fe7 100644 --- a/system/docshell/prefetch/nsCPrefetchService.h +++ b/components/prefetch/nsCPrefetchService.h diff --git a/system/docshell/prefetch/nsIOfflineCacheUpdate.idl b/components/prefetch/nsIOfflineCacheUpdate.idl index 1308a8de2..1308a8de2 100644 --- a/system/docshell/prefetch/nsIOfflineCacheUpdate.idl +++ b/components/prefetch/nsIOfflineCacheUpdate.idl diff --git a/system/docshell/prefetch/nsIPrefetchService.idl b/components/prefetch/nsIPrefetchService.idl index 198320dd2..198320dd2 100644 --- a/system/docshell/prefetch/nsIPrefetchService.idl +++ b/components/prefetch/nsIPrefetchService.idl diff --git a/system/docshell/prefetch/nsOfflineCacheUpdate.cpp b/components/prefetch/nsOfflineCacheUpdate.cpp index 8a4183429..8a4183429 100644 --- a/system/docshell/prefetch/nsOfflineCacheUpdate.cpp +++ b/components/prefetch/nsOfflineCacheUpdate.cpp diff --git a/system/docshell/prefetch/nsOfflineCacheUpdate.h b/components/prefetch/nsOfflineCacheUpdate.h index 2e6d6d30c..2e6d6d30c 100644 --- a/system/docshell/prefetch/nsOfflineCacheUpdate.h +++ b/components/prefetch/nsOfflineCacheUpdate.h diff --git a/system/docshell/prefetch/nsOfflineCacheUpdateService.cpp b/components/prefetch/nsOfflineCacheUpdateService.cpp index 6a67af013..6a67af013 100644 --- a/system/docshell/prefetch/nsOfflineCacheUpdateService.cpp +++ b/components/prefetch/nsOfflineCacheUpdateService.cpp diff --git a/system/docshell/prefetch/nsPrefetchService.cpp b/components/prefetch/nsPrefetchService.cpp index bd2b10d30..bd2b10d30 100644 --- a/system/docshell/prefetch/nsPrefetchService.cpp +++ b/components/prefetch/nsPrefetchService.cpp diff --git a/system/docshell/prefetch/nsPrefetchService.h b/components/prefetch/nsPrefetchService.h index 883449e68..883449e68 100644 --- a/system/docshell/prefetch/nsPrefetchService.h +++ b/components/prefetch/nsPrefetchService.h diff --git a/system/docshell/build/moz.build b/system/docshell/build/moz.build index 82cef31a5..c5acdb900 100644 --- a/system/docshell/build/moz.build +++ b/system/docshell/build/moz.build @@ -13,7 +13,7 @@ SOURCES += [ LOCAL_INCLUDES += [ '../base', - '../prefetch', + '/components/prefetch', '/components/shistory/src', '/components/uriloader', '/system/network/exthandler', diff --git a/system/docshell/moz.build b/system/docshell/moz.build index 37e00e4ae..69f1c8be1 100644 --- a/system/docshell/moz.build +++ b/system/docshell/moz.build @@ -6,7 +6,6 @@ DIRS += [ 'base', 'build', - 'prefetch', 'resources/content', ] |