| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87991 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
TBR=simonjam@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87990 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7024046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87982 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87980 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7113005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87978 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
TBR=bulach
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87938 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87923 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87916 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|