Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Magnus Melin
6b6bed0e6d
Bug 1130858 - Recipient autocomplete suggestion overrides ANY manual address input if quickly entered/pasted and confirmed with Enter/Tab before autocomplete suggestions disappear. r=mak
2015-07-15 16:21:52 +03:00
Marco Bonardo
e661f14530
Bug 1173748 - Part 1: allow inserting result matches at given indices. r=adw
2015-07-03 13:37:37 +02:00
Gijs Kruitbosch
b4e3c116f7
Bug 1043584 - fix mouseover vs. enter issue in the urlbar, r=mak
2014-12-02 15:52:26 -08:00
Andrew Halberstadt
11b824f09b
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
2014-10-07 18:18:28 -04:00
Jim Blandy
39dc0c6097
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Marco Bonardo
a50da3e1dc
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
Gregory Szorc
dffb8830ba
Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
...
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.
This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
2014-02-06 13:00:20 -08:00
Mike Hommey
7f7e4faac1
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Gregory Szorc
94638f8bda
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
Joey Armstrong
6af3f1ee26
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
Joey Armstrong
6a224ff449
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
2013-04-29 14:49:00 -04:00
Kyle Machulis
331f36baa9
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-03-29 13:56:18 -07:00
Mike Shal
24be52d653
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Gregory Szorc
f96c000ea2
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
Mike Hommey
0f9f294ea0
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Marco Bonardo
1c5eccb65b
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
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Masayuki Nakano
1f6df04cb6
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
184853699f
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
78bcfa0fec
Bug 720598 - nsAutocompleteController HandleKeyNavigation() and EnterMatch() call GetDefaultCompleteValue() with a bogus aResultIndex.
...
r=gavin
2012-01-26 00:54:27 +01:00
Marco Bonardo
78d1029b2a
Bug 720066 - Tagging broken, cannot type in the tag field.
...
r=gavin
2012-01-24 20:37:44 +01:00
Michael Ventnor
178570bda1
Bug 660156 - Race condition between sync and async autocomplete searches.
...
r=mak
2012-01-19 12:31:20 +01:00
Michael Ventnor
6a29d2eb54
Bug 660592 - Allow autocomplete results to hide themselves from the popup.
...
r=mak sr=gavin
2012-01-19 12:31:19 +01:00
Felix Fung
811a1ae2df
Bug 440866 - NO_MATCH in Multiple AutoComplete Searches Cancels Others. r=gavin
2011-11-16 02:36:02 -08:00
Joel Maher
39ca77fbd2
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
2011-05-20 11:54:01 -04:00
David Zbarsky
760888f99c
Bug 556007 (2/3) - Use values from datalist in autocomplete popups. r=dolske ui-r=limi a2.0=sicking
2010-09-10 07:19:20 +02:00
Joel Maher
66966b3623
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
2010-08-26 14:47:28 -07:00
Clint Talbert
50d7d4c696
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
2010-08-25 14:03:44 -07:00
Joel Maher
653ecb9166
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
2010-08-25 11:47:39 -07:00
Jonas Sicking
3a09698a51
Backout bugs 586754, 574189, 584611 due to orange. a=backout
2010-08-20 11:08:43 -07:00
Joel Maher
3bc5eca86a
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
2010-08-20 09:32:58 -07:00
Marco Bonardo
4b0c422ddd
Bug 572800 - Ensure previous autocomplete query has been canceled before starting a new one. r=sdwilsh
2010-06-22 02:01:35 +02:00
Metal Sonic
259a398dae
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
2009-12-21 21:50:30 +00:00
Jae-Seong Lee-Russo
d340b148b1
Toolkit tests that fail in js strict mode.
...
Bug 524781 - xpcshell-tests: turn on strict & werror by default.
r=benjamin.
2009-11-15 12:20:35 +01:00
Daniel Holbert
37cf5be52d
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Robert Sesek
df6f6c8aa5
Bug 463023 - nsIAutoCompleteController::searchStatus is initialized to 0, which is not a documented constant (nsAutoCompleteController::mSearchStatus); Unit test; r=gavin.sharp
2009-01-03 08:33:20 +01:00
Mark Banner
103516b017
Bug 438861 Autocomplete does not pass back previous results to a second search. r=enndeakin
2008-08-26 08:34:19 +01:00
Mark Banner
b2d7f37a91
Backout bug 438861 due to Lk/MH regression
2008-08-24 20:45:57 +01:00
Mark Banner
23e30154c3
Bug 438861 Autocomplete does not pass back previous results to a second search. r=enndeakin
2008-08-24 19:37:40 +01:00
bbe1a94a08
Bug 418712 - nsIAutoCompleteInput should fire an event when a search begins. r=gavin, a1.9=beltzner
2008-02-21 15:17:33 -08:00
9a190dc0c6
adding a unit test for bug #393191 . r=gavin
2007-08-22 10:23:24 -07:00
216f0fda8c
adding the unit test for mutliple autocomplete
2007-08-21 16:56:52 -07:00
f35baa73cf
fix for bug #373353 : add favicons to the results in the location bar
...
r=mano
2007-07-20 14:55:18 -07:00
4c82b3771e
Bug 378079 - AutoComplete returns invalid rows when more than one AutoCompleteSearch is used. Patch by Matt Crocker <matt@songbirdnest.com>. r=gavin.sharp
2007-07-05 18:43:20 -07:00
a98d929e1e
Bug 330578 - (Shift+) delete in URL bar autocomplete list no longer persistent. r=mconnor.
2007-05-27 10:45:20 -07:00