Merge commit '6b07d533f0f3fe49dd2070e3d4ff44eb804aee87'
* commit '6b07d533f0f3fe49dd2070e3d4ff44eb804aee87':
Some mobile sites, like m.www.yahoo.com, slashdot.org (iPhone version),
Merge commit '3c72fff035e287f9e0b9340cc3921896ca86380b' into eclair-plus-aosp
* commit '3c72fff035e287f9e0b9340cc3921896ca86380b':
Some mobile sites, like m.www.yahoo.com, slashdot.org (iPhone version),
have a bigger minPrefWidth than the screen width. So we don't want to force
the minZoomScale to be same as defaultScale. Otherwise we won't be able to
zoom out in these sites.
Fix http://b/issue?id=2090718
Merge commit '81c7192d335b7260914105578006ef662c3d641a'
* commit '81c7192d335b7260914105578006ef662c3d641a':
Do a better job at finding the activity associated with a dialog when triggering search.
Merge commit '93a751d6adc00cbc6fb564b27592fc5730a655ef' into eclair-plus-aosp
* commit '93a751d6adc00cbc6fb564b27592fc5730a655ef':
Do a better job at finding the activity associated with a dialog when triggering search.
Merge commit '71e0da0f238270254bb0e7cea3e3506cb5cfdb18'
* commit '71e0da0f238270254bb0e7cea3e3506cb5cfdb18':
Add more documents on the ACTION_SEND_MULTIPLE intent.
Merge commit '1e52988adc9e7b6136374d01e7537d756ac89f82' into eclair-plus-aosp
* commit '1e52988adc9e7b6136374d01e7537d756ac89f82':
Add more documents on the ACTION_SEND_MULTIPLE intent.
Merge commit 'e8853fc57093e781fa7c659c6eb4da3be9f8695a' into eclair-plus-aosp
* commit 'e8853fc57093e781fa7c659c6eb4da3be9f8695a':
also expose onDrawHorizontalScrollBar() in View
It first looks to see if there is an activity that is managing the dialog, and if not,
follows the context / contextwrapper chain to find an activity if possible.
Fixes http://b/issue?id=2064772.
Merge commit '3d031d2a19900474501650d555628fa3baf2b314'
* commit '3d031d2a19900474501650d555628fa3baf2b314':
Translate the content dimension to the view space before setting them to the view.
Merge commit '13e3e0ab9a40d6130e4dc1102bba920a1f5c3c2b'
* commit '13e3e0ab9a40d6130e4dc1102bba920a1f5c3c2b':
Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface.
Merge commit 'da32be5e06b9f02d0113b072de79276e16d19f50'
* commit 'da32be5e06b9f02d0113b072de79276e16d19f50':
Removing references to deprecated API and the deprecated API itself.
Merge commit 'e5b6d02f34af2cd81615653b00c96a421d5ea819' into eclair-plus-aosp
* commit 'e5b6d02f34af2cd81615653b00c96a421d5ea819':
Translate the content dimension to the view space before setting them to the view.
Merge commit '34619494e009d998f5c073145c0481e38bbd2bcf' into eclair-plus-aosp
* commit '34619494e009d998f5c073145c0481e38bbd2bcf':
Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface.
Merge commit '1ab3ebad95e6b537719ee2f608c1fbc321e51f06' into eclair-plus-aosp
* commit '1ab3ebad95e6b537719ee2f608c1fbc321e51f06':
Removing references to deprecated API and the deprecated API itself.
Merge commit '7eb63ba5666ce470e4d99164965a28dc63e681f6'
* commit '7eb63ba5666ce470e4d99164965a28dc63e681f6':
Attach the title bar to the top of the page.
Merge commit '015897709182be40eb5e9aee19e9ef396738a33e'
* commit '015897709182be40eb5e9aee19e9ef396738a33e':
Add support for running apps with uid/gid AID_LOG by specifying android.uid.log in the manifest
Merge commit 'b00fc7357f50ba0ebc1a5e48be2a1ee096bf1b67' into eclair-plus-aosp
* commit 'b00fc7357f50ba0ebc1a5e48be2a1ee096bf1b67':
Attach the title bar to the top of the page.
Merge commit 'fbd9b87feab649dc7410711ceaa589e5f058c753' into eclair-plus-aosp
* commit 'fbd9b87feab649dc7410711ceaa589e5f058c753':
Add support for running apps with uid/gid AID_LOG by specifying android.uid.log in the manifest
Merge commit '704a488ef5f5b50ed82332cbff8d6d982ac09118' into eclair-plus-aosp
* commit '704a488ef5f5b50ed82332cbff8d6d982ac09118':
New, darker tab widgets for the platform.
Remove the old notions of changing the viewing mode
resulting in changing the visibility of the title bar.
Instead, attach the title bar to the top of the page.
Change contentToView() to contentToViewY() (and an X
version; same change for viewToContent), to account
for the title bar's height. Adjust the parameters
for drawing the scroll bar to account for the title bar.
Requires a change to packages/apps/Browser.
Change-Id: Ic0f7d6e0a1cce58ba2bca87337cf72a8194e9aa4
Merge commit '1d56df6688e1f3cb6db9ad72694476b908e1c077'
* commit '1d56df6688e1f3cb6db9ad72694476b908e1c077':
allow subclassing for drawing vertical scrollbar, so that clients (e.g. webview) can resize/position
Merge commit '70fc625745b5c6303951113e6d17ea57870fe2f7' into eclair-plus-aosp
* commit '70fc625745b5c6303951113e6d17ea57870fe2f7':
allow subclassing for drawing vertical scrollbar, so that clients (e.g. webview) can resize/position
This is needed to allow the BugReportService to start the dumpstate service.
Change-Id: I12cab23767c919592da102c654b6b80416717661
Signed-off-by: Mike Lockwood <lockwood@android.com>