Ehsan Akhgari
|
a58f16038b
|
Another follow-up fix for bug 555289
|
2010-03-29 14:15:57 -04:00 |
|
Ehsan Akhgari
|
8946e0fac7
|
Follow-up fix for bug 555289
|
2010-03-29 14:08:34 -04:00 |
|
Ehsan Akhgari
|
adefcacdfd
|
Bug 555289 - Plugin crashed UI should be RTL in RTL locales; r=dao
|
2010-03-29 14:06:25 -04:00 |
|
Joel Maher
|
b349ccffd7
|
Bug 471676 Allow reftest harness to accept same chunking arguments as mochitest, used for maemo and other platforms r=ted
|
2010-03-29 10:57:51 -07:00 |
|
Andrew Sutherland
|
759e351de7
|
Bug 555124 - Intermittent "ASSERTION: AsyncStatementSpinner not thread-safe: '_mOwningThread.GetThread() == PR_GetCurrentThread()', file .../mozilla/storage/test/test_true_async.cpp, line 162". null out references on the main thread to avoid destruction on the async thread. r=sdwilsh.
|
2010-03-29 10:54:41 -07:00 |
|
Dan Witte
|
c5e94efd8d
|
Bug 552525 - Get rid of container classes with static functions in CTypes.h/cpp. r=benjamn
|
2010-03-29 09:38:27 -07:00 |
|
Jason Orendorff
|
2239823240
|
Bug 541255 - "Assertion failure: obj->isDenseArray(), at ../jsarray.cpp". r=brendan.
|
2010-03-29 11:24:42 -05:00 |
|
Jason Orendorff
|
ef306b8afa
|
Bug 554996 - Eliminate native-ops check before testing property cache. Part 2: tracer. r=gal.
|
2010-03-29 10:35:38 -05:00 |
|
Jason Orendorff
|
d1f4fe9a74
|
Bug 554996 - Eliminate native-ops check before testing property cache. Part 1: interpreter. r=gal.
|
2010-03-29 10:35:16 -05:00 |
|
Jason Orendorff
|
b2a62b2dae
|
Bug 500431 part 5 - Make js::PropertyCache fields private. r=brendan.
|
2010-03-26 18:38:33 -05:00 |
|
Jeff Walden
|
6eaa7e5cd1
|
Readd jsarray.cpp changes for bug 548702. array_sort in particular is a rat's-nest of complexity, so this file's changes are being pushed in isolation from all others. In the interest of getting the tree as pristine for morning, I'm pushing this now and letting it cycle while I sleep -- if it turns anything pretty colors, please back out. Otherwise, look for more in the morning...
|
2010-03-29 00:02:13 -07:00 |
|
Jeff Walden
|
f3cf631e3b
|
Readd bug 548702's changes to jsapi.cpp, jsexn.cpp, jsfun.cpp, jsnum.cpp, and jsstr.cpp.
|
2010-03-28 22:05:50 -07:00 |
|
Jeff Walden
|
806a75e33e
|
Readd all jsobj.cpp and related changes from bug 548702.
|
2010-03-28 20:32:20 -07:00 |
|
Nicholas Nethercote
|
0b93aa9f96
|
Bug 541030 - nanojit: isconstq() should only succeed for 64-bit integer (TM-specific part). r=dvander.
|
2010-03-28 18:02:40 -07:00 |
|
Nicholas Nethercote
|
d179f8f3c2
|
Update nanojit-import-rev stamp.
|
2010-03-28 17:48:10 -07:00 |
|
Nicholas Nethercote
|
3e7c79263b
|
Bug 541030 - nanojit: isconstq() should only succeed for 64-bit integer. r=rreitmai.
--HG--
extra : convert_revision : b8fea2e57673f9f2d4e864870d73ee294cabd4bd
|
2010-03-28 16:49:42 -07:00 |
|
Ignore Bukanov
|
eabbe4cfb9
|
Bug 555338 - preprocessor define to tell when rdtsc is available. r=nnethercote.
--HG--
extra : convert_revision : 673444e26f4810744ff252ee113fd7f0f3d5a7c9
|
2010-03-28 15:31:53 -07:00 |
|
Jeff Walden
|
cfa3e60dd6
|
Readd more of the new rooting scaffolding from bug 548702, without enabling it (except in a side-by-side fashion where the two can both function and coexist).
|
2010-03-28 13:34:16 -07:00 |
|
Jeff Walden
|
24b5cef632
|
More mismerging fixes.
|
2010-03-27 00:04:10 -07:00 |
|
Jeff Walden
|
d3403826f1
|
Fix mismerge.
|
2010-03-26 22:57:23 -07:00 |
|
Jeff Walden
|
9f8a70cea5
|
Merge².
|
2010-03-26 22:10:39 -07:00 |
|
Jeff Walden
|
cc578ac362
|
Merge.
|
2010-03-26 21:53:40 -07:00 |
|
Luke Wagner
|
805c7064c3
|
Bug 555104 - remove JS_ExecuteScriptPart (r=brendan)
|
2010-03-26 19:37:45 -07:00 |
|
Jeff Walden
|
1066acafbb
|
Backed out changeset e7065853ef79; I'll be repushing this incrementally, attempting to find the precise place where things go bad, in the near future. Happy days are here again! :-\
|
2010-03-26 18:01:54 -07:00 |
|
Jeff Walden
|
e21a5b0f34
|
Revert strict-aliasing disabling now that n810 has shown not to improve without it. Also change from -Wstrict-aliasing=2 to -Wstrict-aliasing=3; gcc claims the latter gives more precise warnings with fewer mistakes, and I don't think we care that much about it being a little slower, for only the files in SpiderMonkey.
|
2010-03-26 15:32:35 -07:00 |
|
David Anderson
|
438b2cc4ea
|
Fixed regression with recursive scripts missing a return (bug 552196, r=gal).
|
2010-03-26 09:58:33 -05:00 |
|
Jason Orendorff
|
403633697e
|
Bug 500431 part 4 - Encapsulate PropertyCacheEntry::pcval. r=brendan.
|
2010-03-26 09:01:01 -05:00 |
|
Josh Matthews
|
e633660798
|
Bug 552999 - Implement PointerType().prototype.isNull. r=dwitte
|
2010-03-26 17:27:28 +13:00 |
|
Dan Witte
|
e7509c62c5
|
Bug 513778 - Support passing JS functions as callbacks to C APIs. Part 3: Add closures for callback
support. r=benjamn
|
2010-03-29 09:38:17 -07:00 |
|
Dan Witte
|
be6e94b3ab
|
Bug 513778 - Support passing JS functions as callbacks to C APIs. Part 2.1: Use
js_NewArrayObjectWithCapacity. r=benjamn
|
2010-03-29 09:38:17 -07:00 |
|
Dan Witte
|
2aba325f8b
|
Bug 513778 - Support passing JS functions as callbacks to C APIs. Part 2: Rename Function to
FunctionType, with all the privileges and responsibilities therein. r=benjamn
|
2010-03-29 09:38:16 -07:00 |
|
Jim Mathies
|
5f9f30a06d
|
Bug 555463 - Deal with sync wm_setfocus events from child. r=enn.
|
2010-03-29 11:04:46 -05:00 |
|
Gregor Wagner
|
3255237a35
|
Bug 553682, TM: GC Profiler Part2. r=igor
|
2010-03-25 16:11:27 -07:00 |
|
Gregor Wagner
|
5cc6c2c289
|
Bug 553682, TM: GC Profiler Part1: Gnuplot script. r=gal
|
2010-03-25 15:20:34 -07:00 |
|
Gavin Sharp
|
f5294c2de0
|
Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
--HG--
extra : rebase_source : 9d4330461d2047775cc66022ba77bc09cc69a020
|
2010-03-25 18:02:19 -04:00 |
|
Doug Turner
|
4e3bb7dad3
|
Backing out fix for bug 544240.
|
2010-03-31 07:07:14 -07:00 |
|
Olli Pettay
|
8c6b7c6ceb
|
Additional fix for Bug 536092
|
2010-03-31 16:50:05 +03:00 |
|
Kyle Huey
|
f7fe1611de
|
Bug 253889: Bustage fix
|
2010-03-31 09:21:17 -04:00 |
|
Craig Topper
|
fbc0e59dce
|
Bug 253889: DeCOMtaminate nsIPresShell - Clean up unnecessary initialization in HandleEventWithTarget(). r=roc
--HG--
extra : rebase_source : 88fa8550cb112139008f04bee4ed6a0a5c7cb415
|
2010-03-31 08:50:20 -04:00 |
|
Craig Topper
|
2ec76bd9d8
|
Bug 253889: DeCOMtaminate nsIPresShell - Make GetRootFrame() nonvirtual inside gklayout. r=roc
--HG--
extra : rebase_source : 6c1572e04309bc6d0db9732f98d820595dd3ab77
|
2010-03-31 08:48:04 -04:00 |
|
Craig Topper
|
0e86233524
|
Bug 253889: DeCOMtaminate nsIPresShell - Rev IID and remove NS_NewPresShell. r=roc
--HG--
extra : rebase_source : 55acb1008a92cd6c13760591c086c52ac9cb3e74
|
2010-03-31 08:47:25 -04:00 |
|
Craig Topper
|
ac28e5cb9c
|
Bug 253889: DeCOMtaminate nsIPresShell - Remove more NS_IMETHOD. r=roc
--HG--
extra : rebase_source : ab0c230d7be484858e03b242c76b5cc9bcfa87ae
|
2010-03-31 08:45:32 -04:00 |
|
Craig Topper
|
f1f968736b
|
Bug 253889: DeCOMtaminate nsIPresShell - Inline getters. r=roc
--HG--
extra : rebase_source : cdb8803dc075e72a47879c83d62e2c08cc999caf
|
2010-03-31 08:45:08 -04:00 |
|
Craig Topper
|
99999b1e18
|
Bug 253889: DeCOMtaminate nsIPresShell - IID rev. r=roc
--HG--
extra : rebase_source : 7570b499706367da3153fb3c21abcd41aaa98349
|
2010-03-31 08:44:11 -04:00 |
|
Craig Topper
|
afa4c872e5
|
Bug 253889: DeCOMtaminate nsIPresShell - IsPaintingSuppressed(). r=roc
--HG--
extra : rebase_source : 9ee8283e8bce33402893ae5316f89c9f699a1236
|
2010-03-31 08:43:49 -04:00 |
|
Craig Topper
|
8ef02ed2f5
|
Bug 253889: DeCOMtaminate nsIPresShell - IsReflowLocked(). r=roc
--HG--
extra : rebase_source : 46adf0d5ad41602276c8bcded46e7dae0f399da9
|
2010-03-31 08:43:27 -04:00 |
|
Craig Topper
|
8da3d1c3df
|
Bug 253889: DeCOMtaminate nsIPresShell - GetEventTarget[Frame|Content](). r=roc
--HG--
extra : rebase_source : aa059747dc2b24360fd8429fbd7fd21077ecbfa4
|
2010-03-31 08:43:01 -04:00 |
|
Craig Topper
|
8f10fd8f80
|
Bug 253889: DeCOMtaminate nsIPresShell - Remove NS_IMETHOD. r=roc
--HG--
extra : rebase_source : dc316062106c32edc90815399708b861e3a14aa9
|
2010-03-31 08:41:54 -04:00 |
|
Craig Topper
|
c82a6bc194
|
Bug 253889: DeCOMtaminate nsIPresShell - GetCaret(). r=roc
--HG--
extra : rebase_source : 2a05050d8cbb10dd3bb763d5d5a158cc5f3dd814
|
2010-03-31 08:39:31 -04:00 |
|
Craig Topper
|
3b3307f212
|
Bug 253889: DeCOMtaminate nsIPresShell - make some methods const. r=roc
--HG--
extra : rebase_source : 94167aa329d4021677027f6bb6b1674d278f53f5
|
2010-03-31 08:38:52 -04:00 |
|