Граф коммитов

2730 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net 0dff4514cb Bug 322000: fix About page missing entity bustage. The entity was used on multiple pages and I didn't notice. 2006-01-28 15:40:44 +00:00
cbiesinger%web.de 37b8557e3a bug 269280 implement moz-icon on BeOS
patch by Simon <simontaylor2@gawab.com> and Doug Shelton
<doug@sheltonfamily.org> r=biesi r=mconnor (toolkit parts)
2006-01-28 14:25:18 +00:00
bryner%brianryner.com 7147b98495 fix gcc bustage (bug 324170). r=brettw. 2006-01-27 19:21:19 +00:00
darin%meer.net 05b95bb3df Fix build bustage in satchel when --enable-storage is specified without --enable-places, b=324170, r=bryner 2006-01-27 19:17:21 +00:00
bsmedberg%covad.net 3fda35e07d Fix GTK(1) dynamic builds, from bug 299988 2006-01-27 13:48:12 +00:00
gerv%gerv.net ca7df14533 Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott. 2006-01-27 12:08:02 +00:00
gavin%gavinsharp.com 66831b27ca Bug 298665: color picker is broken (popup doesn't close after selecting a color), patch by Alan Knowles <alan@akbkhome.com>, r=mano 2006-01-27 08:33:54 +00:00
roc+%cs.cmu.edu 702907f622 Bug 324763. Don't use useless 'mousethrough' on tabs ... restoring part of the patch in bug 317375 that was lost before checkin. r=mconnor 2006-01-26 19:25:53 +00:00
bryner%brianryner.com daed416e86 Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg. 2006-01-26 19:17:04 +00:00
bsmedberg%covad.net fa57a77957 Bug 299988 - integrate gtkmozembed into libxul, r=chpe 2006-01-26 19:10:50 +00:00
darin%meer.net 4945dc27c2 fixes bug 320504 "Prompt users to submit feedback when uninstalling FF" r=beltzner,bsmedberg 2006-01-26 15:09:46 +00:00
pavlov%pavlov.net f35c6c1ef2 fixing bustage from bsmedberg's checkin for 322965. 2006-01-26 03:10:10 +00:00
gavin%gavinsharp.com d6716d939a Bug 267034: Improve nsIAlertsService documentation, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mscott, sr=neil 2006-01-26 01:04:01 +00:00
bsmedberg%covad.net ec0ae1ec61 Bug 322965 (relanding) - Allow building xulrunner with --disable-xul, this fixes dynamic builds which didn't have the correct linker flags and combines passwordmgr/satchel in one XPCOM module since they have symbol dependencies 2006-01-25 20:23:24 +00:00
rob_strong%exchangecode.com 4c951920de Bug 313141 - Extensions.js looks for 'Get more' url and can't find it. r=mconnor 2006-01-25 20:17:12 +00:00
pavlov%pavlov.net a6582b5239 backing out bsmedberg's checkins for bug 322965 due to build bustage. 2006-01-25 04:54:07 +00:00
gavin%gavinsharp.com 0646d40ceb Bug 312867: expose input's editor (toolkit version), patch by Alex Vincent <ajvincent@gmail.com>, r=mconnor, also address an xpfe nit (comment 16) and fix some trailing whitespace 2006-01-25 01:14:00 +00:00
bsmedberg%covad.net 01b70b6122 Need DSO_LDOPTS and EXPORT_LIBRARY, from bug 322965 2006-01-24 21:11:15 +00:00
bsmedberg%covad.net abe638de27 Bug 322965 - Allow building XULRunner with --disable-xul, r=dougt (This also contains some bits of 299988, build gtkmozembed into libxul) 2006-01-24 19:27:00 +00:00
gavin%gavinsharp.com 732cc40901 Bug 324449: comment tweak 2006-01-24 04:12:38 +00:00
gavin%gavinsharp.com b678df088d Bug 324449: error when moving a tab before it's parent and then closing it (Error: uncaught exception: 2147500037), r=ben 2006-01-24 03:55:12 +00:00
beng%bengoodger.com f424972402 308396 - new activetab-middle for macosx... forgot to check this in earlier. 2006-01-21 00:52:00 +00:00
beng%bengoodger.com 2edbfa7ff0 308396 - UE improvements for tabbed browsing in response to usability studies conducted. In particular, add close buttons to tabs, improve the reselection behavior of new tabs opened especially in single window mode, simplify the preferences available for tabs, and improve the visual appearance of keyboard-focused tabs. r=mconnor. 2006-01-20 23:04:26 +00:00
rob_strong%exchangecode.com f34baea140 Bug 323826 - Uninstall of an extension that contains a windows .lnk fails. r=bsmedberg 2006-01-20 20:18:42 +00:00
gerv%gerv.net 276a2a2687 Bug 324118: Remove MakeMSI files - they aren't under a free licence, and we aren't using them any more anyway, according to chase. 2006-01-20 11:15:35 +00:00
ajschult%verizon.net 150ae470b9 Replace URL string with selected autocomplete result to handle 't' or 'p' in hostname (bug 202992) without causing bug 323549. r=mconnor 2006-01-20 03:54:37 +00:00
masayuki%d-toybox.com 26b678e428 Bug 315708 Should release found link and current window object from nsTypeAheadFind.cpp r=mconnor 2006-01-19 15:13:09 +00:00
gavin%gavinsharp.com 11300ce587 Bug 323989: replace "open containing folder" with "show in finder" on mac, r=mconnor 2006-01-19 09:34:59 +00:00
gavin%gavinsharp.com e213dbaede Bug 323330: nsExtensionManager.js should get the XPCOM ABI from nsIXULRuntime instead of preprocessing, r=rob_strong 2006-01-18 21:42:59 +00:00
bsmedberg%covad.net 3a37966923 Bug 321173 - Always build javaxpcom into the mini-libxul - r=jhpedemonte 2006-01-18 17:38:58 +00:00
bzbarsky%mit.edu dcc88dda6b Fix leak bug 323532, r=mconnor 2006-01-18 03:23:36 +00:00
enndeakin%sympatico.ca f13d6afa4d Bug 308591, Button.dlgType sets an attribute with the wrong case, r=neil 2006-01-15 22:24:14 +00:00
gavin%gavinsharp.com a2f801cfd6 Bug 304290: Treeview of 'Choose Folder' Option in Create Profile/Profile Manager should not point at 'my documents' by default (make it point to the default profile root instead), patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2006-01-15 02:04:18 +00:00
mkaply%us.ibm.com 07d7d6d61a #286557
r=bsdmedberg
Allow an INI file to prevent profile migration
2006-01-13 19:38:07 +00:00
wtchang%redhat.com 7cb9201cf8 Bugzilla Bug 317620: landed NSS 3.11 on the Mozilla trunk. The patch is
contributed by Kai Engert <kengert@redhat.com>. r=wtc,bsmedberg.
Bugzilla Bug 288647: (security/manager/Makefile.in only) enable building
NSS with system NSPR.  The patch is contributed by Chris Seawood
<cls@seawood.org>.  r=wtc,kengert.
Modified Files:
	Makefile.in browser/installer/unix/config.it
	browser/installer/unix/packages-static
	browser/installer/windows/config.it
	browser/installer/windows/packages-static
	calendar/installer/windows/config.it
	calendar/installer/windows/packages-static
	camino/Camino.xcode/project.pbxproj
	embedding/config/basebrowser-installer-win.pkg
	embedding/config/basebrowser-mac-macho
	embedding/config/basebrowser-qnx
	embedding/config/basebrowser-unix
	embedding/config/basebrowser-win embedding/config/minimo-qnx
	embedding/config/minimo-unix mail/config/basemail-os2
	mail/config/basemail-unix mail/installer/windows/config.it
	mail/installer/windows/packages-static
	minimo/config/linux_package.sh security/manager/Makefile.in
	security/manager/psm.pkg toolkit/mozapps/installer/packager.mk
	xpinstall/packager/packages-os2
	xpinstall/packager/packages-static-unix
	xpinstall/packager/packages-static-win
	xpinstall/packager/packages-unix
	xpinstall/packager/unix/deliver.pl
	xpinstall/packager/win_mfcembed/config.it
	xpinstall/packager/windows/browser.jst
	xpinstall/packager/windows/config.it
	xulrunner/installer/mac/Makefile.in
2006-01-13 18:09:32 +00:00
axel%pike.org e6bafc8109 bug 316674, accept browser.search.order.N, r=bsmedberg 2006-01-13 16:14:13 +00:00
bsmedberg%covad.net aea4b9cf71 Bustage from bug 321359 - check for success before falling through to GetProfileDir 2006-01-12 17:16:15 +00:00
bsmedberg%covad.net 5a2ae03f16 Bug 321359 - Give embedders the ability to lock and use profiles through the XRE_InitEmbedding API, r=darin 2006-01-12 15:29:10 +00:00
gavin%gavinsharp.com 6cb0310047 Bug 320210: nsAppRunner doesnt compile without xpinstall, patch by Anand Aiyer <aaiyer@asvcyber.com>, r=bsmedberg 2006-01-12 01:25:40 +00:00
gavin%gavinsharp.com 7ae23f387f Bug 322999: Can style contents of plugin placeholder, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=biesi, sr=bz 2006-01-12 01:18:37 +00:00
gavin%gavinsharp.com 159dfdebf8 Bug 317369: make use of textbox's clickSelectsAll property for help, r=mconnor 2006-01-11 20:54:55 +00:00
gavin%gavinsharp.com 0b4aaff517 Bug 317369: make use of textbox's clickSelectsAll property for the location bar and help, r=mano/mconnor 2006-01-11 20:24:20 +00:00
kairo%kairo.at 647a4edc1c bug 316548 - Use bzip2 compression for linux installers, r=chase sr=bsmedberg 2006-01-11 19:54:31 +00:00
darin%meer.net 737b4286dd fixes bug 313830 "UpdateManager.activeUpdate getter clears updates dir and _activeUpdate when BuildID changes" patch by Ben Turner, r=darin 2006-01-11 01:11:49 +00:00
darin%meer.net e82eaaaaf2 Add support for showing an exit survey after uninstall completes, b=320504 r=bsmedberg 2006-01-10 20:32:46 +00:00
dbaron%dbaron.org 79f9b3a733 Fix reference counting leaks of pres shell. b=321283 r=bryner 2006-01-10 19:31:04 +00:00
darin%meer.net 878b6e7f9d fixes bug 307296 "MAR files do not contain updates to the uninstaller" r=bsmedberg 2006-01-10 02:36:05 +00:00
joshmoz%gmail.com f00cefc089 Avoid crashing on Mac OS X by not allowing the download window to autoclose if the user has interacted with the properties dialog. It shouldn't autoclose after having significant user interaction, so this sort of fixes two bugs. b=321914 r=mento sr=mconnor 2006-01-09 20:36:45 +00:00
gavin%gavinsharp.com 32784065f3 Bug 254431: Extension-specific dialogs should pop up centered, patch by Richard Klein <richwklein@mchsi.com>, r=rob_strong 2006-01-09 04:41:30 +00:00
rob_strong%exchangecode.com 1fbb6d93cd Bug 322305 - JS Strict Error in EM. patch=Robert Accettura robert@accettura.com, r=rob_strong 2006-01-09 03:28:33 +00:00