- 05 Oct, 2011 30 commits
-
-
Scott Main authored
Change-Id: I16420a6ade14a7c78f2fa4a6d2a5f6ef6717ac5d
-
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
* 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
-
Xavier Ducrohet authored
-
Xavier Ducrohet authored
-
Danielle Millett authored
-
Dianne Hackborn authored
-
Xavier Ducrohet authored
If the font being loaded is a system font, then we can find the font file and manually load it. Change-Id: I95473b1f1b88df64316b77c41ed05d4d09ab61ed
-
Xavier Ducrohet authored
Also parse fallback_fonts. This lets layoutlib automatically use the same fonts as the base platforms, for instance it now uses the new ICS fonts. Change-Id: Id6e778dc0e3f2a9112601e0eaf8499a9713ec433
-
Danielle Millett authored
This flag will be used to show a tutorial screen first time it is used. The flag is set to true once facelock has been set (via the savePassword or savePattern when in fallback mode) Change-Id: I43e3f876810fd32d3d5a5a285201e8054c4b3098
-
Fabrice Di Meglio authored
Merge "Revert "Fix bug #5387832 [UI/Visual] Address of the website is not displayed properly(second line of the address is partly shown)""
-
Fabrice Di Meglio authored
Revert "Fix bug #5387832 [UI/Visual] Address of the website is not displayed properly(second line of the address is partly shown)" This reverts commit a130e5f5
-
Svetoslav Ganov authored
-
Scott Main authored
-
Robert Ly authored
Change-Id: I30df24bc41fe61ebaab29f23a8df54f2c9599394
-
Svetoslav Ganov authored
If accessibility is enabled and there is no headset we do not speak the pressed keys. In such a case we provide a prompt to the blind user to use a headset. This was announced on every keypress which is quite annoying. Now this is announced only once. bug:5342234 Change-Id: Ibe55ad991ad2153d09cde57b030544948fa0d73b
-
- 04 Oct, 2011 10 commits
-
-
Irfan Sheriff authored
WEXT on crespo has an issue where the interface up/down events can happen in an unexpected fashion. At a driver start, we can go from interface disabled to interface enabled, back to interface disabled and then eventually into an interface enabled state. Earlier, we were just expecting a single interface enable event that would trigger driver specific commands. Now, we just handle these events as individual driver stop and driver start situations so that we do appropriate things eventually Bug: 5239853 Change-Id: I6bd5d844edf9fadfdca4e8eb753c2ba738aa6ad5
-
Joe Fernandez authored
Change-Id: I03d96247d149baf82c53b33aa7737fca11906ce6
-
Dianne Hackborn authored
This is another place where we are messed up by the stupid default Configuration having a 1.0 font scale. Argh. Change-Id: Iaa2550d4edab92fb8a52f98fbb9fd8ef5fab94b5
-
Dave Santoro authored
-
Dave Santoro authored
Bug 5394200 Change-Id: I2c6de49247c12d56d04304264dc7694987e4d28e
-
Christopher Tate authored
-
Jason Sams authored
-
Dave Santoro authored
* commit '7d535138': DO NOT MERGE New permissions for social stream.
-
Jason Sams authored
Change-Id: If7206de334868cb40eb8e5dd04fbe8c70bc1d614
-
Dave Santoro authored
-