summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-05-11Don't view images with src="javascript:..."Paul Miller
BUG:19296937 Change-Id: I349750fe6fe7ef86c72b2952729a35b2be526e97
2015-04-06Forbid javascript- and file-scheme intentsPaul Miller
BUG:13082135 BUG:19296779 Change-Id: Ifea908b175670fbce65205797b93e87adf25bb3d
2015-04-06Merge "Revert "Restrict "javascript" and "file" scheme intents""Paul Miller
2015-04-06Revert "Restrict "javascript" and "file" scheme intents"Paul Miller
This reverts commit ca7ecd85ac925ef44dbef327310f2baad13322f2. Change-Id: I64460956e6243908a6c575eb4d3c7455efc86dff
2015-04-02Merge "Restrict "javascript" and "file" scheme intents"Paul Miller
2015-04-02Restrict "javascript" and "file" scheme intentsPaul Miller
"javascript" is not allowed; "file" is only allowed in certain directories BUG:19296779 BUG:13082135 Change-Id: I389a5b0ad3e8add1b1159faca3212c7f11f3ae69
2015-04-01Finish removing "inline" URI schemePaul Miller
It was incompletely removed in 068e48b469f5abca53ee3da38f933cf2c25c93b8 Change-Id: Ie8816726cde8f898d69cd101cea66ddbb4b6e288
2015-03-11browser: set security state even if user disable security alertsJorge Ruesga
Even if a user disabled the security alerts (ssl errors), the security state SHOULD be set to show that the certificate has a problem. Actually, the certificate is reported as valid, which is complety wrong. Change-Id: I520bf2553942d04287d872428c4a73186ba1ceef Signed-off-by: Jorge Ruesga <j.ruesga.criado@gmail.com>
2015-02-12Show JS alerts over their origin tabPaul Miller
BUG:18416812 Change-Id: I25964690bdf579a4fd23fcb6e7c0f6681f0f3661
2015-01-07Remove stray unused import.Narayan Kamath
Change-Id: I52e2c41bec5131ecfb34fc9129888ca6678c3c2b
2014-12-16Move browser over to java.net.URLConnection.Narayan Kamath
bug: 18027885 Change-Id: Ie1db66432f0bd2b2eaaf2a7998828f69145645d9
2014-12-11Merge "Implement BrowserPreferencePage.isValidFragment."android-wear-5.0.0_r1lollipop-wear-releaseBen Murdoch
2014-12-11Log an error when no activity is found to handle a URL.Ben Murdoch
Rather than crashing due to ActivityNotFoundException. Bug: 13930087 Change-Id: Id3af8301bb87298b885a24f70bf184abe4fc2a11
2014-12-11Implement BrowserPreferencePage.isValidFragment.Ben Murdoch
Bug: 18284779 Change-Id: I0f285e3577ce24784d45bbe35f45179febe27a9d
2014-11-03am e702d545: Merge "Rewrite calls to Proxy.getPreferredHttpHost"Narayan Kamath
* commit 'e702d54594f8bd9472732c0ee35cd6503862633e': Rewrite calls to Proxy.getPreferredHttpHost
2014-10-27Rewrite calls to Proxy.getPreferredHttpHostNarayan Kamath
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
2014-09-22Pass ClipData in media capture Intent.android-5.1.1_r5android-5.1.1_r28android-5.1.1_r22android-5.1.1_r17android-5.1.1_r12lollipop-mr1-wfc-releaseBen Murdoch
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
2014-09-18Using .jpg as suffix of the temporay file for camera.Tao Bai
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
2014-09-12Accept third party cookies if cookie setting is enabled by userTao Bai
BUG:17474704 Change-Id: I8f9f17887cf65c1c5465b576dcf094784266b15b
2014-09-10Adapt AOSP browser to use the revised createIntent() APITao Bai
BUG:17253647,16624450 Change-Id: I0b58d945564923c4ed0fc9377a3f6267d8080c2f
2014-07-24Update AOSP browser to use the new FileChooser APISelim Gurun
Bug: 16403458 The file chooser API has changed based on the suggestion from API council. Reflect the changes here. Change-Id: I4398e3659f19623496c1fcdcd0b177f2c1b39b2d
2014-07-22Changes correspoding to Permission API changeTao Bai
BUG: 15432556 Change-Id: I23fccf2e3e04b8f4ebab566a456c2373269257c2
2014-07-09Call setShader after setLocalMatrix.Leon Scroggins III
This ensures the Paint is updated. BUG:14315916 Change-Id: If24080eaea48a12e5897ca085d9ce76b34d28f48
2014-06-18Modify AOSP browser to take advantage of new filechooser API.Selim Gurun
Bug: 6930981 Change-Id: Id73512cd6e859ea9316f02e8f0d973b6e15d969b
2014-05-16Merge "Move Browser-only files to Browser package"Selim Gurun
2014-05-15Move Browser-only files to Browser packageSelim Gurun
Bug: 11231013 Change-Id: I2e019adf57464021011ee28d6865e709de43051f
2014-05-15Fix permission related issuesTao Bai
- Hide the 'remember' TextView. - Correctly display permission combination. Change-Id: I7242413519d827eada96a692c8a7db3e89eccae4
2014-05-14Merge "Use general permission API."Tao Bai
2014-05-14Use general permission API.Tao Bai
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
2014-05-13am 0e867eb9: am fe408351: am ac497b63: Merge "Fix Incognito mode crash in ↵John Reck
AOSP browser" * commit '0e867eb98c456248bd2a1e121c6d8e096ec69c35': Fix Incognito mode crash in AOSP browser
2014-05-13am fe408351: am ac497b63: Merge "Fix Incognito mode crash in AOSP browser"John Reck
* commit 'fe4083510dc773911651456f150bf5432f81a6c0': Fix Incognito mode crash in AOSP browser
2014-05-13am ac497b63: Merge "Fix Incognito mode crash in AOSP browser"android-l-preview_r2l-previewJohn Reck
* commit 'ac497b63b7fab9e79cacfaed498ab19c9dd56972': Fix Incognito mode crash in AOSP browser
2014-05-13Fix Incognito mode crash in AOSP browserbxu10x
The menu of incognito is not supported in KK release, delete it. Change-Id: I461b3133ec49fa067e6730ac8d15feaa9e57a92b Signed-off-by: bxu10x <binx.xu@intel.com>
2014-05-09am d42aa9eb: am bac9c87b: Sanitize selector Intent when handling intent: scheme.Marcin Kosiba
* commit 'd42aa9ebbf2647445c2848ea9ede6c526bc59f3a': Sanitize selector Intent when handling intent: scheme.
2014-05-09am bac9c87b: Sanitize selector Intent when handling intent: scheme.Marcin Kosiba
* commit 'bac9c87bcdfba871f325bda3266b077bcee6b93c': Sanitize selector Intent when handling intent: scheme.
2014-05-07Sanitize selector Intent when handling intent: scheme.Marcin Kosiba
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
2014-05-07Sanitize selector Intent when handling intent: scheme.Marcin Kosiba
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
2014-05-06am 30879d5e: am b7f106e3: am 6207cda4: Merge "Fix Memory leaks on Browser ↵John Reck
application" * commit '30879d5e687515cbbd73dbe19efd7fd5dfbc00de': Fix Memory leaks on Browser application
2014-05-06am b7f106e3: am 6207cda4: Merge "Fix Memory leaks on Browser application"John Reck
* commit 'b7f106e3755dde2f2db4f2430700e29016409856': Fix Memory leaks on Browser application
2014-05-06am 6207cda4: Merge "Fix Memory leaks on Browser application"John Reck
* commit '6207cda40403a4288138c7069530e147dbe77800': Fix Memory leaks on Browser application
2014-05-04Fix Memory leaks on Browser applicationSebastien MICHEL
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>
2014-04-29Merge commit '4c1e2fb40bee6d3361b2d90a27493006f33f729b' into HEADBill Yi
2014-04-24Add Client certificate support to AOSP browserSelim Gurun
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
2014-04-09am 2ccf5cdc: am f4abb38e: Merge "Fix the problem that the layout of the ↵John Reck
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.
2014-04-09am f4abb38e: Merge "Fix the problem that the layout of the suggestion drop ↵John Reck
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.
2014-04-09Merge "Fix the problem that the layout of the suggestion drop down list does ↵idea133-weekly-releaseJohn Reck
not fit to the screen width when an orientation changes."
2014-03-11am a83366c5: Merge "Handle DownloadManager expceptions"Selim Gurun
* commit 'a83366c52fa7743615d60907d79c39853f5417c1': Handle DownloadManager expceptions
2014-03-11am 10c97303: Merge "Fix a crash when creating an incognito tab in the quick ↵John Reck
controls mode." * commit '10c973034e686f0538adfa4b923c8054d7673e58': Fix a crash when creating an incognito tab in the quick controls mode.
2014-03-11am dbad7252: Merge "Fix a crash when creating an incognito tab."John Reck
* commit 'dbad7252e6e64f19f584e9f66596fe9d4eb95586': Fix a crash when creating an incognito tab.
2014-03-10am c34de179: Merge "Fix the problem that the favicons on the history page ↵John Reck
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.