- 26 Sep, 2014 40 commits
-
-
glevin authored
Images over 32M pixels exceed IPC message limit size. In ChromeContentUtilityClient::DecodeImage(), cut image dimensions in half to minimize quality loss and allow decoded image to be returned via IPC message. BUG=366825 TEST=ChromeContentUtilityClientTest.DecodeImageSizeLimit; Set ChromeOS wallpaper using JPGs attached to bug Committed: https://crrev.com/d9d0e601c4c45ec8f2fb1d148e68458d9baa4e24 Cr-Commit-Position: refs/heads/master@{#296407} Review URL: https://codereview.chromium.org/482163002 Cr-Commit-Position: refs/heads/master@{#296939}
-
paulmeyer authored
Fix for how webview.executeScript and webivew.insertCSS check for page navigtation when loading data URLs via NavigationController::LoadURLWithParams. Tests will follow shortly in the patch that adds webview.loadDataWithBaseURL. BUG=417816 TBR=rockot@chromium.org Review URL: https://codereview.chromium.org/602193002 Cr-Commit-Position: refs/heads/master@{#296938}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5ce3b1a..0f037ba TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/607883003 Cr-Commit-Position: refs/heads/master@{#296937}
-
jkarlin authored
This will prevent tests that utilize a SimpleCache from running into teardown leaks. BUG=413688 Review URL: https://codereview.chromium.org/562203002 Cr-Commit-Position: refs/heads/master@{#296936}
-
igsolla authored
Remove the legacy fullscreen video path that was used before html5 video controls were introduced. The last user was the WebView, but this has been migrated to html5 controls now. Review URL: https://codereview.chromium.org/597523003 Cr-Commit-Position: refs/heads/master@{#296935}
-
fdegans authored
BUG=397118 Review URL: https://codereview.chromium.org/605773002 Cr-Commit-Position: refs/heads/master@{#296934}
-
xians authored
Revert of Reland 588523002: Fix the way how we create webrtc::AudioProcessing in Chrome (patchset #5 id:80001 of https://codereview.chromium.org/597923002/) Reason for revert: It fails some aec dump content browser tests on windows, and likely it also breaks the aec dump production code, it is safer to revert it since cut happens today. http://chromegw.corp.google.com/i/internal.chromium.webrtc/builders/Win7%20Tester/builds/9752/steps/content_browsertests/logs/stdio Original issue's description: > The original review thread is in https://codereview.chromium.org/588523002/ > > Fix the way how we create webrtc::AudioProcessing in Chrome. > > TBR=tommi@chromium.org > > BUG=415935 > TEST=all webrtc tests in all bots + manual test to verify the agc loggings exist. > > Committed: https://chromium.googlesource.com/chromium/src/+/5ac9f35c3e5d9781a01769f3f0d0433026c57de7 TBR=tommi@chromium.org,jochen@chromium.org,maruel@chromium.org,brettw@chromium.org NOTREECHECKS=true NOTRY=true BUG=415935 Review URL: https://codereview.chromium.org/611493002 Cr-Commit-Position: refs/heads/master@{#296933}
-
mlerman authored
Fixes an issue where chrome://signin-internals page is opened multiple times, and the scoped_ptr was getting de-allocated by the first object. Moving to a linked_ptr for more robust reference counting. BUG=416802 Review URL: https://codereview.chromium.org/602773002 Cr-Commit-Position: refs/heads/master@{#296932}
-
sammc authored
BUG=406487,416665 Review URL: https://codereview.chromium.org/603243004 Cr-Commit-Position: refs/heads/master@{#296931}
-
hjd authored
To pick up the asset fix at https://android-review.googlesource.com/#/c/108196/. BUG=391488 Review URL: https://codereview.chromium.org/603683008 Cr-Commit-Position: refs/heads/master@{#296930}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b71ff8c..5ce3b1a TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/608743002 Cr-Commit-Position: refs/heads/master@{#296929}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#296928}
-
vkuzkokov authored
Issue 387067 can be resolved by having port forwarding socket dependent on all other references to AndroidDeviceManager::Device. This requires for lifetime of AWS to be manageable in the first place. BUG=387067 Review URL: https://codereview.chromium.org/449883002 Cr-Commit-Position: refs/heads/master@{#296927}
-
mek authored
TBR=erikwright Review URL: https://codereview.chromium.org/607683002 Cr-Commit-Position: refs/heads/master@{#296926}
-
wuchengli authored
BUG=350197,402182 TEST=Run vainfo and VEA unittest on various Intel platforms. Review URL: https://codereview.chromium.org/603153002 Cr-Commit-Position: refs/heads/master@{#296925}
-
hjd authored
Chrome may access the CommandLine from Java in-between 'load' and 'initialize' which currently causes an crash since JNI is not ready until after initialize but the CommandLine is switched over to native after load (we moved the CommandLine switch to after load to fix a problem in the Webview). This fixes the problem for Chrome by moving the CommandLine switch back to after initialize but provides a method to cause the switch to happen early so the WebView problem can be fixed to. BUG=417053,331424 Review URL: https://codereview.chromium.org/598363003 Cr-Commit-Position: refs/heads/master@{#296924}
-
lliabraa authored
This value is always defined, but only true on iphonesimulator. BUG=417785 Review URL: https://codereview.chromium.org/595793004 Cr-Commit-Position: refs/heads/master@{#296923}
-
rsorokin authored
BUG=365354 Review URL: https://codereview.chromium.org/494633003 Cr-Commit-Position: refs/heads/master@{#296922}
-
dgozman authored
BUG=398049 Review URL: https://codereview.chromium.org/577923002 Cr-Commit-Position: refs/heads/master@{#296921}
-
kaliamoorthi authored
This CL adds a mechanism which can be used to make the python test server exit. BUG=417684 Review URL: https://codereview.chromium.org/607823002 Cr-Commit-Position: refs/heads/master@{#296920}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b7332a5..b71ff8c TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/604263002 Cr-Commit-Position: refs/heads/master@{#296919}
-
mcasas authored
Since @SuppressWarnings("deprecated") doesn't work for import statements, the only option is to use the fully qualified class path in every reference. To be sure, two deprecation warnings still remain, namely in the use of public abstract class VideoCapture implements android.hardware.Camera.PreviewCallback { That somehow is not covered by the suppression. TBR=qinmin@chromium.org BUG=398669 Review URL: https://codereview.chromium.org/605183002 Cr-Commit-Position: refs/heads/master@{#296918}
-
phoglund authored
This makes the test described in http://goo.gl/umvzMt run on Mac. It relies on Soundflower to loop audio from output to input so that rec picks up the right audio. The new gs resource files have been added to their respective buckets. Note: this patch doesn't enable the tests. I need to configure the bots first with sox and soundflower before I do that. BUG=418034 Review URL: https://codereview.chromium.org/611433002 Cr-Commit-Position: refs/heads/master@{#296917}
-
skyostil authored
Disable forwarding tasks to the Blink scheduler to avoid some regressions which it has introduced. BUG=391005,415758,415478,412714,416362,416827,417608 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/609483002 Cr-Commit-Position: refs/heads/master@{#296916}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/2710d7a..b7332a5 TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/610563002 Cr-Commit-Position: refs/heads/master@{#296915}
-
achuith authored
BUG=416803 TEST=manual Review URL: https://codereview.chromium.org/593103002 Cr-Commit-Position: refs/heads/master@{#296914}
-
rob authored
settings in the content settings bubble. The reload infobar is no longer displayed when the media stream content settings change. Instead, a small hint is displayed in the bubble when it is re-opened after changing a media stream setting. This hint is always displayed when the camera/microphone permission changes. When the media device preference changes, the hint is only displayed if there was at least one active media capture. Also added a bunch of tests for the media menu because they had no test coverage. BUG=405522 TEST=ContentSettingBubbleModelTest.*Media* Review URL: https://codereview.chromium.org/588153003 Cr-Commit-Position: refs/heads/master@{#296913}
-
fdegans authored
This is a temporary workaround to make the bot green. Currently it fails with: Usage: lint-test-expectations [options] lint-test-expectations: error: no such option: --target TBR=cmp@chromium.org,dpranke@chromium.org,tfarina@chromium.org NOTREECHECKS=true NOTRY=true BUG=338338 Review URL: https://codereview.chromium.org/607803003 Cr-Commit-Position: refs/heads/master@{#296912}
-
hirono authored
Files.app: Always do fallback guessing mime type from file extensions when obtaining empty metadata from the backend. BUG=417978 TEST=Open files by using externalfile: scheme that runs the related code path. Review URL: https://codereview.chromium.org/603373002 Cr-Commit-Position: refs/heads/master@{#296911}
-
shreeram.k authored
According to specs img tag should have xml-role as img. BUG=417230 Review URL: https://codereview.chromium.org/592353004 Cr-Commit-Position: refs/heads/master@{#296910}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4551312..2710d7a TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/605153002 Cr-Commit-Position: refs/heads/master@{#296909}
-
shreeram.k authored
Article tag and aria role article are not exposed with correct IA2 Role. Correct IA2 role for article is ROLE_SYSTEM_DOCUMENT. BUG=281890 Review URL: https://codereview.chromium.org/602353003 Cr-Commit-Position: refs/heads/master@{#296908}
-
nkostylev authored
Since primary user profile is loaded synchronously its session will always show up first. Once all users profiles have been loaded we'll switch to the session of the user that was active before crash has happened. BUG=409226 Review URL: https://codereview.chromium.org/594163002 Cr-Commit-Position: refs/heads/master@{#296907}
-
Per authored
TBR=viettrungluu@chromium.org BUG=418019 Review URL: https://codereview.chromium.org/609743002 Cr-Commit-Position: refs/heads/master@{#296906}
-
mtomasz authored
This patch moves the icon from the header to media controls. TEST=Tested manually. BUG=415426 Review URL: https://codereview.chromium.org/603273006 Cr-Commit-Position: refs/heads/master@{#296905}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/17c2127..4551312 TBR=ager@chromium.org,zmo@chromium.org Review URL: https://codereview.chromium.org/603393002 Cr-Commit-Position: refs/heads/master@{#296904}
-
perkj authored
Revert of Start building ui_base_unittests targets. (patchset #1 id:1 of https://codereview.chromium.org/600833002/) Reason for revert: Breaks Android waterfall. http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29 Original issue's description: > Start building ui_base_unittests targets. > > This is in preparation for updating the buildbot code. First we need to > make sure we build those targets, otherwise buildbot will fail. > > BUG=331829,373148,299841,103304 > TEST=None > R=sky@chromium.org,maruel@chromium.org > > Committed: https://crrev.com/430fc906824927713d5a318afb50654e95b699b0 > Cr-Commit-Position: refs/heads/master@{#296877} TBR=cjhopman@chromium.org,sky@chromium.org,maruel@chromium.org,tfarina@chromium.org NOTREECHECKS=true NOTRY=true BUG=331829,373148,299841,103304 Review URL: https://codereview.chromium.org/603413002 Cr-Commit-Position: refs/heads/master@{#296903}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#296902}
-
hirono authored
Previously drive paths are used to obtain 'externalfile:' URL and the URL is converted back to the drive path. The CL uses FileSystemURL instead of drive paths so that the app can generate external file URLs for other than drive files, and enables external file URLs for MTP and FSP volumes. BUG=367027 TEST=manually Review URL: https://codereview.chromium.org/589473002 Cr-Commit-Position: refs/heads/master@{#296901}
-
jamesr authored
This adds a few header-only targets which are useful for explicitly tracking our dependencies and propagating configs. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/599283003 Cr-Commit-Position: refs/heads/master@{#296900}
-