- 20 Jun, 2016 27 commits
-
-
jiadong.zhu authored
merge the latest open source zlib into chromium external projects Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged to upgrade immediately. Version 1.2.8 also has these improvements: - Add new inflateGetDictionary() function - Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream. - Fix bug in gzclose() when gzwrite() runs out of memory Version 1.2.7 has many portability improvements over 1.2.6, and has these enhancements: - Fix bug in gzclose_w() when gzwrite() fails to allocate memory - Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen() - Add gzopen_w() in Windows for wide character path names - Fix type mismatch between get_crc_table() and crc_table Version 1.2.6 has many changes over 1.2.5, including these improvements: - gzread() can now read a file that is being written concurrently - gzgetc() is now a macro for increased speed - Added a 'T' option to gzopen() for transparent writing (no compression) - Added deflatePending() to return the amount of pending output - Allow deflateSetDictionary() and inflateSetDictionary() at any time in raw mode - deflatePrime() can now insert bits in the middle of the stream - ./configure now creates a configure.log file with all of the results - Added a ./configure --solo option to compile zlib with no dependency on any libraries - Fixed a problem with large file support macros - Fixed a bug in contrib/puff - Many portability improvements BUG=610615 R=agl@chromium.org R=gavinp@chromium.org Review-Url: https://codereview.chromium.org/1955383002 Cr-Commit-Position: refs/heads/master@{#400647}
-
Yuta Kitamura authored
This reverts commit 6a85b3b9. Cr-Commit-Position: refs/heads/master@{#400646}
-
yutak authored
Reland of Check DisplayItemCient aliveness in cached subsequences (patchset #1 id:1 of https://codereview.chromium.org/2078393003/ ) Reason for revert: It was not acceptable to revert the OwnPtr removal patch just for this revert. Relanding this to land OwnPtr commit again. Original issue's description: > Revert of Check DisplayItemCient aliveness in cached subsequences (patchset #6 id:100001 of https://codereview.chromium.org/2066603005/ ) > > Reason for revert: > Based on r400605 that is to be reverted. > > Original issue's description: > > Check DisplayItemCient aliveness in cached subsequences > > > > BUG=609218 > > > > Committed: https://crrev.com/127e5fadca5f431a5de1bef939f7f43aec1d136f > > Cr-Commit-Position: refs/heads/master@{#400607} > > TBR=chrishtr@chromium.org,wangxianzhu@chromium.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=609218 > > Committed: https://chromium.googlesource.com/chromium/src/+/6ece4aaeb5e2c53eca2617d42de64ff917cee884 TBR=chrishtr@chromium.org,wangxianzhu@chromium.org,vasilii@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=609218 Review-Url: https://codereview.chromium.org/2082553002 Cr-Commit-Position: refs/heads/master@{#400645}
-
Vasilii Sukhanov authored
Revert of Check DisplayItemCient aliveness in cached subsequences (patchset #6 id:100001 of https://codereview.chromium.org/2066603005/ ) Reason for revert: Based on r400605 that is to be reverted. Original issue's description: > Check DisplayItemCient aliveness in cached subsequences > > BUG=609218 > > Committed: https://crrev.com/127e5fadca5f431a5de1bef939f7f43aec1d136f > Cr-Commit-Position: refs/heads/master@{#400607} TBR=chrishtr@chromium.org,wangxianzhu@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=609218 Review URL: https://codereview.chromium.org/2078393003 . Cr-Commit-Position: refs/heads/master@{#400644}
-
kjellander authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/7e0fbca..b0d0745 TBR= CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_archive_rel_ng;tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2078363002 Cr-Commit-Position: refs/heads/master@{#400643}
-
markusheintz authored
BUG=609127 Review-Url: https://codereview.chromium.org/2073753002 Cr-Commit-Position: refs/heads/master@{#400642}
-
Vasilii Sukhanov authored
The CL is based on r400605 to be reverted. https://codereview.chromium.org/2050123002 This reverts commit f5f08765. BUG=582354 TBR=yutak@chromium.org Review URL: https://codereview.chromium.org/2080623002 . Cr-Commit-Position: refs/heads/master@{#400641}
-
kolos authored
BUG=582434 Review-Url: https://codereview.chromium.org/2055633003 Cr-Commit-Position: refs/heads/master@{#400640}
-
tkent authored
We need to clear |selected| state on every test run because every OPTION is selected after removeChild(). This CL makes select-single-remove.html very slower. BUG=620142 TBR=keishi@chromium.org Review-Url: https://codereview.chromium.org/2079233002 Cr-Commit-Position: refs/heads/master@{#400639}
-
machenbach authored
BUG=chromium:616035 TBR=jochen@chromium.org, dpranke@chromium.org Review-Url: https://codereview.chromium.org/2078343002 Cr-Commit-Position: refs/heads/master@{#400638}
-
yangguo authored
R=machenbach@chromium.org BUG=592409 Review-Url: https://codereview.chromium.org/2084493002 Cr-Commit-Position: refs/heads/master@{#400637}
-
falken authored
This is a vestige of older code added in https://crrev.com/0c171c6df9b7fbb Previously Doom() called StopIfIdle() rather than Stop(). Now (as of https://crrev.com/b34f1e5b97667e) Doom() terminates immediately, with the one exception when DevTools is attached. In that case, we stop immediately once DevTools is detached. There are two callsites that set status to REDUNDANT directly. This patch changes one to call Stop() first, as per spec. It's not necessary to call Doom() because the new version has already been stored which puts the old version's resources in the purged list. This is minor cleanup in anticipation of some changes for https://crbug.com/616331 BUG=616331,448670 TEST=third_party/WebKit/Tools/Scripts/run-webkit-tests --repeat-each=50 http/tests/serviceworker/register-same-scope-different-script-url.html Review-Url: https://codereview.chromium.org/2077843002 Cr-Commit-Position: refs/heads/master@{#400636}
-
zea authored
This histograms are no longer being used, and can be deprecated. BUG=none Review-Url: https://codereview.chromium.org/2078663002 Cr-Commit-Position: refs/heads/master@{#400635}
-
hlopko authored
V8 now tells EmbedderHeapTracer when it enters the final pause, and that is exactly the place where we need to trace active script wrappables. Previous implementation is not correct. LOG=no BUG=468240 Review-Url: https://codereview.chromium.org/2076133002 Cr-Commit-Position: refs/heads/master@{#400634}
-
vabr authored
This CL changes the type of PasswordFormManager::blacklisted_matches_ from ScopedVector to std::vector<std::unique_ptr>>. BUG=555132 Review-Url: https://codereview.chromium.org/2078253002 Cr-Commit-Position: refs/heads/master@{#400633}
-
hayato authored
This CL also fixes an implementation bug of HTMLSlotElement::hasAssignedNodesSlow(), which a new test revealed. BUG=531990,595287 Review-Url: https://codereview.chromium.org/2076933002 Cr-Commit-Position: refs/heads/master@{#400632}
-
srirama.m authored
Cleaning up video-currentTime* tests in media/track to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Review-Url: https://codereview.chromium.org/2077833002 Cr-Commit-Position: refs/heads/master@{#400631}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#400630}
-
maksim.sisov authored
This cl makes SPDY to match HTTP and QUIC implementations and call the request_callback only after data is sent. The unittests are corrected accordingly. Review-Url: https://codereview.chromium.org/2064593002 Cr-Commit-Position: refs/heads/master@{#400629}
-
ssid authored
The memory infra category cannot be included in existing tracing benchmark because it creates large memory dumps in single event in "DETAILED" mode, so it changes the metrics measured. The memory-infra cannot be turned on just for "BACKGROUND" or "LIGHT" mode since the reference builds do not support the Tracing.Start api with trace config or the background mode at all. We also do not want to disable the tracing benchmark on reference builds. So, new benchamrk is added to measure overhead of memory-infra in background mode. The trcaingMetrics contains the metrics needs to track the overhead of memory infra in the traces, so the bencmark just tracks the tracingMetrics. BUG=618514 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2052753002 Cr-Commit-Position: refs/heads/master@{#400628}
-
patricialor authored
Refactor the Mac certificate viewer browser tests to work on a generic interface in preparation for http://crrev.com/1779383002, which refactors the certificate viewer to remove some Cocoa dependencies for the MacViews browser. Additionally, remove unneeded code used to resize/reposition the certificate viewer after switching tabs by ignoring mouse events while the certificate viewer is hidden instead. BUG=613880 Review-Url: https://codereview.chromium.org/2039823002 Cr-Commit-Position: refs/heads/master@{#400627}
-
henryhsu authored
If decoder receives flush after surface ran out, decoder does not flush the last frame since decoder is waiting the surface. Enqueue an empty buffer and it will trigger flush after all pending inputs are done. BUG=b:29403962 TEST=cts test pass, vda unittest pass, crosvideo.appspot.com works well Review-Url: https://codereview.chromium.org/2074133002 Cr-Commit-Position: refs/heads/master@{#400626}
-
amistry authored
BUG=None TBR=jam@chromium.org for //ipc build files Review-Url: https://codereview.chromium.org/2084443002 Cr-Commit-Position: refs/heads/master@{#400625}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/875e13ca0990..452ba88066b5 $ git log 875e13ca0..452ba8806 --date=short --no-merges --format='%ad %ae %s' 2016-06-19 brianosman Revert of Integers can now be passed as uniforms (patchset #1 id:1 of https://codereview.chromium.org/2076143003/ ) CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=brianosman@google.com Review-Url: https://codereview.chromium.org/2081593002 Cr-Commit-Position: refs/heads/master@{#400624}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#400623}
-
bshe authored
The js error is because we forgot to add hotrodmode field in API's json file. This CL should fix it. BUG=620936 Review-Url: https://codereview.chromium.org/2072333002 Cr-Commit-Position: refs/heads/master@{#400622}
-
tapted authored
It's currently possible to show a context menu for just about anything in Chrome while the window has a modal sheet displayed (the exception is the tab strip, which has a check in -[TabView menu]). This makes all sorts of weird stuff possible, like showing a `Print` dialog for the webcontents over the supposedly modal `Edit bookmark` dialog. To fix, have the shared (and mostly boring) ancestor view, class FastResizeView, override -[NSView hitTest:] to return itself when the window has an attached sheet. This nerfs the context menus. (note: zoom still works: that's handled by -[NSWindow sendEvent:] and seems to do separate hit-testing when a sheet is displayed). The TabStrip is in the titlebar, not a subview of FastResizeView, so it also needs to check. This makes the check in -[TabView menu] obsolete. We can't check "higher up" since the buttons in the window frame should behave as before. Note the mainMenu still functions as before. So a print dialog can still be displayed. Just not via a context menu. BUG=528871, 617895 TEST=Right-click the bookmarks toolbar and open a modal dialog (e.g. Edit..., Add Page..., Add Folder...). Then: - Right-clicking in the omnibox,tab strip or elsewhere shouldn't show a context menu. - Middle-clicking shouldn't close a tab. Review-Url: https://codereview.chromium.org/1354873002 Cr-Commit-Position: refs/heads/master@{#400621}
-
- 19 Jun, 2016 13 commits
-
-
rockot authored
Removes all references to mojo::Callback and mojo::Closure, replacing them with base::Callback or base::Closure, or where applicable a mojom-generated callback alias. The vast majority of the changes here are name changes only, as mojo::Callback is already an alias for base::Callback. Hence the TBRs. Also removes mojo/public/cpp/bindings/callback.h BUG=620840 TBR=ben@chromium.org for chrome, content, misc TBR=lhchavez@chromium.org for components/arc TBR=xhwang@chromium.org for media TBR=haraken@chromium.org for third_party/WebKit Committed: https://crrev.com/3524eb5ef75b90527195d82f8b9cf3bd2cdf04ef Review-Url: https://codereview.chromium.org/2080513002 Cr-Original-Commit-Position: refs/heads/master@{#400616} Cr-Commit-Position: refs/heads/master@{#400620}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/cc3a22b369e1..875e13ca0990 $ git log cc3a22b36..875e13ca0 --date=short --no-merges --format='%ad %ae %s' 2016-06-19 mtklein Simplify mask/clip intersection, making sure to explicitly check for an empty mask. BUG=619378,613912 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=brianosman@google.com Review-Url: https://codereview.chromium.org/2074343002 Cr-Commit-Position: refs/heads/master@{#400619}
-
zmo authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/0d2d36c..2c4f810 BUG= TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2080063002 Cr-Commit-Position: refs/heads/master@{#400618}
-
yutak authored
Revert of Deletes mojo::Callback (patchset #2 id:20001 of https://codereview.chromium.org/2080513002/ ) Reason for revert: Caused compile errors. https://build.chromium.org/p/chromium.perf/builders/Android%20Builder/builds/91059 Sounds like this raced with the following change: https://chromium.googlesource.com/chromium/src/+/61fdb768d7395fbb73daff12d9b38100df6a044f Original issue's description: > Deletes mojo::Callback > > Removes all references to mojo::Callback and mojo::Closure, > replacing them with base::Callback or base::Closure, or > where applicable a mojom-generated callback alias. > > The vast majority of the changes here are name changes only, > as mojo::Callback is already an alias for base::Callback. > Hence the TBRs. > > Also removes mojo/public/cpp/bindings/callback.h > > BUG=620840 > TBR=ben@chromium.org for chrome, content, misc > TBR=lhchavez@chromium.org for components/arc > TBR=xhwang@chromium.org for media > TBR=haraken@chromium.org for third_party/WebKit > > Committed: https://crrev.com/3524eb5ef75b90527195d82f8b9cf3bd2cdf04ef > Cr-Commit-Position: refs/heads/master@{#400616} TBR=rockot@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=620840 Review-Url: https://codereview.chromium.org/2080083002 Cr-Commit-Position: refs/heads/master@{#400617}
-
rockot authored
Removes all references to mojo::Callback and mojo::Closure, replacing them with base::Callback or base::Closure, or where applicable a mojom-generated callback alias. The vast majority of the changes here are name changes only, as mojo::Callback is already an alias for base::Callback. Hence the TBRs. Also removes mojo/public/cpp/bindings/callback.h BUG=620840 TBR=ben@chromium.org for chrome, content, misc TBR=lhchavez@chromium.org for components/arc TBR=xhwang@chromium.org for media TBR=haraken@chromium.org for third_party/WebKit Review-Url: https://codereview.chromium.org/2080513002 Cr-Commit-Position: refs/heads/master@{#400616}
-
alokp authored
BUG=621141 Review-Url: https://codereview.chromium.org/2075193002 Cr-Commit-Position: refs/heads/master@{#400615}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#400614}
-
Yuta Kitamura authored
This huge patch basically consists of the following changes: (1) OwnPtr/PassOwnPtr getting renamed to std::unique_ptr; (2) adoptPtr getting renamed to wrapUnique; (3) adjustments in #include files; and (4) occasional addition of .get() calls due to missing operator==() comparison of std::unique_ptr<T> and T*. BUG=582354 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel R=haraken@chromium.org, tkent@chromium.org, tzik@chromium.org Review URL: https://codereview.chromium.org/2050123002 . Cr-Commit-Position: refs/heads/master@{#400613}
-
srirama.m authored
Cleaning up track-cues* and track-delete* tests in media/track to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Review-Url: https://codereview.chromium.org/2074913006 Cr-Commit-Position: refs/heads/master@{#400612}
-
srirama.m authored
Cleaning up video-currentTime-delay* and video-currentTime-before* tests in media/track to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Review-Url: https://codereview.chromium.org/2071303002 Cr-Commit-Position: refs/heads/master@{#400611}
-
posciak authored
Add an MD5 checksum for the Thumbnail.* test in video_decode_accelerator_unittest for VP9 on Intel Haswell. BUG=620979 TEST=Thumbnail.* test from video_decode_accelerator_unittest for VP9 Review-Url: https://codereview.chromium.org/2076883002 Cr-Commit-Position: refs/heads/master@{#400610}
-
dpranke authored
This re-lands r398038 now that the bugs have been fixed. It also flips the CrOS ASAN builder. TBR=thakis@chromium.org, inferno@chromium.org BUG=605732 Review-Url: https://codereview.chromium.org/2073403002 Cr-Commit-Position: refs/heads/master@{#400609}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#400608}
-