summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Web-app UI nits, as requested by UX:jamiewalch@google.com2012-05-301-3/+2
| | | | | | | | | | | | * Added margin below Remote Assistance description. * Darkened page title and description. BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10440055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139624 0039d316-1c4b-4281-b951-d872f2087c98
* Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs.wez@chromium.org2012-05-3012-244/+84
| | | | | | | | | | | | | | | | | 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139623 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression for crbug.com/130362bradchen@google.com2012-05-301-0/+13
| | | | | | | | | | TBR=akalin BUG=130362 TEST= Review URL: https://chromiumcodereview.appspot.com/10454081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139621 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@139620 0039d316-1c4b-4281-b951-d872f2087c98
* Roll software rendering list to 1.33zmo@chromium.org2012-05-301-1/+1
| | | | | | | | | | BUG=108449 TEST= TBR=vangelis Review URL: https://chromiumcodereview.appspot.com/10441098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139619 0039d316-1c4b-4281-b951-d872f2087c98
* Use HTTPS when responding to user feedback.palmer@chromium.org2012-05-301-1/+1
| | | | | | | | | | | | | | This is not a particularly sensitive action, but there are (hopefully low-sensitivity) cookies in the scope of the origin, and it's a generally good idea to normalize the use of HTTPS over HTTP (as we have done with e.g. "report a translation error". This issue was reported to us by Emanuel B e3amn2l@gmail.com (no bug filed). TEST=The response page still loads Review URL: https://chromiumcodereview.appspot.com/10456014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139618 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some more uses of BrowserList::GetLastActive() from ↵ben@chromium.org2012-05-301-19/+16
| | | | | | | | | | | | | PrintPreviewHandler. In these cases we can: - rely on the preview handler's WCD to dispatch link opens correctly - obtain a profile from the WC's BrowserContext. http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10449032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139617 0039d316-1c4b-4281-b951-d872f2087c98
* Remove default duration logic from WebM parsing code.acolwell@chromium.org2012-05-306-60/+8
| | | | | | | | | | BUG=130313 TEST=WebMClusterParserTest* Review URL: https://chromiumcodereview.appspot.com/10440093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139615 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakagekmadhusu@chromium.org2012-05-301-1/+1
| | | | | | | | | | TBR=rch@chromium.org BUG=130358 TEST= Review URL: https://chromiumcodereview.appspot.com/10458042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139614 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BrowserTest.MouseLockThenFullscreen test on Linux and Windows.kmadhusu@chromium.org2012-05-301-1/+9
| | | | | | | | | | TBR=scheib@chromium.org BUG=130358 TEST=none Review URL: https://chromiumcodereview.appspot.com/10447093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139613 0039d316-1c4b-4281-b951-d872f2087c98
* Properly wired connection type detection for ChromeOS.zelidrag@chromium.org2012-05-302-16/+68
| | | | | | | | | BUG=112937 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10454077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139612 0039d316-1c4b-4281-b951-d872f2087c98
* Added new background filter functionsskuhne@chromium.org2012-05-303-24/+60
| | | | | | | | | | BUG=129815 TEST=none Review URL: https://chromiumcodereview.appspot.com/10459014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139611 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@139610 0039d316-1c4b-4281-b951-d872f2087c98
* Add audio hashing support to pipeline integration tests.dalecurtis@chromium.org2012-05-305-3/+52
| | | | | | | | | | | | | | | | | Modifies NullAudioSink to include a hash_audio_for_testing_ flag, which when set causes NAS to compute a running MD5 of every audio frame. Will be extended into ffmpeg_regression_tests in a subsequent CL with test cases for the audio glitches we've seen recently. BUG=129284 TEST=media_unittests Review URL: https://chromiumcodereview.appspot.com/10408082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139609 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r8712 -> r8733mseaborn@chromium.org2012-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r8713: (robertm) Make scons a little bit more developer friendly by rejecting unsupported r8714: (robertm) Cleaned up some of CROS vars in the pnacl builder which are no longer used. r8715: (halyavin) Bump REVISIONS. r8716: (jvoung) Bump llvm rev for local patch to local var debug info: r8717: (mseaborn) Remove most of the Windows implementation of nacl_signal r8718: (mseaborn) Thread suspension: Extend to snapshot a suspended thread's registers r8719: (jvoung) Revert "Bump llvm rev for local fix to local var debug info:" r8720: (bradchen) Add comment about different python invocation conventions in Chromium tree r8721: (mseaborn) Remove an "#ifdef NACL_STANDALONE" in the signal handling code r8722: (bbudge) Update Chrome revision in NaCl DEPS. r8724: (halyavin) Test for printing symbol values with real gdb. r8725: (mseaborn) NaClDesc: Remove two unused functions r8726: (mseaborn) Remove NaClNrdXferEffector, which is no longer used after recent changes r8727: (mseaborn) Rename "win_crash_in_syscall" -> "crash_in_syscall" in tests/trusted_crash r8728: (kschimpf) Finish building a baseline for the extra_load_store parse table in ARM. r8729: (bbudge) Update Chrome revision in NaCl DEPS. r8731: (robertm) Fix a setup related bug, increase verbosity, reduce gold-sb size r8732: (mseaborn) Signal handling: Extend trusted_crash/crash_in_syscall to work on Linux r8733: (mseaborn) Disable trusted_crash/crash_in_syscall tests when code coverage is enabled BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10448071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139608 0039d316-1c4b-4281-b951-d872f2087c98
* Give auth errors higher priority in the UI.atwilson@chromium.org2012-05-303-12/+55
| | | | | | | | | | | | Now, if we have a passphrase error and an auth error simultaneously, we'll display the auth error. BUG=127689 TEST=Log into sync, change passphrase, log in on new client and re-encrypt, wait for auth credentials to expire on first client, get auth error instead of passphrase error. It's very important that you not shutdown the first client but instead keep it running until the passphrase expires. Review URL: https://chromiumcodereview.appspot.com/10444042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139607 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid using cmd so that python can be found on pathjar@chromium.org2012-05-301-1/+0
| | | | | | | | | r=scottmg bug=broken build Review URL: https://chromiumcodereview.appspot.com/10446074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139606 0039d316-1c4b-4281-b951-d872f2087c98