- 03 Dec, 2018 40 commits
-
-
Keishi Hattori authored
Remove unnecessary casts from TraceWrapperV8Reference tracing in preparation for https://chromium-review.googlesource.com/c/chromium/src/+/1356442 because blink_gc_plugin will not be able to recognize cast TraceWrapperV8References as traced. Bug: 910023 Change-Id: Icc68c8eac74d5a7c320e6fd575cceba71951c57a Reviewed-on: https://chromium-review.googlesource.com/c/1358318 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#613084}
-
Brian White authored
Current enumeration support ignores pages that don't emit any of the desired metric so technically this will be proportion of pages that use Blink instead of the proportion of all pages. However, since it seems likely that the number of pages that don't use any Blink features is incredibly small (if not outright zero), this is acceptable for now. Note: A recent CL will make a huge difference with the per-page proportions so avoid looking at M72 Canary/Dev aggregations. M73 or M72 Beta/Stable (once released) will be fine. https://chromium-review.googlesource.com/c/chromium/src/+/1343060 Change-Id: I46b3092caa0a21e1c5e6baac9977b0efc8ae39e4 Reviewed-on: https://chromium-review.googlesource.com/c/1355486Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Luna Lu <loonybear@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#613083}
-
Guido Urdaneta authored
Bug: 910846 Change-Id: Id761ea19b03af52c25983626e00d28d601cbfef0 TBR: leszeks@chromium.org No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/1358458Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#613082}
-
Guido Urdaneta authored
Bug: 910868 Change-Id: Ib509c2b325855dd88758dee8a91203f12c640b97 TBR: tedchoc@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/1358455Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#613081}
-
Lutz Justen authored
Fixes a bug where the wrong registry value names where used, so that setting policy didn't have effect. It used a hierarchical value name cat1_cat2_cat3_policy This isn't necessary since the corresponding registry key already contains the categories: Software\Policies\Google\Chrome\3rdparty\extensions\<extension_id>\Policy\cat1\cat2\cat3 so that the policy is guaranteed to be unique within the key. What's worse is that the code isn't looking for 'cat1_cat2_cat3_policy', but just for 'policy'. Hence, the policy settings were not taken. Bug: 900517 Test: manual Change-Id: I2e1b83fe2ff6b0997ab22e47c986a92dcb19559e Reviewed-on: https://chromium-review.googlesource.com/c/1356699Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#613080}
-
Mugdha Lakhani authored
This had been introduced to simplify access to active fetches, but has the following issues: 1. It makes match() and matchAll() inconsistent with Cache API's match() and matchAll(), which return new independently-consumable response(s) every time they're called. 2. It breaks retries for responses, when downloading from a server that doesn't support resuming of downloads. For details, see https://docs.google.com/document/d/1CrbWrnnshhyp_SfiAeuODpnQX36GK3Bsi19rXQGez6Q/edit?usp=sharing The CL also updates the WPT test accordingly. Bug: 875201 Change-Id: I2c33717cbee36f0d707e814506c0bae9b5a4f31f Reviewed-on: https://chromium-review.googlesource.com/c/1355121 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#613079}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a0f4430b3aae..9cf6ce3e1bb3 git log a0f4430b3aae..9cf6ce3e1bb3 --date=short --no-merges --format='%ad %ae %s' 2018-12-03 oprypin@webrtc.org Finish renaming another tryjob that was forgotten 2018-12-03 oprypin@webrtc.org Rename most tryjobs to avoid implied defaults 2018-12-03 kron@webrtc.org Remove color space enum value kInvalid 2018-12-03 nisse@webrtc.org Delete workaround for CreateEvent Created with: gclient setdep -r src/third_party/webrtc@9cf6ce3e1bb3 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ia15551d40692f7a1b4e6393ad60247b63742e3dd Reviewed-on: https://chromium-review.googlesource.com/c/1358213Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613078}
-
Guido Urdaneta authored
Bug: 910870 Change-Id: Ic79310338050d10199e49104d188219cbe46d498 TBR: xingliu@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/1358495Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#613077}
-
Rune Lillesveen authored
Under certain combinations of whitespace-reattachment after removing nodes, parent element being display:contents triggering anonymous inline boxes for such parents, and ::first-letter being marked for re- attachment, we can end up with a calculated first-letter text node changing from non-null to null between style recalc and layout tree rebuild. Make sure we check that the first-letter text node is still non-null early in UpdateFirstLetterPseudoElement during the kRebuildLayoutTree so that we nuke the first-letter pseudo instead of re-attaching without first-letter text. Bug: 908253 Change-Id: Ifaac75b34edce21467581b5a9e78f5287a842fe5 Reviewed-on: https://chromium-review.googlesource.com/c/1356714 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#613076}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f385a96af6b5..7b257ce8b3eb Created with: gclient setdep -r src-internal@7b257ce8b3eb The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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. TBR=mmoss@chromium.org Change-Id: I97e8899b477bdc1bdea692f16d52f6596003b65a Reviewed-on: https://chromium-review.googlesource.com/c/1358214Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613075}
-
Makoto Shimazu authored
This is a prerequisite step for using FetchAPIRequest instead of ServiceWorkerFetchRequest. ServiceWorkerFetchRequest has a member |headers| with CaseInsensitiveCompare, but FetchAPIRequest has a member |headers| with the default Compare function, so that this will cause behavior changes. This CL is to change FetchAPIRequest::headers to use CaseInsensitiveCompare. Bug: 908344, 789854 Change-Id: I8e1736d5c5ab2d291ff7c126afa0f4025983b84d Reviewed-on: https://chromium-review.googlesource.com/c/1356463 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#613074}
-
Guido Urdaneta authored
This reverts commit aa21b3f5. Reason for revert: Suspect of introducing consistent failure on Mac ASAN 64 tests. First failed run: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac%20ASan%2064%20Tests%20%281%29/46988 Sample logs: unit_tests Run on OS: 'Mac-10.13' Shard duration: 0:07:56.378119 failures: FileAnalyzerTest.ArchivedArchiveSetForZipNoArchive FileAnalyzerTest.ArchivedExecutableFalseForZipNoExecutable DownloadProtectionServiceTest.CheckClientDownloadZip SandboxedZipAnalyzerTest.ZippedAppWithUnsignedAndSignedExecutable SandboxedZipAnalyzerTest.NoBinaries FileAnalyzerTest.ArchivedBinariesSkipsSafeFiles ==34531==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x700015467c14 at pc 0x00013e99c44d bp 0x700015467950 sp 0x7000154670f8 READ of size 5 at 0x700015467c14 thread T16 #0 0x13e99c44c in __asan_after_dynamic_init ??:0:0 #1 0x10e3ac931 in safe_browsing::UpdateArchiveAnalyzerResultsWithFile(base::FilePath, base::File*, bool, safe_browsing::ArchiveAnalyzerResults*) ??:0:0 #2 0x10e3a6707 in safe_browsing::zip_analyzer::AnalyzeZipFile(base::File, base::File, safe_browsing::ArchiveAnalyzerResults*) ??:0:0 #3 0x115236586 in SafeArchiveAnalyzer::AnalyzeZipFile(base::File, base::File, base::OnceCallback<void (safe_browsing::ArchiveAnalyzerResults const&)>) ??:0:0 #4 0x10bc0b332 in chrome::mojom::SafeArchiveAnalyzerStubDispatch::AcceptWithResponder(chrome::mojom::SafeArchiveAnalyzer*, mojo::Message*, std::__1::unique_ptr<mojo::MessageReceiverWithStatus, std::__1::default_delete<mojo::MessageReceiverWithStatus> >) ??:0:0 #5 0x115234a40 in chrome::mojom::SafeArchiveAnalyzerStub<mojo::RawPtrImplRefTraits<chrome::mojom::SafeArchiveAnalyzer> >::AcceptWithResponder(mojo::Message*, std::__1::unique_ptr<mojo::MessageReceiverWithStatus, std::__1::default_delete<mojo::MessageReceiverWithStatus> >) ??:0:0 #6 0x1165eeb32 in mojo::InterfaceEndpointClient::HandleValidatedMessage(mojo::Message*) ??:0:0 #7 0x1165ed1e0 in mojo::FilterChain::Accept(mojo::Message*) ??:0:0 #8 0x1165f278b in mojo::InterfaceEndpointClient::HandleIncomingMessage(mojo::Message*) ??:0:0 #9 0x116605686 in mojo::internal::MultiplexRouter::ProcessIncomingMessage(mojo::internal::MultiplexRouter::MessageWrapper*, mojo::internal::MultiplexRouter::ClientCallBehavior, base::SequencedTaskRunner*) ??:0:0 #10 0x11660372b in mojo::internal::MultiplexRouter::Accept(mojo::Message*) ??:0:0 #11 0x1165ed1e0 in mojo::FilterChain::Accept(mojo::Message*) ??:0:0 #12 0x1165dcea8 in mojo::Connector::ReadSingleMessage(unsigned int*) ??:0:0 #13 0x1165df32a in mojo::Connector::ReadAllAvailableMessages() ??:0:0 #14 0x1165deda1 in mojo::Connector::OnHandleReadyInternal(unsigned int) ??:0:0 #15 0x10d429d44 in mojo::SimpleWatcher::DiscardReadyState(base::RepeatingCallback<void (unsigned int)> const&, unsigned int, mojo::HandleSignalsState const&) ??:0:0 #16 0x11a802cf5 in mojo::SimpleWatcher::OnHandleReady(int, unsigned int, mojo::HandleSignalsState const&) ??:0:0 #17 0x11a803cbd in void base::internal::Invoker<base::internal::BindState<void (mojo::SimpleWatcher::*)(int, unsigned int, mojo::HandleSignalsState const&), base::WeakPtr<mojo::SimpleWatcher>, int, unsigned int, mojo::HandleSignalsState>, void ()>::RunImpl<void (mojo::SimpleWatcher::* const&)(int, unsigned int, mojo::HandleSignalsState const&), std::__1::tuple<base::WeakPtr<mojo::SimpleWatcher>, int, unsigned int, mojo::HandleSignalsState> const&, 0ul, 1ul, 2ul, 3ul>(void (mojo::SimpleWatcher::* const&)(int, unsigned int, mojo::HandleSignalsState const&), std::__1::tuple<base::WeakPtr<mojo::SimpleWatcher>, int, unsigned int, mojo::HandleSignalsState> const&, std::__1::integer_sequence<unsigned long, 0ul, 1ul, 2ul, 3ul>) ??:0:0 #18 0x11890131c in base::debug::TaskAnnotator::RunTask(char const*, base::PendingTask*) ??:0:0 #19 0x118995271 in base::MessageLoopImpl::RunTask(base::PendingTask*) ??:0:0 #20 0x11899691f in base::MessageLoopImpl::DoWork() ??:0:0 #21 0x118999eb3 in base::MessagePumpDefault::Run(base::MessagePump::Delegate*) ??:0:0 #22 0x118994259 in base::MessageLoopImpl::Run(bool) ??:0:0 #23 0x118a49a1c in base::RunLoop::Run() ??:0:0 #24 0x118b962e2 in base::Thread::Run(base::RunLoop*) ??:0:0 #25 0x118b96e9d in base::Thread::ThreadMain() ??:0:0 #26 0x118c72a0d in base::(anonymous namespace)::ThreadFunc(void*) ??:0:0 #27 0x7fff74564660 in _pthread_body ??:0:0 #28 0x7fff7456450c in _pthread_start ??:0:0 Original change's description: > Add util method to update ArchiveAnalyzerResults for a single file > > This CL breaks out the code that inspects an individual file within a > ZIP archive. This will be shared between the ZIP and RAR inspection, > when RAR files begin doing content inspection. > > Bug: 909778 > Change-Id: I7acf1cabd472f112f2ed7c31735688cae7a6d122 > Reviewed-on: https://chromium-review.googlesource.com/c/1354103 > Commit-Queue: Daniel Rubery <drubery@chromium.org> > Reviewed-by: Brian White <bcwhite@chromium.org> > Reviewed-by: Jay Civelli <jcivelli@chromium.org> > Reviewed-by: Varun Khaneja <vakh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#612799} TBR=jcivelli@chromium.org,bcwhite@chromium.org,vakh@chromium.org,drubery@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 909778 Change-Id: I92e193707da4a28cee94aa1277a6ca567650760f Reviewed-on: https://chromium-review.googlesource.com/c/1358491Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#613073}
-
Carlos Caballero authored
MessageLoop will go away, eventually. BUG=891670 Change-Id: I4e776d210c338961a5225b33a858d3376fb94fb8 Reviewed-on: https://chromium-review.googlesource.com/c/1353920Reviewed-by:
Tatiana Gornak <melandory@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#613072}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c0d45675..5a42884b 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=luci.chromium.try:linux-blink-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: If22002bb471b60e049567c949f57efc5a1d43e42 Reviewed-on: https://chromium-review.googlesource.com/c/1357842Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613071}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/96fdf7cbe6ed..a21a7c53d9b2 git log 96fdf7cbe6ed..a21a7c53d9b2 --date=short --no-merges --format='%ad %ae %s' 2018-12-03 tikuta@chromium.org [ninja] update ninja repository url Created with: gclient setdep -r src/third_party/depot_tools@a21a7c53d9b2 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll 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. TBR=agable@chromium.org Change-Id: Ic80a07d3fcbc13d82f4061e71ae28aef6975636c Reviewed-on: https://chromium-review.googlesource.com/c/1358212Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613070}
-
Carlos Caballero authored
MessageLoop will go away, eventually. BUG=891670 Change-Id: If3946be6ba9614c070e5790e6430ac91538f4311 Reviewed-on: https://chromium-review.googlesource.com/c/1353885Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#613069}
-
Mikel Astiz authored
When a foreign session is detected to be old enough, garbage collection should kick in and all sync entities deleted. This includes orphan tabs as well (i.e. tabs not referenced from the header entity because the tab was closed). Bug: 882489 Change-Id: I9f6e0e4505cc798466294f1fa1a247818cf004b9 Reviewed-on: https://chromium-review.googlesource.com/c/1356717 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#613068}
-
Christian Dullweber authored
Followup for https://crrev.com/c/1335939 Bug: 795872 Change-Id: I50aef1c108eb2afa09ff18361b77b1110a02df0b Reviewed-on: https://chromium-review.googlesource.com/c/1356539Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#613067}
-
Javier Ernesto Flores Robles authored
Bug: 845472 Change-Id: I30ae4dd0811b60aa5509c8d3a276a62626bb454c Reviewed-on: https://chromium-review.googlesource.com/c/1355133 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#613066}
-
Benoît Lizé authored
Better CSV output. Bug: 907489 Change-Id: Ibe6be70beffacdabc570c4bdc2a8868c0e9ab41c Reviewed-on: https://chromium-review.googlesource.com/c/1358432 Commit-Queue: Egor Pasko <pasko@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#613065}
-
Guido Urdaneta authored
This reverts commit 07670151. Reason for revert: Suspect of introducing consistent failure on Mac12.12 Tests bot. https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.12%20Tests First failure: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.12%20Tests/17211 Sample logs [ RUN ] NativeAppWindowCocoaBrowserTest.HideShowWithAppWithShim [12598:61443:1201/114417.410054:WARNING:notification_platform_bridge_mac.mm(521)] AlertNotificationService: XPC connection invalidated. ../../chrome/browser/ui/cocoa/apps/native_app_window_cocoa_browsertest.mm:198: Failure Actual function call count doesn't match EXPECT_CALL(*mock_host, OnAppUnhideWithoutActivation())... Expected: to be called once Actual: never called - unsatisfied and active Stack trace: 0 browser_tests 0x000000010ca5edbb testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop(int) + 91 1 browser_tests 0x000000010ca5e779 testing::internal::AssertHelper::operator=(testing::Message const&) const + 89 2 browser_tests 0x000000010ca4dd61 testing::internal::GoogleTestFailureReporter::ReportFailure(testing::internal::FailureReporterInterface::FailureType, char const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 97 3 browser_tests 0x000000010ca52a28 testing::internal::UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() + 584 4 browser_tests 0x000000010ca53399 testing::Mock::VerifyAndClearExpectationsLocked(void*) + 393 5 browser_tests 0x000000010ca531f1 testing::Mock::VerifyAndClearExpectations(void*) + 33 6 browser_tests 0x000000010c75e4cd NativeAppWindowCocoaBrowserTest_HideShowWithAppWithShim_Test::RunTestOnMainThread() + 3117 7 browser_tests 0x000000010ff002bb content::BrowserTestBase::ProxyRunTestOnMainThreadLoop() + 491 8 browser_tests 0x000000010f944014 ChromeBrowserMainParts::PreMainMessageLoopRunImpl() + 4372 9 browser_tests 0x000000010f942e3d ChromeBrowserMainParts::PreMainMessageLoopRun() + 45 10 browser_tests 0x000000010daaedc2 content::BrowserMainLoop::PreMainMessageLoopRun() + 50 11 browser_tests 0x000000010df0f397 content::StartupTaskRunner::RunAllTasksNow() + 39 12 browser_tests 0x000000010daad9fb content::BrowserMainLoop::CreateStartupTasks() + 683 13 browser_tests 0x000000010dab1065 content::BrowserMainRunnerImpl::Initialize(content::MainFunctionParams const&) + 85 14 browser_tests 0x000000010daabde2 content::BrowserMain(content::MainFunctionParams const&) + 178 15 browser_tests 0x000000010f3cc601 content::ContentMainRunnerImpl::RunServiceManager(content::MainFunctionParams&, bool) + 241 16 browser_tests 0x000000010f3cc4e4 content::ContentMainRunnerImpl::Run(bool) + 292 17 browser_tests 0x00000001127318cb service_manager::Main(service_manager::MainParams const&) + 3051 18 browser_tests 0x000000010f3cb684 content::ContentMain(content::ContentMainParams const&) + 68 19 browser_tests 0x000000010fefff0d content::BrowserTestBase::SetUp() + 2829 20 browser_tests 0x000000010f8b75f1 InProcessBrowserTest::SetUp() + 529 Original change's description: > Remove AppShimHandler::Host interface and access AppShimHost directly > > This has been a longstanding TODO. Pending work will require adding > more methods to route to AppShimHost, so just delete this rather than > adding more methods to it. > > TBR=mgiuca > > Bug: 896917 > Change-Id: Idd8f55c7b6f549354441e28832e292ce693b9363 > Reviewed-on: https://chromium-review.googlesource.com/c/1357574 > Reviewed-by: ccameron <ccameron@chromium.org> > Commit-Queue: ccameron <ccameron@chromium.org> > Cr-Commit-Position: refs/heads/master@{#612938} TBR=ccameron@chromium.org,mgiuca@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 896917 Change-Id: I0e4314f3a0d9b1241ecdde333a4d02b327a06917 Reviewed-on: https://chromium-review.googlesource.com/c/1358431Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#613064}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bfdfca78e079..f385a96af6b5 Created with: gclient setdep -r src-internal@f385a96af6b5 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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. TBR=mmoss@chromium.org Change-Id: I7d3320dff5c3ee895986e8018e9e5fafa06a1786 Reviewed-on: https://chromium-review.googlesource.com/c/1358211Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613063}
-
Peter E Conn authored
This reverts commit aa1f1cca. Relanded CL: https://chromium-review.googlesource.com/c/chromium/src/+/1341998 Changes from original: Initialize has_maskable_primary_icon_ Bug: 904354 Change-Id: I10cbd7bcfea94ea4a1b20236b4e619be9ce415e7 TBR: mgiuca@chromium.org, peter@chromium.org, yfriedman@chromium.org, dominickn@chromium.org Change-Id: I10cbd7bcfea94ea4a1b20236b4e619be9ce415e7 Reviewed-on: https://chromium-review.googlesource.com/c/1358062Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#613062}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/21d8b181f663..a0f4430b3aae git log 21d8b181f663..a0f4430b3aae --date=short --no-merges --format='%ad %ae %s' 2018-12-03 nisse@webrtc.org Replace RegisterExternalDecoder with decoder factory in NetEqImplTest120ms Created with: gclient setdep -r src/third_party/webrtc@a0f4430b3aae The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I73b83c98e0984ba7ef5506c0715d548461de99e9 Reviewed-on: https://chromium-review.googlesource.com/c/1358208Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613061}
-
Adam Rice authored
Add a minimal test for whether transferable streams are functioning or not. This can be used to determine whether they have been shipped or not. The test is in its own directory so that it can be added to the virtual/stable test suite without any other tests. This will ensure we don't accidentally ship transferable streams. BUG=894838 Change-Id: I2de66a55fc1c72ddd742f1d192a152a9264064df Reviewed-on: https://chromium-review.googlesource.com/c/1356723 Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#613060}
-
Marc Treib authored
- Reorder all overrides to be grouped by interface, and match the interface's ordering. - Remove a second ctor that isn't necessary anymore. - Remove some unnecessary includes. Bug: 910518 Change-Id: I4123e4ce9cd8eeac4fd2cef051e094cccc8c7d14 Reviewed-on: https://chromium-review.googlesource.com/c/1356702 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#613059}
-
Noel Gordon authored
- add Closure @type annotations to unittest JS types - add setUp(), add setDriveFsEnabled() helpers - prefix test cases with a descriptive comment No change in test behavior, no new tests. Bug: 911024 Change-Id: Iaa1bcf5b4ab00d7e2c89875361ff14b1dee03a00 Reviewed-on: https://chromium-review.googlesource.com/c/1358316 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#613058}
-
Boris Sazonov authored
This CL reverts half of https://crrev.com/c/1329161 by enabling testModalNativeAppBannerCanBeTriggeredMultipleTimesCustomTab that was disabled by the CL. The issue that was causing the failures should've been fixed by https://crrev.com/c/1345069. testAppInstalledModalNativeAppBannerCustomTab, the second test disabled by https://crrev.com/c/1329161 is not enabled by this CL, as it fails with TimeoutException (doesn't seem to be connected to the failure fixed by https://crrev.com/c/1345069). Bug: 903657 Change-Id: I4ef52c1bfe9d560fecbcfa4e389baffef758fe15 Reviewed-on: https://chromium-review.googlesource.com/c/1350187Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#613057}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 24a9832f. With Chromium commits locally applied on WPT: b19fca31 "Consistently round table row heights." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: Ie9a1d0eaf761cd07a3713b3ca38560a81e164bed Reviewed-on: https://chromium-review.googlesource.com/c/1357863 Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613056}
-
Gauthier Ambard authored
This CL updates the trailing button displayed in the omnibox popup rows. - The asset for the Switch to Open Tab button is updated. - The color is changed, including the system button effect on highlight. - The previous assets used before UI Refresh are removed. Bug: 908777 Change-Id: I5c0b0d906089fc630824115a4e0b35d6d905c8f4 Reviewed-on: https://chromium-review.googlesource.com/c/1352151Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#613055}
-
Gauthier Ambard authored
This Moves the AutofilProfileCollectionViewController to use a UITableView instead of an MDCCollectionVC. It also reset _deletionInProgress to NO after doing an update, because it seems that it wasn't reset before (removing one entry ignored all model updates). Bug: 894791 Change-Id: I96b61cb71d25aae1d6974a7ae2612659803b6404 Reviewed-on: https://chromium-review.googlesource.com/c/1350956Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#613054}
-
Jan Krcal authored
This CL introduces several further integration tests for autofill wallet metadata. All these tests involve "being offline" which is simulated by the fake server returning errors. This CL also changes the behavior in a minor way: it changes merging two entities that have never been used. The change is non-controversial; the main motivation for it is to allow writing crisper integration tests. Bug: 894001 Change-Id: I6e29c5ff8f96f6b40bb77f77e881ce1bb3ffbe25 Reviewed-on: https://chromium-review.googlesource.com/c/1335931 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#613053}
-
Hayato Ito authored
Make flat tree traversal's parent operation faster by avoiding a lookup of a hashmap (slotname-to-slot) (in ShadowRoot::AssignedSlotFor) if FlatTreeNodeData's assigned_slot_ can be used. The feature is under the FastFlatTreeTraversal flag. BUG=906494 Change-Id: Ia93b8a045146cdfb7008fc5e5914f19ecbd0fdc6 Reviewed-on: https://chromium-review.googlesource.com/c/1350441Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#613052}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b501f25a2ef8..bfdfca78e079 Created with: gclient setdep -r src-internal@bfdfca78e079 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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. TBR=mmoss@chromium.org Change-Id: If3c5285dec046d116886d3421e5960a2f159f515 Reviewed-on: https://chromium-review.googlesource.com/c/1358205Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613051}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6acd03c9..c0d45675 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=luci.chromium.try:linux-blink-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I0c6608cfa49eccbe06bfb961a9a18a34cf9ce9a0 Reviewed-on: https://chromium-review.googlesource.com/c/1357832Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#613050}
-
Lutz Justen authored
This CL adds a policy handler for the HomepageLocation policy that filters out invalid URLs and URLs with a non-standard scheme. It used to be possible to set Javascript as homepage, which would then execute in the context of the current page. This filter applies to the policy only. The user can still use Javascript in the homepage settings if they want to. BUG=b:112186030 TEST=Set Javascript homepage through policy, made sure it's rejected in chrome://policy and policy is unset in settings; unit tests. Change-Id: I991b2de55b7edaf67413b7695da7c566e8369600 Reviewed-on: https://chromium-review.googlesource.com/c/1186643 Commit-Queue: Lutz Justen <ljusten@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#613049}
-
Guido Urdaneta authored
Bug: 910905 Change-Id: If339d5e7a354779a094bb10d693f047cb73e5cba TBR: dalecurtis@chromium.org No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/1356988Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#613048}
-
Camillo Bruni authored
This CL adds the following trace events in the blink category: - PendingScript::ExecuteScriptBlock - ScriptRunner::ExecuteInOrderTask - ScriptRunner::ExecuteAsyncTask - ClassicPendingScript::GetSource Bug: 865098 Change-Id: I4b8af61283bd97b0ab1d9e0b74fc0f08ce7a2293 Reviewed-on: https://chromium-review.googlesource.com/c/1356545 Commit-Queue: Camillo Bruni <cbruni@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#613047}
-
Hiroki Nakagawa authored
Public mojom files for dedicated workers and shared workers should be placed in public/mojom/worker. Bug: 906991 Change-Id: I570f91823247349609afb3ce0ba62880ba14cf27 Reviewed-on: https://chromium-review.googlesource.com/c/1358291 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#613046}
-
Gauthier Ambard authored
This CL changes how the broadcasted value of toolbar height is done. The value is now broadcasted when the view will become visible instead of when it did become visible. Using this, the toolbar insets are updated when the view will become visible, allowing a smoother animation when the screen has been rotated in background. Bug: 908796 Change-Id: I49e42fa9246ff76fc702243a3f6571cb81ab912c Reviewed-on: https://chromium-review.googlesource.com/c/1356588Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#613045}
-