| Commit message (Expand) | Author | Age | Files | Lines |
* | Various minor fixes: | aa@chromium.org | 2009-07-15 | 4 | -159/+6 |
* | Reverting 20714. | finnur@chromium.org | 2009-07-15 | 6 | -86/+11 |
* | EFD now notifies EPM of renderviews created, which in turn notifies the rende... | finnur@chromium.org | 2009-07-15 | 6 | -11/+86 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-15 | 3 | -6/+7 |
* | Reverting 20683. | jorlow@chromium.org | 2009-07-14 | 3 | -7/+6 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-14 | 3 | -6/+7 |
* | Chrome-side of fixes for content-script messaging. | mpcomplete@chromium.org | 2009-07-14 | 4 | -32/+82 |
* | Make workers functional on OSX and Linux. | levin@chromium.org | 2009-07-14 | 1 | -6/+0 |
* | Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also, | darin@chromium.org | 2009-07-14 | 5 | -26/+42 |
* | Hookup Print HTML page to the DOM UI for Print Preview and Settings | mhm@chromium.org | 2009-07-14 | 1 | -0/+5 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 3 | -26/+24 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 6 | -16/+30 |
* | Revert previous clipping rect change for Cairo to see if it fixes the build. | brettw@chromium.org | 2009-07-13 | 1 | -3/+10 |
* | linux: don't destroy the cairo_t* returned by beginPlatformPaint(). | evan@chromium.org | 2009-07-13 | 1 | -2/+1 |
* | Keep the cairo clipping region in sync with the Skia one. | brettw@chromium.org | 2009-07-13 | 1 | -10/+3 |
* | DevTools: allow reload while on a breakpoint: detach agent on navigation atte... | pfeldman@chromium.org | 2009-07-13 | 3 | -0/+12 |
* | Wire up windowless plugins. Mostly Mac related, some cross | amanda@chromium.org | 2009-07-11 | 3 | -82/+133 |
* | Disk cache: Generate total-load-time histograms from the | rvargas@google.com | 2009-07-11 | 1 | -0/+16 |
* | Remove svn:executable property from some more files that don't need it. | thestig@chromium.org | 2009-07-10 | 1 | -0/+0 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 5 | -2/+60 |
* | Revert "Revert "Revert "Linux: add LOG(FATAL) to try and catch an error.""" | agl@chromium.org | 2009-07-10 | 1 | -8/+0 |
* | Revert "Revert "Linux: add LOG(FATAL) to try and catch an error."" | agl@chromium.org | 2009-07-10 | 1 | -0/+8 |
* | Fix window.close() not working for modal dialogs. | jam@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | Made MediaFilter::host_ and MediaFilter::message_loop_ private. | scherkus@chromium.org | 2009-07-09 | 2 | -9/+9 |
* | linux/mac: Fix return status of OpenChannelToPlugin message in case of failure | piman@google.com | 2009-07-09 | 1 | -0/+7 |
* | Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private." | scherkus@chromium.org | 2009-07-09 | 2 | -9/+9 |
* | Made MediaFilter::host_ and MediaFilter::message_loop_ private. | scherkus@chromium.org | 2009-07-09 | 2 | -9/+9 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 13 | -127/+142 |
* | Remove reference counting from WebWidgetDelegate. | darin@chromium.org | 2009-07-09 | 2 | -14/+1 |
* | Add additional render histograms | jar@chromium.org | 2009-07-09 | 1 | -2/+30 |
* | Revert "Linux: add LOG(FATAL) to try and catch an error." | agl@chromium.org | 2009-07-09 | 1 | -8/+0 |
* | Linux: add LOG(FATAL) to try and catch an error. | agl@chromium.org | 2009-07-09 | 1 | -0/+8 |
* | mac workaround. | evan@chromium.org | 2009-07-09 | 1 | -2/+2 |
* | linux: implement the sad plugin | evan@chromium.org | 2009-07-09 | 3 | -6/+20 |
* | Windowed plugins like Flash would cause the hung plugin dialog to show up whe... | ananta@chromium.org | 2009-07-09 | 3 | -17/+23 |
* | Remove WebWidgetDelegate::GetContainingView since it is not needed. | darin@chromium.org | 2009-07-09 | 4 | -11/+0 |
* | Start using WebCursorInfo from the WebKit API. WebCursorInfo is a | darin@google.com | 2009-07-08 | 5 | -6/+18 |
* | Add the page url to plugin crashes to aid debugging. | jam@chromium.org | 2009-07-08 | 8 | -331/+18 |
* | Revert change 20173 because it breaks the ui_tests, plugin_tests | nsylvain@chromium.org | 2009-07-08 | 8 | -18/+331 |
* | Add the page url to plugin crashes to aid debugging. | jam@chromium.org | 2009-07-08 | 8 | -331/+18 |
* | Split out some of the RVHDelegate functions into separate sub-classes. To limit | brettw@chromium.org | 2009-07-08 | 2 | -13/+14 |
* | Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread. | shess@chromium.org | 2009-07-08 | 1 | -2/+1 |
* | Make the cancelling of drag and drop match Safari for Windows. This is | arv@google.com | 2009-07-08 | 2 | -5/+9 |
* | linux: fix renderer/plugin crash when loading multiple pages with plugins | piman@google.com | 2009-07-08 | 1 | -0/+7 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 2 | -8/+27 |
* | Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t... | dimich@google.com | 2009-07-07 | 2 | -5/+16 |
* | Revert "linux: OOP windowed plugins" | evan@chromium.org | 2009-07-06 | 2 | -27/+8 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-06 | 2 | -8/+27 |
* | Move Emf class to the printing library. Also creates a platform agnostic Nat... | sverrir@google.com | 2009-07-06 | 4 | -30/+27 |
* | DevTools: preserve focus on activating dev tools window. | pfeldman@chromium.org | 2009-07-06 | 1 | -1/+2 |