summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gello: fix padding and text color for incognitocm-12.1jrizzoli2015-10-111-1/+3
| | | | | Change-Id: I0324da37b75e28eebbcea9d3f969f2df41120d23 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: update refresh iconjrizzoli2015-10-111-3/+1
| | | | | Change-Id: I14f6ca8cf58bbab9bdbbf622d6287633db7d4bf9 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: update stringsjrizzoli2015-10-112-18/+18
| | | | | Change-Id: Icfac605b2cd2a472acedca7af997f43e73b86bfa Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: make reader/offline UI consistentjrizzoli2015-10-114-6/+34
| | | | | Change-Id: Ifba53555426768e710e5521119fcdfc946f73a4e Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: fix tabs glitchesjrizzoli2015-10-113-5/+3
| | | | | Change-Id: Iebb2ade8c0fe4a679f8a4a77713b15ae71c6b2c2 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: rename bookmarks to favoritesjrizzoli2015-10-113-32/+34
| | | | | Change-Id: I68c7d1516f065cbb75f613eae9f9bd4735a7b3c7 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: add specific cm brandingjrizzoli2015-10-0423-26/+36
| | | | | | | | | define with *GYP_DEFINES="$GYP_DEFINES OS=android swe_channel=cm" gclient runhooks* revert 7cec21ae543c5597a5ae5b3d4ddcf0e4a0c4e1d6 Change-Id: Id5e3cd964fbb9475742845dbf3ff8ef954f780c3 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Add low power mode optimizationSagar Dhawan2015-10-044-8/+20
| | | | | | | | | | | | | | - In low power mode UI will no longer try to color the status bar based on the favicon - Fixed titlebar not translating fully. This was resulting in the view not hiding completely and causing a higher power draw. - Removed previous change to hide dropshadow when playing fullscreen content. Not needed now. Change-Id: I7943737429f22e105aa2315a97c018bce75c839c
* Fix system Navigation bar covering menu when fullscreenSagar Dhawan2015-10-042-1/+11
| | | | | | | | | | | | | | | | Fixed one case of the navigation bar covering the app menu popup. Needed to make the popup non-modal before showing it and modal immediately after so that it can be interacted with. This will happen only when Immersive mode is in use since testing doesn't work with non-modal popups. CR-Fixed: 903500 Change-Id: Ia265d434a96822e8c1095e89aa42f67a335a13ff
* Fix incorrect Security Information stringSagar Dhawan2015-10-041-1/+1
| | | | Change-Id: I7a35c60a39e289d2399215f27cc2d8d17cb04981
* Fix custom download path text alignmentTarun Nainani2015-10-041-0/+1
| | | | | Change-Id: Ied10d6515e6f8b43a4334f00ec299fddc4e60f17 CR-Fixed: 896901
* Skip adding activity-alias in manifest for system browserTarun Nainani2015-10-041-6/+28
| | | | Change-Id: Ife299b0f78788cff842d2eb4ddb4435700577112
* Fix system navigationbar covering UI in Immersive ModeSagar Dhawan2015-09-261-9/+26
| | | | | | | Immersive mode appears to be buggy on android L and below. Added a runnable to re-apply immersive mode. Change-Id: I97d0dd7c93ce0713ef39f49862087f329db3ea06
* Fix Per site settings dialog persistenceSagar Dhawan2015-09-261-45/+138
| | | | | | | | | | | The 'add new site' and 'clear all' dialogs in Per site settings will now persistence over device rotation/screen off and other configuration changes. CR-Fixed: 903478 Change-Id: I1267d4a889b09cf428eb5d70dd9ff59594f02e96
* Fix crash when selecting edge swipe settingsSagar Dhawan2015-09-261-1/+1
| | | | | | | | | | When selecting a setting from the discovery panel the setting is updated asynchronously, this results in a view inviladitaion being called on the wrong thread. Changed it to Post it to the UI thread when available. Change-Id: I08ad30585da9b9b8a89dec69dc1cb216d0a23cd6
* Fix dropshadow showing when displaying fullscreen contentSagar Dhawan2015-09-261-3/+11
| | | | | | | | The titlebar drop shadow was visible during fullscreen video playback. There is no need to show the dropshadow during fullscreen interaction. Change-Id: I09959b38777d22b213117ac96f5999e211c289f5
* Fixes to Edge Navigation for missing bitmapsPankaj Garg2015-09-264-21/+72
| | | | | | | | - Show prominent color from favicon when bitmap capture of a navigation entry is missing - More active purging of bitmaps on navigation Change-Id: I2c137385bd1b1179dbbb16c0c3e933783d499c34
* Fix TitleBar not hiding when playing Video on TabletsSagar Dhawan2015-09-261-0/+3
| | | | | | | TitleBar is "fixed" on tablet UI but, should still be moved off screen when fullscreen content is present. Change-Id: Ie7ceef9c3a6eef52123c6de3d8f069f3a4f4203b
* Add chromium's grd strings to local xmlTarun Nainani2015-09-261-3/+13
| | | | | | | | | Add grd strings in 'chrome/android/java/strings/android_chrome_strings.grd' to strings.xml. Ensure we keep localization for all strings added to chromium's grd file. Change-Id: Ife299b0f78788cff842d2eb4ddb4435700577111
* Fix unnecessary bitmap captures on Tablet UISagar Dhawan2015-09-261-1/+2
| | | | | | | | | Tablets use a different UI design that doesn't use captures as often as the Phone UI does. Added checks to ensure captures weren't taking place unnecessarily. Change-Id: I54a32e0bd8f1aabd25d5e3bfd19f1604f0d0c082
* Fix typo in incognito page descriptionSagar Dhawan2015-09-2610-10/+10
| | | | | | CR-Fixed: 903222 Change-Id: I86fe11826558fdb8b5f674cda900418f33e29822
* Add ellipsizing of Bookmark label textSagar Dhawan2015-09-261-0/+2
| | | | | | CR-Fixed: 903472 Change-Id: I2767562eadcde8c19f02f09b6b856137a556287f
* Fix blank bitmaps in tab switcherPankaj Garg2015-09-264-35/+135
| | | | | | | | | - Tab switcher was showing white bitmaps when a link was opened in new tab. CR-Fixed: SWE-5690 Change-Id: I4dead264e4332196af3fcfd3ad049d9e09d2b798
* gello: new icon by Asherjrizzoli2015-09-2620-0/+0
| | | | | | | CM Jira: CYAN-6933 Change-Id: Ic624955f3a1e66da979e483592fbf3e680963315 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Update navigation bar UIjrizzoli2015-09-2617-32/+47
| | | | | | | | | | | | - Set right colors for elements - Hide separator when editing url - Keep it colored on tabs view - Make Security state icon smaller - Update progress bar indicator - Update incognito colors Change-Id: I856dd3add116dbc75be64a989983cac7ff814d95 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Fix Edge Navigation discovery panelSagar Dhawan2015-09-072-3/+13
| | | | | | | | Previously the view was not getting cleaned up, this could break some browser functionality Change-Id: Ic29e11316a54a3876feb7752652742c104f277cf CR-Fixed: 900986
* Fix problems with bookmarksSagar Dhawan2015-09-074-57/+49
| | | | | | | | | | | | | | | | | | | - Fixed incorrect detection of non-bookmarked pages showing as bookmarked. - Changed bookmarks to allow any scheme the engine can support - Changed bookmarks to only look for page url not title when looking up or adding bookmarks - Bookmarks will now use new apis to "fix" urls. These are the same api's the engine uses. This ensures that the bookmarks db treats urls exactly like the rest of the browser - Fixed crashes when launching bookmarks via an intent with wrong parameters Change-Id: I18d1f5b55c65e6fecf731128cef6d02222fd68a9
* Revert "Release warmed-up child process"Kevin Hart2015-09-071-1/+0
| | | | | | This reverts commit 4ad2edc7f983a69b1b6162e7c974bc03238bc4bd. Change-Id: Iba98604f0fb4b7b2bb614f4923fa0d8396895749
* Revert "Fixed crash when restoring settings to default"Kevin Hart2015-09-071-4/+1
| | | | | | This reverts commit 60a37f7469148b6ca4b5f701ebcc15d5cb440b83. Change-Id: I2fa6ffcb6e820ef26319a1912501b29d0fe1f880
* Revert "Start sandbox process early"Kevin Hart2015-09-072-4/+0
| | | | | | This reverts commit 055e6d855337d209c1799a59d57480ffa4616515. Change-Id: I8a0111fd0d265278cde73c0043f691997fead441
* Revert "Disable child warm-up patch"Kevin Hart2015-09-072-0/+2
| | | | | | This reverts commit 386c12339da2fe1e321d13ca2975dd19094e4115. Change-Id: I650ddc9a659d52221a18901253c82f68722be431
* Fixed issue for adding bookmarks to a new folderPankaj Garg2015-09-073-2/+4
| | | | | | | | | | | | | - The browser was crashing when user tried to add a bookmark to a new folder. The folder was created using folder selector UI on "add bookmark" dialog page. - If user rotates screen while creating a new folder to add bookmark, the keyboard was not getting dismissed. It caused an overlay on top of the folder selector. The user had to manually dismiss the keyboard. Change-Id: I5f2dbf6e00ab0a1d5b98bf72a04317c04ac0549a
* Do not allow duplicate Bookmark folderTarun Nainani2015-08-291-1/+38
| | | | Change-Id: I42f086128fb62805b08c581d09e53fd974d23f02
* Templatize swe_channel.py for telemetryTarun Nainani2015-08-291-0/+13
| | | | Change-Id: Iea89cfbb2852124f1808ce9be9bd416cfa9a54c3
* Add makefile logicMichael Bestas2015-08-281-0/+7
| | | | | | | | | Allow user to specify WITH_GELLO_PREBUILT to include the prebuilt version of this application. TODO:Makefile logic for src directory (ninja) Change-Id: Iaa166629365833d50ee81b7965f19ed12a1ccc1c
* Combine source & prebuilt to single projectAbhisek Devkota2015-08-28674-0/+30
| | | | Todo: Makefile logic
* gello: update some stringsjrizzoli2015-08-282-4/+4
|
* gello: update brandingjrizzoli2015-08-2834-24/+24
|
* gello: CyanogenMod style [2/2]jrizzoli2015-08-2827-245/+242
| | | | | | | | | | - Material dark theme - Update colors palette - Card-like tabs - Updated menu entries - Reordered settings Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: CyanogenMod style [1/2]jrizzoli2015-08-28150-598/+786
| | | | | | - use vectors instead of png drawables Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* gello: use "/sdcard" for as download path stringjrizzoli2015-08-281-1/+1
|
* gello: remove translationsjrizzoli2015-08-2850-22108/+0
|
* Move command line resources to browserVivek Sekhar2015-08-285-9/+145
| | | | | | | - Added dummy raw files for overlay - Modified how command line switches are initialized Change-Id: I3954624f416484f321bf50b0faf2692059a2d84d
* Catch exception if bookmark provider cursor allocation failsPankaj Garg2015-08-281-0/+2
| | | | | | | | | - The cursor allocation was failing during low memory conditions. The exception was not getting caught resulting in browser crash. CR-Fixed: SWE-5650 Change-Id: Id48c599a3f1d4d32a7720da8a75a61228a66c285
* Fix stagnant FaviconSagar Dhawan2015-08-281-0/+4
| | | | | | | | | Sometimes going from a page with a favicon to one without, the favicon displayed would not update. Clearing the PageState ensures that the wrong favicon isn't shown. Change-Id: I597be5bd0c0c47f544c35af48a16d8de0c302ad2
* Multiple fixes for location infobarTarun Nainani2015-08-286-9/+12
| | | | | | | -New accent color icon for location infobar -Change infobar button color to 'accent'. Change-Id: Iad8f8347745e5e503594d222259dd254d7a6d123
* Reload page on settings changePankaj Garg2015-08-288-13/+143
| | | | | | | | - Reload current webpage when user tweaks browser settings CR-Fixed: 5570 Change-Id: I643b857b23e2f39e6f54c3d38eb83622e0794d96
* Revert credits url still pointing to "browser:" urlAxesh R. Ajmera2015-08-281-1/+1
| | | | Change-Id: Ibadb282f2adaa0fb4cbb4debcace64fabc8214fd
* Fix missing string resourcesSagar Dhawan2015-08-283-4/+4
| | | | | | | Fixed some string resource references that were left out after the last clean up. Change-Id: I9f3249aab831546d7e3c4d32f97638bdd3ae112c
* Fix voice searchTarun Nainani2015-08-281-6/+3
| | | | | | | | URL input text was getting updated to current url after voice search result. Patch fixes issue by first clearing the text and then requesting for focus. Change-Id: Iad8f8347745e5e503594d222259dd254d7a6da7f