summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge "Correct fullscreen video playback for HTML5 video"Michael Kolb2011-10-061-31/+19
|\
| * 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
* | Increase char limitJohn Reck2011-10-061-1/+1
|/ | | | | | Bug: 5417935 Change-Id: I734b511ba2881ea23c0dd2faaf82a736e5febf53
* Merge "Allow default preload setting to be configured via Gservices."Mathew Inwood2011-10-063-6/+27
|\
| * Allow default preload setting to be configured via Gservices.Mathew Inwood2011-10-053-6/+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 "Change text/font descriptions in Accessibility settings panel"Mangesh Ghiware2011-10-051-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Change text/font descriptions in Accessibility settings panelMangesh Ghiware2011-10-051-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - FONT SIZE changed to TEXT SIZE - Text zoom changed to Text scaling - Added new setting for Zoom on double-tap Bug: 5416842 Change-Id: Ib5556d87385cf473f7422411ede6ced77b6cef48
* | | | 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-048-28/+84
|/ / | | | | | | | | | | | | | | | | | | 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
* | Merge "General edits to strings to bring UI text to standards. Bugs: ↵Claudia de Veaux2011-09-301-107/+107
|\ \ | | | | | | | | | 5165745, 5163232, 5162668, 5162667, 5162328"
| * | General edits to strings to bring UI text to standards.Claudia de Veaux2011-09-301-107/+107
| | | | | | | | | | | | | | | | | | | | | | | | Bugs: 5165745, 5163232, 5162668, 5162667, 5162328 Change-Id: I1b7b816f78371e6bab6a4b98f83e436d2d7ce566 Edits to previous changes per review by jreck.
* | | Merge "Import revised translations."Eric Fischer2011-09-3029-119/+119
|\ \ \
| * | | Import revised translations.Eric Fischer2011-09-3029-119/+119
| | |/ | |/| | | | | | | Change-Id: I655d48977aca30635fa81bc935fd4bbf764b1440
* | | Merge "Switch browser back to use Gpu upload path"Teng-Hui Zhu2011-09-302-3/+3
|\ \ \ | |/ / |/| |
| * | Switch browser back to use Gpu upload pathTeng-Hui Zhu2011-09-302-3/+3
| | | | | | | | | | | | | | | | | | Change-Id: I8dbc25b6c5bdf6b8edf4ba2273b886cc000bfaff bug:5395019
* | | Title bars on tab thumbs lightened up to increase contrastPeter Ng2011-09-293-0/+0
|/ / | | | | | | | | Bug: 5375498 Change-Id: I3745b741c5fedd9ee7628331077052c427b6d83e
* | am 9d0b506a: (-s ours) Merge "Import revised translations. DO NOT MERGE." ↵Eric Fischer2011-09-280-0/+0
|\ \ | | | | | | | | | | | | | | | | | | into ics-factoryrom * commit '9d0b506af57cc931ce8d0a62be19c2dc8c0cb011': Import revised translations. DO NOT MERGE.
| * \ Merge "Import revised translations. DO NOT MERGE." into ics-factoryromEric Fischer2011-09-284-4/+4
| |\ \
| | * | Import revised translations. DO NOT MERGE.Eric Fischer2011-09-284-4/+4
| | | | | | | | | | | | | | | | Change-Id: Icf2d3d329674b181af3ce12cbaca2df6be51826b
* | | | 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
* | | | | Merge "Update folder asset usage"John Reck2011-09-283-3/+73
|\ \ \ \ \
| * | | | | Update folder asset usageJohn Reck2011-09-283-3/+73
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Bug: 5066431 Change-Id: Icc4ea38e64881d0f67d3cbbd0b6bda7138f4a0b4
* | | | | am fb3e4352: Merge "Updated Browser overflow menu Bug: 5388009" into ↵Justin Ho2011-09-283-0/+0
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | | | | ics-factoryrom * commit 'fb3e4352ccefef04ba7498c36bc1d62635e6b50a': Updated Browser overflow menu Bug: 5388009
| * | | Merge "Updated Browser overflow menu Bug: 5388009" into ics-factoryromJustin Ho2011-09-283-0/+0
| |\ \ \ | | |_|/ | |/| |
| | * | Updated Browser overflow menuJustin Ho2011-09-283-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5388009 Change-Id: I240ea1667fb1005b07db3db826521f00de2b910b
* | | | am 7766a6c4: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2011-09-270-0/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | * commit '7766a6c4a5ea435da8558b5b76f8ad0120dc8092': Import revised translations. DO NOT MERGE
| * | Import revised translations. DO NOT MERGEEric Fischer2011-09-271-2/+2
| |/ | | | | | | Change-Id: Ibacc46689e7b4f3d71010cd690fc4500825f1eec
* | Update add bookmark dialogJohn Reck2011-09-265-128/+137
| | | | | | | | | | | | | | | | | | 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-233-2/+4
|\ \
| * | Fix tab switcher in animationMichael Kolb2011-09-233-2/+4
| | | | | | | | | | | | | | | | | | Bug: 5367069 Change-Id: I029b7b1c31dfb8071d9816c1bb319f61e8362974
* | | Merge "UI for switching texture upload mode"Teng-Hui Zhu2011-09-235-0/+19
|\ \ \ | |/ / |/| |
| * | UI for switching texture upload modeTeng-Hui Zhu2011-09-235-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Browser layout fixes and asset updates"Peter Ng2011-09-2344-11/+18
|\ \ \