- 17 Oct, 2017 40 commits
-
-
Lei Zhang authored
Change-Id: I764240469ce0bcb954009de601d9fdcb5a1766b8 Reviewed-on: https://chromium-review.googlesource.com/703898Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#509514}
-
Daniel Cheng authored
Saves a few kilobytes on an official build. Change-Id: Iee0abb341216bcb7c7f5cad214b162567aeb0676 Reviewed-on: https://chromium-review.googlesource.com/720461Reviewed-by:
Mike West <mkwst@google.com> Reviewed-by:
Brett Wilson <brettw@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#509513}
-
Anton Urusov authored
Bug: Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I4a73b5001e830e034e1b0e23b36c16243c1c41bd Reviewed-on: https://chromium-review.googlesource.com/713561 Commit-Queue: Georges Khalil <georgesak@chromium.org> Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#509512}
-
John Budorick authored
Bug: 772032,775448 Change-Id: I784723c37a3d4e2c4adeec407170e5d0094c439a Reviewed-on: https://chromium-review.googlesource.com/723659Reviewed-by:
Zhiling Huang <hzl@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#509511}
-
Daniel Murphy authored
CookiesTreeModel::MaybeNotifyBatchesEnded sets some member variables after calling TreeModelEndBatch on the observers, but our observer deletes the CookiesTreeModel object, resulting in memory corruption. Bug: 766752 Change-Id: I970da0ce1afd829f06d7362ba135c5560ddbff88 Reviewed-on: https://chromium-review.googlesource.com/723788Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#509510}
-
Ryan Sturm authored
Previes detects reloads by looking at the cache load flags. Unfortunately, an aspect of overriding the swipe to refresh behavior for all offline pages is that those cache flags are not present. We can checks specifically to make sure this is not a reload from an offline page to prevent previews. Bug: 735991 Change-Id: Iba5917f943ee33b9b233a19267e516a47c121801 Reviewed-on: https://chromium-review.googlesource.com/720057Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#509509}
-
Rob Buis authored
This is part of a long-running background task to remove the remaining uses of the unchecked IPC_ENUM_TRAITS() macro. Bug: 246708 Change-Id: Id11af3208efa2fba36333e87aacb5c8eb111b3df Reviewed-on: https://chromium-review.googlesource.com/677067Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Rob Buis <rob.buis@samsung.com> Cr-Commit-Position: refs/heads/master@{#509508}
-
Ned Nguyen authored
These metrics were added a long time ago and seem not very useful. They are also using the legacy TBMv1 metrics structure in a not well supported way. Bug: 775560, 760553 Change-Id: Iaa824a1fd8bcf9b24214904b33d9e4d730f63a42 Reviewed-on: https://chromium-review.googlesource.com/723919Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Ben Hayden <benjhayden@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#509507}
-
Hiroshige Hayashizaki authored
Previously, preloaded Resources are not evicted from MemoryCache in some cases, even when it is errored, in order to prevent duplicated requests to an errored URL (once as a preloading request and once as a non-preloading request). But now this exception is not needed because Issue 652228 made preload matching done outside MemoryCache. This CL removes that exception and makes errored Resources always evicted from MemoryCache. Bug: 652228 Change-Id: I706b733574f9a753cb8d001a2be53f78b0d9933c Reviewed-on: https://chromium-review.googlesource.com/721845Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#509506}
-
Vladimir Levin authored
R=chrishtr@chromium.org, domenic@chromium.org Bug: 705669 Change-Id: Ic2cded4f7d9f1089fcc6713135a4b738c2736145 Reviewed-on: https://chromium-review.googlesource.com/721771 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#509505}
-
Alexander Timin authored
Android WebView has an API to pause timers and we have to support it for the time being because changing WebView API and CTS tests is hard. This patch relands parts of https://chromium-review.googlesource.com/c/chromium/src/+/702356. R=alexclarke@chromium.org,skyostil@chromium.org,jochen@chromium.org,yolandyan@chromium.org BUG=773848 Change-Id: I728961bc4852ccefc9d5cc0ce45c872cd6dd840e Reviewed-on: https://chromium-review.googlesource.com/718939Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Yoland Yan <yolandyan@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#509504}
-
Scott Violet authored
Hopefully I have this right. BUG=none TEST=doc only change Change-Id: I8e6a60f7155a0c3d52fa37e032a0ec60a808d1e1 Reviewed-on: https://chromium-review.googlesource.com/723864Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#509503}
-
Elad Alon authored
Only one space is necessary after a period. TBR=perkj@chromium.org Bug: None Change-Id: I1a7a8f3e4908bc8b63ea677a97f27d494cdfe38d Reviewed-on: https://chromium-review.googlesource.com/718905Reviewed-by:
Per Kjellander <perkj@chromium.org> Commit-Queue: Elad Alon <eladalon@chromium.org> Cr-Commit-Position: refs/heads/master@{#509502}
-
Geoff Lang authored
Caught by the fuzzer which can't guarentee that orig_binding will be written to. BUG=773952 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: Ib3283bec5c7177eab6a3721f8a9f576d783968f4 Reviewed-on: https://chromium-review.googlesource.com/723759Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#509501}
-
Tibor Goldschwendt authored
This is a reland of 3bc3b8b6 Original change's description: > [vr] Measure text render speed in GTest > > This change also adds a new target for performance tests in VR > and a target for dependencies shared among vr test targets. > > Bug: 772551, 774636 > Change-Id: I7de0cd8a5fcba3e71358625c1f3ebfb9bab49fba > Reviewed-on: https://chromium-review.googlesource.com/703690 > Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Ian Vollick <vollick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#509419} TBR=vollick@chromium.org,sky@chromium.org,leilei@chromium.org,cjgrant@chromium.org,tiborg@chromium.org Bug: 772551, 774636 Change-Id: I833e6dba30885fb7a902ac222614e8ab97f9f874 Reviewed-on: https://chromium-review.googlesource.com/723726 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#509500}
-
Reilly Grant authored
These tests recently started to fail with the Network Service enabled. TBR=qinmin@chromium.org NOTRY=true Bug: 715630 Change-Id: Ic36c83567eda25423987d7b63d7bff1f10e7990d Reviewed-on: https://chromium-review.googlesource.com/723673Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#509499}
-
Hongchan Choi authored
The test has been failing on OSX 10.12.6 (16G29) because of the change in SNR. (134.45 -> 134.41635171553918). This CL fixes the SNR value to pass the test. Bug: 775565 Test: webaudio/Oscillator/osc-sweep-snr-sawtooth.html Change-Id: I9b41e917cab7cb6e36fb5fdc59e0a726e228481d Reviewed-on: https://chromium-review.googlesource.com/723743Reviewed-by:
Raymond Toy <rtoy@chromium.org> Commit-Queue: Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509498}
-
Brett Wilson authored
This makes the ownership transfer of the pointer more explicit. Limited C++11 updates to affected tests. Change-Id: I2fd1bb74d2a7b1a20ebb491cdd13bf671f565e0b Reviewed-on: https://chromium-review.googlesource.com/723761Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#509497}
-
Jun Cai authored
//services/device/generic_sensors already has all the sensors that can be used to implement the DeviceOrientation event: https://w3c.github.io/deviceorientation/spec-source-orientation.html Currently, //content/renderer/device_sensors uses sensors from //device/sensors as its backend, and this is one of the CLs that refactor //content/renderer/device_sensors to use sensors from //services/device/generic_sensor as the backend. This CL refactors DeviceOrientationEvent to use sensors from //services/device/generic_sensor. This CL factors out common functionality between the DeviceMotionEventPump and DeviceOrientationEventPump into DeviceSensorEventPump which they now share as the common base class. The issue 721427 page contains the design doc link for this change. Bug: 721427 Change-Id: I00140126495b31a03a335a7420370de613bfe9b1 Reviewed-on: https://chromium-review.googlesource.com/656139 Commit-Queue: Jun Cai <juncai@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#509496}
-
Aaron Leventhal authored
Standalone executable tool that helps developers view IAccessible2 object trees from any application. This tool is an alternative to AccProbe, which is buggy, and AViewer, which is not feature rich. The first version of ax_dump_tree is barebones and simply displays events on console, but has a lot of room for future expansion (e.g., serve info to a GUI, dump the tree structure etc.). The tool is similar is use to ax_dump_events. As an example of how this makes easier, when there is a bug with NVDA/JAWS in Chrome that doesn't occur with Firefox, we can look at the object tree emitted by Firefox for the same content. The ax_dump_tree tool shares code and formatting with the DumpAccessibilityTree browsertests. Use as follows: ax_dump_tree --pid=[processid] ax_dump_tree --window=[hwnd] (start with 0x to use hex value) Bug: 771747 Change-Id: I330d2aba8b004e679e9a8d15b1c288ae5460e83e Reviewed-on: https://chromium-review.googlesource.com/700725 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#509495}
-
Lei Zhang authored
Change-Id: I89cfc3741bd89bbff6bb31ad868153e0eacf2a81 Reviewed-on: https://chromium-review.googlesource.com/706187 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#509494}
-
Xiaohan Wang authored
- Read the value of "x-cdm-persistent-license-support" from the CDM manifest.json file. - Push this info into WebPluginMimeType additional_param_names and additional_param_values when registering the CDM. - In the renderer process, when registering Widvine key system, read the info from additional_param_names and additional_param_values. - On Linux/ChromeOS, this info is not read from the manifest.json file. Rather, it's hard-coded in chrome_content_client.cc. We should update this in a future CL once we check in CDMs that supports persistent-license. Ultimately we will support component CDM on Linux and ChromeOS the CDM registration code will be removed from chrome_content_client.cc altogether. In future CLs, we will implement key system support using CdmRegistry instead of using WebPluginMimeType. Then we can abandon all the code related to WebPluginMimeType additional_param_names and additional_param_values. BUG=767941 TEST=Manually tested on Windows. Change-Id: Ic9f3ec3ce0f454e170623165f9f046c7e6f0885a Reviewed-on: https://chromium-review.googlesource.com/719379Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#509493}
-
Reid Kleckner authored
This mostly affects types like gfx::Rect and gfx::Size, which have simple constructors that clang can see have no side effects. R=danakj@chromium.org,vollick@chromium.org,sky@chromium.org,piman@chromium.org,hans@chromium.org,thakis@chromium.org TBR=hans Bug: 775328 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: Id932168336290aa6c5885d95d235f1d3e7c4c253 Reviewed-on: https://chromium-review.googlesource.com/722443Reviewed-by:
Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#509492}
-
Scott Kirkwood authored
Bug: 775160 Change-Id: Ic0f2a818386c78cf7b610035f7841f08e5477ab9 Reviewed-on: https://chromium-review.googlesource.com/723783Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Scott Kirkwood <scottkirkwood@chromium.org> Cr-Commit-Position: refs/heads/master@{#509491}
-
Anna Maria authored
Previous error message was confusing as it only mentioned 'the method' without giving any context for what 'the method' was. Bug: 764447 Change-Id: Ia59c07bde9b9965674b3fee746b5152e33818d79 Reviewed-on: https://chromium-review.googlesource.com/722030Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: Anna Offenwanger <offenwanger@chromium.org> Cr-Commit-Position: refs/heads/master@{#509490}
-
Adam Langley authored
This is required by the CTAP 2.0 spec now. Change-Id: I5cef11da24ce800af79f3bc5c7dd962cfecaa35b Reviewed-on: https://chromium-review.googlesource.com/716573 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#509489}
-
Lalit Maganti authored
Bug: 768373 Change-Id: I0de530b52b358e66fe3c2216947d934ddd6441c9 Reviewed-on: https://chromium-review.googlesource.com/712874 Commit-Queue: Lalit Maganti <lalitm@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#509488}
-
Lei Zhang authored
Fix some other nits in prefs code too. Change-Id: If08a48575024d8e338cc5ef009ba8535627584dd Reviewed-on: https://chromium-review.googlesource.com/721805Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#509487}
-
Andrey Kosyakov authored
Bug: 767683 Change-Id: Ib0da19e7fc845149b622c19af043760fb0eb2bed Reviewed-on: https://chromium-review.googlesource.com/719582 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509486}
-
Eric Lawrence authored
Previously, the "reduce-security-for-testing" flag was used by autofill and an Android media playback codepath to workaround limitations in test code. Everything that previously checked this flag is now gone and now the flag itself can be removed. Bug: 770356 Change-Id: I414d55a88d39c5f1116a4d9cf96682fd648b7089 Reviewed-on: https://chromium-review.googlesource.com/693289 Commit-Queue: Eric Lawrence <elawrence@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#509485}
-
Lei Tian authored
This reverts commit 3c56f8b6. Original test fails because for Tablet, ToolbarManager. mShouldUpdateToolbarPrimaryColor is false which prevents ToolbarManager to update the primary color. So for tablet, https scheme should be always emphasized if it is not in incognito mode. Bug: 771559,774979 Change-Id: I69bc09e0d933b0fd46760990030dccb5e7e7de76 Reviewed-on: https://chromium-review.googlesource.com/722129 Commit-Queue: Lei Tian <ltian@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#509484}
-
Peiyong Lin authored
The patch that added EQT plumbing to GRC was suspected as a cause of OOM crash when Windows was waken up, thus revert it speculatively. BUG=763710 Change-Id: I4695328752aa5c9a19f100dbeaaefd2afb1b350b Reviewed-on: https://chromium-review.googlesource.com/721613 Commit-Queue: lpy <lpy@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#509483}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/f9068a5c08e5..6dc4fb899acf $ git log f9068a5c0..6dc4fb899 --date=short --no-merges --format='%ad %ae %s' 2017-10-17 dsinclair Remove friends from PWL classes 2017-10-17 dsinclair Remove fxge/ friend classes Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: I8edd0e6a174beeb9fc27910c18fae1d768e3a820 Reviewed-on: https://chromium-review.googlesource.com/723751 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#509482}
-
rnephew authored
Bug: 713222, 775560 Change-Id: I720321450eff6bf27c7f0648d9b777a46fb301b7 Reviewed-on: https://chromium-review.googlesource.com/723641Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: rnephew <rnephew@chromium.org> Cr-Commit-Position: refs/heads/master@{#509481}
-
Dave Schuyler authored
This CL applies GlobalScrollTargetBehavior to the siteData iron-list so that the list only shows one scroll bar (rather than two) and the list scrolls properly. Bug: 775215 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I7b21f099446dabdf3e356dd66898352d8bc73610 Reviewed-on: https://chromium-review.googlesource.com/722340Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#509480}
-
Qiang Xu authored
1-pager: go/tablet-mode-screenshot-hotkey changes: - Creates PowerButtonScreenshotController for handling tablet mode power button screenshot accelerator. It is android-like accelerator now, which requires pressing power button and volume down simultaneously, the delay currently is set to 150 ms. - Makes volume down wait 150 ms (do not propagate it), and if power button is pressed, taking a screenshot, and do not propagate any volume down events. - For tablet power button, volume down or volume up key pressed cancels/invalidates the tablet power button behavior. - For forced clamshell power button (eve), make power button wait 150 ms, if volume key pressed, do not start the pressed clamshell power button. - Removes old power button screenshot logic code. - Add test coverage for new power button screenshot code. Follow-up work: - UMA: Record the delay between power button pressed and volume-down pressed. button, also added test coverage in power_button_screenshot_controller_unittest.cc Bug: 712072 Test: device test for both tablet power button and forced clamshell power Change-Id: I31e0a49317079557904a9e435f210a532364acc9 Reviewed-on: https://chromium-review.googlesource.com/704193 Commit-Queue: Qiang(Joe) Xu <warx@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#509479}
-
Fredrik Söderquist authored
This changes the path used for invalidation of filter effects (SVGFE*) from the layout tree to the DOM tree. This is done to allow invalidation to work when the filter is not part of the layout tree. That change will be done in a follow-up. Also add casting helpers for SVGFilterPrimitiveStandardAttributes and use it where applicable. Bug: 773811 Change-Id: I275534e59eb285c0cab805f6c09d00b1f725e4f4 Reviewed-on: https://chromium-review.googlesource.com/719837Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#509478}
-
Pavel Feldman authored
DevTools: assign devtools_main_frame_token for a newly created render view host in response to CreateNewWindow request. This is a follow up to r507878, it fixes one missing render frame creation code path. Bug: 715541 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I411b1ab93994e8722141bc8f747d0b8ec41d2409 Reviewed-on: https://chromium-review.googlesource.com/721891Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#509477}
-
rbpotter authored
Bug: None Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I0dae825d594d74c38877a1fd18838fe338bcc6df Reviewed-on: https://chromium-review.googlesource.com/721876 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#509476}
-
Wei-Yin Chen (陳威尹) authored
crrev.com/c/704398 unified the availability of partner customizations like bookmarks, homepage, etc. The rule was: they are available if Chrome is a system package, or is force-enabled by a command line argument "--allow-partner-customization". Hiding behind a command line argument reduced the benefit of staged deployment, and lowered the real world coverage. Now the rule is: partner customizations are available if Chrome is a system package, or is on pre-stable channels. Bug: 617284, 773623 Change-Id: I594c0313781cc9c10ab73d6e0f4d7e837d578d46 Reviewed-on: https://chromium-review.googlesource.com/719472 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#509475}
-