summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoids updating dock alignment when drag is cancelledvarkha@chromium.org2014-01-174-24/+55
| | | | | | | | | | BUG=334313 TEST=ash_unittests --gtest_filter=*RevertDockedDragRevertsAttachment* TEST=Manual on Chromebook Review URL: https://codereview.chromium.org/141053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245435 0039d316-1c4b-4281-b951-d872f2087c98
* Add country combobox to change country and rebuild address inputs.dbeam@chromium.org2014-01-1715-212/+819
| | | | | | | | | R=estade@chromium.org BUG=331544 Review URL: https://codereview.chromium.org/124533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245434 0039d316-1c4b-4281-b951-d872f2087c98
* Linux Aura: Added --use-system-title-bar flag.mgiuca@chromium.org2014-01-1713-31/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | This flag makes browser windows use the system window dressing and title bar, instead of the custom frame. This is a Linux Aura equivalent of the "Use System Title Bar and Border" preference in Linux GTK. (Eventually, this part will be controlled by the same preference, rather than this flag.) With this flag, browser windows use the native system window decoration, with our custom close/minimize/maximize buttons removed, and the tab strip being condensed vertically with square corners (like the maximized tab strip). Popup browser windows (including V1 apps and the Developer Tools window) drop the blue custom frame altogether in favour of the native frame. BUG=317859 TEST=With --use-system-title-bar, open a browser window. Both maximized and restored windows should have a system native title bar, and the tab strip should be compacted into a single row (as when maximized). TEST=With --use-system-title-bar, open a hosted app window. It should have a system native title bar, with no second blue title bar. Review URL: https://codereview.chromium.org/111723012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245433 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Add an error autoreporting feature that automatically raises ↵samuong@chromium.org2014-01-1713-2/+165
| | | | | | | | | | errors from browser logs BUG=chromedriver:543 Review URL: https://codereview.chromium.org/101203012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245432 0039d316-1c4b-4281-b951-d872f2087c98
* Add RGB565 Texture readback support in gl_helpersiva.gunturi@samsung.com2014-01-1724-56/+345
| | | | | | | | | | Plan is to add a RGB565 readback and copy conversion for RGBA8 to RGB565 in GLHelper. BUG=323150 Review URL: https://codereview.chromium.org/88033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245431 0039d316-1c4b-4281-b951-d872f2087c98
* [webcrypto] Add RSASSA-PKCS1-v1_5 sign and verify for NSS.padolph@netflix.com2014-01-174-116/+631
| | | | | | | | | BUG=245025 TEST=content_unittests --gtest_filter="WebCryptoImpl*" Review URL: https://codereview.chromium.org/68303009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245430 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of Reenable linux_aura on the main builders. ↵erg@chromium.org2014-01-176-27/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/136813004/) Reason for revert: Failed due to mysterious failures on the Google Chrome Linux bot. Example: FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/debian/build.sh -o../out/Release -b ../out/Release -a ia32 -c stable Staging common install files in '/tmp/deb.build.AEvway'... eu-strip: while computing checksum for debug information: Invalid argument Cleaning... BUG=335451 Original issue's description: > Reenable linux_aura on the main builders. > > We fixed the browser test slowdown that lead to linux_aura being > disabled in r235280. (Different test suites are faster or slower, but > overall, tests run faster.) > > We are turning this on primarily to get perf data; if things look > acceptable, we hope to cut a dev channel this week. > > BUG=319075,125106,303342,318961 > NOTRY=True > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245415 TBR= NOTREECHECKS=true NOTRY=true BUG=319075,125106,303342,318961 Review URL: https://codereview.chromium.org/140823008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245429 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of linux_aura: Attempt to green the official builder by reverting ↵erg@chromium.org2014-01-171-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unwind support. (https://codereview.chromium.org/141013009/) Reason for revert: Didn't actually help with the build failures on Google Chrome Linux. Original issue's description: > linux_aura: Attempt to green the official builder by reverting unwind support. > > This effectively reverts in r243919 and r244331 in a desperate attempt > to fix the tree. > > Build fail output: > > FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/rpm/build.sh -o../out/Release -b ../out/Release -a ia32 -c beta > Staging common install files in '/tmp/rpm.build.XtJRbJ'... > eu-strip: while computing checksum for debug information: Invalid argument > FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/rpm/build.sh -o../out/Release -b ../out/Release -a ia32 -c unstable > Staging common install files in '/tmp/rpm.build.t4jNp4'... > eu-strip: while computing checksum for debug information: Invalid argument > FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/debian/build.sh -o../out/Release -b ../out/Release -a ia32 -c unstable > Staging common install files in '/tmp/deb.build.CxnH9l'... > eu-strip: while computing checksum for debug information: Invalid argument > Cleaning... > FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/debian/build.sh -o../out/Release -b ../out/Release -a ia32 -c stable > Staging common install files in '/tmp/deb.build.9Zyie1'... > eu-strip: while computing checksum for debug information: Invalid argument > Cleaning... > FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/debian/build.sh -o../out/Release -b ../out/Release -a ia32 -c beta > Staging common install files in '/tmp/deb.build.xUB39X'... > eu-strip: while computing checksum for debug information: Invalid argument > Cleaning... > FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/rpm/build.sh -o../out/Release -b ../out/Release -a ia32 -c stable > Staging common install files in '/tmp/rpm.build.aN0PGV'... > eu-strip: while computing checksum for debug information: Invalid argument > ../out/Release/chrome, section '.eh_frame': the call frame entry at offset 0x18 uses a DWARF expression to describe how to recover register '.cfa', but this translator cannot yet translate DWARF expressions to Breakpad postfix expressions > ninja: build stopped: subcommand failed. > > BUG=180975 > TBR=spang@chromium.org, stip@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245421 TBR=spang@chromium.org,stip@chromium.org NOTREECHECKS=true NOTRY=true BUG=180975 Review URL: https://codereview.chromium.org/141273005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245428 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1790.0 to 1791.0chrome-release@google.com2014-01-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245423 0039d316-1c4b-4281-b951-d872f2087c98
* linux_aura: Attempt to green the official builder by reverting unwind support.erg@chromium.org2014-01-171-16/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This effectively reverts in r243919 and r244331 in a desperate attempt to fix the tree. Build fail output: FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/rpm/build.sh -o../out/Release -b ../out/Release -a ia32 -c beta Staging common install files in '/tmp/rpm.build.XtJRbJ'... eu-strip: while computing checksum for debug information: Invalid argument FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/rpm/build.sh -o../out/Release -b ../out/Release -a ia32 -c unstable Staging common install files in '/tmp/rpm.build.t4jNp4'... eu-strip: while computing checksum for debug information: Invalid argument FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/debian/build.sh -o../out/Release -b ../out/Release -a ia32 -c unstable Staging common install files in '/tmp/deb.build.CxnH9l'... eu-strip: while computing checksum for debug information: Invalid argument Cleaning... FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/debian/build.sh -o../out/Release -b ../out/Release -a ia32 -c stable Staging common install files in '/tmp/deb.build.9Zyie1'... eu-strip: while computing checksum for debug information: Invalid argument Cleaning... FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/debian/build.sh -o../out/Release -b ../out/Release -a ia32 -c beta Staging common install files in '/tmp/deb.build.xUB39X'... eu-strip: while computing checksum for debug information: Invalid argument Cleaning... FAILED: cd ../../chrome; flock -- /tmp/linux_package_lock bash ../out/Release/installer/rpm/build.sh -o../out/Release -b ../out/Release -a ia32 -c stable Staging common install files in '/tmp/rpm.build.aN0PGV'... eu-strip: while computing checksum for debug information: Invalid argument ../out/Release/chrome, section '.eh_frame': the call frame entry at offset 0x18 uses a DWARF expression to describe how to recover register '.cfa', but this translator cannot yet translate DWARF expressions to Breakpad postfix expressions ninja: build stopped: subcommand failed. BUG=180975 TBR=spang@chromium.org, stip@chromium.org Review URL: https://codereview.chromium.org/141013009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245421 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac build breakage on r245418jschuh@chromium.org2014-01-171-5/+5
| | | | | | | | TBR=bbudge@chromium.org Review URL: https://codereview.chromium.org/131493006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245419 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-1753-129/+129
| | | | | | | | | | | | | | | * Move into base/numerics subdirectory. * Rename files for clarity. * Add owners. * Rename checked_numeric_cast to checked_cast. * Fixup callsites and include paths. BUG=332611 R=brettw@chromium.org, jam@chromium.org Review URL: https://codereview.chromium.org/141113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245418 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable linux_aura on the main builders.erg@chromium.org2014-01-176-6/+27
| | | | | | | | | | | | | | | | We fixed the browser test slowdown that lead to linux_aura being disabled in r235280. (Different test suites are faster or slower, but overall, tests run faster.) We are turning this on primarily to get perf data; if things look acceptable, we hope to cut a dev channel this week. BUG=319075,125106,303342,318961 NOTRY=True Review URL: https://codereview.chromium.org/136813004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245415 0039d316-1c4b-4281-b951-d872f2087c98
* Add plumbing and support for crossfading StreamParserBuffers.dalecurtis@chromium.org2014-01-176-21/+301
| | | | | | | | | | | | | | | | | Per the MSE specification adds a fade-out section to StreamParserBuffer which will contain buffers for crossfading. Modifies SourceBufferStream::GetNextBuffer() to properly return these buffers with a config change in between the fade out and fade in sections. BUG=334493 TEST=New unittests. NOTRY=true Review URL: https://codereview.chromium.org/125543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245413 0039d316-1c4b-4281-b951-d872f2087c98
* win: Find and use toolchain installed by depot_toolsscottmg@chromium.org2014-01-171-31/+25
| | | | | | | | | | | | | | | | The toolchain directory inside depot_tools will only exist if "set DEPOT_TOOLS_WIN_TOOLCHAIN=1" so this is currently a no-op. It will break the "dogfood" of 'GYP_MSVS_USE_SYSTEM_TOOLCHAIN' now renamed per above, but I think only a few people tested that (cc'd here). R=dpranke@chromium.org BUG=323300, 326357 Review URL: https://codereview.chromium.org/137573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245412 0039d316-1c4b-4281-b951-d872f2087c98
* Adding number of users to ChromeOS crash recordskuhne@chromium.org2014-01-174-0/+24
| | | | | | | | | BUG=330217 TEST=none Review URL: https://codereview.chromium.org/137753007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245408 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Add test for TiledLayerImpl mask with no resourceenne@chromium.org2014-01-171-0/+11
| | | | | | | | BUG=165723 Review URL: https://codereview.chromium.org/137853021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245406 0039d316-1c4b-4281-b951-d872f2087c98
* Add tool to help analyze binary sizeandrewhayden@chromium.org2014-01-1710-0/+2022
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/119083006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245405 0039d316-1c4b-4281-b951-d872f2087c98
* Get the proper Mac SDK path for the GN build.brettw@chromium.org2014-01-172-6/+20
| | | | | | | | | | | This gets the path from xcodebuild rather than hardcoding it in the .gn files. R=thakis BUG= Review URL: https://codereview.chromium.org/136793020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245403 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused var.vitalybuka@chromium.org2014-01-171-1/+0
| | | | | | Review URL: https://codereview.chromium.org/140843005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245402 0039d316-1c4b-4281-b951-d872f2087c98
* Telemetry: Fix typo for non-Android GPU thread name.epenner@chromium.org2014-01-171-1/+1
| | | | | | | | | | | | | | GPU->Gpu TBR=nduca@chromium.org BUG=PEBKAC NOTRY=true No-try since it's a three character change and breaking the test on the mac. Review URL: https://codereview.chromium.org/141373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245400 0039d316-1c4b-4281-b951-d872f2087c98
* [GCM] Add valgrind support for running gcm testszea@chromium.org2014-01-171-0/+4
| | | | | | | | BUG=284553 Review URL: https://codereview.chromium.org/136473006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245398 0039d316-1c4b-4281-b951-d872f2087c98
* Add content API CreateVideoEncodeAccelerator.hshi@chromium.org2014-01-174-0/+46
| | | | | | | | BUG=325984 Review URL: https://codereview.chromium.org/98183007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245397 0039d316-1c4b-4281-b951-d872f2087c98
* [WebsiteSettings] API for permissions bubbles.gbillock@chromium.org2014-01-175-0/+295
| | | | | | | | | | | | This introduces a new API for clients to prepare permission bubbles for display to the user. Currently Follows the API of the InfoBar system pretty closely. BUG=332115 Review URL: https://codereview.chromium.org/121113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245396 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-01-171-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245395 0039d316-1c4b-4281-b951-d872f2087c98
* Roll NSS from r244613 to r245298.eroman@chromium.org2014-01-171-1/+1
| | | | | | | | | | | | This pulls in 1 change: r245298: Add SEC_SignData to NSS exports. (eroman@chromium.org) BUG=245025 Review URL: https://codereview.chromium.org/140763005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245394 0039d316-1c4b-4281-b951-d872f2087c98
* Adds asynchronous unzip functions to ZipReaderhaven@chromium.org2014-01-178-64/+454
| | | | | | | | | | Updates ImageWriterPrivate to use the new asynchronous functions. BUG=324091 Review URL: https://codereview.chromium.org/92873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245393 0039d316-1c4b-4281-b951-d872f2087c98
* Normalize _unittest.cc filename suffix for unittestsalecflett@chromium.org2014-01-1725-38/+38
| | | | | | | | | | | This allows tools that use filename heuristics to detect tests (like scythe) BUG=335193 Review URL: https://codereview.chromium.org/138433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245392 0039d316-1c4b-4281-b951-d872f2087c98
* Remove private system API calls in dns_config_service_posix on iOSdroger@chromium.org2014-01-174-101/+162
| | | | | | | | BUG=335000 Review URL: https://codereview.chromium.org/135043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245391 0039d316-1c4b-4281-b951-d872f2087c98
* Disable incognito if parental controls are enabled on android.tedchoc@chromium.org2014-01-1711-7/+120
| | | | | | | | | | | | Provides a hook to the Android application to specify whether parental controls are enabled and incognito should be disabled. TEST=build/android/test_runner.py gtest -s unit_tests BUG=329276 Review URL: https://codereview.chromium.org/136693011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245390 0039d316-1c4b-4281-b951-d872f2087c98
* [rac] Format an address for display.rouslan@chromium.org2014-01-1714-59/+653
| | | | | | | | BUG=327046 Review URL: https://codereview.chromium.org/131223004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245389 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Limit ManageTiles calls to once per-frame on averagebrianderson@chromium.org2014-01-174-10/+84
| | | | | | | | | | | | | | | | | | This makes sure LTHI notifies the Scheduler of all ManageTiles calls and then avoids a scheduled ManageTiles if we are already averaging one or more ManageTiles per BeginImplFrame. Limiting the scheduled ManageTiles to occur only if a ManageTiles hasn't happened in the current frame can still result in two ManageTiles per frame since we might schedule a ManageTiles at the begining of a frame and then call explicitly when the commit finishes if the main thread is in a high latency mode. BUG=334749 Review URL: https://codereview.chromium.org/130483010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245388 0039d316-1c4b-4281-b951-d872f2087c98
* Nukes MessageLoop::Dispatcher (2)sky@chromium.org2014-01-1731-60/+71
| | | | | | | | | | | | | | There is no point in this typedef now that MessagePumpDispatcher is its own class. BUG=none TEST=none R=darin@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/135563004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245387 0039d316-1c4b-4281-b951-d872f2087c98
* Add back the code to PrerenderManager::PendingSwap to handle ↵jam@chromium.org2014-01-178-24/+197
| | | | | | | | | | | | | RenderViewCreated being called for a cross-site navigation. The two tests are from David's https://codereview.chromium.org/140073003. BUG=330735 R=davidben@chromium.org, tburkard@chromium.org Review URL: https://codereview.chromium.org/138583003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245386 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-01-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245385 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 165243:165252eseidel@chromium.org2014-01-161-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=165244:165252&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/141203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245384 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Replace passing identically-sized vectors with pairsjsbell@chromium.org2014-01-168-78/+45
| | | | | | | | | | | | Avoid the antipattern of passing vectors-that-must-be-the-same-size. Use a tuple (well, a pair) instead. R=tsepez@chromium.org,alecflett@chromium.org BUG=334314 Review URL: https://codereview.chromium.org/138703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245383 0039d316-1c4b-4281-b951-d872f2087c98
* Show overlay displaying the state of all sticky keys when it is enabled.tengs@chromium.org2014-01-169-111/+740
| | | | | | | | | BUG=229042 TEST=manual, new unit tests Review URL: https://codereview.chromium.org/137373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245382 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: Move test_embedder.* to the mojo_system_impl component.viettrungluu@chromium.org2014-01-164-7/+11
| | | | | | | | | | | | Also, tighten up DEPS: things outside mojo/system/ shouldn't include things in mojo/system/, unless they're an embedder in which case they can include things in mojo/system/embedder/. R=sky@chromium.org Review URL: https://codereview.chromium.org/136473007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245381 0039d316-1c4b-4281-b951-d872f2087c98
* Move kExtensionProcess to src/extensions/common/switches.ccjamescook@chromium.org2014-01-168-17/+20
| | | | | | | | | | | | app_shell needs it and it should be in the src/extensions module anyhow. BUG=none TEST=compiles TBR=miket@chromium.org Review URL: https://codereview.chromium.org/136473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245380 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing test targets to chrome_official_builder for Windows.phajdan.jr@chromium.org2014-01-161-3/+18
| | | | | | | | | BUG=334006 R=cpu@chromium.org Review URL: https://codereview.chromium.org/138333005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245379 0039d316-1c4b-4281-b951-d872f2087c98
* Update DecoratedTextfield layout on icon changes.msw@chromium.org2014-01-161-16/+2
| | | | | | | | | | | | | Call Layout to update newly visible icon bounds. Remove incorrect inset modifications for icons. BUG=334132 TEST=rAc dialogs show icons as intended. R=estade@chromium.org Review URL: https://codereview.chromium.org/140653004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245378 0039d316-1c4b-4281-b951-d872f2087c98
* [Ozone] Removing Stub SFO implementation & CreateTestHelper from SFOdnicoara@chromium.org2014-01-164-52/+0
| | | | | | | | | | | | | | | | Given we now use the OzonePlatform to initialize SFO and we already have a test implementation(the file backend), the Stub implementation isn't required. After the removal the unittests will default to using the file backend. This change also fixes the recent brakage of aura_unittests since the Stub SFO returns 0 (kNullAcceleratedWidget) for a widget, which triggers a DCHECK failure in WindowTreeHost::DestroyCompositor. BUG= Review URL: https://codereview.chromium.org/131493005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245377 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an issue that MediaController is disaled when entering fullscreenqinmin@chromium.org2014-01-163-13/+25
| | | | | | | | | | | | | In the old contentVideoView.java, we create the MediaController first in the openVideo() call. Then we call updateMediaMetadata() to enable to media controller and set the metadata. With ContentVideoViewLegacy.java, the ordering between updateMediaMetadata() and mediaController creation is reversed. That causes the controller to become disabled. This change posts a task when RequestMediaMetadata() is called to solve the above issue, and to avoid the reentrance issue. BUG=334635 Review URL: https://codereview.chromium.org/141243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245376 0039d316-1c4b-4281-b951-d872f2087c98
* Adding skia null gl context sources to chromium's build of skia so it can be ↵junov@chromium.org2014-01-161-0/+1
| | | | | | | | | | used in blink unit tests BUG=329949 Review URL: https://codereview.chromium.org/140743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245375 0039d316-1c4b-4281-b951-d872f2087c98
* extensions: Relocate pref name constants.derat@chromium.org2014-01-1635-238/+263
| | | | | | | | | | | | | | | | | | | Move extension-related pref name constants used by the ExtensionPrefs class from chrome/common/pref_names.h to extensions/browser/pref_names.h. Remove "Extension" from the beginning of the constant identifiers and "Pref" from the end since it seemed redundant now that they're in the extensions::pref_names namespace. Also delete prefs::kExtensionBlacklistUpdateVersion since it hasn't been used in about a year. BUG=313284 TBR=isherman@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/140343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245374 0039d316-1c4b-4281-b951-d872f2087c98
* Use ~/.gyp/include.gypi in GN build.brettw@chromium.org2014-01-162-2/+24
| | | | | | | | | | | This also fixes the goma toolchain definition. My conditions syntax was missing a set of []. R=scottmg@chromium.org BUG= Review URL: https://codereview.chromium.org/140763006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245371 0039d316-1c4b-4281-b951-d872f2087c98
* Change output filename for official builds of Android Chromotinglambroslambrou@chromium.org2014-01-163-5/+7
| | | | | | | | | | | Official builds will produce ChromeRemoteDesktop.apk instead of Chromoting.apk R=kerz@chromium.org, sergeyu@chromium.org Review URL: https://codereview.chromium.org/141213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245370 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-01-161-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245369 0039d316-1c4b-4281-b951-d872f2087c98
* Add libwebm in third_party.sergeyu@chromium.org2014-01-167-0/+79
| | | | | | | | | | | | | libwebm will be used by chromoting client to generate WebM stream for MediaSource API. BUG=321825 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245139 Review URL: https://codereview.chromium.org/134643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245368 0039d316-1c4b-4281-b951-d872f2087c98