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
*
Remove crash dump counting from breakpad_win.cc to BreakpadClient
jochen@chromium.org
2013-10-11
2
-0
/
+12
*
NaCl: Clean up how FDs are passed to nacl_helper instances on Linux
mseaborn@chromium.org
2013-10-11
2
-12
/
+1
*
Move renderer plugin code into a new component.
aberent@chromium.org
2013-10-11
11
-1
/
+950
*
Functions that decoded ie7 structures to extract per-URL username and passwor...
mpawlowski@opera.com
2013-10-11
4
-76
/
+113
*
Move breakpad_mac* to breakpad component
jochen@chromium.org
2013-10-11
5
-5
/
+350
*
[Autofill] Set autofilled highlight for <textarea> elements as well as <input>s.
isherman@chromium.org
2013-10-11
2
-2
/
+4
*
Have AutofillManager obtain the blocking pool that it uses from AutofillDriver
blundell@chromium.org
2013-10-11
7
-11
/
+38
*
Add myself to components owners
jochen@chromium.org
2013-10-11
1
-0
/
+1
*
Add DOM distiller service
cjhopman@chromium.org
2013-10-11
9
-0
/
+284
*
[Autofill] Begin adding support for <textarea> fields.
isherman@chromium.org
2013-10-11
8
-43
/
+101
*
rAc multi-login support
estade@chromium.org
2013-10-10
12
-247
/
+268
*
VariationsService: Support activating field trials from the server.
asvitkine@chromium.org
2013-10-10
3
-1
/
+73
*
Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from web contents modal d...
avi@chromium.org
2013-10-10
3
-48
/
+18
*
Don't enforce maximum dialog size for browser modal dialogs.
rfevang@chromium.org
2013-10-09
5
-46
/
+68
*
Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from autofill.
avi@chromium.org
2013-10-09
2
-35
/
+11
*
Image fetcher for DOM Distiller
bengr@chromium.org
2013-10-09
7
-0
/
+222
*
Rename PasswordGenerationManager to PasswordGenerationAgent
gcasto@chromium.org
2013-10-09
3
-23
/
+23
*
PhoneObject cleanup
estade@chromium.org
2013-10-08
2
-8
/
+8
*
Moved onc_constants.* from chromeos/network/onc to components/onc.
mef@chromium.org
2013-10-08
10
-0
/
+2945
*
Revert 227354 "Revert "Implement TracingController::{Enable,Disa..."
haraken@chromium.org
2013-10-08
3
-3
/
+80
*
Abstract BrowserThread knowledge out of AutofillWebDataService.
blundell@chromium.org
2013-10-07
4
-28
/
+45
*
Revert "Implement TracingController::{Enable,Disable,Capture}Monitoring"
justinlin@chromium.org
2013-10-07
3
-80
/
+3
*
Implement TracingController::{Enable,Disable,Capture}Monitoring
haraken@chromium.org
2013-10-07
3
-3
/
+80
*
Remove dependency from Mac's breakpad implementation to policies.
jochen@chromium.org
2013-10-05
2
-0
/
+7
*
GTTF: move the test launcher files to base/test/launcher
phajdan.jr@chromium.org
2013-10-04
1
-1
/
+1
*
Move language detection to a component
droger@chromium.org
2013-10-04
21
-0
/
+1536
*
Set up trial experiment so that password generation is enabled for 10% of the...
zysxqn@google.com
2013-10-03
4
-0
/
+34
*
Add DOM Distiller syncable service
cjhopman@chromium.org
2013-10-03
7
-7
/
+978
*
Build components and run components_tests on iOS
droger@chromium.org
2013-10-03
1
-1
/
+20
*
Remove unnecessary DEPS rules since by default top level directories can't in...
jam@chromium.org
2013-10-03
1
-4
/
+1
*
Use same proto for sync and local dom distiller data
cjhopman@chromium.org
2013-10-03
10
-101
/
+203
*
Abstract content::BrowserThread usage out of AutofillWebDataBackendImpl.
blundell@chromium.org
2013-10-03
3
-39
/
+60
*
Revert 226701 "Implement TracingController::{Enable,Disable,Capt..."
tapted@chromium.org
2013-10-03
3
-80
/
+3
*
Implement TracingController::{Enable,Disable,Capture}Monitoring
haraken@chromium.org
2013-10-03
3
-3
/
+80
*
retry r226004: rAc: phone number cleanup
estade@chromium.org
2013-10-02
7
-40
/
+74
*
Remove mirandac from OWNERS since she no longer works on chrome.
erg@chromium.org
2013-10-01
1
-1
/
+0
*
Add header to defer redirects until prerenders become visible.
davidben@chromium.org
2013-10-01
1
-21
/
+22
*
Tighten down DEPS allowances in //components/autofill.
blundell@chromium.org
2013-10-01
4
-10
/
+6
*
Eliminate AutofillManager exposing public accessor for WebContents.
blundell@chromium.org
2013-10-01
2
-7
/
+0
*
Set the client ID in crash reports via the crash key logging system.
rsesek@chromium.org
2013-10-01
2
-7
/
+7
*
Use production Wallet service URL by default.
dbeam@chromium.org
2013-10-01
4
-16
/
+60
*
events: Create a separate events component out of ui.
sadrul@chromium.org
2013-10-01
1
-0
/
+3
*
Revert 226004 "rAc: phone number cleanup"
estade@chromium.org
2013-09-30
7
-60
/
+35
*
rAc: phone number cleanup
estade@chromium.org
2013-09-30
7
-35
/
+60
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-30
4
-0
/
+6
*
base: Move PerfTimer out of test/ directory.
tfarina@chromium.org
2013-09-29
1
-3
/
+3
*
Revert 225857 "gfx: Create a separate gfx component out of ui."
ckocagil@chromium.org
2013-09-28
4
-6
/
+0
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-28
4
-0
/
+6
*
Android: cleanup jni_android to minimize external dependencies.
bulach@chromium.org
2013-09-26
1
-5
/
+0
*
Clean up remaining unused globals (on mac).
thakis@chromium.org
2013-09-26
2
-19
/
+5
[next]