Chris Jones
|
8cd4f6e0b8
|
Tests for bug 560000
|
2010-05-22 14:35:40 -05:00 |
|
Chris Jones
|
a647aa0990
|
Bug 560000: Allow IPDL unions and structs to be recursively defined. r=benjamn
|
2010-05-22 14:35:38 -05:00 |
|
Chris Jones
|
6bb717f964
|
Tests for bug 553846.
--HG--
rename : ipc/ipdl/test/cxx/PTestArrays.ipdl => ipc/ipdl/test/cxx/PTestDataStructures.ipdl
rename : ipc/ipdl/test/cxx/PTestArraysSub.ipdl => ipc/ipdl/test/cxx/PTestDataStructuresSub.ipdl
rename : ipc/ipdl/test/cxx/TestArrays.cpp => ipc/ipdl/test/cxx/TestDataStructures.cpp
rename : ipc/ipdl/test/cxx/TestArrays.h => ipc/ipdl/test/cxx/TestDataStructures.h
|
2010-05-22 14:35:37 -05:00 |
|
Chris Jones
|
de3a2d743f
|
Bug 553846: Implement an IPDL "struct" type. r=benjamn
|
2010-05-22 14:35:35 -05:00 |
|
Chris Jones
|
f196c3f8dd
|
Bug 522547: Serialize/deserialize IPC messages in a "streaming" style. r=bent
|
2010-05-22 14:35:34 -05:00 |
|
Chris Jones
|
0f31d5ef38
|
Bug 562741: Allow |Shmem|s to be shared across different protocol trees. r=bent
|
2010-05-22 14:35:33 -05:00 |
|
Chris Jones
|
e3145e0a2f
|
Bug 562741: Refcount |SharedMemory|s. r=joedrew
|
2010-05-22 14:35:32 -05:00 |
|
Chris Jones
|
eef3841654
|
Bug 564086: Frontend support for IPDL process graphs and Bridge()ing processes. r=benjamn
|
2010-05-22 14:35:31 -05:00 |
|
Chris Jones
|
39eb188564
|
Bug 565844: Distinguish between illegal-value and couldn't-process errors in IPDL error messages. r=bent
|
2010-05-22 14:35:29 -05:00 |
|
Timothy Nikkel
|
c59fbce1fb
|
Bug 567292. When making asserts for lazy frame construction, if we hit a leaf frame, forgive any previous transgressions because leaf frames do their own thing. r=bzbarsky
|
2010-05-22 13:55:41 -05:00 |
|
Timothy Nikkel
|
86591e5c58
|
Bug 553359. Address review comments.
|
2010-05-22 13:55:41 -05:00 |
|
Marco Bonardo
|
5a227798cf
|
followup to Bug 553070. Fix test_xpcomutils.js permaorange.
|
2010-05-22 14:55:34 +02:00 |
|
Marco Bonardo
|
d3cd5e9f26
|
Forgot to enable the test for Bug 553070
|
2010-05-22 11:56:43 +02:00 |
|
Marco Bonardo
|
dbe1232637
|
Bug 553070 - Allow XPCOMUtils to do category registration for specific apps. r=sayrer
|
2010-05-22 10:41:00 +02:00 |
|
Vladimir Vukicevic
|
e976fe877d
|
b=563701; add memory reporters for imglib, canvas, and some gfx surfaces; r=joe
|
2010-05-21 21:10:14 -07:00 |
|
Jason Duell
|
84b443f1c0
|
# User Michal Novotny <michal.novotny@gmail.com>
# Date 1272456176 -7200
Bug 549241 - Channel classifier should run in chrome process. r=biesi, sr=jst
|
2010-05-21 14:03:02 -07:00 |
|
Honza Bambas
|
b0df7df6bb
|
Bug 564975 - Intermittent test_bug455367.html | Test timed out, added larger timeout, r=ted
|
2010-05-21 22:43:09 +02:00 |
|
Honza Bambas
|
46483d0c13
|
Bug 542775 - Add nsDOMStorageEvent to cycle collection, r=Olli
|
2010-05-21 22:43:09 +02:00 |
|
L. David Baron
|
ebe5a17dbe
|
Make nsUTF8ToUnicode use SSE.h (Bug 513422) r=vlad
|
2010-05-21 13:17:58 -07:00 |
|
L. David Baron
|
41d83aa413
|
Add more tests for invalid URL parsing for CSS 2.1 issue 129.
|
2010-05-21 13:17:58 -07:00 |
|
L. David Baron
|
fd6770787e
|
content/html/content/src line in LOCAL_INCLUDES should not be conditional on MOZ_MEDIA. (Bug 567191) r=roc
|
2010-05-21 13:17:58 -07:00 |
|
L. David Baron
|
d8997b90d6
|
Enable the reporting of assertion failures in the reftest harness. (Bug 472557)
|
2010-05-21 13:17:58 -07:00 |
|
Ehsan Akhgari
|
b8d67340db
|
Back out changeset 0d2f650b8581 because of crashtest failure
|
2010-05-21 15:27:24 -04:00 |
|
Robert O'Callahan
|
f3c689bd37
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
|
Steve Harper
|
9b9de75895
|
Bug 199473: Make downloads work if temporary directory is encrypted on Windows. r=jmathies
--HG--
extra : rebase_source : e88b316e071dd9bb8a57ab11e1bd13bc39d7d8eb
|
2010-05-23 10:48:21 -07:00 |
|
Taras Glek
|
7ab8f39d53
|
Bug 537857: Remove dead symbols in linker. r=ted
--HG--
extra : rebase_source : 91c5e1d886606da9c06f24afa2f0c898a60b1427
|
2010-05-23 10:47:10 -07:00 |
|
Nicholas Nethercote
|
6ded3c8f40
|
Fix a compiler warning on opt builds. No bug, r=gal via IRC.
|
2010-05-20 16:12:41 -07:00 |
|
Nicholas Nethercote
|
16a233b934
|
Bug 566759 - Remove LOpcode aliases once they are no longer used (TM-specific part). r=gal via IRC.
|
2010-05-20 16:04:17 -07:00 |
|
Nicholas Nethercote
|
12ed619c14
|
Update nanojit-import-rev stamp.
|
2010-05-20 15:58:16 -07:00 |
|
Edwin Smith
|
603d2206c9
|
whitespace hygiene
--HG--
extra : convert_revision : f96ca24c15235dba3282e3649356b6a7acf5d2e2
|
2010-05-19 20:54:10 -04:00 |
|
Edwin Smith
|
09708715d6
|
Bug 560570 - ARM arch detection for RVCT compiler (r=stejohns+)
--HG--
extra : convert_revision : c79dae5ba88018f3cfa06621064008a21e39e49f
|
2010-05-19 20:52:18 -04:00 |
|
Edwin Smith
|
c79040e8f9
|
Bug 560571 - Symbian RVCT 2.2 compiler requires explicit cast to (const void*) for &k (r=stejohns+)
--HG--
extra : convert_revision : 304ec7713fbecaf65b4c9f09b14f204b3416daf3
|
2010-05-19 20:47:56 -04:00 |
|
Edwin Smith
|
edbad98461
|
Bug 566759 - Remove LOpcode aliases once they are no longer used (r=nnethercote+)
--HG--
extra : convert_revision : 6aa777cb07a63862372399ac78a6f39b573c6dc1
|
2010-05-19 09:34:07 -04:00 |
|
Edwin Smith
|
c798b8b4d1
|
Minor PPC tweak from bug 560370, plus a few comments
--HG--
extra : convert_revision : ae4877e82cdda675f7fc8610f4cef987ea9a9c8b
|
2010-05-18 20:00:33 -04:00 |
|
Gregor Wagner
|
53e42ad125
|
Bug 566635 - TM: Change gcRootsHash and gcLocksHash to HashMap r=lw
|
2010-05-20 13:50:08 -07:00 |
|
Igor Bukanov
|
9d49b712de
|
bug 566145 - reserving block and arguments shapes. r=jorendorff
|
2010-05-20 12:48:04 +02:00 |
|
Blake Kaplan
|
3ea4b3639e
|
Fix bustage.
|
2010-05-19 19:19:31 -07:00 |
|
Blake Kaplan
|
9d09848caa
|
Avoid calling XPCWrappedNative::GetWrappedNativeOfJSObject when we know we already have a wrapped native's JSObject. r=jst
|
2010-05-19 18:26:40 -07:00 |
|
Blake Kaplan
|
b2ebc063f7
|
Don't push call contexts when we don't have to. r=jst
|
2010-05-19 18:26:29 -07:00 |
|
Blake Kaplan
|
48aa419509
|
Avoid calling nsXPConnect::GetWrapperFor in the common case of wrapping a global object in its own scope. r=jst
|
2010-05-19 18:26:15 -07:00 |
|
Nicholas Nethercote
|
a27d4428f7
|
Bug 565251 - TM: simplify TraceRecorder::guardClass(). r=dvander.
|
2010-05-19 18:09:54 -07:00 |
|
Sean Stangl
|
e3e75e0bc6
|
Fix ReprMeter build and x64 bugs (bug 567015, r=dvander).
|
2010-05-19 16:35:30 -07:00 |
|
Brendan Eich
|
9de413892e
|
Fix hard-case destructurinv vs. for(var ...=... in ...) bug (558633, r=mrbkap).
|
2010-05-19 16:25:56 -07:00 |
|
Luke Wagner
|
a033c82002
|
Bug 566831 - add missing 'return' to FrameRegsIter (r=dvander)
|
2010-05-19 11:21:26 -07:00 |
|
Andreas Gal
|
0042312b1f
|
Don't leak native getters/setters into property descriptor objects (566914, r=brendan).
|
2010-05-19 14:43:17 -07:00 |
|
Julian Seward
|
a8447f425f
|
Bug 557776 - js_InitTitle: initialize title->lock properly. r=jorendorff.
|
2010-05-19 15:36:56 -05:00 |
|
Andreas Gal
|
59fd9c917f
|
Slowify dense arrays when used as 2nd argument of eval (566916, r=jwalden).
|
2010-05-19 12:19:44 -07:00 |
|
Jason Orendorff
|
721947de5b
|
Bug 566549 - Crash [@ js_AllocSlot] or "Assertion failure: obj->map->ops->defineProperty == js_DefineProperty" with evalcx. r=brendan.
|
2010-05-19 13:23:53 -05:00 |
|
Andreas Gal
|
acd79cbc3d
|
Move the scripted proxies test into js1_8_5/extensions (bug 546590).
|
2010-05-19 02:08:53 -07:00 |
|
Igor Bukanov
|
442b99542f
|
bug 237006 - automatic detection of the native thread stack base. The patch is based on the initial patches for bug 516832 by gal and gregor. r=gregor
|
2010-05-19 10:29:05 +02:00 |
|