summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update DEPS to pull in libcros version 92 (IsBootDevicePath support).achuith@chromium.org2011-01-141-1/+1
| | | | | | | | | BUG=chromium-os:6788 TEST=none Review URL: http://codereview.chromium.org/6300003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71454 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Port about:sync to DOMUIakalin@chromium.org2011-01-141-0/+3
| | | | | | | | | | | | | | | | | Write chrome://sync-internals DOMUI page which is like about:sync but automatically updates on sync events. Make about:sync{,-internals} aliases for chrome://sync-internals. More diagnostic capabilities will be added to chrome://sync-internals in future CLs. BUG=69500 TEST=Manual Review URL: http://codereview.chromium.org/6299002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71435 0039d316-1c4b-4281-b951-d872f2087c98
* Disables all MultiProcessNotificationTests.hbono@chromium.org2011-01-141-0/+7
| | | | | | | | | | | This change just disables all MultiProcessNotificationTests added by r71418 <http://crrev.com/71418>. It seems this crash happens in the code used by all MultiProcessNotificationTests, i.e. this crash probably happens on all MultiProcessNotificationTests. (I may be wrong.) TBR=dmaclach,thestig,glider BUG=69641 TEST=make the "Chromium Mac (valgrind)" bot green. Review URL: http://codereview.chromium.org/6269005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71428 0039d316-1c4b-4281-b951-d872f2087c98
* Disables MultiProcessNotificationTests.hbono@chromium.org2011-01-141-0/+5
| | | | | | | | | | | This change just disables MultiProcessNotificationTests added by r71418 <http://crrev.com/71418> because they always crash on the "Chromium Mac (valgrind)" bot. (We also disable other MultiProcessNotificationTests?) TBR=dmaclach,thestig,timurrrr BUG=69641 TEST=make the "Chromium Mac (valgrind)" bot green. Review URL: http://codereview.chromium.org/6321004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71423 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate user strings into the JSON policy template filegfeher@chromium.org2011-01-1430-775/+1200
| | | | | | | | | | | The new concept is the following: policy_templates.json contains all the data necessary to generate templates: policy names, English captions, descriptions, etc. This gets translated the following GRIT gatherer: policy_json.py. The text of the translated JSON file is then picked up, parsed, and passed to the writers by template_formatter.py. BUG=64898 TEST=PolicyJsonUnittest.* Review URL: http://codereview.chromium.org/6134006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71421 0039d316-1c4b-4281-b951-d872f2087c98
* Support int-typed policies in policy template generatorjkummerow@chromium.org2011-01-1315-40/+283
| | | | | | | | | | | Also fix bug 69054 (reg_writer erroneously outputs integers as decimal values). BUG=68843, 69054 TEST=tools/grit/grit/format/policy_templates/*_unittest.py Review URL: http://codereview.chromium.org/6176005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71316 0039d316-1c4b-4281-b951-d872f2087c98
* Policy: Add ProxyMode and deprecate ProxyServerMode.danno@chromium.org2011-01-1319-65/+501
| | | | | | | | | | | | | - Add support for 'deprecated' attribute in template generator - Add support for both int- and string- based enums in the template generator - Add logic to handle ProxyMode and fall back to ProxyServerMode BUG=68134 TEST=ConfigurationPolicyPrefStore*, new policy template generator tests Review URL: http://codereview.chromium.org/5958014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71315 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Use libcros to convert input method ID to keyboard overlay ID.""mazda@chromium.org2011-01-131-1/+1
| | | | | | | | | | | | | I also modified mock_input_method_libary.h to avoid the build error of unit_tests. This reverts commit e9c1551065d06d47b024898bf75e8d6854aa760b. BUG=chromium-os:9682 TEST='emerge-x86-generic chromeos-chrome' from source passes Review URL: http://codereview.chromium.org/6251003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71294 0039d316-1c4b-4281-b951-d872f2087c98
* Widen PrerenderResourceTest heapcheck suppression.cbentzel@chromium.org2011-01-121-1/+1
| | | | | | | | | BUG=69414 TEST=None Review URL: http://codereview.chromium.org/6226007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71241 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a couple of OS X framework leaksstuartmorgan@chromium.org2011-01-121-0/+15
| | | | | | | | | BUG=69436,12525 TEST=Less random red on Mac valgrind bots Review URL: http://codereview.chromium.org/6208006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71218 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks from new PrerenderResourceHandlerTeststuartmorgan@chromium.org2011-01-122-0/+12
| | | | | | | | | | | TBR=cbentzel BUG=69414 TEST=Greener valgrind/heapcheck bots Review URL: http://codereview.chromium.org/6221006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71202 0039d316-1c4b-4281-b951-d872f2087c98
* Don't report duplicate stacks on heapchecker botsjochen@chromium.org2011-01-121-18/+21
| | | | | | | | | BUG=none TEST=no log parser errors on heapcheck bot Review URL: http://codereview.chromium.org/6220004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71171 0039d316-1c4b-4281-b951-d872f2087c98
* Compute an error hash for suppressionsjochen@chromium.org2011-01-121-1/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6195003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71161 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Use libcros to convert input method ID to keyboard overlay ID."mazda@chromium.org2011-01-121-1/+1
| | | | | | | | | | | | This reverts commit 1d5eb805e2ca9cc97355cd73250f9838a5240a49. TBR=satorux@chromium.org BUG=chromium-os:9682 TEST=none Review URL: http://codereview.chromium.org/6176007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71160 0039d316-1c4b-4281-b951-d872f2087c98
* Use libcros to convert input method ID to keyboard overlay ID.mazda@chromium.org2011-01-121-1/+1
| | | | | | | | | BUG=chromium-os:9682 TEST='emerge-x86-generic chromeos-chrome' from source passes Review URL: http://codereview.chromium.org/5981001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71159 0039d316-1c4b-4281-b951-d872f2087c98
* Disable mac valgrind for safe_browsing_tests.lzheng@chromium.org2011-01-111-0/+2
| | | | | | | | TEST=none BUG=69280 Review URL: http://codereview.chromium.org/6097014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71098 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.chase@chromium.org2011-01-111-2/+2
| | | | | | | | | | | | | | | | These 2 just needed a new baseline given their updated results. - vista-release-single-core/intl2/times/t - xp-release-single-core/dhtml/times/t BUG=none TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6144004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71091 0039d316-1c4b-4281-b951-d872f2087c98
* cleanup: Use the new libcros API StopInputMethodProcess() to terminate ↵yusukes@google.com2011-01-111-1/+1
| | | | | | | | | | | | | | | | | | ibus-daemon instead of kill() Using the API should be better then kill() because o ibus-daemon could be terminated even if the daemon ignores or temporalily masks SIGTERM for some reason. o libcros could know the connection between the library and the daemon will be terminated shortly, and could avoid using the connection after the API call. This CL depends on http://codereview.chromium.org/6101006/. BUG=chromium-os:9685 TEST=manually Review URL: http://codereview.chromium.org/6216002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71026 0039d316-1c4b-4281-b951-d872f2087c98
* Improved sorting for policy templatesjkummerow@chromium.org2011-01-1110-97/+198
| | | | | | | | | | | | | Mac templates: sort policies alphabetically Linux .json examples: sort policies alphabetically Windows .reg examples: group all policies with type!="list" BUG=61733 TEST=manual inspection of generated policy template files; grit.format.policy_templates.writers.template_writer_unittest Review URL: http://codereview.chromium.org/6137002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71022 0039d316-1c4b-4281-b951-d872f2087c98
* Always delete notification details in ResourceDispatcherHost::NotifyOnUIjochen@chromium.org2011-01-112-80/+0
| | | | | | | | | TEST=less redness on valgrind bots BUG=68290 Review URL: http://codereview.chromium.org/6173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71020 0039d316-1c4b-4281-b951-d872f2087c98
* Pass in right parameter for safe_browsing valgrind test on trybot.lzheng@chromium.org2011-01-101-4/+5
| | | | | | | | | Test=safe_browsing_tests green on valgrind (and actually runs!) BUG=68239 Review URL: http://codereview.chromium.org/6009012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70917 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for gtk_im_multicontext leakjochen@chromium.org2011-01-101-16/+0
| | | | | | | | | | BUG=41231 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6147004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70897 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress sqlite related leak in NSSjochen@chromium.org2011-01-101-0/+14
| | | | | | | | | | BUG=69073 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6209003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70895 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for string tables allocated during webkit initialization.jochen@chromium.org2011-01-101-27/+2
| | | | | | | | | | BUG=46162 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6166004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70890 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress another instance of sqlite errors in WebDatabase codejochen@chromium.org2011-01-101-0/+10
| | | | | | | | | | BUG=60556 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6171003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70889 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ErrorPageTest.Page404 on Chromium Mac Valgrindjochen@chromium.org2011-01-101-0/+2
| | | | | | | | | | BUG=69040 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6131004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70880 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ProcessInfoSnapshotMacTest.EffectiveVsRealUserIDTest on Chromium Mac ↵jochen@chromium.org2011-01-101-0/+2
| | | | | | | | | | | | valgrind BUG=69039 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6206002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70879 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FirefoxImporterTest.Firefox3NSS3Decryptor on Chromium Mac (valgrind)jochen@chromium.org2011-01-101-0/+3
| | | | | | | | | | BUG=69037 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6161003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70878 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Valgrind: Suppress leak in net::SSLHostInfo::StartDnsLookup."agl@chromium.org2011-01-071-17/+0
| | | | | | | | | | This reverts commit r70714 which was a suppression for a bug fixed in r70737. BUG=68820 TEST=valgrind git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70738 0039d316-1c4b-4281-b951-d872f2087c98
* Pass a correct input method descriptor to the ActiveInputMethodsChanged ↵yusukes@google.com2011-01-071-1/+1
| | | | | | | | | | | | | function. A comment explaining why ActiveInputMethodsChanged has to be called in FlushImeConfig() is also added since it took some time for me to figure out why it was necessary. BUG=chromium-os:10676 TEST=manually done. Review URL: http://codereview.chromium.org/6088010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70725 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress leak in net::SSLHostInfo::StartDnsLookup.thestig@chromium.org2011-01-071-0/+17
| | | | | | | | | BUG=68820 TEST=Valgrind Linux UI goes green. TBR=agl Review URL: http://codereview.chromium.org/6160002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70714 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Widen a suppression.thestig@chromium.org2011-01-071-1/+3
| | | | | | | | | BUG=61816 TEST=Valgrind Mac Unit gets greener. TBR=jochen Review URL: http://codereview.chromium.org/6123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70712 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Update suppression after net namespace CL.thestig@chromium.org2011-01-071-1/+1
| | | | | | | | | BUG=68290 TEST=heapchecker goes green. TBR=tfarina Review URL: http://codereview.chromium.org/6138002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70711 0039d316-1c4b-4281-b951-d872f2087c98
* Update a suppression due to new namespacing from r70592estade@chromium.org2011-01-061-3/+3
| | | | | | | | | BUG=none TEST=linux tests (valgrind)(1) Review URL: http://codereview.chromium.org/6040009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70641 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.chase@chromium.org2011-01-061-7/+7
| | | | | | | | | | | | | | | | | | - linux-release-hardy/v8_benchmark/score/score - vista-release-single-core/morejs/times/t - vista-release-single-core/moz/times/t - xp-release-single-core/intl1/times/t - xp-release-single-core/intl2/times/t - xp-release-single-core/morejs/times/t - xp-release-single-core/moz/times/t BUG=none TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6007008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70594 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed problem in IndexedDataBaseTest page_cycler.chase@chromium.org2011-01-061-16/+17
| | | | | | | | | | | | | | | | | This test was using an old head.js file which did not get updated when the change to sessionStorage happened. http://codereview.chromium.org/5866001/ BUG=68660 TEST= I tested this page_cycler and it seems to be working fine. Patch from Ahmad Sharif <asharif@chromium.org>, originally at http://codereview.chromium.org/6079013/. Review URL: http://codereview.chromium.org/6075013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70570 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Widen a suppression.thestig@chromium.org2011-01-061-1/+0
| | | | | | | | | BUG=61816 TEST=none TBR=rsesek Review URL: http://codereview.chromium.org/6038009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70569 0039d316-1c4b-4281-b951-d872f2087c98
* Update database head.js to use sessionStorage.chase@chromium.org2011-01-061-16/+17
| | | | | | | | | BUG=68660 TEST=database page cycler goes green Review URL: http://codereview.chromium.org/6057009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70567 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Widen a mac suppression.thestig@chromium.org2011-01-051-10/+1
| | | | | | | | BUG=61816 TEST=Valgrind Mac unit goes green. Review URL: http://codereview.chromium.org/6092010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70545 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill heuristics regular expressions should be stored in external data files.dhollowa@chromium.org2011-01-051-0/+4
| | | | | | | | | | | This change moves the Autofill heuristics regular expressions out to a new autofill_resources.grd file. This grd file is not meant to be localized. Eventually it will contain the locale-specific regular expressions as well as the English versions. This CL, however, just moves the English versions out of source. BUG=55787 TEST=FormStructureBrowserTest.HTMLFiles Review URL: http://codereview.chromium.org/6026010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70535 0039d316-1c4b-4281-b951-d872f2087c98
* Update grit_info.py to use optparse and add the ability to passtony@chromium.org2011-01-051-16/+40
| | | | | | | | | | | | | | in build defines (e.g., -D chromeos). This will make it possible for us to handle build dependencies in all configurations. I'll make a follow up change that adds the -D flags to the gyp files. BUG=68028 Review URL: http://codereview.chromium.org/6065012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70518 0039d316-1c4b-4281-b951-d872f2087c98
* Lifecycle management for PolicyProvidersjkummerow@chromium.org2011-01-051-18/+0
| | | | | | | | | | | The ConfigurationPolicyProviderKeeper (and therefore the individual ConfigurationPolicyProviders) is now a member variable of the BrowserProcess instead of a singleton. This fixes memory leaks at the cost of slightly more complicated shutdown (the PolicyProviders must die while the file thread is still alive, but the preference system observing the providers for policy changes lives longer than that). BUG=66054, 66102 TEST=existing unit tests; valgrind Review URL: http://codereview.chromium.org/5962016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70496 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes resource loading for the virtual keyboard.bryeung@chromium.org2011-01-041-1/+1
| | | | | | | | | BUG=none TEST=the keyboard no longer 404s in touchui builds Review URL: http://codereview.chromium.org/5977007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70447 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a leak in DiskCacheBasedSSLHostInfo.thestig@chromium.org2011-01-041-1/+26
| | | | | | | | | BUG=68553 TEST=Linux Valgrind unit test gets greener. TBR=willchan Review URL: http://codereview.chromium.org/6099007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70446 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Update a suppression after r70363a.thestig@chromium.org2011-01-041-1/+1
| | | | | | | | | BUG=36605 TEST=Valgrind Mac unit test goes green. TBR=brettw Review URL: http://codereview.chromium.org/5998009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70443 0039d316-1c4b-4281-b951-d872f2087c98
* html_inline.py: update comments to match reality, fix a small typoevan@chromium.org2011-01-041-3/+2
| | | | | | | | | Though the comments say it doesn't inline CSS, it actually does; I also noticed there's a typo in the CSS-inlining regex. Review URL: http://codereview.chromium.org/6057007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70429 0039d316-1c4b-4281-b951-d872f2087c98
* Update heapchecker suppression after the recent move of sanity tests to ↵timurrrr@chromium.org2011-01-042-3/+3
| | | | | | | | | | base::, exclude all SSLServerSocketTest from TSan/Win run BUG=68482 TBR=glider Review URL: http://codereview.chromium.org/6069013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70419 0039d316-1c4b-4281-b951-d872f2087c98
* Update suppressions for Valgrind sanity teststimurrrr@chromium.org2011-01-031-15/+15
| | | | | | | | TBR=brettw TEST=./tools/valgrind/waterfall.sh fetch&match Review URL: http://codereview.chromium.org/6008008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70397 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run SSLServerSocketTest.Handshake under TSan/Win; suppress ↵timurrrr@chromium.org2011-01-033-4/+14
| | | | | | | | | tracked_objects reports on TSan/Mac; updated ignore files to the new base/ directory structure BUG=68482,68481 Review URL: http://codereview.chromium.org/6098003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70396 0039d316-1c4b-4281-b951-d872f2087c98
* Expand the suppression for bug 68304 (leaks in ResourceDispatcherHostTest.*)glider@chromium.org2010-12-311-7/+1
| | | | | | | | | 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