- 17 Aug, 2011 20 commits
-
-
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 20 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
-
fsamuel@chromium.org authored
This patch depends on landing this WebKit patch first: https://bugs.webkit.org/show_bug.cgi?id=66067 BUG=none TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96694 Review URL: http://codereview.chromium.org/7619015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97052 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=93158 TEST=none TBR=michaeln@chromium.org Review URL: http://codereview.chromium.org/7624008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97051 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97050 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97049 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
BUG=55200 TEST=MagicIframeBrowserTest.TransferIframeCloseWindow Review URL: http://codereview.chromium.org/7647003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97048 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=82782 TBR=rdsmith Review URL: http://codereview.chromium.org/7631009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97047 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=92353 TEST=Start up remoting session with mac as host. Start changing the resolution. Review URL: http://codereview.chromium.org/7649025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97046 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97045 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Review URL: http://codereview.chromium.org/7624003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97044 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
TBR=steveblock Review URL: http://codereview.chromium.org/7664016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97043 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
Use PathService instead of command line flag to obtain path for helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. BUG=nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7599011 TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7669004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97042 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Ensure that webkit ASSERTION's don't fire during CRT cleanup in debug runs of the chrome frame net tests suite by terminating the exe using ExitProcess in debug builds. These cause the exe to crash during exit, thus turning the windows try bot runs red. BUG=none TEST=chrome frame net tests should run to completion without crashing in debug runs. Review URL: http://codereview.chromium.org/7663015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97041 0039d316-1c4b-4281-b951-d872f2087c98
-