summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-0613-119/+230
| | | | | | | | | | | This CL also adds a device_id input parameter to media::GetAudioInputHardwareSampleRate() and media::GetAudioInputHardwareChannelCount(). We need this new flexibility to be able to perform unit tests where the volume is modified for all supported devices. Without it, we will not be able to open the audio-input stream using the correct sample rate and channels count for all devices since all we can get information about is the default device. BUG=115013 TEST=media_unittests Review URL: http://codereview.chromium.org/9585010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125222 0039d316-1c4b-4281-b951-d872f2087c98
* Add Keyboard Support for Non-Focused Elementscsharp@chromium.org2012-03-066-1/+72
| | | | | | | | | | | | | Add functionality to RenderWidgetHostView that allows elements to register and get a chance to handle key presses without requiring them to be the focused element. BUG=51644 TEST= Review URL: http://codereview.chromium.org/9494013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125221 0039d316-1c4b-4281-b951-d872f2087c98
* Now that uploading to breakpad works on all threads add it to all places ↵lipalani@chromium.org2012-03-0612-31/+62
| | | | | | | | | | | | | | | | | that we could return an unrecoverable error. Those places include: 1. Failed model association resulting in unrecoverable error being called on DTC. 2. When disabling a single type due to a perdatatype error. 3. Failing to download requested types resulting in unrecoverable error. BUG= TEST= Review URL: http://codereview.chromium.org/9428054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125220 0039d316-1c4b-4281-b951-d872f2087c98
* Disable passwords.py tests failing against win on chrome-qa bots.dyu@chromium.org2012-03-061-0/+3
| | | | | | | | | | | - testDisplayAndSavePasswordInfobar - testInfoBarDisappearByNavigatingPage BUG=117006 TEST=none Review URL: https://chromiumcodereview.appspot.com/9616029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125219 0039d316-1c4b-4281-b951-d872f2087c98
* Initial Managed Mode extension API, supporting querying the setting and a ↵pam@chromium.org2012-03-0623-61/+988
| | | | | | | | | | | stub for enabling the mode. BUG=115447, 115448 TEST=covered by automated tests (browser_tests --gtest_filter=ExtensionApiTest.ManagedMode*) Review URL: http://codereview.chromium.org/9566007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125218 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmitting r124583 with some changes to make sure first-run pages (sync ↵tbreisacher@chromium.org2012-03-067-32/+45
| | | | | | | | | | | | promo, welcome page) still show up. BUG=111139,114259 TEST=SessionStartupPrefTest.HomePageMigration Review URL: http://codereview.chromium.org/9594035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125217 0039d316-1c4b-4281-b951-d872f2087c98
* Changes RootView not to update cursor while mouse is down. Doing sosky@chromium.org2012-03-061-3/+1
| | | | | | | | | | | | | means in mid drag the cursor can reset, even though you're dragging. BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/9600040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125216 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Remove SyncableServiceAdapter.zea@chromium.org2012-03-0634-1136/+997
| | | | | | | | | | | | | | | | | | | This comprises the following changes: - Convert all UI thread datatypes using SyncableService API to use the new UIDataTypeController - Convert ExtensionSettings to use NewNonFrontendDataTypeController (soon to be renamed NonUIDataTypeController). - Have all datatypes using the SyncableService api accessible under one GetSyncableServiceForType(..) method in the ProfileSyncComponentsFactory. - Fix up a bunch of tests. BUG=104658 TEST= Review URL: http://codereview.chromium.org/9395058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125215 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 125200 - Disabled two passwords tests for pyAuto as they are failing ↵dyu@chromium.org2012-03-061-3/+0
| | | | | | | | | | | | | | | | | | on win chrome-qa bots. Disabled tests under the wrong section. Should only be disabled against the Chrome builds. - passwords.PasswordTest.testInfoBarDisappearByNavigatingPage - passwords.PasswordTest.testDisplayAndSavePasswordInfobar BUG=117006 TEST=none Review URL: https://chromiumcodereview.appspot.com/9618016 TBR=dyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/9616027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125208 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-03-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125207 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 125182 - NaCl: Update revision in DEPS, r7946 -> r7952dcheng@chromium.org2012-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r7947: (sehr) Removes the -i option from the start up command line and replaces the argument r7948: (halyavin) Remove temporary change need for display manifest url in chrome://memory page. r7949: (kschimpf) Fix code so that x86-32 decoder doesn't abort on some illegal instructions. r7950: (kschimpf) Factor out xed decoder into separate tester instance. r7951: (jvoung) Fix bug from 7761. Have pnacl toolchain tester actually test sbtc for arm. r7952: (kschimpf) Remove the confusing concept of OpDest from the new decoder. BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/9595029 TBR=mseaborn@chromium.org Review URL: https://chromiumcodereview.appspot.com/9600055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125206 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress remaining drmemory false positives.rnk@chromium.org2012-03-061-2/+30
| | | | | | | | | | | | | | | | | I added a broad rpcrt4.dll uninit suppression. rpcrt4.dll has always had lots of uninits, and we keep getting bad stacks from it, making our precise suppressions not match. The vast majority of the time this library is used by system libraries communicating with each other. When we have investigated these uninits, they have been bit-level fps. Until we have that, I'd rather not investigate any more. TBR=bruening@chromium.org BUG=116277,86301, other drmemory issues TEST=waterfall_drmem.sh Review URL: https://chromiumcodereview.appspot.com/9592019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125205 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug that sometimes broke content script injection on startup, caused bympcomplete@chromium.org2012-03-062-8/+12
| | | | | | | | | | | | | us trying to map the SharedMemory block containing content scripts into the wrong process handle. BUG=90161 TEST=no Review URL: http://codereview.chromium.org/9601025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125204 0039d316-1c4b-4281-b951-d872f2087c98
* Mono builder cleanup:elijahtaylor@google.com2012-03-063-27/+170
| | | | | | | | | | | | | | - move runtime builder script and interp script into SDK repo - fix build step label for waterfall This change only affects the NaCl SDK builders BUG=115363 TEST=bots R=noelallen@chromium.org Review URL: https://chromiumcodereview.appspot.com/9521015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125203 0039d316-1c4b-4281-b951-d872f2087c98
* Reland - Show applications page in aura compact mode."flackr@chromium.org2012-03-063-1/+16
| | | | | | | | | BUG=116852 TEST=Launch chromeos aura in compact mode and observe that you can access applications on the new tab page. Review URL: https://chromiumcodereview.appspot.com/9616011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125202 0039d316-1c4b-4281-b951-d872f2087c98
* views: Do not use deprecated ResourceBundle::GetBitmapNamed() function.tfarina@chromium.org2012-03-0620-160/+165
| | | | | | | | | | | | Instead use the recommended ResourceBundle::GetImageNamed() function and convert it to the native type appropriately. BUG=58030 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9597022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125201 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled two passwords tests for pyAuto as they are failing on win chrome-qa ↵dyu@chromium.org2012-03-061-0/+3
| | | | | | | | | | | | | bots. - passwords.PasswordTest.testInfoBarDisappearByNavigatingPage - passwords.PasswordTest.testDisplayAndSavePasswordInfobar BUG=117006 TEST=none Review URL: https://chromiumcodereview.appspot.com/9618016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125200 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-03-061-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125199 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia DEPS to 3330epoger@google.com2012-03-061-1/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9592010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125198 0039d316-1c4b-4281-b951-d872f2087c98
* WebM parser bug fixes for live streams.acolwell@chromium.org2012-03-067-35/+163
| | | | | | | | | | | | | | - Update ChunkDemuxer so kInfiniteDuration streams are not seekable. - Add support for Segment & Cluster elements of unknown size to WebMListParser. - Update WebMStreamParser to treat content without a Duration header as having kInfiniteDuration. BUG=116824 TEST=ChunkDemuxerTest.TestWebMFile_LiveAudioAndVideo, WebMParserTest.ReservedIds, WebMParserTest.ReservedSizes Review URL: http://codereview.chromium.org/9600028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125197 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up linux sizes improvements.kerz@chromium.org2012-03-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | linux-release-64/sizes/chrome-si/initializers: traces: {u'initializers': {'high': 115.0, 'low': 115.0}} before: {u'reva': 125156, u'tolerance': 0, u'revb': 125156, u'better': u'lower', u'regress': 116, u'type': u'absolute', u'improve': 116} after: {u'reva': 125156, u'tolerance': 0, u'revb': 125156, u'better': u'lower', u'regress': 115, u'type': u'absolute', u'improve': 115} http://build.chromium.org/f/chromium/perf/linux-release-64/sizes/report.html?history=150&rev=125184&graph=chrome-si linux-release/sizes/chrome-si/initializers: traces: {u'initializers': {'high': 116.0, 'low': 116.0}} before: {u'reva': 125156, u'tolerance': 0, u'revb': 125156, u'better': u'lower', u'regress': 117, u'type': u'absolute', u'improve': 117} after: {u'reva': 125156, u'tolerance': 0, u'revb': 125156, u'better': u'lower', u'regress': 116, u'type': u'absolute', u'improve': 116} http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=150&rev=125180&graph=chrome-si linux-release/sizes/chrome-textrel/textrel: traces: {u'textrel': {'high': 0.0, 'low': 0.0}} before: {u'reva': 125180, u'revb': 125180, u'better': u'lower', u'regress': 0, u'type': u'absolute', u'improve': 0} after: {u'reva': 125180, u'revb': 125180, u'better': u'lower', u'regress': 0, u'type': u'absolute', u'improve': 0} http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=550&rev=125180&graph=totals-textrel TBR=cmp@chromium.org Review URL: https://chromiumcodereview.appspot.com/9546022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125196 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in NetworkParserUserExpansionTest.GetUserExpandedValuedhollowa@chromium.org2012-03-061-0/+8
| | | | | | | | | | | | Supresses leak in NetworkParserUserExpansionTest.GetUserExpandedValue BUG=chromium-os:25926, 116996 TEST=Valgrind and Heapcheck go green TBR=nkostylev@chromium.org Review URL: https://chromiumcodereview.appspot.com/9615023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125195 0039d316-1c4b-4281-b951-d872f2087c98
* Updated design according to mocks. Added new icons. Fixed UI colors, offsets ↵zvorygin@chromium.org2012-03-0614-87/+195
| | | | | | | | | | | and margins. BUG=chromium-os:17847, chromium-os:24611, chromium-os:24798, chromium-os:24799,chromium-os:24804, chromium-os:24806, chromium-os:24807, chromium-os:25860 TEST=Start file browser and observe ui changes noticed in bugs. Review URL: http://codereview.chromium.org/9533006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125194 0039d316-1c4b-4281-b951-d872f2087c98
* Minor change in settings.py.dyu@chromium.org2012-03-061-1/+1
| | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9546020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125193 0039d316-1c4b-4281-b951-d872f2087c98
* Disable GpuFeatureBrowserTests on GPU Linux Debug bots.zmo@chromium.org2012-03-061-1/+16
| | | | | | | | | | | | | This is an attemp to solve mysterious random timeout on GPU Linux Debug bots. (If turns out the timeouts are still there, will revert this CL) BUG= TEST=GPU Linux Debug bots R=jbates Review URL: https://chromiumcodereview.appspot.com/9615018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125190 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Move ScopedRegion into scoped_region.{h,cc}.tfarina@chromium.org2012-03-068-60/+89
| | | | | | | | | | | R=erg@chromium.org TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=125155 Review URL: https://chromiumcodereview.appspot.com/9595003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125189 0039d316-1c4b-4281-b951-d872f2087c98
* Initial cut at multi-window resize code. There's still some TODOs, butsky@chromium.org2012-03-0613-59/+1190
| | | | | | | | | | | | this is enough for folks to get a feel for it. BUG=116079 TEST=covered by tests. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9609016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125187 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-03-062-2/+2
| | | | | | | | | | | | CID_COUNT=1 CID=103415 BUG=none TEST=none R=groby Review URL: https://chromiumcodereview.appspot.com/9553017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125186 0039d316-1c4b-4281-b951-d872f2087c98
* Fix cellular plan activation.kevers@chromium.org2012-03-061-6/+23
| | | | | | | | | BUG=hromium:110749, chromium:112293 TEST=Test activation of a cellular data plan. Review URL: https://chromiumcodereview.appspot.com/9546009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125184 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-03-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125183 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r7946 -> r7952mseaborn@chromium.org2012-03-061-1/+1
| | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r7947: (sehr) Removes the -i option from the start up command line and replaces the argument r7948: (halyavin) Remove temporary change need for display manifest url in chrome://memory page. r7949: (kschimpf) Fix code so that x86-32 decoder doesn't abort on some illegal instructions. r7950: (kschimpf) Factor out xed decoder into separate tester instance. r7951: (jvoung) Fix bug from 7761. Have pnacl toolchain tester actually test sbtc for arm. r7952: (kschimpf) Remove the confusing concept of OpDest from the new decoder. BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/9595029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125182 0039d316-1c4b-4281-b951-d872f2087c98
* Split ContentBrowserClient::RenderViewHostCreatedagl@chromium.org2012-03-062-6/+6
| | | | | | | | | | | | | | | | | | Previously, ChromeContentBrowserClient::RenderViewCreated was attempting to send a routed message before the ViewMsg_New had been sent to create the destination. This message was informing the RenderView that it was an interstitial and therefore should allow Javascript regardless of the content settings. Since this message wasn't getting routed, interstitials broke when Javascript was disabled. BUG=96137 TEST=Disable Javascript in the content policy settings. Then navigate to https://foo.bar.appspot.com (or any other site with a certificate error) and ensure that the interstitial displays correctly. Review URL: https://chromiumcodereview.appspot.com/9599023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125181 0039d316-1c4b-4281-b951-d872f2087c98
* Create window in a new BrowsingInstance when opening a link in a new process.creis@chromium.org2012-03-069-72/+132
| | | | | | | | | | | This allows the rel=noreferrer process trick to work even for same-site links. BUG=69267 TEST=Same-site link to rel=noreferrer target=_blank link gets new process. Review URL: https://chromiumcodereview.appspot.com/9325082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125180 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome on Android unfork.bulach@chromium.org2012-03-061-3/+3
| | | | | | | | | | | | | A few small fixes for memory_details.cc. Android defines OS_POSIX, however we're not using the zygote host. BUG= TEST=content_unittest compiles and links for android. Review URL: http://codereview.chromium.org/9618005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125179 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: persist vertical split location in a separate property.pfeldman@chromium.org2012-03-067-15/+31
| | | | | | Review URL: http://codereview.chromium.org/9585006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125178 0039d316-1c4b-4281-b951-d872f2087c98
* Implement registry of ongoing GData operations.satorux@chromium.org2012-03-068-65/+567
| | | | | | | | | | | | | | | | | | This patch adds an way to manage all the GData operations on-flight. Specifically, - CancellAll() for canceling all the operations. - SetObserver() for observing the start/progress/finish of the active operations. Currently not enough information (about which operation corresponds to which) is passed to the observer for end-user UI. I rather want to adjust it later after UI layer is matured and what we need is determined. BUG=chromium-os:26907 TEST=unit_tests --gtest_filter='*GData*' (test for actual gdata operations are to come...) Review URL: https://chromiumcodereview.appspot.com/9564003 Patch from Kazuhiro Inaba <kinaba@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125177 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in UserManagerImpl::CreateUserdhollowa@chromium.org2012-03-062-0/+37
| | | | | | | | | | | | Supresses leak in UserManagerImpl::CreateUser BUG=chromium-os:25926, 116996 TEST=Valgrind and Heapcheck go green TBR=nkostylev@chromium.org Review URL: https://chromiumcodereview.appspot.com/9546018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125176 0039d316-1c4b-4281-b951-d872f2087c98
* Add a test file to simulate live WebM.acolwell@chromium.org2012-03-062-0/+2
| | | | | | | | | | TBR=acolwell@chromium.org BUG=116824 TEST=None Review URL: https://chromiumcodereview.appspot.com/9616018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125174 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused variable empty_subject_name.markusheintz@chromium.org2012-03-061-2/+0
| | | | | | | | | BUG=none TEST=WebsiteSettingsModel* Review URL: https://chromiumcodereview.appspot.com/9618012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125171 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unneeded arguments from SelLdrLauncher::Start call.sehr@google.com2012-03-061-2/+1
| | | | | | | | BUG= http://code.google.com/p/nativeclient/issues/detail?id=2631 TEST=none Review URL: https://chromiumcodereview.appspot.com/9609006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125170 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Add some missing virtual destructors.sadrul@chromium.org2012-03-064-0/+10
| | | | | | | | | BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9610012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125169 0039d316-1c4b-4281-b951-d872f2087c98
* net: add a batch of HSTS preloaded additions to the table.agl@chromium.org2012-03-062-0/+28
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125168 0039d316-1c4b-4281-b951-d872f2087c98
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-0679-106/+94
| | | | | | | | | TBR=jam@chromium.org BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9600021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125167 0039d316-1c4b-4281-b951-d872f2087c98
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-06211-814/+871
| | | | | | | | | | | This also finishes breaking the Chrome dependency on RenderWidgetHostImpl and RenderViewHostImpl. TBR=jam@chromium.org BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9599011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125166 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Use mocked URLFetcher and other mocks in ExistingUserController tests.nkostylev@chromium.org2012-03-0628-1395/+1761
| | | | | | | | | | | | | | | * Add MockLoginUtils + DoLaunchBrowser is not a static method any more. * Add MockUserManager * Added few missing basic expectation in MockDBusThreadManager Renaming of virtual getters/setters is done in http://codereview.chromium.org/9355059/ BUG=chromium-os:25926 TEST=ExistingUserController.ExistingUserLogin Review URL: https://chromiumcodereview.appspot.com/9348022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125165 0039d316-1c4b-4281-b951-d872f2087c98
* Pass in SpdySession's BoundNetLog to ResolveHostFromCache, so mmenke@chromium.org2012-03-062-4/+4
| | | | | | | | | | it's clearer in chrome://net-internals/ where they come from. BUG=116604 Review URL: http://codereview.chromium.org/9553018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125164 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build. finnur@chromium.org2012-03-061-1/+1
| | | | | | | | | TBR=joi BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/9600047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125163 0039d316-1c4b-4281-b951-d872f2087c98
* Move the .h ExtensionKeybindingRegistry implementation to the Views specific ↵finnur@chromium.org2012-03-063-5/+6
| | | | | | | | | | section, since it contains Views specific code. This is in anticipation of porting to GTK. BUG=27702 TEST=Covered by automated tests. Review URL: https://chromiumcodereview.appspot.com/9618009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125162 0039d316-1c4b-4281-b951-d872f2087c98
* Add website settings backend v 0.1markusheintz@chromium.org2012-03-065-0/+609
| | | | | | | | | | | | | | | | | | | | This is the second CL in a row of CLs to land the first version of Website settings. This CL adds a bare minimum website settings backend that only provides site identity and connection information. History and cookies infos will be added next. CLs: First CL: https://chromiumcodereview.appspot.com/9383005/ Second CL: UI Backend (this CL) Third CL: GTK UI ((WIP)https://chromiumcodereview.appspot.com/9379016/) BUG=113688 TEST=WebsiteSettingsModelTest* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122772 Review URL: http://codereview.chromium.org/9378014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125161 0039d316-1c4b-4281-b951-d872f2087c98
* Fix usage of --log-net-log on chromeos.joaodasilva@chromium.org2012-03-061-1/+5
| | | | | | | | | | BUG=chromium-os:25696 TEST=Using --log-net-log on chromeos works and doesn't crash Review URL: http://codereview.chromium.org/9592005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125160 0039d316-1c4b-4281-b951-d872f2087c98