| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Windows set focus call and bad-design browser call from the new tab | brettw@chromium.org | 2009-01-29 | 1 | -27/+16 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 1 | -8/+10 |
* | Modifies shutdown/startup in the following manner: | sky@google.com | 2009-01-27 | 2 | -2/+16 |
* | Do some header file cleanup of RenderWidgetHost. I moved everything to be | brettw@chromium.org | 2009-01-24 | 1 | -1/+1 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -10/+8 |
* | Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ... | rvargas@google.com | 2009-01-24 | 1 | -8/+10 |
* | Move files out of browser and into either renderer_host or tab_contents. | brettw@chromium.org | 2009-01-22 | 4 | -4/+4 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 2 | -2/+2 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 2 | -2/+2 |
* | Fie. | ben@chromium.org | 2009-01-15 | 2 | -2/+2 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 2 | -2/+2 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 5 | -6/+6 |
* | Remove a std::string static constructor in the new history dom ui. | deanm@chromium.org | 2009-01-13 | 1 | -2/+2 |
* | Remove a static initializer while reducing a bit of casting. | deanm@chromium.org | 2009-01-13 | 1 | -7/+4 |
* | Porting in chrome/ (add 6 files to Linux SCons build) | phajdan.jr@chromium.org | 2009-01-08 | 2 | -3/+1 |
* | Change the signature of JSONReader::Read() and related | aa@chromium.org | 2008-12-29 | 2 | -8/+8 |
* | Implement extension:// protocol. | aa@chromium.org | 2008-12-24 | 1 | -6/+5 |
* | Updated HtmlDialogContents to use UTF-8 strings. | scherkus@chromium.org | 2008-12-19 | 1 | -2/+2 |
* | Changes new tab page to show recently closed window correctly. | sky@google.com | 2008-12-11 | 1 | -2/+4 |
* | Make the autocomplete system and various other connected bits of code use GUR... | pkasting@chromium.org | 2008-12-10 | 1 | -5/+4 |
* | Let the debugger work again. Error was due to me not noticing the change in d... | glen@chromium.org | 2008-12-09 | 1 | -1/+2 |
* | Moves some utility functions out of bookmark model into | sky@google.com | 2008-12-09 | 1 | -1/+3 |
* | Reupload of 12418 | glen@chromium.org | 2008-12-07 | 10 | -174/+935 |
* | Makes the tab restore service persist closed tabs/windows to disk and | sky@google.com | 2008-12-06 | 2 | -4/+11 |
* | Chromium-MultiProfile-Prototype | munjal@chromium.org | 2008-12-03 | 1 | -5/+32 |
* | Changes tab restore service to handle restoring closed windows as a | sky@google.com | 2008-11-25 | 2 | -33/+75 |
* | Clean up some net/ code. Change a number of wstrings to FilePaths. | estade@chromium.org | 2008-11-24 | 1 | -1/+2 |
* | Fix issue where NTP metrics for restored tabs weren't getting recorded correc... | glen@chromium.org | 2008-11-21 | 1 | -4/+0 |
* | Add mimetypes on the "chrome-resource://" responses. | ericroman@google.com | 2008-11-14 | 3 | -3/+34 |
* | Change some places where we were using javascript: URLs to use | aa@google.com | 2008-11-03 | 1 | -11/+1 |
* | Add more UMA collection to the New Tab Page | glen@chromium.org | 2008-10-29 | 2 | -27/+124 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 2 | -4/+6 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -1/+4 |
* | Removes expiring of recently closed tabs from new tab page. Also makes | sky@google.com | 2008-10-17 | 2 | -34/+5 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -1/+1 |
* | Start splitting out view-related stuff from WebContents into a new class WebC... | brettw@google.com | 2008-10-10 | 1 | -1/+1 |
* | Reorganize the declarations to have some grouping and logical ordering in tab... | brettw@google.com | 2008-09-26 | 3 | -3/+3 |
* | Move a bunch of stuff out of WebContents. I removed a bunch of render view ho... | brettw@google.com | 2008-09-25 | 1 | -1/+2 |
* | This is almost a complete rewrite of DidNavigate and the associated Navigatio... | brettw@google.com | 2008-09-14 | 2 | -10/+4 |
* | Renames BoomarkBarModel to BookmarkModel. | sky@google.com | 2008-09-11 | 2 | -26/+26 |
* | Moves bookmark related classes into bookmarks directory. There are no | sky@google.com | 2008-09-09 | 1 | -1/+1 |
* | Remove Google Chrome specific strings from common resources file and use them... | rahulk@google.com | 2008-08-27 | 1 | -0/+1 |
* | Cleanup navigation_entry.h. I made the accessors consistent and in Google sty... | brettw@google.com | 2008-08-27 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 8 | -224/+32 |
* | Moves bookmarks out of history into its own file (JSON). | sky@google.com | 2008-08-21 | 2 | -21/+69 |
* | Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist... | timsteele@google.com | 2008-08-15 | 1 | -0/+17 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 1 | -0/+1 |
* | Move RenderViewHost management out of WebContents into a new | brettw@google.com | 2008-08-12 | 2 | -3/+5 |
* | Stop the new tab page fading in if it's not your startup tab. | glen@google.com | 2008-07-31 | 2 | -22/+25 |
* | Fix the build. I meant to include this in the chrome side of the previous ch... | tc@google.com | 2008-07-29 | 1 | -1/+1 |