summaryrefslogtreecommitdiffstats
path: root/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
* enable tab switcher on phone QuickControlsMichael Kolb2012-04-231-0/+5
| | | | Change-Id: Idb6f34eed15277b3dc6a9c5e6835fbd0894722ad
* 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
* | Merge "Revert "fix hl parameter for incognito search""Victoria Lease2012-03-291-20/+5
|\ \
| * | Revert "fix hl parameter for incognito search"Victoria Lease2012-03-291-20/+5
| |/ | | | | This reverts commit 043e72f70ae61f1a62aefef6d137c4916206d3c9
* | Enable WAL mode using new API, which is more efficient.Jeff Brown2012-03-221-1/+1
| | | | | | | | | | Bug: 6124556 Change-Id: I49b6ba6706878d0e78d8457cde7cb9055663bfe0
* | Prevent flicker while dragging contrast sliderJohn Reck2012-03-203-6/+8
|/ | | | Change-Id: Ia7b99d4674d4013451477981f89de93b6b28b0ae
* fix hl parameter for incognito searchVictoria Lease2012-03-141-5/+20
| | | | | | Bug: 5777487 Change-Id: I34ea2e3aac0659cb5fe29732b30a117a289a4b72
* Add "Share" option back to context menu for images.Victoria Lease2012-03-131-0/+12
| | | | | | Bug: 5904671 Change-Id: Id5b26035ddc8c04decc5f43ae4b859b396839a82
* Bad Monkey.Michael Kolb2012-03-091-2/+2
| | | | | | Bug: 6028523 Change-Id: I960bcbb90344a4008f33551a846f2d5e8baeee22
* Merge "Should recycle TypedArray."Jeff Brown2012-03-081-0/+2
|\
| * Should recycle TypedArray.Jeff Brown2012-03-081-0/+2
| | | | | | | | Change-Id: Iac0fdd3aa971ee1a625bb636f45b6c8ca40bb449
* | Merge "Remove WebSettings from BrowserSettings in destroy"John Reck2012-03-082-0/+17
|\ \
| * | Remove WebSettings from BrowserSettings in destroyJohn Reck2012-03-082-0/+17
| |/ | | | | | | | | | | Bug: 5776363 Change-Id: Id142c7096601c2316d71bd9443930080ce92c19c
* | Merge "Fix restoring desktop useragent"John Reck2012-03-081-4/+12
|\ \
| * | Fix restoring desktop useragentJohn Reck2012-03-081-4/+12
| |/ | | | | | | | | | | Bug: 5911010 Change-Id: I84f94edbf29c9b17888ef5b24aa7c03712d22046
* / handle locale changes directly in BrowserMichael Kolb2012-03-081-0/+2
|/ | | | | | Bug: 6125790 Change-Id: I1326b5944260fe29ba9d68256d118238bcfdc3a0
* Fixup browser to use WebView proxyJonathan Dixon2012-03-0216-54/+74
| | | | | | | | Has to escape out to WebViewClassic whenever it needs a hidden API. Interdepends on https://android-git.corp.google.com/g/165608 Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
* Revert "Temporarily disable saved pages for Skia update"Derek Sollenberger2012-02-272-3/+2
| | | | This reverts commit efe667469ef06277ad95699c365fe9ba6b44f4d5.
* limit pie submenu to screenMichael Kolb2012-02-244-8/+15
| | | | | | Bug: 6050725 Change-Id: I3aa3154501a36a93aac50e1e5c0bae40cf0aeac2
* Fix NPE when pre-populating Autofill data.Ben Murdoch2012-02-231-0/+4
| | | | | | | If the user has no me profile, bail out to avoid a NPE. Bug: 5869116 Change-Id: I80701d4563f394879917b6242ace7b2bae584fb2
* Move thumbnail update to onProgressChangedJohn Reck2012-02-211-16/+15
| | | | | | | | Bug: 5960873 onPageFinished happens with in-page navigation, but onProgressChanged doesn't. Use that to avoid taking unnecessary thumbnail captures Change-Id: Ifbc83e3f654c81cc01d52a6ece129f96e888bf67
* Merge "Temporarily disable saved pages for Skia update"Derek Sollenberger2012-02-072-2/+3
|\