summaryrefslogtreecommitdiffstats
path: root/chrome/android/java/src
Commit message (Expand)AuthorAgeFilesLines
* Switch to use download GUID to indentify download itemsqinmin2016-03-269-369/+552
* Add pathway to auto-migrate users when Chrome launchesdfalcantara2016-03-259-40/+265
* Make ChromeActivity destroy its BookmarkModel in all cases when adding a book...dewittj2016-03-251-0/+4
* Re-use NoUnderlineClickableSpan which shows a clickable link with underlines ...juncai2016-03-256-72/+15
* WebUsb Android chooser UIjuncai2016-03-253-72/+204
* Fix some misuses of SharedPreferences.getStringSet().maxbogue2016-03-254-8/+16
* Add menu item for testing to save pages offline.petewil2016-03-251-0/+45
* Store URLs in WebappDataStorage, and purge them when history is cleared.dominickn2016-03-254-60/+180
* Move isMultiWindow() method upstream.newt2016-03-251-1/+20
* Enable url path fading all on Android configurations.tedchoc2016-03-254-20/+22
* [Contextual Search] Moving logic out of OverlayPanel classes.pedrosimonetti2016-03-248-610/+620
* Move some offline-related functions into OfflinePageBridge, from BookmarkUtils.dewittj2016-03-242-62/+63
* Add tests for Tab reparentingyusufo2016-03-242-6/+16
* Get rid of cached TabModelSelector in ChromeDownloadDelegateyusufo2016-03-242-7/+8
* Add a class for killing document modedfalcantara2016-03-241-0/+520
* Ignore text updates where the size is 0 before and after for autocomplete.tedchoc2016-03-241-2/+5
* [Android] Hide metrics and crash reporting checkbox in non-official builds.bauerb2016-03-241-8/+14
* [NTP Offline Page] Use offline launch URL also for new (incognito) tabstreib2016-03-241-9/+12
* Distingush between displayed and remote playback state.aberent2016-03-247-48/+67
* Allow interrupted download to auto resumeqinmin2016-03-245-62/+237
* Revert "Allow interrupted download to auto resume".dgozman2016-03-235-237/+62
* [Android,Cast] Move session cleanup outside of the loop.avayvod2016-03-231-1/+1
* Allow interrupted download to auto resumeqinmin2016-03-235-62/+237
* Update prerender policy for custom tabsyusufo2016-03-234-12/+42
* Delete redundant clearing logic for incognito tab state filesagrieve2016-03-223-36/+0
* Passing original and referrer url of a download to the embedderqinmin2016-03-222-9/+39
* [Offline pages] Making sure reload snackbar is multiline when necessaryfgorski2016-03-221-0/+1
* [Offline pages] Fixing disappearing bolt when switching from incognitofgorski2016-03-221-0/+1
* [Offline pages] Minimizing exposure to ChromeActivity in offline pagesfgorski2016-03-213-80/+69
* Lazily create LofiBarController to avoid snackbar manager being nullyusufo2016-03-211-6/+12
* Fix several crashes on the recent tabs page.newt2016-03-211-0/+9
* Fix strict mode violation in TabPersistentStore.cleanupPersistentData()agrieve2016-03-212-58/+63
* Pass the time parameter to PrefServiceBridge.clearBrowsingData() explicitly.msramek2016-03-214-6/+15
* Hide toolbar buttons on tablets when available width < 600dptwellington2016-03-216-52/+151
* Update SigninPreference when sync preferences changemaybelle2016-03-211-1/+9
* [Media Router] Add support for incognito mode in Androidzqzhang2016-03-215-9/+22
* Dispatch SMS-schemed intent URL to default SMS handlerchangwan2016-03-181-3/+6
* Workaround a resource related crash for multi window modeianwen2016-03-181-5/+6
* Fix BackgroudSync crash in ChromeBackgroundServicehartmanng2016-03-181-6/+2
* Add Physical Web UMA for ListUrlsActivity refererscco32016-03-184-20/+92
* Disable horizontal mode in settings.peconn2016-03-182-0/+8
* Fix toolbar progress logic with float/int mismatches.tedchoc2016-03-181-22/+23
* Add a flag to disable to New Tab Page toolbardgn2016-03-183-22/+40
* Refactor the logic that triggers autocomplete requests on Android.tedchoc2016-03-184-174/+162
* [Android] Add a command line switch to set the partner-defined homepage for t...bauerb2016-03-182-0/+11
* Make ConfirmImportSyncDataDialogs tag public.peconn2016-03-181-1/+3
* Add badge to web notifications.mvanouwerkerk2016-03-184-15/+47
* [NTP Snippets] Different fetching intervals based on Wifi and chargingtreib2016-03-182-14/+32
* Force the SyncedAccountPreference to update when SyncCustomizationFragment is...peconn2016-03-181-0/+4
* Adding callback for finished property animations.pedrosimonetti2016-03-1811-3/+52