summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
...
* [Windows] Add a button in bookmark manager to show the status of bookmarks sy...tim@chromium.org2009-10-093-6/+114
* Sync: Remove pthreads from syncapi. Convert AddressWatchThread from pthreads ...tim@chromium.org2009-10-091-51/+57
* Spellchecker:estade@chromium.org2009-10-093-115/+231
* Make on-demand download directory creation safe.estade@chromium.org2009-10-094-20/+39
* GTK: Draw a strikethrough over bad https.estade@chromium.org2009-10-092-6/+85
* Protect the user against whitelisted external protocol bombardment as well as...estade@chromium.org2009-10-091-1/+2
* Disable all browser focus tests on windows. They are hanging or crashing on t...estade@chromium.org2009-10-091-9/+12
* Support cmd-left/right for history.thakis@chromium.org2009-10-096-19/+145
* Set size before realizing window in chrome os.davemoore@chromium.org2009-10-091-0/+4
* Replace pthreads locks with chrome locks in syncable.cc.chron@chromium.org2009-10-094-211/+234
* Bug fix: MetricsService::RecordPluginChanges should handle only pluginsgregoryd@google.com2009-10-092-5/+28
* Linux: Prevent first-run bubble from getting clipped on high-DPI displays.derat@chromium.org2009-10-092-5/+11
* Update the SSLClientAuthHandler to use the thread safe reference counter.mbelshe@google.com2009-10-091-1/+2
* Implement animation using ThrobAnimation.chocobo@google.com2009-10-093-72/+46
* Revert r28489 as it broke the linux build.aa@chromium.org2009-10-094-40/+16
* Make the max size for ImageTrackingLoader configurable. This makes it so that...aa@chromium.org2009-10-094-16/+40
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-0815-37/+65
* Coverity: check file_util::ReadFileToString return.mattm@chromium.org2009-10-081-1/+1
* Remove comments and const_cast that is no longer necessary with the latest Skia.brettw@chromium.org2009-10-082-8/+2
* Add a ticks counter that tells you how idle is a render processcpu@chromium.org2009-10-084-0/+36
* Measure the sync wizard dialog in appropriate units:nick@chromium.org2009-10-082-3/+13
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-0812-70/+144
* Coverity: Pass file parameter by reference.jhawkins@chromium.org2009-10-082-2/+4
* Pulls WebDragDest out of TabContentsViewGtk so that it can be used bysky@chromium.org2009-10-086-236/+299
* Use ASSERT_TRUE, not ASSERT_NE.jhawkins@chromium.org2009-10-081-1/+1
* Hung Renderer dialog should dismiss with "Wait" for Enter or Escmark@chromium.org2009-10-084-4/+83
* [Mac] Enable "Edit Search Engines" in Omnibox context menu.shess@chromium.org2009-10-088-23/+201
* Coverity: Assert that GetMutableDictionary returns a non-NULL dictionary.jhawkins@chromium.org2009-10-081-2/+3
* Coverity: DCHECK that we got a valid dictionary.jhawkins@chromium.org2009-10-081-0/+1
* Mac: Resize status bubble when window is resized.viettrungluu@chromium.org2009-10-086-9/+86
* Disable BrowserFocusTest.BrowsersRememberFocus as it is crashing thezork@google.com2009-10-081-1/+7
* Adds the ability to create a bookmark folder populated with a bookmarksky@chromium.org2009-10-0813-97/+284
* Coverity: fix possible leak in VisitSegmentDatabase.mattm@chromium.org2009-10-081-2/+2
* Move MostVisitedHandler into a separate file because it's big.tony@chromium.org2009-10-084-811/+860
* Get rid of mac_app_names.h. Replace it with real constants frommark@chromium.org2009-10-083-11/+4
* Disable BrowserFocusTest.ClickingMovesFocus as it is crashing the interactive...jhawkins@chromium.org2009-10-081-1/+10
* Sync: Remove pthreads from ServerConnectionManager and notifier.tim@chromium.org2009-10-086-74/+38
* Add about:memory link to task manager.thakis@chromium.org2009-10-086-31/+29
* cleanup: Change AddTabWithNavigationController to simply AddTab.evan@chromium.org2009-10-082-12/+8
* Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW...jam@chromium.org2009-10-0811-70/+25
* Remove auto-open files from the download shelf on auto-open. This is the Gtk ...thakis@chromium.org2009-10-081-0/+4
* Part 1 of making sync work on Mac:munjal@chromium.org2009-10-0814-36/+150
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-089-31/+50
* Renames browser/gtk/bookmark_context_menu tosky@chromium.org2009-10-089-646/+569
* Wires up sad tab for views/gtk, and fixes crash in requesting focussky@chromium.org2009-10-083-2/+18
* Use more images from the pak filesthomasvl@chromium.org2009-10-085-1/+23
* Remove auto-open files from the download shelf on auto-open. This is the Mac ...avi@chromium.org2009-10-081-0/+4
* Committing change 255087 for Roger:tommi@chromium.org2009-10-086-18/+33
* DevTools: fix and reenable TestDebugIntrinsicPropertiesyurys@google.com2009-10-081-1/+1
* linux: fix build error on gcc-4.4 on Ubuntucraig.schlenter@chromium.org2009-10-081-1/+1