summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move various methods from glue/webview.h to api/public/WebView.hdarin@chromium.org2009-10-0121-155/+95
* Mac: *Correctly* fill file extension as drag source.viettrungluu@chromium.org2009-10-011-12/+15
* Revert to using TCMallocjar@chromium.org2009-10-011-1/+1
* Try to use JEMALLOC as the default allocatorjar@chromium.org2009-10-011-2/+2
* Minor copyedits to packaging to provide better context.kathyw@google.com2009-10-012-12/+22
* GTK: improve app mode .desktop file creation.estade@chromium.org2009-10-013-24/+41
* Mac: Allow window/app. to be closed when tab modal sheets are showing.viettrungluu@chromium.org2009-10-013-49/+0
* Reenables showing crashed info bar on chrome os.sky@chromium.org2009-10-013-7/+1
* [Mac] Make sure download shelf items and download items don't share names.rsesek@chromium.org2009-10-011-2/+2
* Make sure download shelf items and download items don't share names.mhm@chromium.org2009-10-013-3/+7
* Change the bug number for a couple of lines in test_expectations.txt.dimich@google.com2009-10-011-6/+5
* This fixes the comments in the bitmap example to match reality,gspencer@google.com2009-10-011-25/+37
* Rollback Scavenge implemetation and rely on existing functionality to freejar@chromium.org2009-10-0110-726/+9
* Mark a test failure I missed from the WebKit 48937:48947 merge.senorblanco@chromium.org2009-10-011-0/+1
* Add "copy" to context menu on bookmark button.jrg@chromium.org2009-09-303-38/+550
* GTK: Fix memory leak from r27666.estade@chromium.org2009-09-304-3/+8
* Pull in two ICU patches for crashes. (r27687)jshin@chromium.org2009-09-301-1/+1
* Set the initial enabledness state of any browser actions whenaa@chromium.org2009-09-301-0/+12
* Turn extension script injection histograms into uma histograms.asargent@chromium.org2009-09-301-8/+11
* Coverity: Initialize dialog_ in the constructor.jhawkins@chromium.org2009-09-301-1/+3
* Coverity: Remove a check for >= 0 because it is always true. Type is unsigne...jhawkins@chromium.org2009-09-301-1/+1
* Fix issue #23442 - when test shell is run in layout test mode and a URL isdpranke@google.com2009-09-301-1/+1
* Fix numerous bugs in fts2 where a corrupt fts2 database could causecevans@chromium.org2009-09-301-237/+515
* Coverity: Remove a check that can never be true. result is unsigned, so it c...jhawkins@chromium.org2009-09-301-1/+1
* Tweak constants used by sync setup wizard unittest. Reviewed by nick.tim@chromium.org2009-09-301-1/+1
* Roll DEPS for WebKit 48937:48947. Also a bit of test_exp cleanup.senorblanco@chromium.org2009-09-302-4/+5
* Fixes the layout test formatter tool to properly handle errors in the chrome/...gwilson@google.com2009-09-301-0/+5
* Coverity: Remove a check for index < 0 because index is size_t and can never ...jhawkins@chromium.org2009-09-301-2/+4
* Fixed bug where test runner was creating result without setting verbose level.kkania@google.com2009-09-301-1/+1
* Minor style cleanup in PlatformVersion()dpranke@google.com2009-09-301-1/+1
* Rebaseline a couple of tests whose expectations are slightly different than W...japhet@chromium.org2009-09-307-2/+292
* Look for sync_password under %USERPROFILE% in addition to alongside the script,tim@chromium.org2009-09-301-398/+404
* GTK: Implement popup favicon menu.estade@chromium.org2009-09-306-69/+154
* Fixing compilation error.apatrick@google.com2009-09-301-6/+6
* Stops the throbber from spinning if the user cancels a beforeunload dialog,creis@google.com2009-09-303-0/+37
* Coverity: tips_cache_->GetSize() returns an unsigned int so the comparison >=...jhawkins@chromium.org2009-09-301-1/+3
* [Mac] Rewrite and renable a badly-written unittest.rohitrao@chromium.org2009-09-301-59/+37
* Remove the ClientSocketFactory from the HttpNetworkTransactionmbelshe@google.com2009-09-306-139/+60
* Coverity: Remove the check for index < 0 because index is a size_t and can ne...jhawkins@chromium.org2009-09-301-1/+1
* Remove IdleTimer, which no one uses.pkasting@chromium.org2009-09-306-537/+0
* Make the cache columns in the Task Manager sortable and only displayed once p...pkasting@chromium.org2009-09-303-2/+45
* Widen operator new(unsigned int) and operator new(int) in dkegel@google.com2009-09-302-31/+22
* media::FFmpegDemuxer giving too much errorshclam@chromium.org2009-09-301-2/+4
* Make browser actions highlight on mouseover using theme colors.aa@chromium.org2009-09-302-18/+17
* Landing patch from contributor Thiago Farina.finnur@chromium.org2009-09-309-13/+12
* Remove all MemoryModel-related code, since we're unlikely to use it again. A...pkasting@chromium.org2009-09-3016-234/+8
* CRLF->LF to avoid future patch failures on the try bots.tommi@chromium.org2009-09-301-105/+105
* CRLF->LFtommi@chromium.org2009-09-301-11/+11
* [Mac] Make the "Get themes" button in Preferences a link (again)rsesek@chromium.org2009-09-302-15/+27
* Fixes painting problems with views on Gtk. In particular during asky@chromium.org2009-09-302-12/+21