Jorg K
6cb48726c1
Bug 1042561 - Autocomplete: Typed text in red despite results/matches found if suggestions change by last input r=mak
2015-03-22 13:25:42 +01:00
Carsten "Tomcat" Book
cb5b2490cb
backed out changeset b798fd098e09 (bug 1042561) for assertion failure in mochitests
2015-03-20 13:32:28 +01:00
Carsten "Tomcat" Book
c150e8dbed
Backed out changeset ef86c7c53d21 (bug 1042561)
2015-03-20 13:32:01 +01:00
Tim Taubert
6b0e509bcd
Bug 1042561 - Correct autocomplete search result update handling in OnUpdateSearchResult() r=mak
2015-03-20 11:15:40 +01:00
Jorg K
79075a61e1
Bug 1042561 - Autocomplete: Typed text in red despite results/matches found if suggestions change by last input r=mak
2015-03-20 11:18:07 +01:00
Neil Deakin
4be3ac5710
Bug 1131685, don't have the selection in the list interfere with caret movement in the search field, r=mak
2015-02-26 09:14:19 -05:00
Neil Deakin
c891137718
Bug 1114707, don't close search suggestions when the caret is moved when norolluponanchor is set, r=mak
2015-02-02 15:53:55 -05:00
Magnus Melin
8144f3fdb5
Bug 1114011 - for autocomplete with for minresultsforpopup > 1: entering match doesn't work properly. r=mak
2015-01-10 13:48:24 +02:00
Magnus Melin
2c74c92e3b
Bug 1043310 - AutoCompletion doesn't take capitalization from address book entry, can leave angle brackets characters >> in field, when loosing focus by clicking outside (not enter/tab). r=mak
...
The fix has two aspects:
- for onblur we need to complete to the actual suggestion not to leave addresses uncapitalized or having " >> " as value
- once we have a valid selection that should not be changed to default because EnterMatch is called again (which it is with blur if the value was confirmed by enter, or mouse selection already)
2015-01-10 13:48:23 +02:00
Gijs Kruitbosch
4a1b5156d6
Bug 1043584 - fix mouseover vs. enter issue in the urlbar, r=mak
...
--HG--
extra : rebase_source : a44d3e897a6ae930119fff45b6babc7a0ad8bcbb
2014-12-02 15:52:26 -08:00
Julian Viereck
702e34d250
Bug 950797 - Use result from last completion in nsAutoCompleteController to reduce autoFill UI flickering until search results come back. r=mak
2014-09-30 04:14:49 -07:00
Marco Bonardo
2cd37b93c5
Bug 1059846 - Search engine may autofill in-the-middle. r=ttaubert
2014-09-11 17:37:08 +02:00
Marco Bonardo
f4a9dae6da
Bug 433788 - Crash in [@ nsAutoCompleteController::ClosePopup] due to re-entrancy. r=Enn
2014-07-30 16:55:47 +02:00
Birunthan Mohanathas
5f1fde8824
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Marco Bonardo
5ac6d5ccbe
Bug 754265 - Add a dedicated API to provide a final complete value different from the matching one, r=Enn sr=gavin
2014-04-18 16:04:19 +02:00
Ehsan Akhgari
1b83407ce9
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Birunthan Mohanathas
9deb678652
Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (2/2); r=ehsan
2013-10-10 16:38:19 -04:00
Ehsan Akhgari
5fa3a6a984
Bug 919326 - Minimize the #includes in layout/ IDL files; r=roc
...
--HG--
extra : rebase_source : ec8cdff9466ff75463841818537ecead2cb57e62
2013-09-22 19:24:27 -04:00
Mike Hommey
2e729aa83d
Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8
2013-08-02 10:29:05 +09:00
Trevor Saunders
254bffb739
bug 407956 - make nsITreeView not take a nsISupportsArray* r=neil, bz sr=neil
2013-01-06 19:54:42 -05:00
Daniel Holbert
509d856ac8
Bug 838301: Use nsCOMArray::Length() instead of Count() in nsAutoCompleteController.cpp, where appropriate. r=mounir
2013-02-06 07:40:55 -08:00
Daniel Holbert
921b6093ca
Bug 836345: Cast nsCOMArray::Count()'s result to uint32 in nsAutoCompleteController.cpp, to fix signed/unsigned comparison build warnings. r=mounir
2013-01-31 14:40:04 -08:00
Brian R. Bondy
40997b056e
Bug 823990 - Autocomplete results should not disappear for no results when minResults == 0. r=mak
2013-01-30 13:17:38 -05:00
Trevor Saunders
83bcbe0d6b
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
2013-01-12 07:40:33 -05:00
Marco Bonardo
f572427091
Bug 825786 - crash in nsAutoCompleteController::HandleDelete.
...
r=Enn
2013-01-17 00:12:43 +01:00
Andreas Wagner
df3aedaa70
Bug 550175 - Check if a row in an autocomplete popup is selected while pressing DEL. r=mak
2012-12-23 11:45:44 -05:00
Benoit Jacob
986ee1a065
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
2012-11-15 02:32:40 -05:00
Marco Bonardo
ddb1de2bb4
Bug 781617 - autoFill should respect user's input.
...
r=unfocused
2012-09-21 16:56:20 +02:00
Randell Jesup
65539ef89c
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
Ehsan Akhgari
e368dc9c85
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Aryeh Gregor
d0ad5a7d0c
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Marco Bonardo
7f803e4aac
Bug 720081 - Part 1: backportable solution for autocomplete controller to provide a different final defaultComplete value for typeAheadResults
...
r=gavin
2012-06-04 00:42:48 +02:00
Gavin Sharp
fabb6e1370
Back out 59409e2655ca (from bug 720081) due to bug 760803
2012-06-02 13:35:39 -07:00
Marco Bonardo
ac692a7609
Bug 720081 - Part 1: backportable solution for autocomplete controller to provide a different final defaultComplete value for typeAheadResults
...
r=gavin
2012-06-01 14:38:37 +02:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Masayuki Nakano
4babca2b10
Bug 720659 nsAutoCompletController should search with committed composition string at input event handler immediately after compositionend event rather than composition event handler feedback=mak+m_kato, r=gavin
2012-03-13 15:03:03 +09:00
Marco Bonardo
5bcf8993dd
Bug 720792 - Implement a better solution to start selected searches without a timeout.
...
r=gavin
2012-03-01 14:37:13 +01:00
Marco Bonardo
7857cfe044
Bug 720792 (part 1) - Backout autocomplete delay changes, for compatibility problems.
...
r=gavin
2012-01-31 11:29:20 +01:00
Josh Matthews
02f995556f
Bug 674353 - Avoid using null pointer when trying to autocomplete. r=mak
2012-01-26 14:15:58 -05:00
Marco Bonardo
8e88d69e46
Bug 720598 - nsAutocompleteController HandleKeyNavigation() and EnterMatch() call GetDefaultCompleteValue() with a bogus aResultIndex.
...
r=gavin
2012-01-26 00:54:27 +01:00
Marco Bonardo
b318c63448
Bug 720066 - Tagging broken, cannot type in the tag field.
...
r=gavin
2012-01-24 20:37:44 +01:00
Michael Ventnor
5c706d5982
Bug 566489 - Enable inline autocomplete again, but make it smarter.
...
Original patch by Michael Ventnor, further improved by David Dahl <ddahl@mozilla.com>.
r=mak
2012-01-19 12:31:24 +01:00
Michael Ventnor
dcccf2c9c1
Bug 660156 - Race condition between sync and async autocomplete searches.
...
r=mak
2012-01-19 12:31:20 +01:00
Michael Ventnor
eb11118340
Bug 660592 - Allow autocomplete results to hide themselves from the popup.
...
r=mak sr=gavin
2012-01-19 12:31:19 +01:00
Masayuki Nakano
66e4ee7d5a
Bug 717147 part.2 Don't do autocomplete during composition r=dolske
2012-01-13 15:19:22 +09:00
Felix Fung
204a335ade
Bug 702410 - mIsOpen is a Redundant Property. r=mak
2011-11-18 14:37:51 -08:00
Felix Fung
01717c44c6
Bug 440866 - NO_MATCH in Multiple AutoComplete Searches Cancels Others. r=gavin
2011-11-16 02:36:02 -08:00
Ehsan Akhgari
92064e6d3f
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Mounir Lamouri
008fda034c
Bug 651956 - ESC key should not fire an input event on text fields. r=bz,dolske
2011-10-14 18:01:36 +02:00
Michael Wu
d2b70213ac
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
...
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00