- 16 Nov, 2017 40 commits
-
-
Ivan Sandrk authored
WebRequest API was disallowed for extensions in public sessions except for whitelisted ones where it worked without any restrictions. crrev.com/2455393002 whitelisted webRequest for use in all extensions in public sessions, but it also restricted the webRequest API a bit for all extensions (even the whitelisted ones - didn't honor the whitelist). This broke some extensions that previously worked correctly (see linked bug), and this CL corrects that by introducing a whitelist check. The whitelist is moved away from its original location because extensions/ cannot depend on chrome/..., and extensions/browser/ seemed like the best choice (components/policy was also considered, but that would introduce an unnecessary dependency of extensions/browser/api on policy). Bug: b:66994755 Change-Id: I43f17b083940c254ff8c8e72d6d766bbc13eabfa Reviewed-on: https://chromium-review.googlesource.com/764147 Commit-Queue: Ivan Šandrk <isandrk@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517085}
-
Kevin Bailey authored
Autocomplete results missed an opportunity to swap. Bug: Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I368170bc66e0f171463a659df7e4e966c7c4cb66 Reviewed-on: https://chromium-review.googlesource.com/650607Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#517084}
-
Francois Doray authored
This Cl shouldn't have been reverted. See https://crbug.com/784879#c5 aura::WindowOcclusionTracker notifies interested windows when their occlusion state change. This will be used to release resources and throttle execution of occluded tabs. Time to recompute occlusion on a Samsung Chromebook Pro: 100 partially occluded windows*: 108us 50 partially occluded windows*: 50us * window 0 at position (x=0;y=0), window 1 at position (x=1;y=1), window 2 at position (x=2;y=2), etc. Benchmark code: https://chromium-review.googlesource.com/c/chromium/src/+/718979 TBR=sadrul@chromium.org Bug: 738387, 784879 Change-Id: Ie5a8559378223bb78693cd0cd40e4468889e9f79 Reviewed-on: https://chromium-review.googlesource.com/773118Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#517083}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/39644feebaf4..a3106c585ae6 $ git log 39644feeb..a3106c585 --date=short --no-merges --format='%ad %ae %s' 2017-11-03 jiajia.qin ES31: Add atomic memory functions Created with: roll-dep src/third_party/angle 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: Ia36ac65d7568a9f18e9935b555a1336b262ccbf5 Reviewed-on: https://chromium-review.googlesource.com/774678Reviewed-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@{#517082}
-
Sriram authored
Removing the following tests from media/track/opera/interfaces/VTTCue/ infavor of the web platform tests in external/wpt/webvtt/api/VTTCue/ 1. align.html 2. getCueAsHTML.html 3. line.html 4. position.html - coverage in following tests external/wpt/webvtt/api/VTTCue/position.html external/wpt/webvtt/parsing/file-parsing/support/settings-position.test 5. text.html 6. vertical.html Bug: 782555 Change-Id: I736a327a172d0ae836fc66fbcb36b7ce13ca751f Reviewed-on: https://chromium-review.googlesource.com/774353Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#517081}
-
Raphael Kubo da Costa authored
external/wpt/web-animations/timing-model/timelines/document-timelines.html is currently failing on the {linux,mac,win}_chromium_rel_ng bots even though it passes the Blink trybots. Do this to unblock WPT imports. TBR=ericwilligers@chromium.org Bug: 785940 Change-Id: Ia777fcae000aa563cdd9182c21680c5c83913f57 No-Try: True Reviewed-on: https://chromium-review.googlesource.com/774799Reviewed-by:
Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com> Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#517080}
-
Vaclav Brozek authored
While importing and exporting of passwords are closely related, the two features are to a significant extent independent, as is their development. In particular, the export feature has its own merits even in the temporary absence of the importing counterpart. To allow flexible scheduling of work and launching of the different parts in different milestones, the existing kPasswordImportExport feature is gettign split into two, one for import, one for export. Bug: 341477 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I45afd96a83f1a8d70d80331971f6da9a5683a2ca Reviewed-on: https://chromium-review.googlesource.com/765827Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#517079}
-
Elly Fong-Jones authored
The Harmony mocks for this dialog call for 96pt of spacing between label and value. Bug: 610428 Change-Id: I1c15e1863cfadedf85f00b0799aaf6f2e5020367 Reviewed-on: https://chromium-review.googlesource.com/758596Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#517078}
-
Cathy Li authored
Bug: Change-Id: Iffa4a376c62de491ec55821291ca70d54e2d9246 Reviewed-on: https://chromium-review.googlesource.com/773590 Commit-Queue: Filip Gorski <fgorski@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#517077}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/801b868bd8e3..34d4e5a4d1a7 $ git log 801b868bd..34d4e5a4d --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: Idaf711eda3d7df785ef86a86f2f30ad4c5766171 Reviewed-on: https://chromium-review.googlesource.com/774498Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517076}
-
Morten Stenshorne authored
This is a reland of b27bb70d Original change's description: > [LayoutNG] Bring back legacy write-back for lines in columns. > > A multicol container establishes anonymous child fragments to represent > columns, and the contents (lines, blocks, whatever) are children of > those column fragments. We therefore need to examine grandchildren of > the multicol container to find lines to create RootInlineBox objects. > > Examining the grandchildren previously wasn't necessary, and support for > writing back direct line box children used to work, as of > block with inline children would always create an anonymous child > fragment to hold all inline children. However, creation of said > (unnecessary) anonymous fragment was removed later on, and legacy > write-back of lines inside columns broke again. > > https: //chromium-review.googlesource.com/716877 . It worked, because a > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng > Change-Id: I73fd038d99c4a8b1dc0982e6f3f3a6e0572a44ba > Reviewed-on: https://chromium-review.googlesource.com/768671 > Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> > Commit-Queue: Morten Stenshorne <mstensho@chromium.org> > Cr-Commit-Position: refs/heads/master@{#516825} TBR=kojii@chromium.org,ikilpatrick@chromium.org Change-Id: I683d397125fc90c9ed5b31e89f4cbaa8404cb602 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Reviewed-on: https://chromium-review.googlesource.com/774478 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#517075}
-
Sylvain Defresne authored
Convert LoadTimingTabHelper to directly track the registration with the observed WebState instead of relying on the deprecated code in WebStateObserver. Bug: 775684 Change-Id: I606bc4b62a5d10f695cee9f44b723feb9111ab9c 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/768717 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#517074}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/bce18538..2db9c912 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: I29f996571653ba1d2e82a345a59438b8a7d228ba Reviewed-on: https://chromium-review.googlesource.com/774180Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517073}
-
Lucas Garron authored
TBR=palmer@chromium.org Bug: Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ie480b411314e25628e6a8e1aea7da83cdd5f6e84 Reviewed-on: https://chromium-review.googlesource.com/773663 Commit-Queue: Lucas Garron <lgarron@chromium.org> Reviewed-by:
Lucas Garron <lgarron@chromium.org> Cr-Commit-Position: refs/heads/master@{#517072}
-
Anita Woodruff authored
- Previously when migrating to channels, the content settings were simply copied over to the NotificationChannelsProviderAndroid from the PrefProvider. - Now they are deleted from the PrefProvider after they are copied over to the NCPA. - This avoids old content settings hanging around and getting reinstated on channel deletion. Bug: 781524,784823 Change-Id: I01ec7974831f6a2be192c7e6e2a587148e736b9e Reviewed-on: https://chromium-review.googlesource.com/768722Reviewed-by:
Raymes Khoury <raymes@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Anita Woodruff <awdf@chromium.org> Cr-Commit-Position: refs/heads/master@{#517071}
-
Antonio Gomes authored
This CL splits window_tree_host.mojom, separating WindowTreeHostFactory interface declaration into its own mojom file. In practice, there is no behavior change at all, but the separation makes it easier for downstreamers to having a Mojo interface sibling of WindowTreeHostFactory (for instance, in case of external window mode, there is a ExternalWindowTreeHostFactory, which has a different API). BUG=666958 Change-Id: I664f9ac3895612b53c6a4b1cfc85785554fe9bab Reviewed-on: https://chromium-review.googlesource.com/767527Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Maksim Sisov <msisov@igalia.com> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#517070}
-
Ethan Kuefner authored
This reverts commit bd3be85e. Reason for revert: <INSERT REASONING HERE> Original change's description: > [Perf] Switch loading.* to histogram pipeline > > This CL enables the histogram pipeline for loading.desktop and loading.mobile. > > Bug: 744736 > Change-Id: Id12cf136d78e4cae6b552e5713d6aba9c27b6d2a > Reviewed-on: https://chromium-review.googlesource.com/769329 > Commit-Queue: Ethan Kuefner <eakuefner@chromium.org> > Reviewed-by: Ned Nguyen <nednguyen@google.com> > Cr-Commit-Position: refs/heads/master@{#516878} TBR=eakuefner@chromium.org,nednguyen@google.com,eyaich@chromium.org,ashleymarie@chromium.org Change-Id: Iba3674f272545c1a6771feeb423fb097d5bbcd9d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 744736 Reviewed-on: https://chromium-review.googlesource.com/774698Reviewed-by:
Ethan Kuefner <eakuefner@chromium.org> Commit-Queue: Ethan Kuefner <eakuefner@chromium.org> Cr-Commit-Position: refs/heads/master@{#517069}
-
Mikel Astiz authored
Prior to this patch, TopSites only stripped the "www." prefix when mapping a URL to a visit segment, which reflects how tiles will be formed (deduplicated, or lack thereof) on the NTP. We update this logic to handle common prefixes on mobile, as well as ignoring the distinction between http and https. The proposed implementation involves a history DB upgrade, which processes the persisted segment names with the new version of the function. Bug: 784337 Change-Id: Ibe6b609bf22df28866b069efd47acc483389509d Reviewed-on: https://chromium-review.googlesource.com/766747Reviewed-by:
Brett Wilson <brettw@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#517068}
-
Andreas Haas authored
With this CL the gin platform implements the new v8::Platform API functions {GetForegroundTaskRunner} and {GetBackgroundTaskRunner}. The existing task posting function of the V8Platform now also use these taskrunners to post tasks. Thereby we can move some of the implementation from the V8Platform and the PerIsolateData to the new taskrunners. R=rmcilroy@chromium.org Change-Id: I27ea6dd5f6ef8409e394f23ad914f468c09ded4a Reviewed-on: https://chromium-review.googlesource.com/758578 Commit-Queue: Andreas Haas <ahaas@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#517067}
-
jdoerrie authored
TBR=allada Bug: 785179 Change-Id: I7a1c756322a6e89e3bba07009fe38c7c5911710b Reviewed-on: https://chromium-review.googlesource.com/774285Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#517066}
-
Takashi Toyoshima authored
This patch imports all remaining tests that the original CL below had. https://chromium-review.googlesource.com/c/chromium/src/+/558226 Bug: 736308 Change-Id: I9cfad08f695d63a440f395bdf51c9b072fc812ba Reviewed-on: https://chromium-review.googlesource.com/763148 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#517065}
-
Guido Urdaneta authored
This reverts commit 67329635. Reason for revert: Suspect of breaking a number of mac bots. For example: https://build.chromium.org/p/chromium.mac/builders/Mac10.11%20Tests/builds/20401 Original change's description: > Roll src/third_party/skia/ d8d984ecc..4355b26b3 (14 commits) > > https://skia.googlesource.com/skia.git/+log/d8d984ecc99d..4355b26b359d > > $ git log d8d984ecc..4355b26b3 --date=short --no-merges --format='%ad %ae %s' > 2017-11-15 csmartdalton Fold analytic clip FPs into GrReducedClip > 2017-11-15 csmartdalton Fix precision caps and rrect/ellipse effect precisions > 2017-11-16 angle-deps-roller Roll skia/third_party/externals/angle2/ 4d1469315..39644feeb (2 commits) > 2017-11-16 angle-deps-roller Roll skia/third_party/externals/angle2/ 0acb268c9..4d1469315 (1 commit) > 2017-11-15 bsalomon Use GrContextFactories that produce a single GrContext in unit tests. > 2017-11-15 reed rename overloaded methods as speculative fix/diagnostic > 2017-11-15 benjaminwagner Remove Win7/Win8 Perf-Release jobs. > 2017-11-15 egdaniel Revert "Add private grpixelconfigs for alpha_8 and alpha_half" > 2017-11-15 egdaniel Revert "Nit clean up to add private GrPixelConfig CL" > 2017-11-15 benjaminwagner Remove/move remaining Win2k8 GCE jobs. > 2017-11-15 egdaniel Nit clean up to add private GrPixelConfig CL > 2017-11-15 vmpstr Ensure that removing last extension from GrGLExtension doesn't assert. > 2017-11-15 bsalomon Remove support for image load/store > 2017-11-15 egdaniel Add private grpixelconfigs for alpha_8 and alpha_half > > 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: Iebb2f097a4e08a0c213c0f8b14ee2b52e6ab494f > Reviewed-on: https://chromium-review.googlesource.com/773449 > Reviewed-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@{#517013} TBR=skia-deps-roller@chromium.org,brianosman@google.com Change-Id: Ie7621352d252e2df58fef599b3a33a55100f9da6 No-Presubmit: true No-Tree-Checks: true No-Try: true 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 Reviewed-on: https://chromium-review.googlesource.com/774598 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#517064}
-
Marina Ciocea authored
* Add uma logging callback to CreateDeviceEnumeratorInternal, CreateDeviceInternal and CreateClientInternal * Add 5 new histograms to track HRESULT of the steps in which GetPreferredOutputStreamParameters can potentially fail: creating device enumerator, creating device, creating client, getting shared-mode mix format and getting device period * Keep public only one version of each of the 3 CreateDevice, 3 CreateClient and 2 GetPreferredAudioParameters functions and move the behavior of removed public functions to internal functions * Refactor CreateDevice and CreateClient * Remove IsDefaultDevice that duplicates AudioDeviceDescription::IsDeviceDefault behavior * Remove unused functions DeviceIsDefault Bug: 774998 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: I8688f38a6b7bc8b093a95ba3ccf83f5b7eafaced Reviewed-on: https://chromium-review.googlesource.com/750807 Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517063}
-
Sylvain Defresne authored
Convert VoiceSearchNavigationTabHelper to directly track the registration with the observed WebState instead of relying on the deprecated code in WebStateObserver. Bug: 775684 Change-Id: I0ab524c26da8afb97753788fa36db0f5df603430 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/768743 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#517062}
-
Naoki Fukino authored
The contentload event from <webview> is dispached at the same time with 'load' event in webview. To ensure that posted message is handled in webview, we should post message to webview asynchronously on 'contentload' event. Bug: 783734 Test: Manually tested. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ic875eff26d8ace5783941504c8f864a0573b8a8c Reviewed-on: https://chromium-review.googlesource.com/771453Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Commit-Queue: Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#517061}
-
Siddhartha authored
The Experiment results are stated in https://goo.gl/EfU2ti. BUG=715852 Change-Id: Ic4fc697bc5dcf627a89263e3faf61c78d5b1fb85 Reviewed-on: https://chromium-review.googlesource.com/762343 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#517060}
-
Lucas Garron authored
TBR=nparker@chromium.org Bug: 785494 Change-Id: I4962501edae4815c60c4d00107053ee6f577639a Reviewed-on: https://chromium-review.googlesource.com/773281 Commit-Queue: Lucas Garron <lgarron@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#517059}
-
David Roger authored
Reconciliation now ignores unverified accounts. Bug: 780041 Change-Id: Iebec322ca38b512d1f4ef56f9a09ad779fb08680 Reviewed-on: https://chromium-review.googlesource.com/749943 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#517058}
-
Yoshifumi Inoue authored
This patch adds a comment to |LineLayoutInlineItem::SetAncestorLineBoxDirty()|. Change-Id: I504e7a12494e92752c7ab60916b6549e523c870d Reviewed-on: https://chromium-review.googlesource.com/773455Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517057}
-
Takashi Toyoshima authored
Implement simple FetchRequestMode check in CORSURLLoader, and add kDisallowedByMode CORSError to pass the error type to Blink. CORSError::GetErrorString() supports the kDisallowedByMode error and DocumentThreadableLoader uses it to generate console errors. TBR: mkwst@chromium.org Bug: 736308 Change-Id: I0b3a5f77732e00598b729648aeb18d9c969d696b Reviewed-on: https://chromium-review.googlesource.com/743883 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#517056}
-
Sylvain Defresne authored
Convert TextToSpeechListener to directly track the registration with the observed WebState instead of relying on the deprecated code in WebStateObserver. Remove TextToSpeechWebStateObserver and convert the TextToSpeechListener to implement CRWWebStateObserver. Bug: 775684 Change-Id: I40592a8cd9e5819168e1a65b9b0738b54d429b38 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/768715 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#517055}
-
Olivier Robin authored
Follow up of https://chromium-review.googlesource.com/c/chromium/src/+/744012 Bug: 785673, 775684 Change-Id: I85e06ac43db3098ed4d297ea6ad9c242dd8ecae2 Reviewed-on: https://chromium-review.googlesource.com/774261Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#517054}
-
Vadym Doroshenko authored
This feature for many years was set enabled by default, so let's remove the feature and leave enabled behaviour. Bug: Change-Id: I3e3ccdbda73a0ac8043aaa439b1d0a1e9844b114 Reviewed-on: https://chromium-review.googlesource.com/771811Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#517053}
-
Jérôme Lebel authored
When opening the profile switcher menu using the shortcut (cmd-shift-m), the first profile (other than the current one) in the list should be highlighted. This should happens only when opening the menu with the keyboard (and not with the mouse). This was done with Cocoa implementation: crrev.com/2638853003 It should have been done when moving the profile chooser menu to views-toolkit: crrev.com/c/750901 Bug: 728141 Change-Id: I724d08ce626ec88144edabe7d928d8315606fd71 Reviewed-on: https://chromium-review.googlesource.com/771753 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#517052}
-
Dominic Mazzoni authored
Note that most Chrome developers and a fraction of Canary users have dchecks on, so this is causing real crashes. Bug: 756435 Change-Id: I33150f6565da96f5d2004b4e22ea2fa229119a69 Reviewed-on: https://chromium-review.googlesource.com/772076Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#517051}
-
Alex Clarke authored
Bug: 777763 Change-Id: I7c311ade27f40c723f9afbe0dad1ebbcb632099c Reviewed-on: https://chromium-review.googlesource.com/771631 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#517050}
-
Sylvain Defresne authored
Convert JavaScriptDialogBlockingState to directly track registration with the observed WebState instead of relying on the deprecated code in WebStateObserver. Bug: 775684 Change-Id: I5add60c72e6046400c2dc1c4a609e9f443ecb782 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/768420 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#517049}
-
tanvir.rizvi authored
SetMark caches the VisibleSelection and is always set by FrameSelection::ComputeVisibleSelectionInDOMTreeDeprecated. So instead of passing VisibleSelection, this CL passes FrameSelection, and then compute the visible selection at call site. With this, it also prepares for the movement of is_directional_ to FrameSelection. Bug: 740804 Change-Id: I0e7a27af4d926ae0c68f15fbba612cb7d9a5f268 Reviewed-on: https://chromium-review.googlesource.com/766027Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Tanvir Rizvi <tanvir.rizvi@samsung.com> Cr-Commit-Position: refs/heads/master@{#517048}
-
Martin Sramek authored
Corresponding spec change: https://github.com/w3c/webappsec-clear-site-data/pull/43 Bug: 607897 Change-Id: Ib9d0c994917ff801dd64404734efdcb34c9507e1 Reviewed-on: https://chromium-review.googlesource.com/771890Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#517047}
-
cm.sanchi authored
From discussion on chromium-dev, it was decided to remove 'chrome' namespace. Bug: 289619 Change-Id: I7e424529d4dacd61e8c272f8c4261546db55407a Reviewed-on: https://chromium-review.googlesource.com/768469 Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#517046}
-