summaryrefslogtreecommitdiffstats
path: root/chrome/tools
Commit message (Collapse)AuthorAgeFilesLines
* Changed line endings for FILES to LF (was CRLF).apatrick@chromium.org2011-04-291-70/+70
| | | | | | | | | | This fixes chrome/tools/build/win/make_zip.sh. It was only stripping the \n from the paths, leaving the \r and cp could not find files named like "pdf.dll\r". TEST=run make_zip BUG=none Review URL: http://codereview.chromium.org/6903149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83580 0039d316-1c4b-4281-b951-d872f2087c98
* Aggregator script used for collecting web pages with filliable formsdyu@chromium.org2011-04-293-0/+948
| | | | | | | | | | | | | | such as registration forms. The script parses through a set of links from a text file and crawls the domain looking for web pages with forms then downloads the entire page to an html file. webforms_aggregator.py TEST=none BUG=none Review URL: http://codereview.chromium.org/6577026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83567 0039d316-1c4b-4281-b951-d872f2087c98
* Tom and I should OWN a couple more things.mark@chromium.org2011-04-281-0/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6901101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83367 0039d316-1c4b-4281-b951-d872f2087c98
* Record stats for mixed content warnings and errors.cevans@chromium.org2011-04-282-0/+7
| | | | | | Review URL: http://codereview.chromium.org/6904083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83364 0039d316-1c4b-4281-b951-d872f2087c98
* Add an option to specify the module namenirnimesh@chromium.org2011-04-251-3/+7
| | | | | | | | | | | | This is so that I can use this script for non-chrome sym files too, particularly pepper. R=thestig@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6895044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82911 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: use the system xdg-utils if it looks new enough. This allows us to startmdm@chromium.org2011-04-201-14/+9
| | | | | | | | phasing out our copy, and also should fix a default browser bug on Ubuntu 11.04. BUG=73231 Review URL: http://codereview.chromium.org/6881070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82203 0039d316-1c4b-4281-b951-d872f2087c98
* Added new actions used by PDF.gene@google.com2011-04-191-1/+3
| | | | | | Review URL: http://codereview.chromium.org/6877023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82034 0039d316-1c4b-4281-b951-d872f2087c98
* Add convenience flags for processing chrome dumps on chromeos.nirnimesh@chromium.org2011-04-161-11/+17
| | | | | | | | | | | | | Sample usage for chromeos chrome dmps: python process_dumps_linux.py --processor-dir=. --symbol-dir=debug/breakpad/chrome/A9EE56E4F8A61BB38CA990B65A53E28E0 --symbol-filename=chrome.sym --dump-file=chromium-renderer-minidump-786fe1677009746c.dmp BUG= TEST= Review URL: http://codereview.chromium.org/6873024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81841 0039d316-1c4b-4281-b951-d872f2087c98
* Add the native control panel for flash 10.3cpu@chromium.org2011-04-152-435/+441
| | | | | | | | BUG=74035 TEST=see bug Review URL: http://codereview.chromium.org/6813099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81786 0039d316-1c4b-4281-b951-d872f2087c98
* Correct the way that exceptions are raised in create_installer_archive.py, ↵robertshield@chromium.org2011-04-151-3/+6
| | | | | | | | | | also display the process exit code when running the compression utility fails. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6759066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81740 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA for cookie settingsjochen@chromium.org2011-04-141-0/+4
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6853013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81583 0039d316-1c4b-4281-b951-d872f2087c98
* Switching flags passed to 7zip to improve compression.bradnelson@google.com2011-04-041-2/+17
| | | | | | | | | | | Corresponding change already made in p4. BUG=None TEST=None R=laforge@google.com,robertshield@google.com Review URL: http://codereview.chromium.org/6735034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80346 0039d316-1c4b-4281-b951-d872f2087c98
* importer: Move importer_messages.[cc,h] to ↵tfarina@chromium.org2011-04-021-2/+2
| | | | | | | | | | | | | profile_import_process_messages.[cc,h]. BUG=None TEST=None R=avi@chromium.org Review URL: http://codereview.chromium.org/6691019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80268 0039d316-1c4b-4281-b951-d872f2087c98
* Report more detailed stats on which plug-ins are being blocked.cevans@chromium.org2011-03-291-0/+10
| | | | | | | BUG=77810 Review URL: http://codereview.chromium.org/6708098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79740 0039d316-1c4b-4281-b951-d872f2087c98
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raw_scoped_refptr_mismatch_checker.h ref_counted.cc ref_counted.h ref_counted_memory.cc ref_counted_memory.h ref_counted_unittest.cc scoped_callback_factory.h scoped_comptr_win.h scoped_handle.h scoped_native_library.cc scoped_native_library.h scoped_native_library_unittest.cc scoped_nsobject.h scoped_open_process.h scoped_ptr.h scoped_ptr_unittest.cc scoped_temp_dir.cc scoped_temp_dir.h scoped_temp_dir_unittest.cc scoped_vector.h singleton.h singleton_objc.h singleton_unittest.cc linked_ptr.h linked_ptr_unittest.cc weak_ptr.cc weak_ptr.h weak_ptr_unittest.cc BUG=None TEST=Compile Review URL: http://codereview.chromium.org/6714032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79524 0039d316-1c4b-4281-b951-d872f2087c98
* importer: Add UMA logging to Firefox warning dialog.tfarina@chromium.org2011-03-251-0/+4
| | | | | | | | | | | BUG=51100 TEST=None R=avi@chromium.org,mirandac@chromium.org Review URL: http://codereview.chromium.org/6676138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79393 0039d316-1c4b-4281-b951-d872f2087c98
* Move the rest of the renderer->browser messages that belong in content. ↵jam@chromium.org2011-03-241-2/+0
| | | | | | | | | | | | | Also do a bunch of cleanup: -move safe browsing messages together -get rid of webkit_param_traits and common_param_trait since they're no longer needed -remove the multiple include of IPC files from places that don't need it TBR=tsepez Review URL: http://codereview.chromium.org/6713084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79235 0039d316-1c4b-4281-b951-d872f2087c98
* Updated to D3DX9 and D3DCompiler version 43 DLLs.apatrick@chromium.org2011-03-242-4/+4
| | | | | | | | | | | TEST=none BUG=none R=darin@chromium.org,brettw@chromium.org,jam@chromium.org,ben@chromium.org Review URL: http://codereview.chromium.org/6534012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79233 0039d316-1c4b-4281-b951-d872f2087c98
* Make all_messages.h include the generator files.jam@chromium.org2011-03-231-28/+2
| | | | | | Review URL: http://codereview.chromium.org/6727011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79171 0039d316-1c4b-4281-b951-d872f2087c98
* Move the rest of the content browser->renderer messages to content. Also ↵jam@chromium.org2011-03-231-0/+1
| | | | | | | | | move drag related messages to their own file. TBR=tsepez Review URL: http://codereview.chromium.org/6705012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79083 0039d316-1c4b-4281-b951-d872f2087c98
* Load devtools files from resources.pak rather than from disk take 2.tony@chromium.org2011-03-222-6/+0
| | | | | | | | | | | | | | | | | | | | | This change merges devtools_resources.pak into resources.pak and puts the code to load files from disk behind a command line switch. If --debug-devtools is passed on the command line, we enable the code to load from disk (so the developer can make changes to the .js files without having to recompile or restart the browser). I also tried to make sure we no longer include the resources directory in release packages, but I probably missed something. This time, make sure to include the devtools_resources.pak in Chromium.app on OSX. BUG=35793 TBR=pfeldman Review URL: http://codereview.chromium.org/6708093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79038 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Load devtools files from resources.pak rather than from disk."tony@chromium.org2011-03-222-0/+6
| | | | | | | | | | | | interactive_ui_tests in debug appear to be broken. This reverts commit r78949. TBR=pfeldman Review URL: http://codereview.chromium.org/6675018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78954 0039d316-1c4b-4281-b951-d872f2087c98
* Load devtools files from resources.pak rather than from disk.tony@chromium.org2011-03-222-6/+0
| | | | | | | | | | | | | | | | | This change merges devtools_resources.pak into resources.pak and puts the code to load files from disk behind a command line switch. If --debug-devtools is passed on the command line, we enable the code to load from disk (so the developer can make changes to the .js files without having to recompile or restart the browser). I also tried to make sure we no longer include the resources directory in release packages, but I probably missed something. BUG=35793 Review URL: http://codereview.chromium.org/6670072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78949 0039d316-1c4b-4281-b951-d872f2087c98
* Create a new message file for view related messages. I just moved a few ↵jam@chromium.org2011-03-211-1/+4
| | | | | | | | | messages initially. TBR=tsepez Review URL: http://codereview.chromium.org/6716007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78933 0039d316-1c4b-4281-b951-d872f2087c98
* Creates the ipclist utility that chrome security team has wanted to dumptsepez@chromium.org2011-03-173-0/+162
| | | | | | | | | | | | the known IPC messages. Going forward, this should help identify new messages between versions of chrome so that they may be given extra scrutiny for potential badness. under the common_message_generator.h umbrella. Review URL: http://codereview.chromium.org/6646005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78564 0039d316-1c4b-4281-b951-d872f2087c98
* Update default paths in unused strings scriptestade@chromium.org2011-03-151-4/+8
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6677058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78281 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA logging to the NTP promo. Log whenever the NTP is created with the ↵mirandac@chromium.org2011-03-151-0/+1
| | | | | | | | | | | promo shown. BUG=76063 TEST=none Review URL: http://codereview.chromium.org/6681036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78203 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regression from r77888: icu is not supposed to have a version number ↵aa@chromium.org2011-03-121-1/+1
| | | | | | | | | | anymore. BUG=75842 TEST= TBR=jshin@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77916 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Gears from Chrome.aa@chromium.org2011-03-113-10/+4
| | | | | | | | | | There are probably a few more bits and pieces that can be removed, but I think this is the majority of it. BUG=51934 Review URL: http://codereview.chromium.org/6576020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77888 0039d316-1c4b-4281-b951-d872f2087c98
* Drop the icu version number from the name of icu data file on Windows. jshin@chromium.org2011-03-104-3/+4
| | | | | | | | | | | | | | | | | | | | | This is to avoid having to change a bunch of build/release configuration files everytime ICU version is changed. This will bring in the following two CLs in ICU and googleurl: http://codereview.chromium.org/6625032 http://codereview.chromium.org/6623060 BUG=74076 TEST=Chrome can be built and a binary built runs fine with an accompanying Chrome CL in place. Review URL: http://codereview.chromium.org/6624060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77684 0039d316-1c4b-4281-b951-d872f2087c98
* Replacing old ui action generator with one that uses the browser model to ↵ace@chromium.org2011-03-094-529/+108
| | | | | | | | | | pick actions. Adding support for generating action lists by seed. BUG=71739 Review URL: http://codereview.chromium.org/6507032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77546 0039d316-1c4b-4281-b951-d872f2087c98
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
| | | | | | | | | | | Fourth part of the remaining files. The last one will be deleting the stub files. BUG=None TEST=None Review URL: http://codereview.chromium.org/6657003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77511 0039d316-1c4b-4281-b951-d872f2087c98
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
| | | | | | | | | BUG=carnitas TEST=compiles Review URL: http://codereview.chromium.org/6609008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76962 0039d316-1c4b-4281-b951-d872f2087c98
* Remove candidate_window from unofficial pre-build Chromium binaries.yusukes@google.com2011-03-021-1/+0
| | | | | | | | | BUG=chromium-os:11381 TEST=built chrome Review URL: http://codereview.chromium.org/6596068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76540 0039d316-1c4b-4281-b951-d872f2087c98
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
| | | | | | | | | BUG=carnitas TEST=compiles; existing unit tests. Review URL: http://codereview.chromium.org/6602049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76467 0039d316-1c4b-4281-b951-d872f2087c98
* Update policy backend and testserver for the latest policy protocolgfeher@chromium.org2011-03-011-1/+1
| | | | | | | | | BUG=chromium-os:11253, chromium-os:11254, chromium-os:11255 TEST=DeviceManagementServiceIntegrationTest.WithTestServer Review URL: http://codereview.chromium.org/6537020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76455 0039d316-1c4b-4281-b951-d872f2087c98
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6591066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76390 0039d316-1c4b-4281-b951-d872f2087c98
* ICU 4.6 upgrade chrome changes in phase 2jshin@chromium.org2011-02-244-3/+4
| | | | | | | | | | | | | | | | | A bunch of hard-coded references to icudt42.dll are updated to refer to icudt46.dll. See also http://codereview.chromium.org/6575042/ (and there's one more accompanying CL - internal). I'll follow up this CL with a change to rename icudtXX.dll to icudt.dll so that I don't have to do this again next time. BUG=73991,61514 TEST=daily archived builds have icudt46.dll Review URL: http://codereview.chromium.org/6580046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75961 0039d316-1c4b-4281-b951-d872f2087c98
* New policy protobuf protocol.jkummerow@chromium.org2011-02-171-24/+209
| | | | | | | | | | | | | | | (Third attempt to land http://codereview.chromium.org/6409040/ -- now without memory leaks) - cloud_policy.proto autogenerated from policy_templates.json - C++ method decoding the protobuf also autogenerated from policy_templates.json - changed policy fetching mechanism to fetch new-style policy protobufs BUG=68309, chromium-os:11253, chromium-os:11255 TEST=CloudPolicyCacheTest.*; also manual test against python testserver Review URL: http://codereview.chromium.org/6532019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75259 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75106 - New policy protobuf protocol.jkummerow@chromium.org2011-02-161-210/+24
| | | | | | | | | | | | | | | | | (Second attempt to land http://codereview.chromium.org/6409040/) - cloud_policy.proto autogenerated from policy_templats.json - C++ method decoding the protobuf also autogenerated from policy_templates.json - changed policy fetching mechanism to fetch new-style policy protobufs BUG=68309, chromium-os:11253, chromium-os:11255 TEST=CloudPolicyCacheTest.*; also manual test against python testserver Review URL: http://codereview.chromium.org/6523058 TBR=jkummerow@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75115 0039d316-1c4b-4281-b951-d872f2087c98
* New policy protobuf protocol.jkummerow@chromium.org2011-02-161-24/+210
| | | | | | | | | | | | | | | (Second attempt to land http://codereview.chromium.org/6409040/) - cloud_policy.proto autogenerated from policy_templats.json - C++ method decoding the protobuf also autogenerated from policy_templates.json - changed policy fetching mechanism to fetch new-style policy protobufs BUG=68309, chromium-os:11253, chromium-os:11255 TEST=CloudPolicyCacheTest.*; also manual test against python testserver Review URL: http://codereview.chromium.org/6523058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75106 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75082 - New policy protobuf protocol.jkummerow@chromium.org2011-02-161-210/+24
| | | | | | | | | | | | | | | - cloud_policy.proto autogenerated from policy_templates.json - C++ method decoding the protobuf autogenerated from policy_templates.json - changed policy fetching mechanism to fetch new-style policy protobufs BUG=68309, chromium-os:11253, chromium-os:11255 TEST=CloudPolicyCacheTest.*; also manual test against python testserver Review URL: http://codereview.chromium.org/6409040 TBR=jkummerow@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75084 0039d316-1c4b-4281-b951-d872f2087c98
* New policy protobuf protocol.jkummerow@chromium.org2011-02-161-24/+210
| | | | | | | | | | | | | - cloud_policy.proto autogenerated from policy_templates.json - C++ method decoding the protobuf autogenerated from policy_templates.json - changed policy fetching mechanism to fetch new-style policy protobufs BUG=68309, chromium-os:11253, chromium-os:11255 TEST=CloudPolicyCacheTest.*; also manual test against python testserver Review URL: http://codereview.chromium.org/6409040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75082 0039d316-1c4b-4281-b951-d872f2087c98
* Archive chromedriver.exe on winnirnimesh@chromium.org2011-02-151-1/+1
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6519019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74905 0039d316-1c4b-4281-b951-d872f2087c98
* Add *PluginInfobar.Dismissed UMA.bauerb@chromium.org2011-02-141-0/+2
| | | | | | | | | BUG=54831 TEST=none Review URL: http://codereview.chromium.org/6456027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74810 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA for third party cookie blockingjochen@chromium.org2011-02-141-0/+2
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6484032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74805 0039d316-1c4b-4281-b951-d872f2087c98
* Adding pdb files for nacl dlls/exes.bradnelson@google.com2011-02-131-0/+3
| | | | | | | | | BUG=72886 TEST=None Review URL: http://codereview.chromium.org/6484026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74772 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more unsupported pdf feature to uma stats.jam@chromium.org2011-02-112-0/+2
| | | | | | Review URL: http://codereview.chromium.org/6489023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74655 0039d316-1c4b-4281-b951-d872f2087c98
* Archive chromedriver binarynirnimesh@chromium.org2011-02-103-0/+3
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6461005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74463 0039d316-1c4b-4281-b951-d872f2087c98
* Add metrics for omnibox Google searches that has no RLZ token for windows.pastarmovj@chromium.org2011-02-101-0/+2
| | | | | | | | | | | | | This metric will give us idea whether we need to take further measures to close the short gap between the time the RLZ token is first cached and later used to perform searches. BUG=71548 TEST=Manual. Review URL: http://codereview.chromium.org/6465020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74430 0039d316-1c4b-4281-b951-d872f2087c98