- 13 Jul, 2016 40 commits
-
-
cwallez authored
TBR=zmo@chromium.org TBR=kbr@chromium.org BUG=598902 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2146003002 Cr-Commit-Position: refs/heads/master@{#405207}
-
dpranke authored
Specifically: - chromium.chromiumos - Linux ChromiumOS Ozone Builder - tryserver.chromium.linux - linux_chromium_chromeos_ozone_rel_ng These are the last main CrOS builders on GYP. There are still three memory-related builders on GYP, waiting for the "v8_target_cpu" fixes to land ... R=stevenjb@chromium.org BUG=605732 Review-Url: https://codereview.chromium.org/2143453002 Cr-Commit-Position: refs/heads/master@{#405206}
-
estade authored
results. When you re-open the find bar and it's prepopulated with a previous search, we don't execute a search until you press enter or next/previous. Before this patch, next/previous was disabled when you have prepopulated search text but no actual search. BUG=627356 Review-Url: https://codereview.chromium.org/2143703002 Cr-Commit-Position: refs/heads/master@{#405205}
-
pfeldman authored
BUG=627306 Review-Url: https://codereview.chromium.org/2138123003 Cr-Commit-Position: refs/heads/master@{#405204}
-
dglazkov authored
It's a one-liner, too. R=esprehn Review-Url: https://codereview.chromium.org/2141093004 Cr-Commit-Position: refs/heads/master@{#405203}
-
lfg authored
This is part of a refactor to split WebView/WebWidget. BUG=419087 Review-Url: https://codereview.chromium.org/2043903002 Cr-Commit-Position: refs/heads/master@{#405202}
-
spqchan authored
Removed the hard coded drawings for the Omnibox vector icons. Replace them with a call to CreateVectorIcon() BUG=621302 Review-Url: https://codereview.chromium.org/2129723003 Cr-Commit-Position: refs/heads/master@{#405201}
-
srirama.m authored
BUG=588956 Review-Url: https://codereview.chromium.org/2145893003 Cr-Commit-Position: refs/heads/master@{#405200}
-
treib authored
There already are versions of these split by tile source, but the accumulated totals weren't there. BUG=611341 Review-Url: https://codereview.chromium.org/2131133003 Cr-Commit-Position: refs/heads/master@{#405199}
-
mdjones authored
Doing this causes any open controls including autofill to be closed. BUG=622603 Review-Url: https://codereview.chromium.org/2146743002 Cr-Commit-Position: refs/heads/master@{#405198}
-
cfroussios authored
Revert of Forward password-store switch to OSCrypt component (patchset #15 id:310001 of https://codereview.chromium.org/2118443002/ ) Reason for revert: mahmadi@ reported reaching the DCHECK in components/os_crypt/os_crypt_linux.cc Original issue's description: > Forward password-store switch to OSCrypt component > > Password manager uses a switch to allow the user to override the > auto-detection of the appropriate password store. OSCrypt should > respect this switch as well. > > The switch value is read and passed to OSCrypt at a very early > point in Chrome's start, before any of OSCrypt's dependents > use it. > > I also reworked OSCrypt's build to make it simpler for chrome to > deduce whether the linux implementation of OSCrypt will be used. > - Previously, os_crypt_linux was used only if we also decided to > link at least one linux backend. Otherwise we used os_crypt_posix. > + Now, we always use the linux implementation for linux. If no > KeyStorage is linked, the linux implementation defaults to the > same behavior as for posix. > > BUG=602624 > > Committed: https://crrev.com/92699e345c15243c4023a8739101333ed2658e37 > Cr-Commit-Position: refs/heads/master@{#405114} TBR=thestig@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=602624 Review-Url: https://codereview.chromium.org/2152493002 Cr-Commit-Position: refs/heads/master@{#405197}
-
xiyuan authored
- Update chrome_device_settings.proto to include report setting for os_update_status and running_kiosk_app; - Update device_management_backend.proto to include os_update_status and running_kiosk_app in DeviceStatusReportRequest; BUG=577800 TEST=browser_tests --gtest_filter=DeviceStatusCollectorTest.*OsUpdateStatus*: DeviceStatusCollectorTest.*RunningKioskApp* Review-Url: https://codereview.chromium.org/2132663002 Cr-Commit-Position: refs/heads/master@{#405196}
-
lfg authored
pointer lock. This CL fixes two separate issues. One is that when a CrossProcessFrameConnector is being destroyed, if the RenderWidgetHostViewChildFrame holds the mouse lock it must unlock the mouse. The second issue is that when flash holds a fullscreen pointer lock and releases it, the WebContents is notified of the lost mouse lock, even though it was never notified that the mouse lock was acquired (because flash has extra privileges to acquire the lock). BUG=619571 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2112923002 Cr-Commit-Position: refs/heads/master@{#405195}
-
maruel authored
This check is now made at presubmit time, preventing hard to debug failure on the infrastructure. The failure mode is not obvious, the recipe throw an exception at trigger time and this is hard to diagnose. This fixes the problem before this is even sent to run as a try job. Tested manually. R=thakis@chromium.org BUG=626766 Review-Url: https://codereview.chromium.org/2151503003 Cr-Commit-Position: refs/heads/master@{#405194}
-
treib authored
BUG=none Review-Url: https://codereview.chromium.org/2131863002 Cr-Commit-Position: refs/heads/master@{#405193}
-
agl authored
|EVP_PKEY_up_ref| was a BoringSSL addition to OpenSSL The next major, public OpenSSL release will include it, but it'll return 0/1 rather than the object being referenced. This change updates Chromium to expect that function signature (in a backwards compatible way). Once all callers have been updated likewise, BoringSSL will align this function with upstream OpenSSL. BUG=none Review-Url: https://codereview.chromium.org/2113143004 Cr-Commit-Position: refs/heads/master@{#405192}
-
estade authored
"Bookmark added!" => "Bookmark added" ainslie@ says it doesn't belong. BUG=none Review-Url: https://codereview.chromium.org/2142103002 Cr-Commit-Position: refs/heads/master@{#405191}
-
chrome://flagsjkrcal authored
The CL 2129543002 introduced an option to override variation parameters using a feature in chrome://flags. The list of options for the given feature always includes "Default", "Enabled", and "Disabled". Even though the semantics of "Enabled" was meant as 'enabled with the default parameter values', the API forced to specify the variation for "Enabled" as well. This is unnecessarily cumbersome and confusing. This CL makes the "Enabled" option completely automatic - no need to specify its variation any more. BUG=609059 Review-Url: https://codereview.chromium.org/2146903002 Cr-Commit-Position: refs/heads/master@{#405190}
-
varkha authored
The bug was introduced in the last patch set of https://codereview.chromium.org/2129213003/. 1. Open an app window with insets (hidden header) and a few other windows. 2. Enter overview 3. While in overview close a few windows so that all windows grow. 4. Close overview by clicking the window with active shape (app frame). The first active window has its header and some client area content masked. BUG=624431 TBR=tdanderson@chromium.org Review-Url: https://codereview.chromium.org/2148703002 Cr-Commit-Position: refs/heads/master@{#405189}
-
rdevlin.cronin authored
More sprinkling of artisanal const &s. BUG=None Review-Url: https://codereview.chromium.org/2141753002 Cr-Commit-Position: refs/heads/master@{#405188}
-
bsalomon authored
Mark ref test affected by same change as Pass Failure BUG=627844 Review-Url: https://codereview.chromium.org/2143983003 Cr-Commit-Position: refs/heads/master@{#405187}
-
xunjieli authored
This CLs adds an entry in mb_config.pyl for a new Cronet Release Asan bot. BUG=567323 Review-Url: https://codereview.chromium.org/2143363003 Cr-Commit-Position: refs/heads/master@{#405186}
-
dpranke authored
The issues w/ the remoting targets have been addressed, so let's give this another try. TBR=rsesek@chromium.org BUG=618468 Review-Url: https://codereview.chromium.org/2143863002 Cr-Commit-Position: refs/heads/master@{#405185}
-
rdevlin.cronin authored
Update the ordering of polymer properties passed to Polymer() to match https://www.chromium.org/developers/web-development-style-guide. BUG=529395 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2140513003 Cr-Commit-Position: refs/heads/master@{#405184}
-
geofflang authored
BUG=612205 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2076213002 Cr-Commit-Position: refs/heads/master@{#405183}
-
erikchen authored
The test is exceedingly simple. It uses requestAnimationFrame and WebGL APIs to animate the background color of the page. BUG=616811 Review-Url: https://codereview.chromium.org/2143523002 Cr-Commit-Position: refs/heads/master@{#405182}
-
jamescook authored
"Toasts" are ARC++ notifications coming from the Android side. These need to migrate to WmWindow/WmShell so we can use them in mus. Also make sure the toast bounds are computed based on the "target" root window where they will appear. The existing code placed the toasts on the target root window (which could be the secondary display), but used the primary display's bounds for positioning. TODO - Convert the unit test, which relies on DisplayManager for unified desktop mode. BUG=619636 TEST=ash_unittests, manually spawn toasts with Ctrl-Alt-Shift-O Review-Url: https://codereview.chromium.org/2139183003 Cr-Commit-Position: refs/heads/master@{#405181}
-
eugenebut authored
BUG=566163 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2138183002 Cr-Commit-Position: refs/heads/master@{#405180}
-
arthursonzogni authored
The navigation type "blink::WebNavigationTypeReload" is now forwarded to the browser process. Two more tests pass when browser-side-navigation is enabled. http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_reload.html http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload.html BUG=576272 Review-Url: https://codereview.chromium.org/2136963002 Cr-Commit-Position: refs/heads/master@{#405179}
-
dpranke authored
Specifically: - chromium - Win - chromium.perf - Win Builder - official.desktop - win - win64 - official.desktop.continuous - win trunk There are still various FYI and memory builders on GYP, as well as the GYP builders on the chromium.win waterfall. R=brucedawson@chromium.org, brettw@chromium.org BUG=623659 Review-Url: https://codereview.chromium.org/2139833002 Cr-Commit-Position: refs/heads/master@{#405178}
-
wnwen authored
- Remove command line flags enable-toolbar-swipe-in-document-mode and enable-tab-switcher-in-document-mode. - Several corresponding methods in FeatureUtilities have become obsolete as it is no longer possible to have the tab switcher enabled in document mode. BUG=612245 Review-Url: https://codereview.chromium.org/2141783002 Cr-Commit-Position: refs/heads/master@{#405177}
-
tommycli authored
BUG=NONE Review-Url: https://codereview.chromium.org/2145083002 Cr-Commit-Position: refs/heads/master@{#405176}
-
peconn authored
I fell prey to one of the classic Java bugs. BUG=626544 Review-Url: https://codereview.chromium.org/2136083002 Cr-Commit-Position: refs/heads/master@{#405175}
-
lhchavez authored
Now that FOR_EACH_OBSERVER supports dependent types, we can use it instead of its expansion. BUG=627209 TEST=trybots Review-Url: https://codereview.chromium.org/2147443005 Cr-Commit-Position: refs/heads/master@{#405174}
-
forshaw authored
This patch makes setting of the lowbox toke a warning rather than a hard failure. Some configurations cause the setting of the token to fail, this is most likely issues with third party software. Worst case this will mean that the lowbox token is not set, but we'll continue with the original restricted token sandbox. BUG=501975 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win10_chromium_x64_rel_ng Review-Url: https://codereview.chromium.org/2130753002 Cr-Commit-Position: refs/heads/master@{#405173}
-
maruel authored
Include fixes. https://chromium.googlesource.com/external/swarming.client.git/+log/df6e95e76698..7f63a272f7d9 $ git log df6e95e76..7f63a272f --date=short --no-merges --format='%ad %ae %s' 2016-07-12 maruel Add default output directory name. 2016-07-07 nicholaslin Fix stream_client() in bootstrap.py. 2016-06-23 tansell luci-py: Making __file__ usage unicode safe. 2016-06-23 nodir run_isolated: change cipd package flags 2016-06-22 borenet Add --cipd-package flag to swarming.py 2016-06-22 maruel Fix encoding for isolateserver_smoke_test. 2016-06-20 bpastene Correct ${SWARMING_BOT_FILE} run_isolated value documentation. 2016-06-16 nodir swarming: do not leak cache dirs in tests 2016-06-15 nodir swarming-cipd: custom installation paths 2016-06-14 nodir swarming-cipd: fix for Windows 2016-06-10 bpastene Change swarming's on_before_task hook to dump bot state to a file. 2016-06-10 maruel Add command to cancel a task. 2016-06-09 nodir run_isolated.py: install CIPD packages 2016-06-07 vadimsh Do not rely on IP whitelist during bot bootstrap process. 2016-06-07 vadimsh Send authorization headers when calling Swarming backend. 2016-06-03 nodir Fix abstraction leak in LocalCache implementations 2016-06-03 vadimsh Add file_path.atomic_replace function. 2016-06-03 nodir refactor isolate stats protocol 2016-06-01 kjlubick Clean out the isolate cache after every poll 2016-05-31 vadimsh Increase timeouts in threading_utils_test.py. 2016-05-30 maruel Inhibit OS error reporting in python processes. 2016-05-27 nodir task_runner: always use run_isolated 2016-05-25 maruel Changing license header, again! 2016-05-25 maruel Add deployment documentation and generally improve the doc. 2016-05-24 nodir run_isolated: fix python path 2016-05-17 dnj Add LogDog Python client library. 2016-05-13 nodir Do not add empty option group 2016-05-12 maruel Backport two subprocess42 fixes done in recipe_engine. 2016-05-12 nodir swarming: change meaning of inputs_ref 2016-05-06 iannucci Fix bug in subprocess42 with super-fast processes. 2016-05-03 nodir run_isolated: close storage 2016-05-03 nodir run_isolated: support non-isolated commands 2016-04-29 nodir run_isolated: move isolation stats from map_and_run 2016-04-29 nodir swarming: add fs.ensure_dir 2016-04-29 borenet Add diff_isolates.py script 2016-04-21 sergeyberezin luci-py: roll infra_libs to b6cb5db 2016-04-15 sergeyberezin luci-py: roll infra_libs / gae_ts_mon to 4d74a66 2016-04-13 maruel Enforce users to specify a 'pool' dimension when triggering a task. 2016-04-13 maruel Strip xsrf_client. 2016-04-13 maruel Use PerformanceStats generated by run_isolated. 2016-04-08 maruel Automatically trim the isolated cache on bot startup. 2016-04-08 maruel Make run_isolated trim as it is downloading files. 2016-04-08 maruel Stop choosing $TMPDIR as a safe place to create hardlinks on OSX. 2016-04-08 maruel Remove require_command arg from fetch_isolated(). 2016-04-05 maruel Change run_isolated.py to output statistics in its json output file. 2016-04-05 maruel Update copyright notice from Swarming to LUCI; add AUTHORS and CONTRIBUTORS. 2016-03-29 sergeyberezin luci-py: Roll ts_mon to 9f215df 2016-03-17 maruel Fix run_on_bots.py. 2016-03-17 maruel Fix url_open() with gzip encoding. 2016-03-16 maruel Add 'is_fine'; fix 'swarming.zip attributes'; update httplib2; add logging. 2016-03-03 sergeyberezin Roll ts_mon to 4b3e37f 2016-03-01 maruel Print an error when running swarming.py reproduce twice in a row. R=nicholaslin@google.com TBR=agrieve@chromium.org BUG= Review-Url: https://codereview.chromium.org/2146913002 Cr-Commit-Position: refs/heads/master@{#405172}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/990ed91c..2faaf5ec 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_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=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2151483002 Cr-Commit-Position: refs/heads/master@{#405171}
-
qyearsley authored
The new baselines (-expected.txt and -expected.png) were downloaded by running: Tools/Scripts/webkit-patch rebaseline-from-try-jobs BUG=474273 Review-Url: https://codereview.chromium.org/2106873003 Cr-Commit-Position: refs/heads/master@{#405170}
-
rnk authored
Revert of Roll buildtools aa47d9773d..924d50ecae (patchset #1 id:1 of https://codereview.chromium.org/2138013004/ ) Reason for revert: Broke uses of 'clang=1 llvm_force_head_revision=1' on clang tot waterfall: https://build.chromium.org/p/chromium.fyi/console?category=clang%20tot Original issue's description: > Roll buildtools aa47d9773d..924d50ecae > > In order to roll GN b9999d69..4828a631 (r403866:r404813) and pick up > the following changes: > > 5662a808 GN: Don't define argument overrides globally > 45a841b0 Suggest `gn help` for internally set arguments. > bf462ea0 [GN docs] Add missing word in gn actions help string > 8273381e Fix typos in GN error message > > TBR=dpranke@chromium.org > > Committed: https://crrev.com/932788e86f1f59cdff52df8ae78784af6f8a17e6 > Cr-Commit-Position: refs/heads/master@{#405054} TBR=dpranke@chromium.org,brettw@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2146023002 Cr-Commit-Position: refs/heads/master@{#405169}
-
bokan authored
I moved this code out of VisualViewport in r404359 but forgot this one check and early-out. The crashes started happening right after that so it's likely the culprit. BUG=627442 Review-Url: https://codereview.chromium.org/2140263002 Cr-Commit-Position: refs/heads/master@{#405168}
-