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
/
chrome
/
browser
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
Notification in Android system tray for an ongoing WebRTC call.
cramya@chromium.org
2013-05-04
1
-0
/
+2
*
[Chromium] Add tracing to startup process, particularly for Android
andrewhayden@chromium.org
2013-05-03
1
-0
/
+2
*
Run plugn in-process on Chrome for TV.
kjyoun@google.com
2013-05-02
1
-1
/
+4
*
Bypass the android download manager for all schemes other than http and https
qinmin@chromium.org
2013-04-25
1
-2
/
+5
*
Bypass download manager if url scheme is filesystem
qinmin@chromium.org
2013-04-24
1
-0
/
+4
*
Remove adding qib command line switch from chrome_startup_flags and add from ...
cramya@chromium.org
2013-04-23
1
-3
/
+0
*
Move media_stream_infobar_delegate.* from c/b/ui/ to c/b/media/.
pkasting@chromium.org
2013-04-17
1
-1
/
+1
*
Android: Use a different socketname for devtools in content_browsertests.
nileshagrawal@chromium.org
2013-04-16
2
-3
/
+11
*
DevTools: enable reverse tethering in the ADB remote debugging.
pfeldman@chromium.org
2013-04-16
1
-1
/
+14
*
Put autofill code into namepspace autofill Step 2
kaiwang@chromium.org
2013-04-12
2
-6
/
+6
*
Move all code in c/b/autofill and autofill related code in c/b/ui into namesp...
kaiwang@chromium.org
2013-04-11
1
-2
/
+2
*
fix a problem that android cannot download files with basic authentication
qinmin@chromium.org
2013-04-10
1
-1
/
+2
*
net: move socket files from net/base to net/socket
phajdan.jr@chromium.org
2013-04-09
1
-3
/
+3
*
Android: Use a ResourceThrottle to intercept GET downloads.
nileshagrawal@chromium.org
2013-04-06
4
-22
/
+91
*
Remove application locale cache in autofill code (AutofillCountry::Applicatio...
jam@chromium.org
2013-04-05
1
-1
/
+3
*
permissionrequest API for guest Download.
lazyboy@chromium.org
2013-04-03
2
-6
/
+8
*
Remove the old toggleWebKitTimers implementation
kristianm@chromium.org
2013-04-02
3
-73
/
+0
*
Move the ViewType enum to extensions\common.
jam@chromium.org
2013-04-01
1
-2
/
+2
*
Add a remove all bookmarks method to bookmark model.
shashishekhar@chromium.org
2013-03-30
4
-6
/
+34
*
[Android] Introduce a Java parent class for Tab to mirror native class.
yfriedman@chromium.org
2013-03-29
5
-213
/
+24
*
Added personal_data_manager android implementation for auto-populating auto-f...
apiccion@chromium.org
2013-03-27
1
-0
/
+3
*
Add a profile object for android to pass to java.
tedchoc@chromium.org
2013-03-22
1
-0
/
+2
*
Revert 189074 "Use different DevTools socket names for different..."
wangxianzhu@chromium.org
2013-03-20
1
-18
/
+2
*
Move c/b/a/infobar files back to c/b/infobar
kaiwang@chromium.org
2013-03-19
2
-2
/
+2
*
Use different DevTools socket names for different channels
wangxianzhu@chromium.org
2013-03-19
1
-2
/
+18
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-1
/
+2
*
[Android] Cleanup JNI usage in ChromeWebContentsDelegateAndroid.
yfriedman@chromium.org
2013-03-15
1
-87
/
+48
*
Add Android support for SSL client authentication to the browser layer.
digit@chromium.org
2013-03-12
1
-0
/
+3
*
Provide DevToolsHttpHandlerDelegate with an ability to provide additional pag...
mnaganov@chromium.org
2013-03-11
1
-6
/
+10
*
Move remaining Autofill code to //components/autofill.
joi@chromium.org
2013-03-09
1
-2
/
+2
*
Introduce a Java wrapper for PersonalDataManager.
yfriedman@chromium.org
2013-03-09
1
-0
/
+3
*
[sync] Upstream the Android ProfileSyncService
nyquist@chromium.org
2013-03-07
1
-0
/
+2
*
Enable query extraction for Android
yusufo@chromium.org
2013-03-07
1
-0
/
+3
*
Make the UI an observer of downloads.
asanka@chromium.org
2013-03-06
2
-9
/
+3
*
Show alternate error page for non-existent URLs.
newt@chromium.org
2013-03-05
1
-0
/
+2
*
Allow querying the security level at the Tab level.
tedchoc@chromium.org
2013-03-04
4
-2
/
+24
*
content: convert child process notifications to observer usage
phajdan.jr@chromium.org
2013-02-28
2
-19
/
+31
*
[Android] Introduce a Java wrapper for TemplateUrlService.
yfriedman@chromium.org
2013-02-26
1
-0
/
+2
*
Initial steps for interactive autocomplete on Android.
aurimas@chromium.org
2013-02-25
1
-0
/
+3
*
Remove forwarding include for base/files/file_path except for MTPD.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Add routine to handle PPAPI broker permission
kjyoun@google.com
2013-02-22
2
-0
/
+25
*
Enable CLD for Android and register the translate manager on the renderer
miguelg@chromium.org
2013-02-20
1
-0
/
+2
*
browser: Move the rest of application_lifetime.h into chrome namespace.
tfarina@chromium.org
2013-02-18
1
-1
/
+1
*
Remove EnableEncryptedMedia flag for GoogleTV
kjyoun@google.com
2013-02-16
1
-2
/
+2
*
[Autofill] Add UMA timing metrics for requestAutocomplete dialog.
isherman@chromium.org
2013-02-14
1
-2
/
+3
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
3
-9
/
+9
*
Enable the translate manager on Android.
miguelg@chromium.org
2013-02-06
2
-7
/
+18
*
Fix blurry favicons fetches on Android
aruslan@chromium.org
2013-02-04
1
-1
/
+1
*
Rename JavaScriptDialogCreator to JavaScriptDialogManager.
kkania@chromium.org
2013-02-01
2
-6
/
+6
[next]