| Commit message (Expand) | Author | Age | Files | Lines |
* | Collect stats on how many users see mixed scripting on google.com, so we can | cevans@chromium.org | 2011-07-19 | 1 | -0/+2 |
* | Rename CommandLine::GetArgs(), update callers. | msw@chromium.org | 2011-07-13 | 1 | -3/+4 |
* | Improved the webforms extractor script. | dyu@chromium.org | 2011-07-08 | 2 | -0/+219 |
* | Moved sharding_supervisor to top level for general use. | maruel@chromium.org | 2011-07-07 | 1 | -265/+0 |
* | Rename app_strings to ui_strings. | tfarina@chromium.org | 2011-07-07 | 2 | -3/+3 |
* | Remove smoketests.py. It's gotten stale, not updated in nearly 2 years, and i... | pam@chromium.org | 2011-07-06 | 1 | -314/+0 |
* | Use performance_ui_tests executable instead of: | darin@chromium.org | 2011-07-01 | 1 | -9/+7 |
* | Glue ffmpeg to Chrome | ihf@chromium.org | 2011-07-01 | 2 | -7/+7 |
* | Move app/resources/* to ui/resources/ directory. | tfarina@chromium.org | 2011-06-29 | 2 | -5/+5 |
* | Aggregator script used for collecting web pages with fillable forms | dyu@chromium.org | 2011-06-29 | 2 | -188/+428 |
* | Removing defunct OpenMAX code (round 2). | scherkus@chromium.org | 2011-06-28 | 1 | -1/+0 |
* | app: Get rid of app_paths.[cc,h] files. | tfarina@chromium.org | 2011-06-27 | 1 | -2/+0 |
* | Added sharding_supervisor.py script to automate sharding of tests, dramatical... | charleslee@google.com | 2011-06-27 | 1 | -0/+265 |
* | add some metrics for the NTP | estade@chromium.org | 2011-06-24 | 1 | -0/+4 |
* | Add support for Linux kernels >=3.0-rc1 in Python related build files by: | tony@chromium.org | 2011-06-16 | 1 | -1/+1 |
* | Minor improvments in regex and added Verbose mode for expressing the regex. | dyu@chromium.org | 2011-06-07 | 1 | -15/+50 |
* | Script that extract forms from HTML files. Used in conjunction with the aggre... | dyu@chromium.org | 2011-06-03 | 1 | -0/+170 |
* | Infobar Windows Media Player plug-in by default. | cevans@chromium.org | 2011-06-01 | 1 | -0/+4 |
* | [cros] Initial implementation for OOBE WebUI. | nkostylev@chromium.org | 2011-05-31 | 1 | -2/+2 |
* | Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a... | chromium@hybridsource.org | 2011-05-28 | 1 | -2/+2 |
* | lib.target/_pyautolib.so -> _pyautolib.so | nirnimesh@google.com | 2011-05-26 | 1 | -1/+1 |
* | Start generating translated policy templates | gfeher@chromium.org | 2011-05-24 | 2 | -63/+78 |
* | Add indexeddb-use-leveldb to about:flags. | hans@chromium.org | 2011-05-23 | 1 | -0/+1 |
* | Add xdg-mime to archive files. | mmoss@chromium.org | 2011-05-20 | 2 | -0/+6 |
* | Adding DeviceOnly capabilities to policy_template file. | sfeuz@chromium.org | 2011-05-20 | 1 | -0/+4 |
* | [Mac] Add PDF files to the list of document types Chrome can open when buildi... | rsesek@chromium.org | 2011-05-18 | 1 | -0/+53 |
* | [Mac] Fix official build break where the builders do not have git installed. | rsesek@chromium.org | 2011-05-18 | 1 | -2/+12 |
* | [Mac] Rewrite tweak_info_plist as a Python script instead of bash. | rsesek@chromium.org | 2011-05-18 | 1 | -170/+237 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -8/+8 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 1 | -8/+10 |
* | Linux: create mimeapps.list in the wrapper script if it doesn't exist, to wor... | mdm@chromium.org | 2011-05-10 | 1 | -0/+6 |
* | NaCl: Add the integrated runtime (IRT) library to Windows install images | mseaborn@chromium.org | 2011-05-10 | 2 | -0/+16 |
* | NaCl: Add the integrated runtime (IRT) library to Linux install images | mseaborn@chromium.org | 2011-05-09 | 2 | -0/+13 |
* | Revert 84252 - NaCl: Add the integrated runtime (IRT) library to install images | hansl@chromium.org | 2011-05-05 | 2 | -25/+0 |
* | NaCl: Add the integrated runtime (IRT) library to install images | mseaborn@chromium.org | 2011-05-05 | 2 | -0/+25 |
* | IPC outgoing message filters interpose yourself in a message stream. Minimal... | tsepez@chromium.org | 2011-05-04 | 3 | -13/+723 |
* | Changed line endings for FILES to LF (was CRLF). | apatrick@chromium.org | 2011-04-29 | 1 | -70/+70 |
* | Aggregator script used for collecting web pages with filliable forms | dyu@chromium.org | 2011-04-29 | 3 | -0/+948 |
* | Tom and I should OWN a couple more things. | mark@chromium.org | 2011-04-28 | 1 | -0/+2 |
* | Record stats for mixed content warnings and errors. | cevans@chromium.org | 2011-04-28 | 2 | -0/+7 |
* | Add an option to specify the module name | nirnimesh@chromium.org | 2011-04-25 | 1 | -3/+7 |
* | Linux: use the system xdg-utils if it looks new enough. This allows us to start | mdm@chromium.org | 2011-04-20 | 1 | -14/+9 |
* | Added new actions used by PDF. | gene@google.com | 2011-04-19 | 1 | -1/+3 |
* | Add convenience flags for processing chrome dumps on chromeos. | nirnimesh@chromium.org | 2011-04-16 | 1 | -11/+17 |
* | Add the native control panel for flash 10.3 | cpu@chromium.org | 2011-04-15 | 2 | -435/+441 |
* | Correct the way that exceptions are raised in create_installer_archive.py, al... | robertshield@chromium.org | 2011-04-15 | 1 | -3/+6 |
* | Add UMA for cookie settings | jochen@chromium.org | 2011-04-14 | 1 | -0/+4 |
* | Switching flags passed to 7zip to improve compression. | bradnelson@google.com | 2011-04-04 | 1 | -2/+17 |
* | importer: Move importer_messages.[cc,h] to profile_import_process_messages.[c... | tfarina@chromium.org | 2011-04-02 | 1 | -2/+2 |
* | Report more detailed stats on which plug-ins are being blocked. | cevans@chromium.org | 2011-03-29 | 1 | -0/+10 |