- 30 Nov, 2017 40 commits
-
-
Kenneth Russell authored
This reverts commit df64b29e. Reason for revert: Caused http://crbug.com/790557 . Original change's description: > Add WebRTC logging to Windows audio input implementation. > > Log failures in Open() and Start(). > > Bug: 757737 > 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 > Change-Id: Idaad68af9aabc753cb4fca17b2dfff3cdf69d83b > Reviewed-on: https://chromium-review.googlesource.com/795727 > Commit-Queue: Henrik Grunell <grunell@chromium.org> > Reviewed-by: Max Morin <maxmorin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#520562} TBR=grunell@chromium.org,maxmorin@chromium.org,marinaciocea@chromium.org Change-Id: I54d97e5063d5a63325977ce19753d1e5439dd396 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 757737, 790557 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 Reviewed-on: https://chromium-review.googlesource.com/801263Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#520648}
-
Avi Drissman authored
BUG=790549,788390 TBR=beccahughes NOTRY=true Change-Id: I4046eb8ca85c48ba0ec851a14700ace62deca5c0 Reviewed-on: https://chromium-review.googlesource.com/801656 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#520647}
-
Daniel Bratell authored
A header forward declared a WebUIMessageHandler in the global namespace which seriously confused jumbo builds since the actual WebUIMessageHandler is in the content namespace. Change-Id: I623b2f729d03dbea199c27f62790f8119d0e3926 Reviewed-on: https://chromium-review.googlesource.com/800933 Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#520646}
-
Hiroshige Hayashizaki authored
Bug: 686281 Change-Id: I2909d2f199deec969948177770a6947ca86ddee8 Reviewed-on: https://chromium-review.googlesource.com/721843 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#520645}
-
bsheedy authored
Makes the post-test WebappRegistry clearing occur on the UI thread. This fixes the ConcurrentModificationException that was occasionally being thrown due to the WebappRegistry's mStorages hash map being simultaneously iterated over and modified on separate threads. Bug: Change-Id: I38331b90d2c84cca59b4012ab4b407c191ad606f Reviewed-on: https://chromium-review.googlesource.com/798111Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#520644}
-
Xianzhu Wang authored
If the new virtual baseline is the same as the fallback, don't create new baseline file. This is just the same logic as --reset-results for normal tests and flag-specific results. Change the condition to remove the old baseline before creating the new baseline to ensure the logic for virtual tests. (An example of the case: Before rebaseline: base test: some/test.html generic baseline: some/test-expected.txt containing "BASE" virtual test: virtual/spv175/some/test.html virtual baseline: virtual/spv175/some/test-expected.txt containing "DIFF" Suppose a code change causes the test produces the same result for the base test and the virtual test. Previously we would reset the virtual baseline leaving it along with the generic baseline file even if they were the same. Now we will delete the virtual baseline.) Remove extra spv175 baselines. Change-Id: I3b586d7d0225b1ffd8b7da14f81914d9dacfbf03 Reviewed-on: https://chromium-review.googlesource.com/801210Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#520643}
-
MinChen authored
Drag up the closing launcher on the shelf area and end with FLING_START event with velocity_y that exceeds |kAppListDragVelocityThreshold| will end with setting the launcher state to FULLSCREEN_ALL_APPS. But the state was already set to CLOSED after close animation is started and hence setting state to FULLSCREEN_ALL_APPS does not have effect. Should dismiss the launcher instead of setting its state in this case. Related cl: https://chromium-review.googlesource.com/c/chromium/src/+/667949 Bug: 766324 Change-Id: Ibac26da14cd18c99046b801c96c974484f5d30c6 Reviewed-on: https://chromium-review.googlesource.com/798321 Commit-Queue: min c <minch@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#520642}
-
Michael Giuffrida authored
Events that would trigger logging TabMetrics are ignored if we already logged TabMetrics for the same UKM source (navigation) in the past 10 seconds. This is intended to prevent possible flooding of UKMs. This CL parameterizes that timeout as a fieldtrial param so we can tweak it as necessary while keeping a safe default. Bug: 789678 Change-Id: Icd441e78cbef0a57d4b2ee2570bc09e1b1e565ef Reviewed-on: https://chromium-review.googlesource.com/797772 Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#520641}
-
Victor Costan authored
Bug: 780626 Change-Id: If716fdc9c5313ac67eb0d8580b219b3916122377 Reviewed-on: https://chromium-review.googlesource.com/762517Reviewed-by:
Chris Mumford <cmumford@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#520640}
-
Jared Saul authored
To be used in SaveCardBubbleViewsBrowsertest Bug: 772483 Change-Id: Ia5ffc7fb180465aec335f8e6a37feb200aebdccf Reviewed-on: https://chromium-review.googlesource.com/792264 Commit-Queue: Jared Saul <jsaul@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#520639}
-
edchin authored
The sync error infobar was presenting from a dismissed view controller. This CL plumbs in the BVC as the sync presenter to the sync error infobar. Bug: 788377 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I26ee8ec25432d8eb482ff45d6320f4c2877702e4 Reviewed-on: https://chromium-review.googlesource.com/795651Reviewed-by:
Gregory Chatzinoff <gchatz@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#520638}
-
Wenzhao Zang authored
A follow-up of adding the info to views-based lock (CL 786635) Bug: 789755 Change-Id: If869eba2e770667fbee607e6e2ff2093d2cf26a8 Reviewed-on: https://chromium-review.googlesource.com/798852Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#520637}
-
Ted Choc authored
BUG= Change-Id: If69d11225a5832ff5217c23e3e1dde505f7f4d58 Reviewed-on: https://chromium-review.googlesource.com/797944Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#520636}
-
John Chen authored
Update ChromeDriver to support PlzNavigate in Chrome v63. (v64 is already supported.) Bug: chromedriver:2025 Change-Id: I9efcda03d24c5475b01e2736992624a3dffd687b Reviewed-on: https://chromium-review.googlesource.com/798801Reviewed-by:
Shuotao Gao <stgao@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#520635}
-
Doug Arnett authored
Occasional flakes on win7_chromium_rel_ng. Bug: 789948 Change-Id: I8021688e7d67a5d1313cd1189df7920cf1cb9b2d Reviewed-on: https://chromium-review.googlesource.com/801114 Commit-Queue: Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#520634}
-
Christopher Grant authored
BUG= TBR=vollick@chromium.org 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 Change-Id: Ia51ac38950206dbe28aa2461c2ac2e88cc98c20d Reviewed-on: https://chromium-review.googlesource.com/800891 Commit-Queue: Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#520633}
-
Wojciech Dzierżanowski authored
Initialize base::StatisticsRecorder early in the test suite to ensure histogram pointers created at any moment during test execution are available globally. See https://codereview.chromium.org/2901703002 for a more complete explanation. Change-Id: Ib2c81dd8ef960168355c53dbc80f2a7833153483 Reviewed-on: https://chromium-review.googlesource.com/800431Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#520632}
-
Louis Romero authored
When opening a new tab from a keyboard command, the BVC is told to also focus the omnibox. Bug: 548179 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I98269d85e8a4d49150d58874f2c15ceea7bd9387 Reviewed-on: https://chromium-review.googlesource.com/789751 Commit-Queue: Louis Romero <lpromero@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#520631}
-
Peiyong Lin authored
This is a reland of 1acd2bd8 Revert reason: Break Win x64 Builder (dbg) Original change's description: > [scheduler] Add per-thread task duration UMA. > > Previously, we have extensive metric coverage and understanding of types of > work being run on the renderer main thread. Our understanding of work being > done on other renderer threads, however, is very limited. This patch: > > 1. Moved TaskDurationMetricReporter to util/ so that it can be shared by > child/; > 2. Added OnTaskCompleted API in WorkerScheduler and implemented it in > WorkerSchedulerImpl and CompositorScheduler; > 3. Report per-thread task duration for main thread, worker thread and > compositor thread. > > BUG=788744 > > Change-Id: Ida597ccb90ff42129fd786f95f0d9810a5d5b745 > Reviewed-on: https://chromium-review.googlesource.com/795014 > Reviewed-by: Steven Holte <holte@chromium.org> > Reviewed-by: Alexander Timin <altimin@chromium.org> > Commit-Queue: lpy <lpy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#520368} TBR=holte@chromium.org Bug: 788744 Change-Id: Iecdcd17dd9bc5e934be73f38f6bfc9574e250f3f Reviewed-on: https://chromium-review.googlesource.com/798851 Commit-Queue: lpy <lpy@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#520630}
-
Tom Sepez authored
This was also seen in strace of network service. Moved some code around to put reading command and writing reply to the socket in the same function. Bug: 715679 Change-Id: I381607c50e8aa1cf85f59fb7817efdf725f8c768 Reviewed-on: https://chromium-review.googlesource.com/780440 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#520629}
-
Herb Derby authored
This reverts commit 270b4e2b. Reason for revert: causes msan regression in fuzzer BUG=789812 TBR=danakj@chromium.org Original change's description: > Turn on new image blur for chrome. > > BUG=472742 > > Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel > Change-Id: Iddaaf37132faf2698c09ae0851c741fb78d97656 > Reviewed-on: https://chromium-review.googlesource.com/791010 > Reviewed-by: danakj <danakj@chromium.org> > Reviewed-by: Florin Malita <fmalita@chromium.org> > Commit-Queue: Herb Derby <herb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#519831} TBR=danakj@chromium.org,fmalita@chromium.org,herb@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 472742 Change-Id: Ia7a31e8ec46679b69e2bad02896921da45dc279a Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/801150 Commit-Queue: Herb Derby <herb@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#520628}
-
Alexander Timin authored
R=skyostil@chromium.org BUG=699541 Change-Id: I8809b1f1486a6d92be56deaee7e135540cc0c03f Reviewed-on: https://chromium-review.googlesource.com/800639Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#520627}
-
Benoît Lizé authored
85023f02 rolled clang past r318199 adding an option to insert instrumentation calls after inlining. This drastically decreases the instrumented build size: before: -rwxr-x--- 1 lizeb eng 257M Nov 29 14:20 libchrome.so* after: -rwxr-x--- 1 lizeb eng 67M Nov 29 14:49 libchrome.so* This should reduce compilation time on the orderfile bot. Bug: 776702 Change-Id: I37549e5f6611286ff09238d428b05458f8f2397c Reviewed-on: https://chromium-review.googlesource.com/796478Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Reviewed-by:
Matthew Cary <mattcary@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#520626}
-
Chandan Padhi authored
media_devices.mojom is moved from //content to //WebKit/public to allow MediaDevicesDispatcherHost mojom interface's access from Blink. This CL is the first step towards migration of MediaDevices.enumerateDevices() processing from content to Blink. Bug: 764680 Change-Id: I2abdf63b7601cc24aa74434384cd0b7d28d69656 Reviewed-on: https://chromium-review.googlesource.com/790119Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#520625}
-
Peng Huang authored
This CL adds a PresentationCallback for gl::GLSurface::SwapBuffers, gl::GLSurface::PostSubBuffer, etc. This callback is used for getting presentation information (timestamp for when the buffer is presented on screen, etc). This CL also plumbs the presentation information from GLSurface to viz::Display to trigger FrameSink presentation feedbacks. Bug: 776877 Test: Tested with wayland_rects_client which uses FrameSink presentation feedback. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;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 Change-Id: Ifefc21fd1e88ebaea083760115a55ab0033573ce Reviewed-on: https://chromium-review.googlesource.com/741451Reviewed-by:
Brian Anderson <brianderson@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#520624}
-
Devlin Cronin authored
Currently, native extension bindings use the same method to execute script whether or not JS is suspended at the time. The difference instead is that we expect JS to finish synchronously in the sync case. This is nice, because it means that we never circumvent script suspension. Unfortunately, this is insufficient. We need to execute script synchronously in order to respond to certain JS calls, and script can be running at multiple times even though JS is suspended (though it perhaps shouldn't be). Instead, change RunJSFunctionSync() to use APIs that guarantee script execution (WebLocalFrame::CallFunctionEvenIfScriptDisabled and v8::Function::Call). Since these should only be used in response to direct JS entry points, this shouldn't introduce any new areas of running script while suspended. Bug: 786957, 653596 Change-Id: Ibc2f066bd562ab071dbd7cb2bd7de7b46d9d6892 Reviewed-on: https://chromium-review.googlesource.com/786894 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#520623}
-
Robert Sesek authored
Bug: 598854 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If8a541dbd650663d255c04b8bd70bbf0f8d8342e Reviewed-on: https://chromium-review.googlesource.com/794541Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#520622}
-
bsheedy authored
Makes the VR FYI bot upload its results to the chromium-result-details bucket (same as other tests on other bots) so we can get logcat output and post-failure screenshots. Bug: Change-Id: I67f8615ae4184b864f8557821b798d1ae75d2bee Reviewed-on: https://chromium-review.googlesource.com/798396Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#520621}
-
Philip Jägenstedt authored
There is no spec for this, but an old open spec issue: https://github.com/whatwg/fullscreen/issues/15 Bug: 787867 Change-Id: Icde796405fca96e910480aef6f0d6be835f7a27a Reviewed-on: https://chromium-review.googlesource.com/788052 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#520620}
-
Antoine Labour authored
At this point it's only used to get to the IO thread, pass that explicitly instead. Bug: 566273 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 Change-Id: I374215f47024361af958ca0c94250949920f1bd0 Reviewed-on: https://chromium-review.googlesource.com/797917Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#520619}
-
Robert Liao authored
Now that WebRTC has disabled these hooks we can fail builds that previously patched COM. This ensures that the hook is running where we expect it to run instead of failing silently. BUG=737090 Change-Id: I28b6f8203ecff3c3f54396848a70c78a17c9055e Reviewed-on: https://chromium-review.googlesource.com/801250Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#520618}
-
Katie Dektar authored
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I982ee390c102a32d4c3813027d124cca5fb2a3b4 Reviewed-on: https://chromium-review.googlesource.com/801113Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Katie D <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#520617}
-
David Dorwin authored
Change-Id: Id83e00d500fff45c00d1e648715741ba1f71be03 Reviewed-on: https://chromium-review.googlesource.com/795315Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#520616}
-
xlai authored
Bug: 776826 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I4c1d8898a5a983fc0368e792620696f5d90d788b Reviewed-on: https://chromium-review.googlesource.com/800750 Commit-Queue: Olivia Lai <xlai@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#520615}
-
Nate Chapin authored
This removes the sole purpose of ScriptResourceClient, so change its user to just be plain ResourceClients. Bug: 789198 Change-Id: Id72163ad4c7e81492e9f74fa5f1ee68d2b510215 Reviewed-on: https://chromium-review.googlesource.com/792253Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#520614}
-
Evgene Gubernatorov authored
R=wez@chromium.org,rsesek@chromium.org Bug: 772552 Change-Id: I666f2ae1ea4a423250b53715b2957d3a87165935 Reviewed-on: https://chromium-review.googlesource.com/787891Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#520613}
-
rbpotter authored
Bug: 773928 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I55754b306707a8f4a7b32c30c5596263925359a9 Reviewed-on: https://chromium-review.googlesource.com/794433 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#520612}
-
Luis Hector Chavez authored
In order to reduce the number of base::Bind/base::Callback uses added to the codebase while we are in the process of a migration, we can add a global PRESUBMIT.py hook to nudge people to use the new interfaces. Bug: 714018 Test: git cl try Change-Id: I60741a1532a060fc75f3aeb1533e88abbdf9cfe7 Reviewed-on: https://chromium-review.googlesource.com/794879Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#520611}
-
Mike West authored
Bug: 788936 Change-Id: Icd4e22745561d57c691fd0f0e75bb8c3e4a59303 Reviewed-on: https://chromium-review.googlesource.com/795717 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#520610}
-
kapishnikov authored
BUG=706515 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I4e5a3fb4b42c8367abb0e46d8f5383950442e064 Reviewed-on: https://chromium-review.googlesource.com/801050Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Commit-Queue: Andrei Kapishnikov <kapishnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#520609}
-