Commit Graph

150265 Commits

Author SHA1 Message Date
dbaron%dbaron.org
733cdc896c Fix bad advice in comment on how to use PL_InitEvent. b=305278 r=dougt 2005-11-12 21:11:33 +00:00
darin%meer.net
d06ab2d74e fixing camino build bustage; necko_data.xpt no longer exists. 2005-11-12 20:41:29 +00:00
darin%meer.net
3ec99830ab attempt to fix static gtkmozembed build 2005-11-12 20:35:47 +00:00
darin%meer.net
314601212b Remove extraneous semi-colon as it breaks some builds. 2005-11-12 19:40:46 +00:00
smfr%smfr.org
d01d2820ae Remove the "?click" rule, because it breaks some legitimate sites. 2005-11-12 19:35:07 +00:00
smfr%smfr.org
f5bbcae624 Fix bug 313961: don't create history items for hidden url loads (like this for iframes).
Fix bug 315667: allow nsIHistoryObserver removal during the "history closing" notification, which fixes history data source cleanup on quit, avoiding a rebuild of the history data source on expiring entries.
2005-11-12 19:31:28 +00:00
smfr%smfr.org
071d13fb14 Replace a hardcoded char code constant with a value from the Cocoa headers. 2005-11-12 19:27:04 +00:00
darin%meer.net
869032355c remove references to necko2 2005-11-12 19:24:51 +00:00
cltbld
6279335dfc Automated update from host egg 2005-11-12 19:23:38 +00:00
brendan%mozilla.org
f7e5363137 Back out JS_STRINGS_ARE_UTF8 till JS API consumers have been adjusted to cope (315288, r=shaver). 2005-11-12 19:13:55 +00:00
darin%meer.net
54c383b944 fixes bustage: "about" is not an optional protocol 2005-11-12 18:46:42 +00:00
cltbld
132c08414c Automated update from host egg 2005-11-12 18:44:05 +00:00
darin%meer.net
f5dd096659 fixing build bustage (nsIDataChannel no longer exists) 2005-11-12 18:40:00 +00:00
darin%meer.net
b96b4ce133 fixes tbird build bustage (jar is not a necko protocol anymore), r=bsmedberg 2005-11-12 18:37:21 +00:00
darin%meer.net
697c78f1ea Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky 2005-11-12 18:17:19 +00:00
mvl%exedo.nl
b16c39d995 Bug 315373 Help -> Release notes greyed out/
r=mvl
2005-11-12 16:48:46 +00:00
wurblzap%gmail.com
459a292080 Bug 314621: usemenuforusers description should say "dropdown" instead of "popup"
Patch by Marc Schumann <wurblzap@gmail.com>
r=mkanat, a=justdave
2005-11-12 10:09:44 +00:00
masayuki%d-toybox.com
136d5491f6 Bug 309075 Right-clicking a partially off-screen link shouldn't scroll the page r+sr=roc 2005-11-12 06:34:12 +00:00
gavin%gavinsharp.com
3120aa0ea8 Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor 2005-11-12 01:51:36 +00:00
bienvenu%nventure.com
c0d402ae65 remove duplicated code in nsImapService.cpp 315654, sr=mscott 2005-11-12 00:47:02 +00:00
julien.pierre.bugs%sun.com
4f35393d59 Fix for bug 286685. rename SFTK symbols to SECMOD. r=rrelyea, nelson 2005-11-12 00:14:25 +00:00
karl%kornel.name
38493b25bf Bug 313469: Various small docs bugs found doing a clean install - Patch by A. Karl Kornel <karl@kornel.name r=colin.ogilvie 2005-11-12 00:12:05 +00:00
julien.pierre.bugs%sun.com
c5d6929c9f Fix for bug 286685. rename SFTK symbols to SECMOD. r=rrelyea, nelson 2005-11-11 23:36:33 +00:00
bzbarsky%mit.edu
0a49bf368d Fix bug 315189 and bug 315999 -- don't notify on nodes that are not in the DOM
yet.  r+sr=jst
2005-11-11 23:05:33 +00:00
mgalli%geckonnection.com
0dd025d173 Accessing content with better approach. 2005-11-11 22:49:40 +00:00
wtchang%redhat.com
a3225a8084 Bugzilla Bug 312199: HP-UX IPF (Itanium) changes contributed by Grace Lu
of HP: use .so as shared library suffix, link shared libraries with
+b $ORIGIN. r=wtc,darin.
Modified Files: configure configure.in _hpux.h
2005-11-11 22:23:08 +00:00
cbiesinger%web.de
abea88f49a more debug bustage 2005-11-11 21:11:29 +00:00
cbiesinger%web.de
5d5af365f5 fixing debug bustage 2005-11-11 21:06:06 +00:00
jminta%gmail.com
ea85926a65 Bug 267160 Visit URL button doesn't work in sunbird. patch by gekacheka, r=jminta 2005-11-11 20:44:40 +00:00
mrbkap%gmail.com
e6a2158be7 bug 316100: Cleanup some unused members and virtual functions in nsDTDUtils. r+sr=jst 2005-11-11 20:42:51 +00:00
bzbarsky%mit.edu
669f07b0d3 Fix bug 316025 -- no need to create a wrapper on plugin teardown if we don't
have one already.  r+sr=jst
2005-11-11 20:38:41 +00:00
mrbkap%gmail.com
aa6cb74938 bug 316049: We need to hold strong refs so that flushing doesn't nuke our presshell. r+sr=jst 2005-11-11 20:33:11 +00:00
brendan%mozilla.org
e22351e864 Fix old logic bug in useless expression eliminator (315990, r=mrbkap). 2005-11-11 20:20:19 +00:00
jminta%gmail.com
8287321111 Bug 315930 'Publish Entire Calendar' does not export tasks r=mvl 2005-11-11 20:18:48 +00:00
jminta%gmail.com
ec3cc7472d Bug 315908 Cannot change Alarm values for a task, r=mvl 2005-11-11 20:17:03 +00:00
cbiesinger%web.de
cb96a08471 Bug 309521 part I: Fire PluginNotFound events when the type of the content isn't
known and we'd show the nullplugin
r+sr=bz
2005-11-11 20:12:35 +00:00
mrbkap%gmail.com
b1a0a4906e Fixing bustage from bug 315927. 2005-11-11 19:59:01 +00:00
cbiesinger%web.de
cde82dfda4 bug 316023 missed this caller of nsITransfer.init in bug 298842; fixing FTP
upload
r+sr=neil
2005-11-11 19:52:05 +00:00
mgalli%geckonnection.com
86c727058b New SNAV toggle. 2005-11-11 19:12:32 +00:00
mrbkap%gmail.com
804d3df1a0 bug 315927: Clean up nsHTMLTokenizer to not have so many virtual methods. Also clean up CParserContext::GetTokenizer. r+sr=jst 2005-11-11 19:11:36 +00:00
sergei_d%fi.tartu.ee
c3f37e594d [BeOS]Bug 314792, adding X-wheel support. p=sergei_d r=thesuckiestmail, BeOS-only 2005-11-11 18:44:25 +00:00
bzbarsky%mit.edu
55d1b061bd Followup for bug 314920, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=bzbarsky 2005-11-11 18:38:54 +00:00
bsmedberg%covad.net
ccba74b784 Libart build bustage, bug 313309 2005-11-11 18:37:17 +00:00
bsmedberg%covad.net
c0dd442050 Build bustage, bug 313309 2005-11-11 16:20:27 +00:00
bsmedberg%covad.net
3dd06b86e0 Build bustage, bug 313309 2005-11-11 15:55:43 +00:00
bsmedberg%covad.net
eb0359dfad Build bustage from bug 313309 2005-11-11 15:37:56 +00:00
bsmedberg%covad.net
0b1adc178a GCC4 build bustage from bug 313309. 2005-11-11 15:14:49 +00:00
bsmedberg%covad.net
78f6d0683d Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
kaie%kuix.de
01e04345d6 bug 265991, Can't import a pfx file encrypted with an empty password
r=wtchang, sr=dveditz
2005-11-11 13:28:56 +00:00
dougt%meer.net
9385fb6472 Fixing 315976. Also adding form history and cookies to privacy clearing 2005-11-11 05:34:34 +00:00