summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
* Show IME when editing homepage URLMichael Kolb2011-10-051-0/+3
| | | | | | Bug: 5209206 Change-Id: I30020b97692aca30c09a68e92144828619ef4d59
* 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
|\
| * Fix WebStorageSizeManagerUnitTest NPEBen Murdoch2011-09-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Previously we passed a null Context into the WebStorageSizeManager from the unit test. After the refactoring to get the application context from the passed in Context, this no longer works. So pass in a valid Context. (See Ib0be5f8c for the regression) Bug: 5319628 Change-Id: I691e2edb0a4174076c7599525569d104a83d3442
* | Use the right clock in UrlBarAutoShowManagerJohn Reck2011-09-151-1/+1
| | | | | | | | | | | | Bug: 5291191 Change-Id: Ie4a11be79d24af9075e40a0f20cddd39e515ae17
* | Merge "Cleanup menus"John Reck2011-09-155-45/+45
|\ \
| * | Cleanup menusJohn Reck2011-09-145-45/+45
| |/ | | | | | | | | | | Bug: 5290513 Change-Id: I2ca1de40fe362b74d941056504fc4e3249de03a3
* | Merge "Adjust text zoom by system preference"John Reck2011-09-152-3/+8
|\ \
| * | Adjust text zoom by system preferenceJohn Reck2011-09-142-3/+8
| |/ | | | | | | | | | | | | Bug: 5287968 System setting is a multiplier on top of browser's text zoom preference Change-Id: I88ea1340827492412c51efaf28ca789767ba8c56
* | Merge "Revert "Support for measuring page load times.""Mathew Inwood2011-09-154-158/+11
|\ \ | |/ |/|
| * Revert "Support for measuring page load times."Mathew Inwood2011-09-154-158/+11
| | | | | | | | | | | | | | | | | | | | | | The page load time measurement was a stop gap measure until server side support is ready, and we don't want to ship with it in. Bug: 5266893 This reverts commit b4e831bf1ff62945199b89a77ad039be7bd16545. Change-Id: Iafc08cea88774e5ecf018112a25e4dc2993a4623
* | Make bookmark be full widthJohn Reck2011-09-131-3/+2
| | | | | | | | | | | | | | Bug: 5288329 Pushes scroll bars to the edge and allows scrolling in the empty space Change-Id: Ie35a0dde2887aeb67d02992751629540222f1713
* | Merge "Add sanity checking to bookmark click listener"John Reck2011-09-121-0/+7
|\ \
| * | Add sanity checking to bookmark click listenerJohn Reck2011-09-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5296561 Monkey manages to make the impossible happen - sanity check the state of the world. Change-Id: Ibbe62e6bd564d98af570271fa834dc9472c06126
* | | Merge "Use uptimeMillis instead of currentTimeMillis"John Reck2011-09-121-2/+3
|\ \ \ | |/ / |/| |
| * | Use uptimeMillis instead of currentTimeMillisJohn Reck2011-09-121-2/+3
| |/ | | | | | | | | | | Bug: 5291191 Change-Id: I70b54d9f7c0ab974bf8a361b77d79a40e8d32f78
* | Add missing null checkJohn Reck2011-09-121-4/+6
|/ | | | | | Bug: 5297101 Change-Id: Iff8b57ef28d8481f244d937bf980a84de595e7f8
* Merge "Cleanup history perf + UI"John Reck2011-09-094-20/+67
|\
| * Cleanup history perf + UIJohn Reck2011-09-094-20/+67
| | | | | | | | | | | | Bug: 5283880 Change-Id: Id2868335d308b8dabf79fe33e177a2d0babd66d9
* | New saved page animationJohn Reck2011-09-081-0/+64
|/ | | | | | Bug: 4982126 Change-Id: Ice99b4af910d811aa4fd5dd6a6d663d60d8ebe62
* Use onDraw instead of capturePicture for thumbnailsJohn Reck2011-09-081-31/+35
| | | | | | Bug: 5220344 Change-Id: I78ebbb8ae6c574d79b99fcde8220e5d08342876c
* Merge "Prevent WebViewPreview from scrolling"John Reck2011-09-081-0/+7
|\
| * Prevent WebViewPreview from scrollingJohn Reck2011-09-071-0/+7
| | | | | | | | | | | | Bug: 5265951 Change-Id: I844e1fe4f0d2cdf2376147c733e589c700d4e7be
* | Merge "Change default preload setting to 'Always'."Mathew Inwood2011-09-081-1/+1
|\ \
| * | Change default preload setting to 'Always'.Mathew Inwood2011-09-071-1/+1
| |/ | | | | | | | | | | | | Also some tidying up to that the default is only specified in a single place. Change-Id: I6d66739a8b0d307f8af3c29c62d122a3044c4943