- 03 Apr, 2018 40 commits
-
-
https://webrtc.googlesource.com/src.git/+log/5b4f075f9c59..644fde40a9c3 $ git log 5b4f075f9..644fde40a --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:827917,chromium:828220 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;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I51cd91f0fca62013f2f17b6e113f783c90b45f0a Reviewed-on: https://chromium-review.googlesource.com/991606Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#547663}
-
Guido Urdaneta authored
On Mac, audio devices may have an active source. For example, the built-in audio device might be using the internal speakers or headphones (same device, different sources). This CL changes audio device enumerations so that the device label uses the source instead of the device name if the source is available. The reason is that the source (together with the transport, added in crrev.com/c/980951) is a better description of the device. Some examples: Before: "Built-in Microphone" Now: "External Microphone (Built-in)" or "Internal Microphone (Built-in)" Before: "Built-in Output" Now: "Internal Speakers (Built-in)" or "Headphones (Built-in)" Before: "HDMI" Now: "HP Z30i (HDMI)" This change also requires firing the devicechange event if the source for a device changes, since that results in a change to the enumeration results. This CL includes the required changes to AudioDeviceListenerMac. Bug: 811687 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ieb6801fe979cfed528036862471203f5d29e4603 Reviewed-on: https://chromium-review.googlesource.com/984312 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#547662}
-
Eric Noyau authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I03347d01754a2fb7e28ffd73696f7dd03fdbba8b Reviewed-on: https://chromium-review.googlesource.com/987952Reviewed-by:
Menglu Huang <huangml@chromium.org> Commit-Queue: Eric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/master@{#547661}
-
Noel Gordon authored
Per http:crrev.com/336357 the variable existed when the old file manager browser test was split up after growing too large. It is not used in GalleryBrowserTestBase today: remove scripts_. Test: browser_tests --gtest_filter=GalleryBrowserTest* Bug: 804413 Change-Id: Iada83b00c5644d8ea8d9d3a334affe103a59d1db Reviewed-on: https://chromium-review.googlesource.com/991772 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Cr-Commit-Position: refs/heads/master@{#547660}
-
Egor Pasko authored
This switches tools/cygprofile/run_tests to vpython, which should have been done as part of http://crrev.com/546845. After the vpython switch the workaround in http://crrev.com/546845 should not be necessary, so revert this commit as well: > cygprofile: Fix unittests for cygprofile on CQ. > > orderfile_generator_backend_unittests imports > orderfile_generator_backend, which transitively requires psutil, which > is not available on the CQ bots. > > As psutil is not used in unit tests, handle the import error to > allow unit tests to run on CQ, and CLs in //tools/cygprofile to pass > presubmit checks. > > Change-Id: Id06bd2b7936509ef44a02d7b6497fa818d439291 > Reviewed-on: https://chromium-review.googlesource.com/985975 > Commit-Queue: Benoit L <lizeb@chromium.org> > Reviewed-by: Egor Pasko <pasko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#546790} Bug: None Change-Id: Ib0737acf652b283c212a61a2bae83a9c373c9fbf Reviewed-on: https://chromium-review.googlesource.com/988072Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#547659}
-
Tatsuhisa Yamaguchi authored
The test were replicated from the one in zip_archiver/unpacker_test and rewritten to be based on JsTest. Test: browser_tests --gtest_filter=ZipArchiverJsTest.* Bug: 454910 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I141f310cdab10ca10e6084caac545b8be8c26ec8 Reviewed-on: https://chromium-review.googlesource.com/978224 Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Reviewed-by:
Shinya Kawanaka <shinyak@chromium.org> Cr-Commit-Position: refs/heads/master@{#547658}
-
arthursonzogni authored
Add a new test, it makes use of chrome.app.window.create() with a sandboxed page. It checks no window is returned to the background app. There were no tests trying to open a new window with a sandboxed document already. Bug: 820995 Change-Id: I0e59723ee23b31845545774b3ff3dfede0278af0 Reviewed-on: https://chromium-review.googlesource.com/982627 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#547657}
-
Fergal Daly authored
Make it a public method on SpaceSplitString so that it can be used in unit tests etc. Also add some unit tests. Change-Id: I2169259c29bb6e5a5a62c8dc6245ba8af31bc053 Reviewed-on: https://chromium-review.googlesource.com/991693Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#547656}
-
Vaclav Brozek authored
Bug: None Change-Id: I72665789d93e1eb0b5fe8ac8920cac8a5e0b2615 Reviewed-on: https://chromium-review.googlesource.com/984873Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Friedrich Horschig <fhorschig@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#547655}
-
Keishi Hattori authored
Fix GCState transition checks for when incrmental marking is enabled Bug: 757440 Change-Id: I01cf15b45800d15bd50542824f64dd24d8e0ef0f Reviewed-on: https://chromium-review.googlesource.com/991621Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#547654}
-
Daniel Bratell authored
In jumbo builds many files are compiled in the same translation unit and then their anonymous namespaces will also be one and the same. In blink/inspector two (identical) UrlWithoutFragment functions end up colliding. This patch changes it so that one of them has a more narrow scope. The patch also removes the special casing of these files from the build system. Bug: 713137 Change-Id: If0b8bfb8a13c1191aa4e1c07d2aa1472ed168f29 Reviewed-on: https://chromium-review.googlesource.com/985978Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#547653}
-
Takashi SAKAMOTO authored
[Sheriff] Mark svg/W3C-SVG-1.1/text-intro-01-t.svg and svg/W3C-SVG-1.1/text-intro-04-t.svg as failure on Win10 The following 2 tests are failing (Image/text failures) on Win10: svg/W3C-SVG-1.1/text-intro-01-t.svg svg/W3C-SVG-1.1/text-intro-04-t.svg TBR=jam@chromium.org Bug: 828314 Change-Id: I7768c906400f48fbaed0b8e69e4232278e04fbf7 Reviewed-on: https://chromium-review.googlesource.com/991894Reviewed-by:
Takashi Sakamoto <tasak@google.com> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/master@{#547652}
-
Yoshifumi Inoue authored
This patch Introduces |TextOffsetMapping|[1] class to mapping between character offset in block and DOM position for ease of implementing selection modification with text segments, such as word/sentence/paragraph. This patch is a preparation of the patch[2]. [1] https://goo.gl/v2Ax8d Text Offset Mapping [2] http://crrev.com/c/737981 Simplify word granularity handling Bug: 778507 Change-Id: I63957165ab2741d5c3f1e2b1d29302541d12841b Reviewed-on: https://chromium-review.googlesource.com/983336Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#547651}
-
Vaclav Brozek authored
FormParser provides parsing PasswordForm structures from HTML data. It currently is only used on iOS, and hence resides inside //ios. However, in order to fuzz it, it has to be compiled on Linux and/or Mac. Therefore the file itself is being moved to the component. A side effect of this change is: * Dropping iOS PlatformTest fixture, because the test does not need it. (The fixture was responsible for draining the autorelease pool, but the test is pure C++, no Objective C). * Renaming to IOSFormParser, to ensure that iOS is still mentioned in the file path. It will also help to keep two different form parsers once the FormParser for desktop is added into the new target directory. Bug: 827945 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I114e01af40d5d29f221e15e44f0fdf635ea1c8b4 Reviewed-on: https://chromium-review.googlesource.com/989952Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#547650}
-
Christian Dullweber authored
Using a set of exlude pattern it is possible to exclude all out/ files except for files in out/Debug/gen. This removes the need for a symlink. Change-Id: Ie2b410fa4d4fe12eecbd9c37e5d677b813819b63 Reviewed-on: https://chromium-review.googlesource.com/985977 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#547649}
-
Kent Tamura authored
String16MojomTraits*.* in platform/mojom/ should be renamed to string16_mojom_traits*.* for consistency with //base/strings/string16*.*. Bug: 578345 Change-Id: Ic84f8e356281a446baaadaf498b31788202d1f97 Reviewed-on: https://chromium-review.googlesource.com/991795Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#547648}
-
Yoichi Osato authored
This patch adds a layout test that confirm no warning if imported document adds style to the main document by appendChild. Bug: 523952 Change-Id: Idd5a603d3e585378fc57958969b491d866abf997 Reviewed-on: https://chromium-review.googlesource.com/970046Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#547647}
-
Yoshifumi Inoue authored
This patch changes "transpose-empty.html" to utilize |selection_test()| for ease of maintenance. Note: "transpose-empty.html" is failed on layout_ng bot due by pixel test. Bug: 679977, 636993 Change-Id: Ibeb10cf4f7b6d0f270a30467060b9fba2891999d Reviewed-on: https://chromium-review.googlesource.com/991496Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#547646}
-
Yoshifumi Inoue authored
This patch changes "5272440.html" to utilize |selection_test()| for ease of maintenance. Following patch will rename "5272440.html" to "delete_all_contents_in_root_editable.html". Note: "5272440.html" is failed on layout_ng bot due by pixel test. Bug: 679977, 636993 Change-Id: I1455f820e8e0baf729fc8a1cca87705db4046674 Reviewed-on: https://chromium-review.googlesource.com/991493Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#547645}
-
Yoshifumi Inoue authored
This patch changes "type-delete-after-quote{1,-2}.html" to utilize |selection_test()| and integrate into "type-delete-after-quote.html", since both tests use similar test input, for ease of maintenance. Note: "type-delete-after-quote.html" is failed on layout_ng bot due by pixel test. Bug: 679977, 636993 Change-Id: I27db14fae0ab951df387e4d58c45f556470209c6 Reviewed-on: https://chromium-review.googlesource.com/991796Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#547644}
-
Kenichi Ishibashi authored
This is failing because we don't support byte-for-byte update check to all service worker importScript() resources. Update test expectations to point an appropriate bug entry and remove the entry from S13nSW expectation as this failure isn't specific to S13nSW. Bug: 648295 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I65dca2a31baa500ae8f1d347af8c77d9e9fd8c29 Reviewed-on: https://chromium-review.googlesource.com/991472Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#547643}
-
Rune Lillesveen authored
Getting rid of another mutable style access. Bug: 813068 Change-Id: Ied084dcce6c9477ce43763ba42dd4256e87efa25 Reviewed-on: https://chromium-review.googlesource.com/983953Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#547642}
-
Yoichi Osato authored
This patch adds a layout test that confirms unintentionally warning if imported document adds style to the main document by appendChild after load. This simulates polymer's workaround for style deprecation: (Copy <custom-style> styles to main document: https://git.io/vxP3p) Bug: 523952 Change-Id: I2eb696b26af06000bc07af6ea9eeb87a67179368 Reviewed-on: https://chromium-review.googlesource.com/991655Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#547641}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5d0fcc3fa3ad..87c1c3dbea9a $ git log 5d0fcc3fa..87c1c3dbe --date=short --no-merges --format='%ad %ae %s' 2018-03-25 lgoodby chromeos_config: Return gale-paladin to important. 2018-03-23 yueherngl eve-campfire: add eve-campfire-paladin 2018-03-08 phobbs cidb: Add Pre-CQ flake count query 2018-03-06 mortonm Adjust tester for new groups of which shill is a member. Created with: roll-dep src/third_party/chromite BUG=chromium:819287,chromium:820230,chromium:649417 The AutoRoll server is located here: https://chromite-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. TBR=chrome-os-gardeners@chromium.org Change-Id: I41db1195a6cb655884268cbfb46050f8f09b96d8 Reviewed-on: https://chromium-review.googlesource.com/991609 Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#547640}
-
Yoichi Osato authored
This patch modifies the function so that it returns valid LayoutRect for line break. The function didn't work if (LayoutObject, offset) points after line break: 1. (LayoutBR, 1) 2. ("foo\n", 4) on white-space: pre. Because ComputeInlineBoxPositionForTextNode didn't receive such position. Historically, VisualPosition canonicalization updated Position not to point end of Node and LocalCaretRectOfPosition and ComputeInlineBoxPosition assumed that. This patch updates LocalCaretRectOfPositionTemplate to check if Position is after line break(NeedsLineEndAdjustment) and return the first InlineBoxPosition of next line(NextLinePositionOf). * Notes: This kind of adjustment should be done inside ComputeInlineBoxPosition. However, SelectionModifierCharacter and SelectionModifierWord depend on the current behavior of ComputeInlineBoxPosition that it returns null InlineBoxPosition for such position of line end (see L261 and L332 for each function). Since regression is about LocalCaretRectOfPositionTemplate, this patch only fixes the function. Bug: 807930 Change-Id: I46630d86401c165e0bb908d748adc069e03a5374 Reviewed-on: https://chromium-review.googlesource.com/906263 Commit-Queue: Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#547639}
-
Yutaka Hirano authored
Some tests want to run all microtasks at the end of each test case, but I guess it is good for all tests. This CL adds v8::MicrotasksScope::PerformCheckpoint in ~V8TestingScope and removes ScriptPromiseTestTryCatchScope which is now needless. Bug: None Change-Id: Icb237c7bb58f1ec7cfe1ce80d03f1b8106459e1a Reviewed-on: https://chromium-review.googlesource.com/991615 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#547638}
-
https://skia.googlesource.com/skia.git/+log/873086957bdf..c0528e2418e0 $ git log 873086957..c0528e241 --date=short --no-merges --format='%ad %ae %s' 2018-04-03 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 5a7e61bbd..30b604d8d (1 commit) 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;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=reed@chromium.org Change-Id: I00b638b049e06e1d17549baaa893ff891bac3890 Reviewed-on: https://chromium-review.googlesource.com/991732Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#547637}
-
Karan Bhatia authored
This CL ensures that all the page whitelisting API functions (chrome.declarativeNetRequest.*) can't be called by extensions which don't have a declarative ruleset. It doesn't make sense for extensions to whitelist page patterns if they don't have a registered declarative ruleset. BUG=811460, 696822 Doc=https://docs.google.com/document/d/1Fhm-t0JCc3dcmwyBX_i7TGyuJ2QjqDechv1-VCRBo5o/edit?usp=sharing Change-Id: Id2822af5f258a32889e9217a3c63e13879984312 Reviewed-on: https://chromium-review.googlesource.com/987314 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#547636}
-
Vaclav Brozek authored
The PRESUBMIT test _CheckUniquePtr reported the following false-positive: std::unique_ptr<ParseResult> result = std::make_unique<ParseResult>(); suggesting that one uses nullptr instead. This CL fixes that bug and also adds regression tests for this presubmit check. Bug: 827961 Change-Id: I60a088f6590f01c51be7e3ffc0c6d65ad9e5c329 Reviewed-on: https://chromium-review.googlesource.com/989972Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#547635}
-
Kenichi Ishibashi authored
The method is similar to EnsureControllerServiceWorker but in some cases we can't make sure that the controller service worker is running (as existing comment described). Update the description of the method to state that this method doesn't guarantee that the controller is running. The method will be called during navigation when S13nSW is enabled. During navigation, we need to make sure that the controller is running before calling this method. Currently we make sure this by calling ServiceWorkerFetchDispatcher::StartWorker() in the following sequence: ServiceWorkerControlleeRequestHandler::MaybeCreateLoader() -> ServiceWorkerURLJobWrapper::ForwardToServiceWorker() -> ServiceWorkerNavigationLoader::ForwardToServiceWorker() -> ServiceWorkerFetchDispatcher::Run() -> ServiceWorkerFetchDispatcher::StartWorker() After creating a loader, we call GetControllerServiceWorkerPtr() in ServiceWorkerControlleeReuqestHandler::MaybeCreateSubresourceLoaderParams(). Bug: 797222 Change-Id: If7ef6dbe2e59c15e2f737f16d68f0c851d889556 Reviewed-on: https://chromium-review.googlesource.com/987832Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#547634}
-
Alexander Yashkin authored
This fixes DCHECK caused by TemplateURLService::UpdateNoNotify incorrect update of search engines that have same keyword after update. Bug: 697745 Change-Id: Ib554ca3e1748a3827fdbbb06a2168bb41dbdc150 Reviewed-on: https://chromium-review.googlesource.com/989753 Commit-Queue: Alexander Yashkin <a-v-y@yandex-team.ru> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#547633}
-
btolsch authored
The text in the fullscreen exit toast is confusing on Chrome OS since it is not commonly known how to access the F11 key. It is not usually used in BrowserView since immersive mode is used instead. Additionally, Chromebooks have a hardware fullscreen toggle button which should be easily accessible for exiting fullscreen. Bug: 825803 Change-Id: I855c9920e37e4176140c874e4a7c357cc6ab3e22 Reviewed-on: https://chromium-review.googlesource.com/988940Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Cr-Commit-Position: refs/heads/master@{#547632}
-
Greg Thompson authored
Now that TickClock::NowTicks is a const function, change consumers so that they hold a const pointer to a clock. TBR=sky@chromium.org Bug: None Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_mojo;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I698230dfd458eb7b6d1c4566c6ed8b12db097c0e Reviewed-on: https://chromium-review.googlesource.com/982621Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#547631}
-
Patti authored
Update the icon sizes used in the omnibox popup/dropdown to change dynamically depending on whether touch mode is on or off. For favicons and extension icons which have fixed sized 16x16 icons supplied by the developer, add extra padding around it to align them properly with the correctly sized vector icons. Bug: 801583 Change-Id: I23a9a2c5b5e3ae35b5c975ef1e3b7b6f5c7a9282 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/945294Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#547630}
-
Chris Morin authored
The StartArcInstance dbus method has been split into StartArcMiniContainer and UpgradeArcContainer. Both need to be called sequentially for the ARC container to boot fully. Bug: 65548422 Test: Ensure container starts fully Test: ./out/Debug/unit_tests --gtest_filter='*Arc*' Test: ./out/Debug/components_unittests --gtest_filter='*Arc*' Change-Id: I60879e0c8b4ec6e93ee30fbabe0ae5e83dce2fc5 Reviewed-on: https://chromium-review.googlesource.com/917669Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Christopher Morin <cmtm@google.com> Cr-Commit-Position: refs/heads/master@{#547629}
-
btolsch authored
The page info dialog shows information about the content settings and preferences set for the page shown by a given WebContents. This includes security information, cookies in use, etc. The implementation that shows it relies on the WebContents being contained in a Browser object. PresentationReceiverWindow introduced a scenario where we want to show the page info dialog but don't have a Browser object. This change adds a method for LocationBar to be called to show the page info dialog directly so it can be called from the presentation receiver window. Bug: 807885 Change-Id: I9981ab04e0982c5d01ed11e83437714e9d8e90b2 Reviewed-on: https://chromium-review.googlesource.com/924473 Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#547628}
-
Mitsuru Oshima authored
* Move CenterWindow/CycleSnap to BaseState * Updated CenterWindow to send event instead. This is is necessary in order for ClientControlledState to intercept bounds change request. * Added animate parameter to SetBoundsEvent. Animation on ARC++ windows are not implemented yet. It will be handled in a separate CL. BUG=b/30260227 TEST=covered by unittest Change-Id: I7d3940f82f84331a717013005255e165818a7deb Reviewed-on: https://chromium-review.googlesource.com/989837 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Qiang Xu <warx@google.com> Cr-Commit-Position: refs/heads/master@{#547627}
-
Koji Ishii authored
Following bot results are included. 4497 4499 4505 4509 4513 4516 4521 4524 4526 8 lines were removed and 9 lines were deflaked by consecutive results since 4466. Following test was converted to testharness and that text dump was removed: editing/selection/extend-by-sentence-001.html TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I3541c45d6961f8ad9cc08f9ea095c64f66c56e0a Reviewed-on: https://chromium-review.googlesource.com/989520 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#547626}
-
https://skia.googlesource.com/skia.git/+log/1a291b354f54..873086957bdf $ git log 1a291b354..873086957 --date=short --no-merges --format='%ad %ae %s' 2018-04-02 skcms-skia-autoroll Roll skia/third_party/externals/skcms/ ad0c4f19b..75dc22828 (1 commit) 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;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=reed@chromium.org Change-Id: I378c5d27e98ca1032b6465c776df5b0c9c0ae2b6 Reviewed-on: https://chromium-review.googlesource.com/991335Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#547625}
-
John Abd-El-Malek authored
Bug: 825242 Change-Id: Id08270e339e5a7ae33d2374f77d56d2de0da2254 Reviewed-on: https://chromium-review.googlesource.com/988693 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Cr-Commit-Position: refs/heads/master@{#547624}
-