summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Fix portrait's fixed title barJohn Reck2012-05-183-24/+115
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6468013 Change-Id: Ia6ee9645df9ebb8aa98734efef45b57db94651f7
* | | | | | | | | | | | | | | Merge "Monkey" into jb-devJohn Reck2012-05-161-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | MonkeyJohn Reck2012-05-161-1/+3
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6404028 Change-Id: I84935de2d159058c373551ebf22306381089ef05
* | | | | | | | | | | | | | Merge "Toggle QC request desktop icon" into jb-devMichael Kolb2012-05-163-1/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Toggle QC request desktop iconMichael Kolb2012-05-163-1/+13
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6493939 Change-Id: I7787ab37b57fce8ea2332fefd1ace420357000ec
* | | | | | | | | | | | | Add setting to control tabs per app behaviorMichael Kolb2012-05-163-1/+7
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5890701 Change-Id: I6a47c7bff260dd8ded3a4c360f186ce8f670c67e
* | | | | | | | | | | | Don't wait on ContactsProviderBen Murdoch2012-05-162-20/+43
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now during the initial WebSettings sync to native we wait for the autofill profile to be loaded from disk so that it can be synced. If there's no profile set, then we try to infer a profile from the user's Me contact profile. Querying the Me contact can be slow and in some extreme cases can cause the settings sync on the UI thread to block long enough to show an ANR. Instead signal the threads (via the CountdownLatch) waiting on the initial import before we do the Me profile lookup. Note that we still may block the UI thread if the lookup of an already saved profile takes an exceptionally long time. This is so that when a user has saved a profile, we'll never resort to showing them the "setup autofill" message. (But all ANR reports to date have shown that we were querying the Me contact at the time of ANR). Bug: 6371781 Change-Id: Ibb0d5e285ec3587d9f9bad3e69b79890850c2f6d
* | | | | | | | | | | Hide webview when showing a custom viewMichael Kolb2012-05-151-0/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:6477718 Change-Id: Id3253096755ac4c174a791115f06dcb195b699c7
* | | | | | | | | | Monkey proofingMichael Kolb2012-05-141-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6482880 Change-Id: I0fe14b6828098071ebd6dc4782cf092dc018ee3e
* | | | | | | | | MonkeyJohn Reck2012-05-091-1/+3
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6438833 Change-Id: Ia4a45612cdb91837b104b8cdd23c1a17e5b7ae91
* | | | | | | | Don't capture pictureMichael Kolb2012-05-072-4/+13
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6439427 Change-Id: I7704d8c81bbb9e612faf3a3206cee245e746035b
* | | | | | | fix monkey NPEMichael Kolb2012-05-071-1/+3
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6445628 Change-Id: I4a4e2aa2e76596501deea5b6b6b05ea5bcda396e
* | | | | | Fix getItemId()John Reck2012-05-043-3/+10
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6446119 Change-Id: If8c13c9f2cb9b93c6f3575f12111059aeeacd5cb
* | | | | Merge "Remove voice search handling" into jb-devMichael Kolb2012-05-0320-722/+42
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove voice search handlingMichael Kolb2012-05-0320-722/+42
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* | | | Fix NPEJohn Reck2012-05-031-1/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | Bug: 6400217 Old saved pages won't have a data file to delete as their data is entirely in the DB. Change-Id: I8f497cec72ca543718b3a1f207e71b0eaa2c14ea
* | | Don't block fast QC selectionMichael Kolb2012-05-021-2/+4
|/ / | | | | | | | | | | Bug: 6434532 Change-Id: I42391bc3bb398e4ced9f15acdbfb270d5755fc5a
* | Don't hide URL bar for tablets in portraitMichael Kolb2012-04-302-14/+12
| | | | | | | | | | | | Bug: 6420325 Change-Id: Ic3b0f4b99d831c31f349531d5c2b307543f1ed97
* | Fix QuickControls after title bar tweaksMichael Kolb2012-04-255-29/+15
| | | | | | | | | | | | | | | | Bug: 6398599 Minor cleanup in title bar code. Change-Id: I55357acb86050e549d80d44d99f4a89ed1e49e9d
* | Merge changes I53236e23,If5b84b90,Ia38f8aabJohn Reck2012-04-2410-416/+5
|\ \ | | | | | | | | | | | | | | | | | | * changes: Remove debug code Remove more unused code Remove unused code
| * | Remove debug codeJohn Reck2012-04-244-32/+1
| | | | | | | | | | | | Change-Id: I53236e23990e996b86944214b45a9af014b296f6
| * | Remove more unused codeJohn Reck2012-04-243-284/+0
| | | | | | | | | | | | Change-Id: If5b84b904ca117b27dabdac87cb43682cf21b178
| * | Remove unused codeJohn Reck2012-04-245-100/+4
| | | | | | | | | | | | Change-Id: Ia38f8aabbb5cfa1cceab160f4285e7b86aac2c17
* | | Merge "show IME when titlebar is selected in tab switcher"Michael Kolb2012-04-2410-19/+19
|\ \ \ | |/ / |/| |
| * | show IME when titlebar is selected in tab switcherMichael Kolb2012-04-2410-19/+19
| | | | | | | | | | | | Change-Id: I83b60ac504c8300904d76753b92f6fb3a93c172f
* | | Merge "Fix typo"John Reck2012-04-241-1/+1
|\ \ \
| * | | Fix typoJohn Reck2012-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6380858 Change-Id: Iaa5f5629b02a37bf4b5425d06857808f53e05ec9
* | | | Merge "Bookmark page changes"John Reck2012-04-246-11/+62
|\ \ \ \ | |/ / / |/| | |
| * | | Bookmark page changesJohn Reck2012-04-236-11/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6372933 Fix a race condition between update & destroy Fix update path Add some extra debug support Change-Id: I66a450e175b22d992de97d5bc24200961144412a
* | | | Ensure clean state of QuickControls when openingMichael Kolb2012-04-231-6/+8
| |/ / |/| | | | | | | | Change-Id: I25e0ec85a9d249211ea763e2a6846211b273b54d
* | | Merge "enable tab switcher on phone QuickControls"Michael Kolb2012-04-231-0/+5
|\ \ \ | |/ / |/| |
| * | enable tab switcher on phone QuickControlsMichael Kolb2012-04-231-0/+5
| | | | | | | | | | | | Change-Id: Idb6f34eed15277b3dc6a9c5e6835fbd0894722ad
* | | Merge "Title bar tweaks"John Reck2012-04-233-23/+2
|\ \ \ | |/ / |/| |
| * | Title bar tweaksJohn Reck2012-04-193-23/+2
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5677901 Delay hiding after page load Show for duration on tab switch Change-Id: Ie962cd86fd3bd6f5d10a807db1638e9cbdbfef67
* | | Fix strictmode violationJohn Reck2012-04-201-25/+28
| | | | | | | | | | | | Change-Id: I67fdcab01f882baa4fd0e4db54dfd8b668e8a46b
* | | Merge "Support fallback key events"John Reck2012-04-204-6/+10
|\ \ \
| * | | Support fallback key eventsJohn Reck2012-04-194-6/+10
| |/ / | | | | | | | | | | | | | | | Bug: 6023055 Change-Id: Ifc36425d6b09d0938f7e08176a749159c27fe088
* | | Merge "Modify browser file origin policy."Selim Gurun2012-04-191-0/+3
|\ \ \
| * | | Modify browser file origin policy.Selim Gurun2012-03-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6212665 Modify browser's file origin policy to match Chrome's. Change-Id: Iff47b9d4ee1a04c1fedd1f6c6396a46afe2ff9b1
* | | | Save and load snapshots asyncJohn Reck2012-04-192-47/+130
| |/ / |/| | | | | | | | | | | | | | Bug: 5416822 Change-Id: I213c3507af61e7ca0354dad7e72ece7a2547f54e
* | | Change where saved pages are storedJohn Reck2012-04-195-158/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5416822 Move saved pages out of external storage (b/5605575) Save them as files instead of in the database, as the database has a row size limit Change-Id: I03b5af2459724d8cab67a9acfcc2827c7129e80f
* | | Merge "Only process intents if user-visible"John Reck2012-04-181-0/+27
|\ \ \
| * | | Only process intents if user-visibleJohn Reck2012-04-181-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 1873726 Change-Id: I2f5fe29bdf00e5ad441e8f50c89be64b93f7842a
* | | | Merge "Load bookmarks asynchronously"John Reck2012-04-185-46/+332
|\ \ \ \
| * | | | Load bookmarks asynchronouslyJohn Reck2012-04-185-46/+332
| |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 5297900 Change-Id: I8b728cfe06799099e21c402d5da7087507209ffa
* | | | Fix monkey NPEMichael Kolb2012-04-181-0/+1
|/ / / | | | | | | | | | | | | | | | Bug: 6354353 Change-Id: Ia5da9c5842312b7ef726a73da669425256bca2a4
* | | Re-use tab for an intent created by browserMichael Kolb2012-04-172-1/+11
| | | | | | | | | | | | | | | | | | Bug: 6332680 Change-Id: If9c754e2320e8f112a816c54138918fbaf360597
* | | fix titlebar disappearing on tab switchMichael Kolb2012-04-163-51/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6343476 Consolidate some quickcontrols code and set titlebar for BrowserWebView before attaching Change-Id: I3bc8100e3905538aae73be7a07fb611702c5e54b
* | | Merge "fix QuickControls url input IME"Michael Kolb2012-04-162-0/+8
|\ \ \
| * | | fix QuickControls url input IMEMichael Kolb2012-04-132-0/+8
| | | | | | | | | | | | | | | | Change-Id: I9c8cfef29c94d19d82a39d64a888209f5917ddb7