summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use a direct include of strings headers in url/, win8/.avi@chromium.org2013-06-1131-32/+32
| | | | | | | | | | BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/15709011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205663 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205661 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Redo GDB launcher to use debug-stub-based nacl-gdb instead of nacl64-gdbhalyavin@google.com2013-06-114-227/+38
| | | | | | | | | | | | | | | | | Previously, the "--nacl-gdb" option was intended to work with the old nacl64-gdb debugger. This debugger attaches directly to the host OS process, and OS-specific code was required to launch it. nacl64-gdb has been deprecated for some time. This changes "--nacl-gdb" to work with the newer debug-stub-based nacl-gdb. BUG= 171963 TEST= run chrome with --nacl-gdb and --enable-nacl flags. Review URL: https://chromiumcodereview.appspot.com/15993005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205660 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 152230:152237pdr@chromium.org2013-06-111-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152231:152237&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/15904024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205659 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Check for 32-bit runtime at linux SDK install time.sbc@chromium.org2013-06-111-0/+11
| | | | | | | | | | | | | | Our compilers on linux are 32-bit only. We've had a lot of confused users because the error message generated by a missing INTERP binary is very cryptic. This change tries to preempt this by checking during SDK installation. BUG=None R=binji@chromium.org Review URL: https://codereview.chromium.org/16410018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205658 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Don't add low res tilings for small layersenne@chromium.org2013-06-118-10/+62
| | | | | | | | | R=danakj@chromium.org BUG=247465 Review URL: https://chromiumcodereview.appspot.com/16671003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205657 0039d316-1c4b-4281-b951-d872f2087c98
* Flaky browser_test: WebViewTest.TearDownTestgarykac@chromium.org2013-06-111-1/+8
| | | | | | | | | TBR=lazyboy BUG=248718 Review URL: https://codereview.chromium.org/16795002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205656 0039d316-1c4b-4281-b951-d872f2087c98
* Move ScreenCaptureDevice from media to content.sergeyu@chromium.org2013-06-119-73/+54
| | | | | | | | | | | Screen capture code has been moved from media to third-party/webrtc, so it doesn't make sense to keep ScreenCaptureDevice in media anymore. R=dalecurtis@chromium.org, jam@chromium.org Review URL: https://codereview.chromium.org/16373013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205655 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 205611 "Fix flakiness in WebrtcBrutalityTest.testReloadsA..."sergeyu@chromium.org2013-06-112-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | > Fix flakiness in WebrtcBrutalityTest.testReloadsAfterGetUserMedia > > WebrtcBrutalityTest.testReloadsAfterGetUserMedia became flaky after > r204808. The test tries to reload a page with a getUserMedia() requrest > pending, then immidiately calls getUserMedia() again and attempts to > accept the infobar. Problem is that because reload happens > asynchronously sometimes the infobar left from the first request is > accepted. When this happens the test still waits for the second > request to be accepted and then times out.. Fixed the test to wait for > the first infobar to disapper before proceeding. > > BUG=248079 > R=dalecurtis@chromium.org, kjellander@chromium.org > > Review URL: https://codereview.chromium.org/15709016 TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/16762003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205654 0039d316-1c4b-4281-b951-d872f2087c98
* Configure networks requiring a certificate.stevenjb@chromium.org2013-06-1117-166/+343
| | | | | | | | | | | | | | | | | | | | | | | | | Original CL: https://chromiumcodereview.appspot.com/16512003/ The current flow does not guarantee that a configured network will have its tpm / pkcs11 credentials configured. We need to set these properties in order to reliably connect to networks requiring certificates. The patch also includes some minor changes to improve error reporting and configuration triggering for failure cases. This patch does not introduce NetworkHandler::InitializeForTest and instead allows NetworkConnectionHandler to Initialize correctly when LoginState is not initialized. BUG=247104 TBR=gspencer@chromium.org,pneubeck@chromium.org For /wifi_data_provider_chromeos_unittest.cc: TBR=joth@chromium.org Review URL: https://chromiumcodereview.appspot.com/16045010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205653 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup InternetOptionsHandler TODOsstevenjb@chromium.org2013-06-115-83/+14
| | | | | | | | | | | | | Minor cleanup of a bunch of TOD statements in preparation for re-factoring with NetworkStateHandler. BUG=189080 For chrome/browser/resources/options TBR=jhawkins@chromium.org Review URL: https://chromiumcodereview.appspot.com/16455013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205652 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Remove 'const' from argv of main functions.sbc@chromium.org2013-06-115-7/+7
| | | | | | | | | | | | | | | This is a precursor to allowing ppapi_simple to actually use 'main' as the entry point. Apparently argv is not supposed to const when calling main because the strings are actually writable and in some cases one might want to change them. BUG=None R=binji@chromium.org Review URL: https://codereview.chromium.org/16218003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205651 0039d316-1c4b-4281-b951-d872f2087c98
* ExtensionManagementTest.PolicyOverridesUserInstallgarykac@chromium.org2013-06-111-1/+1
| | | | | | | | | TBR=joaodasilva BUG=103371,120640 Review URL: https://codereview.chromium.org/16765007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205650 0039d316-1c4b-4281-b951-d872f2087c98
* Adding wittman who can submit this change. Either Patch Set 2 or Set 3 will ↵wittman@chromium.org2013-06-112-85/+87
| | | | | | | | | | be appropriate. R=estade@chromium.org, vadimt@chromium.org Review URL: https://codereview.chromium.org/16434008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205649 0039d316-1c4b-4281-b951-d872f2087c98
* Flaky browser_test: WebCacheManagerBrowserTest.CrashOnceOnlygarykac@chromium.org2013-06-111-1/+8
| | | | | | | | | TBR=jam BUG=248704 Review URL: https://codereview.chromium.org/16443006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205647 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for LoginModel use-after-free under Viewswittman@chromium.org2013-06-115-20/+29
| | | | | | | | | | | | | | | | | | Evidence from crash reports suggests that the use-after-free may be the result of trying to use multiple observers on the LoginModel, when it only has one observer slot. Only the last observer would receive destroying notifications, resulting in possible accesses to the destroyed LoginModel from any prior observers. This change allows multiple observers to be added to the LoginModel. BUG=244724 R=isherman@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/16638007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205646 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205645 0039d316-1c4b-4281-b951-d872f2087c98
* libyuv r722 scale unittests, lint fix, OWNERS file and neon vld/vst without ↵fbarchard@chromium.org2013-06-111-1/+1
| | | | | | | | | | | | sign for better cross compile compatibility. BUG=none TEST=libyuv *Scale* unittests R=mflodman@chromium.org Review URL: https://codereview.chromium.org/16273013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205644 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 205626 "Adding libcorkscrew."raymes@chromium.org2013-06-1141-11540/+0
| | | | | | | | | | | | | | > Adding libcorkscrew. > > libcorkscrew is an Android specific library to compute stack traces. > > Review URL: https://chromiumcodereview.appspot.com/16376004 TBR=qsr@chromium.org Review URL: https://codereview.chromium.org/16355005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205643 0039d316-1c4b-4281-b951-d872f2087c98
* Set animation delegate to nil when a popup is closed directly.jianli@chromium.org2013-06-111-0/+1
| | | | | | | | | | BUG=248254 TEST=Manual test by following repro steps as in the bug R=dewittj@chromium.org, rsesek@chromium.org Review URL: https://codereview.chromium.org/15897023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205642 0039d316-1c4b-4281-b951-d872f2087c98
* Add an Android perf bisect bots and its host steps.sivachandra@chromium.org2013-06-112-0/+14
| | | | | | | | | BUG=245361 R=ilevy@chromium.org Review URL: https://codereview.chromium.org/16391007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205641 0039d316-1c4b-4281-b951-d872f2087c98
* Implement GetVoucherFile and GetHmonitor functions for PPB_Flash_DRMraymes@chromium.org2013-06-1124-23/+398
| | | | | | | | | | | | | | | | This adds 2 functions to PPB_Flash_DRM which are used for Flash DRM-related features. GetVoucherFile() returns a FileRef to a flash voucher file. This file will be dropped in to the tree next to the flash DLL and will be named plugin.vch. GetHmonitor returns the HMONITOR (on windows only) associated with the monitor displaying the instance. cpu@ will implement the backend for this. BUG=242241 R=cpu@chromium.org, jam@chromium.org, jschuh@chromium.org, yzshen@chromium.org Review URL: https://codereview.chromium.org/15079003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205640 0039d316-1c4b-4281-b951-d872f2087c98
* Add OWNERS file for third_party/webdriver.kkania@chromium.org2013-06-111-0/+4
| | | | | | | | | BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16698005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205639 0039d316-1c4b-4281-b951-d872f2087c98
* Android: Don't push layout_tests data for content browser tests.nileshagrawal@chromium.org2013-06-113-17/+13
| | | | | | | | | | | | | | These tests are now deleted. See: crbug.com/247459 Also disable some tests which were enabled but not fixed. See: https://codereview.chromium.org/16268011 BUG=238485 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205638 0039d316-1c4b-4281-b951-d872f2087c98
* [SPDY] Merge the SpdySession unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-115-2786/+359
| | | | | | | | | | | | | | Add (partial) support for SPDY/3.1 and SPDY/4a2 for SpdySession unit tests. Add support for SPDY/4a2 for SpdyStream unit tests (which was mistakenly not done in r203570). BUG=226192 R=rch@chromium.org Review URL: https://codereview.chromium.org/16434012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205637 0039d316-1c4b-4281-b951-d872f2087c98
* Use base:: on string16 and char16 in net/ and url/avi@chromium.org2013-06-1134-260/+277
| | | | | | | | | | BUG=none TEST=no change TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/16413006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205636 0039d316-1c4b-4281-b951-d872f2087c98
* Introduces SYSTEM_PRIORITYmukai@chromium.org2013-06-117-4/+86
| | | | | | | | | | | | | This new priority is expected for system-level high priority notifications such like low-battery notifications. BUG=244525 TEST=covered by the new test cases R=dewittj@chromium.org Review URL: https://chromiumcodereview.appspot.com/15777008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205635 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug when zip files in a directory containing locale characters in path.KingWeiLiu@gmail.com2013-06-112-1/+2
| | | | | | | | | BUG=248115 TEST=manual testing on windows Review URL: https://chromiumcodereview.appspot.com/16632007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205634 0039d316-1c4b-4281-b951-d872f2087c98
* Synchronized IO handles the mono input device.xians@chromium.org2013-06-112-5/+39
| | | | | | | | | | | | | Some of the input devices like webcam microphone only supports mono, and it will fail if we open the device in stereo mode. But webaudio only supports stereo now. This patch use a channel_mixer to transform the mono data to stereo, so that live audio can work with webcam microphone now. BUG=246521 TEST=goto http://chromium.googlecode.com/svn/trunk/samples/audio/visualizer-live.html, choose the logitech webcam microphone, the demo works. Review URL: https://chromiumcodereview.appspot.com/16064004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205633 0039d316-1c4b-4281-b951-d872f2087c98
* cc: PNG baseline for https://codereview.chromium.org/16667004/danakj@chromium.org2013-06-112-1/+1
| | | | | | | | | TBR=enne BUG=247782 Review URL: https://codereview.chromium.org/16783004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205632 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the search token ("Google Search") and its separator. Instead use apkasting@chromium.org2013-06-1160-1208/+355
| | | | | | | | | | | | | | | | | | different icon when the address bar is doing search term replacement. This change stops us doing search term replacement on broken-HTTPS pages (red X in lock), which was previously allowed and treated as if the terms were always "URL-like". This also removes the whole concept of "URL-like search terms". BUG=248301 TEST=Google searches should show a blue-background location icon if the address bar is displaying search terms TBR=sail@chromium.org Review URL: https://codereview.chromium.org/15703014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205631 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Clean up non-ideal low res tilings earlierenne@chromium.org2013-06-112-23/+12
| | | | | | | | | R=danakj@chromium.org BUG=247465 Review URL: https://chromiumcodereview.appspot.com/16667009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205628 0039d316-1c4b-4281-b951-d872f2087c98
* Hide touch editing handles on a webpage while scrolling.varunjain@chromium.org2013-06-113-1/+94
| | | | | | | | BUG=239140 Review URL: https://chromiumcodereview.appspot.com/15906016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205627 0039d316-1c4b-4281-b951-d872f2087c98
* Adding libcorkscrew.qsr@chromium.org2013-06-1141-0/+11540
| | | | | | | | libcorkscrew is an Android specific library to compute stack traces. Review URL: https://chromiumcodereview.appspot.com/16376004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205626 0039d316-1c4b-4281-b951-d872f2087c98
* Removed the balloon for extension using media device.xians@chromium.org2013-06-113-95/+3
| | | | | | | | | | | We decided not to use balloon to notify the users. BUG=247975 Review URL: https://chromiumcodereview.appspot.com/16737006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205625 0039d316-1c4b-4281-b951-d872f2087c98
* In RingBuffer::GetLargestFreeSizeNoWaiting, release until current token.qsr@chromium.org2013-06-112-3/+38
| | | | | | | | | | | | | RingBuffer::GetLargestFreeSizeNoWaiting can release any block for which tokens have already been seen. This is a respin of https://codereview.chromium.org/16226019, fixing the compilation issue on linux x64. R=gman@chromium.org Review URL: https://chromiumcodereview.appspot.com/16024020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205624 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205623 0039d316-1c4b-4281-b951-d872f2087c98
* The Views version of the GTK patch that explains when an extension has no ↵finnur@chromium.org2013-06-111-31/+49
| | | | | | | | | | | permission (instead of showing a blank list). BUG=214175 R=kalman@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/15851010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205622 0039d316-1c4b-4281-b951-d872f2087c98
* Tool to fix calls to scoped_ptr<T>(NULL) to use the default ctor insteaddcheng@chromium.org2013-06-115-3/+295
| | | | | | | | | BUG=173286 R=thakis@chromium.org Review URL: https://codereview.chromium.org/16606002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205621 0039d316-1c4b-4281-b951-d872f2087c98
* Use a direct include of strings headers in chrome/tools/.avi@chromium.org2013-06-117-7/+7
| | | | | | | | | | BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/15798024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205620 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 152160:152230pdr@chromium.org2013-06-111-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152161:152230&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/16780004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205619 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Enable AntiAliasing for sub-pixel translations in software rendererdanakj@chromium.org2013-06-113-32/+106
| | | | | | | | | | | | | | | While here, make the blue/yellow tests horizontal instead of vertical stripes, so that we can detect vertical flipping issues. Tests: RendererPixelTest.EnlargedRenderPassTextureWithAntiAliasing R=enne BUG=247782 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16634015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205618 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky: TabRestoreTest.RestoreCrossSiteWithExistingSiteInstancegarykac@chromium.org2013-06-111-1/+8
| | | | | | | | | TBR=jam BUG=248574 Review URL: https://codereview.chromium.org/16787003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205617 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicated --wait-for-debugger checkfeng@chromium.org2013-06-111-10/+0
| | | | | | | | | | | | | | | When Chrome (for Android) starts with --wait-for-debugger, there are two places checks the flag and wait for GDB. The diff removes the wait in content::Start, and only the check in content::BrowserMainRunnerImpl::Initialize will be hit. BUG= R=michaelbai@chromium.org, yfriedman@chromium.org Review URL: https://codereview.chromium.org/16507003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205616 0039d316-1c4b-4281-b951-d872f2087c98
* Add histograms for tracking AsyncDNS server failures.mef@chromium.org2013-06-111-0/+49
| | | | | | | | BUG=110197 Review URL: https://chromiumcodereview.appspot.com/16730005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205615 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DCHECK in browser software compositing.aelias@chromium.org2013-06-114-16/+17
| | | | | | | | | | | I introduced this problem in r205501. NOTRY=true BUG=237006 Review URL: https://chromiumcodereview.appspot.com/16781004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205614 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205613 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.19.13.ulan@chromium.org2013-06-111-1/+1
| | | | | | | | | R=jkummerow@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16776003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205612 0039d316-1c4b-4281-b951-d872f2087c98
* Fix flakiness in WebrtcBrutalityTest.testReloadsAfterGetUserMediasergeyu@chromium.org2013-06-112-6/+1
| | | | | | | | | | | | | | | | | | WebrtcBrutalityTest.testReloadsAfterGetUserMedia became flaky after r204808. The test tries to reload a page with a getUserMedia() requrest pending, then immidiately calls getUserMedia() again and attempts to accept the infobar. Problem is that because reload happens asynchronously sometimes the infobar left from the first request is accepted. When this happens the test still waits for the second request to be accepted and then times out.. Fixed the test to wait for the first infobar to disapper before proceeding. BUG=248079 R=dalecurtis@chromium.org, kjellander@chromium.org Review URL: https://codereview.chromium.org/15709016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205611 0039d316-1c4b-4281-b951-d872f2087c98
* Fix browser crash due to the BrowserActionsContainer not unregistering as ↵finnur@chromium.org2013-06-111-0/+2
| | | | | | | | | | | | | observer when it goes away. The overflow menu can potentially outlive the container, so we should (when the container dies) make sure to unregister as observer with the menu. BUG=244714 R=pkasting@chromium.org Review URL: https://codereview.chromium.org/16758005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205610 0039d316-1c4b-4281-b951-d872f2087c98