summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix errors found with proguardTarun Nainani2015-08-282-1/+3
| | | | | | | | | By default disable progaurd as enabling it will remove all java classes marked as unused but they may be used by native. To enable proguard need proguard.cfg file to have keep rules for Java classes which are either used by native or dynamically called. Change-Id: I54e990d9b829be54656a5904cb1427a2d2867234
* Revert "Fixed search engine name shown in browser settings"Sagar Dhawan2015-08-284-5/+183
| | | | This reverts commit 31c461582b6c109b9321f283e7b233399dcb9e79.
* Multiple fixes for FaviconsSagar Dhawan2015-08-2812-104/+177
| | | | | | | | - Per Site Settings now uses SiteTiles and shows favicons - New default Favicon - Fixed missing Favicons on History items Change-Id: Ia0317694ede81d62ce04e0693f9779f65030165c
* [MDM] Added restrictionEnable to AutoFill restrictionDave Tharp2015-08-282-28/+40
| | | | | | | | | | | | THe Chromium policy document had a single controlling key for Autofill, and I attempted to emulate it. Unfortunately, a side-effect was reported in the non-mdm browser. The Fix was to go ahead and implement a second key (as we do for other restrictions), restrictionEnable. As a bonus, the enable logic for the actual value is no longer reversed, therfore les confusing. Change-Id: Ib074bf3efa79bded3fca246bf63824d640c26954
* Change BrowserBackupAgent path to absolute inside manifestTarun Nainani2015-08-281-1/+1
| | | | Change-Id: I54e990d9b829be54656a5904cb1427a2d2867999
* Page progress update on unreachable pagesPankaj Garg2015-08-282-3/+7
| | | | | | | - The page progress was not moving to 100 percent for unreachanble pages. Change-Id: I54e990d9b829be54656a5904cb1427a2d286743f
* Show page title in site specific settingsSagar Dhawan2015-08-282-3/+12
| | | | | | | When available, the page title will be shown instead of showing the url twice Change-Id: I5f133a488e3a920ed98a461ee24397c9088a887b
* Start download manager as new taskTarun Nainani2015-08-281-0/+1
| | | | | | | This fixes the issue where download activity is shown as part of browser activity task stack when browser is re-launched. Change-Id: I3299f40ab1bcb965054c13031229a30ef7068a4f
* Fix for incognito Tab and urlAxesh R. Ajmera2015-08-284-13/+27
| | | | | | | | | - Prevents incognito tab from being opened from regular tab - Hides the incognito url when opening incognito tab Change-Id: I873f1ddf9ba99594d58a0984f19f3520a806ea1a
* git ignore channels/common pathTarun Nainani2015-08-281-0/+1
|
* Revert "Add support for "browser:" protocol"Axesh R. Ajmera2015-08-286-14/+11
| | | | | | This reverts commit c0272db15121ba10229bf9de6a4200f5e6e4c518. Change-Id: I4395d4f85f7e80e53ce9e8bfa43abcf25f34c636
* Use templated package_name in Android manifest.Tarun Nainani2015-08-2814-44/+108
| | | | | | | SWE Channel: remove overlay sub-directory Remove permission 'INITIALIZE_DATABASE'. Change-Id: I10c69b5d168e03ffb3fd9767bd17d5374e169898
* Reworded default status for edge swipe settingPankaj Garg2015-08-281-1/+1
| | | | Change-Id: I990146eaccc38472517667faf1ce7834caafa4cd
* Fixed resetting of webrefinerPankaj Garg2015-08-283-26/+37
| | | | | | | - WebRefiner site specific settings were not properly cleared on browser reset to default Change-Id: I957111763b7b86eb91dc75744ec21deea0425bd5
* Modify auto update url for browserVivek Sekhar2015-08-281-21/+14
| | | | | | | - Moved logs to commandline switch based logging - Removed appending of package name for auto update url Change-Id: I7daa7c69fb8f4e30517f54a9bc01d10034f7e8cb
* Show title if secure sitePankaj Garg2015-08-284-27/+52
| | | | | | | - Show site title if the the site is secure - Don't hide title bar if site certificate has issues Change-Id: Ie10d317b76d449795806b8dbd164355c3ed98b6e
* Initialize webrefiner setting if browser is reset to defaultPankaj Garg2015-08-281-0/+5
| | | | | | | | - The webrefiner setting was not reinitialized on browser reset to default. This caused webrefiner option to be removed from security and privacy panel. Change-Id: I3d3c7807188509d941c63d8ebff116968de7cdd2
* Fixed search engine name shown in browser settingsPankaj Garg2015-08-284-183/+5
| | | | | | | - Browser was using Android default search engine app to show the name of search engine in its settings. Change-Id: Ib57115c6064f1ea5156d6c7eb492ab06ed09dbc8
* Added timer to unblock UI for tab switchingPankaj Garg2015-08-282-29/+67
| | | | | | | - A timer that unblocks UI if capture does not return when user presses tab switcher Change-Id: Ibabaf4af804a1f2de236e4617fba6d66c8a8a4ca
* Minor UI tweaks to smoothen iconsPankaj Garg2015-08-2814-10/+11
| | | | | | | | | - Greyed out icons for security UI - Settings UI layout modifications - Search popup menu theming - Edge navigation setting panel opacity Change-Id: Ie45b73399cf46f561ecf5801f969e63d8b1bba72
* Remove unused and duplicate stringsSagar Dhawan2015-08-2823-313/+44
| | | | Change-Id: I7e1a3120e66ca8bc3adab65499663fecb5b041a3
* Fix crash while trying to load client certificateTarun Nainani2015-08-285-116/+2
| | | | | | | | Provide default implementation for PKCS11AuthenticationManager to fix null pointer crash. Clean-up client certificate api as now we use chromium's implementation for the same. Change-Id: I10c69b5d168e03ffb3fd9767bd17d5374e161111
* Fix regressions by voice search patchTarun Nainani2015-08-281-3/+3
|
* Update do-not-translate-strings.xmlSagar Dhawan2015-08-282-1186/+10
| | | | | | Strings seperation is now complete Change-Id: I3308867971822ca3bdb687fcf4785ff281c7b975
* Copy strings.xml into do-not-translate-strings.xml.Sagar Dhawan2015-08-281-0/+1195
| | | | Change-Id: I0b717f804da25a5f3934f9eea004dee4319b9580
* Disable child warm-up patchKevin Hart2015-08-282-2/+0
| | | | | | | | This patch has caused stability issues, so I'm disabling it until I can figure out a better approach to limit the life span of pre-warmed child processes. Change-Id: I6f1ffa9a5db9ceec6a13f21fad9f6dfc91431550
* Fix crash when viewing pages offline on TabletsSagar Dhawan2015-08-285-56/+63
| | | | | Fixed multiple issues with Snapshot tabs on tablets.
* Fix voice searchTarun Nainani2015-08-285-40/+66
| | | | | | | | Use BaseUI implementation of onStateChanged. This was regression brought by navigation bar cleanup code with changed id 'Change-Id: Iecb699a3e5eb848db149705a9142f8f199f02c04' Change-Id: I10c69b5d168e03ffb3fd9767bd17d5374e167d34
* Register for interstitial page state notificationVivek Sekhar2015-08-282-1/+16
| | | | | - Block clicking on favicon when showing interstitial page - Ensure topcontrols is always shown when showing interstitial page
* Show SSL state on favicon and site settingsPankaj Garg2015-08-2829-657/+99
| | | | Change-Id: I2f74f8caa8b8e4aaee7d78895287bdd7d69f758f
* Catch generice exception in UpdateNotificationServiceVivek Sekhar2015-08-281-4/+2
| | | | Change-Id: I09e02c1d99cf35989bb1d6fd2d30e759e305f27b
* Update Security Information IconsSagar Dhawan2015-08-285-8/+9
| | | | | | | Also added a drop shadow to the title bar and removed the cosmetic separator Change-Id: I546f684e365cc3217d615a094c8b20bfc1137435
* Fix Edge Navigation incorrect page index detectionSagar Dhawan2015-08-282-4/+15
| | | | | | | | | | | Swiping from the left edge on a new tab before the page loads, could some times leave edge navigation in a bad state. This was because there was no history for that tab. Also added minor fix for download paths and file names Change-Id: I94c94363275ceeb59b9d7756e728b535e3eaa32a
* Fix Tablet UI navigating unnecessarilySagar Dhawan2015-08-281-0/+5
| | | | | | | When the keyboard is dismissed, the browser won't navigate unnecessarily. Change-Id: If7d0120539cfc6db71367c549be782c58e8235dc
* Fix Offline Tab UISagar Dhawan2015-08-283-8/+8
| | | | Change-Id: I096ba427342342a3dce389f988f55a0624a6f43f
* Update WebRefiner configuration formatKulanthaivel Palanichamy2015-08-281-4/+13
|
* Flush all the settings on activity pauseAxesh R. Ajmera2015-08-282-0/+11
|
* Do not capture screenshot for page reloadsPankaj Garg2015-08-281-1/+3
| | | | | | | | - The browser captures screenshot bitmaps on page navigation. The page reload was also causing the capture, resulting into unnecessary captures. Change-Id: Idd45799ed1dee74e790198fcf1d9f1d84c1fe367
* Fix NFC Intent and URL input behaviorSagar Dhawan2015-08-285-12/+16
| | | | | | | | SWE will show up for valid NFC intents. When editing the URL, the voice input icon shows up only when the url is empty. Change-Id: If8338a03e4a18bcc78acfdb58bab331bec9af9cd
* Fix possible edge navigation failureSagar Dhawan2015-08-281-4/+0
| | | | Change-Id: I6b929986efb9c1be36e328882d03756b885699ac
* Ensure topcontrols is shown for main frameVivek Sekhar2015-08-281-1/+2
| | | | | | | TitleBar was getting progress notification for every frame of webpage. Ensure that we block notifications for sub frames Change-Id: I4e6f0a3e82ef5f1a0f08d1df7d2f16a58c5cb44a
* Add debug option to disable performance features for testingSite Mao2015-08-286-3/+48
| | | | Change-Id: I508448907a83fb32028cb28eb64b72f97a863fd0
* Add overlay folders for swe channelsTarun Nainani2015-08-2820-9/+7
| | | | Change-Id: I6c58662ccc2f508106426d7c6ee6885ffe32879c
* Fix edge navigation page dimmingSagar Dhawan2015-08-281-9/+3
| | | | | | | | | Stationary views are correctly dimmed when using edge navigation. Page will no longer flash when partial swiping from left and then swiping from the right. Change-Id: I4fd83793840330707cfd97a978c77294dab4b197
* Fix back button for Legal Preview activityTarun Nainani2015-08-281-4/+20
| | | | Change-Id: I6c58662ccc2f508106426d7c6ee6885ffe328456
* Mechanism to clear data through "Reset to default" settingPankaj Garg2015-08-285-13/+75
| | | | | | | | | | - Added hooks in BrowserYesNoPreference to support a third button. - Enabled the third button for "Reset to default" setting - If user clicks on this new button, it'll also clear the private data (history, cache, etc) Change-Id: I7b224805d2ab8ef440a13948821c871b0b4a791e
* Add support for "browser:" protocolAxesh R. Ajmera2015-08-286-11/+14
| | | | | | | | | | - Prevent browser:incognito from regular tab The browser will now allow "browser:" protocol based urls and treat "chrome:" protocol based urls as a search query Change-Id: I23098f160f4bd4e5f3c4ec431364388cf4e38790
* Titlebar cleanupVivek Sekhar2015-08-2812-336/+63
| | | | | | | | | | - Removed timer based Titlebar animation - Always show Titlebar when keyboard is up - Block webpage scroll when Titlebar is focused - Added command line switch to disable top controls - Fix rendering issue seen when user exits fullscreen video Change-Id: I9d0afe7be907522b3678746c04049c2904118a4b
* Fix for WML postfield variable resolution issueKulanthaivel Palanichamy2015-08-281-2/+7
| | | | SWE-4364
* Fix issue when navigating on Snapshot TabAxesh R. Ajmera2015-08-283-31/+28
| | | | | | | | | - When navigating on snapshot tab, clicking on the links in the snapshot tab causes navigation in the same tab to occur This is wrong behaviour in terms of user experience and would also cause issues with Edge navigation Change-Id: I9b2f7eb27aed0209f0245ab71ee69fe087eb9161