- 09 Mar, 2018 40 commits
-
-
Jonathan Metzman authored
The fuzzer's corpus grows too large (10 GB). Disable it on ClusterFuzz until it can be figured out why. Bug: 820089 Change-Id: Ic9ef393dae9e27e13398817e2dfb9d6df3a40067 Reviewed-on: https://chromium-review.googlesource.com/956102 Commit-Queue: Jonathan Metzman <metzman@chromium.org> Reviewed-by:
Jonathan Metzman <metzman@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#542000}
-
Robert Liao authored
BUG=728163 Change-Id: Ib519ec4a7ee122301c1ff17dc2f76cf66e48e465 Reviewed-on: https://chromium-review.googlesource.com/932014 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#541999}
-
Scott Chen authored
The toast only shows once, if the user goes from sync-confirmation-dialog to the sync settings page via clicking "settings". It will not show if the user clicks "ok I'm in". It also doesn't show after subsequent visits to the sync settings page. Bug: 800979 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8fc75f3b13dfe5c1e4088070a545e240baf26a85 Reviewed-on: https://chromium-review.googlesource.com/952463Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#541998}
-
Peter Kotwicz authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I12d82a0c1e4a8dd28157f928170285aa194ae2c5 Reviewed-on: https://chromium-review.googlesource.com/956246Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#541997}
-
Esmael El-Moslimany authored
Bug: 819566 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I90c75a6fe56117a42758118b158a26d75f3df0c2 Reviewed-on: https://chromium-review.googlesource.com/954011 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#541996}
-
Sergey Ulanov authored
The new SDK fixes NET-559. net_unittests should no longer timeout with this change. Bug: 707030, 818046 Change-Id: Ie97df38a6bd02e1e9fcc22dce7f50888a3ad6f7e Reviewed-on: https://chromium-review.googlesource.com/949970Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#541995}
-
Derek Cheng authored
This should match the metric that is currently recorded in the extension. Bug: 698940 Change-Id: I2c1310a9b0911f4d610dfd5d8c74714ff8132913 Reviewed-on: https://chromium-review.googlesource.com/944719Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#541994}
-
Philip Rogers authored
A common pattern for converting base::Optional<T> to T* is: optional ? &*optional : nullptr This patch adds a helper to make the pattern simpler: OptionalOrNullptr. This expression is relatively common, in part, because the styleguide recommends T* parameters over Optional<T>: https://chromium.googlesource.com/chromium/src/+/master/docs/optional.md#When-not-to-use This patch also updates callsites in third_party/WebKit/* and cc/*. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I2c8b31b52480ad69228123df951486634edec006 Reviewed-on: https://chromium-review.googlesource.com/950226 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#541993}
-
Sarah Hu authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/670a0ff9f5a1..e22d01d973dc $ git log 670a0ff9f..e22d01d97 --date=short --no-merges --format='%ad %ae %s' 2018-03-08 vpalatin biod: add new biometrics manager 2018-03-08 nverne Added Start/StopVmConcierge to debugd dbus constants. Created with: roll-dep src/third_party/cros_system_api Bug: 820128 Change-Id: I3916922443ca1ce9cbbecf56918e23df5c9d916e Reviewed-on: https://chromium-review.googlesource.com/956625Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#541992}
-
Jiaquan He authored
[1] Move tests mkdir chrome/browser/ui/app_list/search/tests/ tools/git/move_source_file.py ui/app_list/search/*unittest.cc chrome/browser/ui/app_list/search/tests/ tools/git/move_source_file.py chrome/browser/ui/app_list/search/*unittest.cc chrome/browser/ui/app_list/search/tests/ [2] Move other files tools/git/move_source_file.py ui/app_list/search_provider.* chrome/browser/ui/app_list/search/ tools/git/move_source_file.py ui/app_list/search/* chrome/browser/ui/app_list/search/ [3] Clean up, and move items from //ui/app_list/BUILD.gn into //chrome/browser/ui/BUILD.gn or //chrome/test/BUILD.gn rmdir ui/app_list/search grep -rl "#include \"ui/app_list/app_list_export.h\"" chrome/browser/ui/app_list/search/* | xargs sed -i "s/#include \"ui\/app_list\/app_list_export.h\"//g" grep -rl "APP_LIST_EXPORT" chrome/browser/ui/app_list/search/* | xargs sed -i "s/APP_LIST_EXPORT//g" git cl format Bug: 733662 Change-Id: I493fcc9c16b8c75a0ba57f8258f6c6d11c5589ea Reviewed-on: https://chromium-review.googlesource.com/955884Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#541991}
-
Evan Stade authored
Remove |new_window| param from ash::WindowPositioner::GetBoundsAndShowStateForNewWindow(). This was not what it sounded like --- when it was non-null, it was a pre-existing window. This was added in [a] (and later refactored around), seemingly as a way to allow unit tests to call positioning code on Browser objects that already had a window (and that was the topmost). In production, this was already always null. Update those unit tests to also use a Browser in a non-fully-initialized state with a null window and a DCHECK to enforce this. TabsApi is the only other place that calls the positioning code. It was using the browser window that originated the call to window.create as the param to WindowSizer, but this doesn't make sense because the param doesn't mean "base the position off this other browser's window", but rather "position this browser's window". On !CrOS, you can trace through the code to find that because the passed-in bounds are always null, this parameter is completely ignored anyway. See WindowSizer::DetermineWindowBoundsAndShowState(). On CrOS, that parameter wouldn't have been ignored, but I find it very unlikely that was an intentional difference. [a] https://chromiumcodereview.appspot.com/11072002/ Change-Id: I32adb6849d1a16add0022ef36d25a85a66d65c3f Reviewed-on: https://chromium-review.googlesource.com/950416Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#541990}
-
Avi Drissman authored
These DCHECKs don’t tell us anything other than that we fail to update the browser-side notion of location when a document writes into an about:blank document, but we know that. BUG=820063,718570 Change-Id: I469d75afaafcd87c98529037a1fbbca155ce806c Reviewed-on: https://chromium-review.googlesource.com/956282Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#541989}
-
spqchan authored
Added the Lookup menu item to the textfield context menu. Overview CL: https://chromium-review.googlesource.com/c/chromium/src/+/923548 This is a reland of https://codereview.chromium.org/2164483006 Bug: 617436 Change-Id: I6a84f8f5611de48bee05160b719cb2cc8c040a87 Reviewed-on: https://chromium-review.googlesource.com/941733 Commit-Queue: Sarah Chan <spqchan@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#541988}
-
Han Leon authored
This CL mojofies the legacy IPC ServiceWorkerHostMsg_PostMessageToWorker. BUG=772713,813749 Change-Id: I7e6ad8d411c820d22fe7b91b0bd2036b48aabe69 Reviewed-on: https://chromium-review.googlesource.com/933867Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Han Leon <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#541987}
-
Lukasz Anforowicz authored
Bug: 820070 Change-Id: I61115868be9edf2bb6be1214e7eb4283faf1cf7b Reviewed-on: https://chromium-review.googlesource.com/956308 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Nick Carter <nick@chromium.org> Cr-Commit-Position: refs/heads/master@{#541986}
-
Zhuoyu Qian authored
This patch makes DataTransferAccessPolicy to be an enum class for better type safety and improving code health. Using forward declaratuion in other header files instead of including |DataTransferAccessPolicy.h|. Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: Id516b37b0d71ba348b9f146f5ce546cf28316cf7 Reviewed-on: https://chromium-review.googlesource.com/954777Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#541985}
-
MinChen authored
if menu animation started. Bug: 799524 Change-Id: I1d87a7944a8f98f9617ccb071ffae1adef491605 Reviewed-on: https://chromium-review.googlesource.com/953823 Commit-Queue: min c <minch@chromium.org> Reviewed-by:
Qiang Xu <warx@google.com> Reviewed-by:
Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#541984}
-
Yngve N. Pettersen authored
R=dpranke@chromium.org Change-Id: I25bf5c2b3c64649a7cfa49481a4a9e3a0d20a58f Reviewed-on: https://chromium-review.googlesource.com/941205 Commit-Queue: Yngve Pettersen <yngve@vivaldi.com> Reviewed-by:
Tomasz Mikolajewski <mtomasz@chromium.org> Cr-Commit-Position: refs/heads/master@{#541983}
-
Luciano Pacheco authored
Remove include of <vector> and <string> within Blink when it isn't needed. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I8d3cf66ecc95c02865153dbd4af475b400804476 Bug: 820271 Reviewed-on: https://chromium-review.googlesource.com/954764Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Luciano Pacheco (SYD) <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#541982}
-
Chris Harrelson authored
In SPv1 mode, LayoutObject::AdjustStyleDifference will cause subtree paint invalidation (including PaintLayer repaint) on change of paint properties or z-index, but only if there is no direct compositing reason for the object. The reason for the LayoutObject paint invalidations was to cause raster invalidation as a side-effect. Painted display list output of individual LayoutObjects does not change as a result of these updates. In SPv175 mode, we don't need to invalidate paint of individual LayoutObjects just becaue of these changes, since raster invalidation happens via a new PaintChunk mechanism. However, we still need to cause PaintLayer repaint if any paint property tree nodes are added or removed, or z-index changes, to cause re-drawing of PaintChunks with the correct paint properties and order. There is already invalidation of PaintLayer repaint for paint property node change, in PaintPropertyTreeBuilder::UpdateForSelf and ::UpdateForChildren (it was added recently, after the code being removed in this CL was committed). Therefore we only need to invalidate repaint for z-index change. Further, this is only needed if the LayoutObject already had a PaintLayer, because z-index has no effect on objects without a PaintLayer, and there is already invalidation happening on PaintLayer addition or removal. Tested by: LayoutTests/paint/invalidation/compositing/chunk-reorder.html svg/transforms/change-transform-to-none-shape.html Bug:814711 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I208b03b9e6b1a6635dab9585b8884ed0e2f8688d Reviewed-on: https://chromium-review.googlesource.com/954352 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#541981}
-
James Cook authored
Flakily fails with: ../../chrome/browser/chromeos/system/tray_accessibility_browsertest.cc:1681: Failure Value of: IsHelpAvailableOnDetailMenu() Actual: false Expected: true NOTRY=true TBR=xiyuan@chromium.org Bug: 819987, 787024 Change-Id: I133007c1411f714f2b7646c0c0d949c577c63037 Reviewed-on: https://chromium-review.googlesource.com/956276 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#541980}
-
Luciano Pacheco authored
Convert all messages with prefix IDS_FILE_BROWSER_METADATA. Also fix 2 types: "for" and "screenshot" that I noticed. Tested in a local chromeOS build. Bug: 769395 Change-Id: Ie286f00f2ec54b3227ded5fedcd944e55ade1685 Reviewed-on: https://chromium-review.googlesource.com/952108Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Commit-Queue: Luciano Pacheco (SYD) <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#541979}
-
Kenneth Russell authored
These trybots will go into the general luci.chromium.try bucket. Right now only the Linux and Mac ones have been set up, but it's harmless to register all of them now. (The optional GPU tryservers are already in this console and conversion has only just started for them.) Also added a separate angle.try console with just these LUCI trybots. Bug: 815092 Change-Id: I27d04c7a2b7ef5cf773eb96427e09e8552647640 Reviewed-on: https://chromium-review.googlesource.com/955560 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#541978}
-
Ryan Landay authored
mTemporarySelectedStack is a variable that temporarily stores the selected tab stack. Its value is used to update TabModelSelector's currently selected model once the scroll animation finishes. This CL changes mTemporarySelectedStack from a Boolean to an int so StackLayout can support more than two tab stacks. Bug: 648314 Change-Id: I337feb3b82f687ef554c577544d1087c8d0e9c40 Reviewed-on: https://chromium-review.googlesource.com/954285 Commit-Queue: Ryan Landay <rlanday@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#541977}
-
Yuichiro Hanada authored
Bug: 771466, 776260 Test: Confirm that floating VK is enabled after setting the flag to 'Default'. Change-Id: I2e4a26ee05dbaba16cd78f0768e6fae3d079bcc4 Reviewed-on: https://chromium-review.googlesource.com/954804Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#541976}
-
Sergey Ulanov authored
1. Target.IsNewInstance() was returning to true when host name is specified explicitly. This is incorrect because the host is expected to be provisioned and it may be reused for multiple test runs. 2. Updated deployment code to read /blob instead of /blobstore to get list of existing blobs. Bug: 798851 Change-Id: I62b04a352a364250e2aa2d44319494481be011c6 Reviewed-on: https://chromium-review.googlesource.com/956349 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#541975}
-
Derek Cheng authored
Android doesn't need to pull in in-browser discovery or cast channel code. This patch moves those definitions in test_helper.{cc,h} to existing #if !defined(OS_ANDROID) guards. Bug: 820238 Change-Id: Id47f7fa8421daa94f2c6a804240f6541391c3998 Reviewed-on: https://chromium-review.googlesource.com/956353Reviewed-by:
Bin Zhao <zhaobin@chromium.org> Commit-Queue: Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#541974}
-
mrefaat authored
WebSiteDataStore crashed during the destructing of WKHTTPCookieStore The reason: WKHTTPCookieStore can't be deleted in IO Thread (undocumented behavior). The solution: Make WKHTTPCookieStore instance in WKHTTPSystemCookieStore as weak, so it's not retained in WKHTTPSystemCookieStore and it's deleted/released when WebSiteDataStore is deleted. Bug: 817460, 816879 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I15b384f41496df6d0af9c550b7b13e67a75d236b Reviewed-on: https://chromium-review.googlesource.com/955547 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#541973}
-
Shenghua Zhang authored
Bug: 790536, 790521 Change-Id: Id677b3b0e50ce9f6b342e46269fbaa9ab9575ef9 Reviewed-on: https://chromium-review.googlesource.com/956664Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Shenghua Zhang <shenghuazhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#541972}
-
Mike Wasserman authored
Make GetIdealBoundsOfItemIcon handle overflow correctly. Enable RootWindowControllerTest.MoveWindows_Basic in Mash. (mash adds overflow shelf items for the widgets in that test) Bug: 814015 Test: Automated; windows minimize to shelf item or overflow button. Change-Id: I3529f898c8201fe7fa0e2f34ecfe008c2a029272 Reviewed-on: https://chromium-review.googlesource.com/956096 Commit-Queue: Michael Wasserman <msw@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#541971}
-
Sadrul Habib Chowdhury authored
Treat the fuzzer-input as the aggregated hit-test data, and run a bunch of queries on that. BUG=819291 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Iab5b09820c2751126fd6a9f630848834b47d2dd0 Reviewed-on: https://chromium-review.googlesource.com/949407Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Ria Jiang <riajiang@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#541970}
-
Shenghua Zhang authored
Bug: 790536, 790521 Change-Id: I0479b74551bbd38841721ea549b198c6dfc2cdac Reviewed-on: https://chromium-review.googlesource.com/956551Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Shenghua Zhang <shenghuazhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#541969}
-
Elliot Glaysher authored
(NOPRESUBMIT because the owners check doesn't seem to properly deal with owners reassigning their ownership!) NOPRESUBMIT=true Bug: none Change-Id: I9b8cf3944a25e478105e6a241094d718666ee7a0 Reviewed-on: https://chromium-review.googlesource.com/956676 Commit-Queue: Elliot Glaysher <erg@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#541968}
-
Xiaohan Wang authored
This class is in charge of creating CdmProxy for Widevine CDM. BUG=787650 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: I0b6b1fa4621b41b727f1200725dedca647939628 Reviewed-on: https://chromium-review.googlesource.com/933369Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#541967}
-
Xiaocheng Hu authored
The legacy implementation of LayoutReplaced::PositionForPoint() almost works in LayoutNG, except for the case where the replaced object is in inline layout, where it fails to obtain the line's logical top and bottom in the containing block. This patch adds LayoutNG support for it. 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: I414a445e0617770aec6461dbc497f650f586d12b Reviewed-on: https://chromium-review.googlesource.com/949864 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#541966}
-
Miguel Casas authored
ToT V4L2 decoder enumerates all VP9 Profiles as supported but looking at the manuals and the code this is not true (see bug). This CL restricts the enumeration to VP9 Profile 0. Bug: 796297 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: I4e604830790efe3b703af501f7f401bd96375f41 Reviewed-on: https://chromium-review.googlesource.com/953682Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#541965}
-
Xiaoqian Dai authored
This reverts commit 23e967ba. Reason for revert: Chrome kept crashing when trying to log in on the login screen. See crbug.com/820302 for details. Bug: 820302 Original change's description: > Migrate ServicesCustomizationDocument to SimpleURLLoader > > Bug: 773295 > Change-Id: Id129cea8341c14bd8da4b5374034423223f03859 > Reviewed-on: https://chromium-review.googlesource.com/884063 > Commit-Queue: Mark Pilgrim <pilgrim@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541884} TBR=jamescook@chromium.org,mmenke@chromium.org,pilgrim@chromium.org Change-Id: Ibaf3b0e0f98edf34f79374e85101b705418e7588 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 773295 Reviewed-on: https://chromium-review.googlesource.com/956763Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#541964}
-
John Rummell authored
These were generated using Shaka Packager 2.0.0. BUG=657957 TEST=new browser_tests pass Change-Id: I1ea784700c0d96b549f2a40221b92dd9af807d4a Reviewed-on: https://chromium-review.googlesource.com/935193 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#541963}
-
Jiaquan He authored
Bug: 733662 Change-Id: Ia5d8c360225e817529f5145bd7a0e22ff2206dae Reviewed-on: https://chromium-review.googlesource.com/956027Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#541962}
-
Shenghua Zhang authored
Bug: 790536, 790521 Change-Id: Ib2761ce671a42ab6a3b2a6cdfad94d8725a6c139 Reviewed-on: https://chromium-review.googlesource.com/956495Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Shenghua Zhang <shenghuazhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#541961}
-