summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/BrowserConfigBase.java
Commit message (Collapse)AuthorAgeFilesLines
* M42 snap browserVivek Sekhar2015-03-101-7/+26
| | | | Change-Id: If52741ad5e34241aa9f928244942a33a91610e58
* Add more switches to enable/disable carrier featuresPanos Thomas2014-12-101-0/+34
| | | | | | | | | | Add bools to enable/disable the following carrier specific features: - Exit menu item with 'Minimize or quit' dialog - Display page title instead of URL in URL bar - Allow users to provide custom download path Add method to detect if a carrier specific feature is enabled. Change-Id: I9db1b16afd14e476de474e8c86bd60ba1a450aba
* Added command line switchesVivek Sekhar2014-12-021-3/+13
| | | | | | - Added top control switches for browser. Change-Id: I5d0c00292e7fd94b1733c940b30df9d902d81a2c
* Re-implement UserAgent in browserVivek Sekhar2014-11-201-0/+84
- Remove calls to SWE's WebSetting API and use the newer implementation of the engine. The newer implementation tracks UserAgent per navigation entry. - Allow to override the UserAgent using command line switches. - Remove debug option to change UserAgent string. - BrowserConfig class cleanup. Change-Id: Ib1cc4763e0cbf0207793d1f4e6b1644a9dbb5c08