Ehsan Akhgari
|
b6e35bb4b4
|
Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-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_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
|
Nick Fitzgerald
|
698d4ba70b
|
Bug 1083456 - Part 2: Provide a mechanism to find all GC roots for a JS::ubi::Node traversal. r=jimb
|
2014-11-19 10:19:59 -08:00 |
|
Nick Fitzgerald
|
4529ca8594
|
Backed out changeset 73ea3aa3ccec
|
2014-11-19 10:00:02 -08:00 |
|
Nick Fitzgerald
|
400c4d17a5
|
Bug 1083456 - Part 2: Provide a mechanism to find all GC roots for a JS::ubi::Node traversal. r=jimb
|
2014-11-19 09:57:11 -08:00 |
|
Jon Coppeard
|
abdff318ff
|
Bug 1100923 - Make onPromiseSettled() declaration JS_PUBLIC_API. r=fitzgen
|
2014-11-18 15:02:24 -08:00 |
|
Nick Fitzgerald
|
a066068780
|
Bug 1084065 - Part 1: Add a Debugger.prototype.onPromiseSettled hook; r=shu
|
2014-11-17 10:43:00 +01:00 |
|
Nick Fitzgerald
|
c147ab1d8b
|
Bug 1083210 - Part 1: Add a Debugger.prototype.onNewPromise hook. r=shu
|
2014-11-17 10:42:00 +01:00 |
|
Jim Blandy
|
c2120e3335
|
Bug 1063247: Let embeddings tell Debugger how to find the size of a malloc'd block of memory. r=terrence
|
2014-09-19 15:10:01 -07:00 |
|
Wes Kocher
|
3dadae9f33
|
Back out 11 changesets (bug 1063233 and bug 1063247)
* * *
Backed out changeset 7c7c837585fb (bug 1063233)
* * *
Backed out changeset e584d23b3ce3 (bug 1063233)
* * *
Backed out changeset ee169ca2e00b (bug 1063247)
* * *
Backed out changeset 514c713b2313 (bug 1063247)
* * *
Backed out 3 changesets (bug 1063247)
Backed out changeset a6033944c4c1 (bug 1063247)
Backed out changeset c7ffa64956c6 (bug 1063247)
Backed out changeset dd80b2984fe2 (bug 1063247)
* * *
Backed out 4 changesets (bug 1063233)
Backed out changeset 1f6db27e6240 (bug 1063233)
Backed out changeset b8e3d887faa2 (bug 1063233)
Backed out changeset 8e1913c07322 (bug 1063233)
Backed out changeset 04d42b23a489 (bug 1063233)
|
2014-09-05 17:42:45 -07:00 |
|
Jim Blandy
|
defdd9cbce
|
Bug 1063247: Let embeddings tell Debugger how to find the size of a malloc'd block of memory. r=terrence
|
2014-09-05 10:43:36 -07:00 |
|
Jim Blandy
|
ca1195c2a2
|
Bug 1062089: Rename js/public/DebugAPI.h to js/public/Debug.h. It's a public header file; *obviously* it's an API. r=jorendorff
--HG--
rename : js/public/DebugAPI.h => js/public/Debug.h
|
2014-09-05 10:32:29 -07:00 |
|