Commit Graph

27612 Commits

Author SHA1 Message Date
Honza Bambas
e1d4b6d384 Bug 486646 - nsMediaChannelStream::OnStopRequest nulls out mChannel too early, r=roc+bz 2009-04-21 20:43:09 +02:00
Benjamin Smedberg
ddeddf0c6d Bug 484442: Firefox crashes on on bringing up safe-mode with any/all of the Options Checked. r=mossop 2009-04-21 11:36:44 -07:00
Robert Sayre
ea69eeafba Merge tracemonkey to mozilla-central. 2009-04-21 14:34:59 -04:00
Shawn Wilsher
746d546bc7 Debug-only logging code to track down bug 469514.
r=ted
2009-04-21 11:32:07 -04:00
Shawn Wilsher
41a0fe0c5f Bug 489257 - Rename and update mozStorageEvents.* to mozStorageAsyncStatementExecution.*
Renames the files to be more representative to what they actually contain.  This
also updates the files to follow the storage style guidelines.
r=asuth

--HG--
rename : storage/src/mozStorageEvents.cpp => storage/src/mozStorageAsyncStatementExecution.cpp
rename : storage/src/mozStorageEvents.h => storage/src/mozStorageAsyncStatementExecution.h
2009-04-21 11:27:03 -04:00
Nino DAversa
6c09898388 Bug 482613 - Support for WiFi Scanning on Windows Mobile r=dougt, sr=jst 2009-04-21 07:30:25 -07:00
Siddharth Agarwal
c511b7cfda Bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- part 2, define MOZ_WINSDK_TARGETVER and error out if the SDK is too old. r=bsmedberg 2009-04-21 13:26:26 +01:00
tk
3b1c3b8ec0 bug 487396 - fix some of the jemalloc windows build madness (followup). r=ted 2009-04-21 07:32:16 -04:00
Olli Pettay
d7bd5d2e6a Bug 454781 - Mochitest doesn't align the names of the testfiles and test results, r=sayrer 2009-04-21 14:25:22 +03:00
Hiroyuki Ikezoe
e7a154472f Bug 488804 - Cleanup in build/wince/shunt/map.cpp. r=blassey 2009-04-21 09:50:23 +02:00
Michael Kohler
0097616c32 Bug 489212 - EIO_onDescriptionFieldInput() should be EIO_onDescriptionFieldBlur(). r=mak 2009-04-21 09:48:29 +02:00
Jim Mathies
ea6aef8770 Bug 489285 - Disable file attrib tests for Bug 403014 due to unit test failure. 2009-04-21 01:47:54 -05:00
Doug Turner
e30ab1c5d3 Bug 489228 - implements nsIWifiListener::onError in geolocation network provider. r/sr=jst 2009-04-20 20:36:43 -07:00
Robert Strong
8292b6bdf6 Bug 488928 - statusText is set twice in Downloader::onStopRequest. r=dtownsend 2009-04-20 18:58:15 -07:00
Kai Engert
15f8bb0d21 Bug 487721, deliver NSS 3.12.4 RC0 to mozilla-central
r=wtc
2009-04-21 03:51:56 +02:00
Brendan Eich
af27492080 Bug 488963 - "Assertion failure: cg->lexdeps.lookup(atom), at ../jsemit.cpp" (tachyonal r=mrbkap). 2009-04-20 18:46:46 -07:00
jorendorff
e1b8077e65 Leaving outermost request should js_LeaveTrace (480301, r=brendan). 2009-04-20 18:22:00 -07:00
Jim Mathies
704b5a2912 Bug 403014 - Windows "Don't Index" bit set on download files. (r=sdwilsh,dougt) 2009-04-20 20:06:03 -05:00
Jim Mathies
502fd161f9 Bug 488984 - when draging tab to content area aEvent.screenX/Y in _onDragEnd is always 0 (breaks tab tearing). r=vlad 2009-04-20 17:54:46 -07:00
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