Carsten "Tomcat" Book
|
d4ade1ec3b
|
Backed out changeset f41a2121425f (bug 1171931) for bustage
|
2015-06-30 10:30:51 +02:00 |
Juan Gomez
|
2b614f73ac
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-06-29 21:34:15 +02:00 |
Bill McCloskey
|
5a3098de24
|
Bug 1175975 - Null crash fix in ProcessHangMonitor (r=jimm)
|
2015-06-19 17:35:04 -07:00 |
Jim Mathies
|
ebf8adc0a6
|
Bug 1160142 - For e10s plugin hangs take the minidump of the browser process before we message the chrome UI about the hang. r=billm
|
2015-06-11 12:25:45 -05:00 |
Andrew McCreight
|
9e8f4b219e
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
Bob Owen
|
e4f543bb58
|
Bug 1119878 Part 2: Change IPC code to hold ProcessID instead of ProcessHandle. r=billm, r=dvander, r=aklotz, r=cpearce
|
2015-04-01 09:40:35 +01:00 |
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 |
Kan-Ru Chen (陳侃如)
|
9bdcbebafe
|
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
|
2015-02-05 16:47:32 -05:00 |
Ryan VanderMeulen
|
6048189ffc
|
Backed out changeset ab7fbaca9fdd (bug 1114890) for being the likely cause of bug 1124046.
|
2015-02-05 14:35:35 -05:00 |
Kan-Ru Chen (陳侃如)
|
0c04d0ee7e
|
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
|
2015-02-05 17:18:22 +08:00 |
Bill McCloskey
|
c04f106018
|
Bug 1124933 - Include crash reason when intentionally crashing content process (r=bent)
|
2015-02-03 09:09:27 -08:00 |
Ehsan Akhgari
|
2ba1b3c041
|
Bug 1125178 - Mark some functions in dom as override; r=baku
|
2015-01-23 14:27:12 -05:00 |
Bill McCloskey
|
2dacaec267
|
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 |
Bill McCloskey
|
f6534c08fb
|
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent)
|
2015-01-16 18:34:47 -08:00 |
Carsten "Tomcat" Book
|
fe2f83538c
|
Backed out changeset 8ab6c26d26f5 (bug 1118618)
|
2015-01-13 08:43:32 +01:00 |
Bill McCloskey
|
86da48e77b
|
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley)
|
2015-01-12 23:06:54 -08:00 |