- 29 Dec, 2015 40 commits
-
-
bustamante authored
testHTTPResponseTimelineRecorder was failing due to an occasional favicon request which would occassional cause the test to fail. To fix the issue it will now filter out any favicon requests before validation. testChromeProxyMetricForBlockOnce failed to due not being updated when the BlockOnce case was changed. I also renamed the metrics we store in the test to be consistent with other cases. Last item is adding myself to OWNERS for chrome_proxy tests. BUG=452279,449979,455269 Review URL: https://codereview.chromium.org/1550973002 Cr-Commit-Position: refs/heads/master@{#367098}
-
yolandyan authored
BUG=561190 Review URL: https://codereview.chromium.org/1553533002 Cr-Commit-Position: refs/heads/master@{#367097}
-
jbroman authored
Revert of Make ScrollbarThemeAura selectively invalidate scrollbar parts. (patchset #10 id:180001 of https://codereview.chromium.org/1525803002/ ) Reason for revert: Oilpan unit test failure: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac%20Oilpan/builds/28217 Original issue's description: > Make ScrollbarThemeAura selectively invalidate scrollbar parts. > > In particular: > - when hovering or pressing the thumb, repaint only the thumb > - when thumb position changes, repaint the track only if it changes > (e.g. due to a button being disabled upon reaching the end) > > BUG=549277 > > Committed: https://crrev.com/0e8396ada46f085c23343450d850d81751053c94 > Cr-Commit-Position: refs/heads/master@{#367082} TBR=ccameron@chromium.org,skobes@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=549277 Review URL: https://codereview.chromium.org/1550983002 Cr-Commit-Position: refs/heads/master@{#367096}
-
schenney authored
To avoid scrollbars ruining the ref test, I removed a non-test-relevent line. Patch based on https://bugs.webkit.org/show_bug.cgi?id=113970 by Benjamin Poulain. R=timloh BUG=cr227282 Review URL: https://codereview.chromium.org/1482493003 Cr-Commit-Position: refs/heads/master@{#367095}
-
estade authored
Problem 1: the cross-fading was not executed properly. It should start by drawing the attached bar at full opacity and transition to detached by painting detached on top of that at partial opacity (defined by animation state). Problem 2: it painted as fully detached when current_state was 0. At this point it should be painting as fully attached. This led to a single-frame flash of lightness at the start of the attached->detached animation. BUG=none Review URL: https://codereview.chromium.org/1547563003 Cr-Commit-Position: refs/heads/master@{#367094}
-
estade authored
Also delete some old file that's not in use. BUG=none TBR=erg@chromium.org Review URL: https://codereview.chromium.org/1534303002 Cr-Commit-Position: refs/heads/master@{#367093}
-
thestig authored
https://pdfium.googlesource.com/pdfium.git/+log/1f1c197..8be8a44 BUG=482206 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1553503003 Cr-Commit-Position: refs/heads/master@{#367092}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3a2f751e..56baa6c6 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. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1556513002 Cr-Commit-Position: refs/heads/master@{#367091}
-
fmeawad authored
Reland of Fix bootstraps_deps of tools/perf to include build/android/pylib/. (patchset #1 id:1 of https://codereview.chromium.org/1557473002/ ) Reason for revert: Sorry I do not think this is the culprit CL anymore, relanding. Original issue's description: > Revert of Fix bootstraps_deps of tools/perf to include build/android/pylib/. (patchset #1 id:2 of https://codereview.chromium.org/1556463002/ ) > > Reason for revert: > Speculative revert: > Failed power benchmarks on N5 > > See https://code.google.com/p/chromium/issues/detail?id=572954 for details. > > BUG=572954 > > Original issue's description: > > Fix bootstraps_deps of tools/perf to include build/android/pylib/. > > > > After John's work in crbug.com/560559, telemetry project no longer depends > > on pylib, hence tools/perf which is a user of telemetry must specify this > > deps explictly. > > > > BUG=572700, 560559 > > TBR=jbudorick@chromium.org > > > > Committed: https://crrev.com/89fe15bf1183cd781a6d27983e7ce792f4641e88 > > Cr-Commit-Position: refs/heads/master@{#367045} > > TBR=llozano@chromium.org,nednguyen@google.com > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=572700, 560559 > > Committed: https://crrev.com/5fc45b53137022c58150279fb62a0c2ef18bff80 > Cr-Commit-Position: refs/heads/master@{#367088} TBR=llozano@chromium.org,nednguyen@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=572954 Review URL: https://codereview.chromium.org/1550313002 Cr-Commit-Position: refs/heads/master@{#367090}
-
kmackay authored
* Use signal-safe logging. * Ignore signals that are not to the main thread. As far as I can tell, the runloop's quit closure is safe to run in a signal handler, so that should be OK. BUG= internal b/26253582 Review URL: https://codereview.chromium.org/1542233002 Cr-Commit-Position: refs/heads/master@{#367089}
-
fmeawad authored
Revert of Fix bootstraps_deps of tools/perf to include build/android/pylib/. (patchset #1 id:2 of https://codereview.chromium.org/1556463002/ ) Reason for revert: Speculative revert: Failed power benchmarks on N5 See https://code.google.com/p/chromium/issues/detail?id=572954 for details. BUG=572954 Original issue's description: > Fix bootstraps_deps of tools/perf to include build/android/pylib/. > > After John's work in crbug.com/560559, telemetry project no longer depends > on pylib, hence tools/perf which is a user of telemetry must specify this > deps explictly. > > BUG=572700, 560559 > TBR=jbudorick@chromium.org > > Committed: https://crrev.com/89fe15bf1183cd781a6d27983e7ce792f4641e88 > Cr-Commit-Position: refs/heads/master@{#367045} TBR=llozano@chromium.org,nednguyen@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=572700, 560559 Review URL: https://codereview.chromium.org/1557473002 Cr-Commit-Position: refs/heads/master@{#367088}
-
xidachen authored
Currently, the expected.txt for this layout test is different comparing the virtual/gpu with platform/win-xp/virtual/gpu. Also, This test is marked as failure under platform/win-xp/virtual/gpu/, and the reason is that the actual output is the same as virtual/gpu. So this CL removes the expected.txt under platform/win-xp/virtual/gpu and the failure line under TestExpectations. BUG=568678 Review URL: https://codereview.chromium.org/1551793002 Cr-Commit-Position: refs/heads/master@{#367087}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/8895b72f789e..e3c2f80006e7 $ git log 8895b72f7..e3c2f8000 --date=short --no-merges --format='%ad %ae %s' 2015-12-29 kkinnunen Use device-independent text for nvprmsaa4/16 in nanobench and dm CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/1550943002 Cr-Commit-Position: refs/heads/master@{#367086}
-
jdonnelly authored
This avoids the case where an available answer is not shown because of a case mismatch (e.g. "US population" vs. "us population"). BUG=563621 Review URL: https://codereview.chromium.org/1543803004 Cr-Commit-Position: refs/heads/master@{#367085}
-
Walter Korman authored
https://chromium.googlesource.com/chromium/src/+/c579aa1f4 BUG=322039 TBR=robhogan@gmail.com Review URL: https://codereview.chromium.org/1554593002 . Cr-Commit-Position: refs/heads/master@{#367084}
-
sunxd authored
The property is retrieved from TransformTree; Fix the order of updating the page scale layer and adding transform tree node; Fix the problem that transform tree sequence number not correctly updated for mask layers; Fix related cc unit tests where a property tree was not created. BUG=568777 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1544103002 Cr-Commit-Position: refs/heads/master@{#367083}
-
jbroman authored
In particular: - when hovering or pressing the thumb, repaint only the thumb - when thumb position changes, repaint the track only if it changes (e.g. due to a button being disabled upon reaching the end) BUG=549277 Review URL: https://codereview.chromium.org/1525803002 Cr-Commit-Position: refs/heads/master@{#367082}
-
estade authored
Reland of Change extension icon load errors to warnings (patchset #2 id:300001 of https://codereview.chromium.org/1554583002/ ) Reason for revert: this revert managed to break the tree Original issue's description: > Revert of Change extension icon load errors to warnings (patchset #8 id:140001 of https://codereview.chromium.org/1537473003/ ) > > Reason for revert: > file read from wrong thread > > Original issue's description: > > Change extension icon load errors to warnings > > > > During the Extension parsing step, check if the icon file exists and if not, remove that entry from the dictionary. > > > > Keep the same check during the validation phase and don't apply the workaround to unpacked extensions. This will more strongly discourage new extensions from making this mistake. > > > > BUG=570249 > > > > Committed: https://crrev.com/6e8e7d1c49657e82d0e8f2518ad463794346321b > > Cr-Commit-Position: refs/heads/master@{#366253} > > TBR=rdevlin.cronin@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=570249 > > Committed: https://crrev.com/36dab10ffd04f3e38285bda1e4af07a7de081a31 > Cr-Commit-Position: refs/heads/master@{#367080} TBR=rdevlin.cronin@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=570249 Review URL: https://codereview.chromium.org/1547413002 Cr-Commit-Position: refs/heads/master@{#367081}
-
estade authored
Revert of Change extension icon load errors to warnings (patchset #8 id:140001 of https://codereview.chromium.org/1537473003/ ) Reason for revert: file read from wrong thread Original issue's description: > Change extension icon load errors to warnings > > During the Extension parsing step, check if the icon file exists and if not, remove that entry from the dictionary. > > Keep the same check during the validation phase and don't apply the workaround to unpacked extensions. This will more strongly discourage new extensions from making this mistake. > > BUG=570249 > > Committed: https://crrev.com/6e8e7d1c49657e82d0e8f2518ad463794346321b > Cr-Commit-Position: refs/heads/master@{#366253} TBR=rdevlin.cronin@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=570249 Review URL: https://codereview.chromium.org/1554583002 Cr-Commit-Position: refs/heads/master@{#367080}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b238476a..3a2f751e 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. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1550293002 Cr-Commit-Position: refs/heads/master@{#367079}
-
lhchavez authored
This should have not been committed in r366657, but it was not removed during the rebase. BUG=None TEST=ninja Review URL: https://codereview.chromium.org/1546343002 Cr-Commit-Position: refs/heads/master@{#367078}
-
tzik authored
BUG= Review URL: https://codereview.chromium.org/1546263002 Cr-Commit-Position: refs/heads/master@{#367077}
-
sdefresne authored
Add a method to check whether a BrowserState has an ActiveStateManager to avoid unnecessary object creation during shutdown. BUG=569515 Review URL: https://codereview.chromium.org/1547393002 Cr-Commit-Position: refs/heads/master@{#367076}
-
zhaoqin authored
TBR=sergeyu@chromium.org BUG=572936 NOTRY=true Review URL: https://codereview.chromium.org/1556503002 Cr-Commit-Position: refs/heads/master@{#367075}
-
robhogan authored
Another attempt at https://codereview.chromium.org/1406163003. Sometimes when we remove a child we end up with a float or out-of-flow object beside an anonymous block. When that happens, fold the float/out-of-flow object into the anonymous box as that is where it would have lived if they were siblings in the first place. BUG=322039 Review URL: https://codereview.chromium.org/1543283002 Cr-Commit-Position: refs/heads/master@{#367074}
-
https://codereview.chromium.org/1552613003Nico Weber authored
BUG=82385 TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/1550173003 . Cr-Commit-Position: refs/heads/master@{#367073}
-
alemate authored
BUG=571940 TEST=manual Review URL: https://codereview.chromium.org/1544243002 Cr-Commit-Position: refs/heads/master@{#367072}
-
sdefresne authored
Keep the Shutdown method as removing it will require some downstream refactoring first. BUG=560854 Review URL: https://codereview.chromium.org/1547403002 Cr-Commit-Position: refs/heads/master@{#367071}
-
geofflang authored
Revert of WebGL 2: generate appropriate error for different dimensions of images attached to fbo (patchset #1 id:1 of https://codereview.chromium.org/1549393002/ ) Reason for revert: This broke the WebglConformance.conformance2_rendering_draw_buffers test on mac. Original issue's description: > WebGL 2: generate appropriate error for different dimensions of images attached to fbo. > This change fixed the bug in framebuffer-object-attachment.html > > BUG=295792 > TEST=conformance2/renderbuffers/framebuffer-object-attachment.html > > Committed: https://crrev.com/23cf53ece33a651b28a1d87e57f02a14f22d3c3d > Cr-Commit-Position: refs/heads/master@{#367053} TBR=kbr@chromium.org,zmo@chromium.org,bajones@chromium.org,qiankun.miao@intel.com,yunchao.he@intel.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=295792 Review URL: https://codereview.chromium.org/1555543002 Cr-Commit-Position: refs/heads/master@{#367070}
-
thakis authored
Revert of tcmalloc: Use C++11 atomics where appropriate. (patchset #8 id:140001 of https://codereview.chromium.org/1549913002/ ) Reason for revert: Caused performance problems (see http://crbug.com/572525 and dupes) Original issue's description: > tcmalloc: Use C++11 atomics where appropriate. > > Ports these CLs to tcmalloc: > https://codereview.chromium.org/636783002/ > https://codereview.chromium.org/1466833002/ (except mac) > > No intended behavior change, but it should remove > the static initializer in atomicops_internals_x86_gcc.h > on Linux. It's also less code. > > BUG=94925,559247 > > Committed: https://crrev.com/e13537fe418eff11d3cab9077f6a647d7c74f103 > Cr-Commit-Position: refs/heads/master@{#366904} TBR=jfb@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=94925,559247 Review URL: https://codereview.chromium.org/1557433002 Cr-Commit-Position: refs/heads/master@{#367069}
-
sdefresne authored
The test started failing downstream with merge 363378. Disable the test upstream too (was disabled downstream as part of said merge). BUG=567736 Review URL: https://codereview.chromium.org/1550143002 Cr-Commit-Position: refs/heads/master@{#367068}
-
Nico Weber authored
After https://codereview.chromium.org/1553493002/, the compiler can inform us that these are not needed and in fact harmful: ..\..\cloud_print\gcp20\prototype\privet_http_server.cc(418,10) : error: moving a local object in a return statement prevents copy elision [-Werror,-Wpessimizing-move] return std::move(response); ^ ..\..\cloud_print\gcp20\prototype\privet_http_server.cc(418,10) : note: remove std::move call here return std::move(response); ^~~~~~~~~~ ..\..\cloud_print\gcp20\prototype\cloud_print_url_request_context_getter.cc(30,16) : error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move] context_ = std::move(builder.Build()); ^ ..\..\cloud_print\gcp20\prototype\cloud_print_url_request_context_getter.cc(30,16) : note: remove std::move call here context_ = std::move(builder.Build()); ^~~~~~~~~~ ~ BUG=82385 TBR=vitalybuka Review URL: https://codereview.chromium.org/1552613003 . Cr-Commit-Position: refs/heads/master@{#367067}
-
thakis authored
Revert of linux: Lower static initializer expectations after https://codereview.chromium.org/1549913002 (patchset #3 id:40001 of https://codereview.chromium.org/1545273002/ ) Reason for revert: Prerequisite for reverting https://codereview.chromium.org/1549913002 Original issue's description: > linux: Lower static initializer expectations after https://codereview.chromium.org/1549913002 > > BUG=94925 > TBR=thestig@chromium.org > > Committed: https://crrev.com/9bf22f89802e62ca16c8e7f2a3b34689ba71add0 > Cr-Commit-Position: refs/heads/master@{#366908} TBR=thestig@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=94925 Review URL: https://codereview.chromium.org/1548423002 Cr-Commit-Position: refs/heads/master@{#367066}
-
thakis authored
Revert of Force clang/tot bots to do clobber builds of clang for a bit. (patchset #1 id:1 of https://codereview.chromium.org/1546323004/ ) Reason for revert: Every tot bot should have cycled with this by now. Original issue's description: > Force clang/tot bots to do clobber builds of clang for a bit. > > Apparently cmake doesn't like it if the compiler changes like it did in > https://codereview.chromium.org/1555443002/ without a clobber build. > > Since this might help with issue 569337 too (who knows), do it everywhere > for a short while instead of just on linux. > > BUG=509739,569337 > TBR=hans > > Committed: https://chromium.googlesource.com/chromium/src/+/1c0fd1fac8ee649f5da00473e5d88565ea3ae930 TBR=hans@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=509739,569337 Review URL: https://codereview.chromium.org/1554573002 Cr-Commit-Position: refs/heads/master@{#367065}
-
kojii authored
This patch changes SVGInlineTextMetricsIterator to keep an instanace of LineLayoutSVGInlineText, not a pointer to. LineLayoutItem and its subclasses are oftentimes allocated on stack that keeping pointers should be avoided. Additional ASSERTs in this CL fail existing tests. These existing tests cover the fix. BUG=572399, 499321 Review URL: https://codereview.chromium.org/1547263002 Cr-Commit-Position: refs/heads/master@{#367064}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/56ce1b39..b238476a 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. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1548413003 Cr-Commit-Position: refs/heads/master@{#367063}
-
olli.raula authored
Almost all consumers use already scoped_ptr and one place is much simpler when changed to use scoped_ptr. Review URL: https://codereview.chromium.org/1549483004 Cr-Commit-Position: refs/heads/master@{#367062}
-
wuchengli authored
The correct capability for v4l2 devices should be V4L2_CAP_VIDEO_M2M_MPLANE. V4L2_CAP_VIDEO_CAPTURE_MPLANE and V4L2_CAP_VIDEO_OUTPUT_MPLANE will be deprecated. Nyan doesn't report V4L2_CAP_VIDEO_M2M_MPLANE yet. So check both capabilities in V4L2VDA and V4L2VEA. BUG=chromium:572132 TEST=Run tests on nyan, peach, and veyron. Review URL: https://codereview.chromium.org/1554543002 Cr-Commit-Position: refs/heads/master@{#367061}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#367060}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/636270245fb4..8895b72f789e $ git log 636270245..8895b72f7 --date=short --no-merges --format='%ad %ae %s' 2015-12-28 mtklein Try using std::call_once CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/1550263002 Cr-Commit-Position: refs/heads/master@{#367059}
-