Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
Ben Kelly
|
f9064fc636
|
Bug 940273 - Part 4 - Initial implementation of Service Worker Cache. r=ehsan,baku,janv
|
2015-03-02 14:20:00 +01:00 |
Bill McCloskey
|
c04f106018
|
Bug 1124933 - Include crash reason when intentionally crashing content process (r=bent)
|
2015-02-03 09:09:27 -08:00 |
Andrea Marchesini
|
f36b9e5ced
|
Bug 966439 - BroadcastChannel API - patch 1 - BroadcastChannel for main-thread, r=smaug, r=bent
|
2015-01-15 16:58:40 +00:00 |
JerryShih
|
09a6608110
|
Bug 1121331 - Part1: PVsync protocol for vsync event passing. r=bent
|
2015-01-14 00:37:00 +01:00 |
Ryan VanderMeulen
|
3a9ff448dc
|
Backed out 11 changesets (bug 966439, bug 1121472) for causing widespread test failures and because inbound isn't Try and shouldn't be treated as such.
Backed out changeset e6cd15d43b5a (bug 1121472)
Backed out changeset 4f9788639f3f (bug 966439)
Backed out changeset ac9a967e5a10 (bug 966439)
Backed out changeset 14d322737871 (bug 966439)
Backed out changeset 8f941e519580 (bug 966439)
Backed out changeset b82d1010c6b4 (bug 966439)
Backed out changeset 2c29a52a03bd (bug 966439)
Backed out changeset e4b0802a3f06 (bug 966439)
Backed out changeset bdc9a0310034 (bug 966439)
Backed out changeset 6b3ae19628e6 (bug 966439)
Backed out changeset 3d23e775033a (bug 966439)
CLOSED TREE
|
2015-01-14 11:46:14 -05:00 |
Andrea Marchesini
|
65afdf13d8
|
Bug 966439 - BroadcastChannel API - patch 1 - BroadcastChannel for main-thread, r=smaug, r=bent
|
2015-01-14 11:50:31 +00:00 |
Ben Turner
|
9a1f2f231f
|
Bug 1092311 - Fix IndexedDB profiler markers and logging, r=khuey.
|
2014-10-15 21:56:52 -07:00 |
Jan Varga
|
7a79af88ee
|
Bug 771288 - Multiprocess FileHandle support (FileHandle on PBackground); Part 1 - Remove unused stuff; r=bent
|
2014-12-06 07:31:53 -08:00 |
Ben Turner
|
44622b4efd
|
Bug 1102052 - Crash for PBackground protocol errors, r=mrbkap.
|
2014-11-20 11:48:18 -08:00 |
Ben Turner
|
d081140cb0
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
Ben Turner
|
46d101f40c
|
Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE.
|
2014-09-17 19:36:01 -04:00 |
Ben Turner
|
1a91d40956
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
--HG--
rename : dom/indexedDB/ipc/SerializationHelpers.h => dom/indexedDB/SerializationHelpers.h
rename : dom/indexedDB/ipc/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-child-process.js
rename : dom/indexedDB/test/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-parent-process.js
rename : dom/ipc/Blob.h => dom/ipc/BlobParent.h
rename : dom/ipc/FileDescriptorSetChild.cpp => ipc/glue/FileDescriptorSetChild.cpp
rename : dom/ipc/FileDescriptorSetChild.h => ipc/glue/FileDescriptorSetChild.h
rename : dom/ipc/FileDescriptorSetParent.cpp => ipc/glue/FileDescriptorSetParent.cpp
rename : dom/ipc/FileDescriptorSetParent.h => ipc/glue/FileDescriptorSetParent.h
rename : dom/ipc/PFileDescriptorSet.ipdl => ipc/glue/PFileDescriptorSet.ipdl
|
2014-09-13 12:12:19 -04:00 |
Ben Turner
|
9394b6fd31
|
Bug 977819 - 'Allow PBackgroundChild implementors to hook into the threadlocal space'. r=mrbkap.
|
2014-03-31 19:55:36 -07:00 |
Ben Turner
|
a80f9315df
|
Bug 956218 - '(PBackground) Add a mechanism for communicating with
a non-main I/O thread via thread and process links'. r=mrbkap+khuey+bsmedberg.
|
2013-11-26 23:59:41 -08:00 |
Ben Turner
|
3bcfec25c8
|
Backout bug 956218 for build error
|
2014-02-06 15:19:08 +01:00 |
Ben Turner
|
d251cb806b
|
Bug 956218 - '(PBackground) Add a mechanism for communicating with a non-main I/O thread via thread and process links'. r=mrbkap.
|
2013-11-26 23:59:41 -08:00 |
Ben Turner
|
10cf13f470
|
Backout bug 956218 for link error.
|
2014-02-06 11:50:43 +01:00 |
Ben Turner
|
4944532d70
|
Bug 956218 - '(PBackground) Add a mechanism for communicating with a non-main I/O thread via thread and process links'. r=mrbkap.
|
2013-11-26 23:59:41 -08:00 |