- 16 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 15 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 14 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 13 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 12 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 10 Oct, 2014 1 commit
-
-
Marcin Kosiba authored
The default text encoding shouldn't be a configurable setting; it's UTF-8. If an app wants to set their own encoding, that's fine - there is WebView#setDefaultTextEncoding for that. Bug: 17634120 Change-Id: I61bf4017881a94e2d8fb9bcffb09b3dff5c7f8f9
-
- 09 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 08 Oct, 2014 2 commits
-
-
The Android Automerger authored
-
Ben Murdoch authored
Bug: 17910854 Change-Id: Ic8b7df83783b784e64655c1bd9aac7e8f8a794c0
-
- 07 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 06 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 05 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 04 Oct, 2014 1 commit
-
-
Ben Murdoch authored
-
- 03 Oct, 2014 1 commit
-
-
Paul Miller authored
Don't set CollectionItemInfo fields for headings. BUG=419172 BUG:17551181 Change-Id: I62b552b0862906979ac4e01ac4a89039cadc1b49
-
- 02 Oct, 2014 1 commit
-
-
Ben Murdoch authored
Change-Id: Ib3b20b4da96e5ec622fec6f74089661e9920a0b1
-
- 01 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 30 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 29 Sep, 2014 2 commits
-
-
Bo Liu authored
BUG: 17664299 Change-Id: Ia0a4d6f20aa0c83e98a3e205e015217cafcaa550
-
The Android Automerger authored
-
- 28 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 27 Sep, 2014 1 commit
-
-
Hui Shu authored
Allow disabling DRP programatically if enable-spdy-proxy-auth cmd switch exists. Also fixed a bug in DRP auth request handler that didn't set the last auth_token_invalidation_timestamp_ correctly. BUG: 17624720 Change-Id: I58013ad7997751a1f4c167f10ed41e54832f2dcd
-
- 26 Sep, 2014 3 commits
-
-
Ignacio Solla authored
-
Ignacio Solla authored
Cherry-picked from chromium: https://crrev.com/ec9b8860c670221d8bfcfbe628f0597a5b6bd4f6 BUG:17653054 Original description: [WebView] Create PowerSaveBlocker for fullscreen video. BUG=417623 Committed: https://crrev.com/ec9b8860c670221d8bfcfbe628f0597a5b6bd4f6 Cr-Commit-Position: refs/heads/master@{#296738} Change-Id: Ic58ff0fd7684cec4276950887d9a5ea186f2f8f6
-
Hui Shu authored
-
- 25 Sep, 2014 3 commits
-
-
Hui Shu authored
This will disable DRP for the remainder of the session. Note that the next time the app starts, WebView will still try to enale flywheel based on the user preference in Google Settings. BUG: 17624720 Change-Id: I52926b8f72f99b7c97505d6860e056918addd96c
-
The Android Automerger authored
-
hush authored
Cherry pick from Chrmoium https://crrev.com/673cf0160d7b5e520841a65f4425f8be1a48fbb1 BUG: 17623119 Original description: When webview translates into the screen from offscreen by calling WebView#SetTranslateX/Y, onDrawHardware is called with an empty global visible rect. When the webview is still offscreen, Android frameworks won't call DrawGL on WebView, which means the "parent draw constraints" stored in hardware renderer won't contain the draw constraints when the webview is offscreen. When webview gets an ondraw with an empty global visible rect, we need to make sure the parent draw constraints of the corresponding DrawGL is always posted back to child compositor and triggers an invalidate. BUG=417479 Review URL: https://codereview.chromium.org/603633003 Cr-Commit-Position: refs/heads/master@{#296589} Conflicts: android_webview/browser/browser_view_renderer.cc android_webview/browser/shared_renderer_state.cc android_webview/browser/shared_renderer_state.h Change-Id: Iea9e6d5f0dd021d19cdcf6f5a98d92fd735dac26
-
- 24 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 23 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
vollick authored
Clean cherry-pick of chromium crrev.com/66133e86b6d79534605539aa684a248e6b6205bf BUG: 17612259 Original description: These functions should set needs commit, but didn't. This lead to stale pointers in the impl tree. Review URL: https://codereview.chromium.org/572483002 Change-Id: I59ba963f2ad44aa6f64366ca30c7a64a97570fb3 Cr-Commit-Position: refs/heads/master@{#294749}
-
- 22 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 21 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 20 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 18 Sep, 2014 6 commits
-
-
Ben Murdoch authored
-
Ben Murdoch authored
-
The Android Automerger authored
-
Ben Murdoch authored
Gives us 20K back. Bug: 17540943 Change-Id: I7ee0b67b63bee013e92737024e6596dc49acba92
-
Tao Bai authored
This is safe change for L release, but not the right way. we had right implementation in upstream and will be full tested. BUG:17485595 Change-Id: Ib6365511bad68f5c4a5bd3d71e6a2c57987dfb81
-
Bo Liu authored
Cherry-pick of https://codereview.chromium.org/575293003/ PS2 BindToLoop need to set |loop_| synchronously to prevent delete from destroying the object on the wrong thread. BUG: 17354106 Change-Id: I3168bb9c27fa135e0c98eb018610218e65455f0a
-