- 02 Sep, 2016 40 commits
-
-
fgorski authored
* This patch removes checks for DownloadManagementService to be initialized, as it might not have been right after a restart of Chrome. BUG=641590 R=qinmin@chromium.org Review-Url: https://codereview.chromium.org/2302423003 Cr-Commit-Position: refs/heads/master@{#416366}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/fd84bceb95ee0faa25983d71d8692e8917e2e04d libyuv: refactor recipes (kjellander@chromium.org) https://crrev.com/6d096635a1b647787b1f58fc41ce68268e079b22 Adding low end windows laptops to the fyi waterfall. (eyaich@chromium.org) https://crrev.com/a13d2ccffdaef849e672f47ceba21d30045c19ae Revert of Add step to show goma stat in goma module (patchset #1 id:1 of https://codereview.chromium.org/2300933002/ ) (tandrii@chromium.org) https://crrev.com/5036526e4c165e54379d3fc00e85a9f3bf6187a5 Add step to show goma stat in goma module (tikuta@chromium.org) https://crrev.com/535b5520fae83162b46eb6ba9fa8d9b487ac4849 Fix a small typo in chromium_libfuzzer_clang_tot (ochang@chromium.org) https://crrev.com/28fb0ce5c14fe54c9372a3726b629928afc5bd79 Infra setup for Hoverboard test slave (bsheedy@chromium.org) https://crrev.com/05fb8c52d06b8c3892175979f3760f8116a4cfea Clean up some discrepancies in the perf recipe configs (dtu@chromium.org) https://crrev.com/0aba2c2011d7bf00bd42b42a5b68c3aa19b4e883 Merge method_counts into resource_sizes (agrieve@chromium.org) https://crrev.com/96ea629c493fd72cb420d5e42432636e06dad8f2 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) https://crrev.com/43e8e62babe46692b9ae6f40b0600ac0068ec91d chromium_libfuzzer_clang_tot: Set LLVM_FORCE_HEAD_REVISION during runhooks. (ochang@chromium.org) https://crrev.com/394f77709c13c2001ce67169355bfdaee649405e Revert of Merge method_counts into resource_sizes (patchset #2 id:20001 of https://codereview.chromium.org/2238243003/ ) (agrieve@chromium.org) https://crrev.com/356a3d2a273a3ce2872a92d90f4ed1ef46fadf6e DevTools: Create recipe and builder for devtools (chenwilliam@chromium.org) depot_tools: https://crrev.com/ba1b0f37956143b9b53c8b0f9b21dc4703645e8f git_cl: Enable updating description from local. (dnj@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=None,643144,643640,635952,642046,640287,544330,609365 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2308643003 Cr-Commit-Position: refs/heads/master@{#416365}
-
bokan authored
Added one test that deals with a remote iframe and another with a remote main frame. RootScroller doesn't quite work in OOPIF scenarios yet but it's still behind a flag so that's ok. These are mostly testing that we don't crash in the normal case and that scrolling works ok. BUG=641775 Review-Url: https://codereview.chromium.org/2290173004 Cr-Commit-Position: refs/heads/master@{#416364}
-
dmazzoni authored
Revert of Re-land: Fix loading accessibility tree for child frame that's already loaded. (patchset #1 id:1 of https://codereview.chromium.org/2299283002/ ) Reason for revert: Leads to a lot of try flakes / flakes in general: Original issue's description: > Re-land: Fix loading accessibility tree for child frame that's already loaded. > > (Original issue: http://crrev.com/2299673002 - fixed test failures on Mac > by disabling accessibility between subsequent runs.) > > Code leftover from the pre-OOPIF days was causing us to exit early from > the RenderAccessibilityImpl constructor for some child frames that were > already loaded. Everything worked fine if accessibility was already enabled > when loading the frame, but if the frame was already loaded and then > accessibility was enabled, this could cause it to fail to create an > accessibility tree. > > The code in RenderAccessibilityImpl is no longer needed because now we > have exactly one accessibility tree per frame. > > This wasn't caught by tests because we didn't cover both scenarios, we > always enabled accessibility first. > > Added two variants of existing tests that load the page first and then > enable accessibility. > > BUG=640231 > TBR=dtseng@chromium.org > > Committed: https://crrev.com/e3d6283c33ce68650657647a842f21eaacb15cd8 > Cr-Commit-Position: refs/heads/master@{#416274} TBR=dtseng@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=640231 Review-Url: https://codereview.chromium.org/2302353005 Cr-Commit-Position: refs/heads/master@{#416363}
-
sadrul authored
The remaining type-converter is for GpuMemoryBufferHandle. So introduce a struct-trait for it instead. It also needs struct-traits for NativePixmapPlane and NativePixmapHandle. Remove the type-converters, since they are no longer needed. Also, expose NativePixmapPlane and NativePixmapHandle types to non-ozone platforms, so we don't need some special ozone-only mojom API. BUG=637923 TBR=reveman@ for trivial components/exo change Review-Url: https://codereview.chromium.org/2298003002 Cr-Commit-Position: refs/heads/master@{#416362}
-
alokp authored
BUG=571155 Review-Url: https://codereview.chromium.org/2300993003 Cr-Commit-Position: refs/heads/master@{#416361}
-
mustaq authored
The PointerEvent spec can't gracefully support a hovering pen in eraser mode because a non-zero |buttons| field indicate an active buttons state. The issue is currently being discussed in github: https://github.com/w3c/pointerevents/issues/134 Until the spec gets fixed, this CL exposes the eraser mode in a spec-compliant way by hiding the eraser mode until the pen touches the digitizer. Edge shows the same behavior. This CL also adds X1, X2 & Eraser button/buttons values to WebPointerProperties. BUG=642455 Review-Url: https://codereview.chromium.org/2296303002 Cr-Commit-Position: refs/heads/master@{#416360}
-
xunjieli authored
The CL fixes the UMA to use suffixes correctly. See crbug.com/643573 for more info. BUG=635548,643573 Review-Url: https://codereview.chromium.org/2311433002 Cr-Commit-Position: refs/heads/master@{#416359}
-
hirono authored
We put PIEX internal library in ui/file_manager/internal directory. The problem is we cannot access the resources in the directory by using chrome-extension:// URL because it's not under extension directory. Previously we prepared the dummy file of PIEX file in image_loader extension, and assigns the same resource ID both to the dummy file and internal library. It enabled the image loader extension to access internal library via the URL of dummy file. The CL removes the hack and adds <include> tag to the dummy file. The contents of dummy file is replaced with the internal library by <include> tag at the compile time. BUG=642924 TEST=load raw file with official chrome Review-Url: https://codereview.chromium.org/2300283002 Cr-Commit-Position: refs/heads/master@{#416358}
-
wolenetz authored
BUG=643788 TEST=upstream w3c web-platform-tests/media-source/mediasource-removesourcebuffer.html Review-Url: https://codereview.chromium.org/2305023002 Cr-Commit-Position: refs/heads/master@{#416357}
-
brettw authored
Delete obsolete files. Review-Url: https://codereview.chromium.org/2302743003 Cr-Commit-Position: refs/heads/master@{#416356}
-
glebl authored
Fix NGBox's iterator logic: FirstChild/NextSibling should return cached values instead of generating new one every time they are called. BUG=635619 Review-Url: https://codereview.chromium.org/2304993002 Cr-Commit-Position: refs/heads/master@{#416355}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/7e4e63b04f87..d54c9d8df151 $ git log 7e4e63b04..d54c9d8df --date=short --no-merges --format='%ad %ae %s' 2016-09-02 jaepark Remove unused IPDFSDK_AnnotHandler::OnDrawSleep. TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2304283002 Cr-Commit-Position: refs/heads/master@{#416354}
-
lfg authored
This CL forces a dump without crash when a RenderFrameImpl is destroyed after creating a pepper plugin, but before initializing it, testing the theory that the RenderFrameImpl may be destroyed during plugin initialization. BUG=638400 Review-Url: https://codereview.chromium.org/2307463007 Cr-Commit-Position: refs/heads/master@{#416353}
-
yzshen authored
Previously, if there was only a single boolean field in a byte, it would be deserialized as an integer instead of a boolean. BUG=None Review-Url: https://codereview.chromium.org/2310443003 Cr-Commit-Position: refs/heads/master@{#416352}
-
yzshen authored
BUG=None Review-Url: https://codereview.chromium.org/2305043002 Cr-Commit-Position: refs/heads/master@{#416351}
-
dglazkov authored
No functional change, just turning one last pair of ints into a WebRange. R=esprehn BUG= Review-Url: https://codereview.chromium.org/2306643003 Cr-Commit-Position: refs/heads/master@{#416350}
-
dglazkov authored
No functional changes, just removing using pairs of ints. R=esprehn BUG= Review-Url: https://codereview.chromium.org/2303613003 Cr-Commit-Position: refs/heads/master@{#416349}
-
hs1217.lee authored
this function return inverse matrix. if the current matrix is not invertible set all attributes to NaN and set is2D to false. refer to detail spec([1],[2]) [1] = https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-inverse [2] = https://drafts.fxtf.org/geometry/#dom-dommatrix-invertself BUG=388780 Review-Url: https://codereview.chromium.org/2283173003 Cr-Commit-Position: refs/heads/master@{#416348}
-
nacl-deps-roller authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/090f907ce9b3..288a4a2832a6 $ git log 090f907ce..288a4a283 --date=short --no-merges --format='%ad %ae %s' 2016-08-31 brettw Update build, clang, buildtools. 2016-08-23 petarj [MIPS] Add BUILD.gn for mips validator BUG=cannot build Chromium w/NaCl for MIPS CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_dbg_32_ng TBR=mseaborn@chromium.org Review-Url: https://codereview.chromium.org/2303543004 Cr-Commit-Position: refs/heads/master@{#416347}
-
scottmg authored
R=oshima@chromium.org BUG=637477 Review-Url: https://codereview.chromium.org/2310603002 Cr-Commit-Position: refs/heads/master@{#416346}
-
pfeldman authored
BUG=627517 TBR= for handler clients. Review-Url: https://codereview.chromium.org/2295623002 Cr-Commit-Position: refs/heads/master@{#416345}
-
brettw authored
This makes more GN build files for various subdirectories of core and adds the file lists from the .gypi to those files. Since there are now so many places requring WebCOre boilerplate, this adds a new template for defining core components that automatically does most setup. This also cleans up the existing callers. Review-Url: https://codereview.chromium.org/2301383003 Cr-Commit-Position: refs/heads/master@{#416344}
-
romax authored
When deleting bookmarks we should also delete the associated offline page cache. Doing this by adding an observer owned by BookmarkModel and get initialized as part of BookmarkModel. BUG=630796 Review-Url: https://codereview.chromium.org/2185973003 Cr-Commit-Position: refs/heads/master@{#416343}
-
twellington authored
If the download item has been externally deleted from the file system, return after removing it from the download backend but before kicking off an AsyncTask to delete the file. BUG=643753 Review-Url: https://codereview.chromium.org/2307123002 Cr-Commit-Position: refs/heads/master@{#416342}
-
eostroukhov authored
BUG= Review-Url: https://codereview.chromium.org/2301323004 Cr-Commit-Position: refs/heads/master@{#416341}
-
jochen authored
Revert of Add some more categories for V8.TodoMVC to see what keeps us non-idle (patchset #1 id:1 of https://codereview.chromium.org/2274933002/ ) Reason for revert: no longer needed Original issue's description: > Add some more categories for V8.TodoMVC to see what keeps us non-idle > > BUG=636405 > R=skyostil@chromium.org > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq > > Committed: https://crrev.com/2c3cb38333c08f67b50e482aad3674a7bbfed6be > Cr-Commit-Position: refs/heads/master@{#414187} TBR=skyostil@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=636405 Review-Url: https://codereview.chromium.org/2306073002 Cr-Commit-Position: refs/heads/master@{#416340}
-
hartmanng authored
Update keys to latest test keys and also break it out by channel. TBR=rsesek@chromium.org,yfriedman@chromium.org Review-Url: https://codereview.chromium.org/2293603002 Cr-Commit-Position: refs/heads/master@{#416339}
-
sandersd authored
BUG=639142 Review-Url: https://codereview.chromium.org/2300253002 Cr-Commit-Position: refs/heads/master@{#416338}
-
stevenjb authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/19800a2aaeab..7381c2dc3216 $ git log 19800a2aa..7381c2dc3 --date=short --no-merges --format='%ad %ae %s' 2016-08-22 xixuan chromite: clear pylint warning. 2016-08-26 rahulchaudhry chromeos_config: remove old (grouped) toolchain builders. 2016-08-12 stevenjb deploy_chrome: Always test conditions and eliminate --strict 2016-09-01 vapier merge_package_status: convert to commandline 2016-08-22 dgarrett Revert "chromeos_config: Disable veyron_rialto payload testing." 2016-09-01 vapier systeminfo_unittest: clean up asserts a bit 2016-08-30 penghuang Recognize mojo library correctly. 2016-08-31 cmtice [waterfall] Test changing the boards in the toolchain waterfall. 2016-08-31 vapier gs: handle bad perms w/crcmod compile 2016-08-29 aaboagye cbuildbot: stages: Add runattr for test artifacts. 2016-08-29 laszio Revert "AFDO: Increase the expiration days of old AFDO data." 2016-09-02 akeshet valiation_pool: make throttled exponential falloff less aggressive 2016-09-01 akeshet validation_pool: increase short term CQ candidate limit to 150 2016-09-01 vapier cros_mark_chrome_as_stable: convert to commandline 2016-08-24 bhthompson Disable paygen for smaug 2016-09-01 vapier cros_generate_local_binhosts: convert to commandline 2016-09-01 nxia Put sleep between apply_change operations. 2016-09-01 akeshet validation_pool: short-term hack to limit CQ volume to 50 2016-08-31 nxia Log gs errors in gs _RetryFilter 2016-08-29 dgarrett simple_builders: Disable unittests. 2016-08-31 chrome-bot Update config settings by config-updater. 2016-08-24 phobbs metrics.py: Add reset-after-flush metrics 2016-08-30 chrome-bot Update config settings by config-updater. 2016-08-30 chrome-bot Update config settings by config-updater. 2016-08-29 derat chromite: Add --private-key to "cros flash". 2016-08-18 vapier gs: auto-compile local crcmod 2016-08-25 yunlian Disable hugepages for lumpy-chrome-pfq bot. 2016-08-26 chrome-bot Update config settings by config-updater. 2016-08-26 akeshet cidb: add start_time index to buildTable 2016-08-25 bhthompson Add reef-paladin builder to the waterfall BUG= Review-Url: https://codereview.chromium.org/2310523002 Cr-Commit-Position: refs/heads/master@{#416337}
-
grt authored
Use of the helper (removed in r382419) was only needed on XP and Vista. Also removes a VERY old reference to chrome_frame_mini_installer.exe in checkbins.py. BUG=none R=wfh@chromium.org TBR=thestig@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win10_chromium_x64_rel_ng Review-Url: https://codereview.chromium.org/2306933002 Cr-Commit-Position: refs/heads/master@{#416336}
-
sadrul authored
BUG=none Review-Url: https://codereview.chromium.org/2302053003 Cr-Commit-Position: refs/heads/master@{#416335}
-
jdufault authored
BUG=639329 Review-Url: https://codereview.chromium.org/2291913002 Cr-Commit-Position: refs/heads/master@{#416334}
-
khushalsagar authored
Add ChromeCompositorDependencies to implement the CompositorDependencies for blimp in Chrome. The class passes through to the ui::ContextProviderFactory to create the contexts. TBR=jochen BUG=611105 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2297933002 Cr-Commit-Position: refs/heads/master@{#416333}
-
scheib authored
In preparation for deploying the Web Bluetooth Blacklist update via field trial parameter this patch adds the payload to the Field Trial Testing Config. To support a browser test for this field trial parameter, a test specific UUID is also added to the configs. To enable readable comments in the json, the PRESUBMIT is modified to accept comment keys. BUG=570121, 643013 Review-Url: https://codereview.chromium.org/2306473002 Cr-Commit-Position: refs/heads/master@{#416332}
-
lukasza authored
BUG=640749 Review-Url: https://codereview.chromium.org/2307643002 Cr-Commit-Position: refs/heads/master@{#416331}
-
dtapuska authored
We have found that some webviews are using fastclick inside them and due to a risk of breakage we are going to allow mousedown on selects even if they are untrusted. BUG=642698 Review-Url: https://codereview.chromium.org/2300633007 Cr-Commit-Position: refs/heads/master@{#416330}
-
jdonnelly authored
This includes: - Moving the mapping between autofill credit card types and types defined in the spec to components/autofill. - Adding the basic credit card response type from the spec. BUG=602666 Committed: https://crrev.com/c3d5660f6d497ea5dffc885f198cefdc7aabad83 Review-Url: https://codereview.chromium.org/2285523002 Cr-Original-Commit-Position: refs/heads/master@{#415351} Cr-Commit-Position: refs/heads/master@{#416329}
-
brettw authored
Inlines the contents into the GN build. Review-Url: https://codereview.chromium.org/2299033006 Cr-Commit-Position: refs/heads/master@{#416328}
-
xunjieli authored
The test is flaky on Android Marshmallow bot. TBR=gavinp@chromium.org BUG=638891 Review-Url: https://codereview.chromium.org/2289133003 Cr-Commit-Position: refs/heads/master@{#416327}
-