summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/WebViewFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* Start background tabs hiddenStewart Chao2014-12-171-0/+2
| | | | | | | | Background tabs should start using the policy OPEN_BACKGROUND_TAB so that Blink does not try to render the non-visible view. Change-Id: I213e733c1a97bc1aae4104691b4c57f6c8bf3f3e Fixes-issue: SWE-2733
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+30
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Copy of new files from 1599Bijan Amirzada2014-03-041-30/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* move subwindow handling to UIMichael Kolb2010-11-221-0/+2
| | | | | | | | | added sub view creation to WebViewFactory removed WebView from subview layout use WebVIewFactory for creating the SubWebView moved layout/view related code to UI Change-Id: Id5b1905e4c36814fe7cc047cbd97128235d7e65e
* Controller RefactorMichael Kolb2010-11-171-0/+28
Bug: 3170671 First step towards a model/view/control design in Browser introduced Controller object started separating UI code represent state of the app in one place only Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f