summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | Merge "Sort files & folders in directory list"John Reck2012-04-131-0/+13
|\ \ \ | |/ / |/| |
| * | Sort files & folders in directory listJohn Reck2012-04-131-0/+13
| | | | | | | | | | | | Change-Id: I2eef1c989150d97266659d615d09edfdad322d2e
* | | Call find in the menuMichael Kolb2012-04-131-0/+1
|/ / | | | | | | | | | | Bug: 6337808 Change-Id: Ib51e5d34d1800d7216093c06b6881f94ad7bc439
* | Add support for HTML Media Capture "capture" attribute.Ben Murdoch2012-04-135-36/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Receive the value for the new "capture" attribute on HTML file pickers, and do the right thing with it. Requires changes in WebKit (I0a921be31fda79a43c05da4fe22d9c808d92709c) and the framework (I494adc1274ca21ce8fe52a6c7b6b758217927e66). Bug: 5771207 Change-Id: I38dfe2df043fdba1388384dbd3b5370737eb38e5
* | Merge "Support BOOKMARK_TYPE"John Reck2012-04-124-7/+28
|\ \
| * | Support BOOKMARK_TYPEJohn Reck2012-04-124-7/+28
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6332869 Bug: 5494697 Bookmark type also gives us an easy way to localize Other Bookmarks Change-Id: Iab208da0cb1b2af5d256990cdc4ab5c11821523b
* | | Don't force keyboard on focus changeMichael Kolb2012-04-122-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6332623 Let frameworks do its thing. Change-Id: I6c3bc46b8f3deb47df5d7886a4c66931f3a3c62e
* | | Monkeys everywhereMichael Kolb2012-04-121-2/+4
| | | | | | | | | | | | | | | | | | Bug: 6297208 Change-Id: I5728296944340e19402b2bc681f01e70aeaf8276
* | | Remove already attached warningMichael Kolb2012-04-121-10/+0
|/ / | | | | | | Change-Id: If50ad6d81e83c7dad5b044a65eac326022c5eb83
* | Submenus in QuickControlsMichael Kolb2012-04-1112-619/+669
| | | | | | | | Change-Id: I5d4fe7fdac1fb58e2e89afe00c468eed632428db
* | De-focus url input before tab data changeMichael Kolb2012-04-103-2/+1
| | | | | | | | | | | | Bug: 6315452 Change-Id: I1540122a7dd31fc2cf477b4f70ff88cdbcecc56e
* | Don't embed titlebar in WebViewMichael Kolb2012-04-036-92/+33
| | | | | | | | | | | | | | | | | | Bug: 5032345 The titlebar gets attached to an overlay and tracks the scrolling of the WebView at the top of the page. Change-Id: I60b2163bb7a3642813823995278722455f566f36
* | pref for html5 prefetch bandwidth managementVictoria Lease2012-03-304-6/+84
| | | | | | | | | | Bug: 5218987 Change-Id: Ifeb9a1b3d71ac83b8ad94a8f31ed324ebd5d0fe7