summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 37578 - Implement the broker process that launches NaCl loader process...gregoryd@google.com2010-01-307-326/+45
* Keep loginwindow from flashing at startupdavemoore@chromium.org2010-01-301-0/+12
* Implement the broker process that launches NaCl loader processes on 64-bit Wi...gregoryd@google.com2010-01-307-45/+326
* If an extension crashes or is killed by the task manager then reloaded, the i...andybons@chromium.org2010-01-303-0/+37
* Add clipboard hooks to the bookmark manager extension API.arv@chromium.org2010-01-293-19/+89
* use stubs for yet-to-be-implemented non-windows translate infobarskuan@chromium.org2010-01-291-0/+14
* Notification permissions for non extension situations still work on an origin...johnnyg@chromium.org2010-01-291-1/+3
* Finished all windows functionality for autofill dialoggeorgey@chromium.org2010-01-296-150/+542
* Mac: Selecting a row in taskman should select other rows in the same process.thakis@chromium.org2010-01-291-9/+15
* Replace the "origins" key in the manifest with "extent". The items in the ext...aa@chromium.org2010-01-293-9/+10
* Revert r37535.darin@chromium.org2010-01-2915-324/+46
* Fixes compile warning on linux/views when building 64 bit.sky@chromium.org2010-01-292-12/+14
* Replace GtkFileChooser with file browser for ChromeOSxiyuan@chromium.org2010-01-2910-144/+1043
* Rename NaCl flag for Mac to avoid confusion with --internal-naclgregoryd@google.com2010-01-292-4/+10
* A little more polish on the RSS extension.finnur@chromium.org2010-01-291-1/+1
* Revert previously disabled mac tests.rohitrao@chromium.org2010-01-291-6/+0
* Implement extended cookie controls.jochen@chromium.org2010-01-2915-46/+324
* Reland r37508. Implement HostContentSettingsMap.jochen@chromium.org2010-01-2911-29/+415
* Mac bookmark manager: Crash after deleting folder in left panesnej@chromium.org2010-01-293-10/+33
* Clean up some things about LocationBarView:pkasting@chromium.org2010-01-292-51/+41
* Revert "Implement HostContentSettingsMap"evan@chromium.org2010-01-2912-421/+31
* Implement HostContentSettingsMapjochen@chromium.org2010-01-2912-31/+421
* DevTools: remove obsolete references to chrome://inspector/yurys@chromium.org2010-01-292-8/+1
* Fixes scrolling bug in autofill profiles. The problem was duringsky@chromium.org2010-01-291-1/+1
* bad call to Init() TBR(cmasone)davemoore@chromium.org2010-01-291-1/+1
* Fix bad var use. TBR:cmasonedavemoore@chromium.org2010-01-291-3/+2
* allow login without networkdavemoore@chromium.org2010-01-291-16/+12
* Fixed bug 21102 where shutdown while starting Sync leaves things weird.nick@chromium.org2010-01-295-23/+108
* Disable NewTabUITest.HomePageLinkvictorw@chromium.org2010-01-291-0/+3
* This CL makes the TranslationService class send the text to be translated to ...jcampan@chromium.org2010-01-2911-25/+1165
* Support dragging within the omnibox dropdown. Original patch by Philippe Bea...pkasting@chromium.org2010-01-292-87/+109