- 17 Jul, 2016 5 commits
-
-
guidou authored
Intent to deprecate and remove: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/EHy8zm0eVy0 BUG=586924 Review-Url: https://codereview.chromium.org/2140133005 Cr-Commit-Position: refs/heads/master@{#405955}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/cea22ae23495..eaf6d4102258 $ git log cea22ae23..eaf6d4102 --date=short --no-merges --format='%ad %ae %s' 2016-07-17 update-skps Update SKP version CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=jcgregorio@google.com Review-Url: https://codereview.chromium.org/2161483002 Cr-Commit-Position: refs/heads/master@{#405954}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5ab932bf..24cc22cf 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_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,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2156863002 Cr-Commit-Position: refs/heads/master@{#405953}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/7de849b81d47..8ae70d714551 $ git log 7de849b81..8ae70d714 --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2153363002 Cr-Commit-Position: refs/heads/master@{#405952}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#405951}
-
- 16 Jul, 2016 35 commits
-
-
zea authored
Instead of starting up the backend, we now don't even start it up if the first setup completed flag is false, unless a setup is in progress. On auto start platforms, first setup completed is manually set to true as part of init. BUG=624915 Review-Url: https://codereview.chromium.org/2159453002 Cr-Commit-Position: refs/heads/master@{#405950}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/280d537e2893..cea22ae23495 $ git log 280d537e2..cea22ae23 --date=short --no-merges --format='%ad %ae %s' 2016-07-16 kolczyk Guard SkMatrix::get*Scale[s]() against negative nearly-zero values. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=msarett@google.com Review-Url: https://codereview.chromium.org/2156843002 Cr-Commit-Position: refs/heads/master@{#405949}
-
creis authored
After the redirect, we shouldn't attempt to load the previous child items in the new page. BUG=585194 TBR=clamy TEST=http/tests/navigation/back-to-redirect-with-frame.php in --isolate-sites-for-testing=*.is mode. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2136873002 Cr-Commit-Position: refs/heads/master@{#405948}
-
tommycli authored
This links the router element to the new-style route list. BUG=608115 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2153113003 Cr-Commit-Position: refs/heads/master@{#405947}
-
zmo authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/1eb6562..4951bdd BUG= TEST=bots TBR=qiankun.miao@intel.com NOTRY=true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2158693002 Cr-Commit-Position: refs/heads/master@{#405946}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e7331d48..5ab932bf 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_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,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2147153008 Cr-Commit-Position: refs/heads/master@{#405945}
-
krasin authored
Revert of Launch CFI for virtual calls on Linux x86-64. (patchset #2 id:20001 of https://codereview.chromium.org/2140373002/ ) Reason for revert: Too many blink_perf.layout benchmarks regressed by ~3.5%. While the regressions are within predicted upper bound, there're too many of them to ignore: https://chromeperf.appspot.com/report?sid=ebf0165d8c96c7a70c790d179a9bdc1f9e58e616182522fd961d17ad648fc28f&start_rev=404312&end_rev=405943 We will need to reevaluate the reason for such consistent slowdown and will make another attempt after it's cleared. Original issue's description: > Launch CFI for virtual calls on Linux x86-64. > > This is the second incremental step towards the full CFI launch. > In the first step, we enabled LinkTimeOptimization (LTO) for the > official Chrome builds. In this step we add Control Flow Integrity > checks for all virtual calls. > > The remaining part is to add bad-cast checks to ensure the forward-edge > Control Flow Integrity works as planned. That remaining part will > require more work on reducing the overhead for size and speed by these > CFI checks, so we don't enable them right away. > > The expected Perf impact by this CL: > > - Chrome binary size is increased by 5%, > - Some of the benchmarks are slowed down by up to 3.5%. > > Note that before making it slower, we made it faster by implementing > virtual const propagation and a number of heuristics for automatic > devirtualization in LLVM which sped up some layout benchmarks by up to 7% > (see https://crbug.com/580389 and https://crbug.com/617283) > > If there's a higher (negative) impact, we'll be willing to roll this > feature back, but please allow the Perf bots to work for a day or two > to collect more detailed statistics on the regressions, as it will help > us to identify ways to speed it up (most likely, by inventing new ways > for automatic devirtualization). > > BUG=464797 > > Committed: https://crrev.com/01f474c48200a1e556a4cf668e2b5dbda0f38a6f > Cr-Commit-Position: refs/heads/master@{#405894} TBR=thakis@chromium.org,esprehn@chromium.org,krasin@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=464797 Review-Url: https://codereview.chromium.org/2154993002 Cr-Commit-Position: refs/heads/master@{#405944}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/82a881ed..e7331d48 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_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,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2161473002 Cr-Commit-Position: refs/heads/master@{#405943}
-
rchlodnicki authored
Store a map of link enabled states so that we can use it to enable next visibile view on hidding active view. Map is ordered so it works to iterate it. BUG=616382 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2121763002 Cr-Commit-Position: refs/heads/master@{#405942}
-
joone.hur authored
In Chrome terminology, a Display corresponds to a single physical output CRT or LCD. However, Display represents a connection to the compositor in Wayland so we need to rename WaylandDisplay to WaylandConnection in order to avoid terminology confusion. See discussion here: https://codereview.chromium.org/2042503002/#msg21 BUG=none Review-Url: https://codereview.chromium.org/2147523003 Cr-Commit-Position: refs/heads/master@{#405941}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/81943068..82a881ed 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_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,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2157473003 Cr-Commit-Position: refs/heads/master@{#405940}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#405939}
-
stevenjb authored
BUG=602538 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2146553005 Cr-Commit-Position: refs/heads/master@{#405938}
-
zmo authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/ce8f6bb..1eb6562 BUG= TEST=bots TBR=kbr@chromium.org,cwallez@chromium.org NOTRY=true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2158663002 Cr-Commit-Position: refs/heads/master@{#405937}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/f0c30f55665e..280d537e2893 $ git log f0c30f556..280d537e2 --date=short --no-merges --format='%ad %ae %s' 2016-07-15 bungeman Revert of Rotate emoji with FreeType. (patchset #5 id:80001 of https://codereview.chromium.org/2139703002/ ) 2016-07-15 abarth Add support for Fuchsia GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2152273002 2016-07-15 bungeman Rotate bitmap strikes with FreeType. 2016-07-15 reed move responsibility for creating raster-device into pdf 2016-07-15 msarett Speculatively fix Android automerger 2016-07-15 msarett Add capability for SkColorXform to output half floats 2016-07-15 egdaniel Dont allocate a new image which already has mip levels, when regenerating vulkan mipmaps 2016-07-15 halcanary SkPdf: smaller color serialization CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=msarett@google.com Review-Url: https://codereview.chromium.org/2154063002 Cr-Commit-Position: refs/heads/master@{#405936}
-
robert.bradford authored
This resolves build failures using gcc under "cros chrome-sdk" due to -Werror=conversion-null. See bug for full build error log. BUG=628667 TEST=ash_unittests builds under "cros chrome-sdk" Review-Url: https://codereview.chromium.org/2155693003 Cr-Commit-Position: refs/heads/master@{#405935}
-
lushnikov authored
Currently, the selectors in styles sidebar pane are rendered each in a separate span, which makes them ctrl-clickable. This is needed to help in SourceMap debugging, as different selectors might be coming from different places in sources. (see crbug.com/266416) However, as it generates a lot of DOM nodes, this patch stitches unmatched selectors together in a single element. The selectors, however, are rendered separately as the user hits Ctrl and hovers over the section. BUG=628409 R=pfeldman, dgozman Review-Url: https://codereview.chromium.org/2146233003 Cr-Commit-Position: refs/heads/master@{#405934}
-
dpranke authored
This finishes the work in bug 625353 to make v8_target_cpu/v8_current_cpu work correctly across multiple toolchains, by deleting the workaround that was needed to get the changes to land across repos. TBR=machenbach@chromium.org BUG=625353 Review-Url: https://codereview.chromium.org/2157733002 Cr-Commit-Position: refs/heads/master@{#405933}
-
varkha authored
This is non-MD 9-patch shadow just to test drive the looks. Effectively this patch preserves the regular ash window shadows and applies them in overview. BUG=608852 Review-Url: https://codereview.chromium.org/2150823002 Cr-Commit-Position: refs/heads/master@{#405932}
-
lanwei authored
The below pointer event tests cause memory leak. pointerevents/pointerevent_touch-action-auto-css_touch-manual.html pointerevents/pointerevent_releasepointercapture_onpointercancel_touch-manual.html pointerevents/pointerevent_touch-action-pan-x-pan-y_touch-manual.html BUG=628660 Review-Url: https://codereview.chromium.org/2154713003 Cr-Commit-Position: refs/heads/master@{#405931}
-
rsleevi authored
BUG=none Review-Url: https://codereview.chromium.org/2156643003 Cr-Commit-Position: refs/heads/master@{#405930}
-
lushnikov authored
Today, when the computed styles widget gets updated, it collapses all the previously expanded properties. This patch preserves property expansion on computed style re-rendering. BUG=623317 R=dgozman Review-Url: https://codereview.chromium.org/2152313002 Cr-Commit-Position: refs/heads/master@{#405929}
-
zmo authored
BUG=429053 TEST=webgl2_conformance R=piman@chromium.org CQ_INCLUDE_TRYBOTS=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 Review-Url: https://codereview.chromium.org/2152213002 Cr-Commit-Position: refs/heads/master@{#405928}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#405927}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/09f0997bf BUG=616600 TBR=chrishtr@chromium.org Review URL: https://codereview.chromium.org/2153333002 . Cr-Commit-Position: refs/heads/master@{#405926}
-
pfeldman authored
Review-Url: https://codereview.chromium.org/2152093002 Cr-Commit-Position: refs/heads/master@{#405925}
-
dpapad authored
BUG=626989,602896 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2153243002 Cr-Commit-Position: refs/heads/master@{#405924}
-
jaydasika authored
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2158633002 Cr-Commit-Position: refs/heads/master@{#405923}
-
bsep authored
BUG=613414 Review-Url: https://codereview.chromium.org/2147143003 Cr-Commit-Position: refs/heads/master@{#405922}
-
stevenjb authored
This CL: * Does some code cleanup * Fixes showing and enabling of the Connect button * Fixes pincode and passkey logic * Disables the 'enable' UI when bluetooth is not available. BUG=602538 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2148573003 Cr-Commit-Position: refs/heads/master@{#405921}
-
wkorman authored
Cull rects were larger than needed when text was selected. Identified while investigating test failure of: svg/text/text-selection-align-06-b.svg as part of http://crrev.com/2073563002 for crbug.com/616600, though fixing these did not actually fix any issues for that patch or bug. Reland of http://crrev.com/2137753002 with updated test to approximate expected rects to allow for minor font metrics differences across platforms. Notably, previous patch failed on Android Nexus 4 due to 1 - 2 pixel deltas. BUG=627233 TBR=pdr Review-Url: https://codereview.chromium.org/2151323004 Cr-Commit-Position: refs/heads/master@{#405920}
-
kbr authored
Mark the test flaky on Win Debug (can't identify this separately from Win x64 Debug). Add better logging. BUG=628697 CQ_INCLUDE_TRYBOTS=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 Review-Url: https://codereview.chromium.org/2152283004 Cr-Commit-Position: refs/heads/master@{#405919}
-
caseq authored
This generalize the way we finialize timeline recording so that it's easier to plug in extension trace providers. BUG=620066 Review-Url: https://codereview.chromium.org/2137213004 Cr-Commit-Position: refs/heads/master@{#405918}
-
chrishtr authored
BUG=616600 Review-Url: https://codereview.chromium.org/2147393003 Cr-Commit-Position: refs/heads/master@{#405917}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1d801c6f..81943068 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_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,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2158643002 Cr-Commit-Position: refs/heads/master@{#405916}
-