| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=46643,51716,58145
TEST=bots go greener
TBR=glider
Review URL: http://codereview.chromium.org/6461020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74291 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71753
TEST=memory tests are green again
Review URL: http://codereview.chromium.org/6286079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74283 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
internal Valgrind errors
BUG=51716,58145
TBR=glider
TEST=Memcheck/UI/Mac bots go greener
Review URL: http://codereview.chromium.org/6462028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=72399
TBR=hbono
TEST=Valgrind bots should go greener
Review URL: http://codereview.chromium.org/6460025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74269 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=sergeyu
BUG=65680
TEST=None
Review URL: http://codereview.chromium.org/6462027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74262 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=70291
TEST=valgrind bots are green
Review URL: http://codereview.chromium.org/6460008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74260 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Ran valgrind with suppressions removed. Valgrind doesn't complain any more.
BUG=65680
TEST=Valgrind bots are green
Review URL: http://codereview.chromium.org/6456006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74259 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Fixing leak in DecompressorZlib and removed suppression.
BUG=57910, 57799
TEST=valgrind bot is green
Review URL: http://codereview.chromium.org/6458009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=71582
Review URL: http://codereview.chromium.org/6442001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74225 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes issue in unit tests where the |personal_data_| references a |profile_| that is destroyed before the |personal_data_| is done with it. The |personal_data_| member performs actions in its destructor that uses the deleted |profile_|. The change here is to force the proper order of destruction by killing |personal_data_| prior to killing |profile_|. Also, the specific test PersonalDataManagerTest.AggregateProfileWithInsufficientAddress has been extended to properly wait and verify the loading of the web data before terminating.
BUG=72170
TEST=PersonalDataManagerTest.AggregateProfileWithInsufficientAddress
Review URL: http://codereview.chromium.org/6462005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74219 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71728
TEST=Valgrind succeeds
Review URL: http://codereview.chromium.org/6334119
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74179 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
(bug 72288)
BUG=72288
TBR=pkasting
Review URL: http://codereview.chromium.org/6450002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74107 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71070
TEST=
Review URL: http://codereview.chromium.org/6334135
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74101 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using string* directly works.
Made LogMessage delete any passed in string* after it uses it.
Removed suppressions for fixed memory leak.
BUG=57683
TEST=Existing unit tests
Review URL: http://codereview.chromium.org/6413032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74100 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=70225
TEST=None
Review URL: http://codereview.chromium.org/6246051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It turns out that for this test, we don't actually need a request context
getter spun up, so this skips doing that and avoids the need to properly run
the IO thread's message loop to let it get cleaned up at shutdown.
BUG=71909
TEST=The leak should no longer show up on memory bots
Review URL: http://codereview.chromium.org/6286152
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74031 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The static analysis-based part of -Wuninitialized moved back to -Wuninitialized-experimental,
so turn on -Wuninitialized again.
BUG=72205,71375
TEST=none
Review URL: http://codereview.chromium.org/6312190
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74030 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also reenable OVERRIDE.
BUG=71088
TEST=none
Review URL: http://codereview.chromium.org/6250188
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73994 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=72170
TBR=jhawkins
Review URL: http://codereview.chromium.org/6413015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73983 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:11528
TEST=none
Review URL: http://codereview.chromium.org/6246136
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73972 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mostly ignores paths for internal tools that get pulled in to official
builds.
Also
- remove the mingw-w64 comment: confirmed it's only used during build
- fix the pdfsqueeze include now that DEPS are up-to-date to include
their 'COPYING' file
BUG= none
TEST= tools\licenses.py scan only complains about xulrunner-sdk on
official branches (still need to update DEPS there).
Review URL: http://codereview.chromium.org/6269018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73910 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71063
TEST=compiled
Review URL: http://codereview.chromium.org/6312156
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73890 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
(Memory leak in DiskCacheBasedSSLHostInfo), which changed after r73669
TBR=willchan
BUG=68553
Review URL: http://codereview.chromium.org/6384021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73793 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71909
TEST=none
TBR=asargent
Review URL: http://codereview.chromium.org/6410079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73787 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6286109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73774 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=66853
TEST=none
Review URL: http://codereview.chromium.org/6286107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73765 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=66853
TEST=none
Review URL: http://codereview.chromium.org/6246096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73762 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Bleh, looks like the signature for the global is too specific.
BUG=66853
TEST=none
Review URL: http://codereview.chromium.org/6368088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73702 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=66853
TEST=none
Review URL: http://codereview.chromium.org/6312133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73673 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=thakis@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73665 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6368055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73659 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
history::ExpireHistoryBackend::BroadcastDeleteNotifications.
BUG=27936
TEST=none
TBR=jochen
Review URL: http://codereview.chromium.org/6250134
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73657 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clang and LLVM are checked out to third_party/llvm,
the build results go in third_party/llvm-build
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6334079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73652 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71753
TEST=Mac Valgrind unit gets greener
TBR=mirandac
Review URL: http://codereview.chromium.org/6334085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73600 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=69934
TEST=none
TBR=hbono
Review URL: http://codereview.chromium.org/6349069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73598 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71728
TEST=none
TBR=ahendrickson
Review URL: http://codereview.chromium.org/6368071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73594 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6349061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73565 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71728
TEST=Valgrind Linux unit goes green.
TBR=ahendrickson
Review URL: http://codereview.chromium.org/6250120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73559 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71728
TEST=Heapchecker goes green.
TBR=ahendrickson
Review URL: http://codereview.chromium.org/6410046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73549 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
hangs.
BUG=64619
TEST=Valgrind Linux UI tests no longer hangs.
TBR=timurrrr
Review URL: http://codereview.chromium.org/6286062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73546 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
To reduce the size of this change I've left stub header files in src/gfx/. Once all includes have been updated I'll delete the stub files.
BUG=71063
TEST=Still doing test builds.
Review URL: http://codereview.chromium.org/6246027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73530 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement policy control of the cloud print policy, in just the UI part for now
(in the service requires some refactoring).
BUG=59769
TEST=Change the policy and verifying that the UI in Under the Hood gets disabled or enabled properly, with the policy notification at the top.
Review URL: http://codereview.chromium.org/6344013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73523 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71582
TEST=Mac Valgrind unit goes green.
TBR=akalin
Review URL: http://codereview.chromium.org/6286059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73512 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=69934
TEST=none
TBR=cevans
Review URL: http://codereview.chromium.org/6250112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73500 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix the grd_reader tests to pass if run from any directory (previously, it
had to be run from tools/grit).
Fix rc_unittest to pass on Linux (it was sensitive to line endings).
If the user doesn't have access to the internal repository, there will be
lots of failures :( Maybe there's a way to detect this case and skip the
tests?
Review URL: http://codereview.chromium.org/6349026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73498 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Also move yestarday's gdk_ suppression into 'benign' category
BUG=71695,71634
TBR=glider
TEST=TSan/unit should go green
Review URL: http://codereview.chromium.org/6410036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73486 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71634
TBR=glider
TEST=TSan/UI/CrOS should go greener
Review URL: http://codereview.chromium.org/6349040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73401 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71582
TEST=Valgrind Mac unit test goes green
TBR=akalin
Review URL: http://codereview.chromium.org/6312078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73395 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71070
TEST=greener heapchecker bot.
TBR=akalin
Review URL: http://codereview.chromium.org/6246033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73342 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71582
TEST=greener memory tree.
TBR=akalin
Review URL: http://codereview.chromium.org/6312067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73332 0039d316-1c4b-4281-b951-d872f2087c98
|