| Commit message (Expand) | Author | Age | Files | Lines |
* | Update known crashes. | patrick@chromium.org | 2009-03-12 | 1 | -2/+14 |
* | - Add UI test for DOM checker. | patrick@chromium.org | 2009-03-12 | 6 | -58/+148 |
* | Add hanging test to Purify gtest filter file. Report location of filter file | pam@chromium.org | 2009-03-11 | 1 | -0/+2 |
* | Unrevert 11294. | mpcomplete@google.com | 2009-03-10 | 3 | -5/+22 |
* | Reverting 11294. | mpcomplete@google.com | 2009-03-09 | 3 | -22/+5 |
* | Support loading extensions into the bookmark toolbar. | mpcomplete@google.com | 2009-03-09 | 3 | -5/+22 |
* | Add a copy of DOM checker for testing. DOM checker is a tool to help automate | patrick@chromium.org | 2009-03-09 | 5 | -0/+1471 |
* | chrome-ui://extensions/ is now populated with data collected from the Extensi... | rafaelw@chromium.org | 2009-03-09 | 5 | -0/+36 |
* | Exclude more IPC tests from purify buildbot. Looks like one of the tests usi... | jam@chromium.org | 2009-03-07 | 1 | -2/+2 |
* | Fix the golden file. JSON files should end in CRLF on | tc@google.com | 2009-03-05 | 2 | -19/+19 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 6 | -61/+61 |
* | It appears that ExtensionViewTest is behind a few bugs on the purify unit tes... | erikkay@google.com | 2009-03-04 | 1 | -1/+4 |
* | Commit http://codereview.chromium.org/27037 | aa@chromium.org | 2009-03-04 | 1 | -201/+131 |
* | Add a set of long-running metrics to Chrome that are sent up only at uninstal... | robertshield@google.com | 2009-03-04 | 1 | -0/+3 |
* | Add FilePath setter/getter to pref service. Change callers to use it rather t... | estade@chromium.org | 2009-03-04 | 2 | -1/+3 |
* | Updating line endings. | robertshield@google.com | 2009-03-03 | 1 | -7/+7 |
* | Add reliability test data (known crashes). | patrick@chromium.org | 2009-03-03 | 1 | -0/+76 |
* | Remove the RenderThread:: message leaks from the known leak list. | jam@chromium.org | 2009-03-03 | 1 | -99/+0 |
* | Remove IPCSyncChannelTest.ChattyServer from purify unit tests because it take... | jam@chromium.org | 2009-02-28 | 1 | -0/+3 |
* | Prototype extension process. This is a proof of concept, with a lot of | mpcomplete@google.com | 2009-02-27 | 1 | -0/+5 |
* | Enforce new id format (hex str of sha-1) | erikkay@google.com | 2009-02-26 | 5 | -4/+4 |
* | Auto install and update extensions from a registry defined location. This al... | erikkay@google.com | 2009-02-26 | 1 | -0/+0 |
* | Attempt at fixing flakeyness when running session restore ui tests in | sky@google.com | 2009-02-24 | 1 | -4/+0 |
* | A little more tweaking to the purify file. | jam@chromium.org | 2009-02-23 | 1 | -15/+2 |
* | Update purify data after callstacks changed | jam@chromium.org | 2009-02-22 | 3 | -109/+8 |
* | Temporarily ignore a memory allocation failure error. | erikkay@google.com | 2009-02-21 | 2 | -1/+12 |
* | Temporarily ignore a memory allocation failure error. | erikkay@google.com | 2009-02-21 | 1 | -1/+1 |
* | Add NPAPI plugins contained in extensions to the PluginList. | mpcomplete@google.com | 2009-02-21 | 1 | -1/+2 |
* | Disable a test that's hanging on the purify bot. | erikkay@google.com | 2009-02-20 | 1 | -2/+4 |
* | Complain when an extension does not contain a user script it claims to. | aa@chromium.org | 2009-02-20 | 4 | -0/+16 |
* | Manifest renames. | aa@chromium.org | 2009-02-19 | 5 | -3/+3 |
* | Renables the session restore ui tests in hopes of finding out why they | sky@google.com | 2009-02-18 | 1 | -4/+0 |
* | The DOM Automation controller object uses the RenderView instance as the mess... | ananta@chromium.org | 2009-02-18 | 1 | -0/+27 |
* | Do two TODOs related to --load-extension: | aa@chromium.org | 2009-02-17 | 12 | -0/+5 |
* | Commit issue 19737: Partial implementation of tests for | aa@chromium.org | 2009-02-16 | 1 | -0/+408 |
* | Revert "Commit issue 19737: Partial implementation of tests for Greasemonkey" | aa@chromium.org | 2009-02-15 | 1 | -408/+0 |
* | Commit issue 19737: | aa@chromium.org | 2009-02-15 | 1 | -0/+408 |
* | Remove the executable bit from a bunch of files that shouldn't have had it. | evan@chromium.org | 2009-02-12 | 4 | -0/+0 |
* | Remove leaks that are now fixed. | rvargas@google.com | 2009-02-11 | 1 | -112/+0 |
* | More purify wack-a-mole. | erikkay@google.com | 2009-02-06 | 2 | -0/+63 |
* | another attempt to get the current errors into the known errors list | erikkay@google.com | 2009-02-06 | 2 | -6/+85 |
* | Add a few errors to the known errors list: | erikkay@google.com | 2009-02-05 | 2 | -0/+172 |
* | Add support for loading Current Version. (haven't removed the old style loadi... | erikkay@google.com | 2009-01-31 | 2 | -0/+7 |
* | fixed a manifest file I hadn't renamed before | erikkay@google.com | 2009-01-31 | 1 | -0/+0 |
* | Simple installation of extensions using chrome.exe --install-extensionChanged... | erikkay@google.com | 2009-01-29 | 7 | -2/+2 |
* | Try again to commit r8486, which updates the manifest | aa@chromium.org | 2009-01-23 | 1 | -3/+9 |
* | Backs out 8523 in hopes of a greener tree. | sky@google.com | 2009-01-23 | 1 | -21/+0 |
* | Changes to insure that when in app-mode, links open in the default browser. ... | brg@chromium.com | 2009-01-23 | 1 | -0/+21 |
* | Revert "Parse more user script info out of the manifest and expose" | aa@chromium.org | 2009-01-22 | 1 | -9/+3 |
* | Parse more user script info out of the manifest and expose | aa@chromium.org | 2009-01-22 | 1 | -3/+9 |