- 16 Mar, 2018 40 commits
-
-
Marc Treib authored
This reverts commit a646eeb2. Reason for revert: Turns out the supposedly deprecated field is still widely used on the server. Will clean up those usages first and then reland. I considered manually undoing only those parts that actually touch the protocol, but that seems much more confusing and error-prone. I might reland the local parts of this separately though. Original change's description: > Sync cleanup: Deprecate GetUpdatesCallerInfo.GetUpdatesSource > > This enum deprecated years ago and replaced by GetUpdatesOrigin, > but it was still in use for debug info. Now we're using > GetUpdatesOrigin there too. > Unfortunately GetUpdatesSource is a required field in the > GetUpdatesCallerInfo message, so its definition has to stay. > > Bug: 510165 > Change-Id: Ib5ee13cd46c00e4aecb7af5913ee8c47af32f6c3 > Reviewed-on: https://chromium-review.googlesource.com/911628 > Commit-Queue: Marc Treib <treib@chromium.org> > Reviewed-by: Nicolas Zea (slow) <zea@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541140} TBR=zea@chromium.org,treib@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 510165 Change-Id: Icb680a1071497274a78477be04dc18040483c58c Reviewed-on: https://chromium-review.googlesource.com/966381 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#543723}
-
John Chen authored
TBR=kereliuk@chromium.org Change-Id: I5910c15bcb442cb152f50f75a9008cc7a37887b7 Reviewed-on: https://chromium-review.googlesource.com/966585Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#543722}
-
Eugene But authored
This reverts commit 247dee23. Reason for revert: Failing on iOS 10 32-bit builder. Original change's description: > Log MobileDownloadFileUIInstallGoogleDrive in New Download Manager. > > This CL also changes InstallationNotifier class to be compatible > with OCMock (UIApplication shared instance is not stored in ivar anymore) > and adds resetDispatcher method to allow restoring InstallationNotifier > to its default state. > > Bug: 791806 > Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs > Change-Id: Iaee0d80938639d23862b254732eb49c97ddd4e86 > Reviewed-on: https://chromium-review.googlesource.com/958123 > Commit-Queue: Eugene But <eugenebut@chromium.org> > Reviewed-by: Peter Lee <pkl@chromium.org> > Cr-Commit-Position: refs/heads/master@{#543515} TBR=eugenebut@chromium.org,pkl@chromium.org Change-Id: I4c90614507c14322c6ab946ac4f8caeedc214cc3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 791806 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/966682Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#543721}
-
Anita Woodruff authored
This reverts commit b921591d. Reason for revert: Probable cause of WebView segfault in https://crbug.com/822732 Original change's description: > Move websocket.mojom from third_party/WebKit to services/network > > As a preparation to integrate websocket with the network service, this > CL moves the mojom file to /services/network. > > Bug: 721400 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo > Change-Id: I1284cbd9dd3292c41d1acba34835c6c6d44d48a3 > Reviewed-on: https://chromium-review.googlesource.com/961173 > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Commit-Queue: Yutaka Hirano <yhirano@chromium.org> > Cr-Commit-Position: refs/heads/master@{#543632} TBR=kinuko@chromium.org,jam@chromium.org,yhirano@chromium.org Change-Id: I6062a78052b82364418c9f57ab768c8f001cb549 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 721400,822732 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Reviewed-on: https://chromium-review.googlesource.com/966761Reviewed-by:
Anita Woodruff <awdf@chromium.org> Commit-Queue: Anita Woodruff <awdf@chromium.org> Cr-Commit-Position: refs/heads/master@{#543720}
-
https://webrtc.googlesource.com/src.git/+log/8870f553f3d0..af9e87b8c5bb $ git log 8870f553f..af9e87b8c --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None 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: I052c004ae08b5ff2be6af51bd9a2f5eb1a9fd88a Reviewed-on: https://chromium-review.googlesource.com/965932 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543719}
-
Oleh Prypin authored
Align lists of targets with chromium.webrtc Bug: chromium:820041 Change-Id: Iad5a23becb61182fe729ac86f9e83747b71d6211 Reviewed-on: https://chromium-review.googlesource.com/955565 Commit-Queue: Oleh Prypin <oprypin@chromium.org> Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#543718}
-
Ulan Degenbaev authored
Currently some DOM objects in DevTools heap snapshot show up as "UnknownNode" because the corresponding TraceWrapperBase objects do not implement the NameInHeapSnapshot method. This patch fixes it. The patch also makes NameInHeapSnapshot pure. Bug: 811925 Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I495a75c5ee0c9f765a6d94daed62cf34c345d124 Reviewed-on: https://chromium-review.googlesource.com/966423 Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#543717}
-
Mark Cogan authored
This CL wires the tab grid page controls tab counts into the grid view controllers. To do this, a public |itemCount| property is added to the GridViewControllers, and the TabGridViewController updates the counts in the page control whenever an event occurs that would change the count (opening or closing a tab), and when the VC is initially set up. Bug: 804501, 804552 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I9162b45e04b102ce4c1b885356ebf3bf0873396b Reviewed-on: https://chromium-review.googlesource.com/964143Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#543716}
-
Donn Denman authored
This CL adds two new ResultsSeen histograms that apply to all users. One records whether results were seen for the tap gesture, and the other for any gesture that triggers the Contextual Search UI. All the previous histograms slice the data one way or another, usually based on whether the user opted-in to our privacy policy. These new histograms will make it easy to see the overall impact of experiments that affect CTR. BUG=821893 Change-Id: I0a20ca56668d2086a213fd946b0704e4db601714 Reviewed-on: https://chromium-review.googlesource.com/963291Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#543715}
-
Hans Wennborg authored
lld doesn't support /debug:fastlink, and so we used to assert when trying to use those two together. However, as we're planning to switch over to lld by default, we don't want to break the builds of those who have specified is_win_fastlink manually. Instead, ignore the flag when linking with lld, and eventually it will be phased out altogether. Bug: 792131 Change-Id: I83ff749254d4dbc55aedbfc6e87702e8e8a06a23 Reviewed-on: https://chromium-review.googlesource.com/966225Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#543714}
-
Donn Denman authored
Adds new feature signals from Blink about the page at the location tapped. These signals will be useful for deciding whether to trigger Contextual Search. Signals include the text run-length of the element tapped and the effective font size. BUG=754862 Change-Id: I02227479ecfae4d3b174a1845fed7c3d24e355b8 Reviewed-on: https://chromium-review.googlesource.com/920325Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#543713}
-
Peng Huang authored
Bug: 811661 Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;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: I02a7aa880ad407afe0dc2c79e8a99be90bd59bd8 Reviewed-on: https://chromium-review.googlesource.com/960582 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#543712}
-
Geoff Lang authored
Timeouts are seen accross most of the builders. TBR=iannucci@chromium.org NOTRY=true BUG=820190 Change-Id: Id7122242be4fcfe34893a305c32fa4d05f49a80b Reviewed-on: https://chromium-review.googlesource.com/966588Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#543711}
-
Adam Langley authored
AuthenticatorImpl doesn't support the callbacks being made immediately. Instead, defer them via the current MessageLoop. Change-Id: I57b43049e8dca8e1d113f86eb1ea5728e7d953a8 Reviewed-on: https://chromium-review.googlesource.com/963096Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#543710}
-
Fredrik Söderquist authored
Move the 'href' lookup to a helper function (as seen in the very similar SVGGradientElement.) Use a similar setup in SVGGradientElement equivalent method. Move attribute synchronization from LayoutSVGResourcePattern into SVGPatternElement::CollectPatternAttributes. Change the SetPatternAttributes helper to take a SVGPatternElement reference. Remove the element null-check in the LayoutObject. Bug: 769774 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I16901de05437bbeea1981f5340bec1a3e4329b50 Reviewed-on: https://chromium-review.googlesource.com/966221Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#543709}
-
Chris Hamilton authored
This thread was recently removed, and is no longer used. BUG=815225 Change-Id: I11e14933e9f30791be835034f59296bdbbedb708 Reviewed-on: https://chromium-review.googlesource.com/963597Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#543708}
-
https://skia.googlesource.com/skia.git/+log/bcc00b2a612c..6e9a4f6327d1 $ git log bcc00b2a6..6e9a4f632 --date=short --no-merges --format='%ad %ae %s' 2018-03-15 egdaniel Make TestForPreservingPMConversions helper use lazy createTextureProxy call. 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:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=stephana@chromium.org Change-Id: I7473d080bb9cc0c855a6b1d6f1c5da809e65853c Reviewed-on: https://chromium-review.googlesource.com/965616 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543707}
-
Eero Häkkinen authored
Bug: 822721 Change-Id: If0d5768d344580ce7da3b8cf07eaacece34614eb Reviewed-on: https://chromium-review.googlesource.com/962141 Commit-Queue: Eero Häkkinen <eero.hakkinen@intel.com> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#543706}
-
Biao She authored
This CL fix text wrapping issue. It also fixes text in Buttons do not transform to upper case. Bug: 814988 Change-Id: I1ba4d4270f5cf0d315ddf9aad4c7c3171be020e2 Reviewed-on: https://chromium-review.googlesource.com/964990Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Biao She <bshe@chromium.org> Cr-Commit-Position: refs/heads/master@{#543705}
-
Sahel Sharify authored
https://chromium-review.googlesource.com/904547 hasn't fix the crashes. This cl checks the validity of the event router before sending the wheel end events. Bug: 791963 Change-Id: I5af23c24e5dcd9a8351ba00a8fdcfde4e2109b7d Reviewed-on: https://chromium-review.googlesource.com/964736Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#543704}
-
Greg Kraynov authored
Change-Id: I52aee8a9046f00dd2d61a8361724ffacddd51677 Reviewed-on: https://chromium-review.googlesource.com/964664 Commit-Queue: Greg Kraynov <kraynov@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#543703}
-
Ramin Halavati authored
Traffic annotations FYI bot cannot access some files in build_path/gen. Some Debug data is added to find out why? TBR=msramek Bug: 690323 Change-Id: I4fb716d8b843704bf48cfbb62d5b09a3791eb732 Reviewed-on: https://chromium-review.googlesource.com/966303Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#543702}
-
Emily Hanley authored
Bug: 821873 Change-Id: I957926f214481ece2f9fba1d8d6357e0b61377a5 Reviewed-on: https://chromium-review.googlesource.com/964597Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#543701}
-
Raphael Kubo da Costa authored
external/wpt/FileAPI/BlobURL/test1-manual.html and external/wpt/FileAPI/BlobURL/test3-manual.html were removed in https://github.com/w3c/web-platform-tests/pull/8612 external/wpt/quirks-mode/active-and-hover-manual.html was renamed in https://github.com/w3c/web-platform-tests/pull/8895, and the new name is now in NeverFixTests. Change-Id: I04804bfc5f9a3d37b44e5bc0f45308e6fe8bd639 Reviewed-on: https://chromium-review.googlesource.com/966289 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#543700}
-
Kevin Bailey authored
Just making const some things that can be made const. Primarily stemming from template_url_service. Change-Id: If7e368a15fcf3ada82c074f808de5fa8b7c4a878 Reviewed-on: https://chromium-review.googlesource.com/959055 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#543699}
-
Koji Ishii authored
Following bot results are included. 4203 4207 4215 4216 4218 4221 4224 4227 4229 4230 4232 4235 4236 4237 4239 4240 4250 14 lines were removed and 35 lines were deflaked by consecutive results since 4203. 4211 was manually excluded because it has 32 unexpected passes, and it is questionable. Probably it was a flaky run. 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: I5da2f53155dbd38fcd8a4c80a05b4ee564334ec8 Reviewed-on: https://chromium-review.googlesource.com/964025 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#543698}
-
Adam Parker authored
Change-Id: If60cff3630b80ca0002287b600dd0ad31fe9d183 Reviewed-on: https://chromium-review.googlesource.com/964797Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Adam Parker <amp@chromium.org> Cr-Commit-Position: refs/heads/master@{#543697}
-
Robert Ma authored
Ideally, we should respect users' PATH when searching for Chrome binary. For now, change the order of search paths to a better approximation of the most common defaults across Linux distros. In particular, try Chrome's default installation location AT LAST, so that symlinks created by tools like update-alternatives are tried first, which means honoring users' preferences of Chrome channels. Change-Id: Ic77e439d3a3b428194af45b38bb85cfbb8a97508 Reviewed-on: https://chromium-review.googlesource.com/965444Reviewed-by:
Jonathon Kereliuk <kereliuk@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#543696}
-
Kevin Bailey authored
I suspect that a test wasn't timing out due to slowness, but in fact because a SINGLETON navigation was switching instead, and not waking up waiting observers. This CL adds an explicit 'wait' parameter for choosing (instead of relying on disposition). It also splits up the respective test into SINGLETON and SWITCH_TO_TAB versions (they're orthogonal) and cleans up some comments. Bug: 822071 Change-Id: I241478b7a566b0e843f92b091d8f090ffbf9011c Reviewed-on: https://chromium-review.googlesource.com/964386 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#543695}
-
Jeremy Roman authored
It is only used to printf to a FILE*, which <cstdio> already does. Change-Id: I05965cafca27d918858716ed624358a506119b96 Reviewed-on: https://chromium-review.googlesource.com/965383Reviewed-by:
Yuta Kitamura <yutak@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#543694}
-
Jeremy Roman authored
Now that move semantics exist, std::sort should work fine. Change-Id: I47e017da1d1d9189fac65f319859d89b455090ca Reviewed-on: https://chromium-review.googlesource.com/963983Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#543693}
-
Michael Lippautz authored
This fixes tests when run with enable_blink_heap_verification which checks that all marked objects on the heap have their children marked too. This is not the case for these kind of unittests. Bug: chromium:757440 Change-Id: Ie92761b7619dcf2f16fba7c2a3d3e6b0b10b0afd Reviewed-on: https://chromium-review.googlesource.com/966401Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#543692}
-
Avi Drissman authored
Allow it to traverse <webview> and allow the mode to be specified. BUG=659753, 819773 Change-Id: I45aaf11b6f91481a65ce40790e4e5d785c23ec1b Reviewed-on: https://chromium-review.googlesource.com/956301Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#543691}
-
Elly Fong-Jones authored
This change: 1) Allows SessionCrashedBubbleView to anchor to a rect instead of a view; 2) Has it use a rect when a Cocoa browser window is in use; 3) Has SessionCrashedBubbleViewTest use a rect when a Cocoa browser window is in use too Bug: 653966, 817408 Change-Id: I89d6327cc4df09e870891ace0b9cca151235051a Reviewed-on: https://chromium-review.googlesource.com/961501 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#543690}
-
Alexander Timin authored
After patch 954622 blink style checker started checking scheduler code. Make scheduler code mostly conform to this standard. Add exception for readability/control_flow as in many places scheduler code is easier to read without it. R=dcheng@chromium.org CC=tkent@chromium.org Change-Id: I167ad10f089f56fd3e86d41f2a6aa07b23801557 Reviewed-on: https://chromium-review.googlesource.com/964641 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#543689}
-
Ramin Halavati authored
A removed annotation is marked deprecated. Bug: 656607 Change-Id: Ie0d56b6d6218cb261fd691b9e7b2eeaed9a352ab Reviewed-on: https://chromium-review.googlesource.com/966382Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#543688}
-
Daniel Bratell authored
third_party/llvm-bootstrap-install is sometimes created by tools/clang/update.py and should not disturb git. Change-Id: Id30390bc0e15e69661828f0124c08475539e3490 Reviewed-on: https://chromium-review.googlesource.com/966421Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#543687}
-
Reza.Zakerinasab authored
Bug: 820701 Change-Id: Ic4d4f28c9b34c41f22ff2f4daca25128f2fdf987 Reviewed-on: https://chromium-review.googlesource.com/964927Reviewed-by:
Justin Novosad <junov@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#543686}
-
Fredrik Söderquist authored
Gradient resources are currently only using the 'linked' resource in the SVGResources object for cycle breaking and change notifications. The SVG*GradientElements also perform cycle breaking on their own, disregarding what SVGResourcesCycleSolver has done. The 'href's themselves are what risk introducing cycles for gradients at the moment, so handling them explicitly (as is already done) doesn't add any additional complexity. Mixing resources defined by the DOM with those defined by style does add complexity though. This CL stops tracking <*Gradient> href's using SVGResources, and starts tracking them using an IdTargetObserver in SVGGradientElement, much like how similar 'href's are tracked. Bug: 661598, 769774 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I5538ede4170c7181098fe2308dbfa640506334f4 Reviewed-on: https://chromium-review.googlesource.com/880965 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#543685}
-
Michael Lippautz authored
With these annotations the corresponding global handles now have names in DevTools, making it easy to identify where a context is held alive. Bug: chromium:811842 Change-Id: I10df68d3024a07744e7f18a27f7c07700545a803 Reviewed-on: https://chromium-review.googlesource.com/962789Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#543684}
-