- Jan 02, 2011
-
-
abarth@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70370 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/5977010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70369 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70368 0039d316-1c4b-4281-b951-d872f2087c98
-
- Jan 01, 2011
-
-
brettw@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70364 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
I kept a base/lock.h in place with a using statement to avoid updating all callers in one CL. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6018013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70363 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
only does anything on Windows. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/5984007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70362 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70361 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/5971008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70360 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Fix up callers to use the new location & namespace. Remove includes from files where it wasn't necessary. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6046009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70359 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
Move the OS X specific crash report changing function to base/mac/os_crash_dumps TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6092005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70358 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70354 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
BUG=none TEST=none TBR=mihaip Review URL: http://codereview.chromium.org/5992009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70352 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6005010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70351 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70347 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70346 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6028009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70345 0039d316-1c4b-4281-b951-d872f2087c98
-
- Dec 31, 2010
-
-
atwilson@chromium.org authored
BUG=59980 TEST=existing tests suffice Review URL: http://codereview.chromium.org/6087003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70344 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
Split out the two classes: ScopedComInitializer and ScopedCOMem (which I renamed) to separate files. I removed the win_util_path file which had one function in it and moved the function to win_util. Somehow, this was getting picked up by the nacl64 build and the call in sandbox_policy was then not being defined. I just implemented the function in-plcae since it's just a simple wrapper around a Windows API call. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6013009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70343 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
stub and "using" declarations in the old location to avoid having to change the entire project at once. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6001010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70342 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
Fix up includes, many files including base/win_util don't actually need it. TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70341 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
BUG=59907 TEST=BrowserTest:Geolocation*, LayoutTests:fast/dom/Geolocation Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69545 Review URL: http://codereview.chromium.org/5860008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70340 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
BUG=59907 TEST=None Review URL: http://codereview.chromium.org/6031010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70339 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
BUG=none TEST=none TBR=mihaip Review URL: http://codereview.chromium.org/6035012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70338 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=68304 TBR=jam Review URL: http://codereview.chromium.org/5996006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70337 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Added a new suppression for invalid write in WebDataService::InitializeDatabaseIfNecessary (bug 50968) TBR=jorlow BUG=50968 Review URL: http://codereview.chromium.org/6005009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70336 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
BUG=none TEST=none TBR=mihaip Review URL: http://codereview.chromium.org/5985008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70335 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
BUG=none TEST=none TBR=mihaip git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70334 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
TEST=When installing only chrome frame in multi mode, a Chrome uninstall entry should not be added to the Add/Remove Programs list. This is a regression from when ready-mode whas implemented. BUG=none Review URL: http://codereview.chromium.org/5962014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70333 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Handling a case in DeleteRegValueWorkItem where it would report a failure if a key holding the value doesn't exist. TEST=Fixes an issue with installing chrome frame that came up when the ready-mode support was checked in. BUG=none Review URL: http://codereview.chromium.org/6013008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70332 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
BUG=none TEST=canary Review URL: http://codereview.chromium.org/6017009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70328 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
TEST=CEEE gets registered when running the installer with --ceee. BUG=61609 Review URL: http://codereview.chromium.org/5965012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70327 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6031011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70326 0039d316-1c4b-4281-b951-d872f2087c98
-
- Dec 30, 2010
-
-
sadrul@chromium.org authored
The display can be NULL when, for example, the message pump is created for a plugin. BUG=none TEST=none TBR=sadrul@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70325 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
http://build.chromium.org/p/tryserver.chromium/builders/win/builds/8520/steps/compile/logs/stdio This change masks the issue by removing the dependency on the PPAPI plugin from the Chrome build. The proper fix involves change parts of the NaCl build system, but that change is non-trivial because it requires rolling Chromium DEPS in NaCl (which is currently blocked on a compile failure). Once folks are back from the holidays, we'll work on a proper fix. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70324 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70323 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
base namespace. This also fixes references to TLSSlot to base::ThreadLocalStorage::Slot. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/5986012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70322 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@google.com authored
This also moves two functions that were only called once from win_util and inwo window_win and download_util, respectively. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6035011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70321 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Dr. Memory - suppress some printing/ memory leaks, increase the number of callstack frames to remember BUG=68307 TBR=glider Review URL: http://codereview.chromium.org/6069008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70320 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
to test_shell/DRT. BUG=23498 TEST=Layout tests Review URL: http://codereview.chromium.org/6090002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70319 0039d316-1c4b-4281-b951-d872f2087c98
-
cmasone@chromium.org authored
When logging in to @gmail.com accounts via the web, . characters are ignored -- which we do on chrome OS. When logging into google apps accounts for OTHER domains, . characters should NOT be ignored. We were canonicalizing them out on Chrome OS, breaking login for apps users who have . embedded in their usernames. BUG=chromium-os:10397 TEST=unit tests, install on device and try cmasone@gmail.com, c.masone@gmail.com, why.you@mydomain.org and whyyou@mydomain.org. The first three work, the last one does not, as expected. Review URL: http://codereview.chromium.org/6089004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70318 0039d316-1c4b-4281-b951-d872f2087c98
-