Commit Graph

12593 Commits

Author SHA1 Message Date
davel%mozilla.com
9bcfb6005c Bug 324483 - in debug builds, we sleep 300 seconds to allow a developer
time to attach to the dying process with gdb.  This patch  adds code to
check the env var MOZ_GDB_SLEEP to specify a different duration.
2006-02-08 21:38:52 +00:00
mkaply%us.ibm.com
a9a7054de7 #321929
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - OS/2 version of 312287
2006-02-07 21:53:08 +00:00
bzbarsky%mit.edu
fc0b0f2bea Move the "force into tab" code out of Gecko and allow embeddors to do the same
sort of thing.  Bug 323810, r=bsmedberg, sr=jst
2006-02-07 20:46:39 +00:00
jag%tty.nl
30de152046 Bug 324591 follow-up. Move a variable into the else block where it's used to simplify the code a bit. r=/sr=Neil 2006-02-07 13:16:16 +00:00
neil%parkwaycc.co.uk
5417075f05 Bug 245725 Make downloads display an approximation to the current transfer rate rather than the overall average speed p=son.le0@gmail.com r=biesi sr=me 2006-02-06 00:34:30 +00:00
bugzilla%standard8.demon.co.uk
3ceefe127d Bug 282187 sync xpfe textbox.xml with toolkit textbox.xml. Patch "(Bv1) nits, in the meantime" by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil.parkwaycc.co.uk 2006-02-05 19:22:55 +00:00
ajschult%verizon.net
f3d5609139 Bug 252802: Stop manual searches from popping open the sidebar. r=jag, sr=neil 2006-02-05 16:30:47 +00:00
ajschult%verizon.net
9a41e832ee Bug 322106: Subframe and redirected URLs stay "hidden" permanently in history. r=cbiesinger, sr=neil 2006-02-05 16:13:49 +00:00
gavin%gavinsharp.com
4cc8a7950f Fix trailing whitespace to sync branch/trunk. 2006-02-05 15:16:31 +00:00
cst%andrew.cmu.edu
bd35a3579a Bug 324591 Allow me to drop URLs in the tab strip and get a new tab at the drop site (instead of replacing an existing tab)
r=jag sr=neil
Some of the code by jag.  r=me on that code
2006-02-04 23:15:20 +00:00
gavin%gavinsharp.com
6e0d006082 Bug 312642 followup: move the click/mousedown event handlers to the bubbling phase to make dealing with anonymous content easier, r=neil 2006-02-04 17:45:56 +00:00
kjh-5727%comcast.net
7721654f3b Bug 324072 - Printer properties dialog shows properties for the wrong printer. r+sr=roc. 2006-02-04 17:24:26 +00:00
cst%andrew.cmu.edu
47b8a4acbc Bug 325838 Don't show image thumbnail on tab icon if browser.chrome.site_icons is false
r+sr=jag
2006-02-04 14:56:25 +00:00
darin%meer.net
53f8cfbf17 Fixing bustage: Implement new version of nsIXULBrowserWindow.setOverLink 2006-02-03 22:28:50 +00:00
darin%meer.net
474271827c fixing build bustage 2006-02-03 21:50:25 +00:00
darin%meer.net
bf4998de17 Patch for bug 324642 "Add an API to expose the DOM node that the mouse is over when informing the WebBrowserChrome object to update the status bar." r=biesi sr=bzbarsky 2006-02-03 21:28:11 +00:00
timeless%mozdev.org
66f1b2ad42 backing out changes from
Bug 323853 - JB_BP not exported by newer glibc
per shaver, r=shaver
2006-02-03 19:35:14 +00:00
cbiesinger%web.de
c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
gerv%gerv.net
ba371a1970 Bug 325224: fix about:licen[cs]e fragment hyperlinks. Patch by gerv; r=neil. 2006-02-03 14:08:29 +00:00
bzbarsky%mit.edu
263cf7dc11 Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument.  Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
scott%scott-macgregor.org
2ebd85fd9e Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
Stop building the old one for thunderbird in xpfe\components.

sr=bsmedberg
2006-01-31 22:03:15 +00:00
bugzilla%standard8.demon.co.uk
b59a41efad Follow-up to moving ldap autocomplete code to mailnews/addrbook - remove some ifdefs and defines that are no longer required. Bug 263042. r=bsmedberg. 2006-01-31 18:05:12 +00:00
ajschult%verizon.net
49bf1c8c23 Perform autocomplete search even if cursor is not at the end rather than leave stale entries. bug 208871, r=jag, sr=Neil. 2006-01-28 01:20:34 +00:00
gavin%gavinsharp.com
163eb53240 Try to fix bug 322000 bustage for real (add missing file). 2006-01-27 13:54:19 +00:00
gavin%gavinsharp.com
48d2167af7 Comment out this line to fix build bustage (bug 322000). The license.html file needs to be added. 2006-01-27 13:22:53 +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
kairo%kairo.at
10b3935a75 bug 65480 - prefs advanced description wording, p=<giacomo.magnini@portalis.it> r=IanN 2006-01-26 17:29:27 +00:00
ajschult%verizon.net
41dbec69db Update the Download More link in Languages/Content preferences. bug 324701, patch by Bruno 'Aqualon' Escherl <aqualon@aquachan.de>, r=KaiRo, sr=Neil 2006-01-26 04:21:30 +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
kairo%kairo.at
6785809ca2 bug 271745 - Software installation and check for updates has no effect - make SeaMonkey point to a working updates RDF file so that people get at least informed when we release new stable builds, r+sr=Neil 2006-01-25 22:33:01 +00:00
jag%tty.nl
05757534d2 Make orange go bye bye 2006-01-25 16:30:13 +00:00
jag%tty.nl
be89581c17 Follow-up to bug 105885. We missed one place that assumed the order of tabs and panels is the same. Look the browser up from the tab through linkedBrowser. r/sr=Neil 2006-01-25 15:19:48 +00:00
wr%rosenauer.org
e02549661e Bug 323853 - JB_BP not exported by newer glibc (2.4), r=bsmedberg, sr=shaver 2006-01-25 05:46:27 +00:00
ajschult%verizon.net
c0490856ca Synchronize xpfe autocomplete handlers with toolkit. bug 255731, r=Neil, sr=mscott 2006-01-25 03:46:53 +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
bryner%brianryner.com
ecc0706743 Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin. 2006-01-24 19:22:02 +00:00
jag%tty.nl
add855f70c Bug 321490: Make SeaMonkey compatible again with moveTabTo implementation of the Firefox
To avoid JS strict warnings use |this.mTabs.item(aDestIndex)| instead of |this.mTabs[aDestIndex]| since we know |aDestIndex| can validly be |this.mTabs.length|.
sr=Neil
2006-01-24 03:10:36 +00:00
jag%tty.nl
34625e042e Bug 321490: Make SeaMonkey compatible again with moveTabTo implementation of the Firefox
If the first argument is a tab, look up its index. Return the tab we get from insertBefore().
r=CTho, sr=Neil
2006-01-23 03:43:16 +00:00
mnyromyr%tprac.de
244ae7bf31 Bug 318889: broken multisearch; r=bsmedberg, sr=jag 2006-01-21 11:54:03 +00:00
bzbarsky%mit.edu
1dbb1a4bf2 Restore line that got lost while messing with XPCNativeWrapper. Bug 323970, r=neil, a=kairo, iann. 2006-01-20 23:01:49 +00:00
db48x%yahoo.com
ec57ae804b bug 323173: Add a stringbundleset element in pageinfo.xul so that overlays can add stringbundles more easily
patch by Florian Qu��ze <f.qu@queze.net>, r=db48x, sr=neil
2006-01-17 23:51:28 +00:00
neil%parkwaycc.co.uk
f8074badba Bustage fix for copy/paste error (b=321128) 2006-01-17 22:20:49 +00:00
neil%parkwaycc.co.uk
879544f3e3 Limit scope of tab movement keys b=321128 p=Mnyromyr r=me (my tabbrowser.xml changes r=Mnyromyr) sr=jag 2006-01-17 17:26:57 +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
bzbarsky%mit.edu
40e64caf88 Fix leaks due to nsISupportsArray misuse. Bug 323377, patch by Martijn Wargers
<martijn.martijn@gmail.com>, r=pike, sr=bzbarsky
2006-01-15 18:49:09 +00:00
bugzilla%arlen.demon.co.uk
d51a97e403 Bug 319368 Implement <a ping> - Disable in SeaMonkey for the moment
p=me r=neil.parkwaycc.co.uk sr=bzbarsky
2006-01-13 00:13:35 +00:00
timeless%mozdev.org
8397d43a6a Bug 106386 Correct misspellings in source code
patch by philippuryear@gmail.com r=timeless rs=brendan
2006-01-12 07:57:31 +00:00
bsmedberg%covad.net
6ad3ebc93b Bug 243214 - Cleanup of nsInternetSearchService, r=pike sr=alecf 2006-01-09 21:11:04 +00:00
gavin%gavinsharp.com
cf69500949 Oops, wrong line endings (bug 315346) 2006-01-08 23:51:50 +00:00
gavin%gavinsharp.com
8c134a89e3 Tbird bustage fix (bug 315346) 2006-01-08 23:46:30 +00:00