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

325 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu e1c1a583de Fix silly typo in fix for bug 295121. r=mconnor, a=brendan 2005-05-23 17:46:20 +00:00
mconnor%steelgryphon.com 563a40a15e bug 295121 - no securityUI in additional tabs, r=bz, a=asa 2005-05-23 17:03:06 +00:00
brendan%mozilla.org 6941a16b76 Fixes and cleanups required by the infrastructure patch for 281988, r+sr=bsmedberg+bz. 2005-05-20 17:41:10 +00:00
mconnor%steelgryphon.com e8e57d18b4 Bug 294815 - Possible to create a <browser> with no securityUI by accident, r=bz, a=brendan 2005-05-20 02:09:09 +00:00
mozilla.mano%sent.com 9383b9a69e Bug 294290 - Port patch from bug 225563 to toolkit (keyboard activation of <html:a> in an XUL page needs to prevent activation of the default OK button). patch from Gavin Sharp <gavin.sharp.gmail.com> r=neil, a=asa 2005-05-17 18:02:04 +00:00
dbaron%dbaron.org 8ca0c03467 Cleaner fix for bug 290036. b=290949 r=dveditz sr=darin a=asa 2005-05-12 18:20:07 +00:00
bryner%brianryner.com aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
steffen.wilberg%web.de 8dc021c1f1 Bug 284081: When software install (xpinstall.enabled) is disabled, clicking 'Edit Options' on the message bar opens an empty window. r=mconnor, a=asa 2005-04-28 21:49:46 +00:00
doronr%us.ibm.com 271626f6de Bug 220626 - Enable keyboard access to Blocked Popups notification bar. r=mconnor,a=mkaply 2005-04-28 17:28:00 +00:00
cst%andrew.cmu.edu 05feb94254 Bug 289553 Make dynamically changing the favicon update the icon in the tab
r=mconnor a=asa
2005-04-26 16:41:36 +00:00
bzbarsky%mit.edu a8e9cc7e20 Fix bug 290878. client* coords are broken for events in a popup....
r=neil/mconnor, sr=roc, a=asa
2005-04-24 20:15:31 +00:00
dbaron%dbaron.org 6ff81ac498 Don't allow javascript: favicons. b=290036 r=dveditz sr=brendan a=chase 2005-04-13 04:38:18 +00:00
aaronleventhal%moonset.net e2c638b498 Bug 288986. Disabled attribute confusion causing some XUL elements to be exposed in accessibility APIs as disabled when they aren't. sr=neil, a=asa 2005-04-12 15:28:01 +00:00
dbaron%dbaron.org e5fb3daccc Put try/catch around removeObserver that sometimes (inexplicably) fails. b=288770 r=mconnor 2005-04-05 04:41:41 +00:00
aaronleventhal%moonset.net 24c93d7ad6 Bug 288517. Fix accessibility API support of progress meters. r=mconnor, sr=neil 2005-04-04 15:48:06 +00:00
aaronleventhal%moonset.net 76008bc95f Bug 286145. Expose preference categories as in a list, not a radio group. r=mconnor 2005-04-04 01:53:13 +00:00
doronr%us.ibm.com 3cc3874252 Bug 204944 (a11y) - Sidebar History >View not keyboard accessible. sr=neil 2005-04-01 15:48:44 +00:00
jst%mozilla.jstenback.com 6e1cef7619 Fixing typo in comment. 2005-03-29 18:24:16 +00:00
joshmoz%gmail.com 34a19db7c3 don't let preferences dialog get progressively shorter when rapidly switching between panes on Mac OS X with animation. patch by Asaf Romano. b=283713 r=joshmoz sr=mconnor 2005-03-28 20:50:23 +00:00
aaronleventhal%moonset.net fad6703b6b Missing part of checkin for fix to bug 285711. r=pkwarren, sr=henry.jia 2005-03-25 15:36:01 +00:00
mozilla.mano%sent.com 80c5da4bbf Bug 286910 - Buttons order is wrong in preferences sub-dialogs (on *nix/mac). r=mconnor 2005-03-23 10:51:09 +00:00
joshmoz%gmail.com 93dae80a26 fix Mac OS X preferences animation/fading to be more in line with aqua specs. b=285904 r=mconnor 2005-03-22 04:45:03 +00:00
mozilla.mano%sent.com ca533217fa Bug 221824 - Winstripe should be RTL compatible, tabbox fixes. patch from Reuven Gonen <linxspider@yahoo.com> r=bsmedberg/me 2005-03-21 11:41:10 +00:00
jst%mozilla.jstenback.com 2f48154ce1 Fixing the remaining part of bug 285438 for Firefox. Do the appropriate security checks when drag n' dropping into Firefox. r=ben@bengoodger.com, sr=dveditz@cruzio.com 2005-03-17 17:40:55 +00:00
mozilla.mano%sent.com b37731abde Bug 221824 - Winstripe should be rtl compatible, tabbox fixes. r=bsmedberg 2005-03-16 20:46:13 +00:00
aaronleventhal%moonset.net 43925359dc Bug 285711. Support accessible alerts. r=pkwarren, sr=henry.jia 2005-03-15 15:00:44 +00:00
aaronleventhal%moonset.net bceaa43d5e Bug 286079. Tabindex broken in XUL. r=vlad, sr=neil 2005-03-14 22:25:04 +00:00
ginn.chen%sun.com 4e6fd2d5d1 Bug 257075 [keyboard] User can't select mails which are not next to.
r=aaronleventhal sr=neil
2005-03-14 03:37:05 +00:00
aaronleventhal%moonset.net 908ab90d70 Forgotten part of bug 260527 for underlining accesskeys in radio buttons. Original r=mconnor, sr=neil. Thanks to gautheri for finding missing part of checkin that caused the problem 2005-03-10 14:29:46 +00:00
bryner%brianryner.com b32fdbfb6a Don't save sidebar elements in tab focus memory (bug 254056). r=neil, sr=ben. 2005-03-09 09:38:21 +00:00
bryner%brianryner.com 5cbf1ab46e Port fix for bug 277657, textbox.maxLength doesn't work. Patch by gautheri@noos.fr, r=mconnor,me. 2005-03-09 00:04:02 +00:00
neil%parkwaycc.co.uk a9ae499ae6 Improve on previous patch for bug 285065 r=bryner sr=dbaron 2005-03-08 12:28:00 +00:00
marco%gnome.org e042062105 Bug 233461 Add button icons on the new preferences dialog
r=mconnor
2005-03-07 09:53:07 +00:00
dbaron%dbaron.org aa62d91bc1 Break cycle-through-XPCOM by adding an assignment to null when done with |iterator|. b=285065 r+sr=bryner 2005-03-07 04:36:44 +00:00
mozilla.mano%sent.com 7b29bd31af Bug 271554 - Mac labels in wizards. r=mconnor 2005-03-07 00:16:36 +00:00
jshin%mailaps.org d28e19536e bug IME candidate list is hidden by autocomplete window (r=dbaron,bryner,smontagu,jst,sr=dbaron,bryner,neil) : patch by Masayuki Nakano 2005-03-05 08:19:05 +00:00
mozilla.mano%sent.com 93fc9aad0f Bug 125998 - For image documents, use the iamge-url as the tab-icon. patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk> r=vlad 2005-03-03 16:25:06 +00:00
mozilla.mano%sent.com 50f7c371bc Bug 283660 - The new preferences window can't be closed on OS X (and doesn't have a collapse toolbar button) r=ben 2005-03-03 16:13:37 +00:00
marco%gnome.org 982b1ea88d 233461 specify icons for dialogs button
Hook up gnome icons in gnomestripe
r=mconnor
2005-03-02 10:53:06 +00:00
ben%bengoodger.com a72a5a9ccb 284084 - setting "ask before sanitizing" and "sanitize on shutdown" opens a broken sanitize window on shutdown. 2005-03-02 05:27:19 +00:00
cst%andrew.cmu.edu 5d78722a62 Bug 282178 sync xpfe tabbrowser with toolkit tabbrowser
ctrl+f4 event listener doesn't need to be capturing
r=mconnor
2005-03-02 00:23:32 +00:00
ben%bengoodger.com 3178c995e4 283988 - javascript annoyances options checkbox does not work properly 2005-02-28 08:47:29 +00:00
ben%bengoodger.com 456a91dd52 283639 - sanitize does not work when confirm dialog is shown, also correct licenses 2005-02-27 06:39:44 +00:00
ben%bengoodger.com 718a7c782c 283610 - load tabs in background checkbox is inverted 2005-02-27 06:13:43 +00:00
ben%bengoodger.com b622819900 274712 - new options dialog 2005-02-25 09:07:58 +00:00
dbaron%dbaron.org 0eff5a0491 Fix spelling mistake in comment that I introduced recently. 2005-02-23 20:16:59 +00:00
dbaron%dbaron.org 0f7baff319 Null out a few more things. b=131456 r=mconnor 2005-02-23 06:31:53 +00:00
bzbarsky%mit.edu c79b003bca Allow setting "open" property on all sorts of buttons, since people do.... Bug
282359, r=mconnor, sr=neil
2005-02-23 03:37:24 +00:00
bzbarsky%mit.edu 56b2bc8030 Fix menubuttons to not rely on the "open" attribute opening menus; open them
via the boxobject.  Bug 282359, r=mconnor, sr=neil
2005-02-22 17:53:26 +00:00
dbaron%dbaron.org 8805e32ba7 Prevent destroy method / destructor from attempting to removeObserver too many times. b=283088 r=mconnor 2005-02-22 01:35:18 +00:00