- 11 Jan, 2017 40 commits
-
-
alexilin authored
Current version of python sqilte3 library hasn't support of views. But new sqlite3 binary used in chrome implicitly creates MmapStatus view everytime that causes incompatibility problem. This workaround creates a temporary copy of given database and deletes the view through sqlite3 command line tool that has support of views. BUG=631966 Review-Url: https://codereview.chromium.org/2620053002 Cr-Commit-Position: refs/heads/master@{#442945}
-
droger authored
The code was using "Prerender.PrefetchAge" instead of "PrefetchAge", reporting wrong names (e.g. "Prerender.omnibox_Prerender.PrefetchAge" instead of "Prerender.omnibox_PrefetchAge"). Review-Url: https://codereview.chromium.org/2620383002 Cr-Commit-Position: refs/heads/master@{#442944}
-
pmonette authored
The Win 10 promo is now skipped when the DefaultBrowserSettingEnabled group policy is disabled or the browser distribution does not allow Chrome to be set as the default browser. BUG=679816 Review-Url: https://codereview.chromium.org/2625793002 Cr-Commit-Position: refs/heads/master@{#442943}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1d093723..d1d93c3a 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/2627913002 Cr-Commit-Position: refs/heads/master@{#442942}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/8b10e7828ad2..7863f77ca84e $ git log 8b10e7828..7863f77ca --date=short --no-merges --format='%ad %ae %s' 2017-01-11 perezju [devil] Add device.RemovePath method 2017-01-11 sullivan Create debug dialog for data stoppage alerts. 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.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2627713003 Cr-Commit-Position: refs/heads/master@{#442941}
-
michaeldo authored
BUG=579264 Review-Url: https://codereview.chromium.org/2616843002 Cr-Commit-Position: refs/heads/master@{#442940}
-
peria authored
on V8{Window,HTMLDocument,Document,Node,EventTarget}. It installs runtime enabled features on instances, and its use case is limited to those classes. BUG=617892 Review-Url: https://codereview.chromium.org/2622153002 Cr-Commit-Position: refs/heads/master@{#442939}
-
danakj authored
When a const variable is initialized by another variable, we recurse to see if that variable is compile-time-const to decide if the former variable is. BUG=677285 Review-Url: https://codereview.chromium.org/2624253002 Cr-Commit-Position: refs/heads/master@{#442938}
-
ericrk authored
Currently, ResourcePool queues up idle resource deletion 1 second after last use. This means that the resource may be deleted after the main context becomes completely idle, and no further frames are bein produced. In order to ensure that these deletions are propogated to the GPU process, this change introduces a shallow flush after the last freeable resource is deleted by the ResourcePool. BUG=671256 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2607033002 Cr-Commit-Position: refs/heads/master@{#442937}
-
danakj authored
This fixes cases where a templated method accesses a member on its class object, and cases where a function argument is templated and used as the input to a const variable. R=dcheng@chromium.org BUG=677285 Review-Url: https://codereview.chromium.org/2622003002 Cr-Commit-Position: refs/heads/master@{#442936}
-
fs authored
Less stale expectations (DRT format changes.) TBR=schenney@chromium.org NOTRY=true BUG=639147 Review-Url: https://codereview.chromium.org/2628893002 Cr-Commit-Position: refs/heads/master@{#442935}
-
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}
-