- 17 Aug, 2011 32 commits
-
-
darin@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97103 0039d316-1c4b-4281-b951-d872f2087c98
-
arthurhsu@chromium.org authored
BUG=92270 TEST=none Review URL: http://codereview.chromium.org/7670020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97102 0039d316-1c4b-4281-b951-d872f2087c98
-
abeera@google.com authored
Spun off from http://codereview.chromium.org/7599018/ to facilitate try server usage. BUG= TEST= Review URL: http://codereview.chromium.org/7670010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97100 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Gaia should only show up after 3 bad auth attempts. BUG=chromium-os:19248 TEST=Verify fix for chromium-os:19248. Review URL: http://codereview.chromium.org/7670014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97099 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
the expected number of bytes. We cannot assume a single SSL read is enough to read all the bytes. This depends on how the SSL sender fragments the data into SSL records, and whether the SSL receiver returns all available records at once or one record at a time. R=hclam@chromium.org,rvargas@chromium.org BUG=none TEST=net_unittests --gtest_filter=SSLServerSocketTest.DataTransfer Review URL: http://codereview.chromium.org/7648010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97098 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Use a logic similar to zel's original code that calls VerifyOAuth1AccessToken when we have oauth token in user's profile or we don't have cookies. BUG=chromium-os:19241 TEST=Verify fix for chromium-os:19241 Review URL: http://codereview.chromium.org/7671007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97095 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
GURL doesn't escape when cannonicalizing, and are illegal in the query portion of the URL according to spec. Fix that behavior, so if gurl is a valid url, so is GURL(FormatURL(gurl)). BUG=90387 TEST=NetUtilTest.FormatUrlRoundTripPathASCII, NetUtilTest.FormatUrlRoundTripPathEscape, NetUtilTest.FormatUrlRoundTripQueryASCII, NetUtilTest.FormatUrlRoundTripQueryEscaped Review URL: http://codereview.chromium.org/7649024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97093 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
TBR=brettw BUG=none Review URL: http://codereview.chromium.org/7671013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97092 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
Since the new pepper plugin can arrive later we needed a way to integrate better with the webkit::PluginList, unfortunately there is still value on the PepperPluginRegistry for development use cases. So this change adds new plugins to both the pepper plugin lists in the browser (in PluginService) and the renderer (in PepperPluginRegistry) on demand. TEST=see bug BUG=89248 Review URL: http://codereview.chromium.org/7670003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97091 0039d316-1c4b-4281-b951-d872f2087c98
-
rkn@chromium.org authored
In particular, adds functions DeleteOriginBoundCert, DeleteAll, and GetAllOriginBoundCerts. These functions will be used by the cert management UI. Also changes SetOriginBoundCert's return value to void. BUG=88782 TEST=net_unittests (in particular DefaultOriginBoundCertStoreTest.*) Review URL: http://codereview.chromium.org/7585037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97090 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=chromium-os:14322 TEST=Pepper Flash on Youtube, go full screen Review URL: http://codereview.chromium.org/7670008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97088 0039d316-1c4b-4281-b951-d872f2087c98
-
aocampo@chromium.org authored
BUG=59767 Review URL: http://codereview.chromium.org/7671009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97087 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
I'll use the new function to implement a UI for virtual keyboard management. BUG=None TEST=ran unit_tests Review URL: http://codereview.chromium.org/7663008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97084 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=87457 TEST=none Review URL: http://codereview.chromium.org/7645032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97083 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=no TEST=no Review URL: http://codereview.chromium.org/7663019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97081 0039d316-1c4b-4281-b951-d872f2087c98
-
ctguil@chromium.org authored
Revert 97076 - Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoir that may lead to a crash. - Remove logic BrowserAccessibilityManagerTest.TestCreateEmptyDocument that attempts to change an accessibility object's role. BUG=92716 Test=none Review URL: http://codereview.chromium.org/7648055 TBR=ctguil@chromium.org Review URL: http://codereview.chromium.org/7669012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97080 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
--downloads-new-ui completely disables the download shelf. In the future, it will also enable the experimental new ui. Also fix a bug where the temporary blank page might not have been automatically closed. BUG=89922 TEST= Review URL: http://codereview.chromium.org/7605003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97079 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=55200 TEST=MagicIframeBrowserTest.TransferIframeCloseWindow Review URL: http://codereview.chromium.org/7647003 TBR=rvargas@google.com Review URL: http://codereview.chromium.org/7669009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97078 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Show a loading throbber on loading gaia auth ext; - Gaia auth ext fires 'onLoginUILoaded' once Gaia is loaded and sent 'clearOldAttempts'; - Hide loading throober and show Gaia frame when 'onLoginUILoaded' is received; BUG=chromium-os:18765 TEST=Verify fix for chromium-os:18765. Review URL: http://codereview.chromium.org/7661003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97077 0039d316-1c4b-4281-b951-d872f2087c98
-
ctguil@chromium.org authored
Add DCHECK to BrowserAccessibilityManager::Remove to detect undefined behavoir that may lead to a crash. - Remove logic BrowserAccessibilityManagerTest.TestCreateEmptyDocument that attempts to change an accessibility object's role. BUG=92716 Test=none Review URL: http://codereview.chromium.org/7648055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97076 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
[Mac] Flip the flag for multi-profiles to on by default. This also changes ProfileManager::GetProfileInfoCache() to be GetProfileInfo() and returning the ProfileInfoInterface, making it easier to mock out for testing. In the few places that require the full ProfileInfoCache, GetMutableProfileInfo() was added. Because a handful of Mac unittests make calls into g_browser_process for the ProfileManager, BrowserTestHelper was expanded to set that up with a TestingProfile and a FakeProfileInfo so that tests continue to pass. BUG=60105 TEST=Multi-profiles is on by default. Review URL: http://codereview.chromium.org/7648037 TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/7621031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97075 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
postbuild on msvs. This avoids a clash between the .ilk files for chrome.exe and chrome.dll which disables incremental linking for chrome_dll. BUG=92528 TEST=No new functionality, no link/run problems Review URL: http://codereview.chromium.org/7633024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97074 0039d316-1c4b-4281-b951-d872f2087c98
-
scottfr@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7587007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97073 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
sync_integration_test crash on MacOS. Update routing id of pending resource requests for reparented iframes. BUG=55200 TEST=MagicIframeBrowserTest.TransferIframeCloseWindow Review URL: http://codereview.chromium.org/7647003 TBR=dimich@chromium.org Review URL: http://codereview.chromium.org/7627003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97072 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Include missing stringprintf.h and add missing base:: to StringPrintf call. BUG=None TEST=None TBR=evan@chromium.org Review URL: http://codereview.chromium.org/7669008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97070 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
R=jabdelmalek@chromium.org Review URL: http://codereview.chromium.org/7621030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97069 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=None TBR=evan@chromium.org Review URL: http://codereview.chromium.org/7670017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97068 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This removes the include of stringprintf.h from string_util.h and fix the clients. BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7633055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97067 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Enhanced gles2.cc to display two decoders in the same context to demo this capability. BUG=92598 TEST=ovdatest passes, gles2 works, trybots Review URL: http://codereview.chromium.org/7659001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97066 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=92289 TEST=New browser test for Cancel. Review URL: http://codereview.chromium.org/7606024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97065 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Don't re-number the existing histogram enums. BUG=none TEST=none Review URL: http://codereview.chromium.org/7670004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97064 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Review URL: http://codereview.chromium.org/7658020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97061 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Aug, 2011 8 commits
-
-
sergeyu@chromium.org authored
The new class will also be used in the client plugin for the main plugin thread. BUG=None TEST=Everything works. Review URL: http://codereview.chromium.org/7635030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97060 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move download UMA functions to their own file in content. Also fire the chrome-only notification for download initiated in chrome code from the chrome delegate. BUG=82782 Review URL: http://codereview.chromium.org/7664019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97059 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
Reserve 1GB at the base of the address space of linux nacl_helper for Native Client module. Use PathService instead of command line flag to enable helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. See http://codereview.chromium.org/7599011 for extended revision history. This is a gyp fix following a revert. TBR=agl,bradnelson BUG=92964, nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7670011 TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7671011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97058 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=93006 TBR=timur Review URL: http://codereview.chromium.org/7621028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97057 0039d316-1c4b-4281-b951-d872f2087c98
-
bradchen@google.com authored
Reserve 1GB at the base of the address space of linux nacl_helper for Native Client module. Use PathService instead of command line flag to enable helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. See http://codereview.chromium.org/7599011 for extended revision history. This is a gyp fix following a revert. TBR=agl,bradnelson BUG=92964, nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7670011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97056 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
TEST=run dbus_unittests BUG=none Review URL: http://codereview.chromium.org/7669006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97055 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
This issue was originally http://codereview.chromium.org/7584007/ BUG=none TEST=none Review URL: http://codereview.chromium.org/7663001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97054 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new class will also be used in the client plugin for the main plugin thread. BUG=None TEST=Everything works. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96981 Review URL: http://codereview.chromium.org/7635030 TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/7655006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97053 0039d316-1c4b-4281-b951-d872f2087c98
-