| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6806099
Change-Id: I80404aca29b0e9897210d8f57c696e5a7e8e1c2f
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Bug: 6806384
Change-Id: Ib009a345d2dcaf5630864e8087e12194d213e174
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Bug: 6938839
Change-Id: I964ce0ffb47e9fcfb93f61edfc0e53c160d9e818
|
| |/
| |
| |
| |
| |
| | |
Bug: 6940202
Change-Id: I6b8c53285606fdcf6495a4ccf3c94a2037c8979b
|
| |\
| | |
| | |
| | |
| | | |
* commit '81cb2d1800a0a0aced83225f7f923b0809211001':
Don't replace file extension when mime-type is incorrect
|
| | |\ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When downloading content from a server that claims content to be
text/plain or application/octet-stream a guess is made of the proper
mime-type from a possible "file-extension" in the URL. When creating
the filename of the downloaded content any file extension that does
not match the mime-type is replaced with one derived from the
mime-type (.txt for text/plain, none for application/octet-stream).
However the guessed mime-type is not used in the filename
creation, so content with a proper file extension but a text/plain
mime-type will have its file extension replaced with .txt derived
from the incorrect mime-type.
This fix will use the guessed mime-type when creating the filename
to avoid replacing a correct file extension.
Change-Id: I5df642e94948914708af99a4d902b253ac8a48dd
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit 'b7ee3b51919842cd26eb865d28cd9ce8e3ba5a2e':
BrowserSettings required a Controller sometimes
|
| | |\ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
BrowserSettings can be used without a browser Controller, e.g.
when accessed from system settings. But some null checks for
this case were missing, these have now been added.
Change-Id: I57762898d34ef3018569e0de1499be2922dabded
|
| | |
| | |
| | |
| | | |
Change-Id: I831890524acb4e38078053d504c3ada468eca686
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit 'd22af61d97b938d0c4124fbdaae627f3e85e7084':
Added catch of SQLiteException when updating screenshot
|
| | |\ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Error found when running Monkey test. User probably tries
to add a bookmark and directly after deleting it. The method
updateScreenshot is running an AsyncTask and gets an Exception
from the database when the bookmark does not exist. The deletion
of the bookmark runs in another thread.
Change-Id: I63bb954419f60fb5106c1a6597692b6bac925714
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '1fce2b5dc32712cb5c6e301844a736da5d4aa848':
Reset to default did not reset cached settings
|
| | |\ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some settings such as the current search engine to use was cached
in the BrowserSetting object and not always read from shared
preferences. When settings were reset to default these cached values
were not reset causing the old (possibly non-default) value to still
be used.
Change-Id: I805a339a6238c96dc73cbda47981053bd4f6eace
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 6940152
Change-Id: Id6f694d8334a7c50f2e6f6c481bbb3cff847860f
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
to "windows" view from "saved page" view."
* commit '922afab3f6044ff38c78d1d991c74ca003f90302':
No search pane while tapping search button after backing to "windows" view from "saved page" view.
|
| | |\ \
| | | | |
| | | | |
| | | | | |
view from "saved page" view."
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
from "saved page" view.
When NavScreen is showing, the active tab should be detached normally,
but tab is reattached after backing to NavScreen from other activity.
Do the detach again.
Change-Id: I1b30791285a0ff08c69924d74a0f1660212995f2
Author: Weiwei Ji <weiweix.ji@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 28528
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* commit 'cf00c263557e1bd8ba060938cf8a451f2b92af2c':
Pause WebView timer when Browser is paused
|
| | |\ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If the Browser is paused while loading a page it
shall finish loading the page before the WebView
timer is paused.
The WebView timer shall be paused in onProgressChanged
when the progress has reached 100 not from onPageFinished
since onPageFinished is called when the main frame is loaded
and at that time subframe and other resources might haven't
been finished loaded i.e. the page is still in load, which the
result in WebView timers are not paused.
With this patch the Browser won't consume system resources
if it's minimized while doing a page load.
Change-Id: Id971dbcedfbedb5b0e56cba4076cd724d590ac85
|
| |\ \ \ \ \
| | |/ / / /
| | | | | /
| | |_|_|/
| |/| | | |
Change-Id: I5853a3609caacf7b0ff0eecbb1ed697811b7430e
|
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Currently null is passed as useragent to the Download Manager when
downloading via Browser context menu (causes the Download
Provider to use an empty useragent HTTP header).
This commit simply passes the webview's useragent instead.
This applies to the usecase when choosing save image/link
via the context menu (long press).
Change-Id: Ie9cc5e81630d0dcefe4708980146cc5ed867e4ad
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 6662557
Change-Id: Ib7fdc4b3f1e0f7370631d8a222565faaee550bfb
|
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ /
| | | |
| | | |
| | | | |
not handled properly by Sqlite3."
* commit '3d2e213ce176cb320ac52c71b00cb591beae8e04':
Fix the issue the SQL request built by QuickSearchBox is not handled properly by Sqlite3.
|
| | |\ \
| | | |/
| | |/|
| | | | |
properly by Sqlite3."
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
properly by Sqlite3.
SELECT history._id AS _id, history.url AS url,
CASE WHEN bookmarks.title IS NOT NULL THEN bookmarks.title ELSE
history.title END AS title,
CASE WHEN bookmarks.url IS NOT NULL THEN "2130837532" ELSE
"2130837548" END,
history.date AS date FROM history
LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url
WHERE (url LIKE ?) AND (deleted=0 AND folder=0) ORDER BY
history.date DESC
has to be replaced with:
SELECT history._id AS _id, history.url AS url,
CASE WHEN bookmarks.title IS NOT NULL THEN bookmarks.title ELSE
history.title END AS title,
CASE WHEN bookmarks.url IS NOT NULL THEN "2130837532" ELSE
"2130837548" END,
history.date AS date FROM history
LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url
WHERE (bookmarks.url LIKE ?) AND (deleted=0 AND folder=0) ORDER BY
history.date DESC
Change-Id: Ib9fc03c2e102cca83c09168f75f2911a191af5ae
Author: Jean-Christophe PINCE <jean-christophe.pince@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 43188
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit 'd9001a7dc5854d5dfc24a5ead19ad8c05acf171e':
NPE in WallpaperHandler
|
| | |\ \ |
|
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In WallpaperHandler, BitmapFactory.decodeStream() is used to create
a Bitmap that is then set by WallpaperManager as a wallpaper.
This method has null as return value when something fails as
decoding, resulting in a nullpointer exception in WallpaperManager.
Adding nullcheck on the Bitmap before setting it as wallpaper to
avoid the NPE.
Change-Id: Ib1a0f9331898162b21094c3ebe80bc21d66f8bd7
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit 'edc9e064969b97fd62f492ef8e15812b63af2bb3':
Browser: Use ICS alert icon
|
| | |\ \
| | | |/
| | |/| |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Still using upscaled GB drawable in a few places.
Change-Id: I52471b10809117b5a68e8236dc320fde0da2c533
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In a future version of Android, the default value for
<provider android:exported> will change from true to false.
Explicitly set android:exported="true"
Bug: 3306452
Change-Id: Ic8adfe95ce0e8b5a33a8de4f5ac4f4ff184a67e8
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '39e7dfee746d73670eea435024a80ae9dbedf176':
Stop loading subview in stopAllLoading
|
| | |\ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
The main webview is stopped twice instead of stopping
the subview loading. Correcting this cut and paste error.
Change-Id: Ic12c7219d222d42f59e27f1cda0cd65a003b41ca
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: If3bdd2026e323bb96bdede893c858d5bb79c3060
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I953e470dccd90bdef407800bc8bcf795bfa4a848
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I72bb2712652d3c37baa3eda17bf73833b81016a4
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ia7870b127edfb4c67181e04ad662ddc64f6878c0
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iac3c2627e2ecbe6b44c63776791124b14745c561
Auto-generated-cl: translation import
|