- 21 Jan, 2016 40 commits
-
-
maruel authored
https://chromium.googlesource.com/external/swarming.client.git/+log/9cdd76171e51..0b908f18767c $ git log 9cdd76171..0b908f187 --date=short --no-merges --format='%ad %ae %s' 2016-01-20 maruel Do not crash on isolate.py batcharchive when .isolated.gen.json is missing. 2016-01-20 maruel Consider ProtocolError a transient error when reading. 2016-01-19 maruel Enable back TEMP directory override on Windows. 2016-01-12 maruel swarming.py bot: handle incorrect dimensions. 2016-01-11 maruel Update httplib2, oauth2client, pyasn1, python-rsa and requests; add six. 2016-01-06 maruel Fix swarming.py reproduce to include extra_args for isolated task. 2015-12-18 maruel In case of timeout, ignore internal failure. 2015-12-17 maruel Remove Symantec certificates that are no longer relevant. 2015-12-15 maruel Immediately write a json response file on start. 2015-12-15 maruel Remove stale reference to old /content-gs/ isolate API. 2015-12-07 maruel Add new endpoint tasks/requests to retrieve requests instead of results. R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/1618893002 Cr-Commit-Position: refs/heads/master@{#370759}
-
maclellant authored
OEM partners may wish to have more control over reported volume intervals, so expose API that allows shared library to either opt-in and set intervals or opt-out and use default values. BUG=internal b/24333496 TEST=none Review URL: https://codereview.chromium.org/1602323003 Cr-Commit-Position: refs/heads/master@{#370758}
-
amistry authored
This is safe because both success and fail paths post a quit-if-running task back to the UI thread. BUG=259861 Review URL: https://codereview.chromium.org/1619433002 Cr-Commit-Position: refs/heads/master@{#370757}
-
mmeade authored
BUG= Review URL: https://codereview.chromium.org/1585373003 Cr-Commit-Position: refs/heads/master@{#370756}
-
jri authored
Minor refactor of MaybeMigrateOrCloseSessions, in preparation for CL(s) implementing migration on QUIC timeouts. BUG=576998 Review URL: https://codereview.chromium.org/1614573002 Cr-Commit-Position: refs/heads/master@{#370755}
-
yoav authored
Move the dynamic addition of preload links test to use to onload event, as this is now supported, and would avoid using a flaky timeout. BUG=579854 Review URL: https://codereview.chromium.org/1612993002 Cr-Commit-Position: refs/heads/master@{#370754}
-
erg authored
BUG=579645 R=yzshen@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1617893003 Cr-Commit-Position: refs/heads/master@{#370753}
-
mseaborn authored
Following earlier cleanups, TempFile is now just a wrapper around base::File anyway. BUG=302078 TEST=e.g. NaClBrowserTestPnacl.PPAPICore (tests PNaCl translation) Review URL: https://codereview.chromium.org/1615523003 Cr-Commit-Position: refs/heads/master@{#370752}
-
brettw authored
Review URL: https://codereview.chromium.org/1613283002 Cr-Commit-Position: refs/heads/master@{#370751}
-
dcheng authored
- Deduplicates copy and pasted test logic for scoped_ptr and std::unique_ptr. - Adds test coverage of std::unique_ptr with a custom deleter. BUG=561749 Review URL: https://codereview.chromium.org/1610053002 Cr-Commit-Position: refs/heads/master@{#370750}
-
stevenjb authored
This adds and fixes some types in display_options.js, in preparation for re-factoring it to support multiple displays. BUG=576375 Review URL: https://codereview.chromium.org/1612873002 Cr-Commit-Position: refs/heads/master@{#370749}
-
tommycli authored
Adds a browsertest for ChromeOS Change Picture Settings subpage. Modelled after the bluetooth_page_browsertest_chromeos. BUG=563721 Review URL: https://codereview.chromium.org/1585963004 Cr-Commit-Position: refs/heads/master@{#370748}
-
chrisha authored
This brings in recent SyzyASan RTL fixes. BUG= Review URL: https://codereview.chromium.org/1614993003 Cr-Commit-Position: refs/heads/master@{#370747}
-
dskiba authored
Fix return type to be void. Review URL: https://codereview.webrtc.org/1578463002 BUG=539781 Review URL: https://codereview.chromium.org/1607363003 Cr-Commit-Position: refs/heads/master@{#370746}
-
dyen authored
R=nednguyen@google.com BUG=563716 Review URL: https://codereview.chromium.org/1586143003 Cr-Commit-Position: refs/heads/master@{#370745}
-
brettw authored
All the tests are disabled on Android because this type of test is not supported. Doing this allws us to clean up some of the preprocessor mess in this file Review URL: https://codereview.chromium.org/1613523002 Cr-Commit-Position: refs/heads/master@{#370744}
-
dbeam authored
R=asanka@chromium.org BUG=578962 Review URL: https://codereview.chromium.org/1610483003 Cr-Commit-Position: refs/heads/master@{#370743}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/1a7eb266644d..233bab918f1c $ git log 1a7eb2666..233bab918 --date=short --no-merges --format='%ad %ae %s' 2016-01-21 robertphillips Add Lua SkXfermode skp scraping support 2016-01-21 msarett Rename SkCodec_libpng to SkPngCodec 2016-01-21 bungeman Implement onMatchFamilyStyle for Mac. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1612653002 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=benjaminwagner@google.com Review URL: https://codereview.chromium.org/1614933003 Cr-Commit-Position: refs/heads/master@{#370742}
-
sky authored
BUG=579645 TEST=none R=yzshen@chromium.org Review URL: https://codereview.chromium.org/1614553002 Cr-Commit-Position: refs/heads/master@{#370741}
-
newt authored
This adds a width restriction on infobars. If the webpage is wider than the infobar max width (600dp), the infobars will "float" in the middle bottom of the page with shadows on the left, top, and right edges of each infobar. BUG=396223 Review URL: https://codereview.chromium.org/1587403002 Cr-Commit-Position: refs/heads/master@{#370740}
-
jaydasika authored
Need to remove it as it uses layer tree hierarchy information. It is used for computing surface draw opacity which can be computed directly from effect tree. BUG=568799 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1613583002 Cr-Commit-Position: refs/heads/master@{#370739}
-
olivierrobin authored
This effictively revert CL https://codereview.chromium.org/1567973002 to fix crash reporting on iOS. BUG=569158 Review URL: https://codereview.chromium.org/1611283002 Cr-Commit-Position: refs/heads/master@{#370738}
-
knn authored
BUG=579712 Review URL: https://codereview.chromium.org/1613933002 Cr-Commit-Position: refs/heads/master@{#370737}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/1611c9b28 BUG=231612 TBR=fs@opera.com Review URL: https://codereview.chromium.org/1616063002 . Cr-Commit-Position: refs/heads/master@{#370736}
-
brettw authored
In order to roll GN 4e73e432..6a9b6b43 (r367870:r370714) and pick up the following changes: 65e89854 Allow .o files for GN generated inputs. d039a9f4 Remove enable_wifi_bootstrapping from doc b541f710 [gn] Fix typos in the documentation. 8e5f41b2 tools/gn: delete generate_test_gn_data tool ff69eea6 Change cookbook to map target_arch to target_cpu 21aff0d0 tools/gn: rename char_offset to column_number TBR=dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_dbg;tryserver.chromium.win:win8_chromium_gn_dbg,win_chromium_gn_x64_rel Review URL: https://codereview.chromium.org/1619683003 Cr-Commit-Position: refs/heads/master@{#370735}
-
isherman authored
BUG=none TEST=none R=mpearson@chromium.org Review URL: https://codereview.chromium.org/1584733003 Cr-Commit-Position: refs/heads/master@{#370734}
-
beaufort.francois authored
BUG=507415 Review URL: https://codereview.chromium.org/1611443002 Cr-Commit-Position: refs/heads/master@{#370733}
-
Walter Korman authored
These expectations break the Blink auto-rebaseline bot. Disable them while we're debugging to unblock other rebaselines. BUG=577300,495750 TBR=oshima Review URL: https://codereview.chromium.org/1611323002 . Cr-Commit-Position: refs/heads/master@{#370732}
-
dschuff authored
This pulls in the following Native Client changes: 95163bf: (stichnot@chromium.org) Update revision for PNaCl abee7c9: (petarj@mips.com) PNaCl: Update llvm revision in pnacl/COMPONENT_REVISIONS b44e8dc: (petarj@mips.com) [MIPS] Make $t8 point to the address of TLS pointers 11ff949: (thakis@chromium.org) clang/win: Fix -Wsign-compare warning in platform_impl.cc f39aa44: (mseaborn@chromium.org) PNaCl: Update llvm revision in pnacl/COMPONENT_REVISIONS: add ConvertToPSO aebc3c4: (mcgrathr@chromium.org) Update chrome_rev c4c237c: (erikchen@chromium.org) Back dynamic text regions with a Mach memory region. 6c30fab: (sbc@chromium.org) untrusted.gypi: Remove support for old gcc newlib toolchain dd69634: (stichnot@chromium.org) Subzero: Add pnacl-translate support for Subzero+NonSFI+x8632. 2d5bba18: (dschuff@chromium.org) [PNaCl Toolchain] Use static libc++ from Chrome toolchain on Mac bdd3ffa: (dschuff@chromium.org) Revert of [PNaCl Toolchain] Use static libc++ from Chrome toolchain on Mac (patchset #2 id:20001 of https://codereview.chromium.org/1586243003/ ) a52204c: (dschuff@chromium.org) Revert of [PNaCl toolchain] Stop building and using custom libc++ for OSX hosts (patchset #2 id:20001 of https://codereview.chromium.org/1572753002/ ) 7f31837: (dschuff@chromium.org) PNaCl toolchain: Add 'nostdinc++' to build of host tools against libc++ d8cbca8: (dschuff@chromium.org) Update revision for PNaCl 1ba2a7f: (mseaborn@chromium.org) PNaCl dynamic linking: Add initial test of ConvertToPSO pass d6d5f6f: (mseaborn@chromium.org) Revert of untrusted.gypi: Remove support for old gcc newlib toolchain (patchset #2 id:20001 of https://codereview.chromium.org/1581193006/ ) Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/26c7e6ae1327a43c948f4666fef9e84fe351ab7c..d6d5f6f2ca4cf89084547b0aaf1829980b37b43f BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/1613223002 Cr-Commit-Position: refs/heads/master@{#370731}
-
jennyz authored
BUG=466768 Review URL: https://codereview.chromium.org/1584613003 Cr-Commit-Position: refs/heads/master@{#370730}
-
hta authored
Reason for revert: Re-landing with fixed tests. Original rollback description: > Revert of Remove MockConstraints (patchset #1 id:1 of https://codereview.chromium.org/1605513002/ ) > > Reason for revert: > Appears to be causing fast/mediastream/RTCPeerConnection.html to fail across all bots. Original issue's description: Remove MockConstraints The purpose of the MockConstraints class was to verify that only legal constraint names were passed. This is now done inside Blink in MediaConstraintsImpl.cpp, so this class isn't needed any more. BUG=543997 Review URL: https://codereview.chromium.org/1614733002 Cr-Commit-Position: refs/heads/master@{#370729}
-
mnaganov authored
Just two of them: WebViewFactoryProvider.Statics.clearClientCertPreferences WebViewFactoryProvider.Statics.enableSlowWholeDocumentDraw Review URL: https://codereview.chromium.org/1614053002 Cr-Commit-Position: refs/heads/master@{#370728}
-
jbudorick authored
BUG= TBR=stip@chromium.org Review URL: https://codereview.chromium.org/1615833003 Cr-Commit-Position: refs/heads/master@{#370727}
-
shrike authored
In El Capitan there are Dock settings governing what happens when you double-click in a window's title. This change allows browser windows to behave like other windows on the system that respect this setting. BUG=576520 Review URL: https://codereview.chromium.org/1588073005 Cr-Commit-Position: refs/heads/master@{#370726}
-
rtenneti authored
This times tells when a QUIC stream could have been bound to the request vs when it was actually bound. Net.HttpStreamFactory.Job.StreamReadyCallbackTime Will revert this change after getting some real world data. R=asvitkine@chromium.org, rch@chromium.org Review URL: https://codereview.chromium.org/1618443002 Cr-Commit-Position: refs/heads/master@{#370725}
-
primiano authored
Practical reason of this CL: This is causing a breakage in the Mac Valgrind builder after crrev.com/1616793003: https://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20Mac%20Builder%20%28valgrind%29/builds/91232/steps/runhooks/logs/stdio Longer explanation: crrev.com/1616793003 made allocator target toolset: host, target (which itself should be OK) A very old condition was forcing use_allocator=tcmalloc on all OS when build_for_tool=memcheck. This causes problems now on the Mac valgrind bot when building the chromium_builder_dbg_valgrind_mac target. In the last change that touched this line, crrev.com/258433005, the original condition was linux_use_tcmalloc=1. This was mistakenly translated in a blanket allocator==tcmalloc. Rationale for removing this line: allocator=tcmalloc is the default on linux these days. I don't see a reason why re-enforcing this condition, as use_allocator=tcmalloc by default on the right (Linux/Android) platforms. BUG=564618,580108 TEST=gyp_chromium -Dbuild_for_tool=memcheck && ninja chromium_builder_dbg_valgrind_mac Review URL: https://codereview.chromium.org/1613183002 Cr-Commit-Position: refs/heads/master@{#370724}
-
bnc authored
|max_concurrent_streams == 0| means no more stream can be created. It does not mean there is no limit on the number of streams. Also add regression test. I locally verified that the test fails without the fix. Also remove SpdySession::max_concurrent_streams() accessor that was only used in one place, in a test that is friends with SpdySession anyway so it can directly access the member in question. BUG=481009 Review URL: https://codereview.chromium.org/1611703003 Cr-Commit-Position: refs/heads/master@{#370723}
-
xiyuan authored
BUG=577779 TEST=KioskModeInfoManifestTest.RequiredPlatformVersion* Review URL: https://codereview.chromium.org/1595483004 Cr-Commit-Position: refs/heads/master@{#370722}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/dba573440906..1a7eb266644d $ git log dba573440..1a7eb2666 --date=short --no-merges --format='%ad %ae %s' 2016-01-21 caryclark resolution dependent path measure 2016-01-21 caryclark fix skp fuzz 2016-01-21 senorblanco Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). 2016-01-21 reed detect bad/corrupt flattenable factory indices 2016-01-21 bsalomon Make colorimagefilter GM not crash when resource path not specified GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1619723002 BUG=skia: 2016-01-21 mtklein fuzz: list API fuzzing options if -t api and -n matches nothing. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=benjaminwagner@google.com Review URL: https://codereview.chromium.org/1617073002 Cr-Commit-Position: refs/heads/master@{#370721}
-
mmenke authored
BUG=none Review URL: https://codereview.chromium.org/1607473010 Cr-Commit-Position: refs/heads/master@{#370720}
-