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

472 Коммитов

Автор SHA1 Сообщение Дата
gavin%gavinsharp.com a8ade745de Bug 305258: Firefox windows disappear from the taskbar (modal windows being opened incorrectly), patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2005-08-26 19:51:09 +00:00
vladimir%pobox.com 00e47b5654 b=304561, firefox unsuitable for browsing high-res image galleries due to preview on tab icon, r=mconnor,sr=bzbarsky,a=asa 2005-08-25 20:05:24 +00:00
doronr%us.ibm.com 11bd6bff69 Bug 305667 - Download manager inaccessible after download started with alt+click/alt+enter or context menu save as. r=mconnor 2005-08-25 18:18:16 +00:00
smfr%smfr.org 8330cce37f Fix bug 305662: fix leakage of nsWebShell and entrained data by breaking a ref cycle between the docShell and nsISecureBrowserUI in a place that works for both embedders and the suite. r=bryner, sr=bz 2005-08-23 23:48:47 +00:00
ben%bengoodger.com 548c9fac4a 289361 - checkbox constructor is weird, back out rv1.7 to 1.6, moving common initialization logic for checkboxes and colorpickers into special cases in the preferences XML rather than exposing new apis on checkbox and colorpicker. r=mconnor, a=brendan 2005-08-23 16:53:08 +00:00
bryner%brianryner.com adc0ddf8eb In the XUL autocomplete widget, make user-initiated autocomplete dispatch an oninput event, just as if the user had typed the text. Also fixing a bug where it was not possible to create an oninput event from script. Bug 287996, r=mconnor sr=jst. 2005-08-22 18:34:21 +00:00
roc+%cs.cmu.edu 889049f5f4 Backing out fix for bug 130078 because of performance regressions. 2005-08-18 19:44:55 +00:00
roc+%cs.cmu.edu 1da9d9ae96 Bug 130078. Integrate all view managers in a given top-level window into a single view manager tree. r+sr=dbaron 2005-08-18 17:14:29 +00:00
gavin%gavinsharp.com 1aba705c96 Bug 303743: fix typo in richlistbox.xml, patch by Adam Guthrie <ispiked@gmail.com>, r=mconnor 2005-08-13 22:32:14 +00:00
gavin%gavinsharp.com 3c53c8ca5d Bug 255116: Pressing Home or Shift+Home should close the autocomplete dropdown, patch by Jesse Ruderman <jruderman@gmail.com>, r+a=mconnor 2005-08-12 03:41:14 +00:00
ben%bengoodger.com 86b85d7e51 bug 300412 - add "Bookmark all Tabs" menu option to bookmarks menu, improves discoverability of bookmark tab groups per usability testing. patch by Grace Shih <gsshih@gmail.com> r=ben@mozilla.org 2005-08-12 00:42:16 +00:00
ben%bengoodger.com 45b09ace03 303848 - integrate feedview better with firefox browser code/live bookmarking system.
this is an initial stab at implementing a design I'm working on with Mike Beltzner
here: http://wiki.mozilla.org/Firefox:1.1_RSS_Pretty_Print
2005-08-12 00:34:19 +00:00
aaronleventhal%moonset.net 1a825a8d3e Bug 302359. Accessibility fixes for options dialogs. r=mconnor, r=parente, sr=darin, a=parente 2005-08-10 18:15:53 +00:00
scott%scott-macgregor.org 37412e5b66 Bug #302683 --> Get More Themes (Extensions) doesn't launch a browser in Thunderbird
make the  textlink widget smart enough to send non exposed urls out to the desktop instead of trying
to open them internally.

sr=neil
r=bsmedberg
a=bsmedberg
2005-08-08 19:11:08 +00:00
cbiesinger%web.de 1367551f57 301119 allow error pages to load favicons
xpfe:
dveditz: second-review+
benjamin: first-review+
asa: approval1.8b4+
toolkit:
benjamin: first-review+
benjamin: approval1.8b4+

patch by me, ported to toolkit by Henrik Skupin <hskupin@gmail.com>
2005-08-08 16:25:11 +00:00
aaronleventhal%moonset.net 66126c0664 Small correction for checkin to bug 249136, accidentally had checked in |this.selectedTab| instead of |browser.selectedTab|. 2005-08-06 14:13:38 +00:00
aaronleventhal%moonset.net 37f937ea73 Bug 249136. Focus and key navigation broken for links opened in new tabs. r=mconnor, r=timeless, a=bsmedberg 2005-08-06 04:20:13 +00:00
aaronleventhal%moonset.net 23da1858e6 Bug 302677. Accessible focus events incorrect for autocomplete. r=mconnor, +sr=neil, a=bsmedberg 2005-08-06 04:14:55 +00:00
aaronleventhal%moonset.net c9232f814a Bug 280153. Better fix for initial default focus in trees and lists so that it doesn't cause scrolling. Focus a visible item if no other item was focused. r=mconnor, a=bsmedberg 2005-08-06 04:10:42 +00:00
ben%bengoodger.com c3ec2009d8 303485 - update manager no longer connects to update server: add 'extra1' button to MacOS X wizard buttons binding so client code can access and use it. r=darin 2005-08-05 21:42:47 +00:00
aaronleventhal%moonset.net 2d64f5345b Bug 301737. Fix keyboard and accessibility API support for multiple selection for listboxes. r=mconnor, sr=neil, a=mkaply 2005-08-05 18:16:32 +00:00
aaronleventhal%moonset.net 9ecbd670ca Bug 302402. Some XUL links opening twice. r+a=mconnor 2005-08-05 16:11:10 +00:00
gavin%gavinsharp.com ffe391ad25 Bug 303541 : Text link widget doesn't getPreventDefault, r+a=mconnor 2005-08-05 15:14:06 +00:00
mozilla.mano%sent.com 1a83e3ffce Bug 303307 - [Mac] If a prefpane doesn't have its own title, fallback to the prefwindow title. r+a=mconnor. 2005-08-05 06:27:30 +00:00
aaronleventhal%moonset.net 1d21983381 Backing out fix for bug 249136 for now; it caused bug 303475, bug 303477 and bug 303479 2005-08-05 02:49:30 +00:00
gavin%gavinsharp.com 23e8137d89 Bug 303075 : removeProgressListener resets the progressListener to null instead of removing it, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor 2005-08-04 23:53:22 +00:00
aaronleventhal%moonset.net 5ea7efb24e Bug 302667. Correct fix for tabs so that focus and tab reordering all work right. r+a=mconnor 2005-08-04 21:36:26 +00:00
aaronleventhal%moonset.net 051ea5a8c9 Bug 249136. Focus lost when key pressed in newly loading foreground tab. r=mconnor, a=mconnor 2005-08-04 21:10:39 +00:00
ben%bengoodger.com df3f1c9208 Part of 302269 - Make "Updates Available" page use standard wizard buttons.
Add an "extra1" button to the wizard button deck: it is guaranteed left-aligned on all platforms.
r=darin
2005-08-03 20:17:23 +00:00
timeless%mozdev.org d34d5ff158 Bug 302838 Update references to non-existing chrome files
patch by hskupin@gmail.com r=bsmedberg a=bsmedberg
2005-08-02 21:57:46 +00:00
aaronleventhal%moonset.net 95e28115f0 Bug 302678. Fix accessibility problems with empty richlistbox. r=parente, sr=neil, a=mkaply 2005-08-02 15:05:49 +00:00
gavin%gavinsharp.com c36e9bc7b5 Bug 302847 : Remove lookupMethod code from toolkit/, patch by Frank Wein <bugzilla@mcsmurf.de>, r=mconnor+Neil, a=bsmedberg 2005-08-02 12:34:55 +00:00
ben%bengoodger.com e61c4e352f 299507 - automatic update options dialog contains too much text. revised UI designed by mike beltzner.
also fixes preferences binding to use event names that match the onfoo attributes.
2005-08-02 05:27:14 +00:00
dougt%meer.net 3bf919b409 currently doButtonCommand uses a timeout to avoid closing the window during the
oncommand event.  this self described hack probably can be removed.

r=mconner
sr=benjamin
a=benjamin
b=302424

VS: ----------------------------------------------------------------------
2005-07-28 20:26:27 +00:00
mconnor%steelgryphon.com 2dd887fb29 bug 287467 - flash game stops close tab from working, r+a=bsmedberg 2005-07-28 15:56:08 +00:00
ben%bengoodger.com ddf2fbc62a UI for software update needs to be revised - several CSS and window open flag fixes for various aspects of software update UI (menu, preferences, wizard) to make it look better on OS X. Not quite done yet. r=darin 2005-07-26 23:21:15 +00:00
doronr%us.ibm.com ccc3a0d76c Bug 301870 - commands not updated when an item is de-selected in a richlistbox. r/a=mconnor 2005-07-26 21:21:14 +00:00
mozilla.mano%sent.com ec33a4e38d Bug 263146 (use the Cmd key instead of the Ctrl key on Mac) - tree-widget fixes. r+a=mconnor 2005-07-26 11:31:59 +00:00
gavin%gavinsharp.com 432e1ede45 Bug 301837 followup, fix strict warning, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor 2005-07-26 00:11:45 +00:00
bugzilla%arlen.demon.co.uk d095e92124 Bug 285438 Drag and drop gestures can be hijacked to load priviliged xul - xpfe/toolkit trunk patch v2.0
p=jst/me r=neil.parkwaycc.co.uk sr=bzbarsky a=benjamin
2005-07-25 23:05:34 +00:00
aaronleventhal%moonset.net efb0f5b86e Bug 301435. Focus breaks when item removed from download manager. Patch by Doron Rosenberg. r+a=mconnor 2005-07-25 22:21:31 +00:00
bryner%brianryner.com 83216585ac Change PageShow/PageHide events to be lowercase and hook them up so that onpageshow= works on the body tag. Bug 297887, patch by brettw@gmail.com, r=me, a=bsmedberg. 2005-07-25 22:09:39 +00:00
aaronleventhal%moonset.net d6040bc73b Bug 280153. Often no visible focus when tree or list gets focus. r+a=mconnor 2005-07-25 19:25:38 +00:00
aaronleventhal%moonset.net be531d3dfc Bug 301398. Another round of link fixes. Now we're down to 2 link implementations. r+a=mconnor 2005-07-25 19:23:12 +00:00
aaronleventhal%moonset.net 806c0089c9 Bug 297421. Open link in new tab causes focus rects to remain when switching tabs. Focus going to tab label when clicking on new tab, should only do so on second click. r=mconnor, a=mconnor 2005-07-25 16:13:50 +00:00
aaronleventhal%moonset.net e6fb8d8c0f Bug 300780. Fix initial focus in richlistbox. r=mconnor, a=mconnor 2005-07-25 03:41:46 +00:00
gavin%gavinsharp.com 4f32feca88 Bug 301837 : NaN appears when entering a letter and/or symbol in the history "days" box, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor 2005-07-24 05:13:34 +00:00
aaronleventhal%moonset.net 3034ce80f7 Bug 300779. Allow multiple selection using keyboard in treeviews that use seltype multiple. r+sr=neil, a=bsmedberg 2005-07-21 19:24:41 +00:00
aaronleventhal%moonset.net 9d39f4bd85 bug 287739. New way of doing mnemnonics on message bar buttons that doesn't break extensions. Patch by Giorgio Maone. r=mconnor, a=bsmedberg 2005-07-20 19:47:09 +00:00
doronr%us.ibm.com 51adbfe941 Bug 299947 - Make richlistbox send events like a listbox r/a=mconnor 2005-07-20 19:45:43 +00:00
aaronleventhal%moonset.net f3ae3ea672 Bug 301436. Start using official DHTML a11y namespaces. r+sr=jst, a=asa 2005-07-20 19:34:55 +00:00
masayuki%d-toybox.com 15165f0770 Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor 2005-07-20 08:40:13 +00:00
mozilla.mano%sent.com 300b48e042 Bug 286197 - preferences should not close upon hitting enter on Mac OS X. r+a=mconnor. 2005-07-19 18:13:50 +00:00
bmlk%gmx.de d2f3fc20c1 use screen rather than frame cooridnates for autoscroll, bug=223542 p=Tuukka Tolvanen r=mconnor a=asa 2005-07-17 13:43:14 +00:00
mozilla.mano%sent.com 75caa102e3 Bug 300442 - Extensions fail to install since landing of patch for Bug 298524. patch from Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg. 2005-07-15 10:03:52 +00:00
mozilla.mano%sent.com bf547497d9 Bug 299480 - neterror.xhtml startup document isn't RTL in RTL locales. r+a=bsmedberg, sr+bzbarksky 2005-07-14 22:52:11 +00:00
aaronleventhal%moonset.net ec03b5002b Bug 280065. Make XUL links accessible. Patch by Peter Parente. r=aaronlev, r=mconnor, sr=neil, a=asa 2005-07-14 15:12:12 +00:00
aaronleventhal%moonset.net 196f8df714 Bug 287739. All message bar buttons need mnemonics otherwise they are very difficult to discover and activate for screen reader users. Patch thanks to Peter Parente (parente@cs.unc.edu). r=mconnor, a=asa 2005-07-13 18:18:47 +00:00
neil%parkwaycc.co.uk 7e7eb54d25 Bug 300245 XUL listboxes don't mousewheel scroll correctly r+sr=roc a=asa 2005-07-13 16:58:04 +00:00
mozilla.mano%sent.com f8a096d3fc Bug 243893 - Open in Tab is unusable when toolbars are not present. r=mconnor, a=asa 2005-07-07 15:52:50 +00:00
mozilla.mano%sent.com 20c3ae1439 Bug 224002 - double clicking tab close button creates new tab. r=mconnor, a=asa. 2005-07-07 15:44:17 +00:00
doronr%us.ibm.com aa0a66ed50 Bug 299272 - make richlistbox standalone. r=mconnor a=bsmedberg 2005-07-05 21:07:09 +00:00
mozilla.mano%sent.com 9f351fd162 Bug 299580 - Cannot enter 8 or 9 into the history 'days' box. patch from Caleb <bugs.caleb@gmail.com>, r=mconnor, a=shaver. 2005-07-05 19:42:10 +00:00
mozilla.mano%sent.com 2df178da9b Bug 299706 - When a tab is focused, cmd+right/left-arrow drags it and goes back/forward. r=mconnor, a=chase. 2005-07-05 18:50:21 +00:00
mozilla.mano%sent.com 5afa15e23b Bug 297286 (Changing Color breaks 'Set as desktop background') - Fire colorpicker and preferences events in the right context object. r=mconnor, a=asa 2005-07-05 05:17:59 +00:00
mozilla.mano%sent.com 2447366cca Bug 286182 - When instant-apply is on, textfield-widget prefs values aren't being saved during input. r=mconnor, a=mkaply 2005-07-01 00:46:28 +00:00
mozilla.mano%sent.com c2bcfea585 Bug 230401 - Focus not in address bar after opening new Tab by DoubleClick. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor/bsmedberg, a=bsmedberg. 2005-06-29 17:19:28 +00:00
mozilla.mano%sent.com e237b71662 Relanding Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-29 14:20:57 +00:00
timeless%mozdev.org 16fd4d30ca Bug 298704 richlistbox should call ensureElementIsVisible and not scrollToElement in selectedItem
patch by rob_strong@exchangecode.com r=bsmedberg a=bsmedberg
2005-06-28 21:30:56 +00:00
mozilla.mano%sent.com b6af78208d Bug 287111 - Change onpreferenceread/onpreferencewrite to onsyncfrompreference/onsynctopreference. r=mconnor/mscott, a=bsmedberg. 2005-06-28 20:08:56 +00:00
mozilla.mano%sent.com 40e77ee857 Backing out bug 298894 2005-06-28 15:42:22 +00:00
mozilla.mano%sent.com 845185e364 Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-28 14:59:43 +00:00
mozilla.mano%sent.com 5fa17ea7a5 Bug 275519 - [Mac] Support Command+Option+Arrows for tab switching. r=mconnor, a=bsmedberg. 2005-06-28 14:53:24 +00:00
doronr%us.ibm.com b011da6386 Bug 298524 - Add init() method to richlistbox. r=robstrong,mconnor a=bsmedberg 2005-06-23 20:04:57 +00:00
db48x%yahoo.com cb7a6636f9 bug 291375: toolkit: javascript strict warning in tabbrowser.xml - redeclaration of var reallyClose
patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=bsmedberg, a=bsmedberg
2005-06-22 19:07:36 +00:00
aaronleventhal%moonset.net 0e192b3393 Bug 281538. Fix new richlistbox widget to expose itself to screen readers and other assistive technologies. r=mconner, a=mkaply 2005-06-21 20:13:56 +00:00
doronr%us.ibm.com 843af9a7d3 Bug 298186 - richlistbox - richlistitem's disabled property is not available except by using getAttribute. r=mconnor a=chofmann 2005-06-21 18:13:01 +00:00
steffen.wilberg%web.de 3e2958db51 Bug 260054: fix nasty typo. r=mconnor, a=asa 2005-06-20 11:52:01 +00:00
mozilla.mano%sent.com 7bc2e3a929 Bug 284776 - Need support in dialog.xml for setting a default button. r=mconnor a=asa. 2005-06-18 10:21:49 +00:00
doronr%us.ibm.com 148f27f947 Bug 285584 - Make download & extension manager use accessible XBL widget. r=mconnor,a=bsmedberg 2005-06-17 18:11:02 +00:00
steffen.wilberg%web.de 683087b90f Bug 260054: add context sensitive Help to the preferences dialog. r=mconnor, a=asa 2005-06-16 22:16:26 +00:00
bryner%brianryner.com e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +00:00
db48x%yahoo.com e475909d23 bug 296662: Javascript strict warnings in preferences dialog
patch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa
2005-06-14 10:19:34 +00:00
db48x%yahoo.com 0092617a45 bug 280584: Maybe this part of the autoscroll code could be optimized (mousemove event handler)?
patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor, a=asa
2005-06-14 09:47:24 +00:00
vladimir%pobox.com e9d79a9a24 b=109672, site icon for iframe content is shown as proxy icon, patch from bugzilla.mozilla.org@chsc.dk, r=vladimir,a=asa 2005-06-14 08:04:09 +00:00
neil%parkwaycc.co.uk 57c8b76648 Sync xpfe and toolkit's textbox.xml p=gautheri@noos.fr r=mconnor sr=me a=asa 2005-06-09 20:30:34 +00:00
timeless%mozdev.org d884d8eec9 Bug 285513 Selected options pane fails to persist if the last selected pane no longer exists
patch by dave.townsend@blueprintit.co.uk r=mconnor a=shaver
2005-06-09 20:02:16 +00:00
timeless%mozdev.org 1ff3b005ab Bug 293755 "image" attribute on prefpane element doesn't work (typo)
patch by twanno@lycos.nl r=mconnor a=chofmann
2005-06-09 00:34:45 +00:00
mconnor%steelgryphon.com 98bfb7243d bug 297005 - regression in dragging files to tab bar, r+a=bsmedberg 2005-06-08 14:20:03 +00:00
mozilla.mano%sent.com 153868bcb7 backing out bug 169826 (Port patch from bug 164006 to Firefox (wyciwyg: in tab titles)) as it caused bug 297037 / 297047 2005-06-08 14:09:29 +00:00
mozilla.mano%sent.com bd7934086a Bug 169826 - Port patch from bug 164006 to Firefox (wyciwyg: in tab titles). patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa 2005-06-07 21:18:17 +00:00
mconnor%steelgryphon.com 8948c6b712 bug 295721 - improvements to tabbox to better match native focus/activation behaviour, r=vlad, a=shaver 2005-06-07 02:17:07 +00:00
mconnor%steelgryphon.com 86397cb20a bug 179656 - allow drag and drop reordering of tabs, patch originally based on miniT by dorando, r=vlad, a=shaver 2005-06-07 02:10:09 +00:00
varga%nixcorp.com aa157eaf6d Fix for bug 287461. Caret Browsing is hardbound to the F7 key and is unable to be overridden with javascript like F3, F5, etc.
r+sr=neil patch by Brian King <brian@mozdev.org>
2005-06-01 13:24:11 +00:00
aaronleventhal%moonset.net 14d70e51fb Bug 263853. Neither Alt+down nor F4 key are listing the URLs from the address bar. Patch by gavin.sharp@gmail.com, r=mconnor, a=shaver 2005-06-01 02:14:46 +00:00
bzbarsky%mit.edu 5721a53440 Removing uneeded manual wrapper. More attempts at bug 294893, r+sr=jst, a=drivers 2005-05-25 15:20:28 +00:00
mconnor%steelgryphon.com 9833e8799a bug 294524 - reload buttons don't work after sanitizing, patch by Teune van Steeg <twanno@lycos.nl>, r=me, a=asa 2005-05-24 05:42:44 +00:00
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