| Commit message (Expand) | Author | Age | Files | Lines |
* | Move HTML dialogs out of their own tab contents type. Moved functions to new | brettw@chromium.org | 2009-04-03 | 1 | -1/+0 |
* | Bug 2220 lists two cases where the inactive highlighting doesn't reappear on ... | finnur@chromium.org | 2009-04-02 | 1 | -2/+9 |
* | Remove Windows "Save As" dialogs from Save Page code.In this change:- convert... | paulg@google.com | 2009-03-30 | 1 | -3/+4 |
* | Reverting 12673. | brettw@chromium.org | 2009-03-27 | 1 | -0/+4 |
* | Revert "Fix issues with DOM UI that cause focus to not be set to the URL bar ... | evan@chromium.org | 2009-03-27 | 1 | -4/+0 |
* | Fix issues with DOM UI that cause focus to not be set to the URL bar and the | brettw@chromium.org | 2009-03-27 | 1 | -0/+4 |
* | Make the bookmarks bar disappear when the load after the new tab page commits | brettw@chromium.org | 2009-03-25 | 1 | -5/+6 |
* | Refactor some widget creation code in web_contents_view and render_widget_hos... | estade@chromium.org | 2009-03-25 | 1 | -0/+1 |
* | Reverting 12469. | brettw@chromium.org | 2009-03-25 | 1 | -6/+5 |
* | Make the bookmarks bar disappear when the load after the new tab page commits | brettw@chromium.org | 2009-03-25 | 1 | -5/+6 |
* | Finish hooking up the worker process UI: use the domains of the workers as th... | jam@chromium.org | 2009-03-24 | 1 | -0/+1 |
* | Pressing the Del key while a item is selected in the autocomplete popup delet... | jcampan@chromium.org | 2009-03-20 | 1 | -0/+2 |
* | Convert FindInPage wstrings to string16. | tc@google.com | 2009-03-19 | 1 | -3/+3 |
* | Remove unneeded uses of base/hash_tables.h. | thestig@chromium.org | 2009-03-17 | 1 | -1/+0 |
* | Merge DOMUIContents into WebContents. | brettw@chromium.org | 2009-03-17 | 1 | -0/+19 |
* | SSL Fix: Step 4. | abarth@chromium.org | 2009-03-17 | 1 | -2/+5 |
* | RSS feed support (part 1), 2nd attempt. | finnur@chromium.org | 2009-03-13 | 1 | -0/+2 |
* | Reverting 11640. | finnur@chromium.org | 2009-03-13 | 1 | -2/+0 |
* | RSS feed support (part 1) | finnur@chromium.org | 2009-03-13 | 1 | -0/+2 |
* | Gtk dialogs, first cut. | estade@chromium.org | 2009-03-12 | 1 | -0/+2 |
* | Remove TabContents from scaffolding. Yay! | pinkerton@chromium.org | 2009-03-11 | 1 | -1/+1 |
* | Changing ForwardMessageToExternalHost to postMessage and passing a proper | tommi@chromium.org | 2009-03-09 | 1 | -1/+3 |
* | Try #2 of "make JavaScript alerts reflect the URL of the frame they came from, | brettw@chromium.org | 2009-03-05 | 1 | -1/+3 |
* | Reverting 11002. | brettw@chromium.org | 2009-03-05 | 1 | -3/+1 |
* | Make JavaScript alerts reflect the URL of the frame they came from, not the | brettw@chromium.org | 2009-03-05 | 1 | -1/+3 |
* | Don't send the receiver function name in the ExternalHostBindings::ForwardMes... | ananta@chromium.org | 2009-02-25 | 1 | -2/+1 |
* | This CL causes the autofill popup to hide when the browser window is moved or... | jcampan@chromium.org | 2009-02-25 | 1 | -0/+4 |
* | Delete the ViewSourceTabContents. | brettw@chromium.org | 2009-02-25 | 1 | -4/+9 |
* | The find bar should be owned and managed from the BrowserView, not the WebCon... | finnur@google.com | 2009-02-24 | 1 | -0/+66 |
* | Add a TabContentsContainerGtk to remove the current hack that inserts the | erg@google.com | 2009-02-19 | 1 | -0/+2 |
* | Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin... | ananta@chromium.org | 2009-02-19 | 1 | -4/+6 |
* | Bring up save_package, save_item, save_file_manager on posix. | estade@chromium.org | 2009-02-19 | 1 | -1/+1 |
* | Make gears_integration.cc compile on Posix. Change the GearsCreateShortcut c... | jhawkins@chromium.org | 2009-02-17 | 1 | -2/+2 |
* | Fix a crash bug in memory_utils.cc caused by assuming that the | mpcomplete@google.com | 2009-02-13 | 1 | -0/+1 |
* | This is an attempt at finding the reason for the page_cycler slowness caused by | mad@chromium.org | 2009-02-12 | 1 | -0/+1 |
* | Make fav_icon_helper compile on POSIX, remove some unneeded #includes. | thestig@chromium.org | 2009-02-12 | 1 | -4/+8 |
* | Reverting 9493. | kuchhal@chromium.org | 2009-02-10 | 1 | -4/+3 |
* | Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ... | avi@chromium.org | 2009-02-10 | 1 | -4/+2 |
* | Relanding of http://codereview.chromium.org/16488. | mad@chromium.org | 2009-02-10 | 1 | -3/+4 |
* | Try reverting r9409 to see if it fixes crashes on chromebot. | kuchhal@chromium.org | 2009-02-10 | 1 | -2/+4 |
* | Revert basically everything I've done today as it fails mysteriously | evan@chromium.org | 2009-02-10 | 1 | -1/+0 |
* | Bring a bunch more headers into the non-Windows build: | evan@chromium.org | 2009-02-10 | 1 | -0/+1 |
* | Reverting 9408. | brettw@chromium.org | 2009-02-09 | 1 | -4/+3 |
* | Switch from HWNDs to NativeViews. | avi@chromium.org | 2009-02-09 | 1 | -4/+2 |
* | Add a new resizer corner. | mad@chromium.org | 2009-02-09 | 1 | -3/+4 |
* | Initial Mac port of web_contents_view and render_widget_host_view. | avi@google.com | 2009-02-06 | 1 | -1/+5 |
* | Add in NavigationController to linux and mac. | pinkerton@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 | -2/+2 |
* | first stab at scaffolding WebContents. | pinkerton@chromium.org | 2009-02-03 | 1 | -1/+31 |
* | Remove old web app code it's no longer needed. Simplifies startup a little. | ben@chromium.org | 2009-02-02 | 1 | -25/+2 |