summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-01-2611-736/+310
* Small porting in chrome/phajdan.jr@chromium.org2009-01-263-6/+6
* Add user script support to extensions.aa@chromium.org2009-01-259-84/+185
* Make sure the TabStripModelDelegate can never be NULL.ben@chromium.org2009-01-243-64/+68
* Random de-Windows-ification-ism-izing in renderer_host.brettw@chromium.org2009-01-246-45/+48
* Do some cleanup in the resource message filter. Hopefully it will compile onbrettw@chromium.org2009-01-242-40/+86
* Do some header file cleanup of RenderWidgetHost. I moved everything to bebrettw@chromium.org2009-01-247-483/+476
* Two things:ben@chromium.org2009-01-2424-84/+122
* revert r8603rvargas@google.com2009-01-2430-204/+119
* Create a dialog box for the about:network view and kill the tab type.brettw@chromium.org2009-01-249-453/+463
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-2430-119/+204
* Fixes leak of CertStore on shutdown.sky@google.com2009-01-233-22/+4
* Pull toolbar importer from trunk.brg@chromium.com2009-01-236-1251/+0
* Add missing file from last checkin.brettw@chromium.org2009-01-231-0/+2
* Separate out the backing store from the RenderWidgetHost into its own file tobrettw@chromium.org2009-01-238-366/+505
* ===================================================xji@chromium.org2009-01-2310-36/+154
* I'm relanding the UserDataManager leak fix. I didn't realize we hadsky@google.com2009-01-233-4/+6
* Reverts my user data manager change as it breaks the mac buildbot.sky@google.com2009-01-233-6/+4
* Fixes leak of UserDataManager on shutdown.sky@google.com2009-01-233-4/+6
* This CL makes the safe browsing interstitial page support multiple unsafe res...jcampan@chromium.org2009-01-2312-191/+636
* Prep for generated .vcproj files:sgk@google.com2009-01-231-8/+0
* Try again to commit r8486, which updates the manifestaa@chromium.org2009-01-2311-219/+440
* Don't expose the go and star button views directly through the BrowserWindow ...ben@chromium.org2009-01-2311-98/+98
* ui refresh from cole. make it look chromey and get the basic framework for th...pinkerton@google.com2009-01-2312-10/+438
* Revert r8560 due to broken interactive_ui_testsmark@chromium.org2009-01-233-6/+6
* Fix a bug when saving web pages that have a period in their title.paulg@google.com2009-01-232-1/+5
* Reverting 8565.brettw@chromium.org2009-01-232-59/+32
* Get rid of unnecessary region code from spellcheck language/locale codessidchat@google.com2009-01-232-32/+59
* Move security style into the tab_contents directory. This is the last part ofbrettw@chromium.org2009-01-235-17/+10
* Adds call to unload plugins on shutdown.sky@google.com2009-01-231-1/+7
* Add a PNGEncoder helper function that takes an SkBitmap,nick@chromium.org2009-01-234-22/+4
* Porting in chrome/phajdan.jr@chromium.org2009-01-233-6/+6
* When the server says "nosniff" but then doesn't give us a Content-Type we now...abarth@chromium.org2009-01-231-1/+10
* Fixes leak of shutdown event in BrowserProcess.sky@google.com2009-01-232-4/+6
* Backs out 8523 in hopes of a greener tree.sky@google.com2009-01-236-271/+26
* Relands 8521, it isn't the culprit. Sorry John.sky@google.com2009-01-231-0/+1
* Backs out r8521 in hopes of greener trees.sky@google.com2009-01-231-1/+0
* BUG=1007hclam@chromium.org2009-01-236-6/+369
* Change histogram for eviction to get details of long tailjar@google.com2009-01-231-1/+1
* Fix strings in url_fixer_upper.estade@chromium.org2009-01-234-218/+281
* Handle race between deleting a low use referrer acruing valuejar@chromium.org2009-01-232-14/+21
* Add q-values to languages in Accept-Language HTTP header to be compatible wit...jungshik@google.com2009-01-231-7/+8
* Changes to insure that when in app-mode, links open in the default browser. ...brg@chromium.com2009-01-236-26/+271
* Fix reloading a page with a pdf not working. The problem was that we were se...jam@chromium.org2009-01-221-0/+1
* fix bustageben@chromium.org2009-01-221-0/+2
* Make the browser talk to the status bubble through an abstract interface to r...ben@chromium.org2009-01-228-78/+100
* Re-enable this test now that I've properly initialized the result member vari...ben@chromium.org2009-01-221-1/+3
* (1) If you create tabs and manage to resize the window before themaruel@chromium.org2009-01-221-1/+12
* Revert "Parse more user script info out of the manifest and expose"aa@chromium.org2009-01-228-424/+216
* More scaffolding for back/forward/reload/home, start of WebContentspinkerton@google.com2009-01-223-21/+51