- 06 Jul, 2016 40 commits
-
-
ulan authored
category. This adds v8.compile category to benchmarks that track executionMetric. BUG=625865 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2121263002 Cr-Commit-Position: refs/heads/master@{#403915}
-
jamescook authored
It is a dependency of StatusAreaWidget, which I'm trying to move. It no longer has ash::Shell or aura/window dependencies. BUG=619636 TEST=ash_unittests Review-Url: https://codereview.chromium.org/2121473002 Cr-Commit-Position: refs/heads/master@{#403914}
-
fs authored
When writing-mode was unprefixed, SVGInlineTextBoxes started getting the same treatment as their base-class, and hence we need to be careful when we consider sizes for the inline boxes. Use logicalWidth() and logicalHeight() instead of size(). BUG=587455 Review-Url: https://codereview.chromium.org/2124793002 Cr-Commit-Position: refs/heads/master@{#403913}
-
sdefresne authored
The "ios_bundle_data" target will need to create more intermediate targets that will have to be in the visibility list, so use ":*" as the visibility to restrict it to target defined in the same file. BUG=603180 Review-Url: https://codereview.chromium.org/2127733002 Cr-Commit-Position: refs/heads/master@{#403912}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/1e2a702c1959..4be9a30aed39 $ git log 1e2a702c1..4be9a30ae --date=short --no-merges --format='%ad %ae %s' 2016-07-06 bsalomon Increase batching for AA fill rects. 2016-07-06 ethannicholas fix for Clang 3.8 warning in SkSL GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2118033002 2016-07-06 benjaminwagner Blacklist fontscalerdistortable on Win8. 2016-07-06 bsalomon Enlarge strokerect GM size to reveal hidden content GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2126723002 2016-07-06 fmalita Document SkSurface::MakeRaster's memory initialization CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=rmistry@google.com Review-Url: https://codereview.chromium.org/2125883002 Cr-Commit-Position: refs/heads/master@{#403911}
-
jyquinn authored
Modifies PasswordController and IOSChromePasswordManagerClient to display UI for updating passwords, if flag UpdatePasswordUIEnabled is set to YES. BUG=622257 Review-Url: https://codereview.chromium.org/2106353003 Cr-Commit-Position: refs/heads/master@{#403910}
-
adrian.belgun authored
BUG=506490 Review-Url: https://codereview.chromium.org/1735473002 Cr-Commit-Position: refs/heads/master@{#403909}
-
sdefresne authored
This is required to fix downstream code that tries to pass a ScopedVector to a block (the clang extensions heavily used on Objective-C++ code, ^{}) which copy objects instead of moving them. BUG=None Review-Url: https://codereview.chromium.org/2128533002 Cr-Commit-Position: refs/heads/master@{#403908}
-
xidachen authored
Recently SkSurface::MakeRaster changed its implementation to zero its malloced space. So after creating the SkSurface, there is no need to call sksurface's canvas->clear(SK_ColorTRANSPARENT). This CL removes that step. Review-Url: https://codereview.chromium.org/2119623003 Cr-Commit-Position: refs/heads/master@{#403907}
-
ulan authored
In [1] we changed GC metrics to reduce noise and the number of results. That change combines four old metrics into one new metric: (Animation|Rail|Idle|Load)-gc-metric-name => gc-metric-name. The dashboard currently takes more than 10 seconds to load all metrics in the 'Subtest' dropdown list for v8.infinite_scroll. This change renames the benchmarks so that we track only new metrics, but still can access the old data. [1]: https://github.com/catapult-project/catapult/issues/2444 BUG= CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2129443002 Cr-Commit-Position: refs/heads/master@{#403906}
-
bsalomon authored
Also, skip a copy that existed because Skia previously did not support GL_EXTERNAL_OES textures. It now does. This will allow Skia to drop support for texture-backed SkBitmaps in favor of texture-backed SkImages, a long standing goal. Review-Url: https://codereview.chromium.org/1792563002 Cr-Commit-Position: refs/heads/master@{#403905}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/2dcb615c6f48..1e2a702c1959 $ git log 2dcb615c6..1e2a702c1 --date=short --no-merges --format='%ad %ae %s' 2016-07-06 pdr Update dev docs to reference the new skia debugger (skiaserve) CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=rmistry@google.com Review-Url: https://codereview.chromium.org/2121933004 Cr-Commit-Position: refs/heads/master@{#403904}
-
perkj authored
BUG=625024,622085 Review-Url: https://codereview.chromium.org/2122153002 Cr-Commit-Position: refs/heads/master@{#403903}
-
jyquinn authored
Add custom UIPresentationController subclass for presenting the picker selector. The presentation controller sets the frame of the picker selector to be at the bottom of the screen, and adds a dimming view behind it. BUG=622244 Review-Url: https://codereview.chromium.org/2125813002 Cr-Commit-Position: refs/heads/master@{#403902}
-
hanxi authored
WebAPKs use WebappDataStorage to store the metadata too. Some changes in the web app manifest, like themeColor, orientation etc. don't request re-minting a WebAPK, but will update the metadata in the SharedPreference (WebappDataStorage). The metadata will be retrieved and used for launching a WebAPK. Registering a WebAPK will be in a following up CL. BUG=624834 Review-Url: https://codereview.chromium.org/2126583002 Cr-Commit-Position: refs/heads/master@{#403901}
-
dcheng authored
This was introduced in https://crrev.com/374212 so find-in-page would crash less prior to full OOPIF support. It is no longer used and should be removed. BUG=none Review-Url: https://codereview.chromium.org/2119283004 Cr-Commit-Position: refs/heads/master@{#403900}
-
zqzhang authored
BUG=625936 Review-Url: https://codereview.chromium.org/2122143002 Cr-Commit-Position: refs/heads/master@{#403899}
-
paulmeyer authored
This patch removes the need to add MAYBE lines for nearly every test that goes into find_request_manager_browsertest.cc. It does this by defining a MAYBE() function instead of MAYBE/DISABLED definitions for every test name. BUG=615291 Review-Url: https://codereview.chromium.org/2122763002 Cr-Commit-Position: refs/heads/master@{#403898}
-
agrieve authored
Directories within srcjars are supposed to reflect java package names. The extra path component was making Android Studio unhappy. BUG=620034 Review-Url: https://codereview.chromium.org/2123003002 Cr-Commit-Position: refs/heads/master@{#403897}
-
bsalomon authored
BUG=625909 TBR=fmalita@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2125763002 Cr-Commit-Position: refs/heads/master@{#403896}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/59771eda..9c59da50 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/2127773002 Cr-Commit-Position: refs/heads/master@{#403895}
-
phoglund authored
BUG=625584 TBR=mlamouri@chromium.org Review-Url: https://codereview.chromium.org/2125863002 Cr-Commit-Position: refs/heads/master@{#403894}
-
katrielc authored
This is called on any SRTP packet received, and decrypts it in place. For now the fuzzer uses a hard-coded key and SSRC, but future modifications could generalise this in a number of ways. It does read more than one packet, since there could be bugs lurking in the state maintained by the parser (for example, the ID of each packet is stored for replay protection). Review-Url: https://codereview.chromium.org/2123553002 Cr-Commit-Position: refs/heads/master@{#403893}
-
jyquinn authored
Fixes for UpdatePasswordInfoBarController. SelectorCoordinator is retained as a property so that it is not immediately dismissed, and the infobar label is updated in the SelectorCoordinatorDelegate callback. BUG=622244 Review-Url: https://codereview.chromium.org/2127793002 Cr-Commit-Position: refs/heads/master@{#403892}
-
magjed authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/9a0de5d..d0d6cf9 TBR= CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_archive_rel_ng Review-Url: https://codereview.chromium.org/2125833002 Cr-Commit-Position: refs/heads/master@{#403891}
-
srirama.m authored
Cleaning up video-controls-[captions, overlay, track]* tests in media/ to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Review-Url: https://codereview.chromium.org/2121613002 Cr-Commit-Position: refs/heads/master@{#403890}
-
jyquinn authored
Fixes assignment of current versus new password elements in getPasswordForm to match LocateSpecificPasswords in password_form_conversion_utils.cc. Previously, the password elements had been added to the form in reverse order. BUG=622253 Review-Url: https://codereview.chromium.org/2125653002 Cr-Commit-Position: refs/heads/master@{#403889}
-
jochen authored
BUG=625823 R=haraken@chromium.org TBR=eroman@chromium.org,yzshen@chromium.org Review-Url: https://codereview.chromium.org/2126763002 Cr-Commit-Position: refs/heads/master@{#403888}
-
yosin authored
This patch makes |previousPositionOf()| to handle no previous position case, which is occurred after visible position canonicalization. It is time to change |DCEHCK()| to return nothing since we have a test case for it. BUG=619131 TEST=run_webkit_unit_tests --gtest_filter=VisibleUnitTests.previousPositionOfNoPreviousPosition Review-Url: https://codereview.chromium.org/2126743002 Cr-Commit-Position: refs/heads/master@{#403887}
-
sdefresne authored
In order to roll GN ac799c2f..b9999d69 (r403392:r403866) and pick up the following changes: 511c073b Stop recursion for create_bundle deps when crossing toolchain. 061d24c1 Fix the script used to roll GN. 4879cedd Display outputs for "executable" targets in "gn desc". 3a32f029 GN: Add Windows support to bootstrap.py 3fed8056 Fix BundleData::GetBundleRootDirOutput() for non-default toolchain. TBR=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2123163002 Cr-Commit-Position: refs/heads/master@{#403886}
-
kdsilva authored
Removed code and the Feature flag related to the CustomLayout media notification logic since it was replaced with MediaStyle notification in M52. BUG=613564 Review-Url: https://codereview.chromium.org/2119353003 Cr-Commit-Position: refs/heads/master@{#403885}
-
drott authored
In Chromium commit 10749067 catapult was rolled, switching to default teardowns between pageset repeats, compare [1]. Activating complex text on Android again after this change in order to see how measurements are affected by this. If no memory regression shows up in the memory health measurements for memory pagesets this would indicate that we may have a memory-leakage over time problem in webview single-process mode but no issues in the usual tab process lifecycle on Android. Activating and TBR'ing to collect bot results, potentially reverting later if needed for further investigation. [1] https://github.com/catapult-project/catapult/issues/2294 BUG=577306 TBR=eae Review-Url: https://codereview.chromium.org/2123653005 Cr-Commit-Position: refs/heads/master@{#403884}
-
srirama.m authored
The changes which this test was added to verify have been reverted because of issues in MSE playback. So this isn't testing anything and is not useful. So removing this test case. Reverted change: http://crrev.com/1069253004 BUG=588956 Review-Url: https://codereview.chromium.org/2123083002 Cr-Commit-Position: refs/heads/master@{#403883}
-
ioanap authored
Changes: - BrowsingDataCounter now resides in components/browsing_data/counters/ - Moved enums and TimePeriod utils to components/browsing_data/browsing_data_utils[.h/.cc] - Changes to the counters that still reside in chrome/browser/browsing_data/ are temporary, meant to allow this partial change. They will be moved to components in a subsequent CL TBR=dbeam@chromium.org BUG=620317 Review-Url: https://codereview.chromium.org/2084903002 Cr-Commit-Position: refs/heads/master@{#403882}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3414d38b..59771eda 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/2129463002 Cr-Commit-Position: refs/heads/master@{#403881}
-
treib authored
(instead of a string with only a few legal values) BUG=625161 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2117373002 Cr-Commit-Position: refs/heads/master@{#403880}
-
xiaochengh authored
Currently, CompositeEditCommand::moveParagraphs() uses a pair of VisiblePositions to keep track of original position of the moved paragraph after it's moved away. However, the VisiblePositions may be invalidated if their anchor nodes are moved out of document, causing crashes when the VisiblePositions are used later. It causes the failure of layout test: fast/text/first-letter-bad-line-boxes-crash.html This patch uses RelocatablePosition for the tracking purpose as a bug fix. BUG=581038 TEST=fast/text/first-letter-bad-line-boxes-crash.html Review-Url: https://codereview.chromium.org/2127503002 Cr-Commit-Position: refs/heads/master@{#403879}
-
xiaochengh authored
|RelocatablePosition| is a helper class for keeping track of a |Position| in a document upon DOM tree changes even if the given |Position|'s original anchor node is moved out of document. The class is implemented by using a temporary |Range| object to keep track of the |Position|, and disposing the |Range| when out of scope. |RelocatablePosition| will be used in editing code, for example: https://codereview.chromium.org/2127503002/ BUG=n/a TEST=webkit_unit_tests --gtest_filter=RelocatablePositionTest.position Review-Url: https://codereview.chromium.org/2123893002 Cr-Commit-Position: refs/heads/master@{#403878}
-
dgn authored
BUG=625839 Review-Url: https://codereview.chromium.org/2124713003 Cr-Commit-Position: refs/heads/master@{#403877}
-
kouhei authored
BUG=None Review-Url: https://codereview.chromium.org/2041013004 Cr-Commit-Position: refs/heads/master@{#403876}
-