Commit Graph

114 Commits

Author SHA1 Message Date
reed@reedloden.com
fe35178fbc Bug 414748 - "Improve focus ring painting of native themed location bar" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc r=Enn a1.9=schrep] 2008-02-10 00:30:04 -08:00
reed@reedloden.com
7a39fe9269 Back out RIVAUD Julien (_FrnchFrgg_)'s patch from bug 414845 due to regressions (bug 415350 / bug 415530 / etc.). 2008-02-06 14:00:14 -08:00
mozilla.mano@sent.com
02541d8498 Bug 406095 - add emptyText property to textbox. patch from Dao Gottwald <dao@mozilla.com>, r=gavin. 2008-02-06 11:00:09 -08:00
reed@reedloden.com
1a53e57ea9 Bug 414845 - "Urlbar history dropmarker pushed state" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron r=Enn a1.9b3=beltzner] 2008-01-31 18:15:13 -08:00
aaronleventhal@moonset.net
c8aeb1ae95 bug 407359. Fix a11y issues with popups on main screen. r=mano, r=enn, r=surkov, r=marcoz, uir=mconnor 2008-01-23 15:49:10 -08:00
aaronleventhal@moonset.net
56aa2898b8 Backing out bug 407359 because of orange 2008-01-22 14:26:57 -08:00
aaronleventhal@moonset.net
f44c2d3efd Bug 407359. Fix accessibility issues with popups in main screen UI. r=marcoz, enn, surkov, mano, ui=mconnor, a=blocking1.9 2008-01-22 07:32:20 -08:00
reed@reedloden.com
4b9aaaf500 Bug 406179 - "delete (or shift/delete) of a row in the rich url bar results does not select the next item after delete" (remove the offending code) [p=zeniko@gmail.com (Simon Bünzli) r=sspitzer a=blocking-firefox3+] 2008-01-19 18:59:21 -08:00
reed@reedloden.com
5cecb2fc60 Bug 409388 - "Number box text fields seem not to get repainted on focus events" [p=twanno@lycos.nl (Teune van Steeg) r=Enn sr=roc a1.9=schrep] 2008-01-14 02:20:59 -08:00
sspitzer@mozilla.org
174d6473d1 fix for bug #406255: emphasize the first matching text in both title and url r=gavin a=beltzner 2008-01-11 12:01:37 -08:00
reed@reedloden.com
4a4642a5f9 Bug 409636 - "autocomplete-richlistitem binding creates superfluous vbox" [p=dao@mozilla.com (Dão Gottwald) r=Neil a1.9=schrep] 2008-01-02 21:52:37 -08:00
sspitzer@mozilla.org
bf436058b9 fix for bug #400671: Location bar ignores entered url and uses autocomplete selected url instead r=gavin, a=blocking-firefox-3+ 2007-12-18 13:25:03 -08:00
gavin@gavinsharp.com
05efadbae0 Fix bug # typo in comment 2007-12-16 20:49:11 -08:00
sspitzer@mozilla.org
cee111e248 fix for bug #406194: Rich url bar keeps old scroll position even on new input patch=zeniko@gmail.com r=sspitzer/gavin a=blocking-firefox-3+ 2007-12-14 11:07:20 -08:00
sspitzer@mozilla.org
5a4be57cca for correctness: fix for bug #402118: problems when highlighting part of a title in url bar auto complete results when the title is a RTL value for performance: fix for bug #407984: get rid of the scrollboxes in autocomplete.xml fix for bug #407951: don't reset textContent in _setUpDescription() if it hasn' t changed fix for bug #408024: when setting the width of the boxes that hold the descript ion elements, use Math.floor() r=gavin, a=blocking-firefox-3+ Thanks to vlad for the performance suggestions. 2007-12-12 10:43:08 -08:00
martijn.martijn@gmail.com
78d516fdff Bug 407912 - When page is zoomed in/out, autocomplete popup doesn't have the correct width, r=enndeakin, a=mtschrep 2007-12-12 05:27:09 -08:00
sspitzer@mozilla.org
be7ca6d5ce fix for bug #406259: update 5 richlistitems at a time to improve url bar rich result utocomplete performance. r=gavin a=blocking-firefox-3+ p1/m10 2007-12-07 09:50:45 -08:00
sspitzer@mozilla.org
0e7d2c24a1 fix for bug #406355: New autocomplete has a11y issues The "faabar" wasn't friendly to screer readers, and would either just say what the user typed in the url bar or nothing at all. now, screen readers will read the title, url and type ("tag" or "bookmark") for each autocomplete result. r=gavin, a=blocking-firefox3+ 2007-12-04 22:19:38 -08:00
gavin@gavinsharp.com
f772fe4de0 Back out the patch for bug 405235 to see whether it caused the Ts/Txul hit 2007-12-04 13:00:12 -08:00
gavin@gavinsharp.com
57e643f3cb Bug 405235: search bar autocomplete doesn't appear unless content autocomplete has been used (don't rely on openAutocompletePopup to unhide the autocomplete panel), r=sspitzer 2007-12-04 10:37:21 -08:00
sspitzer@mozilla.org
da882e5cf2 fix for bug #406136: Empty rows in autocomplete when searching for the first time after starting Firefox in a supplimental patch for bug #399664, I accidentally removed this line. 2007-11-30 02:02:57 -08:00
sspitzer@mozilla.org
3b6458400c on the first url bar autocomplete search (for a new window), prevent the "stars" from jumping. details in bug #399664 r=dietrich 2007-11-29 21:56:58 -08:00
sspitzer@mozilla.org
381f71b6a8 fix for bug #399664: In location bar auto-complete, indicate which part of the result matches the query fix for bug #403159: Switch location bar auto-complete to a two line view fix for bug #399281: Transition location bar auto-complete results to a richlistbox widget r=gavin, with additional reviews from neil deakin a=firefox-3-+ sheriff approval from dietrich to check in on orange 2007-11-29 20:57:57 -08:00
martijn.martijn@gmail.com
fa82565a21 Bug 257722 - No visual feedback when clicking on scrollbarbutton in autocomplete popups (no depressed state), r=neil, a=beltzner 2007-11-27 10:53:55 -08:00
sspitzer@mozilla.org
124fe70e86 fix for bug #402668: reduce Ts by initially hiding editBookmarkPanel and autocomplete panel r=gavin, a=schrep 2007-11-11 10:36:52 -08:00
sspitzer@mozilla.org
f737d172cc backing out, tree's closed 2007-11-09 17:46:10 -08:00
sspitzer@mozilla.org
a7970f33e9 fix for bug #402668: reduce Ts by initially hiding editBookmarkPanel and autocomplete panel. r=gavin, a=schrep 2007-11-09 17:43:14 -08:00
sspitzer@mozilla.org
b549e4d71f backing out my fix for bug #399664, due to 2% Ts regression (see bug #402668 for details) 2007-11-06 00:43:53 -08:00
sspitzer@mozilla.org
a2314bff24 fix for bug #399664: In location bar autocomplete, indicate which part of the result matches the query (and make sure it is visible) r=gavin, parts r=neil deakin a=m9 blocker 2007-11-05 21:31:22 -08:00
reed@reedloden.com
eb3a474991 Bug 400809 - "remove unneeded/unused parts from the urlbar binding" [p=dao r=gavin aM9=mconnor] 2007-10-25 19:53:01 -07:00
martijn.martijn@gmail.com
efc1f794ab Bug 399316 - Bug introduced with patch for bug 216434 (autocomplete dropdown covers textbox when textbox is near bottom of screen), r=neil, a=mconnor 2007-10-12 03:24:00 -07:00
martijn.martijn@gmail.com
abfea7744c Bug 216434 - autocomplete dropdown covers textbox when textbox is near bottom of screen, r=neil, a=mconnor 2007-09-30 12:00:10 -07:00
sspitzer@mozilla.org
8e9c527c5a fix for bug #387718: the location bar dropdown should show a star next to bookmarked results r=gavin 2007-08-31 13:19:19 -07:00
sspitzer@mozilla.org
9b2769f1e8 fix for bug #389503: handle repeated calls to ProcessResult() [allow for incremental autocomplete search results] r=gavin 2007-08-21 16:55:54 -07:00
enndeakin@sympatico.ca
239bab7b12 Bug 385275, handle tab navigation in popups properly, r+sr=roc 2007-08-15 18:09:58 -07:00
neil@parkwaycc.co.uk
50d77311d4 Bug 391338 Remove popup tree hover event coordinate hacks r=Enn,mscott 2007-08-09 11:52:01 -07:00
enndeakin@sympatico.ca
59c3596049 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz 2007-07-04 08:49:38 -07:00
enndeakin@sympatico.ca
8a87437d5f Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca
534c14e326 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 12:04:45 -07:00
bent.mozilla@gmail.com
1adf199346 Bug 381084 - "Autocomplete textbox cannot be resized after the popup has shown". Patch by Matt Crocker <matt@songbirdnest.com>. r=gavin. 2007-05-20 18:30:59 -07:00
enndeakin%sympatico.ca
a45ef78fd0 Bug 357257, autocomplete items cut off by the word 'Suggestions', r=gavin,neil,sr=neil 2007-03-02 17:58:55 +00:00
enndeakin%sympatico.ca
ec8a31f049 Bug 366056, autocomplete selectionStart/selectionEnd cannot be modified, r=mano 2007-01-06 14:29:24 +00:00
mozilla.mano%sent.com
b1e8afbc08 Bug 363125 - location bar is stretched vertically in Pinstripe. r=gavin. 2006-12-08 16:18:03 +00:00
mozilla.mano%sent.com
93e03d6be8 Bug 359552 - Remove keycode constants from nsIAutoCompleteController. r=gavin. 2006-12-07 12:59:02 +00:00
mozilla.mano%sent.com
0107aac2a2 Bug 359056 - [Winstripe] regression: no hover feedback for go/search dropdown buttons. r=gavin. 2006-12-07 08:58:48 +00:00
aaronleventhal%moonset.net
4bc480ae82 Bug 352195. Search box uses embeds but has no children. r=surkov, sr=neil 2006-09-17 18:04:13 +00:00
mozilla.mano%sent.com
23a987b906 Bug 348759 - Replace the deck used to fix bug 337427. r=mconnor. 2006-09-13 20:00:09 +00:00
enndeakin%sympatico.ca
fb4a38ba0c Bug 348614, better theming for dropmarker, r=neil,mano
CVS: ----------------------------------------------------------------------
2006-08-28 15:56:47 +00:00
aaronleventhal%moonset.net
793d61f079 Bug 241015. Remote XUL is not accessible. Patch by Alexander Surkov. r=aaronlev. Chrome r='s by neil and mano 2006-07-24 16:12:08 +00:00
gavin%gavinsharp.com
cf43eef68f Bug 327101: Ctrl+Left should close autocomplete, r=mconnor 2006-06-20 04:44:26 +00:00