| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
(Only 916k this time off Debug Linux .a files)
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/3814013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62967 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=30661
TEST=Greener valgrind bot
Review URL: http://codereview.chromium.org/3829006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62966 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Move the proto file and split it into multiple smaller proto files.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3808002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62965 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When there is less than one complete row of apps, position the
web store icon naturally in the grid, to the right of the other
apps.
Once there is at least one complete row, position the web store
icon at the top of the right-most column.
BUG=58857
TEST=Install a few apps. Web store icon should be in top row
directly to the right of the other apps. Install more apps.
Once you have more than one row, web store icon should stay
in top right corner by itself. No other apps should go below
it.
Review URL: http://codereview.chromium.org/3747007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62962 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This makes constrained html windows match HtmlDialogUI more closely. The main reason for wanting to do this is that TabContents{View} has a lot of functionality that we need, but miss out on if we use RenderViewHost directly. This isn't hooked up to anything yet, but can be tested using sync setup.
BUG=58022
TEST=manual
Review URL: http://codereview.chromium.org/3846002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62961 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=compile
Review URL: http://codereview.chromium.org/3744011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62960 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Also removes an "else" after "return" and aligns "<<" per style guide.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3845002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62959 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=56715
TEST=ExtensionApiTests.(I18N|History|Clipboard,TabConnect)
Review URL: http://codereview.chromium.org/3728004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62958 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
subclasses.
The ultimate goal is to move StaticData back up to the top level, so that
Extension itself will be a thread-safe immutable object. I plan on making Extension refcounted, and const everywhere that it doesn't need to be initialized. RuntimeData will be the only thing mutable, and then only on the UI thread.
BUG=56550
TEST=extensions still work
Review URL: http://codereview.chromium.org/3757001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62957 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
change exposed the problem with tcmalloc being initialized twice by the test plugin. The effect of this band-aid is that the settings won't be saved right away, which is what's loading the plugin.
BUG=59317
TBR=cpu
Review URL: http://codereview.chromium.org/3775013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62956 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=glider
Review URL: http://codereview.chromium.org/3837006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62955 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=25315
TEST=play 5.1 audio and it should come out all 6 speakers, not downmixed to stereo.
Review URL: http://codereview.chromium.org/3772009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62954 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and similar typos for SSL3 and TLS1 checkboxes.
Disable the SSL settings checkboxes if
net::SSLConfigServiceWin::GetSSLConfigNow fails.
R=mattm
BUG=59125
TEST=On Windows, run chrome.exe --enable-tabbed-options. Open the
wrench menu > Settings > Under the Hood. The "Use SSL 2.0",
"Use SSL 3.0", and "Use TLS 1.0" checkboxes should reflect the
actual settings rather than being all unchecked.
Review URL: http://codereview.chromium.org/3772014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62953 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BrowserActionsContainerView.
BUG=36697
TEST=Install a few extensions with browser actions. Resise the container and move the mouse over the web contents and the Omnibox. Cursor remains the grippy, rather than the pointer.
Review URL: http://codereview.chromium.org/3839003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62952 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=28083
TEST=existing
Review URL: http://codereview.chromium.org/3821005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62949 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62947 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Removed handling of capture failure to avoid image flickering.
BUG=chromiumos:7612
TEST=Login with new user, verify that camera image doesn't flicker changing from actual image to broken camera image and back in any circumstances.
Review URL: http://codereview.chromium.org/3799008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62946 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
CID=1634, 11587, 5007, 13234, 13398, 9295, 8294, 8285
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3817007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62945 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
ok.
BUG=59148
TEST=none
Review URL: http://codereview.chromium.org/3803007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62944 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The interface to CookieMonster::GarbageCollectDeleteList() was
signalling "delete all cookies in list" by specifying "delete all
cookies in list with last access time before Now()". This was failing
to work properly when the system clock wasn't updated frequently
enough (== flaky test) and is also vulnerable to changes in systems
clocks. That semantic is now explicitly signalled by a null time.
BUG=58197
TEST=net_unittests CookieMonsterTest.* on Win/Linux and CookieMonsterTest.TestHostGarbageCollection (flaky test) repeatedly on Windows.
Review URL: http://codereview.chromium.org/3780004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62943 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=57686
TEST=net_unittests CookieMonsterTest.* on Linux, running original valgrind test and confirming that it completed.
Review URL: http://codereview.chromium.org/3752004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62942 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=glider,mrossetti
TEST=Dr. Memory FYI bot should go up again
Review URL: http://codereview.chromium.org/3809007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62941 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
CapturerFake doesn't work without this change because screen parameters are
never initialized.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3801010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62938 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
don't correctly return a preferred/minimum size and the options dialog
can end up getting clipped (because the cached size is too
small).
Also, makes the options window always use the minimum size when
showing. This way if we happen to remove an option such that the
dialog is smaller the dialog won't end up too big.
BUG=59122
TEST=With aero enabled bring up the options dialog on M6/M7. Then bring up
the options dialog with this fix enabled and make sure you don't get
any clipping.
Review URL: http://codereview.chromium.org/3825006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62937 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=48706
TEST=none
Review URL: http://codereview.chromium.org/3792007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62935 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
clang would complain
/Users/thakis/src/chrome-git/src/net/base/host_resolver_impl.cc:557:5: error: template argument uses local type 'net::HostResolverImpl::Job::Category' [-Wlocal-type-template-args]
DCHECK_LT(category, RESOLVE_MAX); // Be sure it was set.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/thakis/src/chrome-git/src/net/base/host_resolver_impl.cc:5:
In file included from ../net/base/host_resolver_impl.h:18:
In file included from ../net/base/network_change_notifier.h:10:
In file included from ../base/observer_list_threadsafe.h:14:
../base/logging.h:662:31: note: instantiated from:
#define DCHECK_LT(val1, val2) DCHECK_OP(LT, < , val1, val2)
^
../base/logging.h:635:9: note: instantiated from:
logging::Check##name##Impl((val1), (val2), \
^~~~~~~
This seems to be a new warning. Since it only affects this file, we might as well fix the problem instead of disabling the warning.
BUG=None
TEST=clang/mac waterfall stays green after clobber build.
Review URL: http://codereview.chromium.org/3816009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62934 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58024
TEST=included, for manual test sign into sync then go to NTP
Review URL: http://codereview.chromium.org/3784004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62933 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=59030
TEST=compile
Review URL: http://codereview.chromium.org/3837004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62932 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
One-time checks work better when you remember that you've done them.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3779011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62930 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixing the javascript side of extensions tests will be done in another CL.
R=phajdan.jr@chromium.org
BUG=56715
TEST=ExtensionApiTest.PopupBlockingHostedApp,AppApiTest.AppProcess,ExtensionBrowserTest.Incognito*
Review URL: http://codereview.chromium.org/3440035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62928 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=45135
TEST=Build works.
Review URL: http://codereview.chromium.org/3747008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62927 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Interface classes are an example where the -Wnon-virtual-dtor warning can be a bit annoying, but this still seems reasonable and makes it clear that users should not delete through the interface.
BUG=45135
TEST=Builds
Review URL: http://codereview.chromium.org/3781010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62926 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=net_unittests --gtest_filter=*X509*
Review URL: http://codereview.chromium.org/3785001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62925 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The animation code was splitting the sprite into multiple bitmaps by drawing them onto a smaller canvas. In the mac build this was generating corrupted frames due to what appears like a Skia issue. I'm reporting this to the Skia team and in the mean time working around it by calling .extractSubset and copying it into a new bitmap. The copying-to-new-bitmap is required because without that it renders incorrectly squished vertically in Linux (!).
- The speech bubble was positioned at the wrong X coordinate on Mac. Earlier we had to manually adjust the X coordinate to get the arrow point at the position we want, but now the base info bubble code already takes care of it so our adjustment is no longer needed.
BUG=none
TEST=manual, try speech input and verify that the animation looks right on all platforms and the bubble is positioned pointing at the text.
Review URL: http://codereview.chromium.org/3859001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62924 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Create an SSLHostInfoFactory interface and plumb it from the HttpCache
to the SSLConnectJob. Also, move the SSLHostInfo reference from the
ssl_config to being passed to the SSLClientSocket.
BUG=none
TEST=net_unittests
Review URL: http://codereview.chromium.org/3747003
TBR=agl@chromium.org
Review URL: http://codereview.chromium.org/3846005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62922 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3822009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62919 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Create an SSLHostInfoFactory interface and plumb it from the HttpCache
to the SSLConnectJob. Also, move the SSLHostInfo reference from the
ssl_config to being passed to the SSLClientSocket.
BUG=none
TEST=net_unittests
Review URL: http://codereview.chromium.org/3747003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62918 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=vistadual/morejs is green
TBR=nsylvain@chromium.org
Review URL: http://codereview.chromium.org/3750016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62917 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
found by reliability bot.
R=yutak
BUG=31936
TEST=none
Review URL: http://codereview.chromium.org/3844003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62914 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See http://code.google.com/p/chromium/issues/detail?id=59533.
Try to roll up r69821 and see what happens.
BUG=none
TEST=none
TBR=jamesr
Review URL: http://codereview.chromium.org/3821006
TBR=hayato@chromium.org
Review URL: http://codereview.chromium.org/3781015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62913 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See http://code.google.com/p/chromium/issues/detail?id=59533.
Try to roll up r69822 and see what happens.
BUG=none
TEST=none
TBR=jamesr
Review URL: http://codereview.chromium.org/3836007
TBR=hayato@chromium.org
Review URL: http://codereview.chromium.org/3814012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62912 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See http://code.google.com/p/chromium/issues/detail?id=59533.
Try to roll up r69822 and see what happens.
BUG=none
TEST=none
TBR=jamesr
Review URL: http://codereview.chromium.org/3836007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62911 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See http://code.google.com/p/chromium/issues/detail?id=59533.
Try to roll up r69821 and see what happens.
BUG=none
TEST=none
TBR=jamesr
Review URL: http://codereview.chromium.org/3821006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62910 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=yutak
BUG=59335
TEST=none
Review URL: http://codereview.chromium.org/3781013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62909 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r62802 might cause http://code.google.com/p/chromium/issues/detail?id=59533.
BUG=none
TEST=green
TBR=hayato
Review URL: http://codereview.chromium.org/3839001
TBR=japhet@chromium.org
Review URL: http://codereview.chromium.org/3803009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62908 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=hayato
BUG=57041
TEST=none
Review URL: http://codereview.chromium.org/3822008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62907 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=hayato
BUG=59345
TEST=none
Review URL: http://codereview.chromium.org/3762010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62906 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Move scoped_aedesc from base to base/mac
Use namespace and proper Google-style class naming.
TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/3828009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62904 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3813008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
"Base" class name prefix and put in the app::win namespace.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3822007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62900 0039d316-1c4b-4281-b951-d872f2087c98
|