- 20 Aug, 2016 40 commits
-
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/30ce231266c6..cda4e72f8776 $ git log 30ce23126..cda4e72f8 --date=short --no-merges --format='%ad %ae %s' BUG=639632 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2263883002 Cr-Commit-Position: refs/heads/master@{#413352}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8e5f0c15..9ac808a6 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_precise_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,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2261963002 Cr-Commit-Position: refs/heads/master@{#413351}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/46e45e95..8e5f0c15 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_precise_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,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2262933002 Cr-Commit-Position: refs/heads/master@{#413350}
-
rockot authored
This reverts commit 936aa9ea. Highly speculative revert for https://crbug.com/639618. If this doesn't make things more green I'll reland, in which case I apologize for the noise. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=639618 TBR=chili@chromium.org Review-Url: https://codereview.chromium.org/2264873002 Cr-Commit-Position: refs/heads/master@{#413349}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/589a39eb81d2..deb8136c9ce4 $ git log 589a39eb8..deb8136c9 --date=short --no-merges --format='%ad %ae %s' 2016-08-20 reed remove unused field from SkDrawIter CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=robertphillips@google.com Review-Url: https://codereview.chromium.org/2262953002 Cr-Commit-Position: refs/heads/master@{#413348}
-
pdr authored
This patch switches from a test-only GeometryPrinters and debug-only toString() to a common pretty printer format for logging and testing. For example, to print the value of a LayoutRect: LayoutRect overflowRect(1, 2, 3, 4); LOG(INFO) << "overflow: " << overflowRect.toString(); Which prints: overflow: "1,2 3x4" In tests, gtests will automatically call the PrintTo functions. In debuggers, toString() should work as expected. Minor changes: 1) Switched floating point precision to use "%lg" which prints up to 6 significant figures, and fewer if the value is an integer. 2) Added special-cases to catch LayoutUnit's min/max/nearly{Min,Max}. BUG=632096 Review-Url: https://codereview.chromium.org/2191233002 Cr-Commit-Position: refs/heads/master@{#413347}
-
gab authored
The experiment is controlled by a static call for the entire process which must be made before any SequencedWorkerPool instance is posted a task (i.e. before it creates a Worker). The experiment being at run-time, sequenced_worker_pool.cc is now divided between the two worlds. DCHECKs were added to associate as many methods as possible to the world they belong to. FYI, the experiment (and TEST= below) will not actually work until https://codereview.chromium.org/2237643002/ or a variant of it lands but this is a stepping stone to getting there and the CLs themselves can land in any order. BUG=622400 TEST= A) "out\Debug\chrome.exe" runs without a problem, BlockingPool tasks execute as normal in chrome://tracing B) "out\Debug\chrome --force-fieldtrials=BrowserScheduler/Enabled/ --force-fieldtrial-params=BrowserScheduler.Enabled:Background/3;3;1;0;10000/BackgroundFileIO/3;3;1;0;10000/Foreground/3;3;1;0;10000/ForegroundFileIO/3;3;1;0;10000/RedirectSequencedWorkerPools/true" runs without a problem and chrome://tracing shows BlockingPool/CachePool/etc. tasks in the TaskScheduler workers :-) Review-Url: https://codereview.chromium.org/2241703002 Cr-Commit-Position: refs/heads/master@{#413346}
-
fs authored
We don't really make use of of the special properties of SMILTime for this case, and using double means slightly less impedance mismatching. BUG=631879 Review-Url: https://codereview.chromium.org/2261443002 Cr-Commit-Position: refs/heads/master@{#413345}
-
forshaw authored
This CL reimplements AllocateNearTo on 64bit so that it searches for a free memory range rather than the naive brute force approach we used before. BUG=604149 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win10_chromium_x64_rel_ng Review-Url: https://codereview.chromium.org/2258583002 Cr-Commit-Position: refs/heads/master@{#413344}
-
szager authored
With RLS enabled, paint property trees will not use any properties set on the FrameView; instead, all properties will come from the LayoutView. BUG=490942 R=pdr@chromium.org,chrishtr@chromium.org,skobes@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2244873002 Cr-Commit-Position: refs/heads/master@{#413343}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/ff27367de BUG=638611 TBR=wkorman@chromium.org Review URL: https://codereview.chromium.org/2254733014 . Cr-Commit-Position: refs/heads/master@{#413342}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e2348ccb477b..589a39eb81d2 $ git log e2348ccb4..589a39eb8 --date=short --no-merges --format='%ad %ae %s' 2016-08-20 reed store info in basedevice, change getter to non-virtual const& CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=robertphillips@google.com Review-Url: https://codereview.chromium.org/2265743002 Cr-Commit-Position: refs/heads/master@{#413341}
-
wkorman authored
Use the scrolling contents GraphicsLayer as the DisplayItemClient for the background drawing when we're painting the full background of a composited scroller. BUG=638611 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2254893005 Cr-Commit-Position: refs/heads/master@{#413340}
-
takumif authored
Revert of Fix MediaRouterContextualMenuUnitTest (patchset #1 id:1 of https://codereview.chromium.org/2253613003/ ) Reason for revert: Reverting this CL as well as the other CL[1] this was meant to fix. They are causing crashes and need a redesign. [1] https://codereview.chromium.org/2155293002 Original issue's description: > Fix MediaRouterContextualMenuUnitTest > > This CL resolves the compliation error in the unit test introduced > by https://codereview.chromium.org/2155293002. > > TBR=msw@chromium.org > BUG=638300 > > Committed: https://crrev.com/0d3d4235ebcd37fa56b05517c9d97c018e8c0f5f > Cr-Commit-Position: refs/heads/master@{#412332} TBR=msw@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=638300 Review-Url: https://codereview.chromium.org/2260873003 Cr-Commit-Position: refs/heads/master@{#413339}
-
takumif authored
Revert of Show the Cast toolbar icon ephemerally when Cast is in use (patchset #15 id:440001 of https://codereview.chromium.org/2155293002/ ) Reason for revert: Reverting this CL since it is causing crashes and needs a redesign. Also reverting a related CL: https://codereview.chromium.org/2260873003/ Original issue's description: > Show the Cast toolbar icon ephemerally when Cast is in use > > This CL changes the behavior of the Cast/Media Router toolbar component > action icon. Currently, the only way to add the icon is by installing > the Cast extension from the Web Store. After this change, the icon will > be displayed temporarily whenever the Media Router dialog is open, or there > is an active local media route. > > This CL also replaces the "Remove icon" option in the action context menu > with "Always show icon" which can be checked. When this option is unchecked, > the icon is neither on the toolbar nor in the overflow menu, and is only shown > ephemerally in the situations mentioned above. > > We replace the word "popup" with "dialog" wherever possible in > MediaRouterAction, to stay consistent with the rest of Media Router files. > > We also change the default position of the component actions on the toolbar > from the leftmost to the rightmost (same behavior as extension actions). > > TBR=grt@chromium.org > BUG=594577 > > Committed: https://crrev.com/de716ca8b6cffb4c7ae30990b3288b3499d28a4c > Cr-Commit-Position: refs/heads/master@{#412280} TBR=anthonyvd@chromium.org,apacible@chromium.org,msw@chromium.org,rdevlin.cronin@chromium.org,mfoltz@chromium.org,grt@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=594577 Review-Url: https://codereview.chromium.org/2260343002 Cr-Commit-Position: refs/heads/master@{#413338}
-
Hans Wennborg authored
BUG=636558,637866 R=dcheng@chromium.org, dpranke@chromium.org, inferno@chromium.org, rnk@chromium.org Review URL: https://codereview.chromium.org/2241413003 . Cr-Commit-Position: refs/heads/master@{#413337}
-
fs authored
Before the timeline has started we shouldn't update animations. This makes resume() symmetric with pause(). BUG=631879 Review-Url: https://codereview.chromium.org/2254303005 Cr-Commit-Position: refs/heads/master@{#413336}
-
nednguyen authored
BUG=catapult:#2584 TBR=perejzu@chromium.org Review-Url: https://codereview.chromium.org/2265713002 Cr-Commit-Position: refs/heads/master@{#413335}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/04dd47e541e2..30ce231266c6 $ git log 04dd47e54..30ce23126 --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2259193005 Cr-Commit-Position: refs/heads/master@{#413334}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/5b13e1dc5770..9b777deb00fb $ git log 5b13e1dc5..9b777deb0 --date=short --no-merges --format='%ad %ae %s' 2016-08-19 weili Fix an embedder test with leaked page object 2016-08-19 npm Move CFX_FaceCache to its own file 2016-08-19 tsepez Avoid signed overflow in CPDF_ToUnicodeMap::StringToCode() 2016-08-19 tsepez Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. 2016-08-19 weili Fix leaked array buffer allocators of isolates BUG=638489 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2265733002 Cr-Commit-Position: refs/heads/master@{#413333}
-
alph authored
The CL makes CPUProfile encode sample timestamps as deltas, which makes the representation more compact. startTime and endTime are represented in microseconds rather than seconds. BUG=635947 Review-Url: https://codereview.chromium.org/2262543002 Cr-Commit-Position: refs/heads/master@{#413332}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fab9cb11..46e45e95 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_precise_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,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2264843002 Cr-Commit-Position: refs/heads/master@{#413331}
-
hs1217.lee authored
HitRegion is need to many information to expand(ie. cursor, parent_id, label, etc) in canvas2d. "std::pair<element*, string>" can't have a lot of information. so HitTestCanvasResult was added to expend. BUG=592947 Review-Url: https://codereview.chromium.org/2229743003 Cr-Commit-Position: refs/heads/master@{#413330}
-
krasin authored
The comparison happens on mangled names. Of course, there's no double colon is there. BUG=634139 TBR=kcc@chromium.org Review-Url: https://codereview.chromium.org/2267543002 Cr-Commit-Position: refs/heads/master@{#413329}
-
fs authored
begin() and updateAnimationsAndScheduleFrameIfNeeded() use the same predicate to check if they should schedule an animation frame - although they phrase it slightly differently (because of local knowledge.) Move the generic version to a canScheduleFrame() method and use that in both cases. BUG=631879 Review-Url: https://codereview.chromium.org/2257803002 Cr-Commit-Position: refs/heads/master@{#413328}
-
jri authored
instead of on SoonToDisconnect. The NetworkMadeDefault notification is supposed to always be issued before SoonToDisconnect, but there seems to be a bug in Android that causes the order to sometimes be reversed. Current connection migration looks for an alternate network on SoonToDisconnect, and this may not work since there may be no alternate networks around. Since NetworkMadeDefault guarantees that the new default network is around, this CL changes connection migration code to migrate on NetworkMadeDefault instead. BUG= Review-Url: https://codereview.chromium.org/2258893004 Cr-Commit-Position: refs/heads/master@{#413327}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ffc9864d..fab9cb11 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_precise_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,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2257173004 Cr-Commit-Position: refs/heads/master@{#413326}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/ac3aa245acc7..e2348ccb477b $ git log ac3aa245a..e2348ccb4 --date=short --no-merges --format='%ad %ae %s' 2016-08-19 halcanary src/utils/SkBitSet: simplify 2016-08-19 bsalomon Rename circular_arcs_circular_arcs_fill to circular_arcs_fill. 2016-08-19 csmartdalton Move GrFixedClip into src directory 2016-08-19 dvonbeck Added a small widget framework to the interactive bevel SampleApp CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=robertphillips@google.com Review-Url: https://codereview.chromium.org/2262883003 Cr-Commit-Position: refs/heads/master@{#413325}
-
alph authored
Review-Url: https://codereview.chromium.org/2261933002 Cr-Commit-Position: refs/heads/master@{#413324}
-
kulshin authored
This is a workaround for 635932, so that Chrome will ignore certain font families unless they contain the specified font styles. We start out requiring that Helvetica and Open Sans contain the regular variant, because in some cases they get installed only in specialized variants which results in fonts incorrectly displaying bold or condensed. BUG=635932 Review-Url: https://codereview.chromium.org/2259733002 Cr-Commit-Position: refs/heads/master@{#413323}
-
kbr authored
BUG=479260, 479952, 637037 CQ_INCLUDE_TRYBOTS=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=zmo@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2254873009 Cr-Commit-Position: refs/heads/master@{#413322}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/55f181c68 BUG=632274 TBR=ericrk@chromium.org Review URL: https://codereview.chromium.org/2258383002 . Cr-Commit-Position: refs/heads/master@{#413321}
-
thestig authored
Add the Chromium side build rules for the hint table fuzzer. BUG=636559 Review-Url: https://codereview.chromium.org/2262623002 Cr-Commit-Position: refs/heads/master@{#413320}
-
jaydasika authored
And use it to update opacity animations directly instead of routing the updates through layers BUG=638297 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2253233003 Cr-Commit-Position: refs/heads/master@{#413319}
-
abakalov authored
Updating the GitHub commit hash for the language identification model (CLD3). The update adds support for 19 more languages. BUG=624904 Review-Url: https://codereview.chromium.org/2260973002 Cr-Commit-Position: refs/heads/master@{#413318}
-
ksakamoto authored
This fixes a bug where FirstMeaningfulPaintDetector stopped observing layouts too early, because the conditional of ResourceFetcher::hasPendingRequest was wrong. BUG=632081 Review-Url: https://codereview.chromium.org/2259183002 Cr-Commit-Position: refs/heads/master@{#413317}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d505c93d..ffc9864d 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_precise_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,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2266583002 Cr-Commit-Position: refs/heads/master@{#413316}
-
dimich authored
Also call destroy() on the bridge to fix mem leak BUG=638395,630817 Review-Url: https://codereview.chromium.org/2263753002 Cr-Commit-Position: refs/heads/master@{#413315}
-
jialiul authored
BUG=639467 Review-Url: https://codereview.chromium.org/2258303002 Cr-Commit-Position: refs/heads/master@{#413314}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/e8e7d5efaa38189cd6de897284874952137d726d Roll recipe dependencies (trivial). (recipe-roller@chromium.org) https://crrev.com/98386b54b8e1b13372a4d578f7f51a6ccaa4b759 [perf] Refactor chromium.perf.fyi recipe config to reuse chromium.perf code. (dtu@chromium.org) https://crrev.com/0496b2d33a86fe345bb5b4fd28ac9583d7c9a7f4 Delete PDFium GYP bots. (thestig@chromium.org) depot_tools: https://crrev.com/2250d5b3b0a5686c83171dc2b9a1e66270c0c41d Add apply_gerrit_ref to bot_update api. (rmistry@google.com) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=pdfium:559,skia:5627 Recipe-Tryjob-Bypass-Reason: Autoroller Review-Url: https://codereview.chromium.org/2264823003 Cr-Commit-Position: refs/heads/master@{#413313}
-