Commit Graph

157117 Commits

Author SHA1 Message Date
joe%retrovirus.com
4eb4b3a209 Removes the history item mode for the (Bookmark) Properties dialog, which
just showed disabled title and URI fields.  The "Properties" context menu
item is now disabled for URI nodes which are not bookmarked.

bug=330876
r/sr=ben@mozilla.org
2006-04-18 01:49:10 +00:00
brendan%mozilla.org
10cbbda3cf Patch from Feng Qian <feng.qian.moz@gmail.com> with assist from Igor, based on ancient patch from me, to factor per-thread state from JSContext into JSThread to support per-thread lock-free GC allocation (312238, r=me). 2006-04-18 01:41:54 +00:00
mrbkap%gmail.com
2d7096065f Fix use of uninitialized fp. 2006-04-18 01:34:38 +00:00
roc+%cs.cmu.edu
8cfbdf3301 Bug 289897. Fix permissions on clipboard cache file. r+sr=darin 2006-04-18 01:25:56 +00:00
gavin%gavinsharp.com
88e5eeaf0b Bug 333930: fix --disable-places bustage, patch by Mook <mook.moz@gmail.com>, r=ben 2006-04-18 00:40:13 +00:00
sharparrow1%yahoo.com
3dba8a1b8c Bug 333926: Don't create a widget for documents when printing (fix cocoa printing). r+sr=roc. 2006-04-18 00:37:53 +00:00
mrbkap%gmail.com
b2b67bf3e0 Fixing bustage from bug 287813. 2006-04-18 00:17:42 +00:00
mrbkap%gmail.com
e343a97818 Fix off-by-one error while parsing control escape sequences. bug 334158, patch by Andreas <mqmq87@web.de>, r=mrbkap 2006-04-18 00:10:27 +00:00
dougt%meer.net
6e2d4ebc6e rmdir is not remove. wince only 2006-04-18 00:07:36 +00:00
bzbarsky%mit.edu
bba9f84e11 Update our attr cache if our styles change. Bug 311557, r+sr=roc 2006-04-17 23:58:17 +00:00
bzbarsky%mit.edu
4081eca2b6 Up the minimal GTK version for us to use the GTK2 filepicker, to avoid crash bugs in it. Bug 310137, r+sr+branch181=roc 2006-04-17 23:49:21 +00:00
bzbarsky%mit.edu
b516fd61cd Implement paint flashing for GTK2 non-cairo builds. Bug 220953, patch by tor
and me, r+sr=roc
2006-04-17 23:46:10 +00:00
mrbkap%gmail.com
45f0829287 Split out construction code from the interpreter proper and share it between the js_Interpret and a new Narcissus-only function on Function.prototype (__applyConstructor__). This allows Narcissus to call a native constructor with an array of arguments, like Function.prototype.apply. bug 331429, r=brendan 2006-04-17 23:36:31 +00:00
bzbarsky%mit.edu
7f38f84d00 Make sure to always initialize rv. Bug 334233, r+sr=jst 2006-04-17 23:24:38 +00:00
bzbarsky%mit.edu
dffe9c89ad Check rv before looking at port. Bug 334210, r+sr+branch181=jst 2006-04-17 23:19:44 +00:00
mattwillis%gmail.com
af606bbad8 remove duplicate selector with typo r=dmose 2006-04-17 23:19:40 +00:00
mrbkap%gmail.com
e27b36efcc Draw the caret in the normal path of frame painting instead of doing it directly to the current view. bug 287813, r+sr=roc 2006-04-17 23:16:46 +00:00
bzbarsky%mit.edu
f15a96ed13 Allow redirects to data: URIs. Bug 211999, r=dveditz, jruderman; sr=darin 2006-04-17 23:13:33 +00:00
dbaron%dbaron.org
849f97dd03 Fix mismatched allocators. b=334162 r+sr=jst 2006-04-17 23:03:51 +00:00
dougt%meer.net
e87d50cb0f didn't mean to commit the header. 2006-04-17 23:00:39 +00:00
dougt%meer.net
cfef30d5a1 Bug 334361. Failure to honor network changes. wince only r=darin 2006-04-17 22:59:10 +00:00
gavin%gavinsharp.com
fc81710a28 Bug 334207: RDFContentSinkImpl::GetIdAboutAttribute can return an unintialized value, r=axel@pike.org, sr=bzbarsky 2006-04-17 22:39:20 +00:00
bzbarsky%mit.edu
df541f0a3a Fix typo. This checkin and the previous one are both for bug 334245. 2006-04-17 22:29:45 +00:00
roc+%cs.cmu.edu
ee089f28b9 Bug 333481. Sort table-part event-handling display items to ensure that the table comes before all row-groups, which come before all rows, which come before all cells. r=bernd 2006-04-17 22:16:24 +00:00
gavin%gavinsharp.com
e93572b185 Bug 317269: fix comment, r+sr=roc 2006-04-17 22:06:25 +00:00
bzbarsky%mit.edu
eb374012ac addEventListener has 3 args, not 0. r+sr+branch181=jst 2006-04-17 22:05:42 +00:00
gavin%gavinsharp.com
f3cf77406e Bug 334289, r+sr=bzbarsky 2006-04-17 22:04:47 +00:00
roc+%cs.cmu.edu
eb125f488d Bug 313962. Fix simple uninitialized variable crasher in GConf nsSystemPrefs. r=timeless 2006-04-17 22:03:46 +00:00
beng%bengoodger.com
a0619accc5 333062 - move anti-phishing list manager and trtable into toolkit/components/protection patch by tony chang <tony@ponderer.org> r=ben@mozilla.org 2006-04-17 21:55:45 +00:00
bzbarsky%mit.edu
ff35061446 Don't trim whitespace off hidden input values. Bug 114997, patch by Steuard
Jensen <steuard+moz@slimy.com>, r=sicking, sr=bzbarsky
2006-04-17 21:28:47 +00:00
bienvenu%nventure.com
9d31bba6bc fix some v-card error handling, sr=mscott 334384 2006-04-17 21:08:38 +00:00
martijn.martijn%gmail.com
a665b1c4b7 Backing out the patch for bug 333136, since it causes regressions 2006-04-17 20:56:25 +00:00
lpsolit%gmail.com
0f2799e41a Bug 333998: 012throwables.t broken on Windows - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave 2006-04-17 20:49:59 +00:00
lpsolit%gmail.com
373e117459 I forgot a minor fix on checkin for bug 330718 :) 2006-04-17 20:41:03 +00:00
lpsolit%gmail.com
00bcf5505e Bug 330718: showdependencytree.cgi needs some cleanup - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2006-04-17 20:36:34 +00:00
lpsolit%gmail.com
ac6c650c88 Bug 44595: Implement an interface for administrators to delete attachments - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked, justdave a=justdave 2006-04-17 20:19:37 +00:00
bienvenu%nventure.com
12febd6e62 fix some cases of flags getting lost when playing back offline ops 274398 sr=mscott 2006-04-17 20:10:02 +00:00
mkaply%us.ibm.com
fcd9605ced 1.6.0 version was only for testing 2006-04-17 19:08:56 +00:00
mkaply%us.ibm.com
cc953c671a plugins dir is now platform 2006-04-17 19:08:32 +00:00
brettw%gmail.com
aec5f7024e Bug 333450 r=beng Add bookmark indices to result nodes. 2006-04-17 18:57:52 +00:00
joshmoz%gmail.com
325f4a921e minor cocoa widget cleanups, no bug. spelling, error return value. 2006-04-17 18:41:51 +00:00
robert%accettura.com
85f444074b Bug 333806 Remove reporter about page r=mconnor 2006-04-17 18:01:43 +00:00
cls%seawood.org
d2702f8ac0 w32api-3.7 is now required to build gecko using mingw.
Bug #333777 r=bsmedberg
2006-04-17 18:01:14 +00:00
dougt%meer.net
3ec5dfd4c1 Bug 297683. ensure that there is only one softkey menubar since having more results in a window minimization when an dialog is opened. remove config.wince.useOKBtn pref. it isn't used any longer. r=veditz wince only 2006-04-17 17:42:20 +00:00
lpsolit%gmail.com
69ac09ca8c Bug 334344: process_bug.cgi is broken when changing several bugs at once - Patch by Andr� Batosti <batosti@async.com.br> r=LpSolit a=justdave 2006-04-17 17:39:43 +00:00
benjamin%smedbergs.us
654174914c Bug 305949 - Stop exporting nonfrozen functions from libxul, this covers some GFX functions, r=roc 2006-04-17 17:33:42 +00:00
peterv%propagandism.org
b4bbbf9633 Better fix for bug 47852 (NAMESPACE_ERR not being thrown when setting Node.prefix). r/sr=sicking. 2006-04-17 17:13:11 +00:00
peterv%propagandism.org
22f88cf944 Fix for bug 333839 (nsTArray::SetLength doesn't increase array's length). r=bsmedberg, sr=darin. 2006-04-17 17:11:14 +00:00
mkaply%us.ibm.com
92f8475aea #334002
CCK only - not part of build
Add support for having multiple XPIs in one CCK package
2006-04-17 17:04:51 +00:00
mkaply%us.ibm.com
6d20e74a55 Someday I'll get the version number right 2006-04-17 17:02:30 +00:00