| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates to clean up default theme and add hover states. | avi@chromium.org | 2009-08-31 | 33 | -2846/+4688 |
* | Widen a couple suppressions, fix typo in last commit (need a precommit filter... | dkegel@google.com | 2009-08-31 | 1 | -6/+3 |
* | DevTools: Migrate from CppBound class to devtools bound object. | pfeldman@chromium.org | 2009-08-31 | 3 | -99/+74 |
* | Adds a button to chrome://extensions/ that allows easy packing | aa@chromium.org | 2009-08-31 | 8 | -7/+380 |
* | Update temporary default extension icon to the Google Labs | aa@chromium.org | 2009-08-31 | 2 | -1/+1 |
* | gtk: Get rid of the title-centering code in TabRendererGtk. DrawStringInt ce... | jhawkins@chromium.org | 2009-08-31 | 2 | -16/+2 |
* | Remove old, unfunctional crx packing script. These days, http://src.chromium.... | thakis@chromium.org | 2009-08-31 | 1 | -172/+0 |
* | Widen two more suppressions, fix a broken suppression | dkegel@google.com | 2009-08-30 | 2 | -10/+56 |
* | Add a button to chrome://extensions to load an extension. | aa@chromium.org | 2009-08-30 | 4 | -19/+99 |
* | Remove LayoutTests/hixie/perf/001.xml and 002.xml from test_expectations in | senorblanco@chromium.org | 2009-08-30 | 1 | -3/+0 |
* | Add a couple more rebaselines resulting from skia r341, and remove a passing | senorblanco@chromium.org | 2009-08-30 | 5 | -3/+2 |
* | Roll DEPS for skia 330:341, to pick up some fixes for skia assertion failures... | senorblanco@chromium.org | 2009-08-30 | 77 | -41/+39 |
* | Widen some old suppressions, add some new ones. | dkegel@google.com | 2009-08-30 | 2 | -11/+26 |
* | Pretty up the chrome://extensions/ page a bit. | aa@chromium.org | 2009-08-30 | 2 | -173/+174 |
* | Fix warnings in Linux build. | finnur@chromium.org | 2009-08-30 | 1 | -4/+2 |
* | Experiment with dislodging the Extension Shelf and having it only appear on t... | finnur@chromium.org | 2009-08-30 | 22 | -37/+363 |
* | gtk: Schedule a paint operation for the previously selected tab when selectin... | jhawkins@chromium.org | 2009-08-30 | 1 | -0/+4 |
* | gtk: Initialize |background_offset_x_|. When rendering a dragged tab, we wer... | jhawkins@chromium.org | 2009-08-30 | 1 | -0/+1 |
* | The DomOperationNotificationObserver::Observe function can get invoked from o... | ananta@chromium.org | 2009-08-29 | 1 | -5/+5 |
* | Suppression-fest! | dank@chromium.org | 2009-08-29 | 2 | -9/+58 |
* | Some code style cleanup under src/app. | maruel@chromium.org | 2009-08-29 | 11 | -19/+19 |
* | Silence the libcmt project to only print the processed files. | maruel@chromium.org | 2009-08-29 | 1 | -3/+4 |
* | fixed a regexp bug in mappy to improve address detection | erikkay@chromium.org | 2009-08-29 | 2 | -2/+2 |
* | reenable overrides test | erikkay@chromium.org | 2009-08-29 | 1 | -2/+8 |
* | Disable incremental linking for ui_tests on 32 bits OS. | maruel@chromium.org | 2009-08-29 | 1 | -0/+5 |
* | Use Lucida Grande instead of Helvetica for "Show all downloads..." link in do... | thakis@chromium.org | 2009-08-29 | 2 | -5/+8 |
* | Fix a crash where we were looking for the fav icon in the wrong service. | estade@chromium.org | 2009-08-29 | 4 | -13/+13 |
* | Fix samples extensions. Add icons (nothing building or testable) | rafaelw@chromium.org | 2009-08-29 | 5 | -7/+14 |
* | Remove another swath of long passing Mac layout tests from test_expectations. | paul@chromium.org | 2009-08-29 | 1 | -20/+0 |
* | Fix for mac setRect? | gman@google.com | 2009-08-29 | 1 | -0/+4 |
* | Control the amount of time to leave an unused socket idle before closing it. | willchan@chromium.org | 2009-08-29 | 4 | -13/+106 |
* | Enable extensions by default. | aa@chromium.org | 2009-08-29 | 12 | -47/+21 |
* | Add a list of tests that have expectations for a platform, but never | ojan@google.com | 2009-08-29 | 1 | -61/+184 |
* | Update test expectations to account for a successful test on Mac. | paul@chromium.org | 2009-08-29 | 1 | -1/+1 |
* | Remove some tests that have passed for the past 100 runs. I have already | ojan@google.com | 2009-08-29 | 1 | -52/+6 |
* | Roll webkit deps. | ojan@google.com | 2009-08-29 | 1 | -1/+1 |
* | Force databases and localstorage to be enabled extensions. | aa@chromium.org | 2009-08-29 | 12 | -15/+152 |
* | Remove Mac layout test expectations that are now passing and no | paul@chromium.org | 2009-08-29 | 1 | -20/+0 |
* | De-orange the tree. Remove onhashchange-attribute-listeners.html from test-e... | jparent@chromium.org | 2009-08-29 | 1 | -1/+0 |
* | It's OK to include sqlite3.h in renderer code. | dumi@chromium.org | 2009-08-29 | 1 | -0/+1 |
* | Make the doc footer more standard. | kathyw@google.com | 2009-08-29 | 2 | -1/+13 |
* | Implement creating shortcuts in the applications menu. | phajdan.jr@chromium.org | 2009-08-28 | 6 | -55/+116 |
* | Allow overriding debug optimization level on mac. | dank@chromium.org | 2009-08-28 | 1 | -2/+3 |
* | Widen one suppression to match linux bot, add one new suppression for mac. | dank@chromium.org | 2009-08-28 | 2 | -1/+15 |
* | Fix syntax accessing enum scoped to class, to fix GCC builds. | maf@google.com | 2009-08-28 | 1 | -1/+1 |
* | Linux: get GNOME or KDE proxy settings. | mdm@chromium.org | 2009-08-28 | 8 | -150/+624 |
* | If a preferences file references a theme which is from an old version, or who... | mirandac@chromium.org | 2009-08-28 | 1 | -2/+18 |
* | Disk cache: Add a histogram to measure the latency of | rvargas@google.com | 2009-08-28 | 2 | -13/+20 |
* | GTK: Refactoring and rounds the "Search site for:" hint. | erg@google.com | 2009-08-28 | 9 | -198/+300 |
* | Revert "Gtk confirm form resubmission dialog." Broke linux views build. | mattm@chromium.org | 2009-08-28 | 20 | -179/+59 |