Matthew Noorenberghe
73e5279703
Bug 1304634 - Part 1: Introduce MarkAsAutofillField API and necessary logic changes in controller, r=MattN
...
MozReview-Commit-ID: BeZXuWMvcQg
2016-09-22 15:26:28 +08:00
Dale Harvey
b2b4d66273
Bug 1311301 - Ensure login managed inputs focus on load. r=mattn
2016-12-01 00:01:52 +00:00
Dale Harvey
d22815a8fa
Bug 376668 - Make login fields show autocomplete on focus. r=mattn
2016-11-21 15:20:44 +00:00
Boris Zbarsky
0fa8643c26
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
09487b6354
Bug 1289913 - Show autocomplete UI on password fields.; r=MattN
...
MozReview-Commit-ID: LGKM6igKbQB
2016-11-03 18:07:39 +08:00
Sebastian Hengst
572c945d98
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
3cc8a23f07
Bug 1289913 - Show autocomplete UI on password fields.; r=MattN
...
MozReview-Commit-ID: LGKM6igKbQB
2016-11-03 18:07:39 +08:00
Stephen A Pohl
4a4e7b41cf
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
12b2b6852f
Bug 1304501 - Properly disable trimUrl on autofill. r=adw
...
MozReview-Commit-ID: IxCOWkqFYV0
2016-09-21 21:55:00 +02:00
Marco Bonardo
4fc92051bb
Bug 1301093 - Part 1: don't wait for a result when we won't get one. r=adw
...
MozReview-Commit-ID: E6l9mW3ZoKp
2016-09-07 17:44:46 +02:00
Michael Layzell
d32dafff26
Bug 1018486 - Part 8: Various other changes, r=smaug
...
MozReview-Commit-ID: B0dsomkWgEk
2016-09-07 10:50:45 -04:00
Yoshi Huang
d1b4579af0
Bug 1244340 - Part 3: pass userContextId to search suggestions r=mak
2016-08-26 18:59:00 +08:00
Nicholas Nethercote
1f65390cc9
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.
2016-08-08 12:18:10 +10:00
Drew Willcoxon
a11453a5f4
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
b972c94d0f
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
aadd508ffe
Backed out changeset 85ce8cb0639a (bug 1268313)
2016-04-29 14:21:16 +02:00
Kyle Huey
e62a0823c9
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-04-28 14:08:25 -07:00
Kyle Huey
a9cf047227
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
Blake Kaplan
4f61345748
Bug 1259303 - Properly cancel login manager async searches to avoid assertions. r=MattN
2016-04-18 16:23:18 -07:00
Marco Bonardo
adef8ce5ae
Bug 1252074 - test_form_autocomplete.html and test_form_autocomplete_with_list.html should pass on e10s. r=paolo
...
MozReview-Commit-ID: CISKztr4p4N
2016-03-02 14:34:38 +01:00
Kyle Huey
e95edb30a9
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
Chris Peterson
bc86715fca
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
3f4b5ffc3f
Bug 1187138 (part 2) - Replace nsBaseHashtable::Enumerate() calls in toolkit/ with iterators. r=froydnj.
2015-11-24 16:53:46 -08:00
Marco Bonardo
6c190ee363
Bug 720589 - mMatchCounts may be accessed with a nonexisting index. r=neil
2015-11-10 20:18:24 +01:00
Kyle Huey
8f8794e1c7
Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz
2015-10-26 14:37:32 -07:00
Brian Grinstead
7c5f758db3
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
7d17ed419a
Bug 1184842. Add aNewValue to nsIMutationObserver::AttributeWillChange. r=peterv
2015-07-25 18:05:19 +12:00
Robert O'Callahan
5bde6d4aaa
Bug 1184842. Pass aOldValue to all mutation observers. r=peterv
2015-07-25 18:01:19 +12:00
Juan Gomez
89035d527e
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
2015-07-03 18:29:00 -07:00
Ryan VanderMeulen
7aba9d7002
Backed out changeset 8b4e4083639e (bug 1171931) for B2G debug emulator bustage.
2015-06-25 19:48:42 -04:00
Juan Gomez
7323e89a40
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
2015-06-24 14:11:00 -04:00
Blake Kaplan
3c87e6125f
Bug 1024437 - Make <datalist> work in e10s. r=MattN
2015-05-28 09:55:46 -07:00
Tim Taubert
590e5ede8d
Bug 1145146 - Remove offensive comment from nsFormFillController r=mak
2015-03-19 14:34:28 +01:00
Matthew Noorenberghe
d95122c9ac
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
224e9e2862
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
07bba9f488
Bug 1110557. r=mak, r=gavin
2015-01-24 12:37:47 -05:00
Jonathan Kew
4245588c2f
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
59a2dbeaa9
Bug 1064587 - Cycle collect nsFormFillController. r=smaug
2014-09-09 19:45:50 -07:00
Blake Kaplan
06dadd79f0
Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske
2014-06-28 11:09:45 -07:00
Carsten "Tomcat" Book
40a0119636
Backed out changeset f556e62f5ee8 (bug 993197) for causing bug 1030663 a=orange
2014-06-27 15:18:16 +02:00
Blake Kaplan
95838aff2d
Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske
2014-06-25 17:07:38 -07:00
Ryan VanderMeulen
e3bc0bb1f8
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
c531e6e6c4
Bug 949617 - Make the login manager work in e10s. r=dolske
2014-06-24 14:34:02 -04:00
Blake Kaplan
e700c8e0bc
Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske
2014-06-24 14:34:02 -04:00
Trevor Saunders
c5d0801c5c
bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug
2014-01-09 21:03:47 -05:00
Birunthan Mohanathas
cc3389eabe
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
eeb9aaaa94
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
509005c5c3
Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
2014-03-05 09:37:43 +09:00
Maksim Lebedev
bcb0062c03
Bug 970199 - Switch mouse event button type from ushort to short according to spec change. r=smaug
2014-02-20 10:38:13 -08:00
Trevor Saunders
bf4845d00a
bug 939049 - get rid of useless QIs r=smaug
2013-11-15 11:32:12 -05:00