| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125207 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125199 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9592010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125198 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125183 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9585006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125178 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125168 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|