Commit Graph

152836 Commits

Author SHA1 Message Date
mostafah%oeone.com
eb593bb3de Updated translation. Patch by Cedric 2006-01-15 13:50:18 +00:00
cbiesinger%web.de
79c0006344 bug 321228 only include gtk headers on gtk platforms
r=tor
2006-01-15 13:34:05 +00:00
cbiesinger%web.de
a2ee5eaae5 322725 don't assume that all elements with tagname object implement
nsIObjectLoadingContent
r=bryner sr=bz
2006-01-15 13:31:10 +00:00
zach%zachlipton.com
672bb7184e Add account conversion/upgrading code. 2006-01-15 05:20:06 +00:00
zach%zachlipton.com
49620022a0 Upgrade old (pre-auth) schema to the new version automatically when running populatedb.pl. 2006-01-15 04:11:49 +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
dbaron%dbaron.org
7ad0193c28 Fixes for gcc 4.0. Patch from Zack Weinberg <zackw@panix.com>. b=323114 r=dbaron 2006-01-14 20:44:37 +00:00
mvl%exedo.nl
563ecb581b Fix a typo and some newlines. no bug 2006-01-14 20:24:52 +00:00
brendan%mozilla.org
15e8ed8136 Update DUMP_CALL_TABLE (NPOTB) code to track 322001. 2006-01-14 17:49:58 +00:00
wr%rosenauer.org
4bd691a9af Bug 322760 - connection settings pref window use wrong text, r=sipaq/jminta 2006-01-14 14:51:30 +00:00
bzbarsky%mit.edu
351bd79cf4 Fix blocker bug 322701 -- don't reenter StartLayout. pending r=ben, sr=dbaron. 2006-01-14 05:28:34 +00:00
justdave%bugzilla.org
d7b2a351cf Bug 323369: Tinderbox can't find checkins from HEAD
r=bear
2006-01-14 03:37:29 +00:00
igor%mir2.org
9bb7bef927 Fixing bug 323267:
Sweep script's filenames after the main GC sweep loop so the filenames are
still available for a destroy script hook. r=brendan
2006-01-14 02:30:49 +00:00
beng%bengoodger.com
4ff70730ad 315940 - fix up tab strip in browser window so that the places page does not have the underline that runs under the tab strip for regular web content. also fix the appearance of the search dropdown button, and make it have the right cursor. NPOB 2006-01-14 02:18:50 +00:00
brendan%mozilla.org
8def00c88a Add missing null check (323338, r=mrbkap). 2006-01-14 01:09:42 +00:00
bugzilla%arlen.demon.co.uk
e2807e4083 Bug 321526 Duplicated content in using_priv_help.xhtml
p=giacomo.magnini@portalis.it r=me
2006-01-14 00:30:20 +00:00
dbaron%dbaron.org
8eb437f6c3 Clearer instructions about exiting browser before running script over log. 2006-01-14 00:27:41 +00:00
dbaron%dbaron.org
4630e7bc5f Better instructions. 2006-01-14 00:02:52 +00:00
dbaron%dbaron.org
137a7cfee0 Slight tweak. 2006-01-14 00:00:58 +00:00
dbaron%dbaron.org
7b4ee4dae3 Explain that this has to be run as a local file. 2006-01-13 23:43:41 +00:00
dbaron%dbaron.org
8b20649254 Forgot to convert this bit to HTML. 2006-01-13 23:40:19 +00:00
dbaron%dbaron.org
2c745be2e6 HTML+JS version of leak-gauge.pl. I forgot that most Windows users don't have perl. 2006-01-13 23:37:23 +00:00
mgalli%geckonnection.com
0010a8ae6b New BookmarkThis stores page's favicon and title. 2006-01-13 23:12:34 +00:00
cbiesinger%web.de
ce6606cfa0 note that make must be run in the objdir 2006-01-13 23:11:48 +00:00
mgalli%geckonnection.com
f627f7eacb XSLT updates, processing favicon and title. 2006-01-13 23:09:28 +00:00
pavlov%pavlov.net
66e9ba61d7 don't build PDF surface until we actually build cairo pdf support... 2006-01-13 22:47:54 +00:00
brendan%mozilla.org
8ada639a87 Fix errors that were JSEXN_NONE to have a valid exception type, so that they can be thrown by default (e.g., strict warnings with the werror option set as well as strict; 323314, r=mrbkap). 2006-01-13 22:20:30 +00:00
beng%bengoodger.com
b47240db7a fix up search box some more, make the header prettier. 315940, NPOB. 2006-01-13 21:57:46 +00:00
dougt%meer.net
4860f51a4f Export PSM interface when not building PSM. This fixes --disable-crypto. r=kaie+bsmedberg 2006-01-13 21:45:19 +00:00
timeless%mozdev.org
5f0f0ead3b Bug 243996 cvs log for a revision should actually track a branch tied to the revision instead of tracking head
fixing regexp for rev to not make the entire string optional, it was supposed to be looking for at least one digit followed by optional decimal digits.
r=justdave
2006-01-13 21:21:39 +00:00
emaijala%kolumbus.fi
cb2ef39089 Backout of essential parts of the patch for bug 287179 due to keyboard handling regressions. 2006-01-13 21:18:49 +00:00
bzbarsky%mit.edu
6400a4a6ba Make sure to call the right destructor on cellmap info structs. Bug 302725,
r=bernd, sr=dbaron
2006-01-13 21:08:17 +00:00
pavlov%pavlov.net
b83da62131 adding pdf surface to thebes for linux printing 2006-01-13 20:58:37 +00:00
cbiesinger%web.de
840462d58e add missing file from cairo trunk 2006-01-13 20:56:27 +00:00
beng%bengoodger.com
2dcdad0e1c rejigger places UI a bit, add a title bar across the top of the places view, adjust the default entries in the listbox, etc. also fix icons for generic queries and generic non-favicon pages. r=brettw for changes to the cpp. NPOB 2006-01-13 20:47:18 +00:00
bob%bclary.com
ae5466f096 JS Test Library - handle global object toString containing address in debug builds 2006-01-13 19:50:49 +00:00
bob%bclary.com
a5c6dd653b JS Test Library - whitespace fixes 2006-01-13 19:47:27 +00:00
bob%bclary.com
aad9bef095 JS Test Library - add calls to collect garbage after test completed 2006-01-13 19:45:55 +00:00
bob%bclary.com
1115ebbc97 JS Test Library - update make file for tests, remove make macros 2006-01-13 19:44:20 +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
bryner%brianryner.com
328bf9d2f4 Make sure to save the layout state when navigating to a cached presentation, in case the content viewer for the previous page is not saved or is later evicted. Bug 321671, r=biesi. 2006-01-13 19:27:54 +00:00
bob%bclary.com
83d0c13b75 JS Test Library - properly escape embedded tags in output to browser windows, add call to actual GC from the JSDebugger service 2006-01-13 19:26:59 +00:00
bob%bclary.com
93fce770be JS Test Library - move regression test for bug 309242 from js1_6 to js1_5 since it requires that e4x not be explicitly turned on, bug 309242 2006-01-13 19:20:34 +00:00
pavlov%pavlov.net
4eb322ae9b fixing cairo text drawing bug (patch from cairo trunk) 2006-01-13 18:21:00 +00:00
scootermorris%comcast.net
3291e0e022 Fix for bug 319107 - One SVG file crashes firefox 1.5 [@ nsSVGGradientFrame::GetNextGradient]
r=tor
2006-01-13 18:20:00 +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
mkaply%us.ibm.com
93ccf6c400 OS/2 build bustage with the nsiscreen move - 323254 2006-01-13 17:56:40 +00:00
Olli.Pettay%helsinki.fi
66cdc786d5 Bug 323292, readonly bind not working for textarea, r=doronr+aaronr 2006-01-13 17:38:33 +00:00
wtchang%redhat.com
143f08953f Bugzilla Bug 320497: indicate that we don't need an executable stack.
r=wolfgang.rosenauer,jpierre.
Modified files: arcfour-amd64-gas.s mpi/mpi_amd64_gas.s
2006-01-13 17:33:10 +00:00
wtchang%redhat.com
386f28eb50 Bugzilla Bug 317858: gcc on Linux/ppc doesn't recognize the -z defs linker
flag, so we need to use -Wl to pass it to the linker. r=caillon.
2006-01-13 17:24:13 +00:00