- 20 Dec, 2016 40 commits
-
-
robertphillips authored
The rebaseline request was landed in https://codereview.chromium.org/2573803002/ (Bump CSSFilterEffects pixel test revision number to force rebaseline) BUG=672527 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 Review-Url: https://codereview.chromium.org/2588793002 Cr-Commit-Position: refs/heads/master@{#439794}
-
oka authored
BUG=613465 TEST=manually. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2592593002 Cr-Commit-Position: refs/heads/master@{#439793}
-
jif authored
When the iPad Tab Switcher creates an incognito tab for the first time, an incognito BVC is created. The Tab Switcher takes a screenshot of the new incognito tab, and animates its size from a small cell to a fullscreen tab. Before this CL, the first incognito tab was created with an incorrect size, resulting in the screenshot used in the animation being incorrect. BUG=671724 Review-Url: https://codereview.chromium.org/2591683002 Cr-Commit-Position: refs/heads/master@{#439792}
-
altimin authored
Review-Url: https://codereview.chromium.org/2593603002 Cr-Commit-Position: refs/heads/master@{#439791}
-
jochen authored
BUG=664838 R=mlamouri@chromium.org Review-Url: https://codereview.chromium.org/2590183002 Cr-Commit-Position: refs/heads/master@{#439790}
-
maksim.sisov authored
Use new time conversion API in accordance with https://codereview.chromium.org/1988663002/ BUG=601905,601903,601900 Review-Url: https://codereview.chromium.org/2090713003 Cr-Commit-Position: refs/heads/master@{#439789}
-
pastarmovj authored
The dll will always be present but only registered when running a system install because we need access to the LOCAL_MACHINE hive. BUG=642115 TEST=setup_util_unittest,mini_installer,manual Review-Url: https://codereview.chromium.org/2507753002 Cr-Commit-Position: refs/heads/master@{#439788}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/62479fdb..32db0e1a 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_trusty_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/2595513002 Cr-Commit-Position: refs/heads/master@{#439787}
-
magjed authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/37d7b3f..ba5e7e2 $ git log 37d7b3f..ba5e7e2 --date=short --no-merges --format=%ad %ae %s 2016-12-20 nisse@webrtc.org Delete unused method PayloadRouter::MaxPayloadLength. 2016-12-20 danilchap@webrtc.org Style cleanup in RTCPReceiver Rename variables and private functions to follow style, replace remaining asserts with DCHECKs. add 'ms' suffix to time variables derived from clock_ add 'ntp' suffix to time variables derived from ntp time. No functional changes expected. 2016-12-20 magjed@webrtc.org Revert of Add disabled certificate check support to IceServer PeerConnection API. (patchset #8 id:140001 of https://codereview.webrtc.org/2557803002/ ) 2016-12-20 henrik.lundin@webrtc.org Add a unit test for Opus complexity adaptation 2016-12-19 zhihuang@webrtc.org Add an abstract class for IceTransport 2016-12-19 brandtr@webrtc.org Add GUARDED_BY's in FlexfecReceiver. 2016-12-19 brandtr@webrtc.org Clean up storage of FlexFEC payload type in webrtc::VideoCodecSettings. 2016-12-19 danilchap@webrtc.org Revert of Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. (patchset #1 id:1 of https://codereview.webrtc.org/2574943003/ ) 2016-12-19 hbos@webrtc.org Removed undefined method from webrtcsession.h. 2016-12-19 johan@webrtc.org Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame. 2016-12-19 asapersson@webrtc.org Move histogram for number of pause events to per stream: 2016-12-19 kthelgason@webrtc.org Reland of Properly report number of quality downscales in stats. (patchset #1 id:1 of https://codereview.webrtc.org/2586783003/ ) 2016-12-19 henrik.lundin@webrtc.org Re-enable Opus complexity tests on Android 2016-12-19 kthelgason@webrtc.org Revert of Properly report number of quality downscales in stats. (patchset #11 id:220001 of https://codereview.webrtc.org/2564373002/ ) 2016-12-19 kwiberg@webrtc.org CodecInst operator<< 2016-12-19 asapersson@webrtc.org Reland of Disabling NOTREACHED which we're hitting flakily in browser tests. (patchset #1 id:1 of https://codereview.webrtc.org/2585183002/ ) 2016-12-19 brandtr@webrtc.org Add multithreaded fake encoder and corresponding FlexFEC VideoSendStreamTest. 2016-12-19 hbos@webrtc.org Fix segfault when PeerConnection is destroyed during stats collection. 2016-12-19 kthelgason@webrtc.org Properly report number of quality downscales in stats. 2016-12-19 hbos@webrtc.org RTCStatsCollector: Utilize network thread to minimize thread hops. 2016-12-19 philipel@webrtc.org Now expect the correct number of streams in EndToEndTest.GetStats. 2016-12-19 hnsl@webrtc.org Add disabled certificate check support to IceServer PeerConnection API. 2016-12-19 denicija@webrtc.org Add QP stats to the statsview in AppRTCMobile for ios. 2016-12-19 henrik.lundin@webrtc.org Revert of Re-enable Opus complexity tests on Android (patchset #1 id:1 of https://codereview.webrtc.org/2589673002/ ) 2016-12-19 henrik.lundin@webrtc.org Re-enable Opus complexity tests on Android 2016-12-19 brandtr@webrtc.org Move FlexfecReceiveStream from api/call/ to call/. 2016-12-18 asapersson@webrtc.org Revert of Disabling NOTREACHED which we're hitting flakily in browser tests. (patchset #1 id:1 of https://codereview.webrtc.org/2477663002/ ) 2016-12-18 kjellander@webrtc.org Move tools/mb -> tools-webrtc/mb 2016-12-17 magjed@webrtc.org Put iOS H264 High profile under a field trial 2016-12-17 kjellander@webrtc.org Move tools/valgrind-webrtc -> tools-webrtc/valgrind 2016-12-16 skvlad@webrtc.org Revert of Delete unused code from systeminfo. (patchset #3 id:40001 of https://codereview.webrtc.org/2578323005/ ) TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2588273003 Cr-Commit-Position: refs/heads/master@{#439786}
-
mlamouri authored
This is also adding MediaControlsMediaEventListener::mediaElement() and always call `m_fullscreenButton->setIsFullscreen` in ::reset() to avoid the dependency when the controls are first created. BUG=662761 R=zqzhang@chromium.org Review-Url: https://codereview.chromium.org/2592443002 Cr-Commit-Position: refs/heads/master@{#439785}
-
sigbjornf authored
Do not allow BlinkGC managed objects to include unsafe iterators of other heap objects; that is, do not allow them to keep iterator part objects as fields. These iterators contain untraced references, which is in general unsafe practice and breaks the general rule that all heap references must be known to the GC infrastructure, and be marked and traced through. This applies to all heap collection iterators but HeapListHashSet<>'s, which can be safely traced. It is also the only collection iterator which is kept as a field of an on-heap object (CSSSegmentedFontFace.) R=haraken BUG=672030 Review-Url: https://codereview.chromium.org/2588943002 Cr-Commit-Position: refs/heads/master@{#439784}
-
blundell authored
Author: Sam McNally <sammc@chromium.org> Reland of https://codereview.chromium.org/2525483002/, with trivial fixes applied to fix bustage that occurred due to that CL racing with https://codereview.chromium.org/2589663003/. BUG=577685 TBR=sammc, dcheng Review-Url: https://codereview.chromium.org/2590173002 Cr-Commit-Position: refs/heads/master@{#439783}
-
noyau authored
BUG=None Review-Url: https://codereview.chromium.org/2590863002 Cr-Commit-Position: refs/heads/master@{#439782}
-
rune authored
CSSGlobalRuleSet should always be collected as part of the active style update. RuleSets may have been cleared from StyleSheetContents as a result of media query changes for instance. For the given issue, we tried to limit to a global ruleset when lazy- loading fullscreen UA style, but as part of going fullscreen we had already cleared rule sets for stylesheets with media queries due to the media feature change. BUG=675439 Review-Url: https://codereview.chromium.org/2590793003 Cr-Commit-Position: refs/heads/master@{#439781}
-
fhorschig authored
This CL does not change any behavior. Moving internal classes into an internal namespace. This simplfies testing these classes (JsonRequest and its Builder) and prevents the use of internal enums (e.g. FetchResults) that were publicly exposed but not intended for public use. BUG=672422 Review-Url: https://codereview.chromium.org/2578173002 Cr-Commit-Position: refs/heads/master@{#439780}
-
sfiera authored
BUG=675561 Review-Url: https://codereview.chromium.org/2586293002 Cr-Commit-Position: refs/heads/master@{#439779}
-
bashi authored
When this extended attribute is specified on a dictionary member called 'foo', impl class will have getFoo() method instead of foo(). BUG=673039 Review-Url: https://codereview.chromium.org/2587383002 Cr-Commit-Position: refs/heads/master@{#439778}
-
vitaliii authored
According to the PRD the Physical Web section should be first on the NTP. BUG=674890 Review-Url: https://codereview.chromium.org/2588303003 Cr-Commit-Position: refs/heads/master@{#439777}
-
lpromero authored
MDC has a method to use the old style, but it's in a private component and the wind is blowing towards removing it at some point, so this CL just opt-s out of MDC driving the back button in Settings. I still filed a request at MDC to have the method public, but it might never come, or they might remove the old style before that. BUG=none R=sdefresne@chromium.org Review-Url: https://codereview.chromium.org/2589193002 Cr-Commit-Position: refs/heads/master@{#439776}
-
poromov authored
ARC Kiosk bridge is also moved from components/arc into chrome/browser/chromeos/arc because it uses parts of chrome/browser/* BUG=b/32370502 Review-Url: https://codereview.chromium.org/2524673003 Cr-Commit-Position: refs/heads/master@{#439775}
-
bashi authored
This is a follow-up CL of crrev.com/2583083002. Make sure that calling these methods doesn't take effect when the renderer is foregrounded. BUG=674784 Review-Url: https://codereview.chromium.org/2583193003 Cr-Commit-Position: refs/heads/master@{#439774}
-
lpromero authored
This is a dev-only, standalone app for Chrome for iOS development. It showcases (and is restricted to) UI elements used and developed for Chrome for iOS. BUG=653086 R=sdefresne@chromium.org Review-Url: https://codereview.chromium.org/2592593003 Cr-Commit-Position: refs/heads/master@{#439773}
-
cbiesinger authored
When stretching we used to pass the wrong available width to constrainLogicalWidthByMinMax, leading to an incorrect calculation of percentage max/min widths. BUG=675333 R=mstensho@opera.com,eae@chromium.org Review-Url: https://codereview.chromium.org/2585423002 Cr-Commit-Position: refs/heads/master@{#439772}
-
markusheintz authored
Revert of Convert NaCl renderer-loader messages to mojo. (patchset #4 id:140001 of https://codereview.chromium.org/2525483002/ ) Reason for revert: CL does not compile on build bots e.g. https://build.chromium.org/p/chromium.linux/builders/Linux%20Builder%20%28dbg%29/builds/106780/steps/compile/logs/stdio Original issue's description: > Convert NaCl renderer-loader messages to mojo. > > BUG=577685 > > Committed: https://crrev.com/eb52daa79263d35ea1c62b717427bf68467be04f > Cr-Commit-Position: refs/heads/master@{#439770} TBR=mseaborn@chromium.org,bradnelson@chromium.org,jam@chromium.org,dcheng@chromium.org,sammc@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=577685 Review-Url: https://codereview.chromium.org/2590853002 Cr-Commit-Position: refs/heads/master@{#439771}
-
sammc authored
BUG=577685 Review-Url: https://codereview.chromium.org/2525483002 Cr-Commit-Position: refs/heads/master@{#439770}
-
oka authored
FileBrowser.Load.ImportElements: Time to initialize the polymer elements. FileBrowser.Load.InitBackgroundPage: Time to initialize the background page. FileBrowser.Load.InitDocuments: Time to initialize the background page and the elements. FileBrowser.Load.InitSettings: Time to restore user settings. FileBrowser.Load.InitUI: Time to initialize all UI after all elements are initialized. BUG=675536 TEST=manually confirmed on Linux that the above values are exported to chrome://histograms. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2589693002 Cr-Commit-Position: refs/heads/master@{#439769}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/75c2c8d4..62479fdb 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_trusty_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/2593573002 Cr-Commit-Position: refs/heads/master@{#439768}
-
blundell authored
In https://groups.google.com/a/chromium.org/forum/#!topic/chromium-mojo/PUDEadGMijM, we decided that mojo::MakeRequest was a more suitable name for this helper function than mojo::GetProxy. This CL was created by running mass search-and-replace (suitably guarded to avoid changing unrelated GetProxy() functions), followed by "git cl format". CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation TBR=darin Review-Url: https://codereview.chromium.org/2589663003 Cr-Commit-Position: refs/heads/master@{#439767}
-
vitaliii authored
Previously, |GetCategories()| did not update the order and, therefore, order changes could not be propagated to UI. After this CL, |GetCategories()| refreshes the order before returning +1 test. BUG=673743 Review-Url: https://codereview.chromium.org/2581163004 Cr-Commit-Position: refs/heads/master@{#439766}
-
yhirano authored
BUG=675907 TBR=jchaffraix@chromium.org, mstensho@opera.com NOTRY=true Review-Url: https://codereview.chromium.org/2590163002 Cr-Commit-Position: refs/heads/master@{#439765}
-
bashi authored
Calling RenderProcessHost::FromID() directly prevents us to write unittests. Add a virtual method for getting RenderProcessHost so that testing code can use MockRenderProcessHost to write unittests. Also, this CL installs a MemoryCoordinatorDelegate in unittests so that unittests can have wider coverage. BUG=675811 Review-Url: https://codereview.chromium.org/2594513002 Cr-Commit-Position: refs/heads/master@{#439764}
-
kolos authored
If the password generation popup was accepted by the user, the vote (ACCEPTED) will be always sent (because of automatic saving for generated passwords). If the popup was ignored, the vote (IGNORED) will be sent only if the user presses "Save" or "Update", otherwise the vote wouldn't be sent. This distorts the data about the usage of generation popup. This CL enables sending the votes regardless user's response. This CL also merges two similar functions UploadPasswordForm and UploadChangePasswordForm into UploadPasswordVote. BUG=552420 Review-Url: https://codereview.chromium.org/2542093002 Cr-Commit-Position: refs/heads/master@{#439763}
-
jif authored
BUG=675902 Review-Url: https://codereview.chromium.org/2595473002 Cr-Commit-Position: refs/heads/master@{#439762}
-
vitaliii authored
The PRD has been changed, so now we should not show the "More" button in the Physical Web section. BUG=674897 Review-Url: https://codereview.chromium.org/2590143002 Cr-Commit-Position: refs/heads/master@{#439761}
-
lizeb authored
Meaning that the histogram is not actually recorded (yet). Review-Url: https://codereview.chromium.org/2588813002 Cr-Commit-Position: refs/heads/master@{#439760}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a011eb0a..75c2c8d4 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_trusty_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/2595433002 Cr-Commit-Position: refs/heads/master@{#439759}
-
mstensho authored
positionForPoint() wants this, but mapAncestorToLocal() requires that no special behavior be applied. While this CL doesn't fix bug 663062, it is a prerequisite for fixing it without breaking existing tests (MulticolWithAbsPosNotContained in MapCoordinatesTest unit test). BUG=663062 Review-Url: https://codereview.chromium.org/2590463002 Cr-Commit-Position: refs/heads/master@{#439758}
-
dullweber authored
Fix content settings for hosted apps not displayed correctly after change from http://crrev.com/2525943002. I also changed GetChooserExceptionForPage() to have a displayName to be consistent with the other exception objects. BUG=671547 Review-Url: https://codereview.chromium.org/2577043002 Cr-Commit-Position: refs/heads/master@{#439757}
-
olivierrobin authored
registerLoadRequest must take a URL as it is comparing it with a URL. BUG=671964 Review-Url: https://codereview.chromium.org/2582373002 Cr-Commit-Position: refs/heads/master@{#439756}
-
oka authored
FileBrowser.Load.BackgroundScript: Time to initialize backend script to wait for events. FileBrowser.Load.BackgroundLaunch: Time from onLaunched event is called to the window is created. FileBrowser.Load.BackgroundRestart: Time to create a window on restart. BUG=675536 TEST=manually confirmed on Linux that sane values are exported in chrome://histograms CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2585193002 Cr-Commit-Position: refs/heads/master@{#439755}
-