Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Bobby Holley
|
e737c4ba76
|
Bug 783173 - Fix test_ipc implementations to handle mandatory __exposedProps__. r=khuey
|
2012-08-17 09:21:17 -07:00 |
|
Johnny Stenback
|
c47778def6
|
Backing out 77e5cdc7af9a due to it landing w/o following our code checkin process.
|
2012-08-07 09:11:04 -07:00 |
|
Ms2ger
|
a45a0051cf
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
Ms2ger
|
865bebd64e
|
Bug 770046 - Disable test.
|
2012-07-16 18:15:36 +02:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ben Turner
|
0010e82b08
|
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
--HG--
extra : transplant_source : %95%B5y%11%C5%AB%D9%CF%FF%7C%5E%BB%E5%DA%F5j%83o%29%EB
|
2012-08-01 23:02:29 -07:00 |
|
Kyle Huey
|
a2dd03ca6e
|
Bug 779638: Delay dropping the transaction until later to avoid races. r=bent
|
2012-08-01 14:15:12 -07:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Siddharth Agarwal
|
78453eddf2
|
Bustage fix from bug 769908 - remove trailing whitespace after a backslash
|
2012-07-24 18:58:51 +05:30 |
|
Sean DuBois
|
27044f3fcd
|
Bug 769908 - Switch DIR_INSTALL to INSTALL. r=ted
|
2012-07-23 20:02:20 -04:00 |
|
Benjamin Peterson
|
d1064385b3
|
Bug 761723 - Save script sources to implement Function.prototype.toString. r=jorendorff,njn,jimb,jst,Ms2ger
--HG--
extra : rebase_source : de1b55647780a30f98fe84d29ee3cb4a437a3ece
|
2012-07-20 20:17:38 +02:00 |
|
Kyle Huey
|
933cea0b83
|
Back out 353b4785836a which was landed even after the module owner explicitly said not to. r=me
--HG--
extra : rebase_source : ff4a63d2c56435d3aa6b0c572067878cfa09378c
|
2012-07-18 05:59:21 -07:00 |
|
Ms2ger
|
34d1b84073
|
Bug 770046 - Disable test.
|
2012-07-16 18:15:36 +02:00 |
|
Ben Turner
|
a88f4eb357
|
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. Disable xpcshell tests entirely until I can figure out how to enable them selectively.
|
2012-07-14 09:13:40 -04:00 |
|
Ben Turner
|
ffa4f808f2
|
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. r=khuey+mrbkap.
--HG--
rename : dom/indexedDB/test/unit/head_idb.js => dom/indexedDB/test/unit/head.js
extra : transplant_source : %5D1%15%CC%90%E0%F5%0D%0B%FDi%0B%B9YA%D4c%24%D42
|
2012-07-14 07:24:20 -04:00 |
|
Ms2ger
|
ee938e4233
|
Backout changeset 592bfc94e628 for X orange.
|
2012-07-14 11:23:52 +02:00 |
|
Ben Turner
|
e738469ac9
|
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. r=khuey+mrbkap.
--HG--
rename : dom/indexedDB/test/unit/head_idb.js => dom/indexedDB/test/unit/head.js
extra : transplant_source : %217%FC%0D%A3%82%DB%F2DB%F1%5Dc%99%B9%C6j%E1U%A2
|
2012-07-13 23:05:58 -04:00 |
|
David Zbarsky
|
bda664c8ca
|
Bug 773128 - Fix some build warnings r=bent
|
2012-07-13 19:06:41 -07:00 |
|
Nathan Froyd
|
a7eb97f896
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Kyle Huey
|
8495031c2a
|
Bug 769356: Calling transaction.abort() should leave transaction.error as null, but throwing exceptions should set transaction.error. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
dac92e82a6
|
Bug 762206: Fire an nsScriptErrorEvent at the window to get the proper window.onerror behavior. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
90e0774f10
|
Bug 755511: Revert all in-memory data when reverting versionchange transactions. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Bobby Holley
|
2b7bbfa00d
|
Bug 754202 - Use the safe JSContext rather than the current JSContext in IndexedDBDatabaseParent::HandleDatabaseEvent. r=bent
It's not used for anything substantial, and it can be (or always is?) called with no JS on the stack.
|
2012-06-28 23:47:56 +02:00 |
|
Kyle Huey
|
26dca770d0
|
Bug 755510: db.transaction should work inside a versionchange transaction's oncomplete handler. r=bent
|
2012-06-26 08:09:25 -07:00 |
|
Kyle Huey
|
9b2a38f11f
|
Bug 765834: Rework and unify keyPath handling. r=bent
|
2012-06-21 15:27:13 -07:00 |
|
Ben Turner
|
401cf770e8
|
Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey.
--HG--
extra : transplant_source : %3Bb4%A4%99fC%9Cg%86%9B%1F3%C6%0F%01T%1C%3C%AE
|
2012-06-19 18:50:39 -07:00 |
|
David Zbarsky
|
ca89986302
|
Bug 764705 - Unused variables in IndexedDBParent.cpp r=bent
|
2012-06-14 14:08:12 -07:00 |
|
Landry Breuil
|
e531de396b
|
Bug 761136 - fix uses of uint64_t vs PRUint64 after bug 666693. r=bent
|
2012-06-04 17:01:51 +02:00 |
|
Ben Turner
|
b072e01d8f
|
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
|
2012-06-01 10:21:12 -07:00 |
|