| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ic53e1f81d9d2f87584d89d1fb7d62b439db6fce1
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 3338525823c59867e173c2c65cfed81b6db5c166.
This commit breaks many protocol handlers, basically any that use an
email or login (like mailto).
JIRA: CML-116
Change-Id: Ifb19612bb470e7dbb45128c81fd7cd136c417d2b
(cherry picked from commit 3db546f1788b06d2e86502a0956cde5cbbc5b11b)
|
|
|
|
| |
Change-Id: I0838b89f5186b125ded732520c853f75d85e182c
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Solution Description]
Can not download music from music.baidu.com
The Referer is Empty
[Other Info]
modified: src/com/android/browser/DownloadHandler.java
Change-Id: If696c2ace282ec01f95476a9907fd6c7303bfb9c
(cherry picked from commit 2db66392f651d0b306e9921a9b005c6ed1361428)
|
|
|
|
| |
Change-Id: I8ef22334c438b6b753e8e336af65f471446f80b4
|
|
|
|
|
|
|
|
|
|
|
| |
The new webview classes avoid to load urls from local file schemes.
Just replace the load of internal browser assets (most_visited) from
loadUrl to loadData.
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Change-Id: Iee633a1a3599a7e752e15452fa04e15baac2e256
Cherry-Picked: http://review.cyanogenmod.org/#/c/62126/3
|
|
|
|
|
|
|
|
| |
Fix it for real this time.
This reverts commit aa65d3264497ab7e145ca5b2663712a761efcd01.
Change-Id: I6328dc4b025cf8597ab17b577690ac0ea30542ef
|
|
|
|
|
| |
Change-Id: Ib7bb968d03c13f60a01c744e18a70e99bc72bcd1
Signed-off-by: linuxx <joey@cyanogenmoditalia.it>
|
|
|
|
|
|
|
|
| |
It's too narrow, making the progress bar invisible. The xhdpi drawable
works sufficiently well, so there's no immediate need to re-do the
9-patch in xxhdpi.
Change-Id: I23f1ef5d3cb1956b42bf94d635783aa1d07e91b0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Occurs on the (slow) galaxysmtd.
java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:300)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
at java.util.concurrent.FutureTask.setException(FutureTask.java:222)
at java.util.concurrent.FutureTask.run(FutureTask.java:242)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
Caused by: java.lang.IllegalStateException: Can't compress a recycled bitmap
at android.graphics.Bitmap.checkRecycled(Bitmap.java:345)
at android.graphics.Bitmap.compress(Bitmap.java:985)
at com.android.browser.Bookmarks$1.doInBackground(Bookmarks.java:206)
at com.android.browser.Bookmarks$1.doInBackground(Bookmarks.java:202)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
... 4 more
Change-Id: I867696996c786024aabb869583583198ac3bc13a
|
|
|
|
|
|
|
| |
The quick controls progress bar was broken by my browser autohide patch.
This patch fixes it to properly show again.
Change-Id: I1062c4eac26bbc87ca6ec9de775e0b1b58d0542b
|
|
|
|
|
|
|
| |
Change-Id: Ibec6a7b80e399b99fe2e6df64a7c4b1cc6c38728
JIRA: CYAN-3235
Issue: https://jira.cyanogenmod.org/browse/CYAN-3235
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|
|
|
| |
Change-Id: Id2a8a832c2a637f7c5284d5006b6f3475bfba560
|
|
|
|
| |
Change-Id: Ib1d4be6890c81b73a46f026b6fcbb2f1e8de567d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since WebView deprecated privateBrowsing in API 17 (and killed it
for good in API 19), we were left without incognito in the Browser
app. Follow the docs' recommendations and implement it with "manual"
control of privacy-related engine options
* Internally track incognito state for tabs
* Disable all forms of storage and cache on private webviews
* Disable all cookie activity while an incognito tab is active
* Stop trying to use the deprecated "privateBrowsing" argument
when creating webViews, always set to false
Change-Id: I23f2e34ee125635bba8981f0711ba4986a9beaab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Issue: Cursor was accessed by handler thread
when it was closed. During Orientation change,
BrowserBookmarksPage#onDestroyView is called
which clears all the loaders [and cursors].
Simultaneously ThreadedCursorAdapter#loadRowObject
is getting called which then calls
BrowserBookmarksAdapter#getRowObject
where closed cursor is accessed and force close happens.
Fix: Synchronized cursors wrt main thread and handler thread.
Checked mCursorAdapter for invalid conditions
CRs-Fixed: 576176
Change-Id: I9f16c2f1a55f35e8256bbf56afce3538850f9d42
|
|
|
|
|
|
| |
Not sure why it was removed, but it seems to work just fine.
Change-Id: I6d76928182a53ca57d080394823d35d66e0ba987
|
|
|
|
|
|
| |
The summary of the text encoding preference should always be displayed.
Change-Id: I5620cc147bdda078b9350f82b68b3d86774bc09c
|
|
|
|
| |
Change-Id: Ia341fae6b2ef87a8a240d8fe704f905f7cd1536c
|
|
|
|
| |
Change-Id: I20117cf287ca25387c8664de2096c00ef63ec1e5
|
|
|
|
| |
Change-Id: I7acecfc32dde250685f96354b45a91b93667114e
|
|
|
|
|
|
| |
CRs-Fixed: 395193
Change-Id: Icedba4ef192d56dfcc9918b2f8afe96b2c662fb9
|
|
|
|
| |
Change-Id: Idd03f5bb57d6f78ec8b8e407eba01904f392f554
|
|
|
|
| |
Change-Id: Id4e4545d31b5afb0c402c7f3e6f41cc111d0bfc0
|
|
|
|
|
|
|
| |
- Correct URL of Rambler
- Add DuckDuckGo
Change-Id: I243a0e1cb14ec820b34bf6a35032fcc639588fbf
|
|
|
|
|
|
|
| |
Increased tab limit from 16 to 64.
Change-Id: Icdf39ea8b568f50f63759f5dbacda8a70d41956b
Signed-off-by: Arham Jamal <arhamjamal@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Long click on a link now allows you to choose
between opening in incognito/regular tab.
Credits: Danesh M
Signed-off-by: Arham Jamal <arhamjamal@gmail.com>
Change-Id: Iba8e7446e69ae66e0bd957910e6309fdb0e0b947
|
|
|
|
|
|
|
|
|
| |
Added 2 new buttons to navigation bar:
- New Incognito Tab
- Goto home screen
Signed-off-by: Arham Jamal <arhamjamal@gmail.com>
Change-Id: I4c4b611ccc7fc3de4fa4bc7c855e4481de440a87
|
|
|
|
|
|
|
|
| |
-Vectors
-New favourites (google, cyanogenmod, cyanogenmod wiki)
Change-Id: I2c91f78192139e281618010722e678c0babcf46d
Signed-off-by: linuxx <joey@cyanogenmoditalia.it>
|
|
|
|
|
|
| |
* Fix breakage from 'Materialize' commit
Change-Id: I81d06e069f3eb18581a7072aaf7e22b1a3d804a2
|
|
|
|
| |
Change-Id: Id7ecd0596e98a357cd692c5df79d0fbde2cce3f0
|
|
|
|
| |
Change-Id: Ifaf86ac74c60b1ce1dab248ae4c658b5df242475
|
|
|
|
|
|
| |
This will allow browser to be themeable.
Change-Id: I46d7da6f017cf17bc1265011228bf711dcfd0cd2
|
|
|
|
|
|
|
|
| |
By default is a debug only setting.
based on JB commit by D4rKn3sSyS
Change-Id: Ic2d695d68eab6716b12e25c4a999582e7ff7b6a4
|
|
|
|
| |
Change-Id: I6aa805ebe033592ceb8b01cb2e6e750bfa7a685d
|
|
|
|
|
|
| |
Update duckduck go references
Change-Id: I58376cd77f45c10ba8bfb0373fdf5d530af2f98c
|
|
|
|
|
|
| |
agnostic version)
Change-Id: Ia837b2085e3fc16b608ee68f558460443a065384
|
|
|
|
|
|
|
| |
Requested in JIRA CYAN-3875
Change-Id: Ia3fcf0f491958111660ada41b9bbeae73f8ac27c
Signed-off-by: Roman Birg <romanbirg@gmail.com>
|
|
|
|
|
|
| |
DuckDuckGo provider added to all_search_engines.xml.
Change-Id: I683739fae942aae40323cd4dffcd09f1b0d62041
|
|
|
|
|
|
|
|
| |
* Fix crash on screen rotation
* Correct indentation
* QC tab to primary color
Change-Id: I4ee608bd5d2ad33439c723298ed97eed235a3e01
|
|
|
|
|
|
|
|
| |
-Material Ui theme (green)
-New icon
-xxhdpi drawables
Change-Id: I291f4bba1e412a8e762666db0684b95105dcf8b0
|
|
|
|
|
|
| |
Patch Set 4: Fix code formatting
Change-Id: I4de873f7c089d4f7dede944d05f48d03000f3d99
|
|
|
|
|
|
| |
As with native action bars.
Change-Id: I460ee02b370d7f220a8702d2e7644a7c775e3b21
|
|
|
|
|
|
|
|
| |
BUG:19296937
cherry-pick of 0d75bdd4654a2352df68709c04c773d383a58054 from master
Change-Id: Ic3597a22a3b0c1f90cdd737e735904beaf35a58e
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Web browsers have to use cleartext HTTP traffic since large parts of
the web still use that.
This does not change the behavior of the app.
Bug: 19215516
Change-Id: Ied86188686b2bc3bb79da142eabeb5701abd8c6b
|
|\ \
| |/
|/|
| |
| | |
* commit 'fbc291cb6534fa9a4d507d4df1b26ec77e1e03bf':
Forbid javascript- and file-scheme intents
|
| |\
| | |
| | |
| | |
| | | |
* commit '6500db1a3e369767e9fa3a0fc00bd5676b8f7041':
Forbid javascript- and file-scheme intents
|
| | |\ |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
BUG:13082135
BUG:19296779
Change-Id: Ifea908b175670fbce65205797b93e87adf25bb3d
|