- 31 Oct, 2017 40 commits
-
-
Andrey Lushnikov authored
This patch stops indleness detector when a new document gets committed. This makes sure that networkIdle events for the previous document don't come for the newly committed one. Drive-by: cleanup test. R=pfeldman Change-Id: Ia0cbcbbda31e07957867c53641649dd80091281e Reviewed-on: https://chromium-review.googlesource.com/745388Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#512760}
-
Eddy Mead authored
Most instances were not used, and the two remaining instances were easily covered by using name_for_methods and splitting one really simple custom method. Change-Id: I4ea3d912a6cc0b969ecba40a5f8e311cf77880e3 Reviewed-on: https://chromium-review.googlesource.com/741402 Commit-Queue: meade_UTC10 <meade@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#512759}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/163965d5ce2b..9088557fe47e $ git log 163965d5c..9088557fe --date=short --no-merges --format='%ad %ae %s' 2017-10-30 jmadill D3D11: Fix dirty current value updates. 2017-10-27 geofflang Make GL_OES_rgb8_rgba8 enableable. Created with: roll-dep src/third_party/angle BUG=779675 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.angle:android_angle_rel_ng,android_angle_deqp_rel_ng,linux_angle_rel_ng,linux_angle_dbg_ng,linux_angle_deqp_rel_ng,linux_angle_ozone_rel_ng,mac_angle_rel_ng,mac_angle_dbg_ng,win_angle_rel_ng,win_angle_dbg_ng,win_angle_x64_rel_ng,win_angle_x64_dbg_ng,win_angle_deqp_rel_ng,win_angle_x64_deqp_rel_ng;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=cwallez@chromium.org Change-Id: Ic1e413a8da3c77454c3264a7f11936987a93448e Reviewed-on: https://chromium-review.googlesource.com/746048Reviewed-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@{#512758}
-
Darren Shen authored
Spec: https://drafts.css-houdini.org/css-typed-om-1/#stylepropertymapreadonly We test get, getAll, has, iterable and getProperties through the inline StylePropertyMap. Currently failing: - Custom properties seem to be returned as CSSStyleValues and not CSSUnparsedValues - properties are not sorted correctly in iteration and getProperties. Bug: 774887 Change-Id: I613329005030355e137d19063c5ad7e6247156ed Reviewed-on: https://chromium-review.googlesource.com/722400 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#512757}
-
Yoichi Osato authored
This patch converts editing/pasteboard/5144139.html with assert_selection to promote the use of w3c testharness and improve code health. Bug: 679977, 775701 Change-Id: I18182b39fdcb756ae26333f7b074b343a8f968b7 Reviewed-on: https://chromium-review.googlesource.com/746223Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#512756}
-
sohan authored
Skia ganesh supports kAlpha_8_GrPixelConfig, use it for ALPHA_8 resource format. Change-Id: I7ecf021e6d65c889ea7a87e9349665426484cf6a Reviewed-on: https://chromium-review.googlesource.com/743787Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Sohan Jyoti Ghosh <sohan.jyoti@huawei.com> Cr-Commit-Position: refs/heads/master@{#512755}
-
Ke He authored
Mojofy the InputServiceLinux, convert all its clients to use mojo interfaces. Removed the useless InputServiceProxy, rewrite the FakeInputServiceLinux to make sure the browsertests fit for using mojo. Make the InputServiceLinux owned by Device Service. BUG=767309 Change-Id: I32d9d61adb996e41df5d7a80c9a5c4ef16c87fa6 TBR=sky@chromium.org Change-Id: I32d9d61adb996e41df5d7a80c9a5c4ef16c87fa6 Reviewed-on: https://chromium-review.googlesource.com/701323 Commit-Queue: Ke He <ke.he@intel.com> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#512754}
-
Sebastien Marchand authored
- Use the appropriate UMA macros. - The hard fault counters can sometime overflow, handle this. - Rename the UMA metrics to Memory.Experimental - The swapping threshold was too low, it has been guesstimated locally with a sampling rate of 1Hz but the monitor runs at 0.5Hz, so the value has to be higher. Bug: 771478 Change-Id: I3038a55f97b78bef1e4a17793d7a1a8196a89230 TBR: chrisha@chromium.org Reviewed-on: https://chromium-review.googlesource.com/745703 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#512753}
-
Andrey Lushnikov authored
StyleSheet is not always defined in the context of CSSSelectorParser. This patch adds a check to usage reporting that verifies that there's a stylesheet. BUG=chromium:769670 R=pfeldman Change-Id: I890e561092cf2e53b9f3c392b9e3c4be7fdcb82d Reviewed-on: https://chromium-review.googlesource.com/744592Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#512752}
-
Krishna Govind authored
TBR=cmasso@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I37d1836082a63056772a0f72e65b292221809382 Reviewed-on: https://chromium-review.googlesource.com/745965 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#512751}
-
Andrey Lushnikov authored
This patch fixes two bugs with DOM.setOuterHTML protocol method: 1. The method didn't work when a document node was passed as an argument 2. The method didn't work when document's element was removed BUG=724974 R=pfeldman Change-Id: I4f5dd0d9151fd80328af422e9016f63a749b0cf3 Reviewed-on: https://chromium-review.googlesource.com/745325Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#512750}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/33f69db1c8a5..a7678667fc72 $ git log 33f69db1c..a7678667f --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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: I7c78752c151fd941a39c9305b96608a11c0fee73 Reviewed-on: https://chromium-review.googlesource.com/746041Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512749}
-
Raymes Khoury authored
If a media permission request is fully blocked by feature policy, we don't want to show the tab indicator as the user has no way to recover. This is consistent with how we fail for insecure contexts and other web-platform API requirements. Bug: 689802 Change-Id: I8921d5ac8d98f26f1e7ba7a624497846716ffdf4 Reviewed-on: https://chromium-review.googlesource.com/737494Reviewed-by:
Timothy Loh <timloh@chromium.org> Commit-Queue: Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#512748}
-
Hayato Ito authored
Make FlatTreeTreversal dipatch to ng's corresponding functions so that we can know the effect of FlatTreeTraversalNg. No behavior change unless the flag is enabled. Bug: 776656 Change-Id: I4d504a24c90a164a9a9d46143ba4a57eac2f1f57 Reviewed-on: https://chromium-review.googlesource.com/742962Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#512747}
-
Brandon Jones authored
Gives the ability to get projection and view matrices for a frame. Bug: 670510 Change-Id: If164de438eaa88c5945b5a411e7a5cec42664fda Reviewed-on: https://chromium-review.googlesource.com/742681 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#512746}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/45d6303f6e84..f1b869377e01 $ git log 45d6303f6..f1b869377 --date=short --no-merges --format='%ad %ae %s' 2017-10-31 angle-deps-roller Roll skia/third_party/externals/angle2/ d84a00b9d..9088557fe (1 commit) 2017-10-31 angle-deps-roller Roll skia/third_party/externals/angle2/ 163965d5c..d84a00b9d (1 commit) 2017-10-30 angle-deps-roller Roll skia/third_party/externals/angle2/ e7c5f4f05..163965d5c (1 commit) Created with: roll-dep src/third_party/skia BUG=779675 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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=stani@chromium.org Change-Id: If081af4aed2ba628f9324ac8ec85ddbb3112b362 Reviewed-on: https://chromium-review.googlesource.com/746022Reviewed-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@{#512745}
-
Shanmuga Pandi M authored
Bug: 771800 Change-Id: I3f5625d7bd01dbc102dacbf1ecc07d73a0345858 Reviewed-on: https://chromium-review.googlesource.com/740591Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#512744}
-
Victor Costan authored
Bug: Change-Id: Ia54552ec4069229c464f56cc9515ebafea86a8ca Reviewed-on: https://chromium-review.googlesource.com/740564Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#512743}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/34cad05e..ca564c07 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: I56239a1a8cdb6d2788f594e82ac2c48f8d1c6fc1 Reviewed-on: https://chromium-review.googlesource.com/745602Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512742}
-
rbpotter authored
Bug: 773928 Change-Id: Ice29884177038148769c1a6c0edf037220bdc814 Reviewed-on: https://chromium-review.googlesource.com/745442 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#512741}
-
Makoto Shimazu authored
It's timeout frequently. Bug: 779912 TBR=paulmeyer@chromium.org Change-Id: If0311d4f11119bfebeda1447dd8ac8003ba1ff16 Reviewed-on: https://chromium-review.googlesource.com/745704 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512740}
-
Stuart Langley authored
This appears to be the first former control message that has been Onion Souped, so I needed to create the infrastructure to add the interface to a BinderRegistry and then add this to the service manager. I also needed to expose the IO thread via Platform so that the mojo interface can be created on it, to maintain the previous implementation. Most of the rest of the changes are just a result of changing the namespace from content::mojom to blink::mojom. Bug: 757277 Change-Id: I1e8a0606c19cc715a4890d27c922cfa26a84c4cf Reviewed-on: https://chromium-review.googlesource.com/727487 Commit-Queue: Stuart Langley <slangley@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#512739}
-
Lei Zhang authored
Bug: 166058 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8bc4dc22874397adbab6ce34b0c7006499472512 Reviewed-on: https://chromium-review.googlesource.com/744904Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#512738}
-
Xiaocheng Hu authored
InsertTextCommand deletes the content of the current selected range before inserting new text. In certain cases, there is non-null selection after the deletion, but the corresponding VisibleSelection is null. This patch makes InsertTextCommand abort in such cases to avoid crashing. Bug: 779376 Change-Id: I84538fe1ccd4200e9505701e7cbe700c48ea101a Reviewed-on: https://chromium-review.googlesource.com/744388 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#512737}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/1cf1b7d66fbc..33f69db1c8a5 $ git log 1cf1b7d66..33f69db1c --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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: If12c5f331e5b0c2669190fcebd953a472e3048fe Reviewed-on: https://chromium-review.googlesource.com/745721Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#512736}
-
Eddy Mead authored
This makes it consistent with the rest of the code. Also add it to the BUILD file, so that any changes in it are automatically picked up when building. Change-Id: I4a82d3c7c1f25e4f176d111615a8a66f2304d6c8 Reviewed-on: https://chromium-review.googlesource.com/742764Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Commit-Queue: meade_UTC10 <meade@chromium.org> Cr-Commit-Position: refs/heads/master@{#512735}
-
chrome://bookmarksMarti Wong authored
This is to fix the bug that when navigating to chrome://bookmarks, the URL in omnibox was mistakenly cleared if chrome://bookmarks is disabled (non-iPad or new bookmarks flag is ON). Bug: 777510 Change-Id: I4d9dfd790c155e8351db9d9049b053c740d9f318 Reviewed-on: https://chromium-review.googlesource.com/737290 Commit-Queue: Marti Wong <martiw@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#512734}
-
Makoto Shimazu authored
This reverts commit c74bc225. Reason for revert: Several layout tests are failing on Mac. This is a log of one of the failing bots: https://storage.googleapis.com/chromium-layout-test-archives/Mac10_10_Tests/25548/layout-test-results/results.html Original change's description: > glx: Fix a crash during teardown. > > Two notable changes: > . Do not immediately destroy the GLContextGLX when MakeCurrent() fails. > This follows the pattern in GLContextEGL, where MakeCurrent() does > not immediately destroy the context on failure. > . Notify TextureManager about lost context early during tear down. This > is necessary because FramebufferManager is destroyed first, and > during its destruction, some gpu::gles2::Texture objects can be > destroyed. But TextureManager is destroyed later, and is notified of > the lost context only during destruction. As a result, Texture > destruction does glDeleteTextures() while there's no context, causing > a crash. > > BUG=777594 > > 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: I664e43c297cded17c223d3ee1ac4e32ca28ffd42 > Reviewed-on: https://chromium-review.googlesource.com/734945 > Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#512651} TBR=sadrul@chromium.org,piman@chromium.org Change-Id: I4eea9ab43cb390057ba95282585625118975f699 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 777594 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/745685Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512733}
-
xzhan96 authored
Corresponds to Client.postMessage() method, sends a message from service worker to a client. The CL mojofies the legacy IPC: ServiceWorkerMsg_MessageToDocument. BUG=755861 Change-Id: I5795f8af5eb775699b9b22c1dde128c4bba48ec7 Reviewed-on: https://chromium-review.googlesource.com/742237 Commit-Queue: Xiaofeng Zhang <xiaofeng.zhang@intel.com> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512732}
-
Dominick Ng authored
BUG=761682 Change-Id: I6eff6704ad19ddf9d3aa5b2167af12d9e643b044 Reviewed-on: https://chromium-review.googlesource.com/745684Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#512731}
-
Jinsong Fan authored
When WebView is initialized by non-activity context, startActivity will cause runtime exception: lack the FLAG_ACTIVITY_NEW_TASK flag. Now, guard it with activityFromContext null check. Bug: Change-Id: Ia0ebf88f21d2064b734c0bbc9dc2636457e23321 Reviewed-on: https://chromium-review.googlesource.com/730041Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512730}
-
Joel Einbinder authored
Moves UISourceCodeFrame to sources Introduces UISourceCodeFrame.Plugin Moves CSSSourceFrame from being a subclass to a plugin Bug: 778043 Change-Id: Ia93a4bc2b26ae1a28505d2f82220ad5c21882f0b Reviewed-on: https://chromium-review.googlesource.com/736672 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#512729}
-
chrome-release-bot authored
TBR=anantha@chromium.org Change-Id: I11bb89a9d0ca34ea50e188293f21b844053c9245 Reviewed-on: https://chromium-review.googlesource.com/745941Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#512728}
-
Sam McNally authored
Add content::BindWorkerInterface(), a function to bind an interface requested by a web worker. BindWorkerInterface() forwards to a singleton WorkerInterfaceBinders, responsible for registering interface binders on and dispatching interface requests using a BinderRegistryWithArgs<RenderProcessHost*, const url::Origin&>. These BinderRegistryWithArgs arg types are temporary until https://crbug.com/775792 determines the appropriate longer-term arg types. To support worker-exposed interfaces implemented by the embedder, add ContentBrowserClient::BindInterfaceRequestFromWorker(). Forward requests not handled at the content layer to BindInterfaceRequestFromWorker(). Migrate {Barcode,Face,Text}Detector, BudgetService and Mojo bindings to use the worker InterfaceProviders. Update MojoInterfaceInterceptor to intercept interface requests sent on the worker InterfaceProviders instead of the process-wide connector. These APIs rely on MojoInterfaceInterceptor for testing so are migrated together. Bug: 734210, 775792 Change-Id: I7add53ac091f5c5bfcdeb67c935fb138e0b99173 Reviewed-on: https://chromium-review.googlesource.com/725202 Commit-Queue: Sam McNally <sammc@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#512727}
-
Makoto Shimazu authored
This reverts commit 2ec883ba. Reason for revert: VectorMathTest.Vsma and VectorMathTest.Zvmul are failing on Mac. See https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.11%20%28retina%29/builds/19138/steps/blink_platform_unittests for detail. Original change's description: > [Reland] Implement test cases for blink::VectorMath functions > > Original CL: https://chromium-review.googlesource.com/737877 > > This CL avoids erroneous array bound checks in the standard algorithm > library. > > This is a preparation for AVX optimization of blink::VectorMath > functions. > > Bug: 778262 > Change-Id: Ifc8465644a048cd0815c993dd824bdf62d04415a > Reviewed-on: https://chromium-review.googlesource.com/744005 > Reviewed-by: Raymond Toy <rtoy@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Eero Häkkinen <eero.hakkinen@intel.com> > Cr-Commit-Position: refs/heads/master@{#512674} TBR=kbr@chromium.org,rtoy@chromium.org,eero.hakkinen@intel.com Change-Id: Ife91931cd9b3f309bd75eeb0ba6525a013f67817 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 778262 Reviewed-on: https://chromium-review.googlesource.com/745921Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512726}
-
Dave Schuyler authored
This CL wraps the MD extensions pages (details view, error page, and shortcuts page) in cr-lazy-render to accelerate the initial page load. The item list is not lazily rendered because it's the main page. Bug: 770392 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I5cc1d58f42c7bf56463d222a9a2dda7e0aa494ce Reviewed-on: https://chromium-review.googlesource.com/731884 Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#512725}
-
Scott Graham authored
Bug: 707030 Change-Id: I77a50eccbfa58c5236330ba9a593fb96192c2c40 Reviewed-on: https://chromium-review.googlesource.com/745821Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#512724}
-
John Z Wu authored
It was activated in WebViewBrowserState constructor but was not deactivated in destructor. Bug: Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I6f39a4df50a9fdb430cb6362a0bb9f9d9a0ef0bb Reviewed-on: https://chromium-review.googlesource.com/744387Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#512723}
-
Steven Bennetts authored
This CL: * Resizes the dialogs to better match the mocks * Modifies the dialog title and layout to better match the mocks * Updates the style of the inputs to match dialog input style * Renames internet-config-dialog in internet_config.html to internet-config match the filename and reduce confusion with internet_config_dialog.html (stand alone dialog). Bug: 380937 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I7086e18be6d2bd627c8038de39f7e89dc16d0ea7 Reviewed-on: https://chromium-review.googlesource.com/742341 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#512722}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/d6e9cfaab055..8aa3002c673f $ git log d6e9cfaab..8aa3002c6 --date=short --no-merges --format='%ad %ae %s' 2017-10-31 art-snake Simplify code in fpdf_transformpage.cpp. Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: Ia744181344c1980961bd9f134146f25fbb0b1c3d Reviewed-on: https://chromium-review.googlesource.com/745320 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512721}
-