Randell Jesup
|
9212636903
|
Bug 1155059: Patch 1&2 - Convert Dispatch() and friends to already_AddRefed<> r=froydnj
Modify Dispatch IDL and code to deal with MSVC issues with overloaded templates r=froydnj
|
2015-07-09 23:21:46 -04:00 |
|
Andrew McCreight
|
92010d3e4c
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
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 Turner
|
07ef11d771
|
Bug 1121129 - Guard against multiple threads dispatching to a worker thread at the same time, r=khuey.
|
2015-01-14 13:50:03 -08:00 |
|
Ben Turner
|
c8ed07d8be
|
Bug 701634 - Support IndexedDB in Workers, r=khuey+baku.
|
2014-12-16 22:26:15 -08:00 |
|
Ben Turner
|
15509332d0
|
Bug 1054638 - Bustage fix for non-DEBUG builds on CLOSED TREE
|
2014-12-10 20:54:24 -08:00 |
|
Ben Turner
|
a6e5aecf75
|
Bug 1054638 - Notify the worker event loop when an XPCOM event is received, r=khuey.
|
2014-11-17 11:55:37 -08:00 |
|
Ben Turner
|
e61b8db0b2
|
Bug 1054638 - Move WorkerThread into its own file, r=khuey.
|
2014-11-14 18:47:30 -08:00 |
|