summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Set the WebViewDelegate earlier during WebView creation to ensure thatdarin@chromium.org2009-07-021-20/+14
* TBR:rafaelw@chromium.org2009-07-021-2/+4
* reenable RenderViewHostManager browertest, add DownloadsCompleteObserver to u...rafaelw@chromium.org2009-07-023-4/+116
* This reverts 2 CLs that worked around a problem with NSGradient on 10.6,jeremy@chromium.org2009-07-021-34/+5
* We recently enabled reading sysctl values from inside the sandbox. This CL r...jeremy@chromium.org2009-07-021-4/+0
* Add split with devtools container into the browser view.pfeldman@chromium.org2009-07-022-6/+55
* Fix: Off-by-one errors in loops over key codes in render_view_unittest.ccyuzo@chromium.org2009-07-021-2/+2
* Fix: Spurious SQL error message is logged in priming SQLite database cache.yuzo@chromium.org2009-07-023-35/+3
* Refactor MetaTableHelper to remove redundant table name prefixing with databaseyuzo@chromium.org2009-07-024-17/+75
* Paint infobar background as gradient.estade@chromium.org2009-07-021-5/+33
* Prefer arraysize() over sizeof().cmp@google.com2009-07-021-1/+1
* Fix performance issues with NNTP.arv@google.com2009-07-023-33/+40
* Adds some debugging code in hopes of tracking down asky@chromium.org2009-07-012-0/+5
* Adds user metrics for tab overview.sky@chromium.org2009-07-014-2/+22
* Remove a bunch of low-level keychain helper tests that are now redundant with...stuartmorgan@chromium.org2009-07-013-426/+252
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-0118-67/+250
* Call superclass's TearDown to avoid leaks.pinkerton@chromium.org2009-07-011-4/+3
* Make Linux restore Omnibox contents on tab switch.evan@chromium.org2009-07-013-30/+166
* Browser tests would launch disabled tests.jcampan@chromium.org2009-07-011-0/+4
* Moved typedef of RedirectList from HistoryService class to history namespace.meelapshah@chromium.org2009-07-0121-61/+63
* Reverting 19758.mirandac@chromium.org2009-07-0110-57/+18
* Improves tab overview.sky@chromium.org2009-07-018-25/+153
* Diable Broken RenderViewHostManager browsertest from http://src.chromium.org/...rafaelw@chromium.org2009-07-011-1/+1
* Theme window control buttons.mirandac@chromium.org2009-07-0110-18/+57
* Add missing dependency: debugger depends on chrome_stringsbrettw@chromium.org2009-07-011-0/+1
* Adds time-out to browser-tests to prevent a hanging test from hanging the ent...jcampan@chromium.org2009-07-012-0/+28
* Simplify the download build rules for Mac.paul@chromium.org2009-07-011-8/+2
* Fix to allow browser close after download initiated from chrome:// url.rafaelw@chromium.org2009-07-013-1/+71
* Allow getting the theme tint as a value so that it can be applied independent...avi@chromium.org2009-07-014-31/+96
* Create an interface just for update-related functions in ExtensionsService.asargent@chromium.org2009-07-013-15/+31
* Make FFmpeg delay load settings propagate to all shared libraries and executa...scherkus@chromium.org2009-07-011-5/+0
* Temporary fix for page_cycler perf regression.meelapshah@chromium.org2009-07-011-1/+3
* Try to track down the cause of the Drag&Drop crash seen in bug 12524.finnur@chromium.org2009-07-011-0/+5
* Add a function to the History to return a list of the top n visited URLs wher...meelapshah@chromium.org2009-07-016-0/+68
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-012-31/+32
* Remove null link from "welcome to tips" default suggestion. Also make some h...mirandac@chromium.org2009-07-016-6/+39
* Implement the core functionality of the gtk task manager.jhawkins@chromium.org2009-07-012-52/+273
* More new tab button tweaks. I'm leaving tab_start_x as I suspect I'msky@chromium.org2009-07-013-16/+5
* First cut at popup blocking for Mac. Remove ifdefs in cross-platform code. Im...pinkerton@chromium.org2009-07-019-20/+363
* Remove popup blocking pref as it's not on windows.pinkerton@chromium.org2009-07-011-61/+22
* Make sure tabs open on the left like normal.brettw@chromium.org2009-07-011-4/+0
* The real unit test for bug 12902, which didn't land before (computers are har...pinkerton@chromium.org2009-07-012-0/+111
* Fixes the character encoding in the EULA outer frames (sets them to utf-8)gwilson@google.com2009-07-0142-1938/+1980
* Switch to getting theme images via SkBitmap.avi@chromium.org2009-07-011-18/+32
* Whoops, accidentally committed a debug linepinkerton@chromium.org2009-07-011-1/+0
* Added unit tests for ClearBrowsingDataController.pinkerton@chromium.org2009-07-013-13/+23
* Converts BaseView to be non-opaque, which will fix drawing ofrohitrao@chromium.org2009-07-012-4/+10
* DevTools: Fix test browser window.pfeldman@chromium.org2009-07-011-0/+1
* DevTools: Add docked pane into the browser view.pfeldman@chromium.org2009-07-0117-111/+100
* DevTools: check that devtools front-end JS files are loaded before running a ...yurys@google.com2009-07-011-3/+22