summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 22.0.1221.122.0.1221.1gitdeps2014-04-062-583/+328
|
* Incrementing VERSION to 22.0.1221.1chrome-release@google.com2012-07-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1221/src@149058 0039d316-1c4b-4281-b951-d872f2087c98
* Branching for 1221 @148928chrome-release@google.com2012-07-300-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1221/src@148932 0039d316-1c4b-4281-b951-d872f2087c98
* crypto: Tag some overridden methods with OVERRIDE.tfarina@chromium.org2012-07-301-4/+5
| | | | | | | | | | BUG=115047 R=rsleevi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148928 0039d316-1c4b-4281-b951-d872f2087c98
* Replaced static URLRequestDataJob factory with protocol handler for Data jobs.shalev@chromium.org2012-07-304-0/+54
| | | | | | | | | BUG=None TEST=browser_tests --single_process --gtest_filter=DownloadExtensionTest.DownloadExtensionTest_Download_DataURL Review URL: https://chromiumcodereview.appspot.com/10703089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148927 0039d316-1c4b-4281-b951-d872f2087c98
* Make SyncBackendRegistrar aware of loaded datarlarocque@chromium.org2012-07-3033-337/+385
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a parameter to the SyncManager::Initialize() callback to inform the caller which sync data types were successfully loaded from disk. This allows the SyncBackendHost and related classes make better decisions during initialization. If necessary, the SyncBackendHost will send a configure request to the syncer during early initialization asking it to download the nigori node. Now we can guarantee that the node will be available by the type ProfileSyncService::OnBackendInitialized() is called. The SyncBackendHost test expectations had to be amended to account for this test. Most of the changes are related to the fact that our behaviour no longer depends on the SyncPrefs. The ProfileSyncService*Tests were very much affected by this change. Those tests are parameterized with a callback that is used to initialize the sync DB and pretend that it had been loaded from disk. Previously, this callback would be executed later on during initialization, around the time of ProfileSyncService::OnBackendInitialize(). That approach was incompatible with this change, which requires that we have access to the fully initialized database around the time we return from SyncBackendHost::Initialize(). The callback had to be moved, which meant that it now required an explicit UserShare parameter, which meant that a lot of call sites had to be updated. BUG=129825 TEST= Review URL: https://chromiumcodereview.appspot.com/10804039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148926 0039d316-1c4b-4281-b951-d872f2087c98
* Bug fix for lack of errors on requests with invalid portsshalev@chromium.org2012-07-301-0/+11
| | | | | | | | | BUG=http://code.google.com/p/chromium/issues/detail?id=138735 Review URL: https://chromiumcodereview.appspot.com/10834053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148925 0039d316-1c4b-4281-b951-d872f2087c98
* contacts: Add test data for GDataContactsService.derat@chromium.org2012-07-3011-0/+690
| | | | | | | | | | | | | This adds some JSON feeds and an image that'll be used by a later change. BUG=128805 TEST=none TBR=satorux@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148924 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Retail mode test should not attempt to skip OOBEnirnimesh@chromium.org2012-07-301-0/+4
| | | | | | | | | | | | | | | There's no OOBE to skip in retail mode. This test broke when I switched on OOBE in test images. R=rkc@chromium.org BUG= TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10834041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148923 0039d316-1c4b-4281-b951-d872f2087c98
* Change FileManager searchbox height and paddings.oleg@chromium.org2012-07-301-3/+3
| | | | | | | | | | | P.S. This CL is in honor of François Beaufort's birthday. BUG=137998 Review URL: https://chromiumcodereview.appspot.com/10824074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148922 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Get rid of browser namespace usage in kiosk_mode_idle_logout.*tfarina@chromium.org2012-07-293-47/+29
| | | | | | | | | | | And while I'm here, clean this mess up! BUG=133088 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148920 0039d316-1c4b-4281-b951-d872f2087c98
* Delete content/browser/accessibility/renderer_accessibility_browsertest.cc. ↵jam@chromium.org2012-07-291-532/+0
| | | | | | | | I think this was missed in r140627 Review URL: https://chromiumcodereview.appspot.com/10827081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148919 0039d316-1c4b-4281-b951-d872f2087c98
* Lower static initializer expectations on mac by 2thakis@chromium.org2012-07-291-1/+1
| | | | | | | | | BUG=94925 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/10823072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148918 0039d316-1c4b-4281-b951-d872f2087c98
* Add a histogram to measure browser window displayjeremy@chromium.org2012-07-296-0/+83
| | | | | | | | | | | | Measure the amount of time from app startup to when the first browser window becomes visible. TEST=None BUG=None Review URL: https://chromiumcodereview.appspot.com/10662046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148917 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the candidate window position of IME in Retina display.horo@chromium.org2012-07-291-3/+2
| | | | | | | | | | BUG=139108 TEST=manually done Review URL: https://chromiumcodereview.appspot.com/10825070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148916 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Remove one static initializer.thakis@chromium.org2012-07-291-3/+1
| | | | | | | | BUG=94794 Review URL: https://chromiumcodereview.appspot.com/10834059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148915 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Remove one static initializer.thakis@chromium.org2012-07-291-41/+39
| | | | | | | | | | | | The NSAccessibility* strings are not defined, only declared, in NSAccessibility.h, so the compiler needs to emit a static initializer if they are used in a global initializer. BUG=94925 Review URL: https://chromiumcodereview.appspot.com/10821085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148914 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a line ending issue in pepper_message_filter.hbauerb@chromium.org2012-07-291-2/+2
| | | | | | | | | BUG=none TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10826057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148913 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce RootWindowHostDelegate. The RootWindowHost performs most of its ↵ben@chromium.org2012-07-2921-419/+509
| | | | | | | | | | | communication with RootWindow via this interface. The intent is to make the contract between RootWindowHost and RootWindow clearer. BUG=none TEST=existing Review URL: https://chromiumcodereview.appspot.com/10825050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148912 0039d316-1c4b-4281-b951-d872f2087c98
* Replace the explicit *VDA::Set{CGL,Egl,Glx}Context() methods with ctor params.fischman@chromium.org2012-07-298-67/+38
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10827074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148911 0039d316-1c4b-4281-b951-d872f2087c98
* Moving file_metadata files under content/browser/downloadcristian.patrasciuc@gmail.com2012-07-287-38/+34
| | | | | | | | | | | | | Some cleanup of the file_metadata files (especially for Mac OS). I moved them under content/browser/download and changed the namespace to "content" to match the Linux implementation and the style guide. I also included a small change to the Linux-related unittests. Review URL: https://chromiumcodereview.appspot.com/10821069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148910 0039d316-1c4b-4281-b951-d872f2087c98
* Delete unused member variable.thakis@chromium.org2012-07-281-4/+2
| | | | | | | | | BUG=none Review URL: https://chromiumcodereview.appspot.com/10828063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148909 0039d316-1c4b-4281-b951-d872f2087c98
* Rename renderer/autofill/autofill_browsertest.cc to be unique.atwilson@chromium.org2012-07-283-2/+1
| | | | | | | | | | BUG=139244 TEST=none Review URL: https://chromiumcodereview.appspot.com/10821055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148908 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Fix race condition with notification startupakalin@chromium.org2012-07-281-1/+4
| | | | | | | | | | | | | | | This fixes a race condition which may cause notifications to not work on startup. This is a minimal change for ease of merging. Unit tests will be landed in a separate patch. BUG=139424 Review URL: https://chromiumcodereview.appspot.com/10836002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148907 0039d316-1c4b-4281-b951-d872f2087c98
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-288-8/+19
| | | | | | | | | | | | | | | These const accessors are needed in my other CL 10694055. The accessors are very simple, so I duplicated the code rather than const-casting the const accessor to implement the non-const. BUG=N/A TEST=N/A (no fix & no new feature) TBR=jianli@chromium.org,darin@chromium.org,joaodasilva@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148906 0039d316-1c4b-4281-b951-d872f2087c98
* Enhance chrome://omnibox Presentationmrossetti@chromium.org2012-07-287-21/+130
| | | | | | | | | | | Added ability of providers to append arbitrary information to be presented in the omnibox metrics window. Adjust formatting somewhat. BUG=None TEST=Observe Review URL: https://chromiumcodereview.appspot.com/10692075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148905 0039d316-1c4b-4281-b951-d872f2087c98
* views/examples: Pure pedantic change.tfarina@chromium.org2012-07-289-33/+33
| | | | | | | | | | | No need of views:: while already inside views namespace. Using views:: is incosistent, as at other places in examples we don't use it. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148904 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-07-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148903 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-07-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148902 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r123970.pkasting@chromium.org2012-07-281-1/+1
| | | | | | | | | BUG=none TEST=none TBR=tomhudson Review URL: https://chromiumcodereview.appspot.com/10830062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148901 0039d316-1c4b-4281-b951-d872f2087c98
* Delete now-unnecessary local-side overrides.pkasting@chromium.org2012-07-281-4/+0
| | | | | | | | | BUG=138159 TEST=none TBR=tomhudson Review URL: https://chromiumcodereview.appspot.com/10833063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148900 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1220.0 to 1221.0chrome-release@google.com2012-07-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148895 0039d316-1c4b-4281-b951-d872f2087c98
* Change ShareableFileReference to take TaskRunner instead of MessageLoopProxykinuko@chromium.org2012-07-282-13/+15
| | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10825069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148893 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-07-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148892 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r123957.pkasting@chromium.org2012-07-281-1/+1
| | | | | | | | | BUG=none TEST=none TBR=tomhudson Review URL: https://chromiumcodereview.appspot.com/10823070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148891 0039d316-1c4b-4281-b951-d872f2087c98
* Add 2x asset to about:downloadsthakis@chromium.org2012-07-283-2/+2
| | | | | | | | | BUG=123162 TBR=flackr Review URL: https://chromiumcodereview.appspot.com/10829071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148890 0039d316-1c4b-4281-b951-d872f2087c98
* Support copying a partial rectangle region from the compositing surface on Win.mazda@chromium.org2012-07-284-44/+54
| | | | | | | | | | BUG=118571 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10829054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148889 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Add unit tests for up- and down-scaling.simonmorris@chromium.org2012-07-283-77/+164
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10828058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148888 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Exclude more browser tests that fail consistently.thestig@chromium.org2012-07-281-16/+19
| | | | | | | | | BUG=none TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10820067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148887 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Add and widen suppressions.thestig@chromium.org2012-07-281-4/+27
| | | | | | | | | BUG=122670,139470 TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10831066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148886 0039d316-1c4b-4281-b951-d872f2087c98
* Add blank line at end of file so that deleting it works on the try serverjam@chromium.org2012-07-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148885 0039d316-1c4b-4281-b951-d872f2087c98
* Commit test data to be moved since try bots won't apply otherwisejam@chromium.org2012-07-2826-0/+293
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chromeos::CryptohomeLibrary::IsMountedhashimoto@chromium.org2012-07-2812-59/+59
| | | | | | | | | | | | | CryptohomeClient::IsMounted is converted to asynchronous and used instead. Mock's default action for IsMounted is set in the ctor of MockCryptohomeClient. BUG=126674 TEST=git try -b linux_chromeos Review URL: https://chromiumcodereview.appspot.com/10817007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148883 0039d316-1c4b-4281-b951-d872f2087c98
* Convert the sub-rectangle for GL functions from the views coordinate to the ↵mazda@chromium.org2012-07-282-4/+14
| | | | | | | | | | | OpenGL coordinate. BUG=118571 Review URL: https://chromiumcodereview.appspot.com/10826054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148882 0039d316-1c4b-4281-b951-d872f2087c98
* HiDPI: Enable OTR NTP 2x assets.thakis@chromium.org2012-07-281-2/+2
| | | | | | | | | BUG=123162 TBR=flackr Review URL: https://chromiumcodereview.appspot.com/10820066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148881 0039d316-1c4b-4281-b951-d872f2087c98
* Add global tracking of GPU memory allocations. Have each ContextGroup push ↵ccameron@chromium.org2012-07-2823-67/+237
| | | | | | | | | | | memory tracking information to the GpuMemoryManager. With this we can determine if we transiently oversubscribe. BUG=135525 TEST= Review URL: https://chromiumcodereview.appspot.com/10796096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148880 0039d316-1c4b-4281-b951-d872f2087c98
* add oauth2 zippies to views extension install dialogestade@chromium.org2012-07-283-7/+266
| | | | | | | | | | BUG=130206 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10824054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148879 0039d316-1c4b-4281-b951-d872f2087c98
* Added ToJson to JSON schema compiler.mitchellwrosen@chromium.org2012-07-288-101/+352
| | | | | | | | | | | Also re-factored the recently landed Debugger api (I believe it's the only API to have compiled events, so far) BUG=138767 Review URL: https://chromiumcodereview.appspot.com/10796114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148878 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress error in AccessibilityTable::roleValue().thestig@chromium.org2012-07-281-16/+30
| | | | | | | | | BUG=139467 TEST=none TBR=dmazzoni Review URL: https://chromiumcodereview.appspot.com/10823068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148877 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-07-281-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148876 0039d316-1c4b-4281-b951-d872f2087c98