summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ilevy to the Android Infrastructure watchlistpeter@chromium.org2012-08-241-1/+2
| | | | | | | | BUG= Review URL: https://chromiumcodereview.appspot.com/10872056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153186 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate WebRequestRedirectByRegExAction to use RE2 and roll RE2 to revision ↵battre@chromium.org2012-08-2434-1280/+773
| | | | | | | | | | | | | | 97:401ab4168e8e This is a relanding of https://chromiumcodereview.appspot.com/10826120/ after RE2 has been fixed upstream to contain no static initializers. In contrast to https://chromiumcodereview.appspot.com/10873029/ is also removes some static initializers, see remove-static-initializers.patch. TBR=yoz@chromium.org BUG=112155 Review URL: https://chromiumcodereview.appspot.com/10875047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153185 0039d316-1c4b-4281-b951-d872f2087c98
* Document how the storage API's byte usage is calculated.kalman@chromium.org2012-08-243-33/+33
| | | | | | | | BUG=144533 Review URL: https://chromiumcodereview.appspot.com/10873023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153184 0039d316-1c4b-4281-b951-d872f2087c98
* Add DIR_ANDROID_EXTERNAL_STORAGE to base/base_path.hnileshagrawal@chromium.org2012-08-245-0/+26
| | | | | | | | | | | This adds a method to get the external storage directory on Android. BUG= Review URL: https://chromiumcodereview.appspot.com/10867020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153183 0039d316-1c4b-4281-b951-d872f2087c98
* Quota code cleanupkinuko@chromium.org2012-08-242-82/+28
| | | | | | | | | | | | | | * Replace foo_usage_tracker_ with GetUsageTracker(type) in quota_manager.cc * Killing unused template types in quota_types.h * Adding parameter names in Callback typedefs in quota_types.h BUG=none TEST=green bots Review URL: https://chromiumcodereview.appspot.com/10882009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153182 0039d316-1c4b-4281-b951-d872f2087c98
* Use PyAuto API to dump heap profile in Chrome Endure.dmikurube@chromium.org2012-08-241-21/+7
| | | | | | | | | BUG=122119 Review URL: https://chromiumcodereview.appspot.com/10867031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153181 0039d316-1c4b-4281-b951-d872f2087c98
* Split JSON processing of parameters that needs to be handled by thearuslan@chromium.org2012-08-2410-337/+636
| | | | | | | | | | | | | promotion system (e.g. rollout plan parameters) from processing of promo-type-specific parameters. BUG=143692 TESTS=unit_tests, manual tests as per test plan Review URL: https://chromiumcodereview.appspot.com/10860025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153180 0039d316-1c4b-4281-b951-d872f2087c98
* Make inactive tab background 90% opaque for chromeos.varunjain@chromium.org2012-08-241-0/+11
| | | | | | | | | | BUG=137351 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10871045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153179 0039d316-1c4b-4281-b951-d872f2087c98
* Move common app_list delegate code to chrome/browser/ui/app_list.benwells@chromium.org2012-08-2418-54/+63
| | | | | | | | | | | This code previously lived in chrome/browser/ui/ash/app_list. The ash-specific controller code has not been moved. BUG=138632 Review URL: https://chromiumcodereview.appspot.com/10871011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153178 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to kick builds.cmp@chromium.org2012-08-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153175 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1244.0 to 1245.0chrome-release@google.com2012-08-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153173 0039d316-1c4b-4281-b951-d872f2087c98
* whitespace change to kick builds.cmp@chromium.org2012-08-241-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153170 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-08-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153167 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit r126390:r126468.dominicc@google.com2012-08-241-1/+1
| | | | | | | TBR=kbr@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153166 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure controller is properly reset when the picker is closed.groby@chromium.org2012-08-243-4/+26
| | | | | | | | | | R=sky@chromium.org BUG=143484 Review URL: https://chromiumcodereview.appspot.com/10823424 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153165 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete includes from indexed_db_browsertest.ccdgrogan@chromium.org2012-08-241-6/+0
| | | | | | | | | BUG= Review URL: https://chromiumcodereview.appspot.com/10869041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153164 0039d316-1c4b-4281-b951-d872f2087c98
* Polish the SystemInfoProvider template code and refactor StorageInfoProvider ↵hongbo.min@intel.com2012-08-2414-148/+238
| | | | | | | | | | | based on it. BUG=136519 TEST=browser_tests --gtest_filter=SystemInfoStorageApiTest.* Review URL: https://chromiumcodereview.appspot.com/10876041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153163 0039d316-1c4b-4281-b951-d872f2087c98
* Raise the per-item byte limit in the storage API to 4096.kalman@chromium.org2012-08-243-3/+3
| | | | | | | | BUG=144533 Review URL: https://chromiumcodereview.appspot.com/10870032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153162 0039d316-1c4b-4281-b951-d872f2087c98
* Use GetDisplayNameAt() for chrome://settings/display.mukai@chromium.org2012-08-241-5/+1
| | | | | | | | | BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10873007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153161 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 153154 - Add missing dependency for chrome_java target.dbeam@chromium.org2012-08-241-2/+0
| | | | | | | | | | | | | | | The chrome_java target should depend on browser/components/web_contents_delegate_android. BUG=None Review URL: https://chromiumcodereview.appspot.com/10883016 TBR=nyquist@chromium.org Review URL: https://chromiumcodereview.appspot.com/10879060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153160 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some errors for building gpu_tests on Androidyongsheng.zhu@intel.com2012-08-242-0/+13
| | | | | | | | | | | | | | There are 2 issues: 1) Android doesn't have the switch 'kDisableExperimentalWebGL' 2) Don't depend on the target 'chrome' for gpu_tests on Android BUG=138226 TEST=compile Review URL: https://chromiumcodereview.appspot.com/10876033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153159 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.dcheng@chromium.org2012-08-2487-715/+1117
| | | | | | | | | | | | | This lays the groundwork for allowing us to pass ack handles for object IDs to SyncNotifierObservers. BUG=124149 TEST=none, there should be no behavior change. Review URL: https://chromiumcodereview.appspot.com/10837214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153158 0039d316-1c4b-4281-b951-d872f2087c98
* The touch menu for ChromeOS will be used for all flavors of ChromeOS while ↵skuhne@chromium.org2012-08-2449-225/+323
| | | | | | | | | | | | | | | | other operating systems should stay as they are. Furthermore changed according to specifications which can be seen in the issue. Cleaned up the menu separator constants. BUG=137345 TEST=visually checked Review URL: https://chromiumcodereview.appspot.com/10837317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153157 0039d316-1c4b-4281-b951-d872f2087c98
* Remove setting of TCNAME during example builds.sbc@chromium.org2012-08-242-22/+20
| | | | | | | | | | | | It was only used by hello_world and can be implemented with the preprocessor. BUG= Review URL: https://chromiumcodereview.appspot.com/10879055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153156 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the special treatment for spoken feedback in ↵mazda@chromium.org2012-08-241-8/+1
| | | | | | | | | | | | | | CapsLockHandler::HandleToggleCapsLock. Now caps lock is toggled by Alt+Search, it's safe to remove the special treatment for spoken feedback in CapsLockHandler::HandleToggleCapsLock. BUG=138575 Review URL: https://chromiumcodereview.appspot.com/10869032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153155 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing dependency for chrome_java target.nyquist@chromium.org2012-08-241-0/+2
| | | | | | | | | | | | The chrome_java target should depend on browser/components/web_contents_delegate_android. BUG=None Review URL: https://chromiumcodereview.appspot.com/10883016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153154 0039d316-1c4b-4281-b951-d872f2087c98
* De-craxify locking in VaapiVideoDecodeAccelerator's Decode methods.fischman@chromium.org2012-08-242-51/+29
| | | | | | | | | | | | | | Previously, lock_ would be acquired and released in an ad-hoc manner, allowing state_ to change between locked sections but not re-inspecting it on re-entry, and also occasionally reading it not under lock. This CL makes the locking story more uniform and eliminates known bugs. BUG=144319 Review URL: https://chromiumcodereview.appspot.com/10876049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153153 0039d316-1c4b-4281-b951-d872f2087c98
* Media Gallery: Various MediaDeviceNotificationsLinux cleanups.thestig@chromium.org2012-08-244-63/+75
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10876055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153152 0039d316-1c4b-4281-b951-d872f2087c98
* Add Android's context menu handler used on the NTP.tedchoc@chromium.org2012-08-245-2/+170
| | | | | | | | | BUG=137011 Review URL: https://chromiumcodereview.appspot.com/10861042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153151 0039d316-1c4b-4281-b951-d872f2087c98
* Do not configure data types until setup_in_progress_ == falseatwilson@chromium.org2012-08-242-3/+11
| | | | | | | | | BUG=144055 Review URL: https://chromiumcodereview.appspot.com/10827466 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153150 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 153141 - Adjust the power status UI to left aligned UI if the ↵thestig@chromium.org2012-08-244-40/+16
| | | | | | | | | | | | | | Settings is not displayed on the uber tray bubble. BUG=138186 Review URL: https://chromiumcodereview.appspot.com/10877029 TBR=jennyz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10870059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153149 0039d316-1c4b-4281-b951-d872f2087c98
* [sync] Add missing resource dependencies for sync_integration_testsrsimha@google.com2012-08-241-0/+7
| | | | | | | | | | | | The Win 7 Sync buildbot is failing sync_integration_test due to missing resource files. Turns out the files are missing as dependencies in chrome_tests.gypi. The target has pretty much the same resource dependencies as browser_tests, and somewhere along the line, the dependencies diverged. We never found out about this because somewhere else along the line, sync_integration_tests was removed from the list of gatekeeper tests that make the tree go red. This patch adds the required dependencies and fixes the bots. The tests will be added to the gatekeeper test list in another patch, once the waterfall goes green for a while. BUG=143767 Review URL: https://chromiumcodereview.appspot.com/10869042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153148 0039d316-1c4b-4281-b951-d872f2087c98
* GPU process sends IPC to browser process indicating success of initialization.apatrick@chromium.org2012-08-244-0/+12
| | | | | | | | | | This is used for a histogram to measure the proportion of normal GPU process terminations that are caused by failure to initialize. BUG=142797 Review URL: https://chromiumcodereview.appspot.com/10872051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153142 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust the power status UI to left aligned UI if the Settings is not ↵jennyz@chromium.org2012-08-244-16/+40
| | | | | | | | | | | displayed on the uber tray bubble. BUG=138186 Review URL: https://chromiumcodereview.appspot.com/10877029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153141 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed Decoder -> VideoDecoder.kxing@chromium.org2012-08-2411-90/+95
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10873047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153140 0039d316-1c4b-4281-b951-d872f2087c98
* views/examples: Remove unused |browser_context_| variable.tfarina@chromium.org2012-08-241-1/+0
| | | | | | | | | | | I forgot to remove this in the previous patch :-/ BUG=141187 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10867047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153139 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some defective links in events and whats_new docs.yoz@chromium.org2012-08-247-20/+16
| | | | | | | | BUG=143895 Review URL: https://chromiumcodereview.appspot.com/10870054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153138 0039d316-1c4b-4281-b951-d872f2087c98
* New implementation of default apps.grv@chromium.org2012-08-245-54/+125
| | | | | | | | | | | | | | The default apps are now installed using the external extension install flow but are considered as internal thereafter. Thus, they should behave exactly the other apps post installation. Also, they are only installed during new profile creation or for new Chrome users. BUG=138614 Review URL: https://chromiumcodereview.appspot.com/10834191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153137 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 139366 - [OSX/Pepper] Don't have browser cache shmem ref behind ↵sail@chromium.org2012-08-241-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | ImageData. On OSX the browser has to create shmem blocks for sandboxed processes. The browser process can keep a handle for synchronizing between processes by id, but pepper's implementation just passes the handle between processes so that is not necessary. Before, the browser ran out of handles which breaks all sorts of stuff, but everything kept running, with various visual glitches (and no fds in browser is really bad). With this change, the renderer crashes. That sounds bad, but is actually better in terms of resolving the underlying problems. Also, histogram sizes for all platforms. Using a TransportDIB for small images is probably a bad idea. The histograms should show how things are being used in the wild. BUG=129430,141541 TEST=flapper works, histograms appear. Review URL: https://chromiumcodereview.appspot.com/10424007 TBR=shess@chromium.org Review URL: https://chromiumcodereview.appspot.com/10879050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153136 0039d316-1c4b-4281-b951-d872f2087c98
* Remove lingering WebViewClient::createGraphicsContext3D referencesjamesr@chromium.org2012-08-244-11/+3
| | | | | | | | | | | | | | This API is deprecated and going away soon upstream. render_view_impl hasn't actually implemented this API, it just had some lingering comments. TestWebViewDelegate implemented this API, but nobody using TWVD depended on it. BUG= Review URL: https://chromiumcodereview.appspot.com/10867041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153135 0039d316-1c4b-4281-b951-d872f2087c98
* views/examples: Remove the content dependency from examples_window.* component.tfarina@chromium.org2012-08-243-19/+7
| | | | | | | | | BUG=141187 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10867027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153134 0039d316-1c4b-4281-b951-d872f2087c98
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take ↵shalev@chromium.org2012-08-24123-559/+931
| | | | | | | | | | | | | | NetworkDelegate as argument This change goes a long way to prepare for removing NetworkDelegate from URLRequestContext. TBR=sky@chromium.org, michaeln@chromium.org, benjhayden@chromium.org, brettw@chromium.org, ben@chromium.org, davemoore@chromium.org, zelidrag@chromium.org, mnissler@chromium.org, thestig@chromium.org, asargent@chromium.org, jhawkins@chromium.org, bulach@chromium.org BUG=crbug.com/142945 Review URL: https://chromiumcodereview.appspot.com/10855209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153133 0039d316-1c4b-4281-b951-d872f2087c98
* Remove transitional WEBLAYER_IS_PURE_VIRTUAL codejamesr@chromium.org2012-08-245-249/+0
| | | | | | | | | | | | | The code guarded by !defined(WEBLAYER_IS_PURE_VIRTUAL) is dead as of http://trac.webkit.org/changeset/126076. Also removes WEBCONTENTLAYERCLIENT_FLOAT_OPAQUE_RECT code, which has been dead since WebKit r108829 BUG= Review URL: https://chromiumcodereview.appspot.com/10831396 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153132 0039d316-1c4b-4281-b951-d872f2087c98
* Reland of http://codereview.chromium.org/10854204/, whichmmenke@chromium.org2012-08-246-34/+260
| | | | | | | | | | | | | I reverted because of a bug in its unit tests. Retry failed network requests. R=willchan@chomium.org BUG=143425 Review URL: https://chromiumcodereview.appspot.com/10872044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153131 0039d316-1c4b-4281-b951-d872f2087c98
* Histogram - add check for invalid LinearHistogram data.hshi@chromium.org2012-08-241-0/+6
| | | | | | | | | | | | | | Fix is similar to Zel's change for the base Histogram class: https://chromiumcodereview.appspot.com/10825169 Now that the real fix is in, revert the temporary debug CLs that I added earlier. BUG=143714 Review URL: https://chromiumcodereview.appspot.com/10875041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153130 0039d316-1c4b-4281-b951-d872f2087c98
* Remove TODO in remoting.gypkxing@chromium.org2012-08-241-2/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10879040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153129 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 153060 - Use early expansion for debug_optimizexhwang@chromium.org2012-08-241-1/+1
| | | | | | | | | | | | | | | | | | https://chromiumcodereview.appspot.com/10828084 tried to do this but did it only for release_optimize. BUG=139118,70107 Review URL: https://chromiumcodereview.appspot.com/10873039 TBR=thakis@chromium.org We are getting unit_tests and content_unittests failure on Linux Clang (dbg) constently. Try reverting this CL to see if it helps. Sorry! http://chromegw.corp.google.com/i/chromium/builders/Linux%20Clang%20%28dbg%29/builds/31418/steps/content_unittests/logs/stdio Review URL: https://chromiumcodereview.appspot.com/10882023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153128 0039d316-1c4b-4281-b951-d872f2087c98
* Remove --enable-hidpi-pdf-plugin flags, enable by defaultjhorwich@chromium.org2012-08-247-22/+1
| | | | | | | | | | | | | Remove the experimental flag --enable-hidpi-pdf-plugin, and always tell PDF Viewer to use HiDPI rendering on HiDPI displays. BUG=142076 TEST=View PDF on Mac Retina display or simulated HiDPI display Review URL: https://chromiumcodereview.appspot.com/10874026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153127 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for CC and CXX in chromium.gyp_env. These are useful for ↵grt@chromium.org2012-08-241-1/+3
| | | | | | | | | | | winja+GOMA. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10880023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153126 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the Website Settings UI by default on trunk.markusheintz@chromium.org2012-08-245-16/+15
| | | | | | | | | BUG=106072 Review URL: https://chromiumcodereview.appspot.com/10873020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153125 0039d316-1c4b-4281-b951-d872f2087c98