Jjam@chromium.orgCleanup the IPC param traits structure:
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Moving google_apis and GaiaClient to src/google_apis. TBR=mechanicalowners@chromium.org BUG=145584 Review URL: https://chromiumcodereview.appspot.com/10928017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155312 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add dhollowa & isherman as OWNERS for renderer/autofill. (We are already owners for browser/autofill) BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10437002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138942 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add Datalist Support to New Autofill UI Show Datalist elements in the new Autofill UI, properly separated from the other data and fully selectable. BUG=51644 TEST=The datalist elements can be selected like normal autofill elements and unit tests pass. Review URL: https://chromiumcodereview.appspot.com/10443084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141287 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rename renderer/autofill/autofill_browsertest.cc to be unique. BUG=139244 TEST=none Review URL: https://chromiumcodereview.appspot.com/10821055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148908 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup the IPC param traits structure: -traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix Autofill hang when interacting with large forms (i.e. forms containing many fields). BUG=111319 TEST=browser_tests --gtest_filter=FormAutofillTest.* Review URL: http://codereview.chromium.org/9225042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120483 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix Autofill hang when interacting with large forms (i.e. forms containing many fields). BUG=111319 TEST=browser_tests --gtest_filter=FormAutofillTest.* Review URL: http://codereview.chromium.org/9225042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120483 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix Autofill hang when interacting with large forms (i.e. forms containing many fields). BUG=111319 TEST=browser_tests --gtest_filter=FormAutofillTest.* Review URL: http://codereview.chromium.org/9225042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120483 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fire the onchange event when autocompleting usernames for password forms. BUG=137769 TEST=Double-click in the username field of a password form to bring up the autocomplete menu. Select an entry to fill just that field, then click off the field to transfer focus away. The onchange event should be fired for that field. Review URL: https://chromiumcodereview.appspot.com/10795007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147323 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add Password Autofill Manager to New Autofill Copied over the password Autofill Manager functions from the renderer to the browser to allow the new Autofill UI to have access to them. BUG=51644 TEST= Review URL: http://codereview.chromium.org/9600038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130824 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Loosen up heuristics for detecting account creation forms. BUG=120779 Review URL: https://chromiumcodereview.appspot.com/10837324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156482 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Focus should be moved to the next input field after we generate the password. BUG=131390 TEST=PasswordGenerationManagerTest Review URL: https://chromiumcodereview.appspot.com/10705006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145007 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |