summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Tabs UI updated"John Reck2011-08-113-40/+61
|\ \ \
| * | | Tabs UI updatedJohn Reck2011-08-113-40/+61
| |/ / | | | | | | | | | | | | | | | Bug: 5153985 Change-Id: Icbe235f1c09a58199581c55bfb2d82318f13f7f7
* | | Merge "Strip http://(www.)? from url input"John Reck2011-08-113-9/+23
|\ \ \
| * | | Strip http://(www.)? from url inputJohn Reck2011-08-113-9/+23
| |/ / | | | | | | | | | | | | | | | Bug: 4982126 Change-Id: Ia8a9ade2ad4f578e40333f42e02edc161f7fa1c2
* | | Merge "Support horizontal swipe in combo activity"John Reck2011-08-117-351/+209
|\ \ \
| * | | Support horizontal swipe in combo activityJohn Reck2011-08-117-351/+209
| |/ / | | | | | | | | | | | | | | | Bug: 5145315 Change-Id: I1e9b4a6bae325244c7a3fb6159deadc3fcf170e6
* | | Merge "Fix potential NPE when saving/deleting Autofill profile."Ben Murdoch2011-08-111-5/+10
|\ \ \
| * | | Fix potential NPE when saving/deleting Autofill profile.Ben Murdoch2011-08-111-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the callback to display a toast confirmation to the user is asynchronous there's a chance that the Fragment might be detached when the callback is invoked. Guard against the potential NPE in this case. Bug: 5142413 Change-Id: Ic331e1ef3b738c5f2415b028da42c81f8f5e84d2
* | | | Use EXTRA_WEB_SEARCH_PENDINGINTENTBjorn Bringert2011-08-102-0/+7
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a chooser dialog when web searches are done in the address bar when there are multiple browsers installed. Bug: 4988580 Change-Id: I3afb5f7dc10acf1aa2a0107e76061de0e534d8fe
* | | Support for calling oncancel on the SearchBox API while preloading.Mathew Inwood2011-08-103-0/+26
|/ / | | | | | | | | | | See also: I39a5765d2382f9c88c652d156a4917fd07cea3a4 Bug: 5035246 Change-Id: I7de6b8a718e4190480537412a8235892ee7c7aee
* | Merge "Reduce capture frequency"John Reck2011-08-096-8/+76
|\ \
| * | Reduce capture frequencyJohn Reck2011-08-096-8/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5142655 Only capture while the navscreen is visible Fix Tab.capture to never capture the title bar Fix navscreen not responding to updated thumbnails Change-Id: Id48ad32bb131c398c7d1ce4243e92f04cd421ade
* | | Merge "suppress copyPixel error"Michael Kolb2011-08-091-4/+7
|\ \ \
| * | | suppress copyPixel errorMichael Kolb2011-08-091-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5101265 catch RTE and log error condition Change-Id: I0a7fb30f5285835ff21521e6ec66f452030e91c9
* | | | Merge "Observe a flag to supress the HTTP auth dialog prompt and silently ↵Ben Murdoch2011-08-091-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | cancel auth."
| * | | Observe a flag to supress the HTTP auth dialog prompt and silently cancel auth.Ben Murdoch2011-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires external/webkit change If8c6f22e8307e1e13b8f7ad29f79305ce24b3255 Requires frameworks/base change: Ida5708aad7cbe5633106e9ae2997c9231aaf95b8 Bug: 5094761 Change-Id: Id901855830bbe17ede8a18293cff2bbc0aad4ba8
* | | | Merge "Tests fixup"John Reck2011-08-091-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests fixupJohn Reck2011-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5113381 Fix case of using the wrong context (BP1 would use the app context explicitly, bypassing the mock context) Clean up test databases after runs Change-Id: Ibac09d08d4ab7235d5763c209d84be2562e6fae3
* | | | Merge "Move local bookmarks to end of Bookmark page"John Reck2011-08-093-5/+34
|\ \ \ \
| * | | | Move local bookmarks to end of Bookmark pageJohn Reck2011-08-083-5/+34
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5136280 Also hide empty accounts in the bookmark page Change-Id: I39067b5325d24c7ebf41df88c6231c411983fc57
* | | | Add preview for contrastJohn Reck2011-08-086-34/+197
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5135321 Bug: 5118011 Add a preview for the contrast accisibility settings. Rename FontSizePreference to the more generic SeekBarSummaryPreference as it has nothing to do with font size specifically. Change-Id: Id516d63d62822cf026af3ce531ec33eb48ae667a
* | | close external tabs on backMichael Kolb2011-08-053-4/+23
|/ / | | | | | | | | | | | | | | | | Bug: 4466495 close externally created tabs when the back button is used and no further back history is available Change-Id: If605474d929fb759226a1e1f4125bfaab43e6653
* | Merge "Remove preloaded URLs from back stack when preloading fails."Mathew Inwood2011-08-042-1/+32
|\ \
| * | Remove preloaded URLs from back stack when preloading fails.Mathew Inwood2011-08-032-1/+32
| | | | | | | | | | | | | | | Bug: 5114365 Change-Id: Iaef0c062ac1ee2ea6e3cde8699d67a0cc4ff1a56
* | | Merge "Fix BrowserSettings to apply blockPopupWindows() correctly"Steve Block2011-08-041-1/+1
|\ \ \
| * | | Fix BrowserSettings to apply blockPopupWindows() correctlySteve Block2011-08-031-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | This setting got inverted in https://android-git.corp.google.com/g/#change,107420 Bug: 5114572 Change-Id: Iaba01a668ca7e48b1629483c447d62e2b71f1bcb
* | | Move inverted mode to Accessibility settingsNicolas Roard2011-08-034-3/+28
|/ / | | | | | | | | | | | | | | Add contrast settings bug:5111259 Change-Id: Ic95e1fbae94c01fc8560cbd326503244b9ab4988
* | Clear bitmap from canvas after done drawing to it.Dianne Hackborn2011-08-025-0/+5
| | | | | | | | Change-Id: I0ebc8510021a2dd0b147ced7890d939ec47809f6
* | Merge "make sure titlebar can be attached"Michael Kolb2011-08-021-0/+5
|\ \
| * | make sure titlebar can be attachedMichael Kolb2011-08-021-0/+5
| | | | | | | | | | | | | | | | | | | | | Bug: 5110201 remove title bar from parent if it already has a parent Change-Id: I9616605004da70b8162ae5bc19a40c1c0418dc55
* | | fix url action modeMichael Kolb2011-08-023-2/+6
|/ / | | | | | | | | | | | | | | | | Bug: 5093025 The url bar is kept visible now It's still not perfect, because the url bar gets pushed down under the user's finger Change-Id: I7142cd1f442bf7e3b53af5aac150defda68661ed
* | fix restore capture bugMichael Kolb2011-08-021-1/+6
| | | | | | | | | | | | | | | | | | Bug: 5101265 Not totally sure why this happens; we keep the crash happening so but add some error log line which will help us track down the cause of this Change-Id: I409f8bd20b25a8411ab5e2592903efafd96a2432
* | Don't pause webview timers as we're rendering a preloaded tab.Mathew Inwood2011-08-021-1/+1
| | | | | | | | | | Bug: 5109383 Change-Id: I5e94180e8f07986712b3f69ea44af56729dd41a2
* | Factor Activity dependency out of FetchUrlMimeTypeBen Murdoch2011-08-021-6/+5
| | | | | | | | | | | | | | | | | | FetchUrlMimeType doesn't need an Activity, an Application Context will do. Bug: 5084293 Change-Id: Ifcd400e0b639e0120f4f89c292acadfe467f92ab
* | Merge "Don't cache the ComboViewActivity"Ben Murdoch2011-08-021-8/+6
|\ \
| * | Don't cache the ComboViewActivityBen Murdoch2011-08-011-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | Do not cache a reference to the ComboViewActivity in CombinedBookmarkHistoryView. Bug: 5084293 Change-Id: I7530c5d4b4710598873b12ea6feacf7f49934bef
* | | Merge "Cache the application context instead of Activity."Ben Murdoch2011-08-0216-20/+20
|\ \ \ | |/ /
| * | Cache the application context instead of Activity.Ben Murdoch2011-08-0116-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | When storing a reference to a Context, ensure that it's the Application context rather than Activity Context. Bug: 5084293 Change-Id: Ib0be5f8ceb91846bb985d0813a8f22cabd44eaf8
* | | fix action bar and menuMichael Kolb2011-08-015-7/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5077207 Bug: 5097486 cleaned up action bar items dynamically change menu items based on context bookmarks option added to nav bar menu new tab added to navbar menu find/addbookmark only on real pages removed new incognito tab from tab switcher action bar Change-Id: I973f20a13bb7d9900041f717aff012e7a2c735b8
* | | monkey-proofing animationMichael Kolb2011-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | Bug: 5103205 added view null check Change-Id: I5388213e05c65c4bb644757cc999bbdf052f3c49
* | | fix last tab close bugMichael Kolb2011-08-013-24/+23
|/ / | | | | | | | | | | | | | | | | | | | | | | Bug: 5098467 The controller did not update the tab list correctly and called activity finish instead. The adapter got updated and showed the last tab still Now the controller removes the last tab before calling finish, so the visible update to the tab list is correct. Change-Id: Idf29dff7d60181c63f6b3ebcbc8a1562f027b2c1
* | Merge "add accessibility descriptions/events"Michael Kolb2011-07-294-0/+19
|\ \
| * | add accessibility descriptions/eventsMichael Kolb2011-07-294-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 4979091 added content descriptions to the image buttons send event for screen transition Change-Id: I403fe8504cace4aa84a5b1c6ca18f6c10fc9be34
* | | Merge "Fix race condition"John Reck2011-07-291-4/+14
|\ \ \
| * | | Fix race conditionJohn Reck2011-07-291-4/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5042778 There was a chance that the widget refresh would happen before the SQL transaction was committed. Meaning the widget would correctly be notified, but it would refresh before the delete actually occured Change-Id: Ie7ae3104077c9ebeba4928d3fe7b6a6793f31ca1
* | | Snapshot UI updateJohn Reck2011-07-291-0/+59
|/ / | | | | | | | | | | | | Bug: 5045575 Bug: 4982126 Change-Id: Idb446ca8ad7a92942be15436eaf2f5fb8875abeb
* | Merge "Get rid of the recovery dialog"John Reck2011-07-291-50/+16
|\ \
| * | Get rid of the recovery dialogJohn Reck2011-07-291-50/+16
| | | | | | | | | | | | | | | | | | Bug: 5081732 Change-Id: I6cbe0bdcd02735a21e785655df84896d8b79e8ce
* | | Merge "Part of fix for bug 4997380: Some error types unknown to SslError"Kristian Monsen2011-07-291-25/+16
|\ \ \
| * | | Part of fix for bug 4997380: Some error types unknown to SslErrorKristian Monsen2011-07-281-25/+16
| | | | | | | | | | | | | | | | | | | | | | | | Added the new error codes to be displayed with error messages. Change-Id: I06b9bd6b2d6ffb95097228a1843dcda77b85a3e7