Commit Graph

27593 Commits

Author SHA1 Message Date
Brendan Eich
7f4de719f8 Fix dangling JS_PROPERTY_CACHE_METERING bits broken by patch for bug 489171. 2009-04-20 17:32:36 -07:00
igor
48c3925a9a js_SetPropertyHelper does not null *entryp for read-only properties (489171, r=gal,brendan). 2009-04-20 17:00:59 -07:00
Brendan Eich
be23b17c5d Bug 488690 - "Assertion failure: dn->pn_defn, at ../jsemit.cpp" (r=mrbkap). 2009-04-20 15:51:27 -07:00
Blake Kaplan
2c2aafd490 Bug 488843 - Restore missing check for un-optimiziable frames. r=brendan 2009-04-20 15:41:54 -07:00
Blake Kaplan
3224ee7ee8 Bug 488843 - Restore missing check for un-optimiziable frames. r=brendan 2009-04-20 15:40:58 -07:00
Chris Jones
0b7ce64dae bug 489135: fix old PRMonitor leak, init debug var in mozilla::Monitor. r=smontagu 2009-04-21 00:33:12 +02:00
Serge Gautherie
5c536971f8 Bug 482598 - Requesting a tinderbox for Mac with --enable-accessibility; (Bv1) Force a leak threshold for test suite; r=jwalden+bmo 2009-04-21 00:26:03 +02:00
Robert Strong
554ffc86b3 Test cleanup - Bug 488797 - Custom GreD directory in xpcshell tests fails on Thunderbird 2009-04-20 14:08:03 -07:00
Dão Gottwald
ac092e60d9 Bug 488255 - Bookmark name in editBookmarkPanel is invisible when name picker hasn't focus. r=mstange 2009-04-20 22:59:53 +02:00
Jeff Walden
ac7bbee9e5 Bug 489124 - Remove an unnecessary guard, specialize tracing of typeof for functions now that JSVAL_TFUN exists. r=gal 2009-04-20 12:25:43 -07:00
Blake Kaplan
f3d1280a04 Bug 488925 - Check for string indexes in the API entry points. r=brendan 2009-04-20 12:21:44 -07:00
Takuro Ashie
93b110e306 Bug 488068 - ImmReleaseContext should be called for opened HIMC. r=pavlov, sr=dougt 2009-04-20 21:09:28 +02:00
Ted Mielczarek
625500a0da bug 489073 - race condition with nsinstall in toolkit/mozapps/plugins/tests Makefile. r=mossop 2009-04-20 14:51:26 -04:00
Robert Sayre
f20b576f3c Merge tracemonkey to mozilla-central. 2009-04-20 14:43:41 -04:00
Andreas Gal
b3ec5b0f4d Abort trace if the global object gets wrapped and we already hold a reference to the unwrapped object (489007, r=brendan). 2009-04-20 11:30:32 -07:00
Richard Brown
4843c71538 Bug 482747 - js/src/Makefile.in DESTDIR support. r=jim 2009-04-20 20:08:34 +02:00
Andreas Gal
26a670957d Remove bogus assert (489040, r=brendan). 2009-04-20 09:52:56 -07:00
Igor Bukanov
4ad2e764fa bug 488414 - js_GenerateShape just schedules, not run, the GC. r=brendan,gal 2009-04-20 12:10:29 +02:00
Igor Bukanov
fd49b19773 Backed out changeset f4662701526b (bug 488414) to fix !JS_THREADSAFE compilation errors 2009-04-20 11:59:36 +02:00
Igor Bukanov
56547f8087 bug 488414 - js_GenerateShape just schedules, not run, the GC. r=brendan,gal 2009-04-20 10:17:28 +02:00
Jeff Walden
f10c82d6e3 Kick tinderboxen out of a Linux orange that looks bogus 2009-04-18 22:09:37 -07:00
Jeff Walden
628e407f3f Bug 488781 - Followup readability fix to rearrange the ordering of cases in various type-switch statements to correspond to numeric values; this makes it much easier (for me at least) to see that such switches are properly exhaustive. r=gal 2009-04-18 16:47:24 -07:00
Jeff Walden
830e81a336 Bug 488781 - Add a trace-time type to differentiate functions from objects. r=brendan 2009-04-18 16:47:23 -07:00
Jeff Walden
c9680230c4 Bug 473117 - Rejigger how guards use side exits, and fix an erroneous comment. r=graydon 2009-04-18 16:47:23 -07:00
Steffen Wilberg
fccae67ec6 Bug 432380: Remove openHelpMac.commandkey and hardcode modifiers. r=gavin 2009-04-18 20:49:22 +02:00
Marco Perez
ded5de7e25 Bug 488168 - XULRunner build bustage on FreeBSD (in javaxpcom). r=benjamin 2009-04-20 18:57:03 +02:00
Ben Hearsum
a69495324f bug 486992: post_upload.py errors aren't caught - use sys.exit(non-zero) when exceptions are caught in upload.py. r=ted 2009-04-20 12:42:58 -04:00
Jeremy Huddleston
5bd30ed4bf Bug 484457 - Define Status int breaks OSX builds when including MachineExceptions.h. r=vlad 2009-04-20 18:36:37 +02:00
Doug Turner
ae0a1a1171 Bug 488574 - remove hardcoded english strings caused by bug 488218. r=gavin 2009-04-20 09:00:53 -07:00
Jeff Muizelaar
6038010641 bug 473443 - drawImage of canvas onto self is incorrect r=vlad 2009-04-20 11:26:44 -04:00
Shawn Wilsher
bd98500bbe Bug 489030 - Rename mozStorageValueArray.* to mozStorageArgValueArray.*
Better reflects the contents of the file.  Also updated the file to follow the
storage style guidelines.
r=asuth

--HG--
rename : storage/src/mozStorageValueArray.cpp => storage/src/mozStorageArgValueArray.cpp
rename : storage/src/mozStorageValueArray.h => storage/src/mozStorageArgValueArray.h
2009-04-20 08:01:51 -07:00
Shawn Wilsher
8728b1f8d7 Bug 489018 - Rename mozStorageUnicodeFunctions.* to mozStorageSQLFunctions.*
New filename better reflects current (and future) contents.  Also updates the
files to follow the storage style guidelines.
r=asuth

--HG--
rename : storage/src/mozStorageUnicodeFunctions.cpp => storage/src/mozStorageSQLFunctions.cpp
rename : storage/src/mozStorageUnicodeFunctions.h => storage/src/mozStorageSQLFunctions.h
2009-04-20 07:59:52 -07:00
Jeremy Huddleston
24fc1bebb1 Bug 485863 - modules/libpr0n/decoders/icon fails to build nsString problems. r=benjamin 2009-04-20 16:52:03 +02:00
Jeremy Huddleston
33be165699 Bug 486890 - Darwin/X11: undefined symbols in libsydneyaudio, fix toolkit==cocoa check. r=benjamin 2009-04-20 16:48:00 +02:00
John Morkel
72edb1d098 Bug 488696 - Only one tooltip shown for trees. r=enn, sr=neil 2009-04-20 15:01:56 +02:00
Ted Mielczarek
6cec5ef3f6 bug 487396 - fix some of the jemalloc windows build madness. r=bsmedberg 2009-04-20 09:01:12 -04:00
Jeremy Huddleston
2c6c8fb6b9 Bug 486892 - darwin: Use dylib file extension. r=josh 2009-04-20 14:36:49 +02:00
Ted Mielczarek
fbff22268d bug 487396 - fix some of the jemalloc windows build madness. r=bsmedberg 2009-04-20 06:56:23 -04:00
Ted Mielczarek
d552a7badb bug 439110 - xpcshell's load() just silently fails for non-existent files - add automated test 2009-04-20 06:56:23 -04:00
Jonathan Steele
0ece9a9dac Bug 488777 - Removal of createTemporaryClientID under netwerk/cache; r+sr=cbiesinger 2009-04-20 12:31:26 +02:00
brian :crowder
b073b8193c Bug 339587 - content canvas getImageData always returns null from chrome context; r+sr=mrbkap 2009-04-20 12:29:40 +02:00
Serge Gautherie
8c5556ab6f Bug 487605 - nsStopwatch.cpp: Fix GetProcessTimes() usage; (Bv1-MC) stopwatch.cpp; r+sr=roc 2009-04-20 12:23:52 +02:00
Serge Gautherie
7607b76d92 Bug 481881 - use better template arguments for nsTArray<T> after bug 474369; (Ev1) Remove leftover 'i'; r+sr=roc 2009-04-20 12:23:49 +02:00
Ginn Chen
60902ea23f Bug 488260 Sun Studio is not recognized if $CC, $CXX are not set r=jim 2009-04-20 15:22:56 +08:00
Ginn Chen
1e9057e2f1 Bug 487602 Failed to compile firefox on Solaris r=bsmedberg 2009-04-20 15:22:06 +08:00
Alexander Surkov
b6fb4536c3 Bug 483573 - Expose HTML5 video and audio elements' embedded controls through accessibility APIs, r=davidb, r=MarcoZ, sr=roc 2009-04-20 09:09:21 +02:00
Serge Gautherie
c0e4e34217 Bug 481357 - rename finalRole to role, Remove leftover 'containerRole', r=davidb 2009-04-20 09:02:12 +02:00
Shailen N. Jain
f3fe35407d Bug 486857 - AIX Compilation error for trunk build source nsAccessibleTreeWalker.cpp : ../../../dist/include/xpcom/nsCOMPtr.h, line 187.30: 1540-0408 (S), r+sr=roc 2009-04-20 08:58:30 +02:00
David Bolter
a0514277f5 Bug 488562 - Crash [@ nsRootAccessible::FireAccessibleFocusEvent] on reload with DOMAttrModified removing window and accessibility, r=surkov 2009-04-20 08:10:25 +02:00
David Bolter
a23626549a Bug 473732 - Provide actions to set ARIA sort and expanded, r=surkov, r=MarcoZ 2009-04-20 08:06:19 +02:00