- 13 Jul, 2016 40 commits
-
-
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}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e3aea10428d1..9199a9fef989 $ git log e3aea1042..9199a9fef --date=short --no-merges --format='%ad %ae %s' 2016-07-13 robertphillips Move GrDrawTarget::clear logic into GrDrawContext CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=msarett@google.com Review-Url: https://codereview.chromium.org/2147853004 Cr-Commit-Position: refs/heads/master@{#405167}
-
srirama.m authored
BUG=588956 Review-Url: https://codereview.chromium.org/2133383002 Cr-Commit-Position: refs/heads/master@{#405166}
-
engedy authored
Revert of arc: Use the new InstanceHolder for unittests (patchset #4 id:60001 of https://codereview.chromium.org/2138513002/ ) Reason for revert: Caused unit_tests failure on Linux ChromiumOS Tests (1): ArcAppModelBuilderTest.RemoveAppCleanUpFolder Original issue's description: > arc: Use the new InstanceHolder for unittests > > Instead of having unit tests go through Mojo and jump through hoops to > ensure that all messages have propagated to all the threads, we can use > the new arc::ArcBridgeService::InstanceHolder<T>::SetInstance() to > directly set the concrete fake (and optional version). This simplifies > testing quite a bit. > > BUG=626695 > TEST=trybots > > Committed: https://crrev.com/c5fffc64c14a0464f8870bbe91df7e945f42c3ca > Cr-Commit-Position: refs/heads/master@{#405138} TBR=hidehiko@chromium.org,stevenjb@chromium.org,lhchavez@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=626695 Review-Url: https://codereview.chromium.org/2146573005 Cr-Commit-Position: refs/heads/master@{#405165}
-
sebmarchand authored
Disable Full-WPO for the x64 official builds (this doesn't affect the PGO builds). This should help me to get an official "non-PGO & non-WPO" build that I can compare against an official PGO build. Also I'm not sure if it's worth keeping WPO turned on for the official builds at the moment ? We don't ship these builds (we ship the PGO ones) and so this only slowdown the builders that build an official x64 build for testing purposes (especially considering that they need to link all the unittests with Full-WPO) BUG=490934, 617982 Review-Url: https://codereview.chromium.org/2142603002 Cr-Commit-Position: refs/heads/master@{#405164}
-
alexmos authored
The underlying issues with Flash fullscreen and OOPIFs were already fixed by https://codereview.chromium.org/1973813002, and this follows up with a test. Note that the test doesn't actually turn on --site-per-process so that we get coverage both with OOPIFs (on Site Isolation FYI bots) and without (on regular bots). BUG=593522 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2123093005 Cr-Commit-Position: refs/heads/master@{#405163}
-
rdevlin.cronin authored
BaseFeatureProvider is currently the only implementation of FeatureProvider (despite its name implying there should be more). As we move to generated code for Features, pulling the code to vend features away from the code to populate from a JSON file is necessary. Pull the parsing/population code out of BaseFeatureProvider into a JSONFeatureProvider class, inheriting from BaseFeatureProvider (which maintains the code for returning features). Generated FeatureProviders will also inherit from BaseFeatureProvider. BUG=280286 Review-Url: https://codereview.chromium.org/2133783002 Cr-Commit-Position: refs/heads/master@{#405162}
-
sebmarchand authored
BUG=619086 Review-Url: https://codereview.chromium.org/2140793002 Cr-Commit-Position: refs/heads/master@{#405161}
-
treib authored
The UI calls MostVisitedSites::RecordOpenedMostVisitedItem when an item is clicked. Before this CL, MostVisitedSites would get some info from its |current_suggestions_|, but those might have changed in the meantime. Now, all required info is passed into RecordOpenedMostVisitedItem instead. BUG=612160 Review-Url: https://codereview.chromium.org/2136503002 Cr-Commit-Position: refs/heads/master@{#405160}
-
thakis authored
Reland of Make components source_sets on Android. (patchset #1 id:1 of https://codereview.chromium.org/2151523002/ ) Reason for revert: Didn't help. Original issue's description: > Revert of Make components source_sets on Android. (patchset #1 id:1 of https://codereview.chromium.org/2137023003/ ) > > Reason for revert: > Speculative, might've broke llvm_force_head_revision=true builds (see comment on the original review). > > Original issue's description: > > Make components source_sets on Android. > > > > There was a perf regression reported when components were changed from source sets to static libraries in the non-component build. This patch switches back to source sets on Android only to see what happens to thread_times.key_silk_cases and the build performance. > > > > BUG=619593 > > > > Committed: https://crrev.com/89248dc70996f9927292a7fee6911715464e1643 > > Cr-Commit-Position: refs/heads/master@{#405056} > > 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 > BUG=619593 > > Committed: https://crrev.com/aa5466df6e58dd54bc1dd1a5192f2c52ebf6ff29 > Cr-Commit-Position: refs/heads/master@{#405152} 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 BUG=619593 Review-Url: https://codereview.chromium.org/2145063002 Cr-Commit-Position: refs/heads/master@{#405159}
-
mark authored
GCCC_ERROR_ACCESSDENIED is a reason value, not a return value. GetRealUserId() doesn't need to be called until it's needed, and if it fails, only FindChromeTicket(kUserTicket) needs to be skipped, not the whole rest of the function. Review-Url: https://codereview.chromium.org/2151503002 Cr-Commit-Position: refs/heads/master@{#405158}
-
gabadie authored
Before, Sandwich was modifying local cache directories by issuing cachetool commands sequentially. But it was painfully slow. This CL implement the cachetool's batch mode that process sequence of command received from the stdin and return the commands results in the stdout. This way, Sandwich just have to launch cachetool once in the background and push to its stdin commands to process. On cache directories populated by big webpages such as cnn.com's home page, the Sandwich cache processing for NoState-Prefetch emulation was taking 491s when spawning one cachetool process for each commands versus 3s with this new online mode. BUG=582080 Review-Url: https://codereview.chromium.org/2114933002 Cr-Commit-Position: refs/heads/master@{#405157}
-
smaier authored
When merging before submitting, this change did not make it into codereview.chromium.org/2070633002. As it stands, this CL reduces .dex size by 127kb and saves us 27kb of dirty memory per process. See paste.googleplex.com/6304692032241664 for what was removed. BUG=619937 Review-Url: https://codereview.chromium.org/2147583003 Cr-Commit-Position: refs/heads/master@{#405156}
-
xlai authored
BUG=277199 Review-Url: https://codereview.chromium.org/2136073002 Cr-Commit-Position: refs/heads/master@{#405155}
-
damien authored
Also makes the filter bar thinner. Screenshots: https://imgur.com/a/CClua First round of reviews here: https://codereview.chromium.org/2105023004 BUG=606897 TEST=open network panel, padding for selected filter (XHR, JS, CSS) should be even (see screenshots) Review-Url: https://codereview.chromium.org/2150503002 Cr-Commit-Position: refs/heads/master@{#405154}
-
cwallez authored
https://chromium.googlesource.com/angle/angle.git/+log/9585a78..8495498 BUG=621031,627417 TBR=geofflang@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2148803002 Cr-Commit-Position: refs/heads/master@{#405153}
-
thakis authored
Revert of Make components source_sets on Android. (patchset #1 id:1 of https://codereview.chromium.org/2137023003/ ) Reason for revert: Speculative, might've broke llvm_force_head_revision=true builds (see comment on the original review). Original issue's description: > Make components source_sets on Android. > > There was a perf regression reported when components were changed from source sets to static libraries in the non-component build. This patch switches back to source sets on Android only to see what happens to thread_times.key_silk_cases and the build performance. > > BUG=619593 > > Committed: https://crrev.com/89248dc70996f9927292a7fee6911715464e1643 > Cr-Commit-Position: refs/heads/master@{#405056} 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 BUG=619593 Review-Url: https://codereview.chromium.org/2151523002 Cr-Commit-Position: refs/heads/master@{#405152}
-
iclelland authored
BUG=626435 R=yukishiino@chromium.org, mek@chromium.org Review-Url: https://codereview.chromium.org/2141083002 Cr-Commit-Position: refs/heads/master@{#405151}
-
asanka authored
R=brettw@chromium.org BUG=596283 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2131423003 Cr-Commit-Position: refs/heads/master@{#405150}
-
pke authored
The ContentSuggestionsService retrieves suggestions from the NTPSnippetsService as a provider. The latter currently delivers its snippets to the chrome://snippets-internals/ page for debugging. Before the NTP UI will be changed to retrieve suggestions from the ContentSuggestionsService instead of directly from the NTPSnippetsService, this adds the output of the ContentSuggestionsService to the snippets-internals page to allow debugging both and compare the data converted data to the original. This also adds controls for clearing cached/discarded suggestions. BUG=619560 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2145563002 Cr-Commit-Position: refs/heads/master@{#405149}
-
waffles authored
(1) Remove redundant checks for bundled vs. component-updated Flash: This distinction is handled at registration time by the DCI. (2) Update PathService after calling register. These two events are already racy, and it's more convenient to have the registration finished by the time the component updater notifies that the component has been updated. (3) No need to explicitly pick up the bundled version of Flash for non- Linux: the component updater will manage registration of bundled Flash the same way it does component-updated Flash. BUG=624067 TEST=https://docs.google.com/document/d/1iTQiaqjuHsKV4cPqSOet-eJKWb2SsJLp2ieDj_Mul4s/edit?pref=2&pli=1 Review-Url: https://codereview.chromium.org/2130803003 Cr-Commit-Position: refs/heads/master@{#405148}
-
lushnikov authored
BUG=none R=pfeldman Review-Url: https://codereview.chromium.org/2020803002 Cr-Commit-Position: refs/heads/master@{#405147}
-
sdefresne authored
When building with "gn", there is no way to perform the substitution using shell commands to remove underscore from BUNDLE_ID_TEST_NAME, so instead use :rfc1034identifier modifier implemented by the scripts used both gyp and gn to perform substitutions in Info.plist files. BUG=625875 Review-Url: https://codereview.chromium.org/2146483002 Cr-Commit-Position: refs/heads/master@{#405146}
-
yoshiki authored
It was changed wrongly by crrev.com/395903. This patch fixes this. BUG=none Review-Url: https://codereview.chromium.org/2139193002 Cr-Commit-Position: refs/heads/master@{#405145}
-
guidou authored
These DCHECKS sometimes cause crashes in tests. A request may be destroyed before receiving a reply (e.g., if the document is reloaded in the middle of a reply) BUG=626893 Review-Url: https://codereview.chromium.org/2151443002 Cr-Commit-Position: refs/heads/master@{#405144}
-
ymalik authored
This was missed in https://codereview.chromium.org/2100013002/ BUG=623158 Review-Url: https://codereview.chromium.org/2140173002 Cr-Commit-Position: refs/heads/master@{#405143}
-
treib authored
The same histograms already exist on desktop, see ntp_user_data_logger.cc BUG=625153 Review-Url: https://codereview.chromium.org/2126263002 Cr-Commit-Position: refs/heads/master@{#405142}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/65c2d9df0d06..8b7bf3c29a56 $ git log 65c2d9df0..8b7bf3c29 --date=short --no-merges --format='%ad %ae %s' BUG=627221 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2152433002 Cr-Commit-Position: refs/heads/master@{#405141}
-
zengster authored
NOTRY=true Review-Url: https://codereview.chromium.org/2094583004 Cr-Commit-Position: refs/heads/master@{#405140}
-