summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge "adjust tab width for screen size" into honeycomb-mr2Michael Kolb2011-05-172-5/+32
|\
| * adjust tab width for screen sizeMichael Kolb2011-05-172-5/+32
| | | | | | | | | | | | | | Bug: 4427112 make tabs smaller for portrait 7 inch screen Change-Id: I0e02e68b1bae1fe7e81f1a3a49911707de40903b
* | Bookmark action bar fixJohn Reck2011-05-171-0/+1
|/ | | | | | | | | Bug: 4425113 When the screen is less than 720dp wide (so 7" portrait) show only a star to add a bookmark instead of the star with text. Change-Id: Ie5c48e71f41458c466047ca23bf5d2f64a50f93d
* Merge "Use tablet UI for large" into honeycomb-mr2John Reck2011-05-173-8/+6
|\
| * Use tablet UI for largeJohn Reck2011-05-173-8/+6
| | | | | | | | | | | | Bug: 4443420 Change-Id: I51e85a75cc246e940374eca8eae43ddcd3898923
* | DO NOT MERGE - Update and fix RLZ code:Ed Tam2011-05-166-129/+213
|/ | | | | | | | | | - Cache RLZ parameter - Set RLZ parameter for address bar searches - Add broadcast receiver to handle RLZ updates - Update RLZ parameters in home page and bookmarks Bug: 4436761 Change-Id: I505932656c68dca458283598c2f647e035f120d3
* DO NOT MERGE - fix scroll bugMichael Kolb2011-05-054-46/+22
| | | | | | Bug 4262017 Change-Id: I0846a0336d23f6023ff23cae2ef598d40c52ecec
* DO NOT MERGE fix focus bugMichael Kolb2011-04-071-1/+6
| | | | | | | Bug: 4262017 adjust layout parameters to avoid scrolling while typing Change-Id: I54c21f8097a1fe43083902f72c35e43aa66166c9
* fix auto-login dialog bugMichael Kolb2011-04-011-11/+10
| | | | | | | | Bug: 4190594 check if dialog is still showing before calling dismiss. Change-Id: If8a06d762fbe1cc2ac4a00b0b4fe32f7d54380d8
* DO NOT MERGE Fix widget update listenerJohn Reck2011-03-311-4/+4
| | | | | | | | | | Bug: 4193627 Just need to expand the lifecycle during which we listen for preference changes Specifically, instead of listening between onResume and onPause, listen between onCreate and onDestroy since the dialog that sets the preference will cause the fragment to receive an onPause. Change-Id: Ibaa62fc722d74840f159d6023af7ec1543ae4541
* DO NOT MERGE fix url bar updateMichael Kolb2011-03-241-0/+1
| | | | | | | Bug: 4098103 clear focus before switching tabs Change-Id: Ie45201115a565678c336773bec94c25b1f51b853
* Merge "Adding search_client_id which includes the "ms-" or "tablet-" ↵Reena Lee2011-03-232-8/+20
|\ | | | | | | client-id prefix, set in GooglePartnerSetup. Retaining client-id (which does not include the client-id prefix) for legacy purposes, if Browser is used with an older version of GooglePartnerSetup." into honeycomb-mr1
| * Adding search_client_id which includes the "ms-" or "tablet-" client-id ↵Reena Lee2011-03-042-8/+20
| | | | | | | | | | | | | | | | | | | | prefix, set in GooglePartnerSetup. Retaining client-id (which does not include the client-id prefix) for legacy purposes, if Browser is used with an older version of GooglePartnerSetup. Bug #3483276 Change-Id: Ice4788ef78f4b58c5d981b50d5248aa51a53733d
* | fix shortcut handlingMichael Kolb2011-03-211-21/+0
| | | | | | | | | | | | | | | | | | Bug: 4142120 Removed canChord flag which prevented keyboard shortcuts from working Also removed escape shortcut Change-Id: I0bd5f9079a54896dd4cbcea3461013e48a3d1021
* | fix web refresh bugMichael Kolb2011-03-172-0/+10
| | | | | | | | | | | | | | Bug: 4117355 force invalidate after layout of title bar changes Change-Id: I5775517573d15227e4f8a4bc5f84e1246c9d70ff
* | Prevent a NPE by checking mCallback.Patrick Scott2011-03-171-2/+3
| | | | | | | | | | | | | | Not sure how this can actually happen but it has been reported. Bug: 4104125 Change-Id: Ica5a9c12dbf40d93c4f79a94c5811527b62d50a6
* | add close tab shortcutMichael Kolb2011-03-161-1/+6
| | | | | | | | | | | | | | Bug: 3270434 ctrl-w to close tab Change-Id: Ic96b25bc27dd952080681acf53ce43cfcc9faf13
* | Merge "fix quick control rendering" into honeycomb-mr1Michael Kolb2011-03-166-28/+91
|\ \
| * | fix quick control renderingMichael Kolb2011-03-166-28/+91
| | | | | | | | | | | | | | | | | | | | | Bug: 4108815 render pie slices again, use faded background Change-Id: I05e5bf2f6809d5775b48f22a67b37e961aa5ab9f
* | | more hw keyboard fixesMichael Kolb2011-03-161-0/+29
|/ / | | | | | | | | | | | | Bug: 3270434 added Ctrl-Tab/ Shft-Ctrl-Tab to navigate next/prev tab Change-Id: I9c874cbe2f23c9916044a2ffd8b9e82e510f21ac
* | fix qc urlbar position and show in auto-loginMichael Kolb2011-03-164-27/+22
| | | | | | | | | | | | | | | | | | | | Bug: 4108540 Show the url bar when auto-login is in progress Move url bar to top in QuickControls to work with instant search Remove suggestions reversal Change-Id: I0040fa74dd26b5eecdab278c0104199fe5269aba
* | Merge "Set the url input to current page when cleared" into honeycomb-mr1John Reck2011-03-152-0/+21
|\ \
| * | Set the url input to current page when clearedNarayan Kamath2011-03-152-0/+21
| | | | | | | | | | | | | | | | | | Bug: 4099000 Change-Id: I3a96b35a5234089fb76393273c250f3bfe0149eb
* | | Merge "Add null check" into honeycomb-mr1John Reck2011-03-141-1/+1
|\ \ \
| * | | Add null checkJohn Reck2011-03-141-1/+1
| |/ / | | | | | | | | | | | | | | | Bug: 4094190 Change-Id: I8af2db0764ab5c103dd5d25ad6457c4e05e4b06c
* | | Merge "Switch account spinner to dropdown and holo style" into honeycomb-mr1John Reck2011-03-142-49/+29
|\ \ \
| * | | Switch account spinner to dropdown and holo styleJohn Reck2011-03-142-49/+29
| |/ / | | | | | | | | | | | | | | | Bug: 4093519 Change-Id: I0ac4670b325557616c24f024d86a85cf2e1ff141
* | | Merge "change app tab behavior" into honeycomb-mr1Michael Kolb2011-03-141-6/+10
|\ \ \ | |/ / |/| |
| * | change app tab behaviorMichael Kolb2011-03-141-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 3422554 allow apps to open links in new tabs don't close tabs on back if they were launched from other apps Change-Id: I3d58354cceca46c15761f70216fa63edb71f0545
* | | Merge "Remove pre-login on every tab." into honeycomb-mr1Patrick Scott2011-03-144-169/+16
|\ \ \
| * | | Remove pre-login on every tab.Patrick Scott2011-03-144-169/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only attempt pre-login once unless the Browser's data is cleared. Remove preferences for pre-login and code to detect cookies. Bug: 3367381 Change-Id: I321a7c09be27ff6f3f570d0b9963ee2984b01c4a
* | | | Merge "Fix tab switching corner cases" into honeycomb-mr1John Reck2011-03-141-20/+39
|\ \ \ \
| * | | | Fix tab switching corner casesJohn Reck2011-03-141-20/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4089739 This fixes the issue where the url bar can get in a state where it is visible regardless of scrolling or tab switching. Change-Id: Id33e4766ecfb1470187de1c79135881050ec8f74
* | | | | Merge "Partial revert of CL 101621" into honeycomb-mr1John Reck2011-03-141-2/+9
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Partial revert of CL 101621John Reck2011-03-141-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4089739 This fixes the tab switching flicker regression Change-Id: Ica3cd0e54e0cce53fbe89653ba5e41e357c68989
* | | | Merge "Add new auto-login UI." into honeycomb-mr1Patrick Scott2011-03-148-3/+347
|\ \ \ \ | |/ / / |/| | |
| * | | Add new auto-login UI.Patrick Scott2011-03-108-3/+347
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the WebView notifies us of an auto-login request, check if the account is valid. If so, use it to log into the account manager. If that fails or the account is not valid, display the login UI. Bug: 3367381 Change-Id: I5a164ef676921eec03a89860fa5be722d3d987d4
* | | | Animate url bar hide/showJohn Reck2011-03-142-10/+58
| |/ / |/| | | | | | | | | | | | | | Bug: 3443911 Change-Id: I3121371a784d17183a62dd8f9323de900b792b21
* | | Merge "fix set url update bug" into honeycomb-mr1Michael Kolb2011-03-111-0/+1
|\ \ \
| * | | fix set url update bugMichael Kolb2011-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4076628 4075557 4070747 Text changes in SuggestiveAutoCompleteTextView now trigger a redraw, when the buffer is modified directly Change-Id: I7cc1c368c082e6033b9c13eeb70b1fd8735d4db5
* | | | add number to tabs in qcMichael Kolb2011-03-111-5/+25
|/ / / | | | | | | | | | | | | | | | | | | | | | Bug 4082783 add a little indicator to show how many tabs are open in the QuickControls Change-Id: Ibac866c2fbb82423c7b9d2e34fa370ca327f4eac
* | | add tabs to QuickControlsMichael Kolb2011-03-108-28/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4084343 The final act in a 3 act drama. Adds tab thumbnails to QuickControls menu and removes the tab bar. Change-Id: Id667e8020745c3d77920858fcd9dd7f510973dd9
* | | New Bookmark Import wizardJohn Reck2011-03-103-221/+578
| | | | | | | | | | | | | | | | | | Bug: 3091551 Change-Id: Id5552cd9c6e0a833b46a23eaa226d89fb1ac226a
* | | Merge "fix url bar disappearing bug" into honeycomb-mr1Michael Kolb2011-03-101-3/+5
|\ \ \ | |/ / |/| |
| * | fix url bar disappearing bugMichael Kolb2011-03-101-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bug 3508517 url bar was hidden when coming out of aciton mode this should only happen when QC are enabled Change-Id: Ibe0b502e96dd1e8f2d198c21484cc1c0f4ee8868
* | | Merge "Clear existing completion when psychic is turned off." into honeycomb-mr1Bjorn Bringert2011-03-103-4/+12
|\ \ \ | |/ / |/| |
| * | Clear existing completion when psychic is turned off.Narayan Kamath2011-03-093-4/+12
| | | | | | | | | | | | | | | bug: 4076245 Change-Id: Ibbdd5f40927550e508631ce17663e8ee2b01ca82
* | | Merge "set correct url icon when setting tab" into honeycomb-mr1Michael Kolb2011-03-091-6/+5
|\ \ \
| * | | set correct url icon when setting tabMichael Kolb2011-03-091-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 4075824 Change-Id: I6f053d9ef9c4562ed5dd3a727eeef8b25c709dd5
* | | | remove tab switch animationMichael Kolb2011-03-092-91/+10
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4052162 due to problems in webview rendering, the blending animation can cause some annoying flicker this change backs out the blending animation Change-Id: I532fc01b79a6285f332a002c7515e759d377fd64