- 14 Dec, 2017 40 commits
-
-
Gabriel Charette authored
The Client interface was diluted down to a single method at this point. Different implementations of overriding Delegate's Run() methods will need different behaviors from ShouldQuitWhenIdle(). Making it easily overrridable is key. One such example behaviour is when overriding a MessageLoopForUI/IO. When waiting inside a Run() with no more tasks, control needs to remain in the hands of the overridden MessageLoop as it may receive work first (from the system) and therefore shouldn't quit-when-idle when the overriding Delegate is out of work (the overriding Delegate can let it know to wake by posting a task to it if it gets work first). R=thestig@chromium.org Bug: 708584 Change-Id: I27a449bc3be5858b0e8d4d6482714523ad5e2b67 Reviewed-on: https://chromium-review.googlesource.com/817962 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#524097}
-
Robert Sesek authored
Bug: 598854 Change-Id: I9cfe27590794d63903347f50daa1698ee6961bb1 Reviewed-on: https://chromium-review.googlesource.com/826442 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#524096}
-
Finnur Thorarinsson authored
Somewhere along the way we stopped listening to recycler events, which breaks the mechanism that invalidates old (outdated) requests for decoding. This CL reinstates that. Bug: 793934, 656015 Change-Id: I0df070c851bb75a1dccd1e7b5854c8846905ceb9 Reviewed-on: https://chromium-review.googlesource.com/827015Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#524095}
-
Ian Vollick authored
With this change, rects can now have individually configurable corner radii. This does not apply to textured quads, and the utility for this is not as clear. (Also converts a few arguments to const refs and updates shadow to set the corner radius automatically). Bug: 782703 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: Id49a1cce69dc59178c1b4a8ce15df8f8016bf709 Reviewed-on: https://chromium-review.googlesource.com/827026 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#524094}
-
Aleks Totic authored
https://chromium-review.googlesource.com/c/chromium/src/+/727781 broke printing of DataRefs This commit makes DataRef print like this: (gdb) p container_style.box_data_ $2 = DataRef(scoped_refptr((blink::ComputedStyleBase::StyleBoxData *)0x1e6143288 170)) Bug: 763844 Change-Id: I6ebcdd2d32b032659d3cc00973859c23ccb8b693 Reviewed-on: https://chromium-review.googlesource.com/826262Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#524093}
-
Eric Stevenson authored
The default implementation simply calls the original method. Bug: 793816 Change-Id: I2ac147d5318d6a04db2d9cec46659d574383b005 Reviewed-on: https://chromium-review.googlesource.com/824722 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#524092}
-
Ian Vollick authored
In the conversion to SetAndDirty, a regression was introduced: the URL was not marked as dirty when the color scheme changed. The result was that a portion of the URL bar would update (eg, the security icon), but the URL itself would not update. With this CL, we set dirtiness. Bug: 794956 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: I02fec20ede52eb165a19445a6b28b2b5bcb2ca4b Reviewed-on: https://chromium-review.googlesource.com/827028Reviewed-by:
Yash Malik <ymalik@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#524091}
-
rnephew authored
Bug: 781409 Change-Id: I89a3561584e18dc56e411bceb0ee25d72e996989 Reviewed-on: https://chromium-review.googlesource.com/818331Reviewed-by:
Charlie Andrews <charliea@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: rnephew <rnephew@chromium.org> Cr-Commit-Position: refs/heads/master@{#524090}
-
Marc Treib authored
Currently there is a race condition between IPC messages from the browser to the renderer, and the page load in the renderer. This CL makes SearchBox (on the renderer side) accept those messages a bit earlier, which should mitigate the problem somewhat (though it won't actually fix it). Bug: 793818, 794942 Change-Id: Iad3bf3afbc0d46093ee2eb06bcf60de99849991c Reviewed-on: https://chromium-review.googlesource.com/827068 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Chris Pickel <sfiera@chromium.org> Cr-Commit-Position: refs/heads/master@{#524089}
-
yiyix authored
Users are now able to turn on draw occlusion by set flag enable draw occlusion to true in chrome://flags. TEST: build to chrome os device and verify if draw occlusion is turned on when the flag is set to true. Bug: 672929 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ibfca7fd5f91a8f7c04ea20db62029b0ab3a78870 Reviewed-on: https://chromium-review.googlesource.com/826103 Commit-Queue: Yi Xu <yiyix@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#524088}
-
Tommy Martino authored
Full Title: Drop Translation Layer for Some PaymentRequest Mojo Structs Currently we have C++ classes duplicating our Mojo structs; it turns out this is unnecessary and adds a lot of complexity. This change removes two of them (PaymentAddress, PaymentCurrencyAmount) as a first step towards removing all of them. To allow using these structs on iOS, which does not use WebKit, we have to move these back to the components directory, where they originally lived. My tentative plan is to move the remaining mojo structs to components, split between the payment_request_data file added in this CL, and a new payment_request_interface file for the bits which will not be included on iOS (where communication with the renderer does not use Mojo). Bug: 775631 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I7e4a4b21fe8c75c37b95fb12658114d1994f4a66 Reviewed-on: https://chromium-review.googlesource.com/738515 Commit-Queue: Tommy Martino <tmartino@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#524087}
-
arthursonzogni authored
This CL disable "Convert Enter-in-omnibox to a reload" when the navigation entry are created by WebView. Some WebView initiated navigation were misclassified as "reload". Bug: 794020 Change-Id: I443bc00601c33c94005aec0eb4f1592f83b6f64b Reviewed-on: https://chromium-review.googlesource.com/824682Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#524086}
-
Victor Costan authored
The mojo typemaps for BlinkCloneableMessage and BlinkTransferableMessage specify that the structs are move-only, so the code in the mojo bindings uses std::move. However, since the structs declare a custom constructor (the constructor is defaulted in the .cpp, but the compiler can't see this from the .h), no move constructor or move-assignment is generated, and the structs are copied rather than being moved. The mismatch causes extra reference increments / decrements. When the underlying type uses thread-safe reference counter (like SerializedScriptValue does), increments and decrements use atomic operations, which are not cheap on ARM. This CL adds move constructors and move-assignment operators to BlinkCloneableMessage to allow moving, and adds DISALLOW_COPY_AND_ASSIGN to prevent accidental copying. This CL also adds DISALLOW_COPY_AND_ASSIGN to the browser-side structures corresponding to Blink{Cloneable,Transferable}Message, to make it obvious that they are move-only. Bug: 794791 Change-Id: Iffe8f1e65bf9ccc2cd98082c341c2bdc3246fa33 Reviewed-on: https://chromium-review.googlesource.com/826260 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#524085}
-
Jonathan Metzman authored
Bug: 794796 Change-Id: I28c6579ebe3062f342f19748b2b1b1b21e185104 Reviewed-on: https://chromium-review.googlesource.com/826684Reviewed-by:
Lutz Justen <ljusten@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#524084}
-
Nico Weber authored
No intended behavior change. Bug: 774209 Change-Id: Iffa593253058c5ab8a81712be216b903be23b0c4 Reviewed-on: https://chromium-review.googlesource.com/826173 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#524083}
-
Marc Treib authored
This fixes a problem where both Omnibox and fakebox could have visible focus at the same time. Bug: 792850 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Id4801641c1ee192ffef943ecb738abf41fecc348 Reviewed-on: https://chromium-review.googlesource.com/827076Reviewed-by:
Chris Pickel <sfiera@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#524082}
-
danakj authored
This reverts commit 1050c3ac. Reason for revert: Did it's job. Original change's description: > Look for why ChromeOS bots are flakily using software compositing. > > This adds some NOTREACHED() on ChromeOS to figure out why tests are > disabling gpu compositing. > > R=zmo@chromium.org > > Bug: 793303 > Change-Id: I6ee99fc334c34c292bcb1e3568108e422d43da4c > Reviewed-on: https://chromium-review.googlesource.com/826382 > Reviewed-by: Zhenyao Mo <zmo@chromium.org> > Commit-Queue: danakj <danakj@chromium.org> > Cr-Commit-Position: refs/heads/master@{#523958} TBR=danakj@chromium.org,zmo@chromium.org Change-Id: I439a4775e1dfa9329da9cbbd416a4bad11bd71e6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 793303 Reviewed-on: https://chromium-review.googlesource.com/827142Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#524081}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2c617901..327c9d94 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: I4680fca86bd30e7721b8de4dee8725e9797bb22a Reviewed-on: https://chromium-review.googlesource.com/827024Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#524080}
-
Allen Bauer authored
Per this comment on linked bug: https://crbug.com/651643#c62 Bug: 651643 Change-Id: Ic90a7a83232d4c3eace025872ef839d68d68d45c Reviewed-on: https://chromium-review.googlesource.com/823083Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#524079}
-
Shivani Sharma authored
This CL adds a browser test that tests that globally allowing ads should work as expected. We had a unit test for this earlier but not a browser test. Bug: Change-Id: Ieb43a5512eb5c54a94fee79f7d39fe8d51c6796f Reviewed-on: https://chromium-review.googlesource.com/826165 Commit-Queue: Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#524078}
-
kylechar authored
These tests were failing because of a flag not being passed. Try enabling on FYI. TBR: jonross@chromium.org Bug: 793302 Change-Id: Ic780a2545199c7c7d81014f3650c95de1b19f57c Reviewed-on: https://chromium-review.googlesource.com/827027Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#524077}
-
Justin Novosad authored
BUG=793667 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: Ifc75e2d1545346cf618a6a2303dc659369040674 Reviewed-on: https://chromium-review.googlesource.com/824983Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#524076}
-
Mike West authored
Bug: 794098 Change-Id: I7f2e05edcf08b67b09a00a6707857d38a0d2028e Reviewed-on: https://chromium-review.googlesource.com/827007 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#524075}
-
Morten Stenshorne authored
This is a reland of 4e246b2e Original change's description: > [LayoutNG] Don't let legacy layout re-enter layout of a scrollable block node. > > We'd end up re-entering NGBlockNode::CopyFragmentDataToLayoutBox() for > the same node. > > After layout of a fragment, NGBlockNode::CopyFragmentDataToLayoutBox() would > call LayoutBlock::UpdateAfterLayout(), which would call > scrollbar was toggled, it'd go ahead and call UpdateLayout() on the object, > which would take us back into the NG layout machinery, on the same node, via > Finally we'd re-enter NGBlockNode::CopyFragmentDataToLayoutBox(), causing misc > kinds of misery, such as not being able to paint the block at all. For > multicol, there'd even be a DCHECK failure "Variable fragment inline size not > supported", because the code got confused as to whether a fragment was a first > fragment or not. > > LayoutBox: :UpdateAfterLayout(), which would call > PaintLayer: :UpdateSizeAndScrollingAfterLayout(), which would call > PaintLayerScrollableArea: :UpdateAfterLayout(). If this code detected that a > LayoutNGBlockFlow: :UpdateBlockLayout(), further to NGBlockNode::Layout(). > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: I832372223e324682bb4e38b3177dce30093df2e1 > Reviewed-on: https://chromium-review.googlesource.com/824265 > Commit-Queue: Morten Stenshorne <mstensho@chromium.org> > Reviewed-by: Emil A Eklund <eae@chromium.org> > Cr-Commit-Position: refs/heads/master@{#524039} TBR=eae@chromium.org Change-Id: I5aceb5c45c8fa60b20fa481318f05c609ca2b46b Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/826985Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#524074}
-
Miguel Casas-Sanchez authored
Our code search doesn't linkify crbug[.com] if they are not prefixed with http[s]:// (e.g. [1]). This CL adds a warning on upload that this is happening and suggests prefixing https://, since it seems like we are not going to be able to linkify them automatically in CS anytime soon (see bug). It looks a bit like: ** Presubmit Warnings ** Found unprefixed crbug.com URL(s), consider prepending https:// ui/ozone/platform/drm/gpu/gbm_buffer.h:107 // TODO(mcasas): crbug.com ui/ozone/platform/drm/gpu/gbm_buffer.h:108 // TODO(mcasas): crbug/123 [1] https://cs.chromium.org/chromium/src/BUILD.gn?type=cs&q=crbug.com&sq=package:chromium&l=65 Bug: 762061 Change-Id: Ib58bc6b58dfa61a7bf421b0ed55184705cee767c Reviewed-on: https://chromium-review.googlesource.com/822973Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#524073}
-
David Bokan authored
VisualViewport:pageLeft and pageTop returns the visual viewport's offset from the document origin. This means it's a combination of the layout viewport's offset and the visualViewport's offset within the layout viewport. Currently, this uses the effective root scroller as the layout viewport. However, this can be used to leak information through a cross origin iframe and will break down for OOPIFs. The sensible thing to do here is to redefine these values to always use the original layout viewport. Bug: 505516 Change-Id: I616d497cc6f1ebe003ff48701da3d6691dc38326 Reviewed-on: https://chromium-review.googlesource.com/806479Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#524072}
-
Marc Treib authored
This info is already sent in NavigationEntryCommitted, which covers all relevant cases. No need to re-send almost immediately. Bug: none Change-Id: I125b8dd53a2c487c129cee98eb2d09527394263a Reviewed-on: https://chromium-review.googlesource.com/827071Reviewed-by:
Chris Pickel <sfiera@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#524071}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/9daae51c4ad8..63789ccc03f6 $ git log 9daae51c4..63789ccc0 --date=short --no-merges --format='%ad %ae %s' 2017-12-14 mtklein Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" 2017-12-13 kjlubick Disable extra CPUs during Nanobench 2017-12-13 rmistry [Infra] Automatically submit docs updates 2017-12-12 update-docs Update markdown files 2017-12-13 rmistry [Infra] Fix skiaserve source location again 2017-12-13 brianosman Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB 2017-12-13 robertphillips Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget 2017-12-13 liyuqian Add strip 2pt conical GM 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=liyuqian@chromium.org Change-Id: Ied30e2d339414d1eb2772d5a837c8870a2cd1053 Reviewed-on: https://chromium-review.googlesource.com/826563Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#524070}
-
Tom Anderson authored
Failing runs on Linux Tests: https://ci.chromium.org/buildbot/chromium.linux/Linux%20Tests/65554 https://ci.chromium.org/buildbot/chromium.linux/Linux%20Tests/65557 BUG=792739 R=jonross@chromium.org Change-Id: I7e1c151f5eaa108c4416a681d22d26884493ec6a Reviewed-on: https://chromium-review.googlesource.com/826462 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#524069}
-
Shanfeng Zhang authored
Bug: None Change-Id: Ie29f7c76a60ec8b7f4c0b383fe8ca3eb6ed009a2 Reviewed-on: https://chromium-review.googlesource.com/826246Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#524068}
-
Daniel Bratell authored
In jumbo builds symbols with the same name that end up in the same translation unit might clash even if they don't normally clash. That was the case with a couple of constants in the ui/base clipboard code for X11. This patch shares some of the constants (the ones with the same value) and renames the remaining one. Bug: 773275 Change-Id: I718cecdf5e490de17217962767322f3c847a3e53 Reviewed-on: https://chromium-review.googlesource.com/824522Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#524067}
-
Xi Han authored
Currently the offline dialog only handles ERR_INTERNET_DISCONNECTED error, and we would like it to catch up more network errors. A generic message is added to shown on the dialog. Bug: 789566 Change-Id: I9c36319241f8754822e6336eca8ae13379edc764 Reviewed-on: https://chromium-review.googlesource.com/803835 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#524066}
-
Francois Doray authored
Having a single TabManager initialization path in TabManagerTest will simplify adding common initialization code in an upcoming CL. Bug: 775644 Change-Id: Icb648e1591127a1a5f4acf847208cd53e2dfb278 Reviewed-on: https://chromium-review.googlesource.com/820201Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#524065}
-
Louis Romero authored
To be able to roll MDC, we'll temporarily build MDFInternationalization as a framework. This is the first CL out of 3 CL, including one downstream. Bug: 785248 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ibbacbca687316252e28be985a7952b5449b164bb Reviewed-on: https://chromium-review.googlesource.com/825202Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Louis Romero <lpromero@chromium.org> Cr-Commit-Position: refs/heads/master@{#524064}
-
Daniel Bratell authored
Jumbo is a unity build system for Chromium, aimed at dramatically reducing the compilation times. So far support has been added to blink, v8, content/browser and a few smaller targets, reducing the effort by about half. How that maps to real time depends on hardware. It scales proportionally for 4 core/8 thread machines, but not in 48 core machines or in goma. The effort to compile content/renderer in a use_jumbo_build=true build is right now about 6% of the total effort when compiling chrome+content_shell+blink_tests. That is about 51 CPU minutes on the test hardware. With jumbo that can be brought down to 6-7 CPU minutes, saving about 5 minutes real time on a 4 core/8 thread machine for every full compilation. Part of the support is to split away IPC code generation since its macro based design isn't compatible with jumbo. See comment in the code for more information. Bug: 746953 Change-Id: If0cfe05986cdfbdd4974f03119c46c3493f6c63e Reviewed-on: https://chromium-review.googlesource.com/822417 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#524063}
-
Gauthier Ambard authored
This CL creates a OmniboxPopupCoordinator and boxes the ViewController, mediator and presenter inside. For now the coordinator is still owned and activated by the OmniboxPopupViewIOS. In future CL the coordinator will own the OmniboxPopupViewIOS. Bug: 762597,788640 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ief006d3c8e8668824111fd513d249dc90be51d1e Reviewed-on: https://chromium-review.googlesource.com/824664Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#524062}
-
Mostyn Bramley-Moore authored
orientation_quaternion_fusion_algorithm_using_euler_angles.cc and orientation_euler_angles_fusion_algorithm_using_quaternion.cc both contain GetFusedType and GetSourceType constexpr's with the same argument type, which conflict in jumbo builds. Let's rename them both. BUG=794692 Change-Id: I707873b5e554dba9a98df27a2a5554e355a275c9 Reviewed-on: https://chromium-review.googlesource.com/825862 Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com> Reviewed-by:
Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> Cr-Commit-Position: refs/heads/master@{#524061}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/9af765dd2e44..9d4d7f06facb $ git log 9af765dd2..9d4d7f06f --date=short --no-merges --format='%ad %ae %s' 2017-12-07 oetuaho Classify TSymbols using an enum 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=cwallez@chromium.org Change-Id: I22d01ab539400963facf9d1cd10bcd15a1709f33 Reviewed-on: https://chromium-review.googlesource.com/826698Reviewed-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@{#524060}
-
Guido Urdaneta authored
This reverts commit 3d9bdee7. Reason for revert: Speculative revert as we've seen regressions in decode time for WebRTC sessions. Please contact stefan@webrtc.org for more details. Original change's description: > Roll src/third_party/libvpx/source/libvpx/ cbe62b9c2..14dbdd95e (25 commits) > > https://chromium.googlesource.com/webm/libvpx.git/+log/cbe62b9c2d2b..14dbdd95e686 > > $ git log cbe62b9c2..14dbdd95e --date=short --no-merges --format='%ad %ae %s' > 2017-11-29 jianj Add frame width & height to frame pkt. Add test. > 2017-12-06 marpan vp9-svc: Set downsampling filter for VGA layer. > 2017-12-06 marpan vp9: Nonrd-pickmode: move some early exits up. > 2017-12-01 marpan vp9-svc: Allow for nonzero motion on spatial reference. > 2017-11-28 huisu Add max luma picture width/height constraint in VP9 level > 2017-12-01 johannkoenig filter out asm includes > 2017-12-01 johannkoenig explicitly label .text sections > 2017-12-01 johannkoenig nasm defaults to -Ox > 2017-12-01 johannkoenig pass 'win64' instead of 'x64' to the assembler > 2017-12-01 marpan vp9-svc: Set num_inter_modes in non-rd pickmode. > 2017-12-01 yinshiyou-hf vpx_dsp: [loongson] optimize variance v2. > 2017-11-30 marpan Nonrd-pickmode: avoid duplicate computation of UV predictor. > 2017-11-30 jzern decouple spatial-svc from encoder abi > 2017-11-29 marpan Fix to copy partition. > 2017-11-29 marpan vp9-svc: Don't allow encode_breakout on golden ref. > 2017-11-29 marpan vp9-svc: Clean conditon for allowing copy_partition. > 2017-11-29 kylesiefring Remove unnecessary includes of emmintrin_compat.h > 2017-11-29 yinshiyou-hf vp8: [loongson] optimize regular quantize v2. > 2017-11-29 kaustubh.raste mips msa optimize vpx_scaled_2d function > 2017-11-29 yinshiyou-hf vp8: [loongson] optimize vp8_short_fdct4x4_mmi v2. > (...) > > Created with: > roll-dep src/third_party/libvpx/source/libvpx > R=johannkoenig@google.com > > BUG=webrtc:5749 > > Change-Id: I2e26d723eaffb7fb999f4d1d77ea678519f0ef50 > Reviewed-on: https://chromium-review.googlesource.com/813088 > Reviewed-by: Johann Koenig <johannkoenig@google.com> > Commit-Queue: Jerome Jiang <jianj@google.com> > Cr-Commit-Position: refs/heads/master@{#522479} TBR=johannkoenig@google.com,jianj@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: webrtc:5749 Change-Id: Ief68207a88a516ee0470078f7f7f02f711f8f6ef Reviewed-on: https://chromium-review.googlesource.com/826983 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#524059}
-
Marti Wong authored
Fix the issue that when editing the new folder name on iPad and tap on the 'hide keyboard' button, the folder name is supposed to commit but doesn't. An egtest is added to prevent this bug from happening again. Bug: 794155 Change-Id: Ie0ef4c1af7f87c55051876bd08331c5d0a0e40a8 Reviewed-on: https://chromium-review.googlesource.com/826585Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Marti Wong <martiw@chromium.org> Cr-Commit-Position: refs/heads/master@{#524058}
-