| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing ForwardMessageToExternalHost to postMessage and passing a proper | tommi@chromium.org | 2009-03-09 | 2 | -4/+8 |
* | Use FilterContext to allow filters to access URLRequestJob data | jar@chromium.org | 2009-03-09 | 4 | -7/+28 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -1/+2 |
* | Register an onmessage handler with the external host binding instead of expli... | ananta@chromium.org | 2009-03-03 | 2 | -4/+3 |
* | Separate the AutocompleteEditView from the cross-platform code. | deanm@chromium.org | 2009-03-02 | 1 | -0/+1 |
* | Compile parts of chrome/browser/automation on Linux. | phajdan.jr@chromium.org | 2009-02-25 | 3 | -38/+174 |
* | ui test fail. revert. | ben@chromium.org | 2009-02-25 | 1 | -17/+12 |
* | AppModalDialogQueue shouldn't depend on views. | ben@chromium.org | 2009-02-25 | 1 | -12/+17 |
* | Platform cleanup in automation code. | phajdan.jr@chromium.org | 2009-02-24 | 2 | -4/+4 |
* | The find bar should be owned and managed from the BrowserView, not the WebCon... | finnur@google.com | 2009-02-24 | 1 | -28/+29 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 3 | -0/+3 |
* | Enabling the BrowsersRememberFocus interactive UI test. The fix is to change the | ananta@chromium.org | 2009-02-13 | 2 | -3/+2 |
* | Changing the AutomationMsg_SavePackageShouldPromptUser message to a sync message | ananta@chromium.org | 2009-02-11 | 2 | -4/+2 |
* | The Chrome Automation framework is based on a homegrown request response IPC ... | ananta@chromium.org | 2009-02-11 | 2 | -845/+846 |
* | Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ... | avi@chromium.org | 2009-02-10 | 1 | -2/+2 |
* | fix compile failure | kuchhal@chromium.org | 2009-02-10 | 1 | -1/+1 |
* | Try reverting r9409 to see if it fixes crashes on chromebot. | kuchhal@chromium.org | 2009-02-10 | 1 | -1/+1 |
* | Reapplying tab support (change 9388). I synced and re-applied my change and ... | tommi@chromium.org | 2009-02-10 | 2 | -20/+37 |
* | Switch from HWNDs to NativeViews. | avi@chromium.org | 2009-02-09 | 1 | -5/+3 |
* | Reverting 9388 to see if this fixes ui tests. | kuchhal@chromium.org | 2009-02-09 | 2 | -37/+22 |
* | Adding support for tab notifications and initializing the focus of an automat... | tommi@chromium.org | 2009-02-09 | 2 | -22/+37 |
* | Handle review comments form previous change. Also, use enum types and not in... | jam@chromium.org | 2009-02-06 | 1 | -3/+3 |
* | Commit my changes that simplify automation message unpacking. | jam@chromium.org | 2009-02-06 | 1 | -3/+8 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Enable render_widget_host, render_view_host and backing_store. Remove the Ren... | pinkerton@chromium.org | 2009-02-04 | 1 | -0/+2 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 1 | -8/+3 |
* | Make it easier/less work/less error-prone to create new IPC channel types (i.... | jam@chromium.org | 2009-02-04 | 1 | -3/+8 |
* | More bustage fixes. | brettw@chromium.org | 2009-02-01 | 1 | -0/+1 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 7 | -89/+103 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 2 | -4/+4 |
* | Better control over window creation of external tabs | joshia@google.com | 2009-01-28 | 2 | -3/+10 |
* | Re-land this from earlier... unit tests no longer crash. | ben@chromium.org | 2009-01-27 | 1 | -1/+3 |
* | Revert change 8693 because it breaks the unit_tests. | nsylvain@chromium.org | 2009-01-27 | 1 | -3/+1 |
* | Extract a cross-platform LocationBar interface accessible via the BrowserWind... | ben@chromium.org | 2009-01-27 | 1 | -1/+3 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 2 | -4/+4 |
* | Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ... | rvargas@google.com | 2009-01-24 | 2 | -4/+4 |
* | Move files out of browser and into either renderer_host or tab_contents. | brettw@chromium.org | 2009-01-22 | 1 | -1/+1 |
* | Move automation specific accessors to their own interface to make their purpo... | ben@chromium.org | 2009-01-22 | 1 | -1/+3 |
* | Rework the command updater to not be dependent on views::Button (needed for p... | ben@chromium.org | 2009-01-20 | 2 | -10/+11 |
* | Pull app modal dialog handling out of the BrowserList to remove the ChromeVie... | ben@chromium.org | 2009-01-16 | 1 | -2/+3 |
* | Move all the SSL stuff into its own subdir | ben@chromium.org | 2009-01-16 | 1 | -2/+2 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 3 | -5/+5 |
* | Porting in chrome/ (add 6 files to Linux SCons build) | phajdan.jr@chromium.org | 2009-01-08 | 1 | -1/+1 |
* | Add a UI test to make sure we sanitize the filename | tc@google.com | 2009-01-07 | 2 | -0/+10 |
* | Convert download manager to FilePath. | estade@chromium.org | 2009-01-06 | 1 | -1/+1 |
* | This is a redo of my previous notification registrar change. I saw a crash in... | brettw@chromium.org | 2009-01-06 | 2 | -36/+28 |
* | Reverting 7581. | brettw@chromium.org | 2009-01-06 | 2 | -28/+36 |
* | Change all classes that use the NOTIFY_NAV_ENTRY_COMMITTED notification to us... | brettw@chromium.org | 2009-01-06 | 2 | -36/+28 |
* | Unbreak unit tests. Revert r7564. | estade@chromium.org | 2009-01-05 | 1 | -1/+1 |
* | * switch download manager to using FilePath | estade@chromium.org | 2009-01-05 | 1 | -1/+1 |