- 17 Nov, 2017 40 commits
-
-
Eugene But authored
This CL implements DownloadTask public interface. DownloadControllerImpl CL: crrev.com/c/758525 Design doc: http://go/ios-web-download-api Bug: 780646 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Iffea44bfb64cc945f7d899dd7181556a730394f1 Reviewed-on: https://chromium-review.googlesource.com/775889Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#517424}
-
Will Harris authored
These are obtained from the reverse of WTERMSIG macro - e.g. WTERMSIG(132) is 4 which is SIGILL defined in sys/signal.h BUG=None Change-Id: Ifbfb9895354ca511f2787d21feb4b33e415fd8ec Reviewed-on: https://chromium-review.googlesource.com/773778Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#517423}
-
Colin Blundell authored
Several DEPS entries were allowing dependencies on the internals of a service. This CL tightens those DEPS down. Note that a couple are left: this is intentional, as in those cases the services in question are actually being embedded in the dependent. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I7e91f08559399997059c4c81dd7857e19c776175 Reviewed-on: https://chromium-review.googlesource.com/776695Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#517422}
-
Benoit Lize authored
Cygprofile code does a compare and swap on an atomic value. Use the STL atomic_fetch_or_explicit() instead of hand-coding a CAS. Bug: 776702 Change-Id: I049dbbb5f67255b6556d6beae37f243030561079 Reviewed-on: https://chromium-review.googlesource.com/776682Reviewed-by:
Egor Pasko <pasko@chromium.org> Reviewed-by:
Matthew Cary <mattcary@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#517421}
-
Eugene But authored
Verified callbacks correctness with NavigationCallbacksTest.FailedNavigation integration test. Before this CL DidStartNavigation was called twice (second time for presenting error in Native Content). DidFinishNavigation was called once (also for presenting NativeContent). First DidStartNavigation did not have a matching DidStartNavigation call. This CL removes DidStartNavigation/DidFinishNavigation callbacks for for presenting error in Native Content and adds balanced DidFinishNavigation callback in handleLoadingError:. Bug: 725241 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Id15ef8c9422e571f74f9c00bf88ea98ccbf6607c Reviewed-on: https://chromium-review.googlesource.com/758718 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#517420}
-
Francois Doray authored
This enum replaces resource_coordinator::TabManager::DiscardTabCondition. It can be used by code that doesn't depend on TabManager and/or that is unrelated to tabs. TBR=msw@chromium.org Bug: 775644 Change-Id: I71931a4f32c161bec467e1851d2a68ab843d2d24 Reviewed-on: https://chromium-review.googlesource.com/738298Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#517419}
-
Francois Doray authored
The goal is to make it easy to verify that an aura::Window always has a layer once initialized. Bug: 738387 Change-Id: I09c4972006c8a4b86fcde0e39fc12291187e0a78 Reviewed-on: https://chromium-review.googlesource.com/774909 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#517418}
-
Carlos IL authored
Change-Id: I9c225af54f104c2627d519422ec5a3519b325da6 Reviewed-on: https://chromium-review.googlesource.com/761442Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#517417}
-
Bence Béky authored
Data show that 75% of pushed streams that are matched to a request have response headers at the time of matching. Obtaining this single piece of information was the sole purpose of this histogram, it can now be removed. Bug: 764155 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Iff906283dc589c22fe1ffb7f89b759846ca1bbbc Reviewed-on: https://chromium-review.googlesource.com/771544Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#517416}
-
Vaclav Brozek authored
The linked bug contains a confusion about the intended messaging in case when the user taps the Show button in Chrome password settings on iOS and fails to authenticate. This CL adds two tests, one for a successful and one for a failed authentication, documenting the expected outcomes to prevent changing behaviour in the feature by accident. Bug: 785923 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If9c84c0ebe076f827b4c1b2611c0b77e8a779a44 Reviewed-on: https://chromium-review.googlesource.com/776784Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#517415}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fb0a53b0..48661839 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I7c9b3bb5daf37a5cd0009c0c36d9fbfb0603e003 Reviewed-on: https://chromium-review.googlesource.com/775986Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517414}
-
Marc Treib authored
These checks can be fairly expensive, and they're called on the critical path for all navigations. No reason to pay the cost for non-SUs. Bug: 786035 Change-Id: Id47d0b2fe4c86371fd4c277e363a4f7fcfd49194 Reviewed-on: https://chromium-review.googlesource.com/775959Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#517413}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/0a8798b26675..feee08f4da81 $ git log 0a8798b26..feee08f4d --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I489e4ab2c0e8d2fa29b05d08005b679172a41ac0 Reviewed-on: https://chromium-review.googlesource.com/776743Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517412}
-
Olivier Robin authored
These fields cannot be filled, so ignore event on them. Test: autofilling shipping address in shop.economist.com Bug: Change-Id: I0c754b61da4c6cadda912ce10dfd2edd43285719 Reviewed-on: https://chromium-review.googlesource.com/749947Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Moe Ahmadi (slow) <mahmadi@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517411}
-
Xiaocheng Hu authored
This patch slightly reorganizes the above mentioned function to make the logic clearer that, the function has three major branches dependig on the type of |layout_object|: text, block flow with children, or atomic inline. Detail: Adding |IsAtomicInlineLevel()| check to the last part of the function doesn't introduce any behavior change. This is because that |LayoutBox::InlineBoxWrapper()| returns non-null result only when the layout object is an atomic inline. Bug: 771398 Change-Id: Id61830a9ad11de40c5ae7456e3e13b6a4094b1a9 Reviewed-on: https://chromium-review.googlesource.com/775659Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#517410}
-
Michael van Ouwerkerk authored
Screenshots: http://shortn/_e12t0VKa6o Bug: 759134 Change-Id: I448ad8960f3999ee7b95b35fe9d5eadaed7d3015 Reviewed-on: https://chromium-review.googlesource.com/776661 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#517409}
-
kylechar authored
Some OOPIF problems have been fixed when running content_browsertests with --enable-viz. Add passing tests back to FYI trybot to check for flaky tests. TBR: sky@chromium.org Bug: 762510 Change-Id: I1e284daff7f46e05a3c7ecc447d16510ebef50b1 Reviewed-on: https://chromium-review.googlesource.com/775975Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#517408}
-
Aidan Wolter authored
Add a missing `true` when comparing a jinja variable. Without this, the statement always resolves to true causing build failures in multiple platforms. TEST=None BUG=None Change-Id: Ic5973e7f65c7f7cbef4bc77df6c1d214bec6ddb4 Reviewed-on: https://chromium-review.googlesource.com/775605Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#517407}
-
Yuly Novikov authored
After https://chromium-review.googlesource.com/720019 changed scaling. BUG=785392 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 Change-Id: If9b38cd6e915a547743ff21f6267847ef48adcbf Reviewed-on: https://chromium-review.googlesource.com/775156 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#517406}
-
Maks Orlovich authored
HttpCache.CantConditionalizeZeroFreshnessFromMemHint is logged along HttpCache.CantConditianlizeCause == ZERO_FRESHNESS to denote this working. Since this is implemented as dooming entries, it messes somewhat with the "open stale" feature on error page. It's my understanding that feature is not turned on, so this just relaxes tests for it to use things not eligible for the behavior change. Bug: 729679 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ie9a489fb6fa53a76691615c789c7373650180de0 Reviewed-on: https://chromium-review.googlesource.com/732841 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Randy Smith <rdsmith@chromium.org> Cr-Commit-Position: refs/heads/master@{#517405}
-
Gauthier Ambard authored
This CL adds a LocationBar to the ToolbarCoordinator. The ToolbarCoordinator is the delegate for the LocationBar so it needs to conforms to the LocationBarDelegate protocol. Bug: 784911 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I1b7d2aa2c7813f5d50622594a8922beacb62e6f6 Reviewed-on: https://chromium-review.googlesource.com/771693 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#517404}
-
Maxim Kolosovskiy authored
[Password Generation] Notify PasswordGenerationAgent about focus change when the user triggers the context menu The generation agent tracks last password field that had focus. The field is used for user-triggered password generation. Before this CL, the generation agent wasn't notified about focus change when the user triggers the context menu (only when the user makes left click on the field). This CL propagates right click events to autofill. Bug: 784840 Change-Id: I31e1d793350f3bd9a6b8a3d61d9fcff6e61acdd8 Reviewed-on: https://chromium-review.googlesource.com/768811Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#517403}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/bb27c3a1483c..2c7f34c833b4 $ git log bb27c3a14..2c7f34c83 --date=short --no-merges --format='%ad %ae %s' 2017-10-09 oetuaho Initialize uninitialized GLSL arrays in a for loop Created with: roll-dep src/third_party/angle BUG=735497 The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=ynovikov@chromium.org Change-Id: I7a25c9f6a48140ab7ed97cb8fb2ef3680c62ed54 Reviewed-on: https://chromium-review.googlesource.com/776642Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517402}
-
Sandra Sun authored
virtual/threaded/fast/scroll-behavior/first-scroll-runs-on-compositor.html is flaky. This patch temporarily disables the test, and a following test will update the test and enable it back again. Bug: 778696 Change-Id: Id27ccb14e0deda20e46478a237ed07962ad7eb5d Reviewed-on: https://chromium-review.googlesource.com/770599Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#517401}
-
Eric Seckler authored
Moves virtual time offsets and durations from int to float to allow specifying virtual time budgets with higher precision. Also adds a return value to Emulation.setVirtualTimePolicy, to report the absolute time when virtual time was first enabled. Bug: 646774 Change-Id: I37fc197f2e9565bf5540fc3787a288a7ac11fa7e Reviewed-on: https://chromium-review.googlesource.com/749948 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Yuta Kitamura <yutak@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#517400}
-
kylechar authored
Try dropping two flags that shouldn't be needed. This only modifies the FYI trybot to confirm there are no tests that flake without the flags. TBR: sky@chromium.org Bug: 760181 Change-Id: I9918be273622e4acb016c56dbea3be32560e6040 Reviewed-on: https://chromium-review.googlesource.com/775753Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#517399}
-
Gauthier Ambard authored
- Creates a feature flag for Clean Toolbar. - Creates a ToolbarAdapter class that will be inited when the flag is enabled. - Adapter conforms to Toolbar protocol, but no-ops all implementation for now. - Adapter inits a CleanToolbarView controller and plumbs a dispatcher, WebstateList and ChromeBrowserState. - Adds a WebStateList parameter to BrowserViewControllerDependencyFactory. - Adds a convenience viewController getter to AbstractWebToolbar protocol. CL mainly done by sczs@. Bug: 784502 Change-Id: Ie0c1fce6062adc123e8226252b827281f96ff081 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Reviewed-on: https://chromium-review.googlesource.com/771713Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#517398}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/ecd62a6cf65a..57e0828fade9 $ git log ecd62a6cf..57e0828fa --date=short --no-merges --format='%ad %ae %s' 2017-11-16 robertphillips Add backend GPU objects to fiddle app Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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=brianosman@chromium.org Change-Id: I11d1b0a39c14af81aa027ecf0f95c32a6cab6000 Reviewed-on: https://chromium-review.googlesource.com/776735Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517397}
-
Shivani Sharma authored
This is not a functionality change but a refactoring CL. In HttpCache::Transaction::WriterAboutToBeRemovedFromEntry we were setting entry_ to null only when result < 0. But there not need be any such condition and entry_ can be set to null for all cases since the transaction is being removed from the entry. This will help in all paths being consistent. It will also make sure that there is no path when a writer transaction is left with an entry pointer by mistake when the entry_ could have been destroyed. Bug: 784458 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I4478964256ad3c7d12232cc4e5e793fc61f54cc3 Reviewed-on: https://chromium-review.googlesource.com/775138Reviewed-by:
Randy Smith <rdsmith@chromium.org> Commit-Queue: Shivani Sharma <shivanisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#517396}
-
Guido Urdaneta authored
These tests are flaky on Win7 dbg virtual/mojo-loading/http/tests/devtools/console/console-link-to-snippet.js virtual/mojo-loading/http/tests/permissions/test-api-surface.html TBR=chenwilliam@chromium.org, qyearsley@chromium.org Bug: 786345, 786348 Change-Id: Ib2b65c07bb97de4743c893a6b2740e5ed41981ea No-Try: true Reviewed-on: https://chromium-review.googlesource.com/776657 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#517395}
-
Bo Liu authored
This is needed to avoid dropping the strong binding when there were two racy signals to drop and add strong binding. Now the the "last foreground connection" has long been removed, it should be safe to just remove this delay. Bug: 689758 Change-Id: I874b7762f35c208f497189f142797200de307cd9 Reviewed-on: https://chromium-review.googlesource.com/767651Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#517394}
-
James Cook authored
This is a start toward grouping them by cause. Also enable these tests, which pass now: AllForms* AllProcesses* BlockingLoginTestInstance/BlockingLoginTest.* BrailleDisplayPrivateAPIUserTest.* BrowserCloseManagerBrowserTest/BrowserCloseManagerBrowserTest.* BrowserCloseManagerWithDownloadsBrowserTest/BrowserCloseManagerWithDownloadsBrowserTest.* BrowserLoginTest.* CertificateReportingServiceBrowserTest.* ChromeOriginTrialsDisabledTokensTest.* ContentScriptApiTests/ContentScriptApiTest.* CrControlledButtonTest.* CrControlledRadioButtonTest.* CrExtensionsManagerTestWithMultipleExtensionTypesInstalled.* Bug: 678687 Change-Id: I6eae99411a5ac0ce72d098da06ca7e42399181cd Reviewed-on: https://chromium-review.googlesource.com/776075Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#517393}
-
Hajime Hoshi authored
Bug: 780378 Change-Id: Iac3e165e9721dc9fbe4b1771f8a85e89b98e0056 Reviewed-on: https://chromium-review.googlesource.com/775611 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#517392}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7ac478bd..fb0a53b0 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I7dc0c9a3988bbbe1fc88bbc990a71cd6638ceeb2 Reviewed-on: https://chromium-review.googlesource.com/775983Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517391}
-
Robert Hogan authored
Bug: 702927 Change-Id: I9972f82a8d2b560042b0acbd8484eed5f76f6f2e Reviewed-on: https://chromium-review.googlesource.com/772412 Commit-Queue: Robert Hogan <robhogan@gmail.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#517390}
-
Charles Harrison authored
Recent data shows that the time it takes to dispatch the IPC to Google Play Services is quite expensive. Android canary data (so probably trends higher end), for the subresource filter check (in navigation critical path): 50th percentile: 6ms 75th percentile: 10ms 95th percentile: 28ms 99th percentile: 100ms Average: 11ms Since this is directly in the critical path of navigation, it makes sense not to hog the thread / deschedule it before the network request goes out. It also looks like we hit some perf issues in other uses of the API too. See the linked bug for some chrome://tracing traces. Bug: 779914 Change-Id: Ibc44d9f199715c3fbf7a2d66604e82ee3ccfc5e4 Reviewed-on: https://chromium-review.googlesource.com/760550 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#517389}
-
Takashi Toyoshima authored
This patch plumbs CORSError and HTTP response headers from ResourceRequestCompletinoStatus to Blink's ResourceError. Test: ./Tools/Scripts/run-webkit-tests virtual/outofblink-cors Bug: 736308 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I20e4ec9a2e7ca93ce692a5a8312dadf59eb0f345 Reviewed-on: https://chromium-review.googlesource.com/749024 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#517388}
-
Ramin Halavati authored
A tfNative generated neural network is added to High Contrast classifier to make a better decision for images which are not decidable using the decision tree. Bug: 685242 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I4c30f785d7ca65d129fb09902b748978dd6de4f6 Reviewed-on: https://chromium-review.googlesource.com/753588Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#517387}
-
zhuoyu.qian authored
As the comment in cache_storage.h by jkarlin@, rename DeleteCache to DoomCache. Also rename DeleteCacheImpl to DoomCacheImpl. BUG= R=jkarlin@chromium.org Signed-off-by:
zhuoyu.qian <zhuoyu.qian@samsung.com> Change-Id: I1cd75b0da724672ea0e746e749f47aa17e30e54d Reviewed-on: https://chromium-review.googlesource.com/753204Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#517386}
-
Benoit Lize authored
When enabled with the --log-native-library-residency command line switch, periodically collects native library residency, and dumps it to a file. process_residency.py then takes the output and creates a graph from it. This is used to assess the efficiency of the code ordering logic. Bug: 746665 Change-Id: I4a21ce4b9c01f8bb255f5997e665ff3dbdcf240a Reviewed-on: https://chromium-review.googlesource.com/756847 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Matthew Cary <mattcary@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#517385}
-