diff browse annotate |
74a834deb8a22ab5b9d9bd5c25983b7381b7cf39 created 2011-11-25 17:09 -0800 pushed 2012-02-01 00:38 +0000 |
Bobby Holley | Bobby Holley - Bug 692342 - Move some things below Do datum_type resolution in ConvertDependentParam. r=mrbkap |
diff browse annotate |
206075dcdf40dd80588fa6676b692e278ca3f86b created 2011-11-25 17:09 -0800 pushed 2012-02-01 00:38 +0000 |
Bobby Holley | Bobby Holley - Bug 692342 - Reorder in/out/inout handling in XPCWrappedNative parameter conversion. r=mrbkap |
diff browse annotate |
47047b832f461be251f969588e920fb278a3dca4 created 2011-11-25 17:09 -0800 pushed 2012-02-01 00:38 +0000 |
Bobby Holley | Bobby Holley - Bug 692342 - Move a call to SetValNeedsCleanup() to an equivalent location. r=mrbkap |
diff browse annotate |
a8300adcea7242fe1c652eb9745624e8b435f309 created 2011-11-25 17:09 -0800 pushed 2012-02-01 00:38 +0000 |
Bobby Holley | Bobby Holley - Bug 692342 - Remove check for !IsInterfacePointer(), given the code a few lines above. r=mrbkap |
diff browse annotate |
a03dd8e80c34d8ae160128641cb7062d05811857 created 2011-11-25 17:09 -0800 pushed 2012-02-01 00:38 +0000 |
Bobby Holley | Bobby Holley - Bug 692342 - Reindentation from previous patch (no other changes). r=mrbkap |
diff browse annotate |
4d417032d8878ed97c1093544e9ae13aa964999d created 2011-11-25 17:09 -0800 pushed 2012-02-01 00:38 +0000 |
Bobby Holley | Bobby Holley - Bug 692342 - Create a ConvertDependentParam(i) method to match ConvertIndependentParam(i) (modulo reindentation). r=mrbkap |
diff browse annotate |
8790687685ee53327539a05ae6636c6f6ddfcb29 created 2011-11-25 17:09 -0800 pushed 2012-02-01 00:38 +0000 |
Bobby Holley | Bobby Holley - Bug 692342 - Simplify cleanup code in ConvertIndependentParameter(). r=mrbkap |
diff browse annotate |
42ab175e8d8108c825b18d304146ae3465e0ca61 created 2011-11-25 17:09 -0800 pushed 2012-02-01 00:38 +0000 |
Bobby Holley | Bobby Holley - Bug 692342 - Remove the obviously superfluous uses of IsPointer(). r=mrbkap |
diff browse annotate |
5d052a4d8f2b47ad091ba9d3fcc7d2a0010f09d1 created 2011-11-20 20:10 -0800 pushed 2012-02-01 00:38 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 700992 - Fix GCC compile warnings in XPConnect. r=bholley,gal. |
diff browse annotate |
a77b629da06a6f7916b34ba1c2c217dba82466f8 created 2011-11-18 22:35 -0800 pushed 2012-02-01 00:38 +0000 |
Bill McCloskey | Bill McCloskey - Bug 703699 - Fix use-after-free problem with write barriers and XPConnect (r=bhackett) |
diff browse annotate |
d4bd0f9bece82af8a3026e35bb5676ea7c2d9fb5 created 2011-10-25 16:07 -0700 pushed 2012-02-01 00:38 +0000 |
Bill McCloskey | Bill McCloskey - Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett) |
diff browse annotate |
63e4de2dc4bb7c817cc4f02989a6b83b8ddc1582 created 2011-11-08 18:06 +0100 pushed 2012-02-01 00:38 +0000 |
Peter Van der Beken | Peter Van der Beken - Bug 700668 - Don't enumerate all compartments for every traversal of a XPCWrappedNative. r=mrbkap. |
diff browse annotate |
78de0ed3483f0cdd5b22392183942fca6ab6a312 created 2011-12-14 10:57 -0800 pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 708499 - Fix leak for out-param sized strings on aurora. r=bz, a=akeybl |
diff browse annotate |
ae9e4e878c58694c1cc6c780a4b3c3634fc8a9aa created 2011-12-14 10:57 -0800 pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 708499 - Fix wstring memory leak on mozilla-aurora. r=bz, a=akeybl |
diff browse annotate |
104c466724acd2cb7e9d3b648d140f355510bb15 created 2011-11-06 13:32 +0100 pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 677788 - Remove use of length_is xpt value from gecko. r=mrbkap |
diff browse annotate |
6c1a7d01303f1497a439ae399828ef09074484de created 2011-11-06 13:32 +0100 pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 677788 - Remove array/string 'capacity' argument from XPCConvert. r=mrbkap |
diff browse annotate |
d252e090c6cfd751b2744ecc03da056ca738f2a4 created 2011-10-22 11:03 +0200 pushed 2011-12-21 12:10 +0000 |
Marco Bonardo | Marco Bonardo - Backout cb50e96dbee0 (Bug 677079) for Win PGO mochitests failures. |
diff browse annotate |
cb50e96dbee0f90e7f48e50e7f169ec30ba82598 created 2011-10-20 10:14 -0700 pushed 2011-12-21 12:10 +0000 |
Bill McCloskey | Bill McCloskey - Bug 677079 - Remove jscntxt.h from INSTALLED_HEADERS (r=Waldo) |
diff browse annotate |
ec7577dec4fceef0ac2717416d9c48289402d935 created 2011-10-17 10:59 -0400 pushed 2011-12-21 12:10 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron |
diff browse annotate |
25a5c9891392c72ac42f2771176d3f0d803ae890 created 2011-10-14 10:52 -0700 pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 688012 - Hoist 'else' clauses to the line of the previous close-curly-brace. r=mrbkap |
diff browse annotate |
2efe763ee2ca511dd5461de4d5e9a013bc48e0f6 created 2011-10-14 10:52 -0700 pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 688012 - Move the open-brace for if, else, for, while, and switch to the same line as the keyword or condition. r=mrbkap |
diff browse annotate |
0a2a7c748da6a979a262067d5ae4684db82b7c52 created 2011-10-14 10:52 -0700 pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 688012 - Add space between keyword and paren for: if, for, while, and switch. r=mrbkap |
diff browse annotate |
0b91a5164a64bdfe59ba94c8aa183d2d38ecee67 created 2011-10-14 10:52 -0700 pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 688012 - Fix alignment of arguments and tests relative to parens. r=mrbkap |
diff browse annotate |
014c9cf5088f1af09d9d3969771c9ef857b3dd78 created 2011-10-14 10:52 -0700 pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 688012 - Remove trailing whitespace within XPConnect. r=mrbkap |
diff browse annotate |
51541b56d20d588edc5a6111d670ca5af3db39d5 created 2011-10-14 10:52 -0700| base pushed 2011-12-21 12:10 +0000 |
Bobby Holley | Bobby Holley - Bug 691411 - Move js/src/xpconnect to js/xpconnect and rename source files while we're at it. r=khuey, sr=mrbkap |