| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Right now during the initial WebSettings sync to native we wait
for the autofill profile to be loaded from disk so that it can
be synced. If there's no profile set, then we try to infer a
profile from the user's Me contact profile. Querying the Me
contact can be slow and in some extreme cases can cause the
settings sync on the UI thread to block long enough to show
an ANR.
Instead signal the threads (via the CountdownLatch) waiting on
the initial import before we do the Me profile lookup. Note that
we still may block the UI thread if the lookup of an already saved
profile takes an exceptionally long time. This is so that when a
user has saved a profile, we'll never resort to showing them the
"setup autofill" message. (But all ANR reports to date have shown
that we were querying the Me contact at the time of ANR).
Bug: 6371781
Change-Id: Ibb0d5e285ec3587d9f9bad3e69b79890850c2f6d
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '54217b39d7d097f2f4fe9fac928a1c3bf1b9f13f':
Hide webview when showing a custom view
|
| | |
| | |
| | |
| | |
| | |
| | | |
bug:6477718
Change-Id: Id3253096755ac4c174a791115f06dcb195b699c7
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '2b552f5154fb582ddfd3296eaa8ec35675edb613':
Monkey proofing
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6482880
Change-Id: I0fe14b6828098071ebd6dc4782cf092dc018ee3e
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '40e7f350e0aee6308b03d206721fcf80cfff051f':
Monkey
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6438833
Change-Id: Ia4a45612cdb91837b104b8cdd23c1a17e5b7ae91
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '7286427ee44435acf5f0ccd1146d9d0b15a36d02':
Don't capture picture
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6439427
Change-Id: I7704d8c81bbb9e612faf3a3206cee245e746035b
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '52eafbb7601eac6ce0011edeb2a73ffccb6fb751':
fix monkey NPE
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6445628
Change-Id: I4a4e2aa2e76596501deea5b6b6b05ea5bcda396e
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '9ee87d9ce5aae1460f53bea66bfcafd3671505a0':
Fix getItemId()
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6446119
Change-Id: If8c13c9f2cb9b93c6f3575f12111059aeeacd5cb
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'b0fb2baae970c52b0dcf2f0677df5d89078f1480':
Remove voice search handling
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 6439925
Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '3e455284e1e0432fd533de7f082e1426d152d78d':
Fix NPE
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6400217
Old saved pages won't have a data file to delete as their data
is entirely in the DB.
Change-Id: I8f497cec72ca543718b3a1f207e71b0eaa2c14ea
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'f6504f863a407c9b4615ac14de9b623775f65f69':
Don't block fast QC selection
|
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 6434532
Change-Id: I42391bc3bb398e4ced9f15acdbfb270d5755fc5a
|
|\ \ \
| |/ /
|/| /
| |/
| | |
* commit 'd6c13e1635ddb4cb42d120c2dfdca1ada6d1a7b2':
UserAgent not propagated from Browser to DownloadProvider
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Browser does not propagate the userAgent to DownloadProvider
for downloads. When downloads are started the default userAgent
in DownloadProvider is used instead of using the userAgent of
the Browser. This makes downloads on some services / web pages
fail.
This is solved this by including the Browser userAgent in the
request to the DownloadManager.
Change-Id: If4e0f3c29eb7fd5fc585dd01987ae7f0b54ffc32
|
| |\ \
| | |/
| |/|
| | |
| | | |
* commit '0ffa9713dc66c4b0db3027a1edab52c99a3af129':
DO NOT MERGE Fix generic filter check
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 5768794
Cherry pick from master
Change-Id: I7bace7a33fe1601039a5aacc5c3af7167d566a1d
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This makes a little more sense since they are accessed outside of the
class that they are defined in.
In addition, this fixes errors created by proguard when building with
OpenJDK.
Change-Id: I41d9bbb687628140038eb517ea08517cee37e0c7
|
| |
| |
| |
| |
| |
| | |
Bug: 6420325
Change-Id: Ic3b0f4b99d831c31f349531d5c2b307543f1ed97
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 6398599
Minor cleanup in title bar code.
Change-Id: I55357acb86050e549d80d44d99f4a89ed1e49e9d
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* changes:
Remove debug code
Remove more unused code
Remove unused code
|
| | |
| | |
| | |
| | | |
Change-Id: I53236e23990e996b86944214b45a9af014b296f6
|
| | |
| | |
| | |
| | | |
Change-Id: If5b84b904ca117b27dabdac87cb43682cf21b178
|
| | |
| | |
| | |
| | | |
Change-Id: Ia38f8aabbb5cfa1cceab160f4285e7b86aac2c17
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Change-Id: I83b60ac504c8300904d76753b92f6fb3a93c172f
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 6380858
Change-Id: Iaa5f5629b02a37bf4b5425d06857808f53e05ec9
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 6372933
Fix a race condition between update & destroy
Fix update path
Add some extra debug support
Change-Id: I66a450e175b22d992de97d5bc24200961144412a
|
| |/ /
|/| |
| | |
| | | |
Change-Id: I25e0ec85a9d249211ea763e2a6846211b273b54d
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Change-Id: Idb6f34eed15277b3dc6a9c5e6835fbd0894722ad
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 5677901
Delay hiding after page load
Show for duration on tab switch
Change-Id: Ie962cd86fd3bd6f5d10a807db1638e9cbdbfef67
|
| | |
| | |
| | |
| | | |
Change-Id: I67fdcab01f882baa4fd0e4db54dfd8b668e8a46b
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Bug: 6023055
Change-Id: Ifc36425d6b09d0938f7e08176a749159c27fe088
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 6212665
Modify browser's file origin policy to match Chrome's.
Change-Id: Iff47b9d4ee1a04c1fedd1f6c6396a46afe2ff9b1
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Bug: 5416822
Change-Id: I213c3507af61e7ca0354dad7e72ece7a2547f54e
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 5416822
Move saved pages out of external storage (b/5605575)
Save them as files instead of in the database, as the database
has a row size limit
Change-Id: I03b5af2459724d8cab67a9acfcc2827c7129e80f
|