summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-0614-103/+262
| | | | | | | | | To facilitate this, moved it out of host_resolver.cc to its own set of files. BUG=84261 Review URL: http://codereview.chromium.org/6993015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88006 0039d316-1c4b-4281-b951-d872f2087c98
* QuotaPermissionContext's dtor must be virtualkinuko@chromium.org2011-06-061-1/+1
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6993056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88005 0039d316-1c4b-4281-b951-d872f2087c98
* presubmit: Make AUTHORS presubmit check use lower-cased email addresses.thakis@chromium.org2011-06-061-2/+2
| | | | | | | | | | | This is so that presubmit stops complaining about Takano.Naoki@gmail.com. BUG=none TEST=none Review URL: http://codereview.chromium.org/7024048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88004 0039d316-1c4b-4281-b951-d872f2087c98
* Split the policy refresh rate preference into user- and device-policy ↵sfeuz@chromium.org2011-06-0615-60/+113
| | | | | | | | | | | | | | refresh rate. This is an effort towards removing dependencies of the ProfilePolicyConnector on Profile. BUG=none TEST=Verify that user- and device-refresh rate are set correctly when specified by policy. Review URL: http://codereview.chromium.org/7014036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88003 0039d316-1c4b-4281-b951-d872f2087c98
* Committing http://codereview.chromium.org/7084022/ for Satoshi Matsuzaki.mirandac@chromium.org2011-06-061-2/+9
| | | | | | | | BUG=37501 TEST=make sure maximized incognito app window has same color as regular incognito app window. Review URL: http://codereview.chromium.org/7112034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88002 0039d316-1c4b-4281-b951-d872f2087c98
* enable antialiasing for skia-gpureed@google.com2011-06-061-0/+2
| | | | | | | | | | | | | | | | This fixes hulu.com (yay!) and does not seem to slow down these sites: - fishtank - speedreading - galaxy Note -- I ran DRT locally, but I'm not seeing the failures I would expect... :( Here's what I ran ./third_party/WebKit/Tools/Scripts/new-run-webkit-tests --platform chromium-gpu Review URL: http://codereview.chromium.org/7058070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87999 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the remaining Chrome SSL dependencies from content.jam@chromium.org2011-06-0610-34/+99
| | | | | | | BUG=76697 Review URL: http://codereview.chromium.org/7058062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87998 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily add a LOG(WARNING) to make it easy to track crosbug.com/15851.yusukes@google.com2011-06-061-1/+4
| | | | | | | | | BUG=chromium-os:15851 TEST=manually Review URL: http://codereview.chromium.org/7024045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87997 0039d316-1c4b-4281-b951-d872f2087c98
* Random cleanup & improvements to OmxVideoDecodeAccelerator:fischman@chromium.org2011-06-064-153/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rip out support for HW decode to sysmem buffers from OVDA (which doesn't work and for which we don't have a need (yet)). - Deliver on the promise of Picture to provide a bitstream buffer id from which the picture was decoded by propagating the bitstream buffer id from input buffers (BitstreamBuffer) to output buffers (Picture) through OMX_BUFFERHEADERTYPE's nTimeStamp field (HACK!). Now checking for this in the test. - Free output buffers uniformly: both dismiss from OMX & from client at the same time, during OnStateChangeExecutingToIdle, instead of freeing from OMX during OnStateChangeExecutingToIdle and from client during OnPortCommandFlush. - Clean up OVDA implementation: - Replaced unnecessary OMX_AllocateBuffer with OMX_UseBuffer. - Unify two parallel vector<>s (one of which is of pairs) into a single map<id, struct> to ease readability and to increase robustness (should be harder now to have these data items fall out of sync with each other). - Removed unnecessary output_buffer_count_ field. - Removed unused field output_buffer_size_. - Replaced use of explicitly-managed omx_buff_ids_ map with implicit use of pAppPrivate field on input buffer headers. BUG=none TEST=run the test per instructions in http://codereview.chromium.org/7112019 Review URL: http://codereview.chromium.org/6993051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87996 0039d316-1c4b-4281-b951-d872f2087c98
* Remove debug assertions for redundant FreeID calls.husky@google.com2011-06-062-4/+19
| | | | | | | | The GLES conformance tests use double frees. Checking the specs, redundant free calls should be silently ignored. Review URL: http://codereview.chromium.org/7056067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87995 0039d316-1c4b-4281-b951-d872f2087c98
* Adds dhollowa to views watchlistdhollowa@chromium.org2011-06-061-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7111030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87994 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] No crashes only on Stable channelavayvod@chromium.org2011-06-061-1/+1
| | | | | | | | | | R=glotov BUG=chromium-os:7203 TEST=Check that crash reporting is disabled only on Stable channel always in Guest mode. Review URL: http://codereview.chromium.org/7113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87993 0039d316-1c4b-4281-b951-d872f2087c98
* Add more logging and error reporting to chromedriver forkkania@chromium.org2011-06-063-40/+76
| | | | | | | | | | | launching and connecting to chrome. BUG=none TEST=none Review URL: http://codereview.chromium.org/7033060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87992 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-06-061-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87991 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 88122:88162bulach@chromium.org2011-06-061-1/+1
| | | | | | | | BUG= TEST= TBR=simonjam@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87990 0039d316-1c4b-4281-b951-d872f2087c98
* Adds View::OnWillCompositeTexture that is invoked before a texture issky@chromium.org2011-06-066-0/+32
| | | | | | | | | | | | | | | | | | drawn by the compositor and Compositor::Blur to blur a region. If you want to blur a region, then you have to override OnWillCompositeTexture and invoke Blur. I considered adding an Effect enum that allows you to set BLUR on any view. I shied away from that as we may need blur to take a region, and I wasn't too happy about adding more to view. I can easily change it though. BUG=none TEST=none R=ben@chromium.org,wjmaclean@chromium.org Review URL: http://codereview.chromium.org/7056046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87989 0039d316-1c4b-4281-b951-d872f2087c98
* Return script error message back to the webdriver client. Also, fix a leak inkkania@chromium.org2011-06-064-26/+28
| | | | | | | | | | | the execute script code. BUG=none TEST=none Review URL: http://codereview.chromium.org/6982052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87988 0039d316-1c4b-4281-b951-d872f2087c98
* Removes force_bookmark_bar_visible_ from WebUI and puts it insky@chromium.org2011-06-0674-128/+174
| | | | | | | | | | | | ChromeWebUI. All chrome WebUI classes now extend ChromeWebUI. BUG=none TEST=none R=estade@chromium.org Review URL: http://codereview.chromium.org/7111016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87987 0039d316-1c4b-4281-b951-d872f2087c98
* keyboard: Fix visibility.sadrul@chromium.org2011-06-062-5/+12
| | | | | | | | | | | | | | | | Fixing View::GetVisibleBounds (http://codereview.chromium.org/6993045/) breaks the keyboard visibility. So layout the keyboard without any transform first, then start the animation for sliding in. Also, update the visibility first, then the size, so that the latter correctly triggers a size update of the contents. BUG=none TEST=none Review URL: http://codereview.chromium.org/7112026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87986 0039d316-1c4b-4281-b951-d872f2087c98
* Moves some of the session dependencies from content to chrome.sky@chromium.org2011-06-066-41/+54
| | | | | | | | | | BUG=none TEST=none R=brettw@chromium.org Review URL: http://codereview.chromium.org/7112023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87985 0039d316-1c4b-4281-b951-d872f2087c98
* views: Take transforms into account when computing visible bounds.sadrul@chromium.org2011-06-065-16/+63
| | | | | | | | | BUG=none TEST=ViewTest.TransformVisibleBound, ViewTest.OnVisibleBoundsChanged Review URL: http://codereview.chromium.org/6993045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87984 0039d316-1c4b-4281-b951-d872f2087c98
* views: Don't include the container type "vector" in the typedef ViewVector.tfarina@chromium.org2011-06-065-42/+33
| | | | | | | | | | | | | | | | - Rename ViewVector to simply Views. - Users generally should not know or care what the container is. - This makes reading easier as the code is not constantly pointing out to you, "hey! I'm a vector!" - Also it's less verbose, allows condensing a lot of loop declarations onto one line. BUG=72040 TEST=None R=pkasting@chromium.org,sky@chromium.org Review URL: http://codereview.chromium.org/7024023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87983 0039d316-1c4b-4281-b951-d872f2087c98
* Revert V8 roll due to buildbot failures.erik.corry@gmail.com2011-06-062-5/+1
| | | | | | Review URL: http://codereview.chromium.org/7024046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87982 0039d316-1c4b-4281-b951-d872f2087c98
* Show that CRX unpacking is happening in the download shelfskerner@chromium.org2011-06-066-32/+114
| | | | | | | | | BUG=80010 TEST=manual for now Review URL: http://codereview.chromium.org/7047017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87981 0039d316-1c4b-4281-b951-d872f2087c98
* Roll OTS r66->r68.agl@chromium.org2011-06-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87980 0039d316-1c4b-4281-b951-d872f2087c98
* Bump V8 to version 3.4.2.erik.corry@gmail.com2011-06-062-1/+5
| | | | | | Review URL: http://codereview.chromium.org/7113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87978 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] No crashes only on Stable channelavayvod@chromium.org2011-06-061-2/+7
| | | | | | | | | | R=glotov BUG=chromium-os:7203 TEST=Check that crash reporting is disabled only on Stable channel always in Guest mode. Review URL: http://codereview.chromium.org/7113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87977 0039d316-1c4b-4281-b951-d872f2087c98
* Sample demonstrating the minimal localized hosted app.mkwst@chromium.org2011-06-065-0/+32
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7056042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87974 0039d316-1c4b-4281-b951-d872f2087c98
* Update HelpApp to version 2.3dpolukhin@chromium.org2011-06-061-2/+9
| | | | | | | | | BUG=chromium-os:16076,chromuim-os:16078 TEST=none Review URL: http://codereview.chromium.org/7024014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87973 0039d316-1c4b-4281-b951-d872f2087c98
* Added IF NOT EXISTS to the cookie_times index creation statementkristianm@chromium.org2011-06-061-1/+2
| | | | | | | | | | | | This makes the statement a no-op if the index exists, and silences an error printout. BUG=3343875 TEST=None Review URL: http://codereview.chromium.org/6349074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87972 0039d316-1c4b-4281-b951-d872f2087c98
* Allow invalid ContentSettingsPatterns to be compared.markusheintz@chromium.org2011-06-063-47/+177
| | | | | | | | | | | Modify the ContentSettingsPatterns::Compare method so that it describes an order on content settings patterns. BUG=63656, 84644 TEST=content_settings_pattern_unittest.cc Review URL: http://codereview.chromium.org/6969095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87971 0039d316-1c4b-4281-b951-d872f2087c98
* Abort chromeos-chrome build if HAVE_XINPUT2 macro is not defined on x86.yusukes@google.com2011-06-061-0/+5
| | | | | | | | | BUG=chromium-os:15851 TEST=ran x86-alex chromeos-chrome Review URL: http://codereview.chromium.org/6993055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87970 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the latest libcros.satorux@chromium.org2011-06-061-1/+1
| | | | | | | | | BUG=chromium-os:14017 TEST=build chrome Review URL: http://codereview.chromium.org/7113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87968 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPITest.Scrollbar fails on Windowsdhollowa@chromium.org2011-06-061-1/+7
| | | | | | | | | | | | Marks PPAPITest.Scrollbar as fails on Windows. BUG=85010 TEST=PPAPITest.Scrollbar TBR=polina@google.com, thakis@chromium.org Review URL: http://codereview.chromium.org/7111028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87967 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typos in input_components loading code.yusukes@google.com2011-06-061-2/+2
| | | | | | | | | BUG=chromium-os:16090 TEST=manually done Review URL: http://codereview.chromium.org/7111005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87966 0039d316-1c4b-4281-b951-d872f2087c98
* Remove visual artifacts from OmxVideoDecodeAcceleratorTest. Test PASSES!fischman@chromium.org2011-06-062-25/+76
| | | | | | | | | | | | | | | | Now passing in NAL units individually to Decode() calls, because apparently that's necessary. --> This makes visual artifacts GONE! Also ignore FillBufferDone callbacks during Flush, when the decoder enjoys handing back any output buffers it's been holding on to, even if they don't have updated images. --> This makes extra frames GONE! BUG=none TEST=DISPLAY=:0 XAUTHORITY=/home/chronos/.Xauthority LD_PRELOAD="libnvmm_service.so libnvrm_graphics_impl.so" ./omx_video_decode_accelerator_unittest Review URL: http://codereview.chromium.org/7112019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87965 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug in ObserverListThreadsafe::RemoveObserverakalin@chromium.org2011-06-053-15/+55
| | | | | | | | | | | | | | | | | | Like ObserverList, ObserverListThreadSafe::RemoveObserver should do nothing if the observer isn't in the list. Instead, it causes weird bugs if the list has 0 or 1 existing elements. Add comments clarifying semantics of AddObserver/RemoveObserver. Change AddObserver to do nothing in release mode if it tries to add an existing observer. BUG=84922 TEST= Review URL: http://codereview.chromium.org/7024037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87944 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce one of the implicit dependencies of src\content on chrome\renderer by ↵ananta@chromium.org2011-06-0514-121/+125
| | | | | | | | | | | | | | | | | | moving the custom nacl ppapi interface PPB_NACL_PRIVATE_INTERFACE to chrome\renderer. This interface is returned via a factory which is registered in the renderer process, when the render thread is created. This CL is intended to eventually help build src\content as an independent dll. I also changed the ChromeContentRendererClient and ChromeContentPluginClient instances to be lazy instances to fix some asserts i was seeing while running browser_tests. BUG=82454 Review URL: http://codereview.chromium.org/7066069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87943 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed for when the wifi power strip is not used so it doesn't error out. stanleyw@chromium.org2011-06-041-1/+2
| | | | | | | | | | | | chromeos_wifi.py has been failing because of this. BUG=None TEST=Run chromeos_wifi.py and it won't error out Review URL: http://codereview.chromium.org/7058059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87939 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to r88122.simonjam@chromium.org2011-06-041-1/+1
| | | | | | TBR=bulach git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87938 0039d316-1c4b-4281-b951-d872f2087c98
* Add local variables to track down a crash.willchan@chromium.org2011-06-041-0/+33
| | | | | | | | | | | | There's been a SPDY crasher for awhile. Try to figure out what's causing this. Mainly I want to know what the result code is. BUG=80095 TEST=none Review URL: http://codereview.chromium.org/7065078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87928 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of some SSL dependencies by talking to SSLBlockingPolicy through a ↵jam@chromium.org2011-06-049-103/+99
| | | | | | | | | callback. BUG=76697 Review URL: http://codereview.chromium.org/7065070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87927 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 785.0 to 786.0chrome-release@google.com2011-06-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87923 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup for BrowserPolicyConnector related stuff of CL 7096013.sfeuz@chromium.org2011-06-042-8/+5
| | | | | | | | | | BUG=none TEST=existing Review URL: http://codereview.chromium.org/7065059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87921 0039d316-1c4b-4281-b951-d872f2087c98
* Disable strict mode for now until V8 bug 1423 is fixed.jamiewalch@chromium.org2011-06-041-1/+4
| | | | | | | | | | BUG=http://code.google.com/p/v8/issues/detail?id=1423 TEST=Click the OAuth and email buttons on a 64-bit Linux machine. Chrome should not crash. Review URL: http://codereview.chromium.org/7112012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87920 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface ↵thakis@chromium.org2011-06-0412-162/+111
| | | | | | | | | | | | | | | functions that take PP_CompletionCallbacks, but don't return codes from pp_errors.h BUG=none TEST=compile + manually run ppapi_tests::VideoDecoder Review URL: http://codereview.chromium.org/6975053 TBR=polina@google.com Review URL: http://codereview.chromium.org/7058061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87919 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia 1482:1508thakis@chromium.org2011-06-041-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=vandebo Review URL: http://codereview.chromium.org/7112024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87918 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the failing plugins test to make the tree greenvenkataramana@chromium.org2011-06-041-0/+3
| | | | | | | | | | | | | plugins.PluginsTest.testDisableEnableAllPlugins plugins.PluginsTest.testKillAndReloadAllPlugins BUG=84904 TEST=plugins.PluginsTest.testDisableEnableAllPlugins plugins.PluginsTest.testKillAndReloadAllPlugins Review URL: http://codereview.chromium.org/7112020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87917 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-06-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87916 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 87902 (broke clang build) - Roll WebKit to r88068.thakis@chromium.org2011-06-041-1/+1
| | | | | | | | | TBR=bulach TBR=simonjam@chromium.org Review URL: http://codereview.chromium.org/7065077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87915 0039d316-1c4b-4281-b951-d872f2087c98