summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 34.0.1758.234.0.1758.2gitdeps2014-04-072-721/+517
|
* Incrementing VERSION to 34.0.1758.2chrome-release@google.com2013-12-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1758/src@242365 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 242311 "Emergency CL to fix official compile issue."dxie@chromium.org2013-12-231-0/+2
| | | | | | | | | | > Emergency CL to fix official compile issue. TBR=laforge@chromium.org Review URL: https://codereview.chromium.org/112943003 git-svn-id: svn://svn.chromium.org/chrome/branches/1758/src@242364 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 34.0.1758.1chrome-release@google.com2013-12-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1758/src@242354 0039d316-1c4b-4281-b951-d872f2087c98
* Branching for 1758 @242322chrome-release@google.com2013-12-230-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1758/src@242352 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1757.0 to 1758.0chrome-release@google.com2013-12-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242322 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1756.0 to 1757.0chrome-release@google.com2013-12-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242313 0039d316-1c4b-4281-b951-d872f2087c98
* Emergency CL to fix official compile issue.laforge@chromium.org2013-12-221-2/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242311 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 241611 "Changing all Get*UserProfileOrOffTheRecord() to G..."thakis@chromium.org2013-12-2216-27/+27
| | | | | | | | | | | | | | | | | | | | Speculative. This bot has been red continuously since this build: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29/builds/10024 ...and this is a CL that looks somewhat related to DeviceLocalAccountTest. > Changing all Get*UserProfileOrOffTheRecord() to Get*UserProfile() calls > > BUG=322682 > TEST=covered by existing unit tests > > Review URL: https://codereview.chromium.org/108653010 TBR=skuhne@chromium.org Review URL: https://codereview.chromium.org/120493003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242310 0039d316-1c4b-4281-b951-d872f2087c98
* disable debug information for interactive_ui_tests to hopefully avoid oomscottmg@chromium.org2013-12-221-0/+3
| | | | | | | | | TBR=maruel@chromium.org BUG=330432 Review URL: https://codereview.chromium.org/120513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242308 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromeos link error.tfarina@chromium.org2013-12-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | I started getting a link error after this revision landed: crrev.com/241873 ../../chrome/browser/chromeos/input_method/input_method_engine.cc:222: error: undefined reference to 'ui::KeycodeConverter::GetInstance()' ../../chrome/browser/chromeos/input_method/input_method_engine.cc:227: error: undefined reference to 'ui::KeycodeConverter::CodeToNativeKeycode(char const*)' clang: error: linker command failed with exit code 1 (use -v to see invocation) I fixed it by adding the missing dependency dom4_keycode_converter to browser_chromeos. BUG=326931 TEST=None TBR=komatsu@chromium.org,shuchen@chromium.org,nona@chromium.org Review URL: https://codereview.chromium.org/115693011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242300 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Refactor inline_login_ui"thakis@chromium.org2013-12-2111-575/+6
| | | | | | This reverts commit b8d871d8f2b6c46515dd79319278b49844e59a7f. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242299 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 241609 "Add cross account error detection to inline signin"thakis@chromium.org2013-12-213-127/+60
| | | | | | | | | | | | | | | | | | | | | Speculative. This bot has been red continuously since this build: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29/builds/10024 ...and this is one of the few cros-specific CLs on that build. I'll put it back in if the revert doesn't help. > Add cross account error detection to inline signin > > BUG=318859 > R=rogerta@chromium.org, xiyuan@chromium.org > > Review URL: https://codereview.chromium.org/116543007 TBR=guohui@chromium.org Review URL: https://codereview.chromium.org/113293013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242298 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 242290 "Turn on inline signin by default"thakis@chromium.org2013-12-2115-102/+143
| | | | | | | | | | | | | | | | I want to speculatively revert r241609, and this is causing merge conflicts. > Turn on inline signin by default > > BUG= > > Review URL: https://codereview.chromium.org/115393004 TBR=guohui@chromium.org Review URL: https://codereview.chromium.org/109163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242297 0039d316-1c4b-4281-b951-d872f2087c98
* Fix NULL pointer crash triggered by ↵hshi@chromium.org2013-12-211-2/+4
| | | | | | | | | | | | | | | ResetProfileSettingsHandler::InitializePage(). Added nullity checks around usages of |automatic_profile_resetter_| introduced by r240179 in ResetProfileSettingsHandler, as this pointer may be NULL when signed in as guest. BUG=330337 R=engedy@chromium.org TBR=bauerb@chromium.org TEST=verify that settings page no longer crashes when signed in as guest. Review URL: https://codereview.chromium.org/120043004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242295 0039d316-1c4b-4281-b951-d872f2087c98
* Add --run-before-build flag to instrumented libraries build script.alextaran@chromium.org2013-12-211-2/+9
| | | | | | | | | | | | | | | It's needed to do package-specific actions before library build. For example, folder rename (libk5crypto3), archive extraction (libfreetype6 and others), makefiles patching (libbz2-1.0 and others) We are planning to have little shell-script for each uncommon library. BUG=313751 R=glider@chromium.org,thakis@chromium.org Review URL: https://codereview.chromium.org/118473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242294 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-12-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242293 0039d316-1c4b-4281-b951-d872f2087c98
* Update uses of Value in android_webview, apps, ash, cc to use the base:: ↵avi@chromium.org2013-12-2112-37/+37
| | | | | | | | | | | | namespace. BUG=88666 TEST=no change TBR=ben@chromium.org Review URL: https://codereview.chromium.org/118293005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242292 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 164247:164265eseidel@chromium.org2013-12-211-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=164248:164265&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/116563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242291 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on inline signin by defaultguohui@chromium.org2013-12-2115-143/+102
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/115393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242290 0039d316-1c4b-4281-b951-d872f2087c98
* Add options to GPU pixel test to use cloud storage for reference and error ↵kbr@chromium.org2013-12-212-7/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | images. In order to run the pixel tests in isolated mode it's necessary to stop storing the reference and generated images on the local disk. This CL adds command line options to the test to optionally store and retrieve reference images from cloud storage, and to upload any error images to cloud storage directly, instead of using the separate archive_gpu_pixel_test_results step. Once this lands, the GPU recipe will be updated to switch to the new command line arguments, at which point the old on-disk storage code path will be deleted. As part of this: - Added an Exists() method to Telemetry's cloud_storage for convenience, and added an option to make the uploaded file publicly visible (required for the GPU pixel tests' web app). - Added Bitmap.WritePngToFile to supplement the method which takes a file path. BUG=330053 TEST=tested manually locally and verified upload, download, and error paths all work Review URL: https://codereview.chromium.org/106523006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242289 0039d316-1c4b-4281-b951-d872f2087c98
* Add BUILD.gn file to build base test targets.tfarina@chromium.org2013-12-218-165/+162
| | | | | | | | | | | | | This include fixes to make some other targets to build with recent changes in the tree. BUG=None TEST=gn, ninja -C out/Default test_support_base, etc... R=brettw@chromium.org Review URL: https://codereview.chromium.org/105713006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242288 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r239460: Remove usage of PathUtil from CommandHandler.hirono@chromium.org2013-12-216-52/+67
| | | | | | | | | | | | | | | Previously, r239460 was reverted because it causes test flakiness. The root cause is NavigationListItems are initialized by using FakeEntry before the volume manager is initialized. The crrev.com/241840 changes the behavior as we need volume information to initialize NavigationListItems. Thus the flakiness is already gone. Previously reverted CL: crrev.com/107933003 BUG=302090 TEST=manually Review URL: https://codereview.chromium.org/103293010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242287 0039d316-1c4b-4281-b951-d872f2087c98
* Implements the dialog view for logout confirmation dialog in public sessions.binjin@chromium.org2013-12-2114-21/+733
| | | | | | | | | | | | Implements ash::internal::LogoutConfirmationDialogView which is supposed to be used by ash::internal::LogoutButtonTray. BUG=223846 TEST=new unit test Review URL: https://codereview.chromium.org/40053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242286 0039d316-1c4b-4281-b951-d872f2087c98
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in ↵jam@chromium.org2013-12-217-14/+21
| | | | | | | | | | | SSLClientAuthHandler. BUG=304341 R=nasko@chromium.org Review URL: https://codereview.chromium.org/109653016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242285 0039d316-1c4b-4281-b951-d872f2087c98
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-2127-46/+339
| | | | | | | | Various further rework of bindings stuff to facilitate. Review URL: https://codereview.chromium.org/120043008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242284 0039d316-1c4b-4281-b951-d872f2087c98
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in ↵jam@chromium.org2013-12-211-8/+8
| | | | | | | | | | | ShellLoginDialog. BUG=304341 R=nasko@chromium.org Review URL: https://codereview.chromium.org/108333008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242283 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1755.0 to 1756.0chrome-release@google.com2013-12-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242279 0039d316-1c4b-4281-b951-d872f2087c98
* crypto: fix typo in unittest found by thakis's new compiler warning.agl@chromium.org2013-12-211-1/+1
| | | | | | | (Note: landing unreviewed because it's trivial, the weekend before Xmas and I'll forget about it if I leave it until after the vacation.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242277 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 242270 "Fixes in base for [P]NaCl port of remoting client"thakis@chromium.org2013-12-216-86/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somewhat speculative, to try and fix chromeos-chrome-34.0.1755.0_alpha-r1: armv7a-cros-linux-gnueabi-g++ -B/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.22-gold '-DV8_DEPRECATION_WARNINGS' '-D_FILE_OFFSET_BITS=64' '-DCHROMIUM_BUILD' '-DTOOLKIT_VIEWS=1' '-DUI_COMPOSITOR_IMAGE_TRANSPORT' '-DUSE_AURA=1' '-DUSE_ASH=1' '-DUSE_CAIRO=1' '-DUSE_CRAS=1' '-DUSE_GLIB=1' '-DUSE_DEFAULT_RENDER_THEME=1' '-DUSE_NSS=1' '-DUSE_X11=1' '-DOS_CHROMEOS=1' '-DUSE_XI2_MT=2' '-DFILE_MANAGER_EXTENSION=1' '-DIMAGE_LOADER_EXTENSION=1' '-DENABLE_REMOTING=1' '-DENABLE_WEBRTC=1' '-DENABLE_PEPPER_CDMS' '-DENABLE_CONFIGURATION_POLICY' '-DENABLE_INPUT_SPEECH' '-DENABLE_NOTIFICATIONS' '-DENABLE_HIDPI=1' '-DUSE_UDEV' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' '-DENABLE_EGLIMAGE=1' '-DENABLE_TASK_MANAGER=1' '-DENABLE_EXTENSIONS=1' '-DENABLE_PLUGINS=1' '-DENABLE_SESSION_SERVICE=1' '-DENABLE_THEMES=1' '-DENABLE_AUTOFILL_DIALOG=1' '-DENABLE_BACKGROUND=1' '-DENABLE_AUTOMATION=1' '-DENABLE_GOOGLE_NOW=1' '-DCLD_VERSION=2' '-DENABLE_FULL_PRINTING=1' '-DENABLE_PRINTING=1' '-DENABLE_SPELLCHECK=1' '-DENABLE_CAPTIVE_PORTAL_DETECTION=1' '-DENABLE_APP_LIST=1' '-DENABLE_MANAGED_USERS=1' '-DENABLE_MDNS=1' '-DNET_IMPLEMENTATION' '-DENABLE_BUILT_IN_DNS' '-DU_USING_ICU_NAMESPACE=0' '-DU_STATIC_IMPLEMENTATION' '-D__STDC_CONSTANT_MACROS' '-D__STDC_FORMAT_MACROS' '-DNDEBUG' '-DNVALGRIND' '-DDYNAMIC_ANNOTATIONS_ENABLED=0' '-D_FORTIFY_SOURCE=2' -I. -Isdch/open-vcdiff/src -Ithird_party/icu/source/i18n -Ithird_party/icu/source/common -Ithird_party/zlib -Ic/Release/obj/gen/net -Inet/third_party/nss/ssl -Werror -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -pthread -I/build/daisy/usr/include/glib-2.0 -I/build/daisy/usr/lib/glib-2.0/include -I/build/daisy/usr/include/nss -I/build/daisy/usr/include/nspr -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=hard -mthumb --sysroot=/build/daisy/ -O2 -fno-ident -fdata-sections -ffunction-sections -g -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -Wno-abi -MMD -MF c/Release/.deps/c/Release/obj.target/net/net/quic/quic_crypto_stream.o.d.raw -pipe -march=armv7-a -mtune=cortex-a15 -mfpu=neon -mfloat-abi=hard -D__google_stl_debug_vector=1 -c -o c/Release/obj.target/net/net/quic/quic_crypto_stream.o net/quic/quic_crypto_stream.cc chromeos-chrome-34.0.1755.0_alpha-r1: md5.cc: In function 'void base::MD5Final(base::MD5Digest*, char (*)[88])': chromeos-chrome-34.0.1755.0_alpha-r1: md5.cc:254:33: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] chromeos-chrome-34.0.1755.0_alpha-r1: ((uint32 *)ctx->in)[ 14 ] = ctx->bits[0]; chromeos-chrome-34.0.1755.0_alpha-r1: ^ chromeos-chrome-34.0.1755.0_alpha-r1: md5.cc:255:33: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] chromeos-chrome-34.0.1755.0_alpha-r1: ((uint32 *)ctx->in)[ 15 ] = ctx->bits[1]; chromeos-chrome-34.0.1755.0_alpha-r1: ^ on http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28daisy%29/builds/15156/steps/BuildPackages/logs/stdio (We don't build with type-based alias analysis enabled, so the warning isn't all that helpful, but the bot is red none the less.) > Fixes in base for [P]NaCl port of remoting client > > Various minor fixes in base needed for [P]NaCl port of remoting client: > - added base_i18n_untrusted target > - md5 is included in base_untrusted. > - base/metrics is compiled in base_untrusted (src/net depends on it). > - enabled PNaCl build of base_untrusted > - __builtin_extract_return_addr() is not allowed in PNaCl (validator > rejects it). > - sys_byteorder.h now works in NaCl. > > BUG=276739 > > Review URL: https://codereview.chromium.org/116803005 TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/120463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242276 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 241610 "cros: Use OAUTH_TOKEN_STATUS_UNKNOWN while loadin..."thakis@chromium.org2013-12-211-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | Speculative. This bot has been red continuously since this build: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%282%29/builds/10024 ...and this is one of the few cros-specific CLs on that build. I'll put it back in if the revert doesn't help. > cros: Use OAUTH_TOKEN_STATUS_UNKNOWN while loading token from db. > > "Invalid" token status has side effect and causes issue 328920. > "Unknown" status works with 328920 and still sends user to Gaia > if loading from db fails for issue 328065. > > BUG=328065,328920 > > Review URL: https://codereview.chromium.org/117443002 TBR=xiyuan@chromium.org Review URL: https://codereview.chromium.org/120433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242275 0039d316-1c4b-4281-b951-d872f2087c98
* Automated Commit: Committing new LKGM version 5131.0.0 for chromeos.chromeos-lkgm@google.com2013-12-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242274 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: Fix some incorrect DCHECKSdavemoore@chromium.org2013-12-212-2/+3
| | | | | | | | | BUG=None R=ben@chromium.org Review URL: https://codereview.chromium.org/107873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242273 0039d316-1c4b-4281-b951-d872f2087c98
* Don't call uninitialized sandbox helper function from blacklist intercepts.robertshield@chromium.org2013-12-211-1/+6
| | | | | | | | | | | | When mapping a section into a different process, the IsSameProcess function would crash invoking an uninitialized nt export. BUG=330178 TEST=NONE Review URL: https://codereview.chromium.org/93513011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242272 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent creating background pages for non-incognito profile in Guest modedpolukhin@chromium.org2013-12-217-5/+43
| | | | | | | | | BUG=329498 TEST=manually Review URL: https://codereview.chromium.org/101413011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242271 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes in base for [P]NaCl port of remoting clientsergeyu@chromium.org2013-12-216-88/+86
| | | | | | | | | | | | | | | | | Various minor fixes in base needed for [P]NaCl port of remoting client: - added base_i18n_untrusted target - md5 is included in base_untrusted. - base/metrics is compiled in base_untrusted (src/net depends on it). - enabled PNaCl build of base_untrusted - __builtin_extract_return_addr() is not allowed in PNaCl (validator rejects it). - sys_byteorder.h now works in NaCl. BUG=276739 Review URL: https://codereview.chromium.org/116803005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242270 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: Fix android builddavemoore@chromium.org2013-12-2115-199/+35
| | | | | | | | | | | | | - revert abarth's change to make gles2 go through a vtbl - Make NativeViewportService be a component library (static on Android) - Wait to create gles until there's a non empty surface (on android) BUG=None R=abarth Review URL: https://codereview.chromium.org/115563004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242269 0039d316-1c4b-4281-b951-d872f2087c98
* rAc: fix another crash involving bubbles and dead widgets :(dbeam@chromium.org2013-12-212-2/+2
| | | | | | | | | | BUG=330308 TEST=no crashes R=estade@chromium.org Review URL: https://codereview.chromium.org/114333005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242268 0039d316-1c4b-4281-b951-d872f2087c98
* Pull Linux and Mac GN binaries @ 242263brettw@chromium.org2013-12-213-3/+3
| | | | | | | | | | This is to get r242263 (handle appending non-lists to the sources variable). TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/101223010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242267 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some spam output when starting Telemetry.tonyg@chromium.org2013-12-211-4/+4
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/119413005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242266 0039d316-1c4b-4281-b951-d872f2087c98
* GN: Handle appending non-lists to the sources variable.brettw@chromium.org2013-12-216-4/+101
| | | | | | | | | | | Previously this would assert because the thing that filtered lists assumed the thing being appended was a list. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/116143007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242263 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of https://codereview.chromium.org/119913003/aurimas@chromium.org2013-12-214-19/+19
| | | | | | | | | | | | | Reason for revert: Broke ComponentUpdaterTest on Android. Need to update expectations. TBR=cpu@chromium.org,thakis@chromium.org NOTREECHECKS=true NOTRY=true BUG=116838 Review URL: https://codereview.chromium.org/120433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242262 0039d316-1c4b-4281-b951-d872f2087c98
* Sample mojo app using the compositorjamesr@chromium.org2013-12-218-1/+447
| | | | | | | | | | This shows how to use cc from a mojo app. The GLES2 bindings are very sketchy since we don't yet have an implementation of the command buffer support on top of mojo pipes, but the rest is fairly reasonable. Review URL: https://codereview.chromium.org/108853007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242261 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1754.0 to 1755.0chrome-release@google.com2013-12-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242259 0039d316-1c4b-4281-b951-d872f2087c98
* Remove squashing from about:flagsshawnsingh@chromium.org2013-12-212-16/+0
| | | | | | | | | | To deter people from enabling it which is polluting crash reports BUG=330269 Review URL: https://codereview.chromium.org/115503005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242257 0039d316-1c4b-4281-b951-d872f2087c98
* Reland "Share NetworkingPrivateEventRouter between profile and it's ↵tbarzic@chromium.org2013-12-211-0/+4
| | | | | | | | | | | | | | incognito version"" But this time with an ifdef CHROMEOS. original revision: http://crrev.com/237699 BUG=247229 Review URL: https://codereview.chromium.org/118703007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242256 0039d316-1c4b-4281-b951-d872f2087c98
* [webcrypto] Add key generation for AES-GCM and AES-KW for NSS.padolph@netflix.com2013-12-214-49/+67
| | | | | | | | | BUG=245025 TEST=content_unittests --gtest_filter="WebCryptoImpl*" Review URL: https://codereview.chromium.org/119413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242255 0039d316-1c4b-4281-b951-d872f2087c98
* Convert the DCHECK to CHECK for bad NOTIFICATION_EXTENSION_VIEW_REGISTERED ↵meacer@chromium.org2013-12-211-1/+1
| | | | | | | | | | | message. BUG=294687 TBR=yoshiki@chromium.org Review URL: https://codereview.chromium.org/109653017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242254 0039d316-1c4b-4281-b951-d872f2087c98
* libaddressinput: simplify json interfaceestade@chromium.org2013-12-215-62/+56
| | | | | | | | | | merge HasStringValue and GetStringValue BUG=none Review URL: https://codereview.chromium.org/113293011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242253 0039d316-1c4b-4281-b951-d872f2087c98
* Fix timestamp calculationyukawa@chromium.org2013-12-211-21/+27
| | | | | | | | | | Windows MIDI API specifies timestamps in milliseconds for MIM_DATA and MIM_LONGDATA. BUG=329964 Review URL: https://codereview.chromium.org/112403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242252 0039d316-1c4b-4281-b951-d872f2087c98