summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing Mac headers to base.gypmark@chromium.org2009-03-232-1/+11
* Make a sqlite suppression less platform-specific; it wasn't working on buildbotdkegel@google.com2009-03-231-2/+4
* Hook up popup windows on Mac (no blocking yet).avi@google.com2009-03-232-7/+35
* Add scoped_nsobject to help handle ownership of NSObject subclass objects bymark@chromium.org2009-03-232-0/+79
* Port more UI tests to Linux.phajdan.jr@chromium.org2009-03-239-78/+64
* Handle null window_id references and refer to a bug for further improvement.avi@google.com2009-03-233-6/+16
* Reduce valgrind bot time from 12 minutes to 9 minutes by skipping one testdkegel@google.com2009-03-231-0/+3
* Need to skip one more test. Should have been in http://codereview.chromium.o...dkegel@google.com2009-03-231-0/+1
* Ignore task leaks. See http://crbug.com/6532dkegel@google.com2009-03-231-0/+12
* Skipping two tests that crash (bug 9170) and one that takes a long time.dkegel@google.com2009-03-231-0/+6
* DevToolsClient frontend improvements:pfeldman@chromium.org2009-03-2320-1388/+1586
* Currently we have two types of devtools UI: Chrome built in developer tools w...yurys@google.com2009-03-2318-288/+336
* Support for extensions permissions. This CL only contains, parsing, initializ...rafaelw@chromium.org2009-03-2310-10/+147
* Add bug numbers to layout tests failures from my recent merges.levin@chromium.org2009-03-231-13/+12
* Attempt to detect impact of disabling dns prefetching on transaction latencyjar@chromium.org2009-03-235-17/+46
* Switching sandbox to gyp on windows.bradnelson@google.com2009-03-235-2/+16
* Free unit tests for Mac: BookmarkHTMLWriterTest, BookmarkUtilsTest,shess@chromium.org2009-03-224-13/+7
* This test is having purify errors. I'm disabling itnsylvain@chromium.org2009-03-221-0/+3
* Revert change 12247 because it created a lot of memory regressionsnsylvain@chromium.org2009-03-229-199/+56
* This test has been failing non-stop sincensylvain@chromium.org2009-03-221-0/+3
* Initial revision of the DevTools frontend.pfeldman@chromium.org2009-03-2212-2/+2619
* Hook up V8 Database Bindings.dglazkov@google.com2009-03-229-11/+142
* Bug 6474: Rename the Cancel button to Close in Clear Browsing Data.finnur@chromium.org2009-03-212-1/+4
* Committing issue 39299:aa@chromium.org2009-03-219-56/+199
* Roll deps to update gyp.sgk@google.com2009-03-211-1/+1
* Fix pkg_config_wrapper.py paths now that the updated gyp executessgk@google.com2009-03-211-6/+6
* Allow multiple toolstrips in an extension.aa@chromium.org2009-03-218-17/+59
* Fully reset HttpNetworkTransaction::response_ when restarting the transaction...ericroman@google.com2009-03-218-11/+98
* Deps roll to fix gyp exception on initial checkouts.sgk@google.com2009-03-211-1/+1
* Write usagestats to HKLM as wellcpu@google.com2009-03-211-3/+9
* Add bug number for newly failing tests.ojan@google.com2009-03-211-2/+1
* Attempt to green tree.ojan@google.com2009-03-211-1/+31
* Remove the old and no longer used SafeBrowsing storagepaulg@google.com2009-03-2113-1588/+11
* Fix breakage where none of the tests would get listed. Not sure whyojan@google.com2009-03-212-5/+8
* forgot thisben@chromium.org2009-03-211-0/+8
* Add support for radio buttons. The code implementing checked/group was copied...ben@chromium.org2009-03-214-5/+149
* Add a WONTFIX modifier and move all the tests from tests_ignored.txtojan@google.com2009-03-215-528/+530
* More button modificationsben@chromium.org2009-03-206-19/+144
* Rolling in gyp improvements.bradnelson@google.com2009-03-201-1/+1
* Chromium side of trackbar drawing. This is needed to support <input type="ra...pkasting@chromium.org2009-03-204-20/+141
* Fix threading and ownership issues in WebWorkerClientProxy.jam@chromium.org2009-03-203-9/+25
* Implement SSL renegotiation.wtc@chromium.org2009-03-202-77/+122
* Update the gyp Linux build:sgk@google.com2009-03-2013-13/+421
* Fix linux input breakage: Don't wrap an important line in a DCHECK!estade@chromium.org2009-03-201-1/+2
* Rebaseline a windows layout test.estade@chromium.org2009-03-204-3/+36
* Remove the DOM constructor cache and instead use an object wrapper prototypembelshe@google.com2009-03-202-63/+76
* Fix renderer crash when a file chooser is closed after navigating away frommpcomplete@google.com2009-03-201-0/+5
* Don't expect unit tests to free root certdkegel@google.com2009-03-202-1/+10
* Fix a long standing typo. Needed a space after the colon.jon@chromium.org2009-03-201-1/+1
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-2017-14/+163