| Commit message (Expand) | Author | Age | Files | Lines |
* | Port some more of chrome/ to Linux. | deanm@google.com | 2008-10-02 | 1 | -0/+1 |
* | Add a command line switch for fastback work. | darin@google.com | 2008-09-29 | 1 | -0/+2 |
* | Reorganize the declarations to have some grouping and logical ordering in tab... | brettw@google.com | 2008-09-26 | 1 | -971/+942 |
* | Move a bunch of stuff out of WebContents. I removed a bunch of render view ho... | brettw@google.com | 2008-09-25 | 1 | -158/+5 |
* | Add a command-line switch to change the user agent.BUG=757345 | pkasting@chromium.org | 2008-09-24 | 1 | -4/+0 |
* | This CL adds new UI tests for the SSL UI. | jcampan@chromium.org | 2008-09-24 | 1 | -2/+2 |
* | Fix bottom right resize corner flicker during size. | joshia@google.com | 2008-09-23 | 1 | -0/+5 |
* | Changes the bookmark model to allow more than one bookmark to | sky@google.com | 2008-09-19 | 1 | -1/+1 |
* | NULL check the return value during navigation to prevent a crash. | brettw@google.com | 2008-09-18 | 1 | -0/+2 |
* | Add support for "Add to dictionary" in the context menu. | sidchat@google.com | 2008-09-17 | 1 | -2/+10 |
* | Touchpad support for laptops | joshia@google.com | 2008-09-16 | 1 | -21/+60 |
* | This is almost a complete rewrite of DidNavigate and the associated Navigatio... | brettw@google.com | 2008-09-14 | 1 | -191/+49 |
* | Move the download code to new directories: | paulg@google.com | 2008-09-13 | 1 | -1/+1 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 1 | -13/+4 |
* | Prevent constrained popup windows from trying to become real | erg@google.com | 2008-09-12 | 1 | -2/+8 |
* | Renames BoomarkBarModel to BookmarkModel. | sky@google.com | 2008-09-11 | 1 | -4/+4 |
* | Moves bookmark related classes into bookmarks directory. There are no | sky@google.com | 2008-09-09 | 1 | -1/+1 |
* | Fix SSL state in the URL bar being incorrect. Going to an EV site like https:... | brettw@google.com | 2008-09-07 | 1 | -3/+1 |
* | Clean up brettw's checkin of r1032. | wtc@google.com | 2008-09-04 | 1 | -1/+1 |
* | Make a step on refactoring navigation. The eventual plan is to have the Navig... | brettw@google.com | 2008-08-28 | 1 | -165/+125 |
* | Adding a test to catch regressions where the Find box moves when you open and... | finnur@google.com | 2008-08-28 | 1 | -1/+21 |
* | Cleanup navigation_entry.h. I made the accessors consistent and in Google sty... | brettw@google.com | 2008-08-27 | 1 | -58/+62 |
* | Remove the profiling system. This wasn't being used and complicated some part... | brettw@google.com | 2008-08-25 | 1 | -82/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Code review changes. Incorporated all the suggestions from previous review. | joshia@google.com | 2008-08-21 | 1 | -1/+1 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 1 | -4/+4 |
* | Factor the SSL state out of the main NavigationEntry into a helper class. This | brettw@google.com | 2008-08-19 | 1 | -7/+5 |
* | The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG... | jnd@google.com | 2008-08-18 | 1 | -0/+9 |
* | Code to facilitate sending message to external host. | joshia@google.com | 2008-08-15 | 1 | -0/+6 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 1 | -0/+1 |
* | Make the FindInPageController implement its own delegate interface for | brettw@google.com | 2008-08-14 | 1 | -27/+8 |
* | First, this removes the dependency of NavigationController on the | brettw@google.com | 2008-08-13 | 1 | -4/+3 |
* | Add a bit of plumbing to make it so Browser doesn't need to know about Render... | ojan@google.com | 2008-08-12 | 1 | -0/+8 |
* | Revert this CL. Breaks compile. | ojan@google.com | 2008-08-12 | 1 | -8/+0 |
* | Add a bit of plumbing just so Browser doesn't need to know about RenderViewHost. | ojan@google.com | 2008-08-12 | 1 | -0/+8 |
* | Move RenderViewHost management out of WebContents into a new | brettw@google.com | 2008-08-12 | 1 | -979/+138 |
* | r65 was reverted in r71 because of a crash spike in the reliability tests. | mal@google.com | 2008-08-02 | 1 | -2/+3 |
* | A bunch of cleanups to beforeunload/unload handling. | ojan@google.com | 2008-08-02 | 1 | -7/+8 |
* | Move BrowserToolbarView to the frames (XPFrame/VistaFrame). | beng@google.com | 2008-07-31 | 1 | -0/+1 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -2/+3 |
* | Move some more classes from net/base into the net:: namespace. | darin@google.com | 2008-07-30 | 1 | -2/+2 |
* | Make HWNDViewContainer set up its contents view separately from its Init method. | beng@google.com | 2008-07-30 | 1 | -1/+1 |
* | Fix not closing the browser with hung, crashed and interstitial tabs. Adds a ... | ojan@google.com | 2008-07-29 | 1 | -2/+5 |
* | Reverting revision 70, 66 and 65 to fix crashes. | nsylvain@google.com | 2008-07-29 | 1 | -3/+2 |
* | Makes the process model heuristic for generated searches only apply in --proc... | creis@google.com | 2008-07-29 | 1 | -2/+3 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+3547 |