summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prompt the user before performing particularly expensive operations.markus@chromium.org2009-03-101-1/+62
* Move the tab images into the TabRenderer class.jhawkins@chromium.org2009-03-102-76/+86
* Convert to COLORREF properly. This matches the old code before my refactoring.darin@chromium.org2009-03-101-1/+3
* Fix interactive UI tests. It was crashing due to a NULL ExtensionsService in...mpcomplete@google.com2009-03-101-1/+2
* Re-enable ExtensionViewTest.mpcomplete@google.com2009-03-101-3/+1
* First step at removing TabContents from temp scaffolding. Get rid of duplicat...pinkerton@chromium.org2009-03-104-182/+49
* Extra disable ExtensionViewTest.mpcomplete@google.com2009-03-101-0/+2
* Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...jam@chromium.org2009-03-105-56/+47
* Make the download shelf in gtk look prettier (add top border, improve spacing).estade@chromium.org2009-03-102-19/+48
* Port navigation controller unittest to posix.estade@chromium.org2009-03-101-29/+36
* Make chrome's copy of the 'grit' rule aware that the grit callsgk@google.com2009-03-101-0/+2
* Disable ExtensionViewTest.Index while I fix it.mpcomplete@google.com2009-03-101-1/+1
* Reverting 11357.jcampan@chromium.org2009-03-102-2/+5
* First cut at the find bar.tc@google.com2009-03-1010-14/+149
* Add new gtk files to the gyp build.sgk@google.com2009-03-101-16/+17
* More tests_fixable updating. TBR.ojan@google.com2009-03-101-5/+4
* Fix build breaks after webkit merge.jam@chromium.org2009-03-109-2/+13
* Unrevert 11294.mpcomplete@google.com2009-03-1014-61/+161
* Highlight tab close button on click. Original patch by kimworking@gmail.com,...pkasting@chromium.org2009-03-101-2/+4
* Move forked, DevTools-specific JS files out of third_party/WebKitdglazkov@google.com2009-03-109-8/+2025
* The navigation entry's state would not be returned for navigation entries of ...jcampan@chromium.org2009-03-102-5/+2
* Checking in media::FFmpegGlue, media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-1014-11/+1445
* Make Chromium windows not hide auto-hide taskbars, take 2.pkasting@chromium.org2009-03-108-49/+125
* Attempt to cleanup after ourselves on test shell timeout.thestig@chromium.org2009-03-101-0/+1
* add glue.vcprojdarin@chromium.org2009-03-101-5/+13
* Adds WebThemeEngine, WebColor, and WebCanvas to the WebKit API (chrome-side).darin@chromium.org2009-03-1010-106/+192
* Revert "Checking in media::FFmpegDemuxer and tests."scherkus@chromium.org2009-03-1013-1442/+11
* Move FilePathTest under test_dir_ so it gets cleaned up on TearDown.thestig@chromium.org2009-03-101-3/+1
* Add some more flaky test in an attempt to green the tree. Also, defer flaky t...ojan@google.com2009-03-101-7/+8
* Checking in media::FFmpegDemuxer and tests.scherkus@chromium.org2009-03-106-1/+786
* Checking in media::FFmpegGlue and some common FFmpeg code.scherkus@chromium.org2009-03-109-10/+656
* Add flaky tests. TBR.ojan@google.com2009-03-101-0/+9
* Slight code change to make some global variables const.maruel@google.com2009-03-1043-203/+319
* Creating a new baseline for LayoutTest/fast/js/function-toString-semicolon-in...rafaelw@chromium.org2009-03-103-0/+51
* Add exceptions to max_cols rule.maruel@chromium.org2009-03-101-2/+8
* Some cleanups and hookups to LocationBarViewGtk.deanm@chromium.org2009-03-107-41/+58
* Basic Linux linking of chrome and tests:sgk@google.com2009-03-101-32/+41
* Adds logging of main URL for IPC messages. This is just a start. Isky@google.com2009-03-101-0/+20
* Re-implemented the install-build-deps.sh script file, so that on 64 bitmarkus@chromium.org2009-03-101-109/+178
* Add missing test_file_util_posix.cc file.sgk@google.com2009-03-101-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-10745-772/+0
* Add end of file newline checks to PRESUBMIT.py.deanm@chromium.org2009-03-102-6/+16
* NO CODE CHANGEdeanm@chromium.org2009-03-10143-146/+0
* Update from days runs:thomasvl@chromium.org2009-03-101-4/+6
* Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared.deanm@chromium.org2009-03-103-40/+47
* NO CODE CHANGE.maruel@google.com2009-03-1046-169/+181
* Normalize end of file newlines in chrome/browser/gtk/.deanm@chromium.org2009-03-108-8/+0
* Add a copyright header to location_bar_view_gtk.cc.deanm@chromium.org2009-03-101-0/+4
* Implement a GTK LocationBarView and Autocomplete{Edit,Popup}View.deanm@chromium.org2009-03-109-89/+1114
* Added null-check for current DOMUI.yurys@google.com2009-03-101-2/+2