- 10 Jan, 2014 40 commits
-
-
danakj@chromium.org authored
Hardware video decode depends on GLX but we may be using OSMesa. In this case fallback to non-hardware video decode gracefully instead of static casting to an incorrect type. This allows us to remove flags forcing non-OSMesa for some tests, and they will test hardware decode on the ChromeOS VMs still. These flags must go in order to support browser tests running with a compositor instead of using legacy software mode, since GLX inside the bot Xvfb environment can not run the compositor. (This is a small piece of enabling us to test real code paths in browser tests https://codereview.chromium.org/120313002/ .) R=piman BUG=270918 Review URL: https://codereview.chromium.org/132503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244111 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none R=estade@chromium.org Review URL: https://codereview.chromium.org/129753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244110 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244109 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
R=rch@chromium.org BUG=none TEST=none NOTRY=true Review URL: https://codereview.chromium.org/133183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244108 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This roll adds openssl_nacl target that builds openssl for PNaCl. BUG=276739 TBR=wtc@chromium.org Review URL: https://codereview.chromium.org/133063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244106 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
Review URL: https://codereview.chromium.org/132853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244105 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This makes make_global_settings closer to the GYP version. Previously it had relied on GYP concatenating two lists when running with goma, but it doesn't actually behave this way, resulting in unexpected output. TBR=scottmg Review URL: https://codereview.chromium.org/132833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244104 0039d316-1c4b-4281-b951-d872f2087c98
-
anandc@chromium.org authored
The remoting browser test started failing for the v2 web-app, because authentication now redirects by default to the inline signin flow. To fix this, we enforce web-based sign-in by passing in the required flag. Tested that existing MANUAL_Me2Me_Connect_Local_Host, which was passing for the v1 web-app and failing for the v2 web-app, now passes for both with this change. BUG=NONE Review URL: https://codereview.chromium.org/132433005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244103 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Full paths will not work after migrating to the separate file systems per volume. Therefore, for comparing urls should be used instead. TEST=Tested manually, partly by browser_tests. BUG=320967 Review URL: https://codereview.chromium.org/130263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244102 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
In order to recognize USB MIDI jacks associated with endpoints, this CL introduces a USB descriptor parser. BUG=303596 R=toyoshim@chromium.org Review URL: https://codereview.chromium.org/105043008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244101 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
Speculative revert to fix link errors on ChromiumOS amd64 BuildPackages, complaining about undefined reference to 'alsa_util::BitsToFormat(int)'. > Fix chromeos=1 so Pulse is preferred when use_cras=0. > > Merges the settings for use_alsa and use_pulseaudio for selection > based on use_cras. > > BUG=none > TEST=Pulse is available along with ALSA when chromeos=1. > > Review URL: https://codereview.chromium.org/132773002 TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/131063006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244100 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=167240 R=xhwang@chromium.org TBR=jam Review URL: https://codereview.chromium.org/132163006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244099 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Merges the settings for use_alsa and use_pulseaudio for selection based on use_cras. BUG=none TEST=Pulse is available along with ALSA when chromeos=1. Review URL: https://codereview.chromium.org/132773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244098 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
The leaks this would have caused before should now be fixed. BUG=none Review URL: https://codereview.chromium.org/132723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244097 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244096 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
If the test exits before the navigation completes, the alert may cause difficulties. Use PUTs instead for an abort which does not trigger UI or anything. Re-enable the tests on OS X as that was probably the cause for the flake. BUG=142535,142912 TEST=PrerenderBrowserTest.ControlGroup, PrerenderBrowserTest.MatchCompleteDummy Review URL: https://codereview.chromium.org/132643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244095 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Includes the following CLs: Update third_party/nss to NSS 3.15.4. https://codereview.chromium.org/105893015/ https://codereview.chromium.org/132203003/ TBR=agl@chromium.org,rsleevi@chromium.org BUG=331625 TEST=none Review URL: https://codereview.chromium.org/131973008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244094 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244092 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
This is causing PhantomWindowControllerTest.PhantomWindowShow to fail on the Win 8 Aura bots. > This is part 1 of implemeting phantom windows for the window controls when using --ash-enable-alternate-caption-button > > Other notable changes: > - Switched to using layer animations instead of gfx::SlideAnimation > - Renamed PhantomWindowController::phantom_widget_ and PhantomWindowController::phantom_widget_start_ to PhantomWindowController::phantom_widget_in_target_root_ and PhantomWindowController::phantom_widget_in_start_root_ respectively. > - Removed PhantomWindowController::Hide(). Hiding the phantom window can now only be done via destroying the PhantomWindowController > > BUG=328930 > TEST=PhantomWindowControllerTest.* > > Review URL: https://codereview.chromium.org/101773004 TBR=pkotwicz@chromium.org Review URL: https://codereview.chromium.org/132183006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244090 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Done by extracting the PNG data from the ICO files, applying aggressive optimization, and rebuilding the ICO. Reduces the file size by 7443 bytes in total. BUG=332639 R=oshima@chromium.org Review URL: https://codereview.chromium.org/130163004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244089 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244088 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
This CL adds two tests to the Silk benchmark: 1) swipe_to_dismiss. In this effect, a message is dismissed from the inbox by swiping it to the left. 2) stress_hidey_bars. In this effect, the messages pane is scrolled down, up, and then down again, which provokes the hidey bars to hide, appear, and then hide again. I've also updated inbox_app.html to the latest version. For some reason, the slide_drawer test is broken with the new verision of the app. I've left an old_inbox_app.html for that test case, but we should investigate why the test case doesn't work with the new code. R=nduca@chromium.org BUG=332439 Review URL: https://codereview.chromium.org/132183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244087 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=332183 Review URL: https://codereview.chromium.org/131013005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244086 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=284553 TEST=new tests added Review URL: https://codereview.chromium.org/130473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244085 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=164686:164830&mode=html TBR=fsamuel@chromium.org Review URL: https://codereview.chromium.org/133163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244084 0039d316-1c4b-4281-b951-d872f2087c98
-
scr@chromium.org authored
Also adjust the background so that darker colors are lighter and by a larger amount if really dark. BUG=320899 Review URL: https://codereview.chromium.org/107623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244083 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
> [Files.app] Change sort timing during metadata fetch > > Previously, sort was not started until all the metadata is fetched. When fetching took a time, the user saw unsorted list for a while. With this patch, sort is happened just after every updates. User can see sorted list every time. > > BUG=327479 > TEST=manually tested > > Review URL: https://codereview.chromium.org/113293007 TBR=yoshiki@chromium.org Review URL: https://codereview.chromium.org/133223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244082 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244081 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/125593004/raymes@google.com authored
Reason for revert: The binaries haven't been verified. TBR=hinoka@chromium.org,szager@chromium.org,cmp@chromium.org,hinoka@google.com,jamesr@chromium.org,jamesr@google.com NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/133033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244080 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244079 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
- Treat lint issues as warnings not errors - Also, disable Recycle rule BUG=None NOTRY=True Review URL: https://codereview.chromium.org/132473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244078 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
BUG=327430 Review URL: https://codereview.chromium.org/132403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244077 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This roll contains renamed NaCl targets. Review URL: https://codereview.chromium.org/132243003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244076 0039d316-1c4b-4281-b951-d872f2087c98
-
imcheng@chromium.org authored
Attempt to fix issue 332427 by deleting LoggingImpl in CastEnvironment on the main thread instead of the last thread holding on reference to it by doing PostTask with the main thread task runner. Also re-enable CastStreamingApiTest.Basics as this patch should fix the problem. BUG=332427 Review URL: https://codereview.chromium.org/130573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244075 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
The main motivation of this change is to remove the video capture thread in the renderer. All users of a video capture device already handles the video frame on their thread. There is no need to call the clients with an additional thread. Summary of this change: * Video capture thread eliminated VideoCaptureImpl now runs on the IO thread. Clients are called on the IO thread. * Simplified VideoCaptureImplManager We still need to keep this object for the purpose of sharing a VideoCaptureImpl object with multiple clients. It should own these objects and maintain the usage count. A couple clean up items are done on this class: * It doesn't own the video capture thread now. * It is now a render thread only object. * It maintains refcount of a VideoCaptureImpl explicitly. * It is no longer refcounted. * Clients access it through RenderThreadImpl. Which ensures usage is on the render thread. * New VideoCaptureHandle class Object of this class is returned by VideoCaptureImplManager to give access to a media::VideoCapture object. It is purely a wrapper and helps to do refcounting on the render thread. Testing: Added unit tests for VideoCaptureImplManager to test refcounting. Also updated unit test for VideoCaptureImpl due to the threading changes. Review URL: https://codereview.chromium.org/120893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244074 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
AddEventHandlersToLinkElement was misspelled, so it wasn't actually counting prerender events. BUG=none TEST=PrerenderBrowserTest.PrerenderPageRemovesPending Review URL: https://codereview.chromium.org/132203008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244073 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Teach the TouchEventQueue about touch handler registration, allowing it to make more informed touch forwarding decisions. This also prevents corner cases where a partial touch sequence would be improperly forwarded to the renderer after a touch handler is registered. BUG=332418 Review URL: https://codereview.chromium.org/132083006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244072 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Eliminate ObjectTraits<T> classes in favor of putting these methods directly on the generated *_Data classes. ObjectTraits<T> was added to hide these methods from public classes, but now that *_Data classes are internal, there is no longer any need for ObjectTraits<T>. Review URL: https://codereview.chromium.org/131033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244071 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG=317523 Review URL: https://codereview.chromium.org/130963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244070 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
While a process is being destroyed by the kernel, it will loose its IPC file descriptors which signals to the browser that the process is dead. In that timeframe, doing a non blocking waitpid() is racy and can indicate the process as still being running while the kernel is still destroying it. We unify Linux with OS X and use known_dead even in the non Zygote case. BUG=332635 NOTRY=true Review URL: https://codereview.chromium.org/130633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244069 0039d316-1c4b-4281-b951-d872f2087c98
-