- 30 Jul, 2016 40 commits
-
-
rickyz authored
BUG=None Review-Url: https://codereview.chromium.org/2198633002 Cr-Commit-Position: refs/heads/master@{#408858}
-
etienneb authored
This is a step toward a working Asan build with GN. There are still a few missing pieces to land. This patch is fixing an assert triggering due to courgette using an harcoded toolchains. ---------------------- ERROR at //build/config/sanitizers/sanitizers.gni:12:1: Assertion failed. assert(!using_sanitizer || is_clang, ^----- Sanitizers (is_*san) require setting is_clang = true in 'gn args' ---------------------- This patch is also fixing the compiler-rt runtime paths for a x64 bit build. The port of WinASAN-64 is almost done and should part of the next clang roll-deps. R=thakis@chromium.org, dpranke@chromium.org TBR=brettw@chromium.org BUG=598761 Review-Url: https://codereview.chromium.org/2192833002 Cr-Commit-Position: refs/heads/master@{#408857}
-
dgozman authored
BUG=631162 Review-Url: https://codereview.chromium.org/2189263004 Cr-Commit-Position: refs/heads/master@{#408856}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#408855}
-
paulirish authored
Minor text change that clarifies our menu item for "show/hide console" is revealing the drawer in general. Users are confused that "show console" can reveal the "Search all files" functionality. BUG=522040 Review-Url: https://codereview.chromium.org/2191333003 Cr-Commit-Position: refs/heads/master@{#408854}
-
lushnikov authored
BUG=596181 R=dgozman Review-Url: https://codereview.chromium.org/2197653004 Cr-Commit-Position: refs/heads/master@{#408853}
-
smut authored
BUG=598405 Review-Url: https://codereview.chromium.org/2200553002 Cr-Commit-Position: refs/heads/master@{#408852}
-
lazyboy authored
BUG=None Test=None, internal change. Review-Url: https://codereview.chromium.org/2197483004 Cr-Commit-Position: refs/heads/master@{#408851}
-
xidachen authored
Without resize, this function works like this: It creates a ImageBuffer, and calls video->paintCurrentFrame to the SkCanvas backed by the buffer, then it calls buffer's snapshot to get a SkImage. To make resize efficient, we just need to carefully calculate the parameter for the video->paintCurrentFrame, and we can do the resize in one pass. BUG=627855 Review-Url: https://codereview.chromium.org/2192103002 Cr-Commit-Position: refs/heads/master@{#408850}
-
kozyatinskiy authored
Method will call callback when promise is fulfilled, rejected or collected. BUG=632875 R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2185233002 Cr-Commit-Position: refs/heads/master@{#408849}
-
dgozman authored
BUG=none Review-Url: https://codereview.chromium.org/2190353004 Cr-Commit-Position: refs/heads/master@{#408848}
-
dschuyler authored
This CL changes the overscroll padding so that it will be empty (zero height) if no overscroll is needed to bring the selection to the top of the window. This Cl does not fix the overscroll during window resizing or hide the overscroll when scrolling up. Those will be in a future CL. BUG=631332 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2201553002 Cr-Commit-Position: refs/heads/master@{#408847}
-
thomasanderson authored
BUG=632841 Review-Url: https://codereview.chromium.org/2195063003 Cr-Commit-Position: refs/heads/master@{#408846}
-
dgozman authored
BUG=631162 Review-Url: https://codereview.chromium.org/2192093004 Cr-Commit-Position: refs/heads/master@{#408845}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8d5d2145..6b119eb8 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_precise_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/2195013004 Cr-Commit-Position: refs/heads/master@{#408844}
-
kozyatinskiy authored
Script can be null. BUG=607532 R=lushnikov@chromium.org Review-Url: https://codereview.chromium.org/2198443004 Cr-Commit-Position: refs/heads/master@{#408843}
-
dpapad authored
BUG=632575 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2196613003 Cr-Commit-Position: refs/heads/master@{#408842}
-
dschuyler authored
This CL updates the permission dropdown menu so that it matches the mocks better. BUG=632535 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2190243002 Cr-Commit-Position: refs/heads/master@{#408841}
-
rjkroege authored
Use mojo to control the cursor in ozone drm in mus. First in a series of patches to convert Ozone IPC to mojo. BUG=620927 Review-Url: https://codereview.chromium.org/2156093004 Cr-Commit-Position: refs/heads/master@{#408840}
-
spqchan authored
Make sure that the download shelf items are updated after we exit fullscreen. BUG=600411 Review-Url: https://codereview.chromium.org/2148483002 Cr-Commit-Position: refs/heads/master@{#408839}
-
eostroukhov authored
R=dgozman, pfeldman BUG= Review-Url: https://codereview.chromium.org/2192333002 Cr-Commit-Position: refs/heads/master@{#408838}
-
mohsen authored
Currently, in Ash tests, material design mode is set after call to AshTestBase::SetUp(). This is not right as some setup in AshTestBase might depend on material mode. This CL allows setting material mode before calling AshTestBase::SetUp(). BUG=620093 Review-Url: https://codereview.chromium.org/2186363002 Cr-Commit-Position: refs/heads/master@{#408837}
-
pfeldman authored
DevTools: do not CHECK devtools messages received from renderer in the browser, issue bad_message instead. BUG=629307 Review-Url: https://codereview.chromium.org/2198503002 Cr-Commit-Position: refs/heads/master@{#408836}
-
alph authored
Traverse the links during building postorder iterator as well as the dominator tree. Review-Url: https://codereview.chromium.org/2197853002 Cr-Commit-Position: refs/heads/master@{#408835}
-
thomasanderson authored
Needed by https://codereview.chromium.org/2163623003/ Review-Url: https://codereview.chromium.org/2188403003 Cr-Commit-Position: refs/heads/master@{#408834}
-
lushnikov authored
BUG=595356 R=dgozman Review-Url: https://codereview.chromium.org/2198463003 Cr-Commit-Position: refs/heads/master@{#408833}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/a6464cb626ec..e689c4714834 $ git log a6464cb62..e689c4714 --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2192323002 Cr-Commit-Position: refs/heads/master@{#408832}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/848904e5b356..fe2042e60fa7 $ git log 848904e5b..fe2042e60 --date=short --no-merges --format='%ad %ae %s' 2016-07-29 mtklein SkRasterPipeline: new APIs for fusion 2016-07-29 mtklein simplify neon shifts 2016-07-29 bsalomon If scissor would be empty in GrClipMaskManager::SetupClipping indicate draw can be skipped. 2016-07-29 csmartdalton Add ES 3.0 fallback for instanced rendering BUG=632185 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=tomhudson@google.com Review-Url: https://codereview.chromium.org/2201533002 Cr-Commit-Position: refs/heads/master@{#408831}
-
alokp authored
Review-Url: https://codereview.chromium.org/2091893003 Cr-Commit-Position: refs/heads/master@{#408830}
-
dpapad authored
BUG=625332 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2197723003 Cr-Commit-Position: refs/heads/master@{#408829}
-
qyearsley authored
Background: In order to have a mac retina layout test try bot with a matching continuous bot, the slave for "WebKit Mac10.11 (retina)", which was a MacBookPro11,3 with Nvidia GPU, was swapped for a MacBookPro11,5 with AMD GPU (http://crrev.com/2184313002). After the builder came back online with the new slave, svg/text/combining-character-queries.html was failing consistently. See results: https://storage.googleapis.com/chromium-layout-test-archives/WebKit_Mac10_11__retina_/5141/layout-test-results/results.html Review-Url: https://codereview.chromium.org/2193353004 Cr-Commit-Position: refs/heads/master@{#408828}
-
rouslan authored
Server cards can change their GUIDs when the in-memory cache is re-read from disk. This refresh happens whenever any autofill data is written to disk, e.g., when updating the billing address of a server card. Therefore, the stable server ID should be used to identify server cards. BUG=632482 Review-Url: https://codereview.chromium.org/2189563002 Cr-Commit-Position: refs/heads/master@{#408827}
-
lushnikov authored
The patch rolls CodeMirror to fix a wrong gutter background positioning. This fixes the SourceCode-Diff experiment rendering in case of horizontal source scroll. BUG=none R=einbinder Review-Url: https://codereview.chromium.org/2201523002 Cr-Commit-Position: refs/heads/master@{#408826}
-
ivoc authored
Additionally, starts tracking the 'packetsSentPerSecond' metric for WebRTC browser_tests. BUG=631927 Review-Url: https://codereview.chromium.org/2190533002 Cr-Commit-Position: refs/heads/master@{#408825}
-
rouslan authored
BUG=632915 Review-Url: https://codereview.chromium.org/2198623002 Cr-Commit-Position: refs/heads/master@{#408824}
-
rnephew authored
Revert of [Android] Set platform mode as default for perf tests. (patchset #1 id:1 of https://codereview.chromium.org/2189773002/ ) Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=632922 Original issue's description: > [Android] Set platform mode as default for perf tests. > > BUG=615157 > > Committed: https://crrev.com/9ea896bb6a840dcf84381fea4fece6069d497159 > Cr-Commit-Position: refs/heads/master@{#408665} TBR=mikecase@chromium.org,jbudorick@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=615157 Review-Url: https://codereview.chromium.org/2201563002 Cr-Commit-Position: refs/heads/master@{#408823}
-
andersoncss authored
BUG=621070 Review-Url: https://codereview.chromium.org/2142413003 Cr-Commit-Position: refs/heads/master@{#408822}
-
mcasas authored
After moving geolocation to device, the presubmit kept saying that I had to run git cl format, so here we go. No new code, just ran: clang-format -i -style=Chromium device/geolocation/*.h clang-format -i -style=Chromium device/geolocation/*.cc Review-Url: https://codereview.chromium.org/2200483002 Cr-Commit-Position: refs/heads/master@{#408821}
-
asargent authored
This should make it both show up in the "Dev APIs" section at the bottom of the /apps/api_index page, but also have its own standalone page at /apps/clipboard. Review-Url: https://codereview.chromium.org/2200443002 Cr-Commit-Position: refs/heads/master@{#408820}
-
dpapad authored
It was used to re-position the CBD dialog correctly, but its usage was removed as part of migrating to native <dialog>. BUG=625332 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2193953002 Cr-Commit-Position: refs/heads/master@{#408819}
-