Commit Graph

884 Commits

Author SHA1 Message Date
mozilla.mano%sent.com
fe43d60a8d Bug 343554 - Tab reordering shortcuts can move tabs offscreen. r=mconnor. 2006-07-05 19:33:52 +00:00
sspitzer%mozilla.org
8aa032b5b1 fix for bug #342906. tab overflow scroll: clicking and holding the button
should scroll continuously.  r=asaf
2006-07-04 20:10:30 +00:00
mozilla.mano%sent.com
d4b0b92847 Add the 'disabled' property to the autorepeatbutton binding. This makes the fix for 342841 work for autorepeat-based scrollboxes (e.g. bookmark folders), bug 342841 attachment 228029, r=mconnor. 2006-07-04 09:29:38 +00:00
mozilla.mano%sent.com
fd75669432 Bug 342841 - Scrolling arrow should look disabled when you can't scroll in its direction (no theme changes yet), r=sspitzer/mconnor. 2006-07-04 06:49:46 +00:00
mozilla.mano%sent.com
9aecd07bf2 Fixing bookmark menus regression from bug 343097 checkin. r=sspitzer (attachment 227989). 2006-07-03 23:53:49 +00:00
mozilla.mano%sent.com
44fd2aef57 Bug 343097 - Cleaner arrowscrollbox-clicktoscroll binding. r=sspitzer/mconnor. 2006-07-03 14:59:18 +00:00
sspitzer%mozilla.org
c56a134d73 fix for bug #343370. additional scenario where tab scrolling does not handle window resize well. cache the tab strip width and only adjust the tabstrip, scroll and ensure the selected tab is visible if the width changes. r=asaf 2006-07-03 06:46:48 +00:00
sspitzer%mozilla.org
f6108d4f62 supplimental fix for bug #343019. tab scrolling does not handle resize and underflow well. r=asaf 2006-07-03 06:07:58 +00:00
sspitzer%mozilla.org
90d29fd7ea fix for bug #343019, tab scrolling does not handle window resize well
fix for bug #342890, make tab min width 125 px by default (down from 140 px)
  and heed the hidden browser.tabs.tabMinWidth pref.
fix for bug #342385, get the hidden browser.tabs.tabClipWidth pref working.
  It was actually working, but I've changed the default to 115 px to match
  the 125 px default value for the browser.tabs.tabMinWidth pref.

also, some code cleanup and whitespace fixes.

r=mano, ui-r=beltzner
2006-07-02 00:20:10 +00:00
tor%cs.brown.edu
89f98824f7 Backout of bug 339237. 2006-07-01 07:44:49 +00:00
aaronleventhal%moonset.net
448ea09f5d Bug 339237. Fix accessible menu events regression. r+sr=bz, for UI r=neil, mano 2006-07-01 03:30:58 +00:00
martijn.martijn%gmail.com
096b11d1d6 Bug 317334 - hang when long wrappable string is passed to prompt() [e.g. as used in the exploit for IE's <body onload=window()> bug, r=mconnor 2006-06-29 05:41:29 +00:00
sspitzer%mozilla.org
604fa64419 fix for bug #343054, js errors when changing certain browser.tabs.* prefs 2006-06-29 01:26:28 +00:00
steffen.wilberg%web.de
5dcb76c12f Bug 328563: redesign about: (remove licensing info, fix l12y issues). r=bsmedberg 2006-06-28 06:31:11 +00:00
sspitzer%mozilla.org
1b096a746f fix for bug #318168, tab browsing improvements such as:
1)  when we have "too many" tabs in a window, allow the user to scroll through
the tabs.

2)  add events for when adding and removing tabs

initial patch by mconnor.  final patch r=mconnor
2006-06-26 22:35:08 +00:00
martijn.martijn%gmail.com
55c78196d3 Bug 312930 - rich text editor doesn't have context menu items for cut/copy/paste/spellcheck, r=brettw 2006-06-21 00:44:20 +00:00
gavin%gavinsharp.com
cf43eef68f Bug 327101: Ctrl+Left should close autocomplete, r=mconnor 2006-06-20 04:44:26 +00:00
bryner%brianryner.com
c2391975f2 Close the autocomplete popup if a context menu is opened (bug 296526), patch by martijn, r=me 2006-06-19 19:55:33 +00:00
brettw%gmail.com
a54888a781 Bug 335291 r+sr=bz Make trunk popup events safer 2006-06-19 16:54:53 +00:00
gavin%gavinsharp.com
d1334501f1 Bug 296383: valueFromPreferences should report unknown pref types (eg 'char') to JS Console, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mconnor 2006-06-17 21:24:48 +00:00
gavin%gavinsharp.com
870e67d657 Bug 317641: Double-Clicking on empty space below tree causes an error, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=enndeakin 2006-06-17 21:23:49 +00:00
gavin%gavinsharp.com
958fb7f15e Bug 341309: fix crash caused by the autocomplete popup setting bogus maxRows values, r=jhughes+mconnor 2006-06-16 01:50:30 +00:00
jwalden%mit.edu
77d2863c98 Bug 339540 - Remove dead find code from browser.xml and tabbrowser.xml. Patch by Adam Guthrie <ispiked@gmail.com>, r=mano 2006-06-15 18:57:22 +00:00
Olli.Pettay%helsinki.fi
922d2b6489 Bug 339659, Make .eventPhase to work with event retargeting, r=bz+enndeakin, sr=bz 2006-06-15 17:45:22 +00:00
joe%retrovirus.com
04e2ab0ff0 Fixes autocomplete so that it no longer resets the maxRows to 6 after
first popup display, regardless of the value of the maxrows attribute on the
textbox.

bug=340572
r=gavin
sr/branch=mconnor
2006-06-12 17:49:06 +00:00
jminta%gmail.com
a46d9df804 Bug 287677 dropping unknown scheme on a tab produces 2 errors, rather than 1, r=mconnor 2006-06-12 17:23:30 +00:00
sspitzer%mozilla.org
9b1e9a8203 fix for bug #340547. error in tabbrowser.xml cause by a leak fix. r=mconnor 2006-06-10 00:08:42 +00:00
sspitzer%mozilla.org
c11f5e5df4 fix for bug #315167. purple tab arrow flashes if cursor is put on it. stole this fix from jag's fix for the suite. r=mconnor
VS: ----------------------------------------------------------------------
2006-06-09 02:00:26 +00:00
gavin%gavinsharp.com
9afd27d622 Bug 314386: Tabbing or arrowing in an autocomplete popup ignores entry position at mouse pointer, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2006-06-08 17:50:03 +00:00
steffen.wilberg%web.de
c96ac4ce0a Bug 292496: Preferences window grows to double of its normal height in special circumstances. r=mconnor 2006-06-07 23:22:17 +00:00
masayuki%d-toybox.com
0dcf75876d Bug 340131 Takes two clicks to go to pasted URL r=mconnor 2006-06-07 16:48:56 +00:00
Jan.Varga%gmail.com
e5158d88ef Fix for bug 296040. Cell-based selection in trees
r=Neil Deakin, sr=Neil Rashbrook, sponsored by BEToptions
2006-06-06 20:05:13 +00:00
gavin%gavinsharp.com
0c2fa54ec1 Bug 281012: Closing the last tab loads an untitled page (about:blank) instead; doesn't clear session history, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2006-06-06 16:21:42 +00:00
gavin%gavinsharp.com
e268f39216 Bug 331938: make sure to set at least the visual transfer status of a new blank tab, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2006-06-04 06:53:44 +00:00
jminta%gmail.com
70303ebf3e Bug 339477 tabbrowser.xml's observer destructor never gets called, leaking mTabClipWidth at shutdown. Patch by Adam Guthrie <ispiked@gmail.com>, r+a=mconnor 2006-06-02 18:05:55 +00:00
masayuki%d-toybox.com
9ebd103ee6 Bug 339661 Location bar dropdown does not disappear on second click r=mconnor 2006-05-31 17:55:19 +00:00
martijn.martijn%gmail.com
79fd63f9d5 Bug 300875 - textbox with elements inside can only receive focus if its type is set to autocomplete, r=bugs.mano, sr=neil, a=neil 2006-05-30 19:50:29 +00:00
cst%andrew.cmu.edu
a99b40f939 Bug 338441
Make tabbrowser's ".browsers" property faster (Toolkit version)
r+a=mconnor
2006-05-30 15:16:11 +00:00
enndeakin%sympatico.ca
31f554baac Bug 290255, add xul scale widget, r=mconnor,roc sr=neil,roc 2006-05-30 13:50:48 +00:00
masayuki%d-toybox.com
0506e328ed Bug 240095 Location Bar doesn't stay open (collapses) when clicking on arrow the first time r=mconnor 2006-05-29 18:34:25 +00:00
gavin%gavinsharp.com
658095827b Fix customize toolbar dialog centering, patch by Dave Townsend <mossop.bugzilla@blueprintit.co.uk>, r=mconnor 2006-05-29 16:18:45 +00:00
neil%parkwaycc.co.uk
4417e1c7ec Bug 339313 Can't FAYT for shifted characters (symbols) in listboxes or trees p=zeniko@gmail.com r+sr=me 2006-05-26 12:58:09 +00:00
gijskruitbosch%gmail.com
d925f30a5f Bug 212540 - Toolbar Customization dialog should stay where the user places it
r=mconnor
p=mossop.bugzilla@blueprintit.co.uk (Dave Townsend)
2006-05-26 12:20:51 +00:00
enndeakin%sympatico.ca
467cbb1519 Bug 336439, notification area not sized properly, r=mconnor 2006-05-25 18:55:34 +00:00
neil%parkwaycc.co.uk
ea49c9699c Bug 330236 Can't always drag columns to the left r=enndeakin sr=jag 2006-05-19 11:49:28 +00:00
hwaara%gmail.com
cc558e3fbb bug 335089, shouldn't auto-focus things in dialogs/sheets on OS X (esp. not with full keyboard access off). r=mano, a181=neil, mano. xpfe patch by Neil 2006-05-17 08:54:27 +00:00
Olli.Pettay%helsinki.fi
b37689e105 Bug 335586, r+sr=mconnor,neil 2006-05-17 07:21:23 +00:00
jminta%gmail.com
418d4bb26c Bug 309814 fireEvent should report exceptions using Components.utils.reportError, r=mconnor 2006-05-17 00:46:00 +00:00
brettw%gmail.com
b40e3af47f Bug 335600 r+a=mscott Give spellchecking dictionaries reasonable names in the UI 2006-05-16 20:40:37 +00:00
ginn.chen%sun.com
9dc2366fc0 Bug 320369 wrong behavior of radiobox status update in GOK
patch by evan.yan@sun.com r=neil
2006-05-16 03:48:23 +00:00