- 21 Sep, 2016 40 commits
-
-
dalecurtis authored
If reads are cleared prior to suspend that does not guarantee that no further read has been started (even when playback rate == 0) since the renderers may be prerolling buffers. The abort before suspend actually does nothing but cause additional churn in some cases. Instead we should destroy the renderer and then abort any stale state. BUG=638018 Review-Url: https://codereview.chromium.org/2355173002 Cr-Commit-Position: refs/heads/master@{#419941}
-
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/2ad289dbd9e6975d7348be8e84d30e24b924501f Switch NaCl SDK release builders from svn to git (sbc@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=648344 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2357813002 Cr-Commit-Position: refs/heads/master@{#419940}
-
xunjieli authored
This CL adds an implementation of GetLoadTimingInfo in BidirectionalStreamQuicImpl. This is a part of the effort to expose timing metrics to net embedders. BUG=648346 Review-Url: https://codereview.chromium.org/2354653003 Cr-Commit-Position: refs/heads/master@{#419939}
-
xunjieli authored
This CL adds an implementation of GetLoadTimingInfo in BidirectionalStreamSpdyImpl. This is a part of the effort to expose timing metrics to net embedders. BUG=648346 Review-Url: https://codereview.chromium.org/2356463002 Cr-Commit-Position: refs/heads/master@{#419938}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e918417dc34c..4d450d24f5a7 $ git log e918417dc..4d450d24f --date=short --no-merges --format='%ad %ae %s' 2016-09-20 bungeman Remove SK_ADDING_src_ports_SkFontConfigInterface_cpp 2016-09-20 fmalita [SVGDom] Opacity optimization 2016-09-20 mtklein Blacklist serialize-8888 typefacerendering_pfaMac 2016-09-20 mtklein GN: fold :vulkan into :gpu. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=borenet@google.com Review-Url: https://codereview.chromium.org/2354993004 Cr-Commit-Position: refs/heads/master@{#419937}
-
michaelpg authored
BUG=629009 R=tommycli@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2353513005 Cr-Commit-Position: refs/heads/master@{#419936}
-
enne authored
This removes the external begin frame source setting and establishes that the use output surface begin frame source is the only path to providing begin frame sources. This also removes all of the plumbing in the scheduler and the proxies to pass along the external begin frame source in favor of just having the CompositorExternalBeginFrameSource set it on the scheduler. TBR=nyquist@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2324273002 Cr-Commit-Position: refs/heads/master@{#419935}
-
sujae33.jo authored
We cannot distinguish invalid email addresses which web developers mistakenly specified. BUG=638455 Review-Url: https://codereview.chromium.org/2339493002 Cr-Commit-Position: refs/heads/master@{#419934}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/9f0befafcd15..e979fa345e7e $ git log 9f0befafc..e979fa345 --date=short --no-merges --format='%ad %ae %s' 2016-09-20 eakuefner [Dashboard] Simplify GuessMetric CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2356843003 Cr-Commit-Position: refs/heads/master@{#419933}
-
bccheng authored
BUG=b:31295501 Review-Url: https://codereview.chromium.org/2351733002 Cr-Commit-Position: refs/heads/master@{#419932}
-
denniskempin authored
This allows pointer properties to be passed along with MouseEvents to the PPAPI. BUG=647045 Review-Url: https://codereview.chromium.org/2344693002 Cr-Commit-Position: refs/heads/master@{#419931}
-
malaykeshav authored
arrow that is used in layout tests. This modification allows the arrow to look the right size in different device scale factors when using zoom-for-dsf. This is achieved by using a square drop down arrow instead of a rectangular one. This logic is similar to what the native theme engine uses. BUG=640256 COMPONENT=Test Runners, Mock Web Theme Engine CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2340633002 Cr-Commit-Position: refs/heads/master@{#419930}
-
changwan authored
Some Latin keyboard apps use this function to check whether they need to capitalize a letter at the current cursor. Delegating to TextUtil just as BaseInputConnection#getCursorCapsMode() does. BUG=648439 Review-Url: https://codereview.chromium.org/2349383004 Cr-Commit-Position: refs/heads/master@{#419929}
-
loyso authored
Revert of services/shell: Turn on sandboxing for mojo apps. (patchset #9 id:180001 of https://codereview.chromium.org/2338793003/ ) Reason for revert: Causes a timeout on mash_browser_tests. Original issue's description: > services/shell: Turn on sandboxing for mojo apps. > > Turn on sandbox for mojo apps by default. Apps that need to run > without a sandbox need to include 'shell:unsandboxed' in their > capabilities in manifest for mojo:shell. > > Update manifests for mojo:ui, mojo:font_service, mojo:file_system, > and mojo:leveldb services to include 'shell:unsandboxed'. > > BUG=645602, 646376 > > Committed: https://crrev.com/43aa4f706d6020c93f11fa952d7f1d7a7337c570 > Cr-Commit-Position: refs/heads/master@{#419891} TBR=rockot@chromium.org,ben@chromium.org,tsepez@chromium.org,sadrul@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=645602, 646376 Review-Url: https://codereview.chromium.org/2353783004 Cr-Commit-Position: refs/heads/master@{#419928}
-
mthiesse authored
BUG=638642 Review-Url: https://codereview.chromium.org/2319863005 Cr-Commit-Position: refs/heads/master@{#419927}
-
fgorski authored
* Introduces an StoreUdpateResult object to carry the result of update in unique ptr. * Propagates the changes to consumers of the store. * Adds/Updates tests. BUG=645522 Review-Url: https://codereview.chromium.org/2343743002 Cr-Commit-Position: refs/heads/master@{#419926}
-
finnur authored
TBR=michaelpg BUG=644998 Review-Url: https://codereview.chromium.org/2350303004 Cr-Commit-Position: refs/heads/master@{#419925}
-
erg authored
While implementing the views drag implementation, I had thought that you didn't need to return this value, as nothing in views uses it. However, it does get used in WebContents, so add it in. BUG=614037 Review-Url: https://codereview.chromium.org/2349973010 Cr-Commit-Position: refs/heads/master@{#419924}
-
jbroman authored
SkImage::MakeRasterCopy already does a copy, so there is no need to do another. Review-Url: https://codereview.chromium.org/2348263005 Cr-Commit-Position: refs/heads/master@{#419923}
-
timav authored
ContentViewCore holds selection rectangle in physical pixels, thus making it indirectly dependent on DIP scale. This CL changes it to DIP and does the necessary conversions in Java layer. As a consequence the position of the paste popup dialog is also passed from native layer in DIP. BUG=620929 Review-Url: https://codereview.chromium.org/2352143002 Cr-Commit-Position: refs/heads/master@{#419922}
-
dfalcantara authored
Downloads stuff: * Add a function to DownloadManagerService that queries whether a MIME type is supported for display in Chrome. * When opening a file via Download Home, query whether the file type is supported. If so, send it to a new tab instead of Intenting out. * Move Share and View intent code out to DownloadUtils and expose constants everywhere to allow this to happen. * Removed periods from download notification Strings. Custom Tab stuff: * Added a "media viewer" intent extra that makes Custom Tabs opened by Download Home hide unnecessary menu items. BUG=616324,648454 Review-Url: https://codereview.chromium.org/2343363005 Cr-Commit-Position: refs/heads/master@{#419921}
-
cwallez authored
The expectations were eagerly removed because the test passed on Linux Intel, but it still doesn't pass on Linux AMD and Linux Intel ANGLE TBR=zmo@chromium.org BUG=634525 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel NOTRY=true Review-Url: https://codereview.chromium.org/2356773002 Cr-Commit-Position: refs/heads/master@{#419920}
-
chrishtr authored
Previously, the layout tree and pixel dump could happen while the lifecycle was dirty. Review-Url: https://codereview.chromium.org/2352813004 Cr-Commit-Position: refs/heads/master@{#419919}
-
donnd authored
Decodes the results from the Contextual Cards section of the response to set caption and thumbnail. BUG=647041 Review-Url: https://codereview.chromium.org/2351283002 Cr-Commit-Position: refs/heads/master@{#419918}
-
ssid authored
The trace event filters for each category were stored as a list and the objects were destroyed when tracing ends. But, when destroying these filters the trace events on other thread which have checked the ENABLED_FOR_FILTERING flag will try to access the filters list at the same time. This CL: 1. Makes the filters enabled for categories a bitmap and restricts the number of filters that can be added in Chrome to 32 across all tracing sessions in a single browsing session. This removes the need for creation for filters for each category group. 2. Keeps all the filters alive till next tracing session starts since it is not possible to determine when the trace events have finished accessing the filter and it gives enough time for all the threads to complete acessing the filter. 3. Stores a global vector of all filters with max size 32 to access all the enabled filters for a trace category (corresponding to the bitmap flag) quickly. This CL also fixes another issue where the trace events from V8 and Skia were not recorded by EndEvent calls in filters. This is because the EndFilter was called by trace_event.h. This call is now moved to UpdateDuration, and end of all the events will now be recorded in filters. BUG=625170 Review-Url: https://codereview.chromium.org/2316403002 Cr-Commit-Position: refs/heads/master@{#419917}
-
tommycli authored
Detects (and suprresses) Flash downloads initiated via clicks to links with target=_blank and JavaScript window.open(). This also suppresses the new window from appearing. Middle-click and context-menu-open-in-new-window remain unaffected. BUG=641619 Review-Url: https://codereview.chromium.org/2344293002 Cr-Commit-Position: refs/heads/master@{#419916}
-
mcasas authored
This CL implements VideoCaptureDevice::TakePhoto() for Windows DirectShow (which is essentially used for all Windows re. video capture). For that, the V4L2CaptureDelegate::GetPhotoBlob() is factored out into media/capture/video/blob_utils.{cc,h}, and renamed to Blobify(). BUG=648490 TEST=Enabled VideoCaptureDeviceTest::TakePhoto in Win. All other ImageCapture related tests still passing. Review-Url: https://codereview.chromium.org/2354783002 Cr-Commit-Position: refs/heads/master@{#419915} -
luoe authored
Currently, a ConsoleViewMessage's element() returns a wrapper whose only children are nesting level marker div's and a contentElement() with the actual message. This CL extracts the repeatCountElement, shown for repeated messages, out of the contentElement(). By doing so, we isolate the actual message content. BUG= Review-Url: https://codereview.chromium.org/2349973005 Cr-Commit-Position: refs/heads/master@{#419914}
-
luoe authored
Adds a new section to the user agent override preset list. Sources for user agents: https://www.whatismybrowser.com/developers/tools/user-agent-parser/browse/browser-name/uc-browser-user-agents http://www.webapps-online.com/online-tools/user-agent-strings/dv/browser212364/uc-browser BUG=646360 Review-Url: https://codereview.chromium.org/2356593002 Cr-Commit-Position: refs/heads/master@{#419913}
-
watk authored
These have been disabled for a long time. Now that the unified media pipeline is enabled, they should be much more reliable. BUG=582293 Review-Url: https://codereview.chromium.org/2346963004 Cr-Commit-Position: refs/heads/master@{#419912}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/87d7635e7c15..9f0befafcd15 $ git log 87d7635e7..9f0befafc --date=short --no-merges --format='%ad %ae %s' 2016-09-20 sullivan Revert of Add request-level caching for privileged queries. (patchset #5 id:80001 of https://codereview.chromium.org/2350113002/ ) 2016-09-20 benjhayden Move value-set-table.organizeValues() to ValueSet.groupHistogramsRecursively CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2356063002 Cr-Commit-Position: refs/heads/master@{#419911}
-
luoe authored
Some inspector LayoutTests were using ConsoleViewMessage.toString() to check that a message included a substring. Most of the function logic was not necessary and some cases could be replaced with the .text getter. BUG= Review-Url: https://codereview.chromium.org/2348583004 Cr-Commit-Position: refs/heads/master@{#419910}
-
sky authored
Chrome may end up using ScreenDimmer in such a way that the ScreenDimmer is destroyed after the shell. This change makes ~ScreenDimmer deal with the shell having been destroyed so that it doesn't crash. BUG=648723 TEST=covered by test R=jamescook@chromium.org Review-Url: https://codereview.chromium.org/2359633003 Cr-Commit-Position: refs/heads/master@{#419909}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/acf3233d..f9a47d47 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/2352133002 Cr-Commit-Position: refs/heads/master@{#419908}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/65b8cb05a756..e918417dc34c $ git log 65b8cb05a..e918417dc --date=short --no-merges --format='%ad %ae %s' 2016-09-20 fmalita Revert of Stop closing filled paths in GrShape (patchset #1 id:1 of https://codereview.chromium.org/2355833002/ ) 2016-09-20 borenet Revert of [SVGDom] Opacity optimization (patchset #4 id:60001 of https://codereview.chromium.org/2353503005/ ) 2016-09-20 mtklein GN: add skia_use_mesa for OSMesa in tools. 2016-09-20 borenet Attempt to fix nanobench upload 2016-09-20 stani Revert of Clear stencil buffer before using it for drawing (patchset #2 id:20001 of https://codereview.chromium.org/2342873004/ ) CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=borenet@google.com Review-Url: https://codereview.chromium.org/2354873005 Cr-Commit-Position: refs/heads/master@{#419907}
-
fgorski authored
BUG=645522 Review-Url: https://codereview.chromium.org/2352073003 Cr-Commit-Position: refs/heads/master@{#419906}
-
dpranke authored
In order to roll GN 6a1c8d41..65f3a42b (r419720:r419871) and pick up the following changes: 385a310b Fix an issue in `gn analyze` when building all. TBR=brettw@chromium.org Review-Url: https://codereview.chromium.org/2354123002 Cr-Commit-Position: refs/heads/master@{#419905}
-
skvlad authored
https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/4ce5badc8..7f9228152 Includes a fix for a possible cause of a WebRTC crash. $ git log 4ce5badc8..7f9228152 --date=short --no-merges --format='%ad %ae %s' 2016-08-26 tuexen Sync with sctp-idata. 2016-08-24 tuexen Sync FBSDID. 2016-08-23 tuexen When aborting, send the ABORT before the notif. 2016-08-23 tuexen Try to silence a warning. 2016-08-22 tuexen Sync with SCTP El Capitan. 2016-08-22 tuexen Sync with sctp-idata. 2016-08-20 tuexen Sync with ElCaptian. 2016-08-15 tuexen Ensure that sctp_it_ctl.cur_it does not point to a free object (during a small time window). Thanks to Byron Campen for reporting the issue and suggesting a fix. It is managed in https://bugzilla.mozilla.org/show_bug.cgi?id=1293347 BUG=b/29509732 Review-Url: https://codereview.chromium.org/2352673005 Cr-Commit-Position: refs/heads/master@{#419904}
-
alph authored
BUG=406277 Review-Url: https://codereview.chromium.org/2349563002 Cr-Commit-Position: refs/heads/master@{#419903}
-
pfeldman authored
BUG=641390 TBR= follow-up to change in the API. Review-Url: https://codereview.chromium.org/2356883002 Cr-Commit-Position: refs/heads/master@{#419902}
-