| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch for accelerator clean-up from Hamaji. | jcampan@chromium.org | 2009-04-30 | 1 | -1/+1 |
* | Minimal SetInitialFocus and RestoreFocus. These aren't final, but this | rohitrao@chromium.org | 2009-04-30 | 1 | -1/+5 |
* | Migrating the SSL UI tests to be browser tests. | jcampan@chromium.org | 2009-04-29 | 2 | -2/+5 |
* | Second attempt at cleaning up handling of --disable-popup-blocking. I didn't... | pkasting@chromium.org | 2009-04-29 | 1 | -1/+4 |
* | Linux findbar improvements: | estade@chromium.org | 2009-04-29 | 1 | -3/+1 |
* | Revert "Instead of passing down a switch to the renderer, storing a member, e... | evan@chromium.org | 2009-04-29 | 1 | -4/+1 |
* | Instead of passing down a switch to the renderer, storing a member, etc., jus... | pkasting@chromium.org | 2009-04-29 | 1 | -1/+4 |
* | Synchronously update the loading state when a load starts so that the UI will | brettw@chromium.org | 2009-04-28 | 3 | -7/+8 |
* | ImportantFileWriter | phajdan.jr@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 3 | -0/+20 |
* | When navigating from an interstitial to another page with an interstitial, we... | jcampan@chromium.org | 2009-04-27 | 2 | -3/+19 |
* | Fix sudden termination after the latest WebKit merge. | jam@chromium.org | 2009-04-25 | 2 | -6/+5 |
* | Passing correct HWND to CreateChromeWindow(). The HWND of the toplevel window | estade@chromium.org | 2009-04-24 | 1 | -1/+5 |
* | Implement HTML selects as native Cocoa controls for Chrome. | paul@chromium.org | 2009-04-24 | 1 | -0/+3 |
* | Removes FindBar cruft from TabContentsViewMac. | rohitrao@chromium.org | 2009-04-24 | 2 | -69/+2 |
* | Kill WebContents by moving the remaining methods to TabContents. WebContents | brettw@chromium.org | 2009-04-24 | 4 | -1878/+1884 |
* | Move another batch of functions for WebContents to TabContents. This also | brettw@chromium.org | 2009-04-24 | 4 | -436/+413 |
* | Check for view source mode in DOM UI mode. | thestig@chromium.org | 2009-04-23 | 2 | -7/+37 |
* | Move Browser implementation of callback interfaces into the private section. | stoyan@chromium.org | 2009-04-23 | 1 | -13/+8 |
* | Provide a way for a TabContentsDelegate to take focus when we receive a notif... | ananta@chromium.org | 2009-04-23 | 2 | -6/+15 |
* | Move a bunch of functions from WebContents to TabContents. Change the services | brettw@chromium.org | 2009-04-23 | 4 | -205/+188 |
* | Don't send resize messages until the renderer has been initialized. | evan@chromium.org | 2009-04-22 | 8 | -23/+2 |
* | Revert "Don't send resize messages until the renderer has been initialized." | evan@chromium.org | 2009-04-22 | 8 | -2/+23 |
* | Don't send resize messages until the renderer has been initialized. | evan@chromium.org | 2009-04-22 | 8 | -23/+2 |
* | Always enable copy-link-address in context menu. | brettw@chromium.org | 2009-04-22 | 1 | -2/+4 |
* | Move all data members from WebContents to TabContents in preparation for | brettw@chromium.org | 2009-04-22 | 4 | -232/+287 |
* | Provide an override for Webview drop effect. | tc@google.com | 2009-04-22 | 1 | -6/+0 |
* | Fix a leak of the NavigationController during many tests. A duplicate | brettw@chromium.org | 2009-04-21 | 1 | -2/+1 |
* | Rename web_contents_view* files to tab_contents_view* to reflect my previous | brettw@chromium.org | 2009-04-21 | 11 | -35/+29 |
* | Rename WebContentsView* to TabContentsView* in preparation for merging | brettw@chromium.org | 2009-04-20 | 15 | -183/+183 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 14 | -573/+332 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 14 | -332/+573 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 14 | -573/+332 |
* | Remove overlap between TabContents and WebContents. Now all the functions in | brettw@chromium.org | 2009-04-17 | 3 | -170/+158 |
* | Fix the process creation problem. This forces transitions between | brettw@chromium.org | 2009-04-16 | 3 | -5/+66 |
* | Recommit previous change with GYP files fixed. | erg@google.com | 2009-04-16 | 1 | -1/+1 |
* | Fix a mess I made before checkin. I started trying something else but gave | brettw@chromium.org | 2009-04-16 | 1 | -4/+2 |
* | Reverts the previous two commits. (r13812 and r13811). | erg@google.com | 2009-04-15 | 1 | -1/+1 |
* | Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements. | erg@google.com | 2009-04-15 | 1 | -1/+1 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 9 | -100/+13 |
* | Fix issue: If SpellChecker is disabled through UI, then right-click context m... | sidchat@google.com | 2009-04-15 | 1 | -1/+2 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 6 | -101/+64 |
* | Oops. Fix build. | willchan@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Fix missing backing store in Linux. | willchan@chromium.org | 2009-04-15 | 8 | -3/+24 |
* | Remove the TestTabContents. This makes BrowserWithTestWindow use the | brettw@chromium.org | 2009-04-14 | 15 | -467/+99 |
* | Add a Cocoa file picker. | avi@google.com | 2009-04-14 | 1 | -3/+1 |
* | Remove the DOMUIHost. It is not used by any code. | brettw@chromium.org | 2009-04-13 | 5 | -19/+1 |
* | Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i... | jam@chromium.org | 2009-04-13 | 1 | -0/+3 |
* | Once you search for something in a tab, you are very likely to search for the... | finnur@chromium.org | 2009-04-13 | 2 | -2/+17 |
* | Hook up a bit more plumbing to ExtensionView which should allow popup windows... | erikkay@google.com | 2009-04-13 | 5 | -162/+295 |