- 07 Nov, 2016 40 commits
-
-
Florin Malita authored
Disable analytic AA as it is consistently causing crashes on the performance waterfall, e.g.: https://build.chromium.org/p/chromium.perf/builders/Linux%20Perf%20%284%29/builds/13936/steps/smoothness.tough_path_rendering_cases/logs/stdio This is effectively a revert of https://codereview.chromium.org/2457393004 without the changes to the test expectations since they do not revert cleanly any longer. BUG=662722 TBR=fmalita@chromium.org Review URL: https://codereview.chromium.org/2476273002 . Cr-Commit-Position: refs/heads/master@{#430268}
-
amalika authored
This is part of an experimental feature Embedding-CSP. In particular this is the second CL devoted to implementing *3.3. Is policy list subsumed under subsuming policy? In this patch we try to find normalized list of CSPSources from the two given vectors of CSPSources. Example: A: http://*.example.com B: http://example.com/index.html In this case, the latter contains more information because it provides a more specific path and no host wildcard. Thus, their normalization would be equivalent to B. Example: A: http:// B: http://example.com/index.html Scheme-source/ host-source expression normalization should be equivalent to B. Example: A: https:// B: http://example.com/index.html Scheme-source/ host-source expression normalization should return https://example.com/index.html. BUG=647588 Review-Url: https://codereview.chromium.org/2470083002 Cr-Commit-Position: refs/heads/master@{#430267}
-
arthursonzogni authored
This CL gives frames the opportunity to show alternative content when <object data="..."> navigation fails instead of displaying an error page. It fixes a collection of tests(see bug description) that fail with the --enable-browser-side-navigation flag. BUG=657834 Review-Url: https://codereview.chromium.org/2439903003 Cr-Commit-Position: refs/heads/master@{#430266}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/ad512797c940..51c5678f2587 $ git log ad512797c..51c5678f2 --date=short --no-merges --format='%ad %ae %s' 2016-11-07 caryclark use reversePathTo in place of addPathReverse Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=scroggo@google.com Review-Url: https://codereview.chromium.org/2481203002 Cr-Commit-Position: refs/heads/master@{#430265}
-
robpercival authored
This allows audit (aka. inclusion) proofs to be verified, which helps check that CT logs are behaving correctly. BUG=631087 Review-Url: https://codereview.chromium.org/2182533002 Cr-Commit-Position: refs/heads/master@{#430264}
-
rohitrao authored
BUG=None TEST=None Review-Url: https://codereview.chromium.org/2477243002 Cr-Commit-Position: refs/heads/master@{#430263}
-
sfiera authored
There's a lot more here that ought to be tested, but this is a start. Review-Url: https://codereview.chromium.org/2471133004 Cr-Commit-Position: refs/heads/master@{#430262}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a69e9719..424704de 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_trusty_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/2484633002 Cr-Commit-Position: refs/heads/master@{#430261}
-
sdefresne authored
Chrome deployment target is now 10.9 so remove override from iossim when building iOS. BUG=595295 Review-Url: https://codereview.chromium.org/2469983004 Cr-Commit-Position: refs/heads/master@{#430260}
-
sdefresne authored
BUG=658242 Review-Url: https://codereview.chromium.org/2454093002 Cr-Commit-Position: refs/heads/master@{#430259}
-
vasilii authored
This is a follow-up to https://codereview.chromium.org/2458953002. BUG=660278 Review-Url: https://codereview.chromium.org/2478163002 Cr-Commit-Position: refs/heads/master@{#430258}
-
nisse authored
These classes are deprecated in webrtc. BUG=webrtc:5682 Review-Url: https://codereview.chromium.org/2466353003 Cr-Commit-Position: refs/heads/master@{#430257}
-
perkj authored
Removed TestExpectations [ Mac ] fast/forms/datalist/input-appearance-range-with-datalist-zoomed.html [ NeedsManualRebaseline ] Keep crbug.com/662862 [ Mac ] fast/forms/datalist/input-appearance-range-with-datalist-zoomed.html [ Skip ] BUG=662862, 662722 TBR=fmalita@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2477333003 Cr-Commit-Position: refs/heads/master@{#430256}
-
tnagel authored
The server returns an error when the chrome_ad requisition parameter is set, thus removing it to unblock testing and further work. BUG=639066 Review-Url: https://codereview.chromium.org/2476243002 Cr-Commit-Position: refs/heads/master@{#430255}
-
igorcov authored
Chrome OS implementation in https://chromium-review.googlesource.com/#/c/406830/ BUG=653814, 659029 Review-Url: https://codereview.chromium.org/2444023002 Cr-Commit-Position: refs/heads/master@{#430254}
-
stkhapugin authored
Exposes delegate setter on CRWWebControllerContainerView and sets it to zero in CRWWebController dealloc. BUG=None TEST=None Review-Url: https://codereview.chromium.org/2453473002 Cr-Commit-Position: refs/heads/master@{#430253}
-
toyoshim authored
To ship new MIDI backend for Android in a safe way, let me change a existing flag to a feature list flag. BUG=650913 Review-Url: https://codereview.chromium.org/2445723002 Cr-Commit-Position: refs/heads/master@{#430252}
-
alexclarke authored
Tasks posted by InProcessWorkerObjectProxy can be arbitrarily delayed so it's not safe to post a closure with an crossThreadUnretained pointer to the messaging proxy because we can't guarantee it's still there when the closure eventually gets run. We fix this with a WeakPtr. BUG=660427 Review-Url: https://codereview.chromium.org/2478113002 Cr-Commit-Position: refs/heads/master@{#430251}
-
shimazu authored
https://crrev.com/2477223002 looks causing leaks because I forgot to change the path in LeakExpectations. This is a patch following up the change. BUG=506754,629701 TBR=horo Review-Url: https://codereview.chromium.org/2481143002 Cr-Commit-Position: refs/heads/master@{#430250}
-
dubovtsev authored
We should use explicit cast here. BUG=none Review-Url: https://codereview.chromium.org/2485463002 Cr-Commit-Position: refs/heads/master@{#430249}
-
Per authored
+crbug.com/662862 [ Mac ] fast/forms/datalist/input-appearance-range-with-datalist-zoomed.html [ Skip ] BUG=662862 TBR=fmalita@chromium.org Review URL: https://codereview.chromium.org/2476233002 . Cr-Commit-Position: refs/heads/master@{#430248}
-
fs authored
Avoids the awkward-looking indexing expressions. Make casted operations const while at it. Review-Url: https://codereview.chromium.org/2473013002 Cr-Commit-Position: refs/heads/master@{#430247}
-
rune authored
ImageResource objects are shared between urls which only differ in fragment identifier. The fragment identifier of the first requested url is stored on ImageResource. That gave incorrect results when requesting computed style values of backgroundImage for pseudo elements. Use the url which is stored on StyleFetchedImage instead. R=timloh@chromium.org BUG=661998 Review-Url: https://codereview.chromium.org/2474093003 Cr-Commit-Position: refs/heads/master@{#430246}
-
alexilin authored
Make resource score display in webui correctly. ResourcePrefetchPredictorTables changes: - Organize includes and usings. - Get rid of mocking friend at the cost of moving ctor/dtor from private to protected section. - Make ComputeResourceScore public to use it in webui. BUG=631966 Review-Url: https://codereview.chromium.org/2478823002 Cr-Commit-Position: refs/heads/master@{#430245}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/771b75bc..a69e9719 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_trusty_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/2485583002 Cr-Commit-Position: refs/heads/master@{#430244}
-
mkwst authored
BUG=662172 Review-Url: https://codereview.chromium.org/2482443002 Cr-Commit-Position: refs/heads/master@{#430243}
-
tkent authored
setTextAsOfLastFormControlChangeEvent() is meaningful only in ValueMode::kValue. So, we move it in HTMLInputElement::setValue() to *InputType::setValue(). Note that InputType::setValue() is used only for ValueMode::kValue. This CL has no behavior changes. Review-Url: https://codereview.chromium.org/2480133003 Cr-Commit-Position: refs/heads/master@{#430242}
-
tyoshino authored
R=yhirano@chromium.org,mmenke@chromium.org BUG=none Review-Url: https://codereview.chromium.org/2469713002 Cr-Commit-Position: refs/heads/master@{#430241}
-
guidou authored
Updated to use enumerateDevices and remove references to MediaStreamTrack.getSources(). BUG=388194 Review-Url: https://codereview.chromium.org/2472593004 Cr-Commit-Position: refs/heads/master@{#430240}
-
sdefresne authored
Both ios_app_bundle and create_signed_bundle now accept another optional parameter entitlements_targets (incompatible with the entitlements_path parameter). This allow for generating the entitlements file to use at build time. BUG=613543 Review-Url: https://codereview.chromium.org/2473483011 Cr-Commit-Position: refs/heads/master@{#430239}
-
kinaba authored
Revert of arc: Fix default app availability reporting. (patchset #1 id:1 of https://codereview.chromium.org/2468973006/ ) Reason for revert: It's breaking all ARC CTS autotests b/32660818, and I highly suspect it is also affecting the Chrome OS CQ crbug.com/662451. BUG=b/32660818 Original issue's description: > arc: Fix default app availability reporting. > > This solves the case when App list model is created before > ArcAppListPrefs and notifications about defualt apps are > not dispatched. > > BUG=641535 > TEST=Locally on device. > > Committed: https://crrev.com/fdae64e689c5c1424d5da8f827e9d1d10d905c1c > Cr-Commit-Position: refs/heads/master@{#429408} TBR=xiyuan@chromium.org,hidehiko@chromium.org,khmel@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=641535 Review-Url: https://codereview.chromium.org/2477323002 Cr-Commit-Position: refs/heads/master@{#430238}
-
hiroshige authored
This is preparation for [1], fixing test failure of virtual/rootlayerscrolls/fast/history/scroll-restoration/scroll-restoration-fragment-navigation-crossdoc.html with [1]. Before [1], the test is passing because, in FrameLoader::finishedParsing(), restoreScrollPositionAndViewState() is called (in checkCompleted()) before processFragment(), and thus processFragment() doesn't cause scroll because |shouldScrollToFragment| is false because |didRestoreFromHistory| is set to true by restoreScrollPositionAndViewState(). However, after [1], restoreScrollPositionAndViewState() is NOT called in checkCompleted() because [1] causes the document onload to be called after finishedParsing(), and thus processFragment() causes scrolling unexpectedly, not reflecting history.scrollRestoration = 'manual'. This CL makes processFragment() to check scrollRestorationType explicitly, not depending on previous restoreScrollPositionAndViewState() call. [1] https://codereview.chromium.org/2269043002/. BUG=624697, 417782 TEST=virtual/rootlayerscrolls/fast/history/scroll-restoration/scroll-restoration-fragment-navigation-crossdoc.html Review-Url: https://codereview.chromium.org/2467433002 Cr-Commit-Position: refs/heads/master@{#430237}
-
perkj authored
Reland of xo: Add drm support to motion_events. (patchset #1 id:1 of https://codereview.chromium.org/2481713002/ ) Reason for revert: This cl was not to blame. Seems like the real problem is due to daylight saving time on the bots. Original issue's description: > Revert of exo: Add drm support to motion_events. (patchset #11 id:240001 of https://codereview.chromium.org/2477043002/ ) > > Reason for revert: > Seems to break PrecacheFetcherTest.DailyQuot > componnentest on Mac 10.9 and 10.10 > > https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests/builds/31355 > > Original issue's description: > > exo: Add drm support to motion_events. > > > > Add support to render using dmabufs to motion_events wayland > > test client. > > > > BUG=661010 > > TEST=XDG_RUNTIME_DIR=/var/run/chrome /tmp/wayland_motion_events --linux_dmabuf_v1 on kevin. > > > > Committed: https://crrev.com/67808baf1012d79550204d4cb25c4e3a26caa416 > > Cr-Commit-Position: refs/heads/master@{#430224} > > TBR=reveman@chromium.org,dcastagna@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=661010 > > Committed: https://crrev.com/33d7e2f3e00011aa6e02ac99896c1622d9aa7b44 > Cr-Commit-Position: refs/heads/master@{#430230} TBR=reveman@chromium.org,dcastagna@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=661010 Review-Url: https://codereview.chromium.org/2481723002 Cr-Commit-Position: refs/heads/master@{#430236}
-
kouhei authored
User agent CSS such as html.css is processed per renderer start, and blocks time-to-first-meaningful-paint. This CL introduces a simple CSS minimizer which processes html.css before bundling it into resource pak file. html.css: original 23451 bytes minimized 18168 bytes 22% reduction BUG=472927 Review-Url: https://codereview.chromium.org/2088123002 Cr-Commit-Position: refs/heads/master@{#430235}
-
toyoshim authored
This aims to reduce Web MIDI logics in content/renderer so to make coming mojofication change as much simple as possible. BUG=582327 Review-Url: https://codereview.chromium.org/2438043003 Cr-Commit-Position: refs/heads/master@{#430234}
-
ke.he authored
PowerUsageMonitor is currently only used by Chrome and has significant //content dependencies, to decouple it we just move it to //chrome/browser at the current time. The power_usage_monitor.h is deleted as there is no need to export the StartPowerUsageMonitor interface from chrome any more. We add the PowerUsageMonitor as a member into the ChromeBrowserMain. Unittest are also changed accordingly. BUG=647247 Review-Url: https://codereview.chromium.org/2456783002 Cr-Commit-Position: refs/heads/master@{#430233}
-
tikuta authored
This is follow up CL for https://codereview.chromium.org/2466823002/ Review-Url: https://codereview.chromium.org/2466413008 Cr-Commit-Position: refs/heads/master@{#430232}
-
dmazzoni authored
This is much easier now that we have the AXAction enum! BUG=660227 Review-Url: https://codereview.chromium.org/2447013009 Cr-Commit-Position: refs/heads/master@{#430231}
-
perkj authored
Revert of exo: Add drm support to motion_events. (patchset #11 id:240001 of https://codereview.chromium.org/2477043002/ ) Reason for revert: Seems to break PrecacheFetcherTest.DailyQuot componnentest on Mac 10.9 and 10.10 https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests/builds/31355 Original issue's description: > exo: Add drm support to motion_events. > > Add support to render using dmabufs to motion_events wayland > test client. > > BUG=661010 > TEST=XDG_RUNTIME_DIR=/var/run/chrome /tmp/wayland_motion_events --linux_dmabuf_v1 on kevin. > > Committed: https://crrev.com/67808baf1012d79550204d4cb25c4e3a26caa416 > Cr-Commit-Position: refs/heads/master@{#430224} TBR=reveman@chromium.org,dcastagna@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=661010 Review-Url: https://codereview.chromium.org/2481713002 Cr-Commit-Position: refs/heads/master@{#430230}
-
jlebel authored
On a mac, when showing list of available low energy devices, low energy devices which are connected are not shown. To get the list of devices, -[CBCentralManager scanForPeripheralsWithServices:options:] is used. This method reports only advertising devices. For devices that are connected but doesn't advertise, -[CBCentralManager retrieveConnectedPeripheralsWithServices:] needs to be called when starting a discovery session. BUG=630581 Review-Url: https://codereview.chromium.org/2339253002 Cr-Commit-Position: refs/heads/master@{#430229}
-