- 11 Jan, 2017 40 commits
-
-
lhchavez authored
This change adds getters for individual ArcServices from ArcServiceManager. This prevents ArcServiceManager::Observer from becoming a place to put random stuff to observe that would be better suited for individual services to expose. BUG=672840 TEST=git cl try Review-Url: https://codereview.chromium.org/2622843002 Cr-Commit-Position: refs/heads/master@{#442934}
-
torne authored
WebView now generates NativeLibraries.java at runtime in the same way as all other Android APKs. Delete the unused pregenerated version. BUG= Review-Url: https://codereview.chromium.org/2620193003 Cr-Commit-Position: refs/heads/master@{#442933}
-
bzanotti authored
updateAccounts() now takes a callback to allow code to run once the accounts have actually been fetched. This also adds some check in updateAccounts() to ensure it only updates the accounts when expected (i.e. when the user isn't signed in). BUG=678543,672255 Review-Url: https://codereview.chromium.org/2616643005 Cr-Commit-Position: refs/heads/master@{#442932}
-
bnc authored
Change SpdyFrameBuilder::BeginNewFrame() not to use OverwriteLength(). Proteced by FLAGS_chromium_http2_flag_remove_rewritelength. This CL lands server change 143445916 by yasong. BUG=488484 Review-Url: https://codereview.chromium.org/2611293002 Cr-Commit-Position: refs/heads/master@{#442931}
-
gavinp authored
Fix typo in cache perftests. BUG=none R=jkarlin@chromium.org Review-Url: https://codereview.chromium.org/2622013002 Cr-Commit-Position: refs/heads/master@{#442930}
-
chongz authored
https://crrev.com/2501083002/ introduce these mappings but mis-placed values, this CL swaps these values back. BUG=670587 Review-Url: https://codereview.chromium.org/2622893005 Cr-Commit-Position: refs/heads/master@{#442929}
-
avi authored
BUG=554289 Review-Url: https://codereview.chromium.org/2627433003 Cr-Commit-Position: refs/heads/master@{#442928}
-
stkhapugin authored
Since ARC code cannot refer to NSAutoreleasePool directly, before this change block_cleanup_test.h cannot be included from ARC-enabled code. With this change, the header lists block_cleanup_pool_ as id, which allows such includes. BUG=None Review-Url: https://codereview.chromium.org/2623233002 Cr-Commit-Position: refs/heads/master@{#442927}
-
bungeman authored
This moves SkFontMgr creation and use to owning pointers. BUG=skia:5077 Review-Url: https://codereview.chromium.org/2618443002 Cr-Commit-Position: refs/heads/master@{#442926}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/98822430907b..76a44dea3180 $ git log 988224309..76a44dea3 --date=short --no-merges --format='%ad %ae %s' 2017-01-11 dsinclair Cleaning up memory allocation in CXFA_FM2JSContext - IV Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2626083002 Cr-Commit-Position: refs/heads/master@{#442925}
-
bnc authored
This CL lands server changes 143452565 by birenroy and 143815813 by bnc. BUG=488484 Review-Url: https://codereview.chromium.org/2611173004 Cr-Commit-Position: refs/heads/master@{#442924}
-
cjgrant authored
The omnibox drops slightly when fading. Previously, the omnibox was moved by adjusting its CSS margins. This is an inefficient way to handle movement (it wastes space and doesn't always appear smooth). BUG=641508 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2622593003 Cr-Commit-Position: refs/heads/master@{#442923}
-
Philip Jägenstedt authored
BUG=679862 TBR=allada@chromium.org Review-Url: https://codereview.chromium.org/2627063002 . Cr-Commit-Position: refs/heads/master@{#442922}
-
yhirano authored
XMLHttpRequest::m_loader should be manually cancelled before it is released. This CL adds a CHECK to make sure the we keep the contract. BUG=667254 Review-Url: https://codereview.chromium.org/2624163002 Cr-Commit-Position: refs/heads/master@{#442921}
-
estade authored
```--------------------- Move more vector icons to respective directories and update code to use gfx::VectorIcon structs instead of the VectorIconId enum. Also add version of ImageButton::SetImage that takes a const ref image. BUG=626786 Review-Url: https://codereview.chromium.org/2620613005 ``` --------------------- Review-Url: https://codereview.chromium.org/2622893003 Cr-Commit-Position: refs/heads/master@{#442920}
-
asvitkine authored
This is a follow-up to https://codereview.chromium.org/2519853004/ which made it possible to show the first FRE screen before native is initialized, to support fetching the variations seed at that time. This CL further builds on that to make FirstRunActivity actually be an AsyncInitializationActivity, so that it never needs to do the synchronous native init path - instead waiting for async init to be done before allowing the user to proceed. When clicking Accept on the first FRE page (ToS and UMA), this will now show a spinner while waiting for native init and the variations seed fetch (whose timeout has been lowered to 3s). BUG=632199 Review-Url: https://codereview.chromium.org/2561433002 Cr-Commit-Position: refs/heads/master@{#442919}
-
mattcary authored
The test which started flaking started two prerenderers, the second which canceled the first. ChromeOS in particular exposed a race condition where the first prerender would complete before the second had a chance to cancel it. This in retrospect obvious situation exists elsewhere and has an easy fix in a HangingFirstRequestInterceptor which stalls the first prerender indefinitely, causing it to be reliably canceled by the second. BUG=679090 TBR=droger Review-Url: https://codereview.chromium.org/2616383002 Cr-Commit-Position: refs/heads/master@{#442918}
-
hjd authored
BUG=chromium:663353 Review-Url: https://codereview.chromium.org/2621993004 Cr-Commit-Position: refs/heads/master@{#442917}
-
rtoy authored
cancelValuesAndHoldAtTime(time) should cancel all events after time |time| and when the context current time reaches |time|, the automation value that is current at that time is held as if setValueAtTime were called with the appropriate value and time. Spec: https://webaudio.github.io/web-audio-api/#widl-AudioParam-cancelAndHoldAtTime-AudioParam-double-cancelTime Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/IftXib6yFyw/CLoxngG9BgAJ BUG=432934 TEST=audioparam-cancel-scheduled-values.html Review-Url: https://codereview.chromium.org/1533103002 Cr-Commit-Position: refs/heads/master@{#442916}
-
fs authored
'href' should not be animatable for SVGScriptElements, but currently is. This will "break" animation of 'className' on the same element. R=mkwst@chromium.org,pdr@chromium.org BUG=679291 Review-Url: https://codereview.chromium.org/2618323002 Cr-Commit-Position: refs/heads/master@{#442915}
-
bnc authored
This makes it possible to define a HasSubstr() that is compatible with base::StringPiece arguments, thus reducing divergence between upstream and Chromium code. (In the upstream codebase, base::StringPiece can be implicitly converted into std::string, so there is no need for this workaround.) Review-Url: https://codereview.chromium.org/2615383002 Cr-Commit-Position: refs/heads/master@{#442914}
-
Philip Jägenstedt authored
BUG=679949 TBR=dominickn@chromium.org Review-Url: https://codereview.chromium.org/2627973002 . Cr-Commit-Position: refs/heads/master@{#442913}
-
hidehiko authored
IsPrimaryProfile can return true for the incognito profile which is corresponding to the primary profile. Exclude it from the ARC supporting. BUG=676725 TEST=Manually made sure EventRouter does not registered to ArcServiceManager, even when an incognito window is opened. Review-Url: https://codereview.chromium.org/2621293002 Cr-Commit-Position: refs/heads/master@{#442912}
-
Philip Jägenstedt authored
BUG=679844 TBR=petewil@chromium.org Review-Url: https://codereview.chromium.org/2622303002 . Cr-Commit-Position: refs/heads/master@{#442911}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/c601698f9bf5..f4faccd3b303 $ git log c601698f9..f4faccd3b --date=short --no-merges --format='%ad %ae %s' 2017-01-10 brianosman Fix overwriting of config flags in a few cases 2017-01-11 liyuqian Revert "Revert "Improve quad edges' smoothness in non-AA cases"" Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=kjlubick@google.com Review-Url: https://codereview.chromium.org/2622133003 Cr-Commit-Position: refs/heads/master@{#442910}
-
gogerald authored
BUG=679758 Review-Url: https://codereview.chromium.org/2620143002 Cr-Commit-Position: refs/heads/master@{#442909}
-
msw authored
Initialize the item title on creation/addition to shelf. Watch for user window title changes in ShelfWindowWatcher. Refine Arc app support in LauncherControllerHelper::GetAppTitle. Remove ShelfModel::Status enum for app list item title changes on syncing. (Change title in ChromeLauncherControllerImpl::OnAppSyncUIStatusChanged) BUG=557406 TEST=No shelf item title/tooltip/application-menu changes. R=jamescook@chromium.org Review-Url: https://codereview.chromium.org/2627533002 Cr-Commit-Position: refs/heads/master@{#442908}
-
agrieve authored
They were being pulled in from dependent libraries. We now pass an explicit whitelist to aapt to ensure only support locales are being included. This shaves 470kb off of ChromePublic.apk, 100kb of which was recently added by the gvr library in bug 678309. The list of removed configs (via aapt dump configurations): af az az-rAZ be-rBY bn bn-rBD bs-rBA en-rAU en-rIN es-r419 et et-rEE eu-rES fr-rCA gl gl-rES gu gu-rIN hy-rAM is is-rIS ka ka-rGE kk kk-rKZ km km-rKH kn kn-rIN ky ky-rKG lo lo-rLA mk-rMK ml ml-rIN mn mn-rMN mr mr-rIN ms ms-rMY my my-rMM ne ne-rNP no pa pa-rIN si-rLK sq-rAL ta-rIN te te-rIN tl ur-rPK uz uz-rUZ zh-rHK zu BUG=678628,678309 Review-Url: https://codereview.chromium.org/2615753004 Cr-Commit-Position: refs/heads/master@{#442907}
-
agrieve authored
There's no need for a custom alignment tool now that zipalign supports page-aligning libraries. Previously reverted in: https://codereview.chromium.org/2595233003/ Reason for reland: Contains fix for monochrome (tested merging locally). BUG=676029,676589 Review-Url: https://codereview.chromium.org/2612773005 Cr-Commit-Position: refs/heads/master@{#442906}
-
cjgrant authored
- Fix some confusing naming to be 10% less confusing. - Incorporate dbeam@'s object initialization advice. BUG=None CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2615613009 Cr-Commit-Position: refs/heads/master@{#442905}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/44bc1f818dd7..98822430907b $ git log 44bc1f818..988224309 --date=short --no-merges --format='%ad %ae %s' 2017-01-11 tsepez Pass expose-gc flag to pdfium test programs. Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2622003003 Cr-Commit-Position: refs/heads/master@{#442904}
-
bnc authored
Also change ParseFrameType() return value for invalid frame types. This does not matter in SpdyFramer::ValidateFrameHeader(), because the call to ParseFrameType() is preceeded by a call to IsValidFrameType(). This CL lands server change 143677028 by bnc. BUG=488484 Review-Url: https://codereview.chromium.org/2619493005 Cr-Commit-Position: refs/heads/master@{#442903}
-
lilyhoughton authored
This adds a Builder class for UrlRequestContextConfig, so that the rather large constructor can be avoided when many of the arguments should remain as their defaults. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2567093002 Cr-Commit-Position: refs/heads/master@{#442902}
-
rockot authored
Some utility processes need to initailize Blink and V8, and V8 initialization now assumes the main thread provides a scheduler; but a utility process' main thread does not in fact provide one. This eliminates the recently introduced assumption of a non-null scheduler, defaulting to the previous behavior (using the current ThreadTaskRunnerHandle) when no scheduler is provided. BUG=679911 R=jochen@chromium.org Review-Url: https://codereview.chromium.org/2624033002 Cr-Commit-Position: refs/heads/master@{#442901}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8ba45f77..1d093723 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2622173003 Cr-Commit-Position: refs/heads/master@{#442900}
-
jzfeng authored
BUG=626873 TEST=headless_shell --remote-debugging-port=9222 https://www.google.com https://www.chromium.org https://cs.chromium.org Review-Url: https://codereview.chromium.org/2609843002 Cr-Commit-Position: refs/heads/master@{#442899}
-
fdoray authored
This is needed for the call to base::PostTaskWithTraits in ui::DrmDisplayHostManager::ProcessEvent. BUG=678598 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2620653003 Cr-Commit-Position: refs/heads/master@{#442898}
-
johannkoenig authored
https://chromium.googlesource.com/webm/libvpx.git/+log/f27276f44fa3..5b1a8ca5e846 $ git log f27276f44..5b1a8ca5e --date=short --no-merges --format='%ad %ae %s' 2017-01-09 marpan vp9: Fix comment in speed features. 2017-01-09 marpan vp9: 1 pass cbr: Fix to qp clamping when gf_cbr_boost_pct is used. 2016-12-22 johannkoenig postproc: vpx_mbpost_proc_down_neon 2017-01-09 kaustubh.raste Add mips dspr2 partial idct tests 2017-01-09 kaustubh.raste Fix mips dspr2 idct32x32 functions for large coefficient input 2017-01-09 kaustubh.raste Fix mips dspr2 idct16x16 functions for large coefficient input 2017-01-09 kaustubh.raste Fix mips dspr2 idct8x8 functions for large coefficient input 2017-01-09 kaustubh.raste Fix mips dspr2 idct4x4 functions for large coefficient input 2017-01-09 kaustubh.raste Add mips dspr2 vp9 intrapred tests 2017-01-06 linfengz Refine 8-bit 16x16 idct NEON intrinsics 2016-12-21 johannkoenig postproc: vpx_mbpost_proc_across_ip_neon 2017-01-06 marpan vp9: 1 pass cbr mode: increase threshold for gf_cbr_boost_pct usage. 2017-01-06 marpan vp9: Add some controls to sample encoder: vpx_temporal_svc_encoder 2017-01-06 jianj vp9: Enable more aggresive short circuit for speed 8. 2016-12-02 huisu Add support for VP9 level targeting 2017-01-04 jianj vp9: Compute source sad for every superblock when partition copy is on. 2017-01-04 jianj vp9: Set short circuit to level 3 for VGA for speed 8. 2017-01-03 marpan vp9: 1 pass cbr: allow noise estimation down to 360p. 2016-12-21 marpan vp9: SVC unittests: fix to use y4m source. 2016-12-21 ranjit.tulabandu Fix for out of range motion vector bug in joint motion search (...) R=tomfinegan@chromium.org Review-Url: https://codereview.chromium.org/2619353003 Cr-Commit-Position: refs/heads/master@{#442897}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/db52cf3b040d..c601698f9bf5 $ git log db52cf3b0..c601698f9 --date=short --no-merges --format='%ad %ae %s' 2017-01-11 borenet Roll recipe DEPS Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=kjlubick@google.com Review-Url: https://codereview.chromium.org/2626053002 Cr-Commit-Position: refs/heads/master@{#442896}
-
bnc authored
This CL also lands server change 143046389 by bnc. BUG=488484 Review-Url: https://codereview.chromium.org/2572343002 Cr-Commit-Position: refs/heads/master@{#442895}
-