| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Reviewed Android code for misuse of PassRefPtr in place of RefPtr.
Also reviewed for PassOwnPtr and found no apparent misuse.
Bug: 5631569
Change-Id: Ib22b340875b1d875091af47cef6510d9c63e351b
|
|
|
|
|
|
|
|
| |
Fix a crash in autofill that can be caused by toggling the
setting on and off.
Bug: 5452927
Change-Id: I80ba0b823fd16cb4e2df3359be95f3d063a9b091
|
|
|
|
| |
Change-Id: I06a7975d6b08f01731b8bd1761141e3aba942393
|
|
|
|
|
|
|
| |
Use FormField from chromium, it is already populated it FormManagerAndroid,
so there is no need for the Android implementation anymore.
Change-Id: I1ee0fbf6895bd64b2fd1d9a6fbd2f0a93e578831
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Apply diffs to the forked copies of Chromium files we keep in
external/webkit.
See:
http://src.chromium.org/viewvc/chrome/branches/742/src/chrome/renderer/autofill/form_manager.cc?r1=67599&r2=82248
http://src.chromium.org/viewvc/chrome/branches/742/src/chrome/renderer/autofill/form_manager.h?r1=67599&r2=82248
http://src.chromium.org/viewvc/chrome/branches/742/src/webkit/glue/form_field.cc?r1=67599&r2=82248
http://src.chromium.org/viewvc/chrome/branches/742/src/webkit/glue/form_field.h?r1=67599&r2=82248
Change-Id: If62167848d86293cb833c593afd2c0c958bafbef
|
|
|
|
|
|
|
|
| |
FormField changed to a struct with public members instead of
a class with setters and getters. CL:
http://codereview.chromium.org/6625087
Change-Id: I02f589b671147c1ff09661b032c979c85e15a264
|
|
|
|
|
|
|
|
|
|
| |
AutoFillProfile -> AutofillProfile renaming:
http://codereview.chromium.org/6658030
Moved from AutofillType to AutofillFieldType, upstream CL:
http://src.chromium.org/viewvc/chrome/branches/742/src/chrome/browser/autofill/autofill_profile.h?r1=77630&r2=78518&pathrev=88489
Change-Id: Ie54a0054221d28b20622f94dd882975c73a5aec1
|
|
|
|
| |
Change-Id: Iefb91f0b784c26b503125017ae3582a28e7d530d
|
|
|
|
|
|
|
| |
Requires a change in external/chromium, see
If349cd2ffd56b9f539d4ebdb8944964fc57289e5
Change-Id: I88d7c291ee1ffd1b1c413ffaf59acf5e4ae57c78
|
|\
| |
| |
| |
| |
| | |
* changes:
Merge Chromium at r11.0.672.0: Fix autofill
Merge Chromium at r11.0.672.0: Compile fixes
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Major refactoring in CL:
http://codereview.chromium.org/5958021
Created wrapper function to call in chromium CL:
https://android-git.corp.google.com/g/#change,113980
Change-Id: I637b26fb2e3ccb544adfc818b94047ef5a2c5aad
|
|/
|
|
|
|
|
|
|
| |
This will become relevant after we merge beyond
http://trac.webkit.org/changeset/81977 (and its follow-up build fixes
r81982, r81988, r81990, r82018) which relies on all platforms'
instances of FontPlatformData.h using the correct include guard.
Change-Id: I58ec4c8ee23698c41d86794333d603b95f303764
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream now uses macros rather than inheritance for classes
declard Noncopyable or Fast Allocated.
Note that in the case of PluginTimer and ClipboardAndroid we
now need to explicitly declare them fast allocated. This is
because previously they got the fast allocated methods through
a common superclass (FastAllocBase) but now both parents provide
implementations, so there is an ambiguity the compiler cannot
resolve.
See http://trac.webkit.org/changeset/76248
Change-Id: I186e3fd36bde2074d34f453983d48e8fc223f420
|
|
Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9
|