summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* | Data URL fixes - bookmarks, save, and wallpaperGeorge Mount2011-10-105-16/+189
| | | | | | | | | | | | | | | | | | Bug 5383517 Images kept in data URLs can now be selected and this fixes the Save and Set Wallpaper options. It also removes the bookmarking capability. Change-Id: I461bdcb4c950f6fcd8db8b38f4c599212106b027
* | Merge "Improve tab switcher open perf"John Reck2011-10-104-15/+49
|\ \ | |/ |/|
| * Improve tab switcher open perfJohn Reck2011-10-074-15/+49
| | | | | | | | | | | | Bug: 5379115 Change-Id: I5e5bfcfead4c54deb49af94de6f6526bd2710567
* | Merge "Refactor generation of SSL certificate dialogs"Steve Block2011-10-101-59/+69
|\ \ | |/ |/|
| * Refactor generation of SSL certificate dialogsSteve Block2011-10-061-59/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The SSL certificate dialog is shown in two cases ... - When an SSL error occurrs when loading a resource - For the 'Page Info' menu option when the main page uses SSL. This change factors out common functionality into a new createSslCertificateDialog() method. It also removes a superfluous check in showPageInfo(). Bug: 5248376 Change-Id: I2ce57b2becfb7e9498f7b955b6e65feeb2fa1c19
* | Merge "Improve navscreen opening performance"John Reck2011-10-073-70/+87
|\ \
| * | Improve navscreen opening performanceJohn Reck2011-10-073-70/+87
| |/ | | | | | | | | | | | | | | | | Bug: 5379115 Cache mNavScreen (expensive to create) Cache AnimScreen (expensive to create) Don't capture a screenshot for an unused parameter Change-Id: I0ac9de647f61222866499ae40c1a946551dad7bb
* | Merge "Refresh origins on resume"John Reck2011-10-071-0/+6
|\ \
| * | Refresh origins on resumeJohn Reck2011-10-071-0/+6
| |/ | | | | | | | | | | Bug: 5352993 Change-Id: I5e131a5ef04fa0b7f77b338d7bfaef56eb8e40ec
* | Show the unlocked padlock icon when there is an SSL authentication problem.Steve Block2011-10-072-8/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces two changes in behaviour ... - If the page's main resource uses SSL but there's a problem with it's certificate, show the open lock icon rather than the closed lock icon. - If the page's main resource uses SSL and the certificate is good, but some sub-resources have problems with their certificates, show the open lock icon rather than the closed lock icon. Previously we would show the open lock icon only if these sub-resources did not use SSL. Requires https://android-git.corp.google.com/g/#/c/139926. Bug: 5403366 Change-Id: I0cb1b26d1180aacfbc500a944421e7b753cd95f1
* | Correct fullscreen video playback for HTML5 videoMichael Kolb2011-10-061-31/+19
|/ | | | | | | | | Bug: 5415790 Changed from window back to a fullscreen layout attached to the decor view Change-Id: I85750e27aa2a953ffc54ee96cc2de4156d52cc5e
* Merge "Allow default preload setting to be configured via Gservices."Mathew Inwood2011-10-062-5/+27
|\
| * Allow default preload setting to be configured via Gservices.Mathew Inwood2011-10-052-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now load the default value from a secure setting. To over-ride it, set Gservices key secure:browser_default_preload_setting to the appropriate value. The Gservices default value will only be used if the user has never opened the 'Bandwidth management' tab in the browswer settings. Once that tab has been opened, even if the user did not change the setting, the value will be persisted in the browser and the default will be ignored. Bug: 5346028 Change-Id: If3b14485dc8bc46e7ed72c49eb5cf3c474893fe3
* | Merge "Fail fast if we won't be able to load"John Reck2011-10-052-1/+59
|\ \
| * | Fail fast if we won't be able to loadJohn Reck2011-10-052-1/+59
| | | | | | | | | | | | | | | | | | Bug: 5416822 Change-Id: I105b514a84f2be15b460a4c85933d4eb1e897547
* | | Merge "Immediately update title bar when loading a URL"Michael Kolb2011-10-053-1/+6
|\ \ \
| * | | Immediately update title bar when loading a URLMichael Kolb2011-10-053-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5153437 Change-Id: I712c62f15bcb294a0833f526fa27dac88ec15c8e
* | | | Merge "Fix intent handling"John Reck2011-10-052-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix intent handlingJohn Reck2011-10-052-3/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | Bug: 5405096 If state != null, don't process the intent in getIntent, it will be stale Change-Id: Icc854a1d8f11fdbd60c1f7f854053f2294864b0f
* | | Merge "Show IME when editing homepage URL"Michael Kolb2011-10-051-0/+3
|\ \ \
| * | | Show IME when editing homepage URLMichael Kolb2011-10-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5209206 Change-Id: I30020b97692aca30c09a68e92144828619ef4d59
* | | | Merge "Disable hardware skia when debug is disabled"John Reck2011-10-051-1/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Disable hardware skia when debug is disabledJohn Reck2011-10-041-1/+8
| |/ / | | | | | | | | | | | | | | | Bug: 5413097 Change-Id: I7870e91fb981496fcc608a3473b4534cdcf0c345
* | | Avoid fullscreen resize for custom viewMichael Kolb2011-10-042-34/+36
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5283037 Show plugin views in new window to avoid resize due to ActionBar Change-Id: I6923382d211b243878c1bd246182868dd2fcf51c
* | | Fix QuickControlsMichael Kolb2011-10-043-26/+57
|/ / | | | | | | | | | | | | | | | | | | Bug: 5115647 Removed back from QC options Added menu to QC options Removed background on phone Changed colors to match ICS scheme Change-Id: I32c8cc0c4714e50e9eca28e6aa069be8d0fe9da8
* | Merge "Return browser history results for zero query."Mark Brophy2011-10-041-14/+42
|\ \
| * | Return browser history results for zero query.Mark Brophy2011-10-031-14/+42
| | | | | | | | | | | | | | | Bug: 5370935 Change-Id: Ie067bb5eb91101bada96b0c7c7e5afd2d14ed4ab
* | | Merge "Rename Tab.LockIcon to Tab.SecurityState"Steve Block2011-10-036-41/+49
|\ \ \ | |_|/ |/| |
| * | Rename Tab.LockIcon to Tab.SecurityStateSteve Block2011-10-036-41/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tab's state is concerned with whether or not the page is secure. It should not mention the lock icon, as this is just a UI choice of how to represent the security state. Also renames WebViewController.onUpdatedLockIcon() to onUpdatedSecurityState(). No functional change. Bug: 5403366 Change-Id: Id18402e84fd9b1f661c160189c7a19a9352fd25c
* | | Fix SSL certificate error pageSteve Block2011-10-031-2/+2
|/ / | | | | | | | | | | | | Don't always claim that the certificate is expired and the date is invalid. Bug: 5403221 Change-Id: I914cfad2d5bba9a7a550c89091201614eef8e60f
* | Switch browser back to use Gpu upload pathTeng-Hui Zhu2011-09-301-2/+2
|/ | | | | | Change-Id: I8dbc25b6c5bdf6b8edf4ba2273b886cc000bfaff bug:5395019
* Merge "View images without throwing an intent"Michael Kolb2011-09-281-2/+8
|\
| * View images without throwing an intentMichael Kolb2011-09-281-2/+8
| | | | | | | | | | | | | | | | Bug: 5375434 load images directly into a new tab and set parent on the new tab Change-Id: I5b038d30127b6cf3144de4ae38e6f4ab6d9117a5
* | Update folder asset usageJohn Reck2011-09-282-3/+13
|/ | | | | | Bug: 5066431 Change-Id: Icc4ea38e64881d0f67d3cbbd0b6bda7138f4a0b4
* Update add bookmark dialogJohn Reck2011-09-262-5/+9
| | | | | | | | | Bug: 5362468 Don't put listviews inside scrollviews Update the buttons to fancy style Cleanup padding and sizes Change-Id: I6b255a194a150b9efb01157475815e654df8231c
* Merge "Fix tab switcher in animation"Michael Kolb2011-09-231-1/+2
|\
| * Fix tab switcher in animationMichael Kolb2011-09-231-1/+2
| | | | | | | | | | | | Bug: 5367069 Change-Id: I029b7b1c31dfb8071d9816c1bb319f61e8362974
* | Merge "UI for switching texture upload mode"Teng-Hui Zhu2011-09-233-0/+12
|\ \ | |/ |/|
| * UI for switching texture upload modeTeng-Hui Zhu2011-09-233-0/+12
| | | | | | | | | | | | | | | | | | | | | | For browser, default will be CPU upload until bug 5334978 fix. bug:5347539 The webkit part is in https://android-git.corp.google.com/g/#/c/137610/ Change-Id: Iec3a100dc142b28e54145f08a5c76210f8634cba
* | Merge "Add transparency to tab switcher"Michael Kolb2011-09-231-4/+15
|\ \
| * | Add transparency to tab switcherMichael Kolb2011-09-231-4/+15
| | | | | | | | | | | | | | | | | | | | | Bug: 5361553 This fixes the transparency issue. No change to physics. Change-Id: I85177dd87296155ad923f3967d311337b6cd8b52
* | | Merge "Fix Resources.getIdentifier usage"John Reck2011-09-223-3/+9
|\ \ \ | |/ / |/| |
| * | Fix Resources.getIdentifier usageJohn Reck2011-09-223-3/+9
| |/ | | | | | | | | | | Bug: 5352337 Change-Id: If639cf6dec892f2952f8eb3fedbb267e4cc7c0ae
* | Implement pseudo 3d overscroll for tab switcherMichael Kolb2011-09-217-1792/+2484
|/ | | | | | Bug: 5255100 Change-Id: Id756e36bba2644cc1be1a699f80dbd78119ec56f
* Hide breadcrumbs at root folderJohn Reck2011-09-202-1/+7
| | | | | | Bug: 5346728 Change-Id: I0dd247bac233e632546cf4fa92ec7ddf3842d588
* Merge "Remove network connection error dialog"John Reck2011-09-192-30/+1
|\
| * Remove network connection error dialogJohn Reck2011-09-192-30/+1
| | | | | | | | | | | | Bug: 5341852 Change-Id: I34028cbfb6fa834624ccb816dda0824504b56028
* | Fix long pressing children in BrowserWebViewJohn Reck2011-09-191-0/+5
|/ | | | | | | | | Bug: 5340573 Caused because showContextMenu happens before the path for actionmode. Since none of the children in WebView have a context menu, we can just prevent BrowserWebView from ever showing a context menu for a child. Change-Id: I62644682e5ee43dd3c9e8c155c7403611ae6f355
* Use overlay action modeJohn Reck2011-09-162-19/+10
| | | | | | | | | | | | | | Bug: 5327408 By using actionBar: false with actionModeOverlay: true the action mode callbacks happen before the action mode animation. This allows us to animate down the URL bar at the same time if needed (when the URL is being edited). Overlay mode fixes the issue with webview being translated, which was what caused the selection handles to move. Only the selection handles were affected thanks to b/4982054 Change-Id: I8153de63124eb4e4d02e88637f0cf01658054a14
* Merge "Fix WebStorageSizeManagerUnitTest NPE"Ben Murdoch2011-09-151-4/+0
|\