| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| | |
* 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
|
|\ \
| |/
| |
| |
| | |
* 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
|
|\ \
| |/
| |
| |
| | |
* commit '06f337b3976ad2093388932bac0003b371bccc5e':
Remove ORDER BY clause on Search Suggestion queries.
|
| |\
| | |
| | |
| | |
| | | |
* commit 'bc681880294a2e31a1325101917b6e36fd411bde':
Remove ORDER BY clause on Search Suggestion queries.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Do not apply any ordering to results returned by the
Browser Provider when responding to search suggestions.
Change-Id: Ia487bc708d04ee629681692b5416ae65c6017012
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6686590
Change-Id: If3a79ec8b848d0c5d001e0c38de5973bb6a166a1
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 5334118
When sending an intent for a URL with specialized handlers, tag
it with an extra that will surpress subsequent redirections
Change-Id: I997aa79192baea86c58958ab213200d57ec4c4f9
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* commit '17e3ba9b808c0ca3b4a06c3964437204e76f9d30':
Encode characters that java.net.URI rejects
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | | |
* commit 'a770f8d4bd583e9a719af6ce314838db12003b33':
Encode characters that java.net.URI rejects
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This flag can incorrectly turn the Gallery app into a new task when trying
to play some video.
bug:6652951
Change-Id: Iec18ac0c9514101780e7cc6361dbce6c1e9320cb
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Interdepends on https://android-git.corp.google.com/g/#/c/198193
Change-Id: I9f44c0f4f84674965b7afc652420986314e2fc8e
|
|\ \ \
| | |/
| |/|
| | |
| | | |
* commit '1df6df7e33601f1dcd6358a1eea9c34bc6373927':
Don't show stale thumbnails
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | /
| |/
|/| |
* commit '3c573ac4dbc0e9a117a9540c410911bab52dffa7':
Enable voice search in omnibox
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 6601348
Bring back voice search. Also fixes focus bug for fixed titlebar.
Change-Id: I83c8ad96957b62c23ad0bbb35685712687d11213
|
|\ \
| |/
| |
| |
| | |
* commit 'ed19512a329e66afaf48c8346b823e5fcc73bd02':
Add null check
|
| |
| |
| |
| |
| |
| | |
Bug: 6584413
Change-Id: I63e94129fb0830e87d47ffca1d402a8aa838ac20
|
|\ \
| |/
| |
| |
| | |
* commit '244cdfa6eb0745a4b681cb704f5564050d88f7ed':
Prevent the monkies with a sledgehammer
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6515134
If we never have a null mController, we can never have a NPE!
Change-Id: Idf90b94e6557e0afd6dd92602b8e4dfd189218d1
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
webview" into jb-dev
* commit 'f788adcf8b3be878d174f5b7c2396c0d19540d7f':
Make sure focusSearch doesn't return a detached webview
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Bug: 6535227
Change-Id: I18bf24117d8ffcbbd440b2a47b2db422e41894f4
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '06b7e0fafdee08f7045f419b19eb1aacb00d7d60':
tighten nav bar layout & fix animation bug
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Bug: 6563289
Change-Id: I00fdecf645128bb1fec8e23be94aa2b85fb586f7
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '4159756953c0ada88f774828d6a1f329564d222b':
Only change text in url input when it changed
|
| |/
| |
| |
| |
| |
| | |
Bug: 6556693
Change-Id: Iad0f285f89710de1bbdf7ab5f727bdc81d4ef387
|
|\ \
| |/
| |
| |
| | |
* commit 'f695f6b4399f3a60a5d9d0aa39b8c341e8b8592a':
Tell Browser to monitor the WebCore thread for responsiveness.
|
| |
| |
| |
| |
| |
| |
| |
| | |
We no longer enable the WebCore thread watchdog for all
WebViews, but we still want the functionality in Browser.
Bug: 6447214
Change-Id: I1665bef875d53239203bc6313ac39af4bda6a60b
|
|\ \
| |/
| |
| |
| | |
* commit 'c90effdedc1c38eabc2c731d5a55c17f881862b1':
Disable fixed title bar in quick controls
|