- 07 Apr, 2017 40 commits
-
-
parastoog authored
-- When we click on a text-field, the title text moves, so the best way to make it permanently aligned is to make all the drop-down fields take a full line. BUG=707860 Review-Url: https://codereview.chromium.org/2791363002 Cr-Commit-Position: refs/heads/master@{#462831}
-
jbauman authored
This seems to cause a lost device, which causes the next test to fail. BUG=709320 TBR=kbr@chromium.org NOTRY=true CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_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 Review-Url: https://codereview.chromium.org/2804963003 Cr-Commit-Position: refs/heads/master@{#462830}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2802703002 Cr-Commit-Position: refs/heads/master@{#462829}
-
kinuko authored
The implentation was removed sometime ago, but I forgot to remove the declaration. BUG=695279 R=horo@chromium.org,japhet@chromium.org Review-Url: https://codereview.chromium.org/2797423004 Cr-Commit-Position: refs/heads/master@{#462828}
-
mvanouwerkerk authored
BUG=707776 Review-Url: https://codereview.chromium.org/2799153003 Cr-Commit-Position: refs/heads/master@{#462827}
-
wychen authored
A CopylessPaste mojo service in Blink is added. The parsed data would be forwarded to the app indexing service. BUG=693650 Review-Url: https://codereview.chromium.org/2787703002 Cr-Commit-Position: refs/heads/master@{#462826}
-
pkalinnikov authored
This CL adds a separate index for activation rules. This drastically increases speed of IndexedRuleset::ShouldDisableFilteringForDocument, because currently there are only about 20 rules with activation options, as opposed to tens of thousands URL rules total in the ruleset. Ultimately, this change makes computing activation states for subdocuments very fast. Memory footprint added by the new index is less than a kilobyte. BUG=708458 Review-Url: https://codereview.chromium.org/2797133006 Cr-Commit-Position: refs/heads/master@{#462825}
-
guidou authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/b2ae98c..b9bfcb4 $ git log b2ae98c..b9bfcb4 --date=short --no-merges --format=%ad %ae %s 2017-04-07 mbonadei@webrtc.org Reland of Loosening the coupling between WebRTC and //third_party/protobuf (patchset #1 id:1 of https://codereview.webrtc.org/2786363002/ ) 2017-04-07 asapersson@webrtc.org Update stats for cpu/quality adaptation changes to excluded time when video is suspended. 2017-04-06 henrik.lundin@webrtc.org Make AudioProcessing::GetConfig() pure virtual 2017-04-06 oprypin@webrtc.org Support multiple connected Android devices in low bandwidth audio test 2017-04-06 deadbeef@webrtc.org Make PacketTransportInternal inherit from PacketTransportInterface. 2017-04-06 peah@webrtc.org Correction of the AEC3 underrun behavior and minor other corrections 2017-04-06 peah@webrtc.org Major updates to the echo removal functionality in AEC3 2017-04-06 ossu@webrtc.org Injectable audio encoders: voice_engine/channel changes. 2017-04-06 marpan@google.com Re-enable FullStackTest.ScreenshareSlidesVP9_2SL test. 2017-04-06 lliuu@webrtc.org Adding AudioDeviceDataObserver interface 2017-04-06 ossu@webrtc.org Injectable audio encoders: BuiltinAudioEncoderFactory TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2799743008 Cr-Commit-Position: refs/heads/master@{#462824}
-
melandory authored
The CL moves the SafeBrowsingActivationThrottle to production and removes the feature (kSubresourceFilterSafeBrowsingActivationThrottle, which has guarded it's creation. BUG=671962 Review-Url: https://codereview.chromium.org/2770153004 Cr-Commit-Position: refs/heads/master@{#462823}
-
horo authored
This is the first patch for the off-main-thread fetch project. https://goo.gl/hgmQbP We will implement this under "--enable-features=OffMainThreadFetch" flag. I will submit https://codereview.chromium.org/2799883002, when it will be ready to test in Chrome. BUG=443374 Review-Url: https://codereview.chromium.org/2798083004 Cr-Commit-Position: refs/heads/master@{#462822}
-
kinuko authored
BUG=662769 R=yhirano@chromium.org Review-Url: https://codereview.chromium.org/2798393006 Cr-Commit-Position: refs/heads/master@{#462821}
-
andypaicu authored
Most tests were passing as they were Brought 2 tests into CSP3 land in regards to the violated directive BUG=694525 Review-Url: https://codereview.chromium.org/2801873005 Cr-Commit-Position: refs/heads/master@{#462820}
-
eseckler authored
RenderWidgetHostViewAura uses the background color provided in the CompositorFrame to update its own background color. This update should not result in telling the RenderView to turn its background transparent. BUG=689349 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2702153003 Cr-Commit-Position: refs/heads/master@{#462819}
-
tansell authored
Move the special exit status codes from layout tests into common to allow other things like wpt-import to reuse the constants. Review-Url: https://codereview.chromium.org/2800853003 Cr-Commit-Position: refs/heads/master@{#462818}
-
rego authored
BUG=706118 Review-Url: https://codereview.chromium.org/2805793004 Cr-Commit-Position: refs/heads/master@{#462817}
-
yutak authored
This is essentially the result of the following shell command followed by git cl format: find . -type f -exec sed -i 's/"wtf\//"platform\/wtf\//g' {} \; DEPS is updated in order to prevent further introduction of "wtf/". BUG=691465 R=haraken@chromium.org Review-Url: https://codereview.chromium.org/2805733003 Cr-Commit-Position: refs/heads/master@{#462816}
-
yhanada authored
Before this change, clicking the settings button on a notification opens the notification section in the settings window (chrome://settings) BUG=706658 Review-Url: https://codereview.chromium.org/2799653004 Cr-Commit-Position: refs/heads/master@{#462815}
-
bsazonov authored
This CL fixes crash that is caused by asynchronous callback trying to show dialog after activity was paused. Android framework doesn't allow committing FragmentTransactions after call to onSaveInstanceState, because such transactions can lead to state loss if activity is killed and recreated from the earlier saved state. This CL uses commitAllowingStateLoss() to avoid exception and crash. Possible state loss is not important in this case because of crbug.com/708156. BUG=672251 Review-Url: https://codereview.chromium.org/2794063004 Cr-Commit-Position: refs/heads/master@{#462814}
-
ulan authored
This patch changes the scrolling logic in the stories such that each story does the same fixed amount of scrolling in any run. Apart from that the stories are refactored and unified following the convention of the system health stories. PERF SHERIFF NOTE: expect regressions and/or improvements in - v8.infinite_scroll_tbmv2 (and other variants of this benchmark). - v8.mobile_infinite_scroll_tbmv2 (and other variants of this benchmark). BUG=chromium:704124 Review-Url: https://codereview.chromium.org/2773483002 Cr-Commit-Position: refs/heads/master@{#462813}
-
yhirano authored
This CL removes ResourceFetcher::preloads as a preliminary change for changing how preloaded resources are held in ResourceFetcher. BUG=652228 Review-Url: https://codereview.chromium.org/2797423003 Cr-Commit-Position: refs/heads/master@{#462812}
-
yiyix authored
According to the Fetch spec, the Request constructor is called with |input| only, then referrer attribute will be set to "about:client". From fetch spec, https://fetch.spec.whatwg.org/#concept-request: Unless the referrer is set to anther value in request, it is set to "about:client" by default. BUG=624278 Review-Url: https://codereview.chromium.org/2802153002 Cr-Commit-Position: refs/heads/master@{#462811}
-
joelhockey authored
Out of all FrameViewBase types, only plugin implemented the setFocus method, so Document checks if element is HTMLPlugInElement and calls plugin::setFocus directly. Added tests to ensure that if JS onfocus/onblur code changes element focus, the plugin stays in a consistent state of whether it thinks it is in focus. BUG=637460 Review-Url: https://codereview.chromium.org/2797943002 Cr-Commit-Position: refs/heads/master@{#462810}
-
bugsnash authored
Part of Project Ribbon, separating the parsing logic for CSS properties from the parser into an API. This patch - added parseSingleValue method to the CSSPropertyAPICounterReset API, with parsing logic moved from CSSPropertyParser - removed CSSPropertyCounterReset from the switch statement in CSSPropertyParser::parseSingleValue, calling the API instead using a CSSPropertyDescriptor - added parseSingleValue to counter-reset in CSSProperties.json5 so it will be added to the generated files for the api Diffs in generated files: https://gist.github.com/BugsNash/ee5824f42b2120bc405ef97f6e10d99a/revisions BUG=668012 Review-Url: https://codereview.chromium.org/2784443003 Cr-Commit-Position: refs/heads/master@{#462809}
-
bugsnash authored
This is pre work to allow the parseSingleValue method of the CSSPropertyTextShadow and CSSPropertyBoxShadow properties to be implemented in separate APIs. This patch also makes the arguments passed to consumeShadow consistent with those passed to parseSingleShadow and removes property specific naming in those arguments. BUG=668012 Review-Url: https://codereview.chromium.org/2796803002 Cr-Commit-Position: refs/heads/master@{#462808}
-
chrishtr authored
TBR=wangxianzhu@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2804213002 Cr-Commit-Position: refs/heads/master@{#462807}
-
yukishiino authored
Simply fixes a comment in Bluetooth::requestDevice, which says that it's "Incumbent", but actually it's "Relevant". BUG= Review-Url: https://codereview.chromium.org/2801743003 Cr-Commit-Position: refs/heads/master@{#462806}
-
rhalavati authored
Network traffic annotation is added to network request of url_provision_fetcher. BUG=656607 ------------------------------------------ Review-Url: https://codereview.chromium.org/2717483002 Cr-Commit-Position: refs/heads/master@{#462805}
-
treib authored
BUG=703165 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2796643002 Cr-Commit-Position: refs/heads/master@{#462804}
-
dullweber authored
accidential clicks when the user actually wanted to press the back or home button. https://screenshot.googleplex.com/evyLBUaowaG.png BUG=681523 Review-Url: https://codereview.chromium.org/2805623003 Cr-Commit-Position: refs/heads/master@{#462803}
-
nisse authored
Needed after the move of the rtc::Task class and its tests, because webrtc in chrome is built with NO_MAIN_THREAD_WRAPPING. BUG=708968 Review-Url: https://codereview.chromium.org/2803023002 Cr-Commit-Position: refs/heads/master@{#462802}
-
mastiz authored
It's not clear whether this is the desired behavior, but let's at least document it in the form of tests. BUG=708447 Review-Url: https://codereview.chromium.org/2804573002 Cr-Commit-Position: refs/heads/master@{#462801}
-
jochen authored
BUG=694222 R=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2797673002 Cr-Commit-Position: refs/heads/master@{#462800}
-
vabr authored
Recent flakes are reported even from non-official builds. TBR=mathp@chromium.org BUG=516052,390564,708997 Review-Url: https://codereview.chromium.org/2801753006 Cr-Commit-Position: refs/heads/master@{#462799}
-
timloh authored
As getInstalledRelatedApps is a privacy-sensitive API, restricting it to top-level frames should help reduce potential undesired usage while not adversely affecting intended usage (e.g. ads in iframes won't be able to use this). BUG=707620 Review-Url: https://codereview.chromium.org/2800523004 Cr-Commit-Position: refs/heads/master@{#462798}
-
foolip authored
Revert of Move getUserMedia finish to "when audio track configured". (patchset #7 id:120001 of https://codereview.chromium.org/2777583002/ ) Reason for revert: The added DCHECK(format_is_set()) is failing in MediaStreamTrack-getSettings.html BUG=709188 Original issue's description: > Move getUserMedia finish to "when audio track configured". > > Previously, getUserMedia() would complete as soon as the sources > were initialized - which did not do all the initialization. > This CL will make getUserMedia() return when the track has been > told of its configuration through OnSetFormat() from upstream. > > This will allow GetSettings() to read the audio configuration from > the track without worrying about whether the configuration is > propagated or not. > > BUG=704918 > > Review-Url: https://codereview.chromium.org/2777583002 > Cr-Commit-Position: refs/heads/master@{#462523} > Committed: https://chromium.googlesource.com/chromium/src/+/a52d69d1877b170684041bed04d28acced85e40d TBR=guidou@chromium.org,hta@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=704918 Review-Url: https://codereview.chromium.org/2803183002 Cr-Commit-Position: refs/heads/master@{#462797}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/4bb4029b1523..0e5d892fe86d $ git log 4bb4029b1..0e5d892fe --date=short --no-merges --format='%ad %ae %s' 2017-04-06 thestig Use libjpeg-turbo instead of our own copy of libjpeg. Created with: roll-dep src/third_party/pdfium BUG=541704 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 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2802993004 Cr-Commit-Position: refs/heads/master@{#462796}
-
beaufort.francois authored
BUG=704121 Review-Url: https://codereview.chromium.org/2777003003 Cr-Commit-Position: refs/heads/master@{#462795}
-
jdoerrie authored
This change removes base::Value::CreateNullValue in favor of Value's default constructor. In particular, this change - Replaces |Value::CreateNullValue()| with |MakeUnique<Value>()|. - Adds #includes of base/memory/ptr_util.h where needed. - Replaces |std::unique_ptr<Value>| with |auto| where appropriate. - Replaces |*Value::CreateNullValue()| with |Value()|. - Replaces |Value::CreateNullValue().release()| with |new Value()|. BUG=646113 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2792573002 Cr-Commit-Position: refs/heads/master@{#462794}
-
foolip authored
Revert of Disable MediaStreamAudioTest.CallbackOnTrackInitialization on Mac. (patchset #1 id:1 of https://codereview.chromium.org/2799663006/ ) Reason for revert: Whole test should be reverted: https://codereview.chromium.org/2803183002/ Original issue's description: > Disable MediaStreamAudioTest.CallbackOnTrackInitialization on Mac. > > Disabling the test, because it has been consistently failing > for the last 3 builds on Mac10.9 Tests (dbg). OTOH, note that > FindIt says that it cannot find the culprit CL and thinks that > the test is just flaky. In either case, disabling the test seems like > the right thing to do. > > BUG=709231 > TBR=hta@chromium.org > > Review-Url: https://codereview.chromium.org/2799663006 > Cr-Commit-Position: refs/heads/master@{#462701} > Committed: https://chromium.googlesource.com/chromium/src/+/e0f62aa119e65f04322c7d51b09c7e75dc2adc53 TBR=hta@chromium.org,lukasza@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=709231 Review-Url: https://codereview.chromium.org/2805443004 Cr-Commit-Position: refs/heads/master@{#462793}
-
hiroshige authored
This is preparation for https://codereview.chromium.org/2780463002/ that moves callers of isLegacySupportedJavaScriptLanguage() to outside ScriptLoader. BUG=594639, 686281 Review-Url: https://codereview.chromium.org/2806523002 Cr-Commit-Position: refs/heads/master@{#462792}
-