summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-01-17Further tighten the files that the browser can showandroid-cts-4.1_r4jb-devSelim Gurun
Bug: 11516871 Change-Id: I46088ed5f668a484df33bb8458ebf687f1aa70d9
2014-01-16Merge "DO NOT MERGE Convert the scheme to lowercase" into jb-devSelim Gurun
2014-01-15DO NOT MERGE Convert the scheme to lowercaseSelim Gurun
Bug: 9793586 This is to fix a bug in I8f6f03b05556ee4d6846c15752de9be54c003060. Change-Id: I643fb1b0730e1e6b391c9c5af69cf7b86cbcdfe5
2014-01-15Restrict loading private browser filesSelim Gurun
Bug:11516871 Change-Id: I6a717a157f3d29edfffc36dc2da45c6df30d6ccd
2014-01-11DO NOT MERGE Do not let intents request viewing private browser filesSelim Gurun
Bug: 9793586 Change-Id: I8f6f03b05556ee4d6846c15752de9be54c003060 (cherry picked from commit 348cca6c61e1ad3f2d580298d9ec5f1826f64269)
2012-07-04Remove ORDER BY clause on Search Suggestion queries.android-cts-4.1_r2android-cts-4.1_r1Ben Murdoch
Do not apply any ordering to results returned by the Browser Provider when responding to search suggestions. Change-Id: Ia487bc708d04ee629681692b5416ae65c6017012
2012-06-13Encode characters that java.net.URI rejectsSelim Gurun
Bug: 5952386 Our java.net.URI implementation conforms to an old obsolete RFC and it is very restrictive. Since in our download path, we use download manager and so java.net.URI, this causes an odd bug (i.e. URIs that are fetched fine by chromium http stack fails when download manager is used). Also there is a second bug that when URI parsing fails and an exception is thrown, we fail to catch it and crash. This CL fixes both. Change-Id: I62ac289566efae97dd2161b8041b06a0a87211cb
2012-06-05Don't show stale thumbnailsJohn Reck
Bug: 6610952 We don't null item.thumbnail because we want to recycle the bitmap if the item changes, so add a boolean saying whether or not we have an actual thumbnail to show to avoid showing stale data Change-Id: Ibfd485cb7f3ea8991222b8e99704170bf331472b
2012-06-04Enable voice search in omniboxMichael Kolb
Bug: 6601348 Bring back voice search. Also fixes focus bug for fixed titlebar. Change-Id: I83c8ad96957b62c23ad0bbb35685712687d11213
2012-05-30Add null checkJohn Reck
Bug: 6584413 Change-Id: I63e94129fb0830e87d47ffca1d402a8aa838ac20
2012-05-30Merge "Prevent the monkies with a sledgehammer" into jb-devJohn Reck
2012-05-30Merge "Make sure focusSearch doesn't return a detached webview" into jb-devJohn Reck
2012-05-30Prevent the monkies with a sledgehammerJohn Reck
Bug: 6515134 If we never have a null mController, we can never have a NPE! Change-Id: Idf90b94e6557e0afd6dd92602b8e4dfd189218d1
2012-05-30Make sure focusSearch doesn't return a detached webviewJohn Reck
Bug: 6535227 Change-Id: I18bf24117d8ffcbbd440b2a47b2db422e41894f4
2012-05-30Merge "tighten nav bar layout & fix animation bug" into jb-devMichael Kolb
2012-05-29Only change text in url input when it changedMichael Kolb
Bug: 6556693 Change-Id: Iad0f285f89710de1bbdf7ab5f727bdc81d4ef387
2012-05-29tighten nav bar layout & fix animation bugMichael Kolb
Bug: 6563289 Change-Id: I00fdecf645128bb1fec8e23be94aa2b85fb586f7
2012-05-24Tell Browser to monitor the WebCore thread for responsiveness.Ben Murdoch
We no longer enable the WebCore thread watchdog for all WebViews, but we still want the functionality in Browser. Bug: 6447214 Change-Id: I1665bef875d53239203bc6313ac39af4bda6a60b
2012-05-23Disable fixed title bar in quick controlsJohn Reck
Bug: 6546959 Change-Id: I7511497869ddf7b5107d73c378b88a6363d08ce6
2012-05-18Fix portrait's fixed title barJohn Reck
Bug: 6468013 Change-Id: Ia6ee9645df9ebb8aa98734efef45b57db94651f7
2012-05-16Merge "Monkey" into jb-devJohn Reck
2012-05-16MonkeyJohn Reck
Bug: 6404028 Change-Id: I84935de2d159058c373551ebf22306381089ef05
2012-05-16Merge "Toggle QC request desktop icon" into jb-devMichael Kolb
2012-05-16Add setting to control tabs per app behaviorMichael Kolb
Bug: 5890701 Change-Id: I6a47c7bff260dd8ded3a4c360f186ce8f670c67e
2012-05-16Toggle QC request desktop iconMichael Kolb
Bug: 6493939 Change-Id: I7787ab37b57fce8ea2332fefd1ace420357000ec
2012-05-16Don't wait on ContactsProviderBen Murdoch
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
2012-05-15Hide webview when showing a custom viewMichael Kolb
bug:6477718 Change-Id: Id3253096755ac4c174a791115f06dcb195b699c7
2012-05-14Monkey proofingMichael Kolb
Bug: 6482880 Change-Id: I0fe14b6828098071ebd6dc4782cf092dc018ee3e
2012-05-09MonkeyJohn Reck
Bug: 6438833 Change-Id: Ia4a45612cdb91837b104b8cdd23c1a17e5b7ae91
2012-05-07Don't capture pictureMichael Kolb
Bug: 6439427 Change-Id: I7704d8c81bbb9e612faf3a3206cee245e746035b
2012-05-07fix monkey NPEMichael Kolb
Bug: 6445628 Change-Id: I4a4e2aa2e76596501deea5b6b6b05ea5bcda396e
2012-05-04Fix getItemId()John Reck
Bug: 6446119 Change-Id: If8c13c9f2cb9b93c6f3575f12111059aeeacd5cb
2012-05-03Merge "Remove voice search handling" into jb-devMichael Kolb
2012-05-03Remove voice search handlingMichael Kolb
Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
2012-05-03Fix NPEJohn Reck
Bug: 6400217 Old saved pages won't have a data file to delete as their data is entirely in the DB. Change-Id: I8f497cec72ca543718b3a1f207e71b0eaa2c14ea
2012-05-02Don't block fast QC selectionMichael Kolb
Bug: 6434532 Change-Id: I42391bc3bb398e4ced9f15acdbfb270d5755fc5a
2012-04-30Don't hide URL bar for tablets in portraitMichael Kolb
Bug: 6420325 Change-Id: Ic3b0f4b99d831c31f349531d5c2b307543f1ed97
2012-04-25Fix QuickControls after title bar tweaksMichael Kolb
Bug: 6398599 Minor cleanup in title bar code. Change-Id: I55357acb86050e549d80d44d99f4a89ed1e49e9d
2012-04-24Merge changes I53236e23,If5b84b90,Ia38f8aabJohn Reck
* changes: Remove debug code Remove more unused code Remove unused code
2012-04-24Merge "show IME when titlebar is selected in tab switcher"Michael Kolb
2012-04-24Remove debug codeJohn Reck
Change-Id: I53236e23990e996b86944214b45a9af014b296f6
2012-04-24Remove more unused codeJohn Reck
Change-Id: If5b84b904ca117b27dabdac87cb43682cf21b178
2012-04-24Remove unused codeJohn Reck
Change-Id: Ia38f8aabbb5cfa1cceab160f4285e7b86aac2c17
2012-04-24show IME when titlebar is selected in tab switcherMichael Kolb
Change-Id: I83b60ac504c8300904d76753b92f6fb3a93c172f
2012-04-24Merge "Fix typo"John Reck
2012-04-24Fix typoJohn Reck
Bug: 6380858 Change-Id: Iaa5f5629b02a37bf4b5425d06857808f53e05ec9
2012-04-24Merge "Bookmark page changes"John Reck
2012-04-23Bookmark page changesJohn Reck
Bug: 6372933 Fix a race condition between update & destroy Fix update path Add some extra debug support Change-Id: I66a450e175b22d992de97d5bc24200961144412a
2012-04-23Ensure clean state of QuickControls when openingMichael Kolb
Change-Id: I25e0ec85a9d249211ea763e2a6846211b273b54d
2012-04-23Merge "enable tab switcher on phone QuickControls"Michael Kolb