Commit Graph

182036 Commits

Author SHA1 Message Date
dtownsend@oxymoronical.com
223ab3f4a3 Bug 382752: Unit test harness for extension manager. r=robstrong. 2007-08-11 21:12:06 -07:00
sdwilsh@shawnwilsher.com
43455f9fc6 Bug 388517 - revised download manager UI for Firefox 3. Patch by Shawn Wilsher <me@shawnwilsher.com> and Asaf Romano <mano@mozilla.com>. r=mano, a=[wanted-firefox3] 2007-08-11 14:53:21 -07:00
igor@mir2.org
85fcfba7ad Bug 386265: missing commit to fix compilation. 2007-08-11 13:40:43 -07:00
benjamin@smedbergs.us
aa24fab361 Fix the name of the Windows SDK, for real this time 2007-08-11 13:29:48 -07:00
igor@mir2.org
db0f3d53a2 Bug 386265: using double kashing for atoms. r=brendan 2007-08-11 13:25:16 -07:00
smontagu@smontagu.org
0e2dd9e951 Only override the charset in viewsource if the document charset was forced by the user. Bug 382074, r=mano 2007-08-11 11:55:27 -07:00
smontagu@smontagu.org
19b3a3893e Add docCharsetIsForced member to nsIDomWindowUtils. Bug 391631, r+sr=bz, a=jst 2007-08-11 11:37:16 -07:00
sayrer@gmail.com
3668405b4d reenable tests for Bug 388112, after botched relanding. 2007-08-11 11:22:09 -07:00
bmlk@gmx.de
a8a27d0772 adapt assert to code reality, bug 364512 r/sr/a=dbaron 2007-08-11 09:19:55 -07:00
sspitzer@mozilla.org
50977f7cad fix for bug #387007: with lots of places data on the clipboard, command update is very slow: Places inefficiently determines whether or not it is able to paste patch=Christine Yen <christineyen+bugs@gmail.com> r=sspitzer 2007-08-11 09:08:52 -07:00
enndeakin@sympatico.ca
a3577968b0 Bug 380813, installer files for scriptable IO, r=gavin,sr=neil 2007-08-11 04:53:18 -07:00
neil@parkwaycc.co.uk
af3dec46a1 Don't let observers observe the observes (or command) attribute b=391614 r+sr=bz 2007-08-11 04:42:16 -07:00
igor@mir2.org
f705a82de6 Bug 391033: no frame manipulation when reporting errors. r=brendan 2007-08-10 23:12:00 -07:00
joshmoz@gmail.com
4c55c63e1a Fix font size for submit and file input buttons. b=262191 sr=vlad 2007-08-10 20:22:58 -07:00
surkov.alexander@gmail.com
693f37d54f Bug 386818 - expose right accessible tree in DOMi, r=sdwilsh, ajvincent, evan.yan, sr=neil 2007-08-10 19:46:11 -07:00
aaronleventhal@moonset.net
95acb19559 Fixing bustage 2007-08-10 19:17:57 -07:00
aaronleventhal@moonset.net
92c89bc944 Fixing bustage 2007-08-10 19:06:33 -07:00
aaronleventhal@moonset.net
283dbaaf31 Bug 390692. Fix live region support to provide useful information on the node that's being shown or hidden, or has a text change event. r=ginn.chen, sr=roc, a=roc 2007-08-10 18:44:44 -07:00
dbaron@dbaron.org
4242ec800a Fix leak in DEBUG-only code. b=391769 r+sr+a=jst 2007-08-10 17:53:53 -07:00
dbaron@dbaron.org
b389fc0c0c Make void signatures match header. b=391766 r+a=brendan 2007-08-10 17:53:28 -07:00
dbaron@dbaron.org
52cad5fe7e Lock around NS_TraceMallocDumpAllocations. b=391766 r+a=brendan 2007-08-10 17:53:02 -07:00
dbaron@dbaron.org
f7090d52d4 Stop using strncpy unnecessarily. b=391766 r+a=brendan 2007-08-10 17:52:35 -07:00
bzbarsky@mit.edu
4560e08469 Don't play games with the <meta> tag when not serializing an entire document. Bug 390735, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=bzbarsky, a=jst 2007-08-10 17:38:53 -07:00
bzbarsky@mit.edu
00de428dd3 Switch the order of Content-Disposition and Content-Type headers for non-file parts of multipart form submissions to match that for files. Apparently some server software depends on the order of the MIME headers! Bug 116346 followup, r+sr=jst 2007-08-10 17:32:33 -07:00
jst@mozilla.com
96ff644aaa Include modules/lcms in list of mirrored directories. Old history only available in CVS. 2007-08-10 17:19:03 -07:00
nrthomas@gmail.com
36deca453b Bug 391320, use sysvar for logDir lookups, r=preed 2007-08-10 16:30:01 -07:00
flamingice@sourmilk.net
ed197ecd00 Bug 391709, Clean up nsDownloadManager::InitDB schema checking code, r=sdwilsh 2007-08-10 16:27:18 -07:00
jwalden@mit.edu
ff240f5bc0 Bug 391145 - failed to build Spidermonkey: inresolved symbol ( prmjtime.c PRMJ_Now _SetCriticalSectionSpinCount _InitializeCriticalSectionAndSpinCount ). Patch by Rob Arnold <robarnold@mozilla.com>, r=brendan, r=bsmedberg 2007-08-10 16:23:38 -07:00
sspitzer@mozilla.org
4d9cc10ceb fix for bug #391697: add escapeStringForLIKE to mozIStorageStatement r=sdwilsh 2007-08-10 15:57:02 -07:00
bzbarsky@mit.edu
4a6e81a98b Back out bug 390425 to fix performance regression. 2007-08-10 15:55:21 -07:00
dbaron@dbaron.org
185d0a35f7 Add suppression code around calls to original allocation functions to handle things like new[] calling new. b=391491 r+a=brendan 2007-08-10 15:22:07 -07:00
dbaron@dbaron.org
e9ba17bce0 Hook new[] and delete[] too, since (with VC8 anyway) we're picking up new[] through new, but not picking up delete[]. b=391491 r+a=brendan 2007-08-10 15:21:37 -07:00
dbaron@dbaron.org
7937605426 Define the __libc_* on Windows to something that does automatic suppression, like on Linux. b=391477 r+a=brendan 2007-08-10 15:21:13 -07:00
dbaron@dbaron.org
593cd91cf8 Convert trace-malloc to using XPCOM stack walking API. b=374829 r+a=brendan 2007-08-10 15:20:48 -07:00
dbaron@dbaron.org
def4dbe999 Start reducing the scope of locking in trace-malloc, and convert the PRMonitor to a PRLock. b=376874 r+a=brendan 2007-08-10 15:19:32 -07:00
dbaron@dbaron.org
40b3eebdbb Use thread-local storage for tracing suppression. b=376874 r+a=brendan 2007-08-10 15:19:14 -07:00
bzbarsky@mit.edu
55dd252b10 Fix up whitespace issue from checking in -w patch. No code change. Bug 390318 2007-08-10 15:17:20 -07:00
enndeakin@sympatico.ca
25cefc8b5c Bug 389083, domstorage tests not outputing results, r=sayrer 2007-08-10 14:44:28 -07:00
bclary@bclary.com
99a0512e9c JavaScript Tests - regression tests for bug 385393, by Jesse Ruderman, not part of the build 2007-08-10 14:41:54 -07:00
dbaron@dbaron.org
0cad539f0d Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky 2007-08-10 14:32:49 -07:00
dbaron@dbaron.org
51c380ef8b Finish the deflated string cache after uninterning atoms, so we don't leak their associated strings. b=391587 r+a=brendan 2007-08-10 14:30:13 -07:00
dbaron@dbaron.org
110f79280d Split the address->symbol mapping from the rest of the stack walking code. b=374829 r=bsmedberg a=bzbarsky 2007-08-10 14:29:37 -07:00
dbaron@dbaron.org
103f60636e Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky 2007-08-10 14:28:22 -07:00
jwalden@mit.edu
5307ebca39 Bug 391423 - Reposition JS_(BEGIN|END)_EXTERN_C to avoid nesting #includes. Patch by Edward Lee <edilee@mozilla.com>, r=jorendorff, r=bsmedberg 2007-08-10 14:27:08 -07:00
dbaron@dbaron.org
57b13d7670 Fix bustage on VC8. b=391141 r=brendan a=DEBUG-only 2007-08-10 14:26:03 -07:00
dbaron@dbaron.org
6b78554c14 Add nsPresContext and nsEventStateManager to cycle collection. b=385376 r=Olli.Pettay sr=jst a=jst 2007-08-10 14:25:24 -07:00
dbaron@dbaron.org
8888cc609f Improve performance when trace-malloc is built but not used by adding a fast-path around the locking. b=150015 r=brendan a=bzbarsky 2007-08-10 14:24:32 -07:00
dbaron@dbaron.org
d858513c12 Fix leak of widgets on gmail. b=390088 r+sr=jst a=roc 2007-08-10 14:23:53 -07:00
nrthomas@gmail.com
6c0bd85e26 Bug 385137, update verification configs for major update, r pending 2007-08-10 14:20:09 -07:00
vladimir@pobox.com
d3d739d639 b=390898, just some dumb pageloader typos, r=stuart 2007-08-10 13:34:32 -07:00