summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/appmenu
Commit message (Collapse)AuthorAgeFilesLines
* Fix system Navigation bar covering menu when fullscreenSagar Dhawan2015-11-051-0/+7
| | | | | | | | | | | | | | | | 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
* Revert "Start sandbox process early"Kevin Hart2015-11-051-3/+0
| | | | | | This reverts commit 055e6d855337d209c1799a59d57480ffa4616515. Change-Id: I8a0111fd0d265278cde73c0043f691997fead441
* Revert "Disable child warm-up patch"Kevin Hart2015-11-051-0/+1
| | | | | | This reverts commit 386c12339da2fe1e321d13ca2975dd19094e4115. Change-Id: I650ddc9a659d52221a18901253c82f68722be431
* Disable child warm-up patchKevin Hart2015-08-281-1/+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
* Show OverFlow menu alwaysSagar Dhawan2015-08-281-1/+1
| | | | | | | OverFlow menu will always show irrespective of device hardware button configuration Change-Id: Ic499d906292a708b1aa0435ebd5dfbf97f563d4f
* Fix Browser main menu crash.Tarun Nainani2015-03-311-1/+1
| | | | | | | | | Chrome Shell and SWE browser resource had same layout 'menu_item' causing issues with certain build enviroment overlaying SWE browser resource with Chrome Shell. Renamed SWE browser layout to avoid one getting overlayed with another. Change-Id: I8c4111c2bd2de046a67644293c82b5b7cfdda60f
* M42 snap browserVivek Sekhar2015-03-101-1/+1
| | | | Change-Id: If52741ad5e34241aa9f928244942a33a91610e58
* Start sandbox process earlyKevin Hart2015-01-141-0/+3
| | | | | | | | | This patch uses the warmUp mechanism to reduce TTFP. When the user starts to enter a URL or uses the menu, a new child process connection is established immediately. The new child process will then start faster when the URL is entered or a bookmark is chosen. Change-Id: I422617d0fd327603da55ad78736fbd6c85c9e6b3
* Clean visual style: move to Light, add Material support, change Drawables ↵Enrico Ros2014-12-012-6/+4
| | | | | | | | | | | | | | | | | | | | (progress, icons). This code alters the visual style moving the APP to a Light theme. Parents of the theme are either Theme.Holo.Light or Theme.Material.Light depending on which API we start the APK from. Needs SDK 21 to build. Other than the visual changes, this commit changes: - name of the APP to 'Browser' - animations and sequencing of the Tab switcher in {nav/anim}_screen - removal of the warning icon from the Exit dialog - change of the favicon appearance (removal of the double border) Vast amount of unused resources are removed from the APK. Just XHDPI drawables have been synthesized for now, and the Primary color was used for the icons and is accessible in R.color.Primary. Change-Id: If75cc051c5d4015383e96066cdb6507484e625d8
* Updates to SWE browser's options menuPankaj Garg2014-11-268-67/+191
| | | | | | | | | | | | | - Changed the contents of the menu - Iconified frequently used items - Changes to layout and menu animation - Removed popup menu from History and Bookmarks page -- Added buttons to these pages to replace menu items - Updated icons used in popup menu - Added menu option to save link to homepage - Add bookmark icon color depicts if bookmark exists Change-Id: I37226506737647367f71159f1a439cc3fca4ae03
* Copy AppMenu framework from ChromePankaj Garg2014-11-269-0/+1389
- copied AppMenu framework files from org.chromium.chrom.browser.appmenu commit-id: fdb3ea17e8436e028e320b1a752249d36423483d Change-Id: I01e9106cd4107fadee6951c13b7e6ac2329d98e4