- 28 Oct, 2011 40 commits
-
-
leandrogracia@chromium.org authored
BUG=74970 TEST=install background app on window, see desktop notification. Review URL: http://codereview.chromium.org/8375027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107722 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
Depends on http://codereview.chromium.org/8247009/ BUG=None TEST=None Review URL: http://codereview.chromium.org/8362006 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8400059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107720 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=chromium-os:21147 TEST=None. Review URL: http://codereview.chromium.org/8414021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107719 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Only content/ now has the ability to create BrowserThread objects, with the exception that tests can create the content::TestBrowserThread subclass, and (temporarily) code in chrome/ can create the DeprecatedBrowserThread subclass. A follow-up change will make content/ take care of its own thread creation, remove DeprecatedBrowserThread, and move all state and non-trivial constructors from BrowserThread down to BrowserThreadImpl. Also moved BrowserProcessSubThread into content/ namespace. As part of follow-up cleanup, chrome/ will stop using this class. BUG=98716 TEST=existing Review URL: http://codereview.chromium.org/8392042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107718 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Clean-up suppressions: remove duplicates from TSan/Mac and TSan/Linux, move a bunch of suppressions to the proper places TBR=oshima BUG=93932,100143 Review URL: http://codereview.chromium.org/8341110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107717 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: http://codereview.chromium.org/8413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107716 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
Depends on http://codereview.chromium.org/8247009/ BUG=None TEST=None Review URL: http://codereview.chromium.org/8362006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107715 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107714 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=None TBR=johnnyg Review URL: http://codereview.chromium.org/8416035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107712 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=100874 TEST=Manual. Launched login screen on Aura. Review URL: http://codereview.chromium.org/8402026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107710 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change suppresses leaks in the SkCanvas code in the PrintPreviewUITest.LoadPrintPreviewByURL and updates a rule that is not updated by r107697 <http://crrev.com/107697>. TBR=timurrrr,glider,thestig BUG=102049,93932 TEST=make memcheck bots and TSAN bots green. Review URL: http://codereview.chromium.org/8418019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107709 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
BUG=None TEST=Existing Review URL: http://codereview.chromium.org/8396043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107708 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Component extensions and policy-installed extensions shouldn't be affected by the policy blacklist: The former are considered internal UI that happens to be part of an extension, and they should have first-class policy knobs if we want to disable them. For the latter, the admin specifying them is enough indication that they should be installed, and requiring them to explicitly white-listed in some cases is redundant. BUG=chromium-os:16702, chromium-os:21281 TEST=On ChromeOS, configure ExtensionInstallBlacklist = * and load chrome://bookmarks Review URL: http://codereview.chromium.org/8380006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107707 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=89396 TEST=The translate features work as usual Review URL: http://codereview.chromium.org/8365033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107706 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
Moving cookie-spesific logic from HostContentSettingsMap to CookieSettings. Making it explicit that the "is cookie session only" decision only depends on the primary url. Also removes the migration code for the obsolete kCookieBehavior preference. BUG=93335 TEST=CookieSettings.* Review URL: http://codereview.chromium.org/8383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107705 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
If a type reflects an array of objects with specified properties, such as here "id": "HttpHeaders", "type": "array", "items": { "type": "object", "properties": {...} }, the API documentation generator would swallow the contents of "properties". The documentation would just contain the information that an array of objects is passed, without details of the keys stored in the objects. This is fixed in this CL. BUG=no TEST=no Review URL: http://codereview.chromium.org/8411001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107704 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=dmazzoni@chromium.org BUG=chromium-os:21760 TEST=Change the network state with a11y turned on Review URL: http://codereview.chromium.org/8402023 TBR=zork@chromium.org Review URL: http://codereview.chromium.org/8400057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107702 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107701 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=None TBR=johnnyg Review URL: http://codereview.chromium.org/8343055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107700 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change adds a SpellCheckSubMenuObserver class and move code of the "spell-checker options" submenu there. BUG=93746 TEST=none Review URL: http://codereview.chromium.org/8363042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107698 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=93932 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107697 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107696 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
stop updating tooltips after the widget is destroyed. BUG=none TEST=views_unittests pass TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8414012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107695 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
TBR=erik.corry Review URL: http://codereview.chromium.org/8413029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107694 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Add more race/overlaps for 93932. Renamed 93932 issues in mac to have _mac_ as same suppression exists on suppression.txt TBR=acolwell@chromium.org,rvargas@chromium.org BUG=101853,93932 TEST=none Review URL: http://codereview.chromium.org/8413028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107693 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
- Whether notifications setup is done once already. - Whether the user has disabled notifications. Review URL: http://codereview.chromium.org/8399022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107692 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107691 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=None TBR=johnnyg Review URL: http://codereview.chromium.org/8400054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107690 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=dmazzoni@chromium.org BUG=chromium-os:21760 TEST=Change the network state with a11y turned on Review URL: http://codereview.chromium.org/8402023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107689 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107688 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
This includes the new incremental GC. TBR=erik.corry Review URL: http://codereview.chromium.org/8343051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107687 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Propagate that flag up a few levels and add CHECKs. Since the old code crashed, CHECKing is no worse. Rename some functions to add *ForTest suffixes. BUG=100907 TEST= Review URL: http://codereview.chromium.org/8402014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107686 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107685 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
BUG=none TEST=none TBR=yurys Review URL: http://codereview.chromium.org/8416027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107684 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=chromium-os:20044 TEST=Add two or more users. Check that you can tab to all users and remove buttons, and that you can remove users. Review URL: http://codereview.chromium.org/8396032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107683 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=penghuang@chromium.org BUG=chromium-os:22107 TEST=Install two IME extensions, and ensure that they both work. Review URL: http://codereview.chromium.org/8393038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107682 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
The old tests were mostly useless as they tested using a mocked VideoDecodeEngine. Review URL: http://codereview.chromium.org/8340008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107681 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Also remove some obsolete code and simplify some of the code's expectations. BUG=none TEST=none Review URL: http://codereview.chromium.org/8351027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107680 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=100442 TEST=net_unittests:X509CertificateNameVerifyTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107075 Review URL: http://codereview.chromium.org/8362023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107679 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Revert 107669 (Looks to have caused bot failures) - Register the RenderViewHost instance created when a desktop notification bubble is displayed in CF with the AutomationResourceMessagefilter. This ensures that any HTTP requests issued by this bubble go through the host network stack implemenation. Fixes bug http://code.google.com/p/chromium/issues/detail?id=64251 BUG=64251 Review URL: http://codereview.chromium.org/8414005 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/8416031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107678 0039d316-1c4b-4281-b951-d872f2087c98
-