summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Let RenderProcessHost provide a method HasConnection() instead of exposingbrettw@chromium.org2009-06-2912-17/+41
* Wires up the create browser window.sky@chromium.org2009-06-293-4/+8
* Replace DeleteSoon with PostTask(DeleteTask) in browser_window_gtk for browse...pfeldman@chromium.org2009-06-291-1/+5
* Fix SSL icon padding in Location Bar in Gtk.ukai@chromium.org2009-06-292-32/+59
* A quick fix for Issue 13432.hbono@chromium.org2009-06-292-1/+6
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-2921-33/+33
* Another go at switching mini_installer to gyp.bradnelson@google.com2009-06-291-3/+0
* Added stub native web worker support, including build support in preparationsehr@google.com2009-06-2910-3/+353
* Add 15547 to known crash.huanr@chromium.org2009-06-281-0/+3
* Switching gyp off for mini_installer.bradnelson@chromium.org2009-06-281-1/+2
* Switching mini_installer to be gyp generated.bradnelson@chromium.org2009-06-281-1/+2
* Reverting change 19472.bradnelson@chromium.org2009-06-283-175/+146
* Switching over mini_installer to gyp.bradnelson@chromium.org2009-06-283-146/+175
* Forgot an include.tim@chromium.org2009-06-272-1/+1
* Make members protected so they can be set in an overloadedtim@chromium.org2009-06-271-0/+12
* Fix the forgotten renames of recommendations to tips.arv@google.com2009-06-272-8/+8
* Fix for reverted cl http://codereview.chromium.org/147123davemoore@chromium.org2009-06-277-38/+93
* Refactor DNS A/B experient, and add test of congestion time limitsjar@chromium.org2009-06-276-78/+126
* Ensure that even if the HostResolver outlives the IO thread, its jobs will no...ericroman@google.com2009-06-271-0/+3
* Need to temporarily flip this back to gfx::NativeView since the other platfor...ben@chromium.org2009-06-272-3/+4
* fix build bustage by using ALLOW_THIS_IN_INITIALIZER_LISTben@chromium.org2009-06-271-5/+6
* gcl error, this file belonged in last changesetben@chromium.org2009-06-271-0/+53
* First part of bookmark context menu reorg.ben@chromium.org2009-06-2710-681/+662
* A first implementation of the SSL client auth UI.This uses the Windows API th...jcampan@chromium.org2009-06-278-16/+192
* Reverting 19447.ericroman@google.com2009-06-271-11/+6
* Fix mistake on spwaning setup againcpu@google.com2009-06-271-2/+1
* Make net::HostResolver refcounted.ericroman@google.com2009-06-275-34/+26
* Finish the gtk search engine manager.mattm@chromium.org2009-06-272-23/+353
* mac/linux: rework plugin channel file descriptor creationevan@chromium.org2009-06-278-72/+69
* We're leaking almost all the theme bitmaps. Properly delete imagestc@google.com2009-06-271-6/+11
* Add more privacy prefsmattm@chromium.org2009-06-271-24/+222
* Linux web drag first cut.estade@chromium.org2009-06-272-7/+61
* revert cl 19438rvargas@google.com2009-06-279-195/+1566
* Simple clean-up of the ssl_manager.h includes.jcampan@chromium.org2009-06-263-20/+7
* Add a command line switch to allow setting the max sizervargas@google.com2009-06-265-28/+66
* Make the new new tab page the default new tab page.arv@google.com2009-06-269-1566/+195
* Do not write magic string to registry for non Google Chrome builds.kuchhal@chromium.org2009-06-261-1/+3
* WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc...meelapshah@chromium.org2009-06-263-6/+15
* Reverting 19425.ericroman@google.com2009-06-265-19/+31
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-2684-1084/+1196
* Fix a crash that happens when changing themes.tc@google.com2009-06-263-22/+55
* Make net::HostResolver refcounted.ericroman@google.com2009-06-265-31/+19
* Add notifications for when V8Proxy creates or destroys a V8 Context.mpcomplete@chromium.org2009-06-264-0/+33
* Missed a test that needed to be updated with r19418.mark@chromium.org2009-06-261-7/+15
* Refactor the win KeywordEditorView for cross platform friendliness.mattm@chromium.org2009-06-268-561/+706
* Use platform-appropriate newlines in JSON output.mark@chromium.org2009-06-265-39/+41
* Do some minor cleanup I noticed in SiteInstance. Before, we would parse andbrettw@chromium.org2009-06-263-19/+24
* Validates links which are to be passed on to the NTP by ensuring that they st...mirandac@chromium.org2009-06-262-8/+14
* Use regular notifications for theme changes.tc@google.com2009-06-263-4/+15
* Create a webkit thread for use within the browser process. This patch also i...jorlow@chromium.org2009-06-2619-5/+539