- 18 Jul, 2014 7 commits
-
-
acolwell@chromium.org authored
All SourceBufferStream string based unit tests assume that decode and presentation timestamps are the same. This change extends the string syntax so that buffers can be created where the presentation and decode timestamps are different. This will make it easier to write tests that verify proper behavior when B-frames are used. Review URL: https://codereview.chromium.org/395303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283944 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=394957 R=thestig@chromium.org TBR=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/397373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283943 0039d316-1c4b-4281-b951-d872f2087c98
-
courage@chromium.org authored
This change replaces the IdentityAccountTracker with gaia::AccountTracker, which mostly does the same thing. The one functional consequence of this change is that the Identity API no longer keeps track of login token errors on its own. Instead it relies on the underlying token services to report errors to the user. BUG=364203 Review URL: https://codereview.chromium.org/398573007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283942 0039d316-1c4b-4281-b951-d872f2087c98
-
kelvinp@chromium.org authored
Now that the QUnit-based unit tests are running on the bots, we can retire gtestjs unit tests. This CL 1. Modifies remoting_webapp_unittest to include all files that are formerly covered by all_js_load.gtestjs. 2. Removes all the gtestjs files under remoting. 3. Moves run_all_remoting_unittests.cc back into the remoting directory as we no longer depends on chrome_paths.h. Review URL: https://codereview.chromium.org/394023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283941 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
On ash, toplevel window (which is a widget) is already aligned so the RWHV should be aligned to the toplevel window intead of RootWindow. This depends on the following CL: https://codereview.chromium.org/375693006/ https://codereview.chromium.org/357063002/ BUG=391822 Review URL: https://codereview.chromium.org/379483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283940 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283936 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/398163007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283935 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Jul, 2014 33 commits
-
-
jiangj@opera.com authored
Review URL: https://codereview.chromium.org/390393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283933 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
The bounds of the ExtensionToolbarMenuView were different than that of the contained BrowserActionsContainer, so part of the BrowserActionsContainer was cut off. Fix this by setting the bounds of the MenuView to match those of the Container. Before: http://imgur.com/15oiD3G,04VAifx#0 After: http://imgur.com/15oiD3G,04VAifx#1 Blue is the ExtensionToolbarMenuView, Red is the BrowserActionsContainer. In the before, note that Browser Action VIII is missing (cut off). BUG=391280 Review URL: https://codereview.chromium.org/400693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283932 0039d316-1c4b-4281-b951-d872f2087c98
-
kpschoedel@chromium.org authored
R=sadrul@chromium.org Review URL: https://codereview.chromium.org/397803007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283931 0039d316-1c4b-4281-b951-d872f2087c98
-
alexis.menard@intel.com authored
error: narrowing conversion of ‘(keysym & 65535ul)’ from ‘KeySym {aka long unsigned int}’ to ‘uint16 {aka short unsigned int}’ inside { } is ill-formed in C++11 error: narrowing conversion of ‘xkey.XKeyEvent::keycode’ from ‘unsigned int’ to ‘uint8 {aka unsigned char}’ Fixed by using the underlaying type instead, KeySym and unsigned. BUG=394636 TEST=Passed try bots. Review URL: https://codereview.chromium.org/398203004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283930 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
The 'audio/mpeg; codecs="mp3"' mimetype is not RFC 3003 compliant, but a bunch of sites apparently use it. This change restores the behavior that was in M35 and earlier and returns "probably" for this mimetype. The changes are intentionally kept small so they can be easily be merged to the M36 & M37 branches. BUG=393720,386073 TEST=MediaCanPlayTypeTest.CodecSupportTest_mp3 Review URL: https://codereview.chromium.org/400023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283929 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
We're going to remove WebNode::getElementsByTagName. BUG=394234 Review URL: https://codereview.chromium.org/393873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283928 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283927 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
This roll updates the arm64 and x86_64 ABIS to include changes in NDK r10b-rc1. This also removes android_tools/ndk_experimental and moves all 64 bit targets over to using android_tools/ndk instead. BUG=393903 Review URL: https://codereview.chromium.org/404553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283926 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Normally fake interface implementations use Fake prefix, but there were some with Fake suffix, namely SignalStrategyFake and HostStatusMonitorFake. Renamed them to use Fake prefix. R=rmsousa@chromium.org Review URL: https://codereview.chromium.org/393703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283925 0039d316-1c4b-4281-b951-d872f2087c98
-
mfoltz@chromium.org authored
Messages which track the progress of discovery are VLOG(2) and unusual events are VLOG(1). We can use this to diagnose failures in test automation with release builds. BUG=394082 Review URL: https://codereview.chromium.org/394383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283924 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadv@chromium.org authored
BUG=394836 NOTRY=true Review URL: https://codereview.chromium.org/400803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283912 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
This change implements a high priority packet list in PacedSender. In practice the order of packet priority is: 1. RTCP 2. Audio 3. Video The reason for doing this such that audio packets can interleave between video packets even if the audio packets has a greater value of timestamp. This characteristic of interleaving packets will facilitate better bandwidth estimation by looking at audio send and ACK pairs. cast_simulator shows no ill effect but a slight improvement: Before Audio frame count received: 17978 Video frame count received: 5169 After Audio frame count received: 17989 Video frame count received: 5174 BUG=394191 Review URL: https://codereview.chromium.org/399743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283911 0039d316-1c4b-4281-b951-d872f2087c98
-
dhnishi@chromium.org authored
have been used. This will be used as part of a resource/permission manager which will allow users to more easily see and modify which permissions are being granted to which websites. Design Doc: https://docs.google.com/document/d/1oQwmj3AU4QYhTyGrYEGr6zaZhHUfx-wqUgEcQGbUU-U/edit?usp=sharing BUG=372607 Review URL: https://codereview.chromium.org/356543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283909 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
Private function HasAttachmentNotOnServer is now tested (albeit indirectly) by directory_commit_contribution_unittest.cc via DirectoryCommitContribution::Build. When displayed in about:sync, SyncEntity instances will now show any attachment ids they contain. This CL depends on issue 395913003. BUG=356266,394023 Review URL: https://codereview.chromium.org/393083004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283908 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
BUG=346956 TEST=tools/telemetry/run_tests && tools/perf/run_tests && content/test/gpu/run_unittests R=kbr@chromium.org, nednguyen@google.com, tonyg@chromium.org Review URL: https://codereview.chromium.org/382433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283907 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
BUG=392280 TEST=built with chromeos==1 use_ozone==1 & ran egltest on X11 NOTRY=true Review URL: https://codereview.chromium.org/387943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283906 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
When this field trial is enabled and the data reduction proxy is enabled, all UI elements will indicate that the proxy is enabled, but the proxy will not be used. BUG=357793, 394541 Review URL: https://codereview.chromium.org/388663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283905 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
This isn't necessary because the test environment set up includes Blink creating an isolate holder. Review URL: https://codereview.chromium.org/402553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283904 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
BUG=394186 Review URL: https://codereview.chromium.org/396063006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283903 0039d316-1c4b-4281-b951-d872f2087c98
-
ahernandez.miralles@gmail.com authored
BUG=392319 NOTRY=True Review URL: https://codereview.chromium.org/386443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283899 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Finally enabling Clang requires openssl and hunspell rolls. This should fix everything else. R=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/402683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283894 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283892 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This will mark hunspell as not chromium code to make Clang happy. R=scottmg@chromium.org TBR=scottmg Review URL: https://codereview.chromium.org/402703003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283891 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
Otherwise if the devices are gone lots of tests will just fail. Already fixed this for recipe based builders in crbug.com/393681 I don't know how to test this, but happy to write one if shown. BUG=393681 NOTRY=True Review URL: https://codereview.chromium.org/390993003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283890 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@google.com authored
Seems to be ocassionally crashing when accessing the mapped PBO on at least certain Adreno 330 w/Android 4.2.2 configs. BUG=394510 Review URL: https://codereview.chromium.org/397353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283889 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
The new comments specify requirements instead of defining behavior operationally using a particular implementation (and isn't consistent with, e.g., the standalone implementation, which uses mojo/public/cpp/utility/run_loop.*). Note that this doesn't actually fix bugs or make things conform to these requirements. See crbug.com/394884, crbug.com/394883, crbug.com/394886. R=darin@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/405513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283888 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
BUG=394898 NOTRY=true R=aurimas@chromium.org Review URL: https://codereview.chromium.org/397363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283887 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=349211 TEST=Existing tests pass. Review URL: https://codereview.chromium.org/397953007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283886 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
Consolidating all the mocked components in DriWrapper for easier testability of the DRI platform. This should also simplify unittesting since there won't be a need for interfaces and factories for the sake of testing. BUG=none NOTRY=true Review URL: https://codereview.chromium.org/402773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283885 0039d316-1c4b-4281-b951-d872f2087c98
-
samuong@chromium.org authored
BUG= NOTRY=true Review URL: https://codereview.chromium.org/399133006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283884 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=yzshen@chromium.org Review URL: https://codereview.chromium.org/405433005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283881 0039d316-1c4b-4281-b951-d872f2087c98
-
gunsch@chromium.org authored
This allows other clients to use the external serialization utils. R=bsimonnet@chromium.org,isherman@chromium.org,asvitkine@chromium.org BUG=343624 Review URL: https://codereview.chromium.org/394093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283880 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Because we listen to XInput2 events on AllDevices, we receive an event from the slave device, followed by an event from the master device. It is not necessary to process the events from the slave device, so ignore them. BUG=368750 R=kpschoedel@chromium.org Review URL: https://codereview.chromium.org/402763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283879 0039d316-1c4b-4281-b951-d872f2087c98
-