- 07 Apr, 2017 40 commits
-
-
fdoray authored
TestBrowserThread is deprecated. TestBrowserThreadBundle provides all browser threads, a blocking pool and a TaskScheduler. This CL was generated using the script posted on the bug + git cl format + tools/sort-headers.py + some manual adjustments. BUG=272091 R=gab@chromium.org TBR=jochen@chromium.org Review-Url: https://codereview.chromium.org/2799253002 Cr-Commit-Position: refs/heads/master@{#462839}
-
binlu authored
This is to be consistent with our intended implementation & better measure the metrics on vibrate blocking. The Intent to Deprecate thread: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/QGcpjisxtik BUG=704650 Review-Url: https://codereview.chromium.org/2804913004 Cr-Commit-Position: refs/heads/master@{#462838}
-
peria authored
This change makes V8HiddenValue class stateless, and we can remove m_hiddenValue in V8PerIsolate. BUG=611864 Review-Url: https://codereview.chromium.org/2774233007 Cr-Commit-Position: refs/heads/master@{#462837}
-
foolip authored
It flakily times out on the Linux Tests builder. BUG=709202 TBR=avallee@chromium.org Review-Url: https://codereview.chromium.org/2801943004 Cr-Commit-Position: refs/heads/master@{#462836}
-
mikhail.pozdnyakov authored
The updated OrientationSensor.populateMatrix() algorithm[1] does not check sensor's state, it checks only whether the reading data are present. BUG=661478 [1] https://w3c.github.io/orientation-sensor/#orientationsensor-populatematrix Review-Url: https://codereview.chromium.org/2798923003 Cr-Commit-Position: refs/heads/master@{#462835}
-
andypaicu authored
Moved over local tests that are more comprehensive than the ones present Adapted the moved-over local tests to use testharness Removed old tests because they covered the same things in less detail Un-skipped the folder in TestExpectations BUG=694525 Review-Url: https://codereview.chromium.org/2798353002 Cr-Commit-Position: refs/heads/master@{#462834}
-
pkalinnikov authored
This change makes a difference of about 64 kB in the memory footprint of IndexedRuleset. BUG=708458 Review-Url: https://codereview.chromium.org/2798363002 Cr-Commit-Position: refs/heads/master@{#462833}
-
foolip authored
BUG=709394 TBR=maxmorin@chromium.org Review-Url: https://codereview.chromium.org/2804953006 Cr-Commit-Position: refs/heads/master@{#462832}
-
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}
-