- 04 Jan, 2013 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175209 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
BUG=none TBR=tdanderson NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11745029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175208 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
poll() returns 0 on a timeout, and doesn't set errno in that case, so it makes no sense to use PLOG on a timeout. Also, this change prints the number of bytes already read, to help distinguish between a case where we never receive anything from the server, and a case where we do receive response but not all of it, and the rest gets stuck for some reason (buffering?). BUG=96594 Review URL: https://codereview.chromium.org/11784004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175204 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Loads bypassing the cache were counting as misses; this was bad for two reasons. Firstly, we were overcounting misses. Secondly, this was making misses look too performant. This fix was actually uploaded in https://codereview.chromium.org/11637007/ , but in all the debate about the histograms in that patch, this fix got missed. Here it is again, all by itself. R=rvargas@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/11741034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175203 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
As per VideoDecoder API, "After this (Reset) call, the decoder is back to an initialized clean state", which means that the render should be able to call decoder->Read() again. To achieve this, the decoder should be initialized with the new config even if it's in a pending reset. BUG=168128 TEST=Added unittest to cover this. Review URL: https://chromiumcodereview.appspot.com/11745012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175202 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
ANGLE doesn't need this loaded anymore. Review URL: https://chromiumcodereview.appspot.com/11737027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175201 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=168243 Review URL: https://chromiumcodereview.appspot.com/11741035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175200 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=168292 TEST=tools/perf/run_multipage_benchmarks --browser=android-chrome-dev spaceport tools/perf/page_sets/spaceport.json Review URL: https://codereview.chromium.org/11774002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175199 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@google.com authored
BUG=167694 TEST=manually verified Review URL: https://codereview.chromium.org/11746032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175198 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
The change was included by accident and possibly causing memory bots failures. BUG= Review URL: https://codereview.chromium.org/11774003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175197 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
R=nduca@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/11742043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175196 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
BUG=150316 Review URL: https://chromiumcodereview.appspot.com/11743011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175195 0039d316-1c4b-4281-b951-d872f2087c98
-
deymo@chromium.org authored
DBus was timeouting before BlueZ in the case of reconnect initiated from the chromebook. With this increased timeout, the timeout error is returned by BlueZ. BUG=chromium-os:37607 Review URL: https://chromiumcodereview.appspot.com/11743026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175194 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
reflect the number of junk characters they contained. It's unclear if the test names or what they test should be changed, though it likely doesn't matter. This inconsistency has existed since initial.commit, supporting this belief. Review URL: https://chromiumcodereview.appspot.com/11744035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175193 0039d316-1c4b-4281-b951-d872f2087c98
-
ncj674@motorola.com authored
BUG=159265 TEST=ExtensionApiTest.InputImeApiBasic TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/11611004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175192 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Modified extensions::StorageInfoProvider::CheckWatchedStorages() to avoid dereferencing an invalid iterator. BUG=none TEST=none CID=106968 Review URL: https://chromiumcodereview.appspot.com/11748025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175191 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
When the browser process launches the plugin, it explicitly tells each side the PID of the other side, and we now use this PID for sharing handles. Previously we'd use the PID from the IPC channel. Using the PID from the IPC channel creates a race condition because the PID isn't set until the "hello" message from the opposite side is processed, which isn't guaranteed at any particular time. BUG=168222 Review URL: https://codereview.chromium.org/11722017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175190 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=jcivelli@chromium.org,rsesek@chromium.org,thestig@chromium.org BUG=None TEST=green tests Review URL: https://chromiumcodereview.appspot.com/11759019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175189 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
Robohornet's main page is a good animation stress test (even without running the robohornet test). Rather than hacking in a scrolling interaction, I decided to make a wait interaction since that's more appropriate for animation related smoothness tests. It no longer made sense for the section in the page sets to be labeled "scrolling" any longer -- "smoothness" is more appropriate. I've made this change as well. BUG=None Review URL: https://chromiumcodereview.appspot.com/11734036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175188 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175187 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
This is in preparation of componentizing VisitedLink implementation and be shared with Android WebView. * Added VisitedLinkDelegate which HistoryService implements. * Removed VisitedLinkMasterFactory and have HistoryService directly own VisitedLinkMaster. * Introduce URLIterator interface for DeleteURLs. BUG= Review URL: https://chromiumcodereview.appspot.com/11573060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175186 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=153782, 152203, 161377 Test=Tests pass on all Mac bots Review URL: https://chromiumcodereview.appspot.com/11722012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175184 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=136110 Review URL: https://codereview.chromium.org/11743039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175183 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Cause Chrome Frame to follow the fast shutdown path, which cleans up infobars and avoids a crash on shutdown. Chrome Frame Android were the only remaining things in Chrome that appear not to use the fast shutdown path and afaict the non-fast shutdown path no longer works. BUG=148398 TEST=Visit hyves.nl or some other CF-aware site that pops up a translation bar in CF. Close IE, using an attached debugger or your mechanism of choice observe that Chrome doesn't crash during shutdown. TBR=sky Review URL: https://chromiumcodereview.appspot.com/11746029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175182 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175181 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
FFmpeg now outputs float for some audio decoders. Unfortunately our pipeline doesn't support float between the FFmpegAudioDecoder and AudioRenderer at present. As such, we need to convert the data into an integer format first. As a byproduct of this, AMR support for ChromeOS is finally fixed and adding support for PCM float is trivial. In summary this patch adds: - A SampleFormat property to AudioDecoderConfig. - AVSampleFormat <-> SampleFormat converters in FFmpegCommon. - Fixes ChromeOS AMR playback. - Finally plumbs pcm_f32le support (enabled in FFmpeg long ago). - Add decoder support for float planar and float interleaved playback. BUG=109085, 158187, 167069 TEST=unittests, layout tests, and demos all pass under tooling without issue. Review URL: https://codereview.chromium.org/11280301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175180 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
TBR=hartmanng BUG=157459 TEST=chrome/test/functional/perf.py -v perf.PageCyclerNetSimTest.test2012Q2 Review URL: https://codereview.chromium.org/11772003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175179 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
When using the spelling service, we should not show the "no more suggestions from Google" since that should intelligently figure out the correct suggestion. BUG=119483 TEST=run using --use-spelling-service and observe that it shows only the single suggestion. run without that flag and observe that it will still show "no more suggestions from Google" Review URL: https://chromiumcodereview.appspot.com/11635063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175178 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175177 0039d316-1c4b-4281-b951-d872f2087c98
-
bsalomon@google.com authored
BUG=122145 TEST=try servers Review URL: https://codereview.chromium.org/11742042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175175 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11722033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175174 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
> r175112: Disable ProfileBrowserTest.ProfileReadmeCreated on Windows because > Vista Tests (1) is timing out a lot. > r174957: Speculative fix for async profile browser tests > > It looks like the async tests may have been failing because they weren't observing notifications early enough. This may have lead the to miss them notification and hang the test. TBR=sail@chromium.org BUG=140882 Review URL: https://codereview.chromium.org/11782002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175173 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Display the on screen keyboard on Windows 8 when we receive a notification from the renderer that an editable field has been touched. We also hide the on screen keyboard when a non editable field us touched. BUG=166516 TBR=sky (TBR'ing sky. Will address any comments in a followup) Review URL: https://codereview.chromium.org/11734033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175171 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175170 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Most of the changes in this range were on the DX11 branch, and did not affect the main branch. BUG=none TEST=try servers Review URL: https://codereview.chromium.org/11744029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175169 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
I suspect this is the cause of http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/10666 > "platforms" in privacy.json should be "chromeos" not "cros". > > R=asargent@chromium.org > BUG=156311 > > Review URL: https://codereview.chromium.org/11744034 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/11776002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175168 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/11663023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175165 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175164 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This roll adds device whitelist in DeviceManage, and other minor fixes. Review URL: https://codereview.chromium.org/11734027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175163 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
> [ui/surface] Separate image processing logic from presentation logic. > > The D3D image processing code from AcceleratedPresenter moves to its own class, "ui/surface/accelerated_surface_transformer_win.h". This split allows the image processing code to be tested independently of the present-scheduling system, and so we add unit tests doing exactly that. Utility functions (loading d3d, creating temp surfaces) doing things commonly required by test, transform, and present code -- these functions are moved to a third location, "ui/surface/d3d9_utils_win.h" > > The new unit tests -- which live in the ui_unittests binary -- make extensive use of pseudorandom image content, which I think is kind of neat. The tests use D3D HAL devices; I tried to use REF, but it didn't work, as StretchRect+LINEAR is not supported by refrast. So as a result we may have a GPU vendor dependency in these results. > > BUG=161537 > TEST=new ui_unittests > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174028 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174338 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174943 > > Review URL: https://codereview.chromium.org/11464017 TBR=nick@chromium.org Review URL: https://codereview.chromium.org/11753031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175161 0039d316-1c4b-4281-b951-d872f2087c98
-