summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Implement the broker process that launches NaCl loader processes on 64-bit Wi...gregoryd@google.com2010-02-017-45/+326
* Get rid of check that caused redirects to fail extension updates.asargent@chromium.org2010-02-011-5/+1
* Allow FileBrowse to change title of open/save dialogxiyuan@chromium.org2010-02-011-0/+54
* Fix type of file_type_index_ from size_t to int to get rid of printf format w...xiyuan@chromium.org2010-02-011-1/+1
* BSD port: chrome/app and chrome/browser ifdef cleaningpvalchev@google.com2010-02-017-22/+17
* Fix Valgrind error in ExtensionInstalledBubble unit test.mirandac@chromium.org2010-02-011-10/+11
* Implementation of the DatabaseModelWorker, take 2.albertb@google.com2010-02-019-24/+182
* Show download item menu on mouse down instead of mouse up.thakis@chromium.org2010-02-015-23/+47
* Speculative fix for thread sanitizer failures in ProfileSyncServiceTest.tim@chromium.org2010-02-011-1/+1
* Add temporary download progress overlay to the dock icon for the Mac (real UI...avi@chromium.org2010-02-017-0/+320
* [Mac] Reduce jank in the cookie manager by lazily creating child nodes for th...rsesek@chromium.org2010-02-014-12/+23
* Keep packages from being selected in a Cocoa open single file dialog.avi@chromium.org2010-02-011-0/+24
* OS X: Import settings dialog cleanup.jeremy@chromium.org2010-02-016-71/+60
* Relanding the hooking of the translate feature UI.jcampan@chromium.org2010-02-0110-19/+219
* Always percent-escape the copied URL when all the text in the address bar is ...kinuko@chromium.org2010-02-011-0/+38
* Fix a bug where we were only checking the screen size oftony@chromium.org2010-02-011-1/+1
* Mac: Theme status text of download items.thakis@chromium.org2010-01-311-30/+67
* Revert 37674 - Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-3110-219/+19
* Hooking the UI part to the translate feature.jcampan@chromium.org2010-01-3110-19/+219
* Initialize arrowPoint so that warnings don't break Mac compile in new extensi...mirandac@chromium.org2010-01-311-1/+1
* ExtensionInstalledBubble for Mac.mirandac@chromium.org2010-01-3116-14/+869
* Initial implementation for wizard.davemoore@chromium.org2010-01-316-114/+250
* Re-enable the cookie policy browser tests.darin@chromium.org2010-01-311-18/+5
* The upstream change to make popup shrinking work properly is a big project, s...aa@chromium.org2010-01-311-2/+6
* Fix some bugs related to default-clearing in the HostContentSettingsMap, and ...pkasting@chromium.org2010-01-316-37/+107
* Ignore ref (hash fragment) in URL when opening singleton tabs based on URLs.arv@chromium.org2010-01-313-11/+27
* If the URLRequestContext has no CookiePolicy, then we shoulddarin@chromium.org2010-01-302-6/+7
* Expose sortChildren to the bookmark manager extension API and use that from t...arv@chromium.org2010-01-303-4/+24
* NTP: Add work around for recent changes to HTML5 DnD behavior.arv@chromium.org2010-01-301-3/+12
* Trivial fix: static -> const.viettrungluu@chromium.org2010-01-301-2/+2
* Mac: fix crash when blank URL lists dragged to/over web content.viettrungluu@chromium.org2010-01-303-30/+70
* Hook up some of the content settings UI to the actual settings map object. T...pkasting@chromium.org2010-01-3012-328/+307
* IPC per-host content settings to the renderers.thakis@chromium.org2010-01-301-6/+9
* Fix compilation error. Oops!darin@chromium.org2010-01-301-4/+4
* Changes to support new cookie policy.darin@chromium.org2010-01-3011-128/+106
* Make download items drag sources on OS X.thakis@chromium.org2010-01-3011-128/+262
* Third take at fixing Linux views buildpkasting@chromium.org2010-01-301-1/+8
* Fix some signedness issues.pkasting@chromium.org2010-01-304-12/+19
* Add basic support for Content Blocked icons in the omnibox. Not yet pkasting@chromium.org2010-01-3012-7/+490
* Fix build break.rohitrao@chromium.org2010-01-301-2/+2
* Rewrite the HostContentSettingsMap to address some issues:pkasting@chromium.org2010-01-307-223/+257
* One more place I forgot to lock.pkasting@chromium.org2010-01-301-1/+5
* Fix silly failure to actually initialize the scoped_refptrs.pkasting@chromium.org2010-01-302-1/+4
* Didn't realize the RefCountedThreadSafe means "no more stack-allocated objects".pkasting@chromium.org2010-01-303-34/+35
* More brands for rlzcpu@chromium.org2010-01-301-4/+6
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-3017-5/+1011
* Make the Blacklist in the URL request context refcounted, since the Profile g...pkasting@chromium.org2010-01-305-50/+39
* A few fixes for the HostZoomMap:pkasting@chromium.org2010-01-305-25/+28
* In IE8 new windows opened within ChromeFrame via window.open calls at times b...ananta@chromium.org2010-01-306-29/+290
* Implemented the undo translation in the renderer. jcampan@chromium.org2010-01-302-0/+8