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

2123 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk 484bca8aad Make widgets generate bubbling events again as that's what extensions (such as multizilla) are expecting b=330190 r=smaug sr=jag 2006-03-12 15:58:26 +00:00
cbiesinger%web.de 79254475ac Bug 329349 mention correct licenses in Help|About
r+sr=neil
2006-03-07 18:40:16 +00:00
Olli.Pettay%helsinki.fi f79ea0115b Bug 234455, Centralize event dispatch r=jst, sr=bz 2006-03-07 17:08:51 +00:00
kjh-5727%comcast.net 25b3c8b15a Back out patch from bug 324072 to fix bug bug 326363 and avoid unnecessary API changes. 2006-03-04 16:37:13 +00:00
enndeakin%sympatico.ca 80f0e89dec Bug 327943, remove grippy frame, r=neil,sr=roc 2006-03-02 21:42:29 +00:00
gavin%gavinsharp.com 6dc3ce6e00 Bug 328134: margin field in page setup accepts '^' and '|' characters, r+branch181=neil 2006-02-26 20:25:43 +00:00
bugzilla%standard8.demon.co.uk 740305bb75 Bug 282183 sync xpfe listbox.xml with toolkit listbox.xml. (Bv1) nits, in the meantime. Patch by Serge GAUTHERIE <gautheri@noos.fr>, r/sr=neil 2006-02-24 15:16:18 +00:00
timeless%mozdev.org 1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
gavin%gavinsharp.com 12753c97e3 Bug 320429: Switching tabs in a tabbox can result in illogical assignment of focus, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=neil 2006-02-22 15:48:59 +00:00
bzbarsky%mit.edu e226d033ad Front-end part of bug 326009. r=mconnor, sr=neil 2006-02-22 04:07:41 +00:00
jag%tty.nl 54b5b17a44 Fix typo in comment. 2006-02-12 15:26:19 +00:00
masayuki%d-toybox.com d3d4bca8d6 Bug 324159 The accesskey label is doubled if the label ends (X). patch by jag (Peter Annema) <jag@tty.nl> r=me+jag, sr=neil+mconnor+bzbarsky 2006-02-10 13:23:50 +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
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
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
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
gavin%gavinsharp.com 163eb53240 Try to fix bug 322000 bustage for real (add missing file). 2006-01-27 13:54:19 +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
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
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
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
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
bugzilla%arlen.demon.co.uk 409f5623a2 Bug 319659 XPFE code assumes document.firstChild is the root element
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-06 20:38:21 +00:00
mnyromyr%tprac.de 7f45cc00d5 Bug 321601: Support Command+Option+Arrows for tab switching (xpfe version of bug 275519); p=<stefan_h@hem.utfors.se>, r=me, sr=Neil 2006-01-04 15:08:03 +00:00
ginn.chen%sun.com 3130b412df Bug 277750 Menu exposes 2-level accessible
r=aaronleventhal sr=neil.parkwaycc.co.uk
2006-01-04 06:09:27 +00:00
dbaron%dbaron.org 2170b6ff99 Happy new year! Change Mozilla Contributors copyright dates from 2005 to 2006. 2006-01-03 04:19:06 +00:00
rods%netscape.com c8dd9d8e9b Wrong location - removing 2005-12-29 22:49:42 +00:00
rods%netscape.com 6a8bad5d47 Initial check in for BUg 113917 (not in the build yet) 2005-12-29 22:49:40 +00:00
jag%tty.nl a55f7afdcc Bug 321578: Files dragged onto tabbar from explorer don't open in new tabs anymore.
Null check aDragSession.sourceNode.
r=cts, sr=Neil
2005-12-29 11:09:59 +00:00
neil%parkwaycc.co.uk 95aa2d0e5c Print dialog access keys and cleanup b=277296 p=stefanb/vhaarr r=timeless sr=me 2005-12-29 00:58:03 +00:00
gavin%gavinsharp.com 95fbb23132 Bug 213832: about:config filtering enhancement: search for status/type/value and allow wildcards, patch by Christian Franke <Franke@computer.org>, r=neil+mconnor, 2005-12-28 03:02:25 +00:00
timeless%mozdev.org 683322a8ad Bug 312867 Implement textbox.reset(), expose input's editor
patch by ajvincent@gmail.com r=neil sr=neil
2005-12-23 22:50:25 +00:00
timeless%mozdev.org bc001e0345 Bug 253481 xul:textbox attribute to specify what happens to pasted line breaks
patch by ted.mielczarek@gmail.com r=neil sr=jag
2005-12-20 20:19:00 +00:00
jag%tty.nl 81856b3f7b Bug 319244: Reduce flicker of the tab drop indicator when dragging tabs. Also clean up strict warning (var redeclaration), and don't show the arrow when you can't drop it (which is within half a tab on either side of the tab being dragged). Oh, and get rid of unneeded flavour. r=CTho, sr=Neil 2005-12-14 11:33:16 +00:00
cst%andrew.cmu.edu fc50d84d5d Bug 105885 Drag-drop reordering of tabs
Patch: r=jag sr=neil
Artwork: by Neil r=timeless
2005-12-06 00:57:00 +00:00
neil%parkwaycc.co.uk 8decabdc7b Check for null focusedWindow in case of full-page plugins b=304243 r=IanN sr=jag 2005-12-02 14:33:09 +00:00
gavin%gavinsharp.com e1020cb827 Bug 312642: expose clickSelectsAll property in textbox.xml, r=Neil 2005-11-22 01:53:11 +00:00
neil%parkwaycc.co.uk 9e57f4e91b Fixing inaccurate comment r+sr=jag 2005-11-08 14:16:45 +00:00
neil%parkwaycc.co.uk 050c73fdff Bug 313335 Update the URL bar before showing security warnings r+sr=jag 2005-11-08 13:46:30 +00:00
mrbkap%gmail.com be3ea49847 bug 315434: Remote XUL tabboxes can get stuck on a tab if the focus leaves the content window (e.g., one of the browser tabs is selected). r=mconnor 2005-11-07 20:21:44 +00:00
neil%parkwaycc.co.uk 0eb7427fc2 Get default tooltip text more reliably b=147670 r=timeless sr=jst 2005-11-02 23:53:56 +00:00
db48x%yahoo.com e407a569df fixes bug 190353: Property "pageIndex" of "wizard" tag is not working.
r=Neil, sr=bz
2005-10-28 22:00:14 +00:00