summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable GL_CHROMIUM_gpu_memory_manager extension on ↵mmocny@chromium.org2012-05-303-2/+7
| | | | | | | | | | | | | | | | | webgraphicscontext3d_in_process_command_buffer. webgraphicscontext3d_in_process_command_buffer has noops for the gpu_memory_manager features, and with the renderer relying on them to provide non-zero memory allocations, we need to disable the extension so that renderer can fallback to something else. BUG=129266 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10454084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139680 0039d316-1c4b-4281-b951-d872f2087c98
* Add ASH_EXPORT to TrayBackgroundViewstevenjb@google.com2012-05-301-2/+3
| | | | | | | | | | BUG=124914 TEST=win_aura compiles TBR=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10448091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139679 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing french keyboard handlingskuhne@chromium.org2012-05-306-16/+46
| | | | | | | | | | BUG=129017 TEST=none Review URL: https://chromiumcodereview.appspot.com/10452042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139678 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Minimize/Maximize the window when the pinch-factor crosses a threshold.sadrul@chromium.org2012-05-301-14/+64
| | | | | | | | | BUG=121140 TEST=none Review URL: https://chromiumcodereview.appspot.com/10458041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139677 0039d316-1c4b-4281-b951-d872f2087c98
* Actually disable on winrch@chromium.org2012-05-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139675 0039d316-1c4b-4281-b951-d872f2087c98
* win onlyrch@chromium.org2012-05-301-1/+7
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139674 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FileWriterDelegateTest.WriteSuccessWithJustQuota on all platformsrch@chromium.org2012-05-301-1/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139672 0039d316-1c4b-4281-b951-d872f2087c98
* Prepare to support Ash notification tray:stevenjb@google.com2012-05-3028-220/+421
| | | | | | | | | | | | | | * Separate status area widget from system tray * Support adding multiple trays to status area widget * Move the background animation into a common base class BUG=124914 TEST=Status area should look and behave the same as before. TBR=ben for ash/ OWNER Review URL: https://chromiumcodereview.appspot.com/10447040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139671 0039d316-1c4b-4281-b951-d872f2087c98
* browser: Move browser_views_accessibility_browsertest.cc into views/ directory.tfarina@chromium.org2012-05-307-11/+11
| | | | | | | | | BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10458036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139670 0039d316-1c4b-4281-b951-d872f2087c98
* Remove WindowWatcher observer from panel_container_stevenjb@google.com2012-05-301-0/+1
| | | | | | | | | | | Crash was introduced here: http://codereview.chromium.org/10091017 BUG=130306 TEST=ash_shell does not crash on shutdown. Review URL: https://chromiumcodereview.appspot.com/10459028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139669 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PPAPITest.WebSocket_UtilityGetProtocol on all platforms.kmadhusu@chromium.org2012-05-301-1/+5
| | | | | | | | | | TBR=toyoshim@chromium.org BUG=130400 TEST=none Review URL: https://chromiumcodereview.appspot.com/10458048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139668 0039d316-1c4b-4281-b951-d872f2087c98
* GPU feature browser tests need better signal for GPU usage checkjbates@chromium.org2012-05-301-12/+11
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10441099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139667 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Ensure that JavaScript URLs are always properly escaped for drag 'n drop.isherman@chromium.org2012-05-303-10/+58
| | | | | | | | | | | | This fixes a crash -- or, more precisely, prevents an exception from being thrown -- when dragging poorly escaped bookmarklets. BUG=128371 TEST=Dragging a bookmarklet with the URL "javascript:%" should not induce a crash Review URL: https://chromiumcodereview.appspot.com/10450032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139665 0039d316-1c4b-4281-b951-d872f2087c98
* Put GL-command tracing behind a flag because it's too heavy normally.jbates@chromium.org2012-05-305-2/+22
| | | | | | | | | | | | We always want to trace some of the heavier GL commands, so those have been re-added from https://chromiumcodereview.appspot.com/10443048/. Turns out that with --trace-gl on, the trace buffer typically fills up after ~3 seconds, so the default behavior should probably be to not trace these. R=apatrick Review URL: https://chromiumcodereview.appspot.com/10442090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139664 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ChromeMainTest.SecondLaunchWithIncognitoUrl on Win and Linuxkmadhusu@chromium.org2012-05-301-2/+9
| | | | | | | | | | TBR=jam@chromium.org BUG=130395 TEST=none Review URL: https://chromiumcodereview.appspot.com/10448087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139663 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Add support for fling to snap left/right.sadrul@chromium.org2012-05-301-0/+15
| | | | | | | | | BUG=121140 TEST=none Review URL: https://chromiumcodereview.appspot.com/10441097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139662 0039d316-1c4b-4281-b951-d872f2087c98
* Makes touch tabs have some flexibility. Once they shrink beneath 180sky@chromium.org2012-05-304-13/+81
| | | | | | | | | | | | | | pixels we'll switch to stacked. Also changes code not to do standard close behavior if tab closed by way of touch. BUG=130170 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10458022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139661 0039d316-1c4b-4281-b951-d872f2087c98
* Remove PPB_Transport_Dev API.sergeyu@chromium.org2012-05-3034-1676/+25
| | | | | | | | BUG=109630 Review URL: https://chromiumcodereview.appspot.com/10454058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139660 0039d316-1c4b-4281-b951-d872f2087c98
* Disable WebUIBidiCheckerBrowserTestRTL.TestSettingsFrameSyncSetup on all ↵kmadhusu@chromium.org2012-05-301-8/+2
| | | | | | | | | | | | platforms. TBR=jeremy@chromium.org BUG=95425 TEST=none Review URL: https://chromiumcodereview.appspot.com/10458046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139659 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-05-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139658 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit revision to 118931rafaelw@chromium.org2012-05-301-1/+1
| | | | | | | | | | TBR=schenney BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10441107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139657 0039d316-1c4b-4281-b951-d872f2087c98
* Remove friend declaration from BrowserList for one panel test.jennb@chromium.org2012-05-301-1/+0
| | | | | | | | Use of GetLastActive was removed in r139426 Review URL: https://chromiumcodereview.appspot.com/10440083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139656 0039d316-1c4b-4281-b951-d872f2087c98
* Renable media.BasicPlayback since audio hash is disabled.dalecurtis@google.com2012-05-301-2/+0
| | | | | | | | | | BUG=130371 TEST=none TBR=acolwell Review URL: https://chromiumcodereview.appspot.com/10444102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139655 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed flakiness of multiprofile basic settings testcases.prachij@chromium.org2012-05-301-6/+12
| | | | | | | | | | BUG=130134 TEST=NONE NOTRY=TRUE Review URL: https://chromiumcodereview.appspot.com/10449079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139654 0039d316-1c4b-4281-b951-d872f2087c98
* [mac] Add Mac-only variant of 'Paste' string for needed for German localization.csilv@chromium.org2012-05-301-6/+20
| | | | | | | BUG=130314 Review URL: https://chromiumcodereview.appspot.com/10453086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139653 0039d316-1c4b-4281-b951-d872f2087c98
* Disable audio frame hashing due to inconsistency.dalecurtis@google.com2012-05-301-1/+2
| | | | | | | | | | BUG=130371 TEST=none TBR=acolwell Review URL: https://chromiumcodereview.appspot.com/10440100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139652 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-05-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139651 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in latest libjpeg-turbo.cevans@chromium.org2012-05-301-1/+1
| | | | | | | | BUG=130240 TBR=cdn Review URL: https://chromiumcodereview.appspot.com/10442093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139650 0039d316-1c4b-4281-b951-d872f2087c98
* Add xvfb.py to browser_test.isolatecsharp@chromium.org2012-05-301-0/+1
| | | | | | | | | | | | | | This will fix the missing file error so that the browser tests can run in swarm (and then all fail) NOTRY=true TBR=maruel@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10449078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139649 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash in clipping stacked tabs.sky@chromium.org2012-05-301-2/+6
| | | | | | | | | | BUG=130226 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10451081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139648 0039d316-1c4b-4281-b951-d872f2087c98
* Decouple FocusManager from RootWindow.oshima@chromium.org2012-05-3027-159/+277
| | | | | | | | | | | | - Added FocusChangeObserver Store active window in ActivationController instead of in RootWindow as there will be multiple root windows. BUG=123160 TEST=no functional change. all tests must pass. Review URL: https://chromiumcodereview.appspot.com/10453019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139647 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccrch@chromium.org2012-05-308-342/+91
| | | | | | | | | | | | | BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10174048 TBR=dmichael@chromium.org Review URL: https://chromiumcodereview.appspot.com/10456039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139646 0039d316-1c4b-4281-b951-d872f2087c98
* Adds zoom icons.khorimoto@chromium.org2012-05-304-0/+8
| | | | | | | | | | | TBR=cpu BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10447051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139645 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PPAPINaClTest.ImageData on all platforms.kmadhusu@chromium.org2012-05-301-1/+4
| | | | | | | | | | TBR=dmichael@chromium.org BUG=130377 TEST=none Review URL: https://chromiumcodereview.appspot.com/10459035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139644 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PPAPINaClTest.NetAddressPrivateUntrusted_GetFamily on Windows and Mac.kmadhusu@chromium.org2012-05-301-1/+9
| | | | | | | | | | TBR=dmichael@chromium.org BUG=130380 TEST=none Review URL: https://chromiumcodereview.appspot.com/10453085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139643 0039d316-1c4b-4281-b951-d872f2087c98
* Add histogram for off-store installation disallowed.aa@chromium.org2012-05-301-5/+30
| | | | | | | | BUG=55584 Review URL: https://chromiumcodereview.appspot.com/10448040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139641 0039d316-1c4b-4281-b951-d872f2087c98
* Allow user script install by dragging onto chrome://extensions/.aa@chromium.org2012-05-302-2/+21
| | | | | | | | | | | | Because otherwise, when off-store extension install is disabled, there is no way to install user scripts. BUG=55584 TEST=Run chrome with --enable-off-store-extension-install=0, navigate to a .user.js file. Should see error. Now download that file and drag onto chrome://extensions/. Should be offered a drop target, and install should proceed when dropped. Review URL: https://chromiumcodereview.appspot.com/10449008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139640 0039d316-1c4b-4281-b951-d872f2087c98
* Disable synchronous XMLHttpRequests in platform app documents.mihaip@chromium.org2012-05-305-5/+18
| | | | | | | | | | | Depends on http://webkit.org/b/87540 R=darin@chromium.org BUG=130185 Review URL: https://chromiumcodereview.appspot.com/10443047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139637 0039d316-1c4b-4281-b951-d872f2087c98
* Move ParamTraits<base::PlatformFileInfo> and <base::PlatformFileError>.tsepez@chromium.org2012-05-304-57/+57
| | | | | | | | | | Move thse to ipc/ from content/common so that they may be used in directories parallel to content/. Pre-requisite for fixing the associated bug. BUG=127624 Review URL: https://chromiumcodereview.appspot.com/10442072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139636 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-308-91/+342
| | | | | | | | | | BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10174048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139635 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug in json parser where a 4 byte unicode character caused us to read ↵tommi@chromium.org2012-05-302-1/+16
| | | | | | | | | | | an unterminated string from the stack. BUG=128737 Review URL: https://chromiumcodereview.appspot.com/10458002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139634 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 139623 - Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-3012-84/+244
| | | | | | | | | | | | | | | | | | | | This affects the following classes: * ChromotingClient * ChromotingInstance * HostUserInterface * It2MeHostUserInterface The MessageLoopProxy/WeakPtr combination requires that the WeakPtr is created on the thread referred to by the proxy; code in which that is hard to arrange usually has subtle race-conditions. TEST=Existing unit-tests, and manual testing. Review URL: https://chromiumcodereview.appspot.com/10454040 TBR=wez@chromium.org Review URL: https://chromiumcodereview.appspot.com/10446088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139633 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where a callback was being called twice.bryeung@chromium.org2012-05-301-1/+1
| | | | | | | | | | | | | Previously this was calling the result callback for ConnectToService twice, once with a socket and once with NULL. TEST=manually BUG=none Review URL: https://chromiumcodereview.appspot.com/10433005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139632 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PPAPINaClTest.FileSystem on Windows and Mac.kmadhusu@chromium.org2012-05-301-1/+10
| | | | | | | | | | TBR=dmichael@chromium.org BUG=130372 TEST=none Review URL: https://chromiumcodereview.appspot.com/10459032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139631 0039d316-1c4b-4281-b951-d872f2087c98
* RenderTextWin: Trim whitespace when stripping parentheses from the font name.asvitkine@chromium.org2012-05-301-2/+4
| | | | | | | | | BUG=129713, 105550 TEST=Go to ko.wikipedia.org and verify that Malgun Gothic gets used for the tab title text via logging. Review URL: https://chromiumcodereview.appspot.com/10458035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139630 0039d316-1c4b-4281-b951-d872f2087c98
* Register installer string delegate earlier in Chrome startup.grt@chromium.org2012-05-302-4/+4
| | | | | | | | | | | It needs to be registered before any of the first run/master preferences stuff happens. BUG=128056 TEST=delete "First Run" marker and launch Chrome. expect it not to DCHECK. Review URL: https://chromiumcodereview.appspot.com/10444090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139629 0039d316-1c4b-4281-b951-d872f2087c98
* Better cross platform behavior for blur.dtseng@chromium.org2012-05-301-2/+1
| | | | | | | | | | | | | | | | | On a focus event, we keep some state regarding the currently focused item in BrowserAccessibilityManager. In doing so, we can sometimes cause some accessibility clients to jitter when focus moves from element to element (not via the tab order). This patch removes the updating of the focused item within BrowserAccessibilityManager. Instead it prefers to simply fire the notification on the root for platforms that require it. BUG=none TEST=manually on Windows with NVDA. Review URL: https://chromiumcodereview.appspot.com/10453070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139628 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PipelineIntegrationTest.BasicPlayback on Valgrind bots. This became ↵bradchen@google.com2012-05-301-0/+2
| | | | | | | | | | | | | broken at r139609. TBR=dalecurtis BUG=139609,129284 TEST= Review URL: https://chromiumcodereview.appspot.com/10456037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139627 0039d316-1c4b-4281-b951-d872f2087c98
* Make BrowserMainParts have an empty implementation to make embedding easier.jam@chromium.org2012-05-3015-115/+45
| | | | | | | BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10443091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139626 0039d316-1c4b-4281-b951-d872f2087c98
* Make ContentClient have a default implementation to make embedding easier.jam@chromium.org2012-05-307-151/+52
| | | | | | | BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10454080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139625 0039d316-1c4b-4281-b951-d872f2087c98