| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land this change now that I've made a speculative fix to the DraggedTabCon... | ben@chromium.org | 2008-11-10 | 2 | -57/+147 |
* | Roll this change back until I understand the crashes. | ben@chromium.org | 2008-11-08 | 2 | -147/+57 |
* | Make AutomationProvider::WindowSimulateDrag use SendInput instead of sending ... | ben@chromium.org | 2008-11-07 | 2 | -57/+147 |
* | Some bandaids for tab dragging UI tests: | ben@chromium.org | 2008-11-05 | 1 | -2/+7 |
* | Change some places where we were using javascript: URLs to use | aa@google.com | 2008-11-03 | 1 | -4/+4 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -4/+4 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 2 | -6/+8 |
* | Port some more parts of browser/ | evanm@google.com | 2008-10-23 | 5 | -14/+12 |
* | Reduce header dependencies. | evanm@google.com | 2008-10-22 | 1 | -0/+1 |
* | Fix a timing problem that caused the find bar's coordinates to be incorrect. | brettw@google.com | 2008-10-21 | 1 | -2/+2 |
* | Factor find in page out of WebContents and into the view, since it is almost | brettw@google.com | 2008-10-21 | 1 | -14/+19 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 4 | -49/+50 |
* | Make View::SetBounds take a const gfx::Rect& instead of a const CRect& | ben@chromium.org | 2008-10-16 | 1 | -6/+5 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 2 | -2/+2 |
* | Change all ConvertPointTo* methods to use gfx::Point instead of CPoint. | ben@chromium.org | 2008-10-14 | 2 | -6/+6 |
* | This is the first pass at refactoring the interstitial page. | jcampan@chromium.org | 2008-10-13 | 1 | -3/+24 |
* | Move |result_| and |latest_result_| to the autocomplete controller. | pkasting@chromium.org | 2008-10-09 | 1 | -4/+4 |
* | rollback unintended change | darin@google.com | 2008-09-29 | 1 | -1/+1 |
* | Add a command line switch for fastback work. | darin@google.com | 2008-09-29 | 1 | -1/+1 |
* | Reorganize the declarations to have some grouping and logical ordering in tab... | brettw@google.com | 2008-09-26 | 1 | -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 | -3/+5 |
* | This CL adds new UI tests for the SSL UI. | jcampan@chromium.org | 2008-09-24 | 3 | -3/+185 |
* | Rename legacy methods that were in CamelCase to unix_hacker. | erg@google.com | 2008-09-17 | 1 | -1/+1 |
* | Fix interactive UI tests... | beng@google.com | 2008-09-14 | 1 | -2/+0 |
* | Move the Save Page code to the browser/download/ directory. | paulg@google.com | 2008-09-14 | 1 | -1/+1 |
* | Move the download code to new directories: | paulg@google.com | 2008-09-13 | 1 | -1/+1 |
* | First pass at splitting the AutocompleteEdit into Model and View. This was n... | pkasting@chromium.org | 2008-09-10 | 2 | -20/+15 |
* | Readding UI test I pulled yesterday; hopefully the bots will like it more now... | finnur@google.com | 2008-09-05 | 2 | -0/+27 |
* | No code change, just changing a comment (a nit from my previous review). This... | finnur@google.com | 2008-08-28 | 1 | -3/+3 |
* | Adding a test to catch regressions where the Find box moves when you open and... | finnur@google.com | 2008-08-28 | 2 | -62/+89 |
* | Cleanup navigation_entry.h. I made the accessors consistent and in Google sty... | brettw@google.com | 2008-08-27 | 1 | -4/+4 |
* | Adding a UI test to catch the crash described in issue 1341577.This test is d... | finnur@google.com | 2008-08-27 | 2 | -11/+25 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 21 | -590/+84 |
* | Code review changes. Incorporated all the suggestions from previous review. | joshia@google.com | 2008-08-21 | 2 | -9/+8 |
* | The automation system can be torn down before all of the notification observers | darin@google.com | 2008-08-19 | 1 | -0/+5 |
* | Factor the SSL state out of the main NavigationEntry into a helper class. This | brettw@google.com | 2008-08-19 | 1 | -2/+2 |
* | Fix build break. | iyengar@google.com | 2008-08-15 | 1 | -0/+33 |
* | Added support for PostMessage from the automation framework to | iyengar@google.com | 2008-08-15 | 1 | -0/+4 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 1 | -0/+2 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 3 | -33/+21 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b9... | sidchat@google.com | 2008-08-14 | 2 | -2/+15 |
* | Make the FindInPageController implement its own delegate interface for | brettw@google.com | 2008-08-14 | 1 | -0/+8 |
* | First, this removes the dependency of NavigationController on the | brettw@google.com | 2008-08-13 | 1 | -1/+1 |
* | Move RenderViewHost management out of WebContents into a new | brettw@google.com | 2008-08-12 | 1 | -1/+1 |
* | A set of tests to exercise chrome menus as well as parts of bookmark | sky@google.com | 2008-08-11 | 2 | -20/+236 |
* | Adding an interactive UI test to catch when switching between two tabs (both ... | finnur@google.com | 2008-08-06 | 2 | -9/+26 |
* | Another attempt at this CL. | jcampan@google.com | 2008-08-04 | 2 | -0/+22 |
* | Reverting my last commit, it seems to cause regression on the page cycler tests. | jcampan@google.com | 2008-08-04 | 2 | -22/+0 |
* | Added testing of Chromium dialogs to the automated ui tests. | jcampan@google.com | 2008-08-04 | 2 | -0/+22 |
* | Automation provider should send real windows messages to the window when simu... | beng@google.com | 2008-08-01 | 1 | -8/+33 |