index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
autofill
/
content
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better error reasons for rAc
estade@chromium.org
2014-04-11
3
-37
/
+49
*
Clean-up in autofill_messages.h: IWYU
rchtara@chromium.org
2014-04-10
1
-0
/
+3
*
Update a few more references to WebFrame to use WebLocalFrame.
dcheng@chromium.org
2014-04-10
3
-2
/
+3
*
Password manager internals page: Introduce logger in renderer
vabr@chromium.org
2014-04-10
4
-0
/
+130
*
Convert Chrome usages of WebFrame to WebLocalFrame.
dcheng@chromium.org
2014-04-08
8
-24
/
+27
*
Prepare Chromium for requestAutocomplete API changes.
estade@chromium.org
2014-04-07
2
-5
/
+17
*
Move fingerprint_browsertest to components.
primiano@chromium.org
2014-04-03
2
-1
/
+214
*
Autofill/rAc: dispatch "input"/"change" on <input>, <textarea>, and <select>
dbeam@chromium.org
2014-03-31
3
-32
/
+16
*
Add Autofill preview support for <select> input fields
ziran.sun@samsung.com
2014-03-27
1
-7
/
+12
*
Remove textFieldDidChange(const blink::WebInputElement& element)
ziran.sun@samsung.com
2014-03-27
2
-11
/
+0
*
Remove usage of WebFrame::uniqueName when using WebView::findFrameByName
vitalybuka@chromium.org
2014-03-26
1
-1
/
+1
*
Add supports that allow Autofill to be initiated from textarea field
ziran.sun@samsung.com
2014-03-25
9
-154
/
+210
*
Only hightlight the part of suggestion string that has not been typed into in...
ziran.sun@samsung.com
2014-03-24
1
-0
/
+2
*
Don't attempt to query GPU info for blacklisted GPUs.
isherman@chromium.org
2014-03-22
1
-2
/
+4
*
Move (last?) 2 autofill unit tests to components_unittests.
estade@chromium.org
2014-03-21
3
-24
/
+9
*
Revert 258541 "Don't attempt to query GPU info for blacklisted G..."
engedy@chromium.org
2014-03-21
1
-4
/
+2
*
Don't attempt to query GPU info for blacklisted GPUs.
isherman@chromium.org
2014-03-21
1
-2
/
+4
*
rAc: cancel dialog if invoking frame (or an ancestor) is navigated.
dbeam@chromium.org
2014-03-20
6
-17
/
+54
*
remove dependency from a couple wallet unit tests to chrome/
estade@chromium.org
2014-03-19
3
-16
/
+21
*
Revert 257476 "Add supports that allow Autofill to be initiated ..."
isherman@chromium.org
2014-03-18
9
-216
/
+155
*
Revert 257524 "Move IsStringASCII/UTF8 to base namespace."
brettw@chromium.org
2014-03-17
1
-1
/
+1
*
Move IsStringASCII/UTF8 to base namespace.
brettw@chromium.org
2014-03-17
1
-1
/
+1
*
Add supports that allow Autofill to be initiated from textarea field
ziran.sun@samsung.com
2014-03-17
9
-155
/
+216
*
Add "previewing on hover" support for single-field autocomplete input
ziran.sun@samsung.com
2014-03-15
6
-19
/
+71
*
Move UTF16ToASCII, remove WideToASCII.
brettw@chromium.org
2014-03-14
1
-1
/
+1
*
Remove a variety of defunct flags.
estade@chromium.org
2014-03-14
1
-3
/
+0
*
Rename AutofillDriverImpl to ContentAutofillDriver
blundell@chromium.org
2014-03-12
8
-309
/
+304
*
[Autofill] Don't attempt to dereference a NULL frame pointer in didAssociateF...
isherman@chromium.org
2014-03-12
1
-1
/
+1
*
Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...
brettw@chromium.org
2014-03-11
1
-1
/
+2
*
rAc: don't reset reference to invoking form on frame load.
dbeam@chromium.org
2014-03-11
2
-7
/
+0
*
Move user_agent code from webkit/ to content/.
tfarina@chromium.org
2014-03-11
1
-1
/
+0
*
Simplify the user agent code some more since after r255534 it's not affected ...
jam@chromium.org
2014-03-10
2
-6
/
+13
*
Revert 255858 "Simplify the user agent code some more since afte..."
jam@chromium.org
2014-03-09
2
-13
/
+6
*
Simplify the user agent code some more since after r255534 it's not affected ...
jam@chromium.org
2014-03-09
2
-6
/
+13
*
Move Autofill Credit Card resources out of webkit.
tfarina@chromium.org
2014-03-07
1
-1
/
+1
*
Cleanup SendAutofillTypePredictionsToRenderer
sudarshan.p@samsung.com
2014-03-05
1
-2
/
+2
*
[Autofill] Cleanup: Remove deprecated IPC messages and clean up the code.
isherman@chromium.org
2014-03-04
6
-160
/
+109
*
[Password Generation] Start removing old UI
gcasto@chromium.org
2014-03-04
2
-22
/
+1
*
rAc: remove handling of "supported_currencies" from wallet items response and...
dbeam@chromium.org
2014-03-04
5
-68
/
+0
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
4
-19
/
+16
*
Add autofill preview support for <month> input fields
ziran.sun@samsung.com
2014-03-03
1
-3
/
+7
*
Temporarily disable "gate password autofill on user gesture" on mobile.
vabr@chromium.org
2014-02-27
1
-0
/
+6
*
[Password Autofill] Don't prompt if the password value is default
gcasto@chromium.org
2014-02-27
1
-3
/
+22
*
Replace WebDocument::focusedNode to focusedElement
mahesh.kk@samsung.com
2014-02-27
1
-5
/
+7
*
Cleanup: remove unused PasswordAutofillAgent::user_gesture_occurred_
vabr@chromium.org
2014-02-26
1
-6
/
+0
*
Add better error message for requestAutocomplete when API key is bad.
estade@chromium.org
2014-02-26
2
-10
/
+20
*
[Autofill] Reduce Autofill-generated IPC spam.
isherman@chromium.org
2014-02-25
4
-15
/
+28
*
[Autofill] A bit of cleanup in autofill_agent.cc
isherman@chromium.org
2014-02-25
1
-4
/
+1
*
rAc: change how enabling/disabling Autofill affects requestAutocomplete().
dbeam@chromium.org
2014-02-21
2
-9
/
+2
*
Fix check for user gesture on password autofill
vabr@chromium.org
2014-02-20
2
-53
/
+71
[next]