- 15 May, 2015 40 commits
-
-
oshima authored
This CL also refactor Reflector/BrowserCompositorOutputSurface as follows. * BrowserCompositorOutputSurface ('s subclass) is responsible for creating Texture mailbox for mirroring - when reflector is set - or texture size is changed * OutputSurface notifies reflector when mailbox is updated. BUG=365662 Review URL: https://codereview.chromium.org/1123763003 Cr-Commit-Position: refs/heads/master@{#330042}
-
ddorwin authored
BUG=394931 Review URL: https://codereview.chromium.org/1130253007 Cr-Commit-Position: refs/heads/master@{#330041}
-
sandersd authored
This completes the path from the secure surface preference, through requestMediaKeySystemAccess() and finally to CDM creation on Android where secure codecs are enabled. With this change, configs requiring secure codes are rejected without the preference and the CDM is only configures to use hardware-secure codecs if the config requires it. There is a separate bug (http://crbug.com/478185) for implementing similar plumbing for the use of secure surfaces. BUG=467779 Committed: https://crrev.com/9ce0a551c7f1d79dea793b5691473ef9d5fb9326 Cr-Commit-Position: refs/heads/master@{#330008} Review URL: https://codereview.chromium.org/1131753003 Cr-Commit-Position: refs/heads/master@{#330040}
-
pranay.kumar authored
BUG=391045 Review URL: https://codereview.chromium.org/1141573002 Cr-Commit-Position: refs/heads/master@{#330039}
-
jackhou authored
Previously this created an english localization folder and assumed OSX would use it since it's the only one available. However, when english is not one of the preferred languages, the metadata for the shim bundle would report its filename as the display name. The metadata is used by Spotlight, so the user would be unable to search for the app. See the bug for more details. With this CL, we still only create one localization folder, but use the most preferred language reported by the OS. This also deletes any existing shims before creating new ones. BUG=482658 Review URL: https://codereview.chromium.org/1137373003 Cr-Commit-Position: refs/heads/master@{#330038}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d8327b3..aab1d35 TBR=jsbell@chromium.org,timvolodine@chromium.org Review URL: https://codereview.chromium.org/1137383003 Cr-Commit-Position: refs/heads/master@{#330037}
-
shrikant authored
As this bug is not repro in lab environment or locally and has been there for very long time, imagined and exprimented locally, where I intentionally crashed metro viewer before sending SetTargetSurface back to browser after channel connection and could repro this issue. Cause of why viewer process fails is still unknown, but there could be number of reasons and needs to be addressed separately. This bug seem to be assigned to various people with different issue numbers, I plan to combine them together. Cause of latest crash uptick might be Avast (as it seems more common than others), but low number of ClientID's and low percentage for Avast dll in rest of Chrome versions doesn't lead to any concrete conclusion. BUG=487803 R=cpu@chromium.org,ananta@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1128823009 Cr-Commit-Position: refs/heads/master@{#330036}
-
resetswitch authored
The enterprise enrollment oobe test helper needed some additional work that I discovered once I started writing tests. This has been verified to work on a VM with the new email/password separated UI. BUG=474707 TESTING=Wrote a small autotest that passes in VM Review URL: https://codereview.chromium.org/1130833003 Cr-Commit-Position: refs/heads/master@{#330035}
-
fukino authored
BUG=486911 TEST=Check if filenames are hidden for RAW files in a directory which hold only RAW files. Review URL: https://codereview.chromium.org/1137343003 Cr-Commit-Position: refs/heads/master@{#330034}
-
eroman authored
This follows the refactor of CertVerifier::RequestHandle --> CertVerifier::Request. BUG=475153 Review URL: https://codereview.chromium.org/1132103004 Cr-Commit-Position: refs/heads/master@{#330033}
-
chrisha authored
This is cleanup from https://codereview.chromium.org/1122863005/ BUG=472772 Review URL: https://codereview.chromium.org/1124163003 Cr-Commit-Position: refs/heads/master@{#330032}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#330031}
-
zmo authored
1) Correctly cache vertex attrib values with the right data type 2) client and service side caching of |integer| BUG=429053 TEST=gpu_unittests R=piman@chromium.org Review URL: https://codereview.chromium.org/1131273005 Cr-Commit-Position: refs/heads/master@{#330030}
-
georgesak authored
For context, last_active_time_ is going to be used by session restore to order the loading of background tabs using MRU. In order for this to be robust, last_active_time_ must be saved and restore between sessions. Timeticks cannot be reliably restored as it's dependent on the current OS session. MRU code for session restore is being implemented in https://codereview.chromium.org/1131373003 Notes: - In dev tools, replaced "activity" with "active" for consistency - In OomPriorityManagerTest.Comparator, initialized last_active_time for all tabs, as this is necessary with Time (a default TimeTicks can go back in time, not the case with Time). BUG=472772 Review URL: https://codereview.chromium.org/1140083004 Cr-Commit-Position: refs/heads/master@{#330029}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/49b6b99..d8327b3 TBR=jsbell@chromium.org,timvolodine@chromium.org Review URL: https://codereview.chromium.org/1128103008 Cr-Commit-Position: refs/heads/master@{#330028}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/9d21429..27e517a CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1147463002 Cr-Commit-Position: refs/heads/master@{#330027}
-
dalecurtis authored
Crash on the compositor thread is too late to debug effectively, so cause crashes earlier. BUG=485324 TEST=none TBR=xhwang Review URL: https://codereview.chromium.org/1145553002 Cr-Commit-Position: refs/heads/master@{#330026}
-
apacible authored
The cast mode popover has been removed and the cast mode list now appears in lieu of the sink picker when toggled by the arrow button. Since there is no immediate cast action that someone can take while viewing cast modes (unlike the sink picker or route details), any issues that arise will not appear while they are still in the cast mode list. Once they toggle back to the sink picker or select a cast mode, will the UI show any issue that has been set. Other changes: - Removes transparent overlay. - Removes cast-mode-picker custom polymer element. - Replaces cast-mode-picker content with core-menu and paper-items. - Shows (new) localized "Select cast mode" string when showing the cast mode list. - Update comments. Review URL: https://codereview.chromium.org/1140823003 Cr-Commit-Position: refs/heads/master@{#330025}
-
zea authored
This is a reland of https://codereview.chromium.org/1132013004/ Polling is now an important component of sync health, as it can sometimes be the only time we'll query for certain datatypes. As such, the following has changed: - Polls that fail will be retried (with backoff). - As such, the logic to force a poll after an auth error isn't needed anymore - The last successful poll time will be persisted in the sync prefs. - On startup, schedule the first poll for last_poll_time + poll_interval (or Now(), whichever is latest). - Receiving a new poll interval from the server will update the poll timer - The poll timer is now a one shot timer, and only restarts on success - Some code cleanup to make the above more straightforward BUG=482154 Review URL: https://codereview.chromium.org/1144543004 Cr-Commit-Position: refs/heads/master@{#330024}
-
qinmin authored
Android TypeFace object doesn't provide chrome too much information on font family. And the font family is needed for blink to override the subtitle css. This change adds all the font families that are used by the CaptioningManager. BUG=457850 Review URL: https://codereview.chromium.org/1135583003 Cr-Commit-Position: refs/heads/master@{#330023}
-
garykac authored
Show any connection errors during startup in the LoadingWindow rather than creating a new error window for the error. This cl also adds a new updateErrorMessage method to the MessageWindow to update the message and reset the message window as appropriate for an error message (disabling the spinner, updating the button label). BUG= Review URL: https://codereview.chromium.org/1139543002 Cr-Commit-Position: refs/heads/master@{#330022}
-
bengr authored
Compile the Data Reduction Proxy into Cronet only if the gyp variable enable_data_reduction_proxy_support is set to 1. By default, it is set to 0. BUG=461910 Review URL: https://codereview.chromium.org/1112513003 Cr-Commit-Position: refs/heads/master@{#330021}
-
jam authored
That way other targets that depend on it don't have to specify ":application". Review URL: https://codereview.chromium.org/1136763003 Cr-Commit-Position: refs/heads/master@{#330020}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/dc02170..49b6b99 TBR=jsbell@chromium.org,timvolodine@chromium.org Review URL: https://codereview.chromium.org/1142573002 Cr-Commit-Position: refs/heads/master@{#330019}
-
jam authored
Revert of Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. (patchset #6 id:160001 of https://codereview.chromium.org/1131753003/) Reason for revert: Broke Linux GN clobber: http://build.chromium.org/p/chromium.linux/builders/Linux%20GN%20Clobber/builds/258/steps/compile/logs/stdio Original issue's description: > Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. > > This completes the path from the secure surface preference, through requestMediaKeySystemAccess() and finally to CDM creation on Android where secure codecs are enabled. With this change, configs requiring secure codes are rejected without the preference and the CDM is only configures to use hardware-secure codecs if the config requires it. > > There is a separate bug (http://crbug.com/478185) for implementing similar plumbing for the use of secure surfaces. > > BUG=467779 > > Committed: https://crrev.com/9ce0a551c7f1d79dea793b5691473ef9d5fb9326 > Cr-Commit-Position: refs/heads/master@{#330008} TBR=ddorwin@chromium.org,jrummell@chromium.org,gunsch@chromium.org,nasko@chromium.org,gunsch@google.com,sandersd@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=467779 Review URL: https://codereview.chromium.org/1132773003 Cr-Commit-Position: refs/heads/master@{#330018}
-
dcastagna authored
VideoFrame can carry YUV native textures. After crrev.com/1127423006 VideoResoucesUpdater will create the appropriate VideoFrameExternalResources. This change makes VideoLayerImpl deal with a VideoFrame with a NATIVE_TEXTURE format and a TEXTURE_YUV_420 texture format. BUG=485859 Review URL: https://codereview.chromium.org/1125303005 Cr-Commit-Position: refs/heads/master@{#330017}
-
smckay authored
TEST=manual Review URL: https://codereview.chromium.org/1144433003 Cr-Commit-Position: refs/heads/master@{#330016}
-
yfriedman authored
Rather than having to manually define each function in Window.Callback and forward it along, instead use reflection to automatically forward all calls that aren't interesting. BUG=487378 Review URL: https://codereview.chromium.org/1139913005 Cr-Commit-Position: refs/heads/master@{#330015}
-
mfoltz authored
QueryResultManager allows the Media Router dialog to query for sets of media sinks compatible with specific media sources. Each media source is in a correspondence to a cast mode (a specific action/button the user can take to initiate casting). NOTE: The mock_media_router.{h,cc} files will be put later into a proper test_support target for the media_router. BUG=464216 Review URL: https://codereview.chromium.org/1131913003 Cr-Commit-Position: refs/heads/master@{#330014}
-
jam authored
Disable flaky tests on Mac: PlatformChannelPairPosixTest.SendReceiveFDs and PipeCount/MultiprocessMessagePipeTestWithPipeCount.PlatformHandlePassing/2 TBR=viettrungluu@chromium.org BUG=488260,488258 Review URL: https://codereview.chromium.org/1126293008 Cr-Commit-Position: refs/heads/master@{#330013}
-
ttuttle authored
Before, the TransportConnectJob simply inferred that, if the main socket failed to connect, the address it was using was the last address in the list. With this change, the TCPClientSocket actually tracks all of the connection attempts made (as it tries each address in the list), and the TransportConnectJob copies the attempts from both the main and fallback sockets and records all of them in the ClientSocketHandle in GetAdditionalErrorState. BUG=480565 TBR=jam Review URL: https://codereview.chromium.org/1096203006 Cr-Commit-Position: refs/heads/master@{#330012}
-
ttuttle authored
HttpResponseInfo contains a "network_accessed" flag that is currently set when HttpNetworkTransaction finishes sending the request. This is not entirely accurate; it ends up false for requests that don't send a request but do touch the network in other ways (e.g. DNS resolution fails, or TCP connection is terminated before we finish sending the request). This flag is used only by Domain Reliability for checking whether a request touched the network, and by ServiceWorker for histograms. horo says ServiceWorker won't be affected, and I would prefer these semantics for Domain Reliability's use, so I'm changing it. Note that this also changes several instances of GetResponseInfo to stop returning NULL. See also for context: https://groups.google.com/a/chromium.org/forum/#!topic/net-dev/Wtn65jGyot0 BUG=480565 Review URL: https://codereview.chromium.org/1072423005 Cr-Commit-Position: refs/heads/master@{#330011}
-
apacible authored
Review URL: https://codereview.chromium.org/1135823008 Cr-Commit-Position: refs/heads/master@{#330010}
-
jam authored
Revert of Media Router GYP/GN cleanup (patchset #14 id:260001 of https://codereview.chromium.org/1136623003/) Reason for revert: Broke Linux bots on Chromium waterfall, see http://build.chromium.org/p/chromium/builders/Linux/builds/62091 http://build.chromium.org/p/chromium/buildstatus?builder=Linux%20x64&number=3231 The error in gclient runhooks is: gyp: Key 'dependencies' repeated at level 3 with key path 'targets.3' while reading /b/build/slave/Linux_x64/build/src/chrome/browser/media/router/media_router.gyp Not sure why this didn't show up on other bots or trybots. Original issue's description: > Media Router GYP/GN cleanup: > > - Refactor GYP and GN files to share source lists. > - Extract a proper test_support target. > - Fix upstream files with new target structure. > > BUG=461815,464199,464205 > > Committed: https://crrev.com/9c5e5781517823c18144b0bb5b66b66a1afd6733 > Cr-Commit-Position: refs/heads/master@{#330002} TBR=brettw@chromium.org,kmarshall@chromium.org,mfoltz@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=461815,464199,464205 Review URL: https://codereview.chromium.org/1140183002 Cr-Commit-Position: refs/heads/master@{#330009}
-
sandersd authored
This completes the path from the secure surface preference, through requestMediaKeySystemAccess() and finally to CDM creation on Android where secure codecs are enabled. With this change, configs requiring secure codes are rejected without the preference and the CDM is only configures to use hardware-secure codecs if the config requires it. There is a separate bug (http://crbug.com/478185) for implementing similar plumbing for the use of secure surfaces. BUG=467779 Review URL: https://codereview.chromium.org/1131753003 Cr-Commit-Position: refs/heads/master@{#330008}
-
jamiewalch authored
BUG=b/19776978 Review URL: https://codereview.chromium.org/1131853004 Cr-Commit-Position: refs/heads/master@{#330007}
-
megjablon authored
Lo-Fi directives were added to the Chrome-Proxy response header. Adding testing of these responses in the Lo-Fi integration test. BUG=487879 Review URL: https://codereview.chromium.org/1131063005 Cr-Commit-Position: refs/heads/master@{#330006}
-
oshima authored
BUG=485649 TEST=PartialScreenShotTest.VisibilityTest R=mukai@chromium.org Review URL: https://codereview.chromium.org/1128933009 Cr-Commit-Position: refs/heads/master@{#330005}
-
groby authored
Bugs 237703 & 168933 have been closed, adjusting comment to reflect that reality TBR=mpearson@chromium.org BUG=none Review URL: https://codereview.chromium.org/1139773004 Cr-Commit-Position: refs/heads/master@{#330004}
-
tfarina authored
Plus a few other small clang-format fixes. BUG=None R=scottmg@chromium.org Review URL: https://codereview.chromium.org/1131683003 Cr-Commit-Position: refs/heads/master@{#330003}
-