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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move most importer code to chrome/utility/importer
scottmg@chromium.org
2013-07-16
1
-0
/
+60
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-1
/
+1
*
Change RenderViewHostTestHarness to create BrowserContext after thread startup
jochen@chromium.org
2013-07-15
3
-20
/
+22
*
Remove DEPS rules that are redundant with the defaults in src/DEPS.
tfarina@chromium.org
2013-07-14
1
-2
/
+0
*
Create some platform independent code for the Autofill dialog post-submit bub...
dbeam@chromium.org
2013-07-13
5
-5
/
+13
*
[Android] Convert more test targets to use isolate.
frankf@chromium.org
2013-07-13
2
-0
/
+17
*
add missing headers in components/tracing/child_trace_message_filter.h and
mostynb@opera.com
2013-07-13
1
-0
/
+2
*
[Autofill] Add a metric for when the dialog is closed during sign-in.
isherman@chromium.org
2013-07-13
1
-0
/
+2
*
Revert 211058 "Close web contents modal dialogs on content load ..."
wittman@chromium.org
2013-07-12
2
-18
/
+23
*
Prevent spurious notimplemented messages in webview
sgurun@chromium.org
2013-07-12
1
-0
/
+3
*
[Autofill] Remove last instance of old Autofill UI.
csharp@chromium.org
2013-07-11
2
-23
/
+5
*
Disabling wallet and mocking out more of WalletClient while testing.
dbeam@chromium.org
2013-07-11
4
-1
/
+107
*
Autofill:Autocheckout: Make bubble more sticky.
ramankk@chromium.org
2013-07-11
9
-35
/
+126
*
Retry whitelist download with exponential back-off delay.
benquan@chromium.org
2013-07-11
3
-39
/
+102
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-1
/
+1
*
Update strings for wallet interstitial, insert dummy image.
estade@chromium.org
2013-07-11
1
-3
/
+8
*
Close web contents modal dialogs on content load start
wittman@chromium.org
2013-07-11
2
-23
/
+18
*
Removing automatic signin from all platforms (wasn't used).
dbeam@chromium.org
2013-07-11
4
-226
/
+4
*
Move AutofillMsg_ClearPreviewedForm IPC send to AutofillDriverImpl
blundell@chromium.org
2013-07-11
8
-70
/
+45
*
Misc. cleanup:
pkasting@chromium.org
2013-07-10
1
-1
/
+2
*
Handling DCHECK(in_autocheckout_flow_) for the last page when AutocheckoutMan...
benquan@chromium.org
2013-07-10
1
-1
/
+5
*
Autofill: Show autofill type predictions debug info for newly added fields.
ramankk@chromium.org
2013-07-10
1
-2
/
+24
*
components/autofill: Remove the dependency on testing_browser_process.h
tfarina@chromium.org
2013-07-10
4
-4
/
+2
*
Wallet Client: Set user credentials in an authorization header
ahutter@chromium.org
2013-07-10
9
-4
/
+179
*
Rename webkit_(resources|strings) targets to remove _temp infix
jamesr@chromium.org
2013-07-09
1
-2
/
+2
*
Move AutofillMsg_ClearForm IPC send to AutofillDriverImpl
blundell@chromium.org
2013-07-09
8
-1
/
+46
*
[Autofill] Fix a use-after-free in the Risk fingerprinter code.
isherman@chromium.org
2013-07-09
1
-2
/
+8
*
Create NaClBrowserDelegate to hide chrome specific implementation from NaCl c...
yael.aharon@intel.com
2013-07-09
1
-0
/
+58
*
[Autofill] Fix a heap-buffer-overflow in autofill::AutofillQueryXmlParser::Ch...
isherman@chromium.org
2013-07-09
1
-1
/
+1
*
Disable rAc() on broken SSL.
dbeam@chromium.org
2013-07-08
11
-77
/
+31
*
Move kEnableNaClDebug to nacl_switches.
yael.aharon@intel.com
2013-07-08
2
-0
/
+4
*
[Autofill] Remove OnSuggestionsReturned from Renderer process
csharp@chromium.org
2013-07-05
7
-461
/
+223
*
Allow Chrome OS login profile to have different default pref values
bartfab@chromium.org
2013-07-05
4
-5
/
+6
*
Abstract setting renderer form data action out of autofill core code.
blundell@chromium.org
2013-07-05
11
-25
/
+136
*
components: Migrate from googleurl/ includes to url/ ones. Part 3.
tfarina@chromium.org
2013-07-05
36
-36
/
+36
*
Hide autofill popup before WebContentsImpl is destroyed.
blundell@chromium.org
2013-07-04
1
-1
/
+4
*
Change ChromeProcessType to NaClProcessType.
yael.aharon@intel.com
2013-07-04
1
-0
/
+18
*
Add a BreakpadClient which an embedder of the breakpad component has to provide
jochen@chromium.org
2013-07-04
6
-0
/
+161
*
Move webkit_resources / webkit_strings targets out of webkit_support.gyp
jamesr@chromium.org
2013-07-04
1
-2
/
+2
*
[Interactive Autofill] Ensure that "cc-name" and "billing name" are always th...
isherman@chromium.org
2013-07-03
2
-4
/
+25
*
[Autofill] Remove IsNativeUiEnabled
csharp@chromium.org
2013-07-03
5
-56
/
+24
*
components/autofill: Use webdata Encryptor API.
tfarina@chromium.org
2013-07-03
7
-115
/
+6
*
Move SendAutofillTypePredictions() into AutofillDriver.
blundell@chromium.org
2013-07-02
12
-25
/
+127
*
[Autofill] Don't show unhelpful warnings.
isherman@chromium.org
2013-07-02
2
-6
/
+45
*
Revert 209420 "Factor out content shell and tests into a standal..."
jam@chromium.org
2013-07-02
1
-2
/
+2
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
Factor out content shell and tests into a standalone gyp
mnaganov@chromium.org
2013-07-01
1
-2
/
+2
*
components/webdata: Cleanup callback usage in WebDatabaseService.
tfarina@chromium.org
2013-07-01
4
-16
/
+20
*
Begin abstracting sending of IPC from autofill core code.
blundell@chromium.org
2013-07-01
10
-405
/
+463
*
Revert r206949 - "Start moving breakpad integration to a component."
jochen@chromium.org
2013-06-29
5
-49
/
+0
[next]