summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser
Commit message (Collapse)AuthorAgeFilesLines
...
| * Move browser over to java.net.URLConnection.Narayan Kamath2014-12-162-47/+62
| | | | | | | | | | | | bug: 18027885 Change-Id: Ie1db66432f0bd2b2eaaf2a7998828f69145645d9
* | am fb8f3a90: am 3bf59298: Merge "Implement ↵Ben Murdoch2014-12-111-0/+18
|\ \ | |/ | | | | | | | | | | BrowserPreferencePage.isValidFragment." * commit 'fb8f3a9079d288f508338cd3df2eb7c872bb4fc0': Implement BrowserPreferencePage.isValidFragment.
| * Merge "Implement BrowserPreferencePage.isValidFragment."Ben Murdoch2014-12-111-0/+18
| |\
| | * Implement BrowserPreferencePage.isValidFragment.Ben Murdoch2014-12-111-0/+18
| | | | | | | | | | | | | | | Bug: 18284779 Change-Id: I0f285e3577ce24784d45bbe35f45179febe27a9d
* | | am f1077df4: am 5baac25e: Merge "Log an error when no activity is found to ↵Ben Murdoch2014-12-111-8/+13
|\ \ \ | |/ / | | | | | | | | | | | | | | | handle a URL." * commit 'f1077df463b0792dc9285286071b64f64ddbb623': Log an error when no activity is found to handle a URL.
| * | Log an error when no activity is found to handle a URL.Ben Murdoch2014-12-111-8/+13
| |/ | | | | | | | | | | | | Rather than crashing due to ActivityNotFoundException. Bug: 13930087 Change-Id: Id3af8301bb87298b885a24f70bf184abe4fc2a11
* | am f2c4b5bb: am fe15d2a0: am e702d545: Merge "Rewrite calls to ↵Narayan Kamath2014-11-034-120/+77
|\ \ | |/ | | | | | | | | | | Proxy.getPreferredHttpHost" * commit 'f2c4b5bb1863ff1e001f36e3d263f28dc52f5a53': Rewrite calls to Proxy.getPreferredHttpHost
| * am e702d545: Merge "Rewrite calls to Proxy.getPreferredHttpHost"Narayan Kamath2014-11-034-120/+77
| |\ | | | | | | | | | | | | * commit 'e702d54594f8bd9472732c0ee35cd6503862633e': Rewrite calls to Proxy.getPreferredHttpHost
| | * Rewrite calls to Proxy.getPreferredHttpHostNarayan Kamath2014-10-274-120/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use java.net.URLConnection which is the only maintained method of making http requests from java. These were the last calls to getPreferredHttpHost and that hidden API will now be deleted. Change-Id: I97e022507ba656f627754af4e889f4812314ea90
* | | Added a check for an exceptionSelim Gurun2014-10-281-1/+7
|/ / | | | | | | | | | | Bug:18074899 Change-Id: I6f602f37a622f5a86f3e9a33021c018a3aa93cb6
* | Pass ClipData in media capture Intent.Ben Murdoch2014-09-221-1/+6
| | | | | | | | | | | | | | | | This is necessary to ensure that the capture application has permission to read the URI that we are asking it to save the capture media into. Bug: 17524075 Change-Id: I6337e58f2610005fb22525e9ae45b037e9832db0
* | Using .jpg as suffix of the temporay file for camera.Tao Bai2014-09-181-22/+21
| | | | | | | | | | | | | | | | | | Also, change to use the returned file from camcorder. Because the site might rely on the suffix to know the selected file type. BUG:17524075 Change-Id: I7b393d825b5dd11c47337de1feb7d0307fee96d7
* | Accept third party cookies if cookie setting is enabled by userTao Bai2014-09-123-0/+16
| | | | | | | | | | BUG:17474704 Change-Id: I8f9f17887cf65c1c5465b576dcf094784266b15b
* | Adapt AOSP browser to use the revised createIntent() APITao Bai2014-09-101-7/+110
| | | | | | | | | | BUG:17253647,16624450 Change-Id: I0b58d945564923c4ed0fc9377a3f6267d8080c2f
* | Update AOSP browser to use the new FileChooser APISelim Gurun2014-07-242-168/+9
| | | | | | | | | | | | | | | | | | Bug: 16403458 The file chooser API has changed based on the suggestion from API council. Reflect the changes here. Change-Id: I4398e3659f19623496c1fcdcd0b177f2c1b39b2d
* | Changes correspoding to Permission API changeTao Bai2014-07-221-7/+9
| | | | | | | | | | BUG: 15432556 Change-Id: I23fccf2e3e04b8f4ebab566a456c2373269257c2
* | Call setShader after setLocalMatrix.Leon Scroggins III2014-07-091-1/+3
| | | | | | | | | | | | | | This ensures the Paint is updated. BUG:14315916 Change-Id: If24080eaea48a12e5897ca085d9ce76b34d28f48
* | Modify AOSP browser to take advantage of new filechooser API.Selim Gurun2014-06-185-58/+42
| | | | | | | | | | Bug: 6930981 Change-Id: Id73512cd6e859ea9316f02e8f0d973b6e15d969b
* | Merge "Move Browser-only files to Browser package"Selim Gurun2014-05-163-2/+99
|\ \
| * | Move Browser-only files to Browser packageSelim Gurun2014-05-153-2/+99
| | | | | | | | | | | | | | | Bug: 11231013 Change-Id: I2e019adf57464021011ee28d6865e709de43051f
* | | Fix permission related issuesTao Bai2014-05-151-5/+2
|/ / | | | | | | | | | | | | - Hide the 'remember' TextView. - Correctly display permission combination. Change-Id: I7242413519d827eada96a692c8a7db3e89eccae4
* | Merge "Use general permission API."Tao Bai2014-05-142-0/+159
|\ \
| * | Use general permission API.Tao Bai2014-05-142-0/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Geolocation related code is untouched. PermissionsPrompt is almost same as GeolocationPermissionPrompt, except - Remember checkbox is hidden as we don't has this feature in framework now. - The resource name is appended according the request. - Remove toast. BUG: 13699047 Change-Id: I1f3f1908bf9c7131ecf2d060fc79d3e5c8842f94
* | | am 0e867eb9: am fe408351: am ac497b63: Merge "Fix Incognito mode crash in ↵John Reck2014-05-132-9/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | AOSP browser" * commit '0e867eb98c456248bd2a1e121c6d8e096ec69c35': Fix Incognito mode crash in AOSP browser
| * | am fe408351: am ac497b63: Merge "Fix Incognito mode crash in AOSP browser"John Reck2014-05-132-9/+0
| |\ \ | | |/ | | | | | | | | | * commit 'fe4083510dc773911651456f150bf5432f81a6c0': Fix Incognito mode crash in AOSP browser
| | * am ac497b63: Merge "Fix Incognito mode crash in AOSP browser"John Reck2014-05-132-9/+0
| | |\ | | | | | | | | | | | | | | | | * commit 'ac497b63b7fab9e79cacfaed498ab19c9dd56972': Fix Incognito mode crash in AOSP browser
| | | * Fix Incognito mode crash in AOSP browserbxu10x2014-05-132-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The menu of incognito is not supported in KK release, delete it. Change-Id: I461b3133ec49fa067e6730ac8d15feaa9e57a92b Signed-off-by: bxu10x <binx.xu@intel.com>
| * | | am d42aa9eb: am bac9c87b: Sanitize selector Intent when handling intent: scheme.Marcin Kosiba2014-05-091-0/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'd42aa9ebbf2647445c2848ea9ede6c526bc59f3a': Sanitize selector Intent when handling intent: scheme.
| | * \ \ am bac9c87b: Sanitize selector Intent when handling intent: scheme.Marcin Kosiba2014-05-091-0/+5
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bac9c87bcdfba871f325bda3266b077bcee6b93c': Sanitize selector Intent when handling intent: scheme.
| | | * | | Sanitize selector Intent when handling intent: scheme.Marcin Kosiba2014-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android Intents have a selector field which, if present, are used to search for the Activity to invoke. These must also be sanitized before handing off to the OS. BUG:14562482 Change-Id: I21752bc7841cf452ed42547acb6816f044130901
* | | | | | Sanitize selector Intent when handling intent: scheme.Marcin Kosiba2014-05-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android Intents have a selector field which, if present, are used to search for the Activity to invoke. These must also be sanitized before handing off to the OS. BUG:14562482 Change-Id: I21752bc7841cf452ed42547acb6816f044130901
* | | | | | am 30879d5e: am b7f106e3: am 6207cda4: Merge "Fix Memory leaks on Browser ↵John Reck2014-05-061-0/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | application" * commit '30879d5e687515cbbd73dbe19efd7fd5dfbc00de': Fix Memory leaks on Browser application
| * | | | | am b7f106e3: am 6207cda4: Merge "Fix Memory leaks on Browser application"John Reck2014-05-061-0/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | * commit 'b7f106e3755dde2f2db4f2430700e29016409856': Fix Memory leaks on Browser application
| | * | | | am 6207cda4: Merge "Fix Memory leaks on Browser application"John Reck2014-05-061-0/+2
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | | | | | | | * commit '6207cda40403a4288138c7069530e147dbe77800': Fix Memory leaks on Browser application
| | | * | | Fix Memory leaks on Browser applicationSebastien MICHEL2014-05-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Working on Issue 31125 (http://code.google.com/p/android/issues /detail?id=31125): * Enhance mTabViews management on NavScreen class (add remove() function when necessary). Change-Id: I89662880107ae88ead40d5246286d4ab65ed9e75 Signed-off-by: Sebastien MICHEL <sebastien.michel@intel.com>
| | * | | | Merge commit '4c1e2fb40bee6d3361b2d90a27493006f33f729b' into HEADBill Yi2014-04-293-0/+43
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | am a83366c5: Merge "Handle DownloadManager expceptions"Selim Gurun2014-03-111-2/+11
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a83366c52fa7743615d60907d79c39853f5417c1': Handle DownloadManager expceptions
| | | * \ \ \ am 10c97303: Merge "Fix a crash when creating an incognito tab in the quick ↵John Reck2014-03-111-2/+8
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | controls mode." * commit '10c973034e686f0538adfa4b923c8054d7673e58': Fix a crash when creating an incognito tab in the quick controls mode.
| | | * \ \ \ \ am dbad7252: Merge "Fix a crash when creating an incognito tab."John Reck2014-03-111-1/+3
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dbad7252e6e64f19f584e9f66596fe9d4eb95586': Fix a crash when creating an incognito tab.
| | | * \ \ \ \ \ am c34de179: Merge "Fix the problem that the favicons on the history page ↵John Reck2014-03-101-0/+2
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are shown ramdomly when the page is scrolled." * commit 'c34de1799596e1659c5edea61f89e807c8119705': Fix the problem that the favicons on the history page are shown ramdomly when the page is scrolled.
* | | | | | | | | | Add Client certificate support to AOSP browserSelim Gurun2014-04-242-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14298085 The webview client cert API is not public at the time. This change adds client certificate support to AOSP browser via this hidden API mostly for testing purposes. We will be continuously updating Browser as the API changes since browser is the main testing tool for it. Change-Id: Idc993b4ebb5635a06435aaccdfa0e418a91ce48f
* | | | | | | | | | am 2ccf5cdc: am f4abb38e: Merge "Fix the problem that the layout of the ↵John Reck2014-04-091-30/+3
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | suggestion drop down list does not fit to the screen width when an orientation changes." * commit '2ccf5cdc72cfb0511b850cbea7d7de062db9a3af': Fix the problem that the layout of the suggestion drop down list does not fit to the screen width when an orientation changes.
| * | | | | | | | | am f4abb38e: Merge "Fix the problem that the layout of the suggestion drop ↵John Reck2014-04-091-30/+3
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | down list does not fit to the screen width when an orientation changes." * commit 'f4abb38e9ba7daeefedb24431dc71d9554164177': Fix the problem that the layout of the suggestion drop down list does not fit to the screen width when an orientation changes.
| | * | | | | | | | Merge "Fix the problem that the layout of the suggestion drop down list does ↵John Reck2014-04-091-30/+3
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | not fit to the screen width when an orientation changes."
| | | * | | | | | | Fix the problem that the layout of the suggestion drop down list does not ↵Sungmann Cho2014-02-271-30/+3
| | | | |/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fit to the screen width when an orientation changes. Steps to reproduce: 1. Set the orientation of the Browser to landscape mode. 2. Type some keys in the url input view to show some suggestions. 3. Set the orientation to portrait mode again. What heppended: The width of the suggestion layout exceeds the screen width. The arrow icon on the right side couldn't be seen. Additional comments: On some devices, setupDropDown() doesn't work correctly. On the Samsung Galaxy S3, for instance, setupDropDown() produces left-hand margins. The simplest way to fix these problems is to call setDropDownAnchor() when the url input view is created. Change-Id: Icfe979033da235a960b8b306f291802cb7c46646 Signed-off-by: Sungmann Cho <sungmann.cho@navercorp.com>
* | | | | | | | | am 12b90643: am a83366c5: Merge "Handle DownloadManager expceptions"Selim Gurun2014-03-071-2/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '12b90643829b10e3c25d8ba20cd95b7e951163a3': Handle DownloadManager expceptions
| * | | | | | | | am a83366c5: Merge "Handle DownloadManager expceptions"Selim Gurun2014-03-071-2/+11
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a83366c52fa7743615d60907d79c39853f5417c1': Handle DownloadManager expceptions
| | * | | | | | | Merge "Handle DownloadManager expceptions"Selim Gurun2014-03-071-2/+11
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | Handle DownloadManager expceptionsFilip Matusiak2013-01-161-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handles illegal state exceptions thrown by DownloadManager on two ocassions: * the directory sdcard/Downloads is an ordinary file * could not create dirctory sdcard/Downloads Change will log an error, additionally toast with information will pop up. Change-Id: If853d3218a188bc77c187362a70697126b90989d
* | | | | | | | | am c12c0653: am 10c97303: Merge "Fix a crash when creating an incognito tab ↵John Reck2014-03-061-2/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the quick controls mode." * commit 'c12c0653861a95cd2987d702a70226f0c29ab201': Fix a crash when creating an incognito tab in the quick controls mode.