- 05 Oct, 2011 40 commits
-
-
Roman Nurik authored
Change-Id: Ie64eaad0c5cd148288ee48c524ff3516522fc10f
-
George Mount authored
-
Mathias Agopian authored
-
Mathias Agopian authored
without this prepare() would be called but not set() since the dirty region is empty. Change-Id: I038acfbdad4c16015357ccde4d1949391d6f989d
-
Steve Block authored
-
Dirk Dougherty authored
-
Brian Colonna authored
-
Brian Colonna authored
Change-Id: I76a4e0f8ac0fe17e39195f4593fac7e36d7281f0
-
Scott Main authored
Change-Id: Id03246e140ee6676810fcefebff0ba73115987ec
-
Steven Ross authored
-
Scott Main authored
-
Scott Main authored
Change-Id: I16420a6ade14a7c78f2fa4a6d2a5f6ef6717ac5d
-
Jason Sams authored
-
Nicolas Roard authored
Merge "Streamline the layers update codepath. Directly update the layers transform and position. This makes updates faster and less dependent on other webkit work."
-
Dianne Hackborn authored
Change-Id: I5b050e33fe918c08b24091c6ccb9c5fe2b01d496
-
Dianne Hackborn authored
-
Dianne Hackborn authored
-
Dianne Hackborn authored
-
Steven Ross authored
This needs to actively listen for phonecall callbacks, or calls that come in while Facelock is active will drop. Change-Id: I818433e5de9085f0357f61d6a04b395e58871396
-
Andreas Huber authored
-
Lakshman Gowda authored
The native_window_set_crop() is called when port reconfig event callback comes from decoder's and crop parameters are changed from default getconfig() OMX_IndexConfigCommonOutputCrop values. Since the default crop params are same as port reconfig crop params, the native_window_set_crop() is not called, hence resulting in displaying the whole frame(paddedWidth x paddedHeight). By calling native_window_set_crop() during initilaization of output port of decoder ensures in setting up ANative window to crop region. Change-Id: I68926464a1f5c7e6053804615c8b9bd32ea85688 Signed-off-by:
Lakshman Gowda <lakshman79@ti.com>
-
Irfan Sheriff authored
-
Steve Block authored
We should only re-use a cached 'allow' decision if the decision ... - is for the same host - is for an error which is at least as severe as the current error Bug: 5409251 Change-Id: Id8516f58c8d23de44e80539ffeaf945be3d2914a
-
Steve Block authored
* changes: SSL-related cleanup in BrowserFrame and SslCertLookupTable Clean up SslErrorHandlerImpl
-
Steve Block authored
-
Joe Fernandez authored
-
Narayan Kamath authored
-
Steve Block authored
- Fix a comment in BrowserFrame.certificate() - Simplify SslCertLookupTable by not storing 'deny' decisions. We only need to store 'allow' decisions, as we don't re-use 'deny' decisions. No change in behaviour. Bug: 5409251 Change-Id: I447cd1966fbb6c2dea8088b2e4c4e2de22405cb9
-
Steve Block authored
- Use assert rather than junit.framework.Assert - Add some comments - There's no need for checkSslPrefTable() to call handleSslErrorResponse() as we'll never update the table. Instead call LoadListener.handleSslErrorResponse() directly. No functional change. Bug: 5409251 Change-Id: I0c6cdae43fa966f86f4a6c43b74c2f2a01f60319
-
Steve Block authored
https://android-git.corp.google.com/g/#/c/133348 changed BrowserFrame to construct the SslError using only the host. This was done so that we match on just the host component of the URL when re-using previous decisions in case of an SSL error. It also means that the browser displays only the host when it shows the SSL error dialog. This change fixes BrowserFrame to pass the full URL to SslError. We modify SslCertLookupTable to keep the existing behaviour regarding matching on only the host component. There's no need to change Browser to continue displaying only the host as I think this change was an unintentional side-effect. Also remove dead code-path in BrowserFrame.reportSslCertError(). This method is used only with the Chromium HTTP stack. This code was added in https://android-git.corp.google.com/g/#/c/121023. No functional change. Bug: 5410252 Change-Id: Ief2dbf4558095fb6fa7ab0caac7d37fa4f640b66
-
Steve Block authored
-
Jim Miller authored
Change-Id: I0061fa9ec184846b0ed82c977a2e48b36cb079af
-
Xavier Ducrohet authored
-
Xavier Ducrohet authored
Change-Id: I821191a40012e9727b4a3573d580483c3ae1de48
-
Romain Guy authored
-
Romain Guy authored
This bug was affecting several third party applications. The bug was introduced by an optimization that prevented the local clip to be recomputed when needed. Change-Id: I7b5c464db21b5ff1a7274af75a3a64d0e9d84772
-
Dianne Hackborn authored
Change-Id: I7a0f3be49fe723fe59cf6268861bc5fe7f49bc62
-
Dianne Hackborn authored
...a tiny dialog (works fine in GB and HC) I found two problems: - When first binding an application, we were not correctly computing the compat configuration. - When retrieving the display metrics to hand to Resources, we were using the one with compat applied. This is not right, because Resources will apply the compat itself, so in some cases the compat scaling was applied twice. Change-Id: I22c9cfed9e271290c1a7544fa3ffa54a2e65daf9
-
Xavier Ducrohet authored
-
Xavier Ducrohet authored
-