Matthew Noorenberghe
9b47622cca
Bug 1304634 - Part 1: Introduce MarkAsAutofillField API and necessary logic changes in controller, r=MattN
...
MozReview-Commit-ID: BeZXuWMvcQg
--HG--
extra : rebase_source : b4d9f774e5aca4a1520a685bfaa1f3b68e86c0d3
2016-09-22 15:26:28 +08:00
Dale Harvey
e4ee5fbc31
Bug 1311301 - Ensure login managed inputs focus on load. r=mattn
2016-12-01 00:01:52 +00:00
Dale Harvey
26080db322
Bug 376668 - Make login fields show autocomplete on focus. r=mattn
2016-11-21 15:20:44 +00:00
Boris Zbarsky
62e08b6904
Bug 1317367 part 4. Pass an explicit CallerType to HTMLInputElement::GetValueInternal. r=smaug
...
I'm not 100% sure that I'm being very consistent in my handling of
mFocusedValue, but since that's not used for file inputs, I don't think it
matters much...
A bigger problem is if people start using this caller type for things other than
file inputs.
2016-11-15 12:46:32 -05:00
Sean Lee
5416c9a8fe
Bug 1289913 - Show autocomplete UI on password fields.; r=MattN
...
MozReview-Commit-ID: LGKM6igKbQB
--HG--
extra : rebase_source : 31e144b0290f23e24cc09a7768541865f675df36
2016-11-03 18:07:39 +08:00
Sebastian Hengst
7933fd8969
Backed out changeset 53d701cacdea (bug 1289913) for failing xpcshell test_user_autocomplete_result.js on Android and mochitest test_password_field_autocomplete.html on many platforms. r=backout
2016-11-12 14:10:32 +01:00
Sean Lee
40bda5317d
Bug 1289913 - Show autocomplete UI on password fields.; r=MattN
...
MozReview-Commit-ID: LGKM6igKbQB
--HG--
extra : rebase_source : e20c8c9122611ab7b7a5aba6904e93167a5d015c
2016-11-03 18:07:39 +08:00
Stephen A Pohl
872ca624a7
Bug 1183037: Ensure that autocomplete popups can be displayed again after being dismissed the first time. r=mconley
2016-10-24 11:46:16 -04:00
Marco Bonardo
6fba552346
Bug 1304501 - Properly disable trimUrl on autofill. r=adw
...
MozReview-Commit-ID: IxCOWkqFYV0
--HG--
extra : rebase_source : f6519c6f245199db550e2d999931c65154d38427
2016-09-21 21:55:00 +02:00
Marco Bonardo
95dbb8627b
Bug 1301093 - Part 1: don't wait for a result when we won't get one. r=adw
...
MozReview-Commit-ID: E6l9mW3ZoKp
--HG--
extra : rebase_source : 39144a190f27257b190178308b26fa3f7bea15a2
2016-09-07 17:44:46 +02:00
Michael Layzell
36e08437d0
Bug 1018486 - Part 8: Various other changes, r=smaug
...
MozReview-Commit-ID: B0dsomkWgEk
2016-09-07 10:50:45 -04:00
Yoshi Huang
8c13a9fd49
Bug 1244340 - Part 3: pass userContextId to search suggestions r=mak
2016-08-26 18:59:00 +08:00
Nicholas Nethercote
e7f10a07fd
Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm.
...
This patch makes most Run() declarations in subclasses of nsIRunnable have the
same form: |NS_IMETHOD Run() override|.
As a result of these changes, I had to add |override| to a couple of other
functions to satisfy clang's -Winconsistent-missing-override warning.
--HG--
extra : rebase_source : 815d0018b0b13329bb5698c410f500dddcc3ee12
2016-08-08 12:18:10 +10:00
Drew Willcoxon
55ab8f47c3
Bug 1180944 - Implement one-off searches from Awesomebar. r=mak,florian
...
MozReview-Commit-ID: A9YXB32L7MN
2016-08-02 18:00:26 -07:00
Kyle Huey
941ab1f522
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
Carsten "Tomcat" Book
ba3fe0975c
Backed out changeset 85ce8cb0639a (bug 1268313)
...
--HG--
extra : rebase_source : 56d1cf41a2dc4959b67f834e07192a5c772176a8
2016-04-29 14:21:16 +02:00
Kyle Huey
48a594a09e
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-04-28 14:08:25 -07:00
Kyle Huey
c73656947b
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
Blake Kaplan
d056b90405
Bug 1259303 - Properly cancel login manager async searches to avoid assertions. r=MattN
2016-04-18 16:23:18 -07:00
Marco Bonardo
0223734aed
Bug 1252074 - test_form_autocomplete.html and test_form_autocomplete_with_list.html should pass on e10s. r=paolo
...
MozReview-Commit-ID: CISKztr4p4N
--HG--
extra : rebase_source : 8aa05cc7c358394e8667ad8149cbc4987cd4e412
2016-03-02 14:34:38 +01:00
Kyle Huey
91efc5a86c
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
Chris Peterson
30e31900cf
Bug 1236325 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in satchel. r=mak
...
toolkit/components/satchel/nsFormFillController.cpp:974:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2016-01-01 17:02:54 -07:00
Nicholas Nethercote
07c63a97b8
Bug 1187138 (part 2) - Replace nsBaseHashtable::Enumerate() calls in toolkit/ with iterators. r=froydnj.
...
--HG--
extra : rebase_source : 4dd743a5357e894482a47847344e7b6a6fe84c74
2015-11-24 16:53:46 -08:00
Marco Bonardo
2cb37ef1e6
Bug 720589 - mMatchCounts may be accessed with a nonexisting index. r=neil
2015-11-10 20:18:24 +01:00
Kyle Huey
c7d3c4e21a
Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz
2015-10-26 14:37:32 -07:00
Brian Grinstead
d23fa8b95a
Bug 1034110 - Provide a way to observe mutations for ::before/::after pseudo elements;r=smaug
...
Adds a new chrome-only MutationObserverInit option called nativeAnonymousChildList
that will cause a mutation to fire when a native anonymous root is bound or unbound
2015-09-24 08:23:32 -07:00
Robert O'Callahan
efd3df82d6
Bug 1184842. Add aNewValue to nsIMutationObserver::AttributeWillChange. r=peterv
...
--HG--
extra : commitid : 8C2GnpowyCS
extra : rebase_source : 3f2948df48fe13f65425345f7b674e4e4869c861
2015-07-25 18:05:19 +12:00
Robert O'Callahan
1e49288224
Bug 1184842. Pass aOldValue to all mutation observers. r=peterv
...
--HG--
extra : commitid : CYjyQn3BAqb
extra : rebase_source : ef153c7cf1e08a058d8de6a76dbe7dc343a299fb
2015-07-25 18:01:19 +12:00
Juan Gomez
258ad59e3f
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
2015-07-03 18:29:00 -07:00
Ryan VanderMeulen
5f5c327690
Backed out changeset 8b4e4083639e (bug 1171931) for B2G debug emulator bustage.
2015-06-25 19:48:42 -04:00
Juan Gomez
702a59d135
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
...
--HG--
extra : rebase_source : 2ecbe6c1dd8a7ad8dc529b53349ad431cf1116c9
2015-06-24 14:11:00 -04:00
Blake Kaplan
6ff0cdd8d2
Bug 1024437 - Make <datalist> work in e10s. r=MattN
2015-05-28 09:55:46 -07:00
Tim Taubert
1a56f5de29
Bug 1145146 - Remove offensive comment from nsFormFillController r=mak
2015-03-19 14:34:28 +01:00
Matthew Noorenberghe
d278e9f918
Bug 1121040 - Don't send RETURN keypresses to content while a satchel autocomplete entry is selected. r=Gijs,smaug
2015-03-02 13:59:17 -08: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
Mats Palmgren
6ad9ccfee6
Bug 1110557. r=mak, r=gavin
2015-01-24 12:37:47 -05:00
Jonathan Kew
780f34be85
Bug 1077515 - part 12 - Remap arrow keys in nsFormFillController so that the caret works properly in vertical-mode <input> elements. r=roc
2014-11-22 14:39:05 +00:00
Andrew McCreight
fc76592c5c
Bug 1064587 - Cycle collect nsFormFillController. r=smaug
2014-09-09 19:45:50 -07:00
Blake Kaplan
9f4e85f541
Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske
2014-06-28 11:09:45 -07:00
Carsten "Tomcat" Book
c53408cf9d
Backed out changeset f556e62f5ee8 (bug 993197) for causing bug 1030663 a=orange
2014-06-27 15:18:16 +02:00
Blake Kaplan
fdf377f998
Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske
...
--HG--
extra : rebase_source : 352bc226cee01b630be9e5867a3c412358d20a0b
extra : histedit_source : 157e16baab52e67e52705945fa95a17eafc6d94a%2C405dc43a390984ca70c32e8f93beb03a96a625b7
2014-06-25 17:07:38 -07:00
Ryan VanderMeulen
323ddc70d4
Backed out 5 changesets (bug 993197, bug 949617, bug 995489, bug 1029128) for Android test failures.
...
Backed out changeset 033d6271fd19 (bug 1029128)
Backed out changeset f568b1dc9880 (bug 1029128)
Backed out changeset daa9c46d19dc (bug 949617)
Backed out changeset 2baf5c61cbf5 (bug 995489)
Backed out changeset 654c1f0c88bc (bug 993197)
2014-06-24 15:36:18 -04:00
Blake Kaplan
c0af3f26a6
Bug 949617 - Make the login manager work in e10s. r=dolske
2014-06-24 14:34:02 -04:00
Blake Kaplan
ee1482244a
Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske
2014-06-24 14:34:02 -04:00
Trevor Saunders
78966cf36b
bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug
2014-01-09 21:03:47 -05:00
Birunthan Mohanathas
f65339b9ff
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
2014-05-22 06:48:51 +03: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
Masayuki Nakano
08a11f7934
Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
...
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
2014-03-05 09:37:43 +09:00
Maksim Lebedev
2bef39fb53
Bug 970199 - Switch mouse event button type from ushort to short according to spec change. r=smaug
...
--HG--
extra : rebase_source : 7da22cbb4a3fcc6fa7cc8350bea0f87adf896788
2014-02-20 10:38:13 -08:00
Trevor Saunders
158a12ab72
bug 939049 - get rid of useless QIs r=smaug
2013-11-15 11:32:12 -05:00