| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "Revert "Only show the original RWHV or the interstitial page at any t... | willchan@chromium.org | 2009-05-12 | 2 | -4/+2 |
* | FormatErrorMessage() functions are now publicly available from ExtensionError... | rafaelw@chromium.org | 2009-05-12 | 2 | -7/+14 |
* | DevTools: enable out of process dev tools by default. | pfeldman@chromium.org | 2009-05-12 | 2 | -5/+5 |
* | Revert "Only show the original RWHV or the interstitial page at any time." | willchan@chromium.org | 2009-05-11 | 1 | -2/+2 |
* | Only show the original RWHV or the interstitial page at any time. | willchan@chromium.org | 2009-05-11 | 1 | -2/+2 |
* | Add a comment to reflect API reality in RenderWidgetHostView. | erikkay@google.com | 2009-05-11 | 1 | -1/+2 |
* | Fix a bug where the extension toolstrip could get reparented to the desktop. | erikkay@google.com | 2009-05-11 | 1 | -1/+11 |
* | Fix mac build bustage. I forgot about the .mm files! | darin@chromium.org | 2009-05-10 | 1 | -2/+2 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 9 | -12/+12 |
* | Fix white flash when resizing window larger. | aa@chromium.org | 2009-05-09 | 1 | -3/+3 |
* | Defer window.close(), resizeTo() and moveTo() actions | mbelshe@google.com | 2009-05-09 | 3 | -4/+10 |
* | Stop leaking RenderWidgetHostViewGtk. | willchan@chromium.org | 2009-05-08 | 1 | -0/+1 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 3 | -3/+3 |
* | Various popup UI fixes: | pkasting@chromium.org | 2009-05-08 | 3 | -35/+0 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 2 | -4/+4 |
* | Fix an issue with SiteInstance where special URLs would not always get grouped | mpcomplete@google.com | 2009-05-07 | 1 | -1/+10 |
* | DevTools: Enable debugging of non-TabContents including extensions. | pfeldman@chromium.org | 2009-05-07 | 1 | -7/+25 |
* | Add inspect links for all active views in chrome://extensions. | aa@chromium.org | 2009-05-07 | 2 | -0/+8 |
* | Popup whitelisting checkpoint. | pkasting@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Render a "sad tab" on tab crash. | willchan@chromium.org | 2009-05-06 | 1 | -2/+2 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 2 | -9/+9 |
* | Uncomment the crash checks in UITest::TearDown since CountFilesCreatedAfter | evan@chromium.org | 2009-05-06 | 1 | -1/+3 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Add --simple-data-source which uses simplified media resource loading. | scherkus@chromium.org | 2009-05-06 | 1 | -0/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -2/+2 |
* | Plumb the creator URL for popups up to the browser. We don't yet use this fo... | pkasting@chromium.org | 2009-05-05 | 3 | -5/+10 |
* | Don't start the throbber when loading javascript URLs. This fixes a | brettw@chromium.org | 2009-05-05 | 2 | -5/+13 |
* | Get rid of the ClipboardService class and header... it is nothing but a shell... | ben@chromium.org | 2009-05-05 | 3 | -20/+17 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 2 | -2/+2 |
* | Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close the | mpcomplete@google.com | 2009-05-05 | 1 | -5/+6 |
* | Linux: show the correct cursor when the render view regains focus. | estade@chromium.org | 2009-05-05 | 1 | -1/+2 |
* | Fix bug 9812: Remove current RSS code in favor of new more generalized | finnur@chromium.org | 2009-05-04 | 3 | -14/+0 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 14 | -59/+59 |
* | Yet more deprecation of the wstring version of PathService::Get() for UI tests. | thestig@chromium.org | 2009-05-02 | 1 | -2/+2 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -0/+2 |
* | POSIX: Add a macro for handling EINTR. | agl@chromium.org | 2009-05-01 | 1 | -2/+3 |
* | Run workers in separate processes. | jam@chromium.org | 2009-05-01 | 1 | -2/+6 |
* | Pass down the opener tab when a message channel is opened to an extension. | mpcomplete@google.com | 2009-05-01 | 4 | -20/+19 |
* | Measure IPC latency for audio | hclam@chromium.org | 2009-05-01 | 1 | -5/+32 |
* | Only send events to renderers that are listening to an event.Notify browser w... | erikkay@google.com | 2009-05-01 | 3 | -0/+24 |
* | Linux: terminate clipboard handling on the UI thread. | agl@chromium.org | 2009-05-01 | 3 | -27/+141 |
* | Fix issue 11006 - any plugin process started by InProcessBrowserTest was | tim@chromium.org | 2009-04-30 | 1 | -1/+1 |
* | Refactor ExtensionView to support a UI-less extension instance. | mpcomplete@google.com | 2009-04-29 | 3 | -8/+14 |
* | Second attempt at cleaning up handling of --disable-popup-blocking. I didn't... | pkasting@chromium.org | 2009-04-29 | 1 | -1/+0 |
* | Revert "Instead of passing down a switch to the renderer, storing a member, e... | evan@chromium.org | 2009-04-29 | 1 | -0/+1 |
* | Instead of passing down a switch to the renderer, storing a member, etc., jus... | pkasting@chromium.org | 2009-04-29 | 1 | -1/+0 |
* | Style fixes for previous review: | paul@chromium.org | 2009-04-28 | 1 | -6/+7 |
* | Synchronously update the loading state when a load starts so that the UI will | brettw@chromium.org | 2009-04-28 | 3 | -12/+22 |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 2 | -2/+14 |