summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* copy files to new location to help git cl patchaa@chromium.org2009-10-094-0/+168
* Enable a lot of WorkerTest.WorkerFastLayoutTests and comment outlevin@chromium.org2009-10-091-4/+3
* [Windows] Add a button in bookmark manager to show the status of bookmarks sy...tim@chromium.org2009-10-093-6/+114
* Fix signature of onConnect.addListener in content scripts doc.asargent@chromium.org2009-10-092-4/+4
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-098-75/+145
* 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-093-5/+13
* 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 some minor improvements to browser action samples:aa@chromium.org2009-10-098-33/+29
* Reverting 28404, it seems to break the interactive ui tests in mysterious ways.jcampan@chromium.org2009-10-092-151/+267
* Make the max size for ImageTrackingLoader configurable. This makes it so that...aa@chromium.org2009-10-094-16/+40
* Implement the missing memory information functions that memory_test uses.vandebo@chromium.org2009-10-081-4/+57
* Hide "Undocumented." items in the API reference doc. People found themkathyw@google.com2009-10-081-3/+3
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-0820-51/+81
* Move ffmpeg binaries into the Framework package so it can be accssed by Chrom...ajwong@chromium.org2009-10-082-23/+45
* 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-0852-103/+113
* Make the signature for 23780 more generic.huanr@chromium.org2009-10-081-1/+1
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-0813-70/+147
* 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-087-236/+301
* 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-086-135/+148
* [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-0814-97/+290
* 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-085-811/+862
* Get rid of mac_app_names.h. Replace it with real constants frommark@chromium.org2009-10-088-45/+26
* 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-087-77/+120
* 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