summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ExtensionView to properly set the size of the RenderWidgetHostView. With...erikkay@google.com2009-04-222-15/+27
* Valgrind bug suppressions: remove 10560 and 10739, add 6522 and 10747dkegel@google.com2009-04-221-18/+21
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-2212-43/+21
* Add pref_service_unittest.cc on Mac.shess@chromium.org2009-04-222-5/+0
* Fix linker errors on Visual Studio 2008 after the tcmalloc introduction.sverrir@chromium.org2009-04-221-16/+13
* Always enable copy-link-address in context menu.brettw@chromium.org2009-04-225-2/+13
* implement remaining tab events (except for onTabUpdated).rafaelw@chromium.org2009-04-225-15/+187
* Don't delete the DOM UI property for the callback when the DOM UI is torn down.brettw@chromium.org2009-04-221-2/+8
* Run user_script_master_unittest.cc on Mac.shess@chromium.org2009-04-222-5/+8
* Unittest gardening.shess@chromium.org2009-04-221-2/+1
* Skia: Apply upstream patch:agl@chromium.org2009-04-221-5/+4
* set eol-style=native on a couple of VS files.dimich@google.com2009-04-222-178/+178
* Last chunk of OS X Breakpad integration:jeremy@chromium.org2009-04-227-75/+128
* Fix an assert caused by trying to add duplicate observers for multiple workers.jianli@chromium.org2009-04-221-11/+5
* Weaken is_active check more, since it appears that Chromium can switch to andpam@chromium.org2009-04-221-19/+8
* Unbreak build.estade@chromium.org2009-04-221-1/+3
* Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d...pinkerton@chromium.org2009-04-227-16/+14
* Implement HttpResponseHeaders::GetContentRange and unittestshclam@chromium.org2009-04-223-3/+295
* Avoid DCHECK in nine box during download shelf animation.estade@chromium.org2009-04-222-4/+9
* Ensures we don't leak handles in ProcessUtil::GetAppOutput.jcampan@chromium.org2009-04-221-7/+7
* Restore closed tabs into new windows when necessary, and track the windows theypam@chromium.org2009-04-227-128/+306
* StopWatchingFileDescriptor needs to free struct event.dkegel@google.com2009-04-223-11/+108
* Bring GYP to r436mark@chromium.org2009-04-221-1/+1
* Move all data members from WebContents to TabContents in preparation forbrettw@chromium.org2009-04-224-232/+287
* Disk cache: Set up a new experiment on the dev channel.rvargas@google.com2009-04-223-10/+85
* Remove unused implementation of TabContentsDelegate in HtmlDialogView.stoyan@chromium.org2009-04-223-108/+3
* Binary data for media playerfbarchard@chromium.org2009-04-222-0/+0
* Updating trunk VERSION build from 176.0 to 177.0laforge@chromium.org2009-04-221-1/+1
* Remove a debugging change that was accidentally added to r14123.jhawkins@chromium.org2009-04-221-1/+0
* Enable some ui tests that were already ported, but weren't enabled at the tim...estade@chromium.org2009-04-221-2/+2
* Add new item animation to download shelf.estade@chromium.org2009-04-226-15/+60
* Fix Webkit build.dimich@google.com2009-04-221-1/+1
* Reduce ffmpeg alignment requirement from 4x2 to 2x1.fbarchard@chromium.org2009-04-221-3/+2
* The test_worker.vsprops file had wrong link to another vsprop file. dimich@google.com2009-04-2210-21/+62
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-2212-19/+90
* Don't leak the RenderProcessHost when running site instance unit tests bybrettw@chromium.org2009-04-221-0/+4
* Handle the more verbose apt-get output format sometimes seen dkegel@google.com2009-04-221-2/+2
* Linux: move X operations from the IO to UI2 thread.agl@chromium.org2009-04-2218-99/+357
* Move FFmpegDemuxer initialization onto the demuxer thread.scherkus@chromium.org2009-04-224-33/+80
* Add Australian English spell check support.sidchat@google.com2009-04-224-1/+46838
* Pick out one more flaky test for Mac.dglazkov@google.com2009-04-221-1/+2
* Properly construct shell filters (forgetting the asterisk means it works but ...avi@chromium.org2009-04-223-4/+4
* Add tcalloc-related crashes to known crashers list.dglazkov@google.com2009-04-221-0/+4
* Remove duplicate expectations.dglazkov@google.com2009-04-221-2/+2
* Recognize more flaky tests on Mac/Linuxdglazkov@google.com2009-04-221-2/+3
* Roll DEPs to pick up GMail scrollbars fix.dglazkov@chromium.org2009-04-221-1/+1
* Revert "try enabling installer tests again."kuchhal@chromium.org2009-04-222-3/+3
* try enabling installer tests again.kuchhal@chromium.org2009-04-222-3/+3
* Don't ignore special character input on the Mac.avi@google.com2009-04-221-1/+10
* Review URL: http://codereview.chromium.org/87034apavlov@chromium.org2009-04-2212-79/+89