| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ViewHostMsg_PluginMessage which was unused. | brettw@chromium.org | 2009-08-18 | 1 | -13/+0 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-15 | 1 | -4/+0 |
* | Reverting 23420. It caused a reliability regression. | maruel@chromium.org | 2009-08-14 | 1 | -0/+4 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -0/+9 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-14 | 1 | -4/+0 |
* | AudioRendererHost send ViewMsg_AudioStreamState | hclam@chromium.org | 2009-08-11 | 1 | -5/+3 |
* | The spec for ____storage.key() changed. Now, instead of raising an exception... | jorlow@chromium.org | 2009-08-11 | 1 | -2/+2 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 1 | -0/+6 |
* | Add CSS Keyword values and conversion routines to webkit glue. | jeremy@chromium.org | 2009-08-07 | 1 | -0/+11 |
* | Delay loading of ExtensionHosts until the background page is ready. | mpcomplete@chromium.org | 2009-08-03 | 1 | -0/+5 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 1 | -3/+11 |
* | This CL fixes issue 17468: Regression: Directionality marks should not be ins... | xji@chromium.org | 2009-07-29 | 1 | -2/+3 |
* | Adding HTML5 DB support to Chromium: Chromium changes | dumi@chromium.org | 2009-07-27 | 1 | -0/+42 |
* | Fix a race condition where rapid back/forward clicks could close a tab | brettw@chromium.org | 2009-07-24 | 1 | -8/+9 |
* | Allow the browser to send actions back to the render for media element contex... | ajwong@chromium.org | 2009-07-23 | 1 | -0/+7 |
* | One part of many for enabling DOM Storage. | jorlow@chromium.org | 2009-07-23 | 1 | -0/+71 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -2/+2 |
* | Make scrollbars and other controls tint/untint upon main window gaining | thakis@chromium.org | 2009-07-22 | 1 | -0/+5 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -7/+12 |
* | DevTools: Make 'toggle node search' mode work. | pfeldman@chromium.org | 2009-07-16 | 1 | -0/+4 |
* | Reverting 20855. | darin@chromium.org | 2009-07-16 | 1 | -11/+4 |
* | Reverting 20854. | darin@chromium.org | 2009-07-16 | 1 | -4/+11 |
* | Use WebWidget from the WebKit API. This change also makes | darin@chromium.org | 2009-07-16 | 1 | -11/+4 |
* | Retrying this patch. This was already reviewed by mpcomplete and the | finnur@chromium.org | 2009-07-15 | 1 | -0/+6 |
* | Reverting 20714. | finnur@chromium.org | 2009-07-15 | 1 | -6/+0 |
* | EFD now notifies EPM of renderviews created, which in turn notifies the rende... | finnur@chromium.org | 2009-07-15 | 1 | -0/+6 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-15 | 1 | -2/+10 |
* | Reverting 20683. | jorlow@chromium.org | 2009-07-14 | 1 | -10/+2 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-14 | 1 | -2/+10 |
* | Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also, | darin@chromium.org | 2009-07-14 | 1 | -4/+4 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 1 | -4/+6 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 1 | -0/+8 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -2/+9 |
* | Windowed plugins like Flash would cause the hung plugin dialog to show up whe... | ananta@chromium.org | 2009-07-09 | 1 | -6/+3 |
* | Split out some of the RVHDelegate functions into separate sub-classes. To limit | brettw@chromium.org | 2009-07-08 | 1 | -4/+4 |
* | Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread. | shess@chromium.org | 2009-07-08 | 1 | -5/+9 |
* | Make the cancelling of drag and drop match Safari for Windows. This is | arv@google.com | 2009-07-08 | 1 | -2/+3 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 1 | -0/+7 |
* | Revert "linux: OOP windowed plugins" | evan@chromium.org | 2009-07-06 | 1 | -7/+0 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-06 | 1 | -0/+7 |
* | DevTools: preserve focus on activating dev tools window. | pfeldman@chromium.org | 2009-07-06 | 1 | -0/+3 |
* | Fix Acid3 Test 48: LINKTEST, Chromium side.... | dglazkov@chromium.org | 2009-07-03 | 1 | -0/+9 |
* | Add getFileSize support to chromium | victorw@chromium.org | 2009-07-03 | 1 | -0/+5 |
* | DevTools: Introduce docked version of DevTools. | pfeldman@chromium.org | 2009-07-01 | 1 | -3/+8 |
* | Send port disconnect events when a frame is unloaded. | mpcomplete@chromium.org | 2009-07-01 | 1 | -0/+5 |
* | DevTools: Nuke legacy debugger. | pfeldman@chromium.org | 2009-06-24 | 1 | -35/+0 |
* | Some cleanup around WebCore EditCommands: | jeremy@chromium.org | 2009-06-23 | 1 | -2/+2 |
* | Re-land r18853 | jeremy@chromium.org | 2009-06-23 | 1 | -0/+5 |
* | posix: two related changes to make plugin IPC work on POSIX. | evan@chromium.org | 2009-06-22 | 1 | -5/+6 |
* | Revert "posix: two related changes to make plugin IPC work on POSIX." | evan@chromium.org | 2009-06-22 | 1 | -6/+5 |