- 13 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
Torne (Richard Coles) authored
-
- 11 Sep, 2014 2 commits
-
-
boliu authored
Clean cherry-pick of chromium crrev.com/1a908118bc141a4fd3793438b79cd5b9422dd22b BUG: 17406256 Review URL: https://codereview.chromium.org/556323004 Change-Id: If519344c3b95816785f10e7a0d3a3c6ab2cbb931 Cr-Commit-Position: refs/heads/master@{#294308}
-
The Android Automerger authored
-
- 10 Sep, 2014 8 commits
-
-
boliu authored
Clean cherry-pick of chromium crrev.com/f06145bfa6fb8bb4bbff86d8bd38e6e7c4a5078e BUG: 17415765 Original description: This is a new requirement in L during functor teardown. Review URL: https://codereview.chromium.org/561553002 Change-Id: Ic37699f5d73bb9451458a4301cbf6bd34880c537 Cr-Commit-Position: refs/heads/master@{#294201}
-
Hui Shu authored
-
boliu authored
Clean cherry-pick of crrev.com/693c6a04c69d69a1240e4b83e2ec7fea459acda4 BUG: 17403173 Original description: Framework does not clamp onDraw to only the visible area. However must still request functor in this case to support rt-side animation, and to obtain the correct draw matrix. This means HardwareRenderer must be able to handle not having a parent frame available. Review URL: https://codereview.chromium.org/551023002 Change-Id: I83b2b9c8bf553a5b11f0a87af8fe5b4329a9fabc Cr-Commit-Position: refs/heads/master@{#294093}
-
The Android Automerger authored
-
Torne (Richard Coles) authored
Change-Id: I11a8f58d20970d334a9312ff83861b0e1f122af9
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: Iaa180d861168905354619636c88383a34aec5e62
-
Torne (Richard Coles) authored
This commit was generated by merge_to_master.py. Change-Id: I5d2076c73bc5d4a3117e39b68250f52c554233bd
-
- 09 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
torne authored
> The previous fix in r291050 fixed source compatibility but broke ABI > compatibility with older versions of bionic instead. Since older > versions of bionic only provide the POSIX version of strerror_r we > should instead make sure we always use that version. > > BUG= > > Review URL: https://codereview.chromium.org/552753002 > > Cr-Commit-Position: refs/heads/master@{#293894} Bug: 17384482 Change-Id: I91b55784ec64145882d12119a70acde163ea97e3
-
- 08 Sep, 2014 10 commits
-
-
The Android Automerger authored
-
Marcin Kosiba authored
The previous CL to re-generate makefiles didn't contain the files for the two new build targets. BUG: 16870075 Change-Id: I941c0f12aec053b632fdbfe5851cd42a7a134a8d
-
Marcin Kosiba authored
BUG: 16870075 Change-Id: I7d1971f2862fa27ae4469519a81029f85eab38bb
-
torne@chromium.org authored
> Rename the "linker_script_copy" target to "android_exports" and move the > link_settings clause to that target. This avoids the linker flag being > duplicated once for every target which includes jni_generator.gypi, > which causes problems on some linker versions. > > BUG=402003 > > Review URL: https://codereview.chromium.org/473173004 > > Cr-Commit-Position: refs/heads/master@{#289941} > git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289941 0039d316-1c4b-4281-b951-d872f2087c98 BUG: 16870075 Change-Id: Ic8a0906563edc777c3fc9a831643b8b535ede184
-
mkosiba@chromium.org authored
> This removes the eager class registration from RegisterNatives when possible. > > BUG=402003 > TBR=sievers@chromium.org, brettw@chromium.org, torne@chromium.org > > Review URL: https://codereview.chromium.org/491043002 BUG: 16870075 Change-Id: Ia2cdbddad9a12f9101290af4c06684706eac63c6
-
mkosiba@chromium.org authored
> Rather than registering all jni bindings at startup, only get references > to the class object for those files which require bindings. All others > are satisfied by exporting symbols which can be found automatically by > the VM. > > BUG=402003 > > Review URL: https://codereview.chromium.org/454923002 BUG: 16870075 Change-Id: I8d7617c87ac10cb9833cdb370bc6718bd58fd587
-
Mikhail Naganov authored
Re-generate .mk files after "Cherry-pick: Revert "Merge 281715 "[Android WebView] Terminate execution of stuck JS ...""" As the patch was changing android_webview.gyp file, we have to update .mk files Bug: 13509205, 17175122, 17173843 Change-Id: I0b736bb8ced4e63040b6c203cc29dbebb78aaaa0
-
Ben Murdoch authored
Merge "Cherry pick Android WebView: clean up the AwContentsClientBridge webcontents userdata." into lmp-dev
-
Ben Murdoch authored
Bug: 17396873 Original description: When we destroy the AwContentsClientBridge, clear the pointer to it held by webcontents user data. Also ensure that if we don't post the callback to the java side to run the js dialog callback in the embedding app that we run the callback. BUG=411399 Committed: https://chromium.googlesource.com/chromium/src/+/bafb7ef3239ed1db29393ca1d528af08a2f19dfb Change-Id: Ib9fbb4fc6b4e4dc45688db814e3ec886d469e222
-
Mikhail Naganov authored
The approach implemented in the patch is prone to crashing Blink bindings code. See more comments in the bugs. Bug: 13509205, 17175122, 17173843 Original description: Revert "Merge 281715 "[Android WebView] Terminate execution of stuck JS ..."" This reverts commit 8508a2f18909b0768d273bb9161aee749f47beca. As described in the bug, the proposed approach is invalid, as Blink's bindings code isn't ready to deal with terminated scripts properly, resulting in random crashes. Hence reverting the patch. BUG=390906 Review URL: https://codereview.chromium.org/536593004 Cr-Commit-Position: refs/branch-heads/2062@{#587} Cr-Branched-From: 2e531f7c26d0d9e2aa0cced17a35eea6687dc58c-refs/heads/master@{#278856} Change-Id: I6805a85cefef55492d5b3934b4fbd9263c1d004e
-
- 07 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 06 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 05 Sep, 2014 4 commits
-
-
Hui Shu authored
-
Hui Shu authored
This should not happen and BrowserViewRenderer/GlobalTileManager would be in an invalid state when it happens. Remove this CHECK before we ship L. BUG: 17369933 Change-Id: I288b67ac9a8bd018aed207decabb37de41889a73
-
Marcin Kosiba authored
BUG: 17403571 Change-Id: Ia2fab595694aa62578f3f771a322c2938662ba94
-
torne authored
> Move the include of the Mac TargetConditionals.h file to after we've > checked if we're building for Android. Apparently this file doesn't > exist on all macs used to build android and the rest of android builds > fine without it, so including it there causes the build to fail. It > appears to only be used to test TARGET_OS_IPHONE which will never be > true on android. > > BUG= > > Review URL: https://codereview.chromium.org/538563002 > > Cr-Commit-Position: refs/heads/master@{#293495} Bug: 17401514
-
- 04 Sep, 2014 2 commits
-
-
torne@chromium.org authored
> Android's bionic C library is intending to adopt the same semantics as > glibc for strerror_r: define the version that returns char* if the > source is compiled with _GNU_SOURCE instead of the POSIX version which > returns int. Add __BIONIC__ to the condition for > USE_HISTORICAL_STRERRO_R so that Chromium will still work. > > BUG= > > Review URL: https://codereview.chromium.org/491893002 > > Cr-Commit-Position: refs/heads/master@{#291050} > git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291050 0039d316-1c4b-4281-b951-d872f2087c98 Bug: 17384482 Change-Id: Ie80073df1327c8e415d83c1c9321cc3ca1beaf01
-
The Android Automerger authored
-
- 03 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 02 Sep, 2014 3 commits
-
-
The Android Automerger authored
-
Ben Murdoch authored
-
Torne (Richard Coles) authored
When using a prebuilt libwebviewchromium, instead of skipping the entire directory just include the makefiles needed to build V8 for external/chromium-libpac to use. Bug: 17228462 Change-Id: I0f543120265707d47674a85e059787a2c77611bd
-
- 01 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
Ben Murdoch authored
Merge "Cherry pick "Cache pending JS bridge sync IPC replies, and send in case of RenderFrame deletion."" into lmp-dev
-
- 31 Aug, 2014 1 commit
-
-
The Android Automerger authored
-