- 15 Sep, 2016 40 commits
-
-
xunjieli authored
This CL implements QuicHttpStream::GetLoadTimingInfo. |dns_start| and |dns_end| are obtained in QuicStreamFactory::Job::DoResolveHost and DoResolveHostComplete. These two values are passed to QuicChromiumClientSession's constructor. |connect_start| and |connect_end| are obtained in QuicChromiumClientSession::CrytoConnect() and when handshake is confirmed. |ssl_start| and |ssl_end| are the same as |connect_start| and |connect_end| because QUIC always does encryption. If a session is reused, the connect_timing fields should all be null. This CL also sets |socket_reused| field of LoadTimingInfo accordingly. BUG=637051 Committed: https://crrev.com/5608fc1bd4f0a80b6d1996f3f4059f2efa0a0777 Committed: https://crrev.com/83ac2f22700c563fef8a670ad4c5c57d34032e03 Review-Url: https://codereview.chromium.org/2324183002 Cr-Original-Original-Commit-Position: refs/heads/master@{#417969} Cr-Original-Commit-Position: refs/heads/master@{#418567} Cr-Commit-Position: refs/heads/master@{#418946}
-
geofflang authored
https://chromium.googlesource.com/angle/angle.git/+log/7ebb97f..09cfac6 BUG=,chromium:644669 TBR=jmadill@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2346913002 Cr-Commit-Position: refs/heads/master@{#418945}
-
rch authored
BUG= Review-Url: https://codereview.chromium.org/2345663002 Cr-Commit-Position: refs/heads/master@{#418944}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/3cc40b373729..596285fbd59f $ git log 3cc40b373..596285fbd --date=short --no-merges --format='%ad %ae %s' 2016-09-15 petrcermak [tracing] Limit scalar span sparkline's negative z-index to the span only TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2343803005 Cr-Commit-Position: refs/heads/master@{#418943}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/606add3dfb2f..ab00f4222c9f $ git log 606add3df..ab00f4222 --date=short --no-merges --format='%ad %ae %s' 2016-09-15 rmistry Update version of SVG asset 2016-09-15 mtklein Revert of GN: support 32-bit x86 builds (patchset #6 id:100001 of https://codereview.chromium.org/2340463008/ ) 2016-09-15 brianosman Add storage and computation of SkColor4f version of gradient stops. 2016-09-15 mtklein GN: support 32-bit x86 builds 2016-09-15 mtklein Blacklist slsrgb + image decoding. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2345003002 Cr-Commit-Position: refs/heads/master@{#418942}
-
dbeam authored
TBR=dpapad@chromium.org BUG=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2343913002 Cr-Commit-Position: refs/heads/master@{#418941}
-
kenrb authored
Currently, if you perform a mouse dragging action on an OOPIF such as moving a scroll bar or selecting text, and the mouse cursor moves out of the OOPIF, input events get routed to the parent frame so the dragging action stops working. This CL cause the browser process to lock input to a single RenderWidgetHostView while a mouse button is being held down, correcting that problem. BUG=529377 Review-Url: https://codereview.chromium.org/2339503002 Cr-Commit-Position: refs/heads/master@{#418940}
-
fdoray authored
With this CL, SequencedWorkerPool::Inner::PostTask (and hence all task posting APIs associated with SequencedWorkerPool) returns false when redirection to TaskScheduler is enabled and the posted task definitely will not run. BUG=622400 Review-Url: https://codereview.chromium.org/2346823002 Cr-Commit-Position: refs/heads/master@{#418939}
-
tbarzic authored
This adds session type to extension features grammar. The session type refers to the type of user active in the session in which an extension is running. The parameter will enable making a feature available depending on type of the session in which the extension/app is running. Feature session types are declared as list of individual session types in which a feature is available (undefined list means no restrictions). Currently, values supported for session type are as follows: * 'kiosk' - kiosk app session * 'regular' - non-kiosk user session The list of supported values is expected to be expanded in future. Depends on https://codereview.chromium.org/2241203003/ for plumbing of current session type to feature availability checks BUG=606417 Review-Url: https://codereview.chromium.org/2255613003 Cr-Commit-Position: refs/heads/master@{#418938}
-
enne authored
https://codereview.chromium.org/2083423006 removed the creation of begin frame sources inside of cc proxies. When vsync was disabled, the browser would run unthrottled but the renderer would still tick based on the browser. This regressed some perf tests. This patch reverts that situation and reimplements unthrottled renderer begin frame sources in a different way. When the command line parameter is present, the renderer now runs unthrottled by creating a separate unthrottled begin frame source inside of RenderThreadImpl instead of an external one. As some clean up, the property of being throttled is baked into the BeginFrameSource interface itself. This allows for the removal of the throttling scheduler setting (and the already unused use external bfs setting). This should allow for future patches to allow toggling this property. The browser compositor and display compositor continue to be tied together and tick at the same rate. Therefore, with this patch, --disable-gpu-vsync=gpu only applies to the display/browser. --disable-gpu-vsync=beginframe only applies to the renderer. --disable-gpu-vsync on its own will unthrottle both. R=brianderson@chromium.org,sunnyps@chromium.org BUG=643722,644926 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2323123002 Cr-Commit-Position: refs/heads/master@{#418937}
-
dgozman authored
This is a step towards turning all tree outlines into independent web components, removing global styles related to it and allowing more components to encapsulate their inner details. BUG=none Review-Url: https://codereview.chromium.org/2337803003 Cr-Commit-Position: refs/heads/master@{#418936}
-
alexmos authored
BUG=647311 TBR=kenrb@chromium.org Review-Url: https://codereview.chromium.org/2341683004 Cr-Commit-Position: refs/heads/master@{#418935}
-
sugoi authored
Added the swiftshader target to BUILD.gn's deps in order to enable building SwiftShader using 'ninja -C out/Default swiftshader' or similar command. The 'swiftshader' target already existed in third_party/swiftshader/BUILD.gn, but was unaccessible due to not being referenced in any other BUILD.gn files. Note that SwiftShader does not automatically build with Chromium. BUG=630728 Review-Url: https://codereview.chromium.org/2330173002 Cr-Commit-Position: refs/heads/master@{#418934}
-
msw authored
Revert of Track frame context URL using first script heuristic (patchset #7 id:120001 of https://codereview.chromium.org/2296923004/ ) Reason for revert: broke compile: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20x64%20Builder%20%28dbg%29/builds/93915 c:\b\c\b\win_layout\src\third_party\webkit\source\core\inspector\inspectorwebperfagenttest.cpp(48) : error C2220: warning treated as error - no 'object' file generated c:\b\c\b\win_layout\src\third_party\webkit\source\core\inspector\inspectorwebperfagenttest.cpp(48) : warning C4702: unreachable code Original issue's description: > Track frame context URL using first script heuristic > > BUG=635596 > > Committed: https://crrev.com/7012b38dafd3fcaaeaee7b7413718b4b6d7493ca > Cr-Commit-Position: refs/heads/master@{#418931} TBR=caseq@chromium.org,alph@chromium.org,pfeldman@chromium.org,dgozman@chromium.org,panicker@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=635596 Review-Url: https://codereview.chromium.org/2345023002 Cr-Commit-Position: refs/heads/master@{#418933}
-
vabr authored
path() is being deprecated, GetPath() has better checking against wrong use. For more context, see https://codereview.chromium.org/2275553005/. Most of the callsites have been converted, with only https://codereview.chromium.org/2317123003/ remaining as the last big chunk, but in the meantime new uses of path() crept in. BUG=640599 TBR=danakj@chromium.org, petewil@chromium.org, siggi@chromium.org, Review-Url: https://codereview.chromium.org/2347673002 Cr-Commit-Position: refs/heads/master@{#418932}
-
panicker authored
BUG=635596 Review-Url: https://codereview.chromium.org/2296923004 Cr-Commit-Position: refs/heads/master@{#418931}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fa07ac00..8a8133bd 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/2342083002 Cr-Commit-Position: refs/heads/master@{#418930}
-
miu authored
Fixes a bug where ALL_OR_NONE writes to data pipes were checking the total capacity of the pipe, rather than the available capacity. The bug allowed ALL_OR_NONE writes to succeed (MOJO_RESULT_OK), but in actuality only a portion of the data was written. Updated unit test with a case that fails w/o the fix, but passes with the fix. Review-Url: https://codereview.chromium.org/2341633005 Cr-Commit-Position: refs/heads/master@{#418929}
-
denniskempin authored
This change updates the behavior when switching tool types. The tool type is always sent with the pointer enter event, and when the type switches while an exo surface is in focus, we will leave and re-enter the surface with the new tool type. BUG=645576 Review-Url: https://codereview.chromium.org/2338133004 Cr-Commit-Position: refs/heads/master@{#418928}
-
xlai authored
The crash in constructor of ImagePattern may be due to the fact that image passed in as its constructor argument is nullptr. By tracking all the call trace backwards, we find the image creation originates from BaseRenderingContext2D::createPattern, where the SourceImageStatus indicates what corresponding action to do. But this SourceImageStatus was wrongly set for OffscreenCanvas, in particular, in the function OffscreenCanvas::getSourceImageForCanvas. This CL corrects it and makes sure that if the image is null, BaseRenderingContext2D::createPattern will return Image::nullImage() instead of nullptr. BUG=646654 Review-Url: https://codereview.chromium.org/2344573002 Cr-Commit-Position: refs/heads/master@{#418927}
-
steel authored
This should fix the build break at this bot: https://build.chromium.org/p/chromium.gpu.fyi/builders/GPU%20Win%20x64%20Builder%20%28dbg%29/builds/9753 R=geofflang@chromium.org TBR=tbarzic@chromium.org BUG=None Review-Url: https://codereview.chromium.org/2338133007 Cr-Commit-Position: refs/heads/master@{#418926}
-
fdoray authored
This CL removes calls to MessageLoop::Post(Delayed)Task from message_loop_unittest.cc BUG=616447 Review-Url: https://codereview.chromium.org/2342903002 Cr-Commit-Position: refs/heads/master@{#418925}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e839e78443e4..606add3dfb2f $ git log e839e7844..606add3df --date=short --no-merges --format='%ad %ae %s' 2016-09-15 bungeman Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) 2016-09-15 mtklein GN: link executables with -rdynamic on Linux. 2016-09-15 bungeman SkFontData to use smart pointers. 2016-09-15 mtklein simple fix? 2016-09-15 rmistry Add ability to create and upload SVGs from a local dir 2016-09-15 borenet Fix NoGPU bot, which is compiling in GPU support 2016-09-15 brianosman Remove the unused 16-bit gradient cache 2016-09-15 brianosman More NoGPU compile fixes 2016-09-15 mtklein Pass rietveld as the default patch_storage. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2345733002 Cr-Commit-Position: refs/heads/master@{#418924}
-
japhet authored
BUG=644997 Review-Url: https://codereview.chromium.org/2346643002 Cr-Commit-Position: refs/heads/master@{#418923}
-
nacl-deps-roller authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/2630ab098b5e..fe5bd51f9b79 $ git log 2630ab098..fe5bd51f9 --date=short --no-merges --format='%ad %ae %s' 2016-09-15 stichnot Update revision for PNaCl 2016-09-14 stichnot PNaCl: Update subzero revision in pnacl/COMPONENT_REVISIONS 2016-09-14 stichnot PNaCl: Update subzero revision in pnacl/COMPONENT_REVISIONS 2016-09-13 stichnot PNaCl: Update subzero revision in pnacl/COMPONENT_REVISIONS 2016-09-12 brettw Remove GYP files in Native Client. BUG=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build TBR=mseaborn@chromium.org Review-Url: https://codereview.chromium.org/2345703002 Cr-Commit-Position: refs/heads/master@{#418922}
-
fdoray authored
This CL removes calls to MessageLoop::RunUntilIdle from components/previews/. BUG=616447 Review-Url: https://codereview.chromium.org/2348503002 Cr-Commit-Position: refs/heads/master@{#418921}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/41d6bbe3d413..38fd84428a1e $ git log 41d6bbe3d..38fd84428 --date=short --no-merges --format='%ad %ae %s' 2016-09-15 dsinclair Rename dictionary set and get methods TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2339523005 Cr-Commit-Position: refs/heads/master@{#418920}
-
eugenebut authored
Reload the page if script execution fails. Page reload was performed for data URLs and looks like it's also needed for loadHTML:baseURL: API. BUG=643835 Review-Url: https://codereview.chromium.org/2321843002 Cr-Commit-Position: refs/heads/master@{#418919}
-
hanxi authored
The logic was introduced in CL (https://codereview.chromium.org/2126583002/). Since all its metadata are stored in the WebAPK's AndroidManifest.xml, so there is no need to fetch metadata like theme color etc. during launch the WebAPK. Revert the logic back. BUG=624834 Review-Url: https://codereview.chromium.org/2335843002 Cr-Commit-Position: refs/heads/master@{#418918}
-
wangxianzhu authored
Not sure why the last rebaseline didn't work. This rebaseline removes the extra baselines on mac10.9 and mac10.10. TBR=wangxianzhu@chromium.org BUG=636222 Review-Url: https://codereview.chromium.org/2340803002 Cr-Commit-Position: refs/heads/master@{#418917}
-
juncai authored
This CL added code to show an icon for connected device in the chooser, and added "- Paired" text after the device name if the device is paired. I uploaded some screenshots from ChromeOS in the issue page. BUG=543466 Review-Url: https://codereview.chromium.org/2330593002 Cr-Commit-Position: refs/heads/master@{#418916}
-
xhwang authored
External Clear Key is only used in tests. It can be enabled in tests, but will be disabled by default in production. BUG=581893 Review-Url: https://codereview.chromium.org/2341883002 Cr-Commit-Position: refs/heads/master@{#418915}
-
xiyuan authored
The flakyness is cause by the racing that the first flush request might be started before the duplicate request comes in. Also fixed a problem that Job::ScheduleFinish could be called twice. One from Cancel and the other from Start on a canceled job. BUG=647070 Review-Url: https://codereview.chromium.org/2342813003 Cr-Commit-Position: refs/heads/master@{#418914}
-
bmcquade authored
We will stop logging these and other PLT.* histograms in M56. For the time being, we're deprecating them. BUG=384330 Review-Url: https://codereview.chromium.org/2348463002 Cr-Commit-Position: refs/heads/master@{#418913}
-
gab authored
Only logic change is that base::Thread will run all tasks before being destroyed (as opposed to previous SKIP_ON_SHUTDOWN semantics), but no tests called Shutdown() explicitly so I assume this wasn't an explicit choice and that those tests don't care? A few drive-by cleanups too. BUG=646443 NO_DEPENDENCY_CHECKS=true Review-Url: https://codereview.chromium.org/2334163005 Cr-Commit-Position: refs/heads/master@{#418912}
-
tommycli authored
Previously, when the HBD feature flag was on, Flash downloads would be intercepted in any case. This CL makes it only happen when the user has the DETECT content setting on. In the ALLOW case, Flash should already be installed, so there is no need to install. In the BLOCK case, the user has already decided to not run Flash, so there is no need to display a prompt to ask. BUG=641619 Review-Url: https://codereview.chromium.org/2340123002 Cr-Commit-Position: refs/heads/master@{#418911}
-
jbroman authored
TBR=dbeam@chromium.org BUG=647305 NOTRY=true Review-Url: https://codereview.chromium.org/2347553004 Cr-Commit-Position: refs/heads/master@{#418910}
-
kmackay authored
The result of snd_pcm_status_get_avail() can be nonsensical if the PCM handle is in the XRUN state. BUG= internal b/31506355 Review-Url: https://codereview.chromium.org/2342913002 Cr-Commit-Position: refs/heads/master@{#418909}
-
sunyunjia authored
This test checks that when B is contained within A, move mouse in the following order: document->A->B->document->B->A should fire the mouseover and mouseout events in the order according to the spec, and the event should also bubble up the DOM tree to parent elements. Import the manual test from w3c and write and inject an automation script. Import wpt@a34dd650fcb77a0e3d18352cb98d63579be9b428 Using update-w3c-deps in Chromium a28851ca. Review-Url: https://codereview.chromium.org/2343873002 Cr-Commit-Position: refs/heads/master@{#418908}
-
gmanikpure authored
BUG=chromedriver:1503 Review-Url: https://codereview.chromium.org/2347553003 Cr-Commit-Position: refs/heads/master@{#418907}
-