- 15 Aug, 2014 40 commits
-
-
grunell@chromium.org authored
The adapter is torn down when a session is ended (no more tracks connected to it), so we do the logging in the destructor. BUG=399835 Review URL: https://codereview.chromium.org/466333005 Cr-Commit-Position: refs/heads/master@{#289939} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289939 0039d316-1c4b-4281-b951-d872f2087c98
-
pmonette@google.com authored
BUG= Review URL: https://codereview.chromium.org/470213002 Cr-Commit-Position: refs/heads/master@{#289938} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289938 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Reason for revert: Causes crashes in canary. > Refactor pooling logic into a helper method > Disable pooling when there are cert errors. > Disable pooling when pinning does not match for the new host. > > BUG=398925 > > Review URL: https://codereview.chromium.org/425803014 TBR=rch@chromium.org Review URL: https://codereview.chromium.org/476113003 Cr-Commit-Position: refs/heads/master@{#289937} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289937 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
BUG=404007 Review URL: https://codereview.chromium.org/475283002 Cr-Commit-Position: refs/heads/master@{#289936} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289936 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
Noms as TBR, the profile_metrics have been well reviewed by others. BUG=401147 TBD=noms@chromium.org Review URL: https://codereview.chromium.org/470643002 Cr-Commit-Position: refs/heads/master@{#289935} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289935 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
In the updated UI, path information is moved from footer to toolbar, and only information about selected entries is displayed on the footer. In open dialog, there is a case that the preview panel is visible and no item is selected. This patch hide everything (thumbnail and entry name) from the footer when no item is selected. BUG=402821 TEST=manually Review URL: https://codereview.chromium.org/468913005 Cr-Commit-Position: refs/heads/master@{#289934} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289934 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Disable RenderWidgetHostViewAuraTest.FullscreenResize since it fails depending on the screen resolution. BUG=324350 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/476243002 Cr-Commit-Position: refs/heads/master@{#289933} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289933 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=401399 TEST=manual Review URL: https://codereview.chromium.org/450943002 Cr-Commit-Position: refs/heads/master@{#289932} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289932 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Adds a new manifest section which allows extensions (currently, only platform apps) to provide a page in the experimental app launcher, eg: "launcher_page": { "page": "index.html" } All installed apps with a valid launcher_page section will be given a page in the launcher. This feature is currently only available on dev channel and whitelisted (currently to a few testing apps; this list will expand in the future, and can be overridden with --whitelisted-extension-id=ID). Updated CustomLauncherPageBrowserTest to use its manifest to install the launcher page, rather than using --custom-launcher-page. BUG=399131,404000 Review URL: https://codereview.chromium.org/475543004 Cr-Commit-Position: refs/heads/master@{#289931} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289931 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
The regression was caused by a preventDefault() call. TEST=Tested manually. BUG=403002 Review URL: https://codereview.chromium.org/477033002 Cr-Commit-Position: refs/heads/master@{#289930} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289930 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
Tests are added for these coordinate conversion functions with various simulated screen setups. The recently moved ScopedObjCClassSwizzler in src/base/test is used so that -[NSScreen frame] can be mocked to return a known value. BUG=378134 TEST=gfx_unittests Review URL: https://codereview.chromium.org/411833003 Cr-Commit-Position: refs/heads/master@{#289929} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289929 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalyp@chromium.org authored
BUG=393873 R=dbeam@chromium.org,tbreisacher@chromium.org TEST=third_party/closure_compiler/runner/how_to_test_compiler_pass.md Review URL: https://codereview.chromium.org/453783006 Cr-Commit-Position: refs/heads/master@{#289928} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289928 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
BUG=404182 TBR=calamity@chromium.org Review URL: https://codereview.chromium.org/478723003 Cr-Commit-Position: refs/heads/master@{#289927} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289927 0039d316-1c4b-4281-b951-d872f2087c98
-
amineer@chromium.org authored
Cr-Commit-Position: refs/heads/master@{#289925} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289925 0039d316-1c4b-4281-b951-d872f2087c98
-
ajm@chromium.org authored
Remove now unneeded MediaStreamAudioProcessorOptions setters. Removes all calls to AudioProcessing::SetExtraOptions() from Chromium. TESTED=verified that options are set correctly in AudioProcessing. BUG=webrtc:3702 Review URL: https://codereview.chromium.org/470403002 Cr-Commit-Position: refs/heads/master@{#289923} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289923 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
BUG=chrome-os-partner:28087 TEST=run on link Review URL: https://codereview.chromium.org/470983002 Cr-Commit-Position: refs/heads/master@{#289922} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289922 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=347425 TEST=None Review URL: https://codereview.chromium.org/460503004 Cr-Commit-Position: refs/heads/master@{#289921} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289921 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
BUG=400332 R=mathp@chromium.org Review URL: https://codereview.chromium.org/481503002 Cr-Commit-Position: refs/heads/master@{#289920} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289920 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://flagsalemate@chromium.org authored
On ChromeOS browser is restarted to apply user flags. We need to calculate statistics on which flags mostly affect users. BUG=386313 TEST=unittest Review URL: https://codereview.chromium.org/344883002 Cr-Commit-Position: refs/heads/master@{#289919} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289919 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Add an injection point for testing. BUG=402356 Review URL: https://codereview.chromium.org/476053002 Cr-Commit-Position: refs/heads/master@{#289918} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289918 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
Bail out with error instead of dvlog if fail to GetNumberOfCapabilities in Windows video capture start. Review URL: https://codereview.chromium.org/477653002 Cr-Commit-Position: refs/heads/master@{#289917} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289917 0039d316-1c4b-4281-b951-d872f2087c98
-
gunsch@chromium.org authored
Chromecast products provide different WebUIs for pages to display. This provides an appropriate initialization hook. R=byungchul@chromium.org,lcwu@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/472183002 Cr-Commit-Position: refs/heads/master@{#289916} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289916 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@google.com authored
Screenshots: https://drive.google.com/a/google.com/file/d/0B-AevY72N_3qYUVTU0FieXR2VGM/view?usp=sharing BUG=None R=tedchoc@chromium.org Review URL: https://codereview.chromium.org/475003002 Cr-Commit-Position: refs/heads/master@{#289915} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289915 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
In URL, some non-alphanumeric characters are represented as "%xx" format and it makes the sort incorrect. This patch creates the utility functions to sort and use them in sorting. BUG=404061 TEST=manually tested Review URL: https://codereview.chromium.org/479503002 Cr-Commit-Position: refs/heads/master@{#289914} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289914 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289911} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289911 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/5c4b137592a7937b4d02d72a976fa783f8d3675a..5a246bb48708cfdbf5b63f8df7e2b09b3704cae4 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=bsalomon@google.com BUG= Review URL: https://codereview.chromium.org/469573003 Cr-Commit-Position: refs/heads/master@{#289908} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289908 0039d316-1c4b-4281-b951-d872f2087c98
-
gunsch@chromium.org authored
R=byungchul@chromium.org,lcwu@chromium.org,abarth@chromium.org BUG=400916 Review URL: https://codereview.chromium.org/454113003 Cr-Commit-Position: refs/heads/master@{#289907} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289907 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
R=noms@chromium.org BUG=none Review URL: https://codereview.chromium.org/468913004 Cr-Commit-Position: refs/heads/master@{#289906} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289906 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
R=zhaoqin@google.com, tfarina@chromium.org, zhaoqin@chromium.org BUG=402257 TEST=None Review URL: https://codereview.chromium.org/467193004 Cr-Commit-Position: refs/heads/master@{#289905} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289905 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The coverage is for ActivateSplitMode() to make sure that it selects the correct windows when at least one of the params is NULL. BUG=383421, 403945 R=oshima@chromium.org Review URL: https://codereview.chromium.org/472963002 Cr-Commit-Position: refs/heads/master@{#289904} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289904 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
A recent Linux kernel change changed this to a number larger than 63 bits which causes us to compute 0 size. I kept the size_t overflow check for cases where size_t is 32-bits. BUG=403869 R=jamesr@chromium.org Review URL: https://codereview.chromium.org/471893003 Cr-Commit-Position: refs/heads/master@{#289903} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289903 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalyp@chromium.org authored
BUG=393873 R=tbreisacher@chromium.org Review URL: https://codereview.chromium.org/473853003 Cr-Commit-Position: refs/heads/master@{#289902} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289902 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
BUG=383232 TEST=ran browser_tests, tested the performance manually. Review URL: https://codereview.chromium.org/463783002 Cr-Commit-Position: refs/heads/master@{#289899} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289899 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
When the main frame's scroll offset changes, we notify the browser about this using ViewHostMsg_DidChangeScrollOffset. It turns out that 1) sending this message immediately makes the renderer main thread very likely to become descheduled, and 2) this notification is only used for hiding the mouse cursor when the page starts scrolling. Since this signal isn't latency sensitive (and there are other mechanisms for low latency scroll synchronization), we can defer sending it until the current frame has been composited and we're otherwise idle. Doing this reduces the average duration of ScrollableArea:: scrollPositionChanged on from 0.5 ms to 0.2 ms on a Nexus 5. Trace before: https://drive.google.com/open?id=0ByyxMXB38gLDRUY1VFJvZFFhVHc&authuser=1 Trace after: https://drive.google.com/open?id=0ByyxMXB38gLDX1VwWmxvbTRBWWc&authuser=1 BUG=359566 Review URL: https://codereview.chromium.org/473953002 Cr-Commit-Position: refs/heads/master@{#289898} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289898 0039d316-1c4b-4281-b951-d872f2087c98
-
aiguha@chromium.org authored
Support for: 1. Capability enumeration, negotiation and managment. 2. Generic client-side extensions, similar to HostExtension model in Chromoting host. 3. Interaction with Chromoting host's CastExtension and support for Cast Sender API (prototype for Cast support). Note: The android app has four new dependencies: v4 support, v7 appcompat, v7 mediarouter, google play services. The first three are in third_party/android_tools/, but the last isn't. See crbug.com/403948. This CL will not break any builds since the code is behind a gyp flag in remoting.gyp. Review URL: https://codereview.chromium.org/451973002 Cr-Commit-Position: refs/heads/master@{#289897} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289897 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
The inner class needs to be exported in case any uses in inline methods or vtable of the outer class causes it to potentially be referenced across a shared library boundary. On non-Windows, the visibility attribute is already inherited by nested classes, but on Windows, they must be marked explicitly. BUG=82385 Review URL: https://codereview.chromium.org/476003002 Cr-Commit-Position: refs/heads/master@{#289896} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289896 0039d316-1c4b-4281-b951-d872f2087c98
-
cmumford@chromium.org authored
Specifically: WebCore.IndexedDB.LevelDB.OpenTime.Disk WebCore.IndexedDB.LevelDB.PutTime WebCore.IndexedDB.LevelDB.WriteTime WebCore.IndexedDB.LevelDB.Transaction.CommitTime BUG=397552 Review URL: https://codereview.chromium.org/472573003 Cr-Commit-Position: refs/heads/master@{#289895} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289895 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
BUG=390267 Review URL: https://codereview.chromium.org/458633002 Cr-Commit-Position: refs/heads/master@{#289894} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289894 0039d316-1c4b-4281-b951-d872f2087c98
-
marcheu@chromium.org authored
In order to have something for implementors to look at, let's add this extension here. We can always replace it with a newer version once we have everything specced. BUG=chromium:366935 TEST=no test Review URL: https://codereview.chromium.org/478453003 Cr-Commit-Position: refs/heads/master@{#289893} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289893 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
After 24 hours, bust the browser cache when checking for ServiceWorker updates and fetching it's imports. Also bypass the browser cache for the initial registration. BUG=371671 Review URL: https://codereview.chromium.org/457903002 Cr-Commit-Position: refs/heads/master@{#289891} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289891 0039d316-1c4b-4281-b951-d872f2087c98
-