- 17 Oct, 2017 40 commits
-
-
Robert Sesek authored
Since DMG is a UDIF wrapper around HFS+, it is hard for a fuzzer to penetrate the UDIF layer to get good coverage of the HFS+ layer. This adds a dedicated fuzzer for that inner layer. Change-Id: Ia3ac1ebbca266c046085b22d67625fa67415343d Reviewed-on: https://chromium-review.googlesource.com/721422Reviewed-by:
Nathan Parker <nparker@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#509405}
-
Robert Liao authored
This is a mostly automated refactor. BUG=638327 TBR=rockot@chromium.org Change-Id: If7ad654a17f2352fd57b27949b732b5f0529e597 Reviewed-on: https://chromium-review.googlesource.com/722283Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#509404}
-
Xiyuan Xia authored
Bug: 775240 Change-Id: I8c3f5ba5fc66b59970de9eb8794c5c4f46e2012f Reviewed-on: https://chromium-review.googlesource.com/721632Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509403}
-
Peiyong Lin authored
When OnWillSendRequest is called, the new loader hasn't been added to the fetcher, thus we should add 1 to ActiveRequestCount() so that we have the correct network request count. BUG=730098, 749789 Change-Id: I7e688d522d2f4272c05210ba2c6dd09666e1b5db Reviewed-on: https://chromium-review.googlesource.com/713655 Commit-Queue: lpy <lpy@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509402}
-
Tom Sepez authored
Removes all content/ header file dependencies from sandbox_win.cc, making it easier to move out from under content in a subsequent patch. Extract a portion of the content delegate, and move it lower, too. The other functional changes are to use sandbox_type rather than process_type in SetJobMemoryLimit(), and to use a bool expression in IsWin32kLockdownEnabled(). Cq-Include-Trybots: master.tryserver.chromium.win:win10_chromium_x64_rel_ng Change-Id: Ica7a9781f03d21a367fe6976be648a2f4f9b8ff2 Reviewed-on: https://chromium-review.googlesource.com/710379Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#509401}
-
Gregory Chatzinoff authored
This CL boxes SigninInteractionController and has the following goals: 1. Separate presentation code from SigninInteractionController into a provider. This object that implements the provider methods is the coordinator. 2. Simplify lifetime issues, so that clients do not need to worry about releasing objects in the completion block. The coordinator handles releasing any complex objects upon completion instead. 3. Have a coordinator check if sign in is in progress, instead of relying on clients to do so. Bug: none Change-Id: I1f82cb4c17dd1a0aac7033054574710241fa9aa9 Reviewed-on: https://chromium-review.googlesource.com/702054 Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#509400}
-
Juan A. Navarro Perez authored
If the provided --zipalign_path does not exist, try to find the correct path using pylib.constants.ANDROID_SDK_BUILD_TOOLS_VERSION. This will allow to stop hard-coding the SDK version number in the recipe that runs this script. TBR=michaelbai@chromium.org,tobiasjs@chromium.org Bug: 775455 Change-Id: I0e6c74c119da163a4d4a41fbaadb104350b7220d Reviewed-on: https://chromium-review.googlesource.com/723279 Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#509399}
-
Aldo Culquicondor authored
Bug: 767762 Change-Id: Ia6cd239f949ceed7706a63a23b53f186eb94e556 Reviewed-on: https://chromium-review.googlesource.com/678514Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#509398}
-
Mounir Lamouri authored
R=bauerb@chromium.org Bug: None Change-Id: I9bdea181484b6e6ac09d3ff16493823f65192405 Reviewed-on: https://chromium-review.googlesource.com/723380Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#509397}
-
Charlie Andrews authored
The Catapult-side code that integrates with the monsoon power monitor has already been removed. Bug: 763263 Change-Id: I6980459006ca56af591285d1c9bbe303bd71a921 Reviewed-on: https://chromium-review.googlesource.com/721866Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#509396}
-
Hans Wennborg authored
U2fBleFrame::ToFragments was invoking operator[] on an empty vector: &data_[0], causing an exception to be thrown. TBR=reillyg Bug: 772002 Change-Id: I64fd66c8677fea5bdcba4982214f08aa88b1bae8 Reviewed-on: https://chromium-review.googlesource.com/722061Reviewed-by:
Hans Wennborg <hans@chromium.org> Reviewed-by:
Pavel Kalinnikov <pkalinnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#509395}
-
Peng Huang authored
The crash is because wayland resources are leaked. This CL fixes the problem by releasing all wayland resources with wl_display. Bug: 774920 Change-Id: I91e7085e98551aea637da72e4237b6035831f689 Reviewed-on: https://chromium-review.googlesource.com/721737Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#509394}
-
Marti Wong authored
Bug: 774651 Change-Id: I91c3120212926bb76e95517874f992ceb04d5359 Reviewed-on: https://chromium-review.googlesource.com/722360 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#509393}
-
Eric Noyau authored
Bug: 774483 Change-Id: Ieba917e5b110230f77c54a84aca749eb5642d233 Reviewed-on: https://chromium-review.googlesource.com/718998Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Commit-Queue: Eric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/master@{#509392}
-
Eric Noyau authored
Bug: 768876 Change-Id: I2910f949b8ce8d8fd847dc8544ea7c8b63091714 Reviewed-on: https://chromium-review.googlesource.com/722919Reviewed-by:
Jean-François Geyelin <jif@chromium.org> Commit-Queue: Eric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/master@{#509391}
-
Reilly Grant authored
http/tests/devtools/sdk/network-interception-wildcard-pattern-matching.js fails when run with the Network Service enabled. Broken support for DevTools is a known issue. TBR=caseq@chromium.org Bug: 721408 Change-Id: Ibd78cf00220ad1a560a0ea34559dfe9e6a6b58a3 Reviewed-on: https://chromium-review.googlesource.com/721806Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#509390}
-
Eugene But authored
New NavigationManager::LoadIfNecessary triggers the load, which replaces WebState::View() hacky call. Bug: 705819 Change-Id: Ie8c13bd9eb07a982f88372ee17d2c2dd5f6a6018 Reviewed-on: https://chromium-review.googlesource.com/722223Reviewed-by:
Mike Baxley <baxley@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509389}
-
Eric Noyau authored
Bug: 768876 Change-Id: Ibeeda79779df12348472e50fd9b58f012fd06184 Reviewed-on: https://chromium-review.googlesource.com/721741 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509388}
-
Eugene But authored
LoadURLWithParams should load the URL without any additional calls, but the load does not happen because of crbug.com/705819. WebState::GetView() will be changed so it does not trigger pending, load hence LoadIfNecessary is used intead. Bug: 705819 Change-Id: I1356e37c6d3d7a0d9e0739e4605bf76928d455a8 Reviewed-on: https://chromium-review.googlesource.com/721078Reviewed-by:
Eric Noyau <noyau@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#509387}
-
Fredrik Söderquist authored
Compute the union of the children of a flow box using FloatRect too, then convert to a LayoutRect for setting the InlineBox's logical rect. Also restructure the physical->logical conversion a bit. Bug: 757436 Change-Id: I6c8f3a781c3c02dfb28d87eafa3df6cd5fb864f3 Reviewed-on: https://chromium-review.googlesource.com/721320Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#509386}
-
Jean-François Geyelin authored
Error found because XCode 9 now runs apps with a "Main Thread Checker" that detects invalid use of UIKit from a background thread. Bug: None Change-Id: I16b159b9dcb0710a37faa66c773063e5b97ae84f Reviewed-on: https://chromium-review.googlesource.com/723462Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Jean-François Geyelin <jif@chromium.org> Cr-Commit-Position: refs/heads/master@{#509385}
-
Mounir Lamouri authored
This is using the UKM service to record the autoplay attempts and the unmute results. Bug: 744659 Change-Id: Ice9a259a4006beff1044e5ed62981619841895e5 Reviewed-on: https://chromium-review.googlesource.com/525692 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#509384}
-
Gauthier Ambard authored
RecentTabsHandsetCoordinator should retain its block property. Bug: 775508 Change-Id: Ifd9bd829786592adde9057bec68bf3a73b6c9fc2 Reviewed-on: https://chromium-review.googlesource.com/723304Reviewed-by:
Jean-François Geyelin <jif@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#509383}
-
Dave Tapuska authored
Instantiate MockWidgetInputHandler in MockWidgetImpl. No behavioural side effects of this change are occurring in this CL that will come in a followup CL once the class is in the correct location. BUG=722928 Change-Id: Ia1096e8c5ca7cdc6b745fe289961b48e910f1fb0 Reviewed-on: https://chromium-review.googlesource.com/719236Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#509382}
-
Eric Lawrence authored
Change the default configuration of the MarkNonSecureAs to show warnings when the user loads a non-secure page in Incognito mode or edits a form field on a non-secure page. Bug: 721898 Change-Id: I2803f56dbe256d1c56981663f1694efff4c52f1c Reviewed-on: https://chromium-review.googlesource.com/721683Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Eric Lawrence <elawrence@chromium.org> Cr-Commit-Position: refs/heads/master@{#509381}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/de105717..06d8821c 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 Change-Id: Ib916384979a16492152799cbc011946a42f8dae1 Reviewed-on: https://chromium-review.googlesource.com/723259Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#509380}
-
Jérôme Lebel authored
I forgot to add my egtests file into BUILD.gn in crrev.com/c/647530 Bug: Change-Id: I36fb246d2d612603c80e02658755f072b54e7a28 Reviewed-on: https://chromium-review.googlesource.com/721546Reviewed-by:
Eric Noyau <noyau@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#509379}
-
Ben Wagner authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/ae7dc1f62d82..94f6d57a4c42 $ git log ae7dc1f62..94f6d57a4 --date=short --no-merges --format='%ad %ae %s' 2017-10-16 ewaldhew [cff] Fix segfault on missing `psaux' (#52218) 2017-10-15 apodtele [base, cff] Fix MSVC warnings. 2017-10-14 apodtele [base] Netpbm image tracing. 2017-10-14 apodtele * builds/windows/ftdebug.c (FT_Message): Print to stderr. 2017-10-14 behdad [afshaper] Delay creating `hb_set' objects until needed. 2017-10-12 ewaldhew * devel/ftoption.h: Enable T1_CONFIG_OPTION_OLD_ENGINE by default. 2017-10-12 ewaldhew [type1, cid] Add hinting engine switch. 2017-10-12 ewaldhew Add T1_CONFIG_OPTION_OLD_ENGINE configuration option. 2017-10-12 ewaldhew Extract width parsing from Type 1 parser. 2017-10-12 wl [autofit] Better visualize table tracing in source code. 2017-10-09 wl * src/base/ftoutln.c (FT_Outline_Translate): Fix integer overflow. 2017-10-08 wl * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Integer overflows. 2017-10-08 wl Document global size metrics needed for native bytecode hinting (#52165). 2017-10-08 wl Prevent creation of an incorrect documentation entry. 2017-10-07 wl [sfnt] Adjust behaviour of PS font names for variation fonts. 2017-10-07 wl [cff, truetype] Adjust behaviour of named instances. 2017-10-07 wl Make `FT_Set_Named_Instance' work. 2017-10-07 wl Make `FT_FACE_FLAG_VARIATION' work. 2017-10-07 wl New function `FT_Set_Named_Instance'. 2017-10-07 wl Add macros for checking whether a font variation is active. 2017-10-07 wl Add framework for setting named instance in MM service. 2017-10-07 wl [type1] Minor code shuffling. 2017-10-05 wl * src/base/ftobjs.c (ft_glyphslot_preset_bitmap): Fix integer overflow. 2017-10-05 wl Fix compiler warnings. 2017-10-04 John.Tytgat [cff] Add support for `FSType'. 2017-10-02 wl CHANGES: Formatting. 2017-10-01 wl [smooth,type1] Formatting, whitespace. 2017-10-01 wl [psaux] Formatting, minor fixes, whitespace, copyright notices. 2017-09-30 wl [base,cff,cid] Whitespace, formatting. 2017-09-30 wl [include] Whitespace. 2017-09-30 apodtele Signedness fixes in bitmap presetting. 2017-09-29 apodtele Bitmap metrics presetting [2/2]. Created with: roll-dep src/third_party/freetype/src R=bungeman@chromium.org,drott@chromium.org Change-Id: Ie327d67350aeaec40df6d1a6d4379c8c20c8b58a PDFium-bug: https://bugs.chromium.org/p/pdfium/issues/detail?id=918 Reviewed-on: https://chromium-review.googlesource.com/721779Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509378}
-
Marc-Antoine Courteau authored
This was requested by sdefresne in https://chromium-review.googlesource.com/c/chromium/src/+/719477/6/ios/chrome/browser/ui/payments/cells/payments_text_item_unittest.mm#44 R=mahmadi Bug: Change-Id: Ic59eda9202d21d9c36ad194d5b41b120e70ad461 Reviewed-on: https://chromium-review.googlesource.com/721870Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Marc-Antoine Courteau <macourteau@chromium.org> Cr-Commit-Position: refs/heads/master@{#509377}
-
Lutz Justen authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/72120182b44d..106eeed3635e $ git log 72120182b..106eeed36 --date=short --no-merges --format='%ad %ae %s' 2017-09-29 matthewmwang wifi: system_api: adding constant for OpenVPN.ExtraHosts support 2017-09-18 ljusten Add proto for policy storage and retrieval 2017-10-05 benchan shill: remove kProposeScanFunction constant 2017-10-02 dgreid Add constant for the Termina VM component 2017-09-29 ejcaruso modemmanager: add ModemManager1.Modem interface name Created with: roll-dep src/third_party/cros_system_api Bug: Change-Id: Iae949703a863be9f495974f5ad665a1902436d26 Reviewed-on: https://chromium-review.googlesource.com/723099Reviewed-by:
Roman Sorokin <rsorokin@chromium.org> Commit-Queue: Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#509376}
-
Niels Möller authored
The earlier problems with linking fuzzer tests should be fixed with webrtc cl https://webrtc-review.googlesource.com/c/src/+/6840 This is a reland of fd5966b5 Original change's description: > Set rtc_link_task_queue_impl = false and link in task_queue.cc explicitly. > > Bug: webrtc:8166 > Change-Id: I83f4adb45f66a90db179f229e165419a6d3307c1 > Reviewed-on: https://chromium-review.googlesource.com/681814 > Reviewed-by: Per Kjellander <perkj@chromium.org> > Reviewed-by: Henrik Kjellander <kjellander@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Commit-Queue: Niels Möller <nisse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#505570} Bug: webrtc:8166 Change-Id: Ie68448b7ab7d6bc8daa413a1f17b85118953d26f Reviewed-on: https://chromium-review.googlesource.com/702294Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Niels Möller <nisse@chromium.org> Cr-Commit-Position: refs/heads/master@{#509375}
-
mariannet authored
Bug: 762159 Test: manually Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I3c8c8dfe6f81a121e5b0c08ee6c28f5074d9ca35 Reviewed-on: https://chromium-review.googlesource.com/722461Reviewed-by:
Keigo Oka <oka@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Marianne Thieffry <mariannet@google.com> Cr-Commit-Position: refs/heads/master@{#509374}
-
Vladislav Kuzkokov authored
Bug: Change-Id: I348f2aec1158c5b9db6ba42182cb635d6574ec5c Reviewed-on: https://chromium-review.googlesource.com/721740Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Vladislav Kuzkokov <vkuzkokov@chromium.org> Cr-Commit-Position: refs/heads/master@{#509373}
-
Ke He authored
This is a preparation CL for mojofication on InputServiceLinux. Before this CL, the HidDetectionScreen always query the InputServiceProxy for connected devices. As a part of InputServiceLinux mojofication, the InputServiceProxy will be removed. All clients will be converted to use the InputDeviceManager mojo Interfaces. In HidDetectionScreen, to avoid calling mojo interface frequently and to make the logic of creating/deleting the InterfacePtr<InputDeviceManager> more simple, it should get and maintain the list of devices instead of always doing query. To test, go through the following cases: 1. If a Chrome OS device has sufficient input devices (mouse, keyboard), the HID detection screen should be skipped. 2. If a Chrome OS device doesn't have sufficient input devices (mouse, keyboard), the HID detection screen should show up. 3. Put a few Bluetooth devices in pairing mode, and when HID detection screen shows up, make sure the detection screen can detect them and pair with them. 4. Show HID detection screen first, and then put a few Bluetooth devices in pairing mode, make sure the detection screen can detect the new Bluetooth devices and pair with them. 5. On HID detection screen, test Chrome OS device can pair with several Bluetooth devices and then go forward to the Network screen and login the user session, test the Bluetooth is still power on and the Bluetooth devices can still be used. 6. On HID detection screen, connect a wire keyboard and mouse (not Bluetooth one), and go forward to the Network screen, test that the Bluetooth should be powered off. BUG=767309 Change-Id: I518b9a322ca162a861a241261f780d065e3e946e Reviewed-on: https://chromium-review.googlesource.com/680500Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Ke He <ke.he@intel.com> Cr-Commit-Position: refs/heads/master@{#509372}
-
Bhagirathi Satpathy authored
Same exception message is coded separately for addEventListener and removeEventListener. Made this as common code. Bug: Change-Id: I6f0b131cee7e524b17340963273e685e456da3a2 Reviewed-on: https://chromium-review.googlesource.com/721481Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: srirama chandra sekhar <srirama.m@samsung.com> Cr-Commit-Position: refs/heads/master@{#509371}
-
Vasilii Sukhanov authored
This is a follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/718858. The combobox should be center-aligned with the label like it used to be. Only the static password label is top-aligned. Bug: 774393,774962 Change-Id: Id4fe1bf3a93d30f2d9748978afb91df08929726c Reviewed-on: https://chromium-review.googlesource.com/723139 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Tatiana Gornak <melandory@chromium.org> Cr-Commit-Position: refs/heads/master@{#509370}
-
Klemen Kozjek authored
This CL adds an operation for compression part of Zip Archiver to release resources allocated by a compressor. As a result, there will be no stale compressor left in Zip Archiver's PNaCl module. Bug: 359837 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8da6232a3e1c3cc3d1f38015fd43d26d45769376 Reviewed-on: https://chromium-review.googlesource.com/712675 Commit-Queue: Klemen Kozjek <klemenko@google.com> Reviewed-by:
Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#509369}
-
Vadym Doroshenko authored
GAIA change password form is on myaccount.google.com domain not on accounts.google.com. As result credentials saved on change password form and on sign-in forms are treated separately. This CL fixes: 1.Stop proposing saving sync password. 2.Update sync password hash. TBR=vabr@chromium.org Bug: 767621 Change-Id: I90c5deda2a765e15e1165dc391f18fe803364405 Reviewed-on: https://chromium-review.googlesource.com/715760Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#509368}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f4579b90..de105717 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 Change-Id: Ic860f7b2c7e1379f59f53f155427b993799c3190 Reviewed-on: https://chromium-review.googlesource.com/721349Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#509367}
-
Vasilii Sukhanov authored
Bug: 774516 Change-Id: I17344d16d835a9db9daf1c87824ea9e40ec38baa Reviewed-on: https://chromium-review.googlesource.com/721544 Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Tatiana Gornak <melandory@chromium.org> Cr-Commit-Position: refs/heads/master@{#509366}
-