| Commit message (Expand) | Author | Age | Files | Lines |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+3 |
* | Remove the AsyncSlowStart experiment | mbelshe@google.com | 2009-12-15 | 1 | -10/+0 |
* | Mac: make it even less likely that the renderer+Breakpad leaks Mach ports. | viettrungluu@chromium.org | 2009-12-15 | 1 | -0/+17 |
* | Refactor browser action apitest and port for mac. | kkania@chromium.org | 2009-12-14 | 1 | -17/+17 |
* | Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync... | apatrick@google.com | 2009-12-12 | 4 | -0/+263 |
* | The union and first level nested struct were vestiges of the previous | sehr@google.com | 2009-12-11 | 1 | -17/+17 |
* | DevTools: use WebDevToolsMessageData for devtools rpc messages | yurys@chromium.org | 2009-12-11 | 6 | -105/+36 |
* | Revert "DevTools: use WebDevToolsMessageData for devtools rpc messages" | yurys@chromium.org | 2009-12-11 | 6 | -36/+105 |
* | DevTools: use WebDevToolsMessageData for devtools rpc messages | yurys@chromium.org | 2009-12-11 | 6 | -105/+36 |
* | Mac: for branded Google Chrome, handle SIGTERM in renderer to clean up Breakpad. | viettrungluu@chromium.org | 2009-12-11 | 1 | -0/+137 |
* | Handle the case of two scroll events cancelling each other out. | darin@chromium.org | 2009-12-11 | 2 | -0/+21 |
* | re-apply r34183 | estade@chromium.org | 2009-12-10 | 1 | -0/+6 |
* | Prevent 2 types of extension crashes. | asargent@chromium.org | 2009-12-10 | 1 | -0/+14 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 2 | -6/+23 |
* | Re-enable the build of Pepper support by default (issue 464074, svn revision ... | sehr@google.com | 2009-12-10 | 1 | -12/+20 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 1 | -3/+14 |
* | Reduce kMaxPaintRects to test impact on single-core bot. | darin@chromium.org | 2009-12-09 | 1 | -1/+1 |
* | Limit the total number of paint rects. | darin@chromium.org | 2009-12-09 | 3 | -11/+50 |
* | rollback r34183 | estade@chromium.org | 2009-12-09 | 1 | -6/+0 |
* | linux: theme scrollbars from GTK theme | estade@chromium.org | 2009-12-09 | 1 | -0/+6 |
* | Revert 34161 - Enable Pepper support by default, including building the test ... | sehr@google.com | 2009-12-09 | 1 | -20/+12 |
* | Enable Pepper support by default, including building the test plugin. | sehr@google.com | 2009-12-09 | 1 | -12/+20 |
* | Chromium: support custom WebCore context menu items in Chromium port (downstr... | pfeldman@chromium.org | 2009-12-09 | 2 | -1/+10 |
* | Revert 34146 - A place to store the pid>mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -62/+0 |
* | A place to store the pid->mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -0/+62 |
* | Remove DCHECK because it's invalid in single process mode. | mpcomplete@chromium.org | 2009-12-09 | 1 | -1/+0 |
* | Fix a bug where content scripts would get run twice in some cases. | mpcomplete@chromium.org | 2009-12-09 | 1 | -2/+7 |
* | Add a 'minus' graphic to the local error page if you expand the | tony@chromium.org | 2009-12-08 | 2 | -32/+56 |
* | Re-apply 34040. Now after 34055 build should succeed. | mnaganov@chromium.org | 2009-12-08 | 3 | -6/+77 |
* | Revert 34040 - DevTools: make possible profiling of scripts doing heavy calcu... | mnaganov@chromium.org | 2009-12-08 | 3 | -77/+6 |
* | DevTools: make possible profiling of scripts doing heavy calculations. | mnaganov@chromium.org | 2009-12-08 | 3 | -6/+77 |
* | Enable pepper events to flow to the plugin. Also enable printing of the event | sehr@google.com | 2009-12-08 | 1 | -1/+5 |
* | Addition of a new parameter to the popup.show(...) Chrome extension API that ... | twiz@google.com | 2009-12-08 | 1 | -6/+18 |
* | Revert "Allow silent extension installations from the extensions gallery - Pa... | rafaelw@chromium.org | 2009-12-08 | 1 | -25/+0 |
* | Hook up V8 idle notifications for extension prcoesses. | mpcomplete@chromium.org | 2009-12-07 | 2 | -26/+67 |
* | Refactor the pepper API implementation to make it more scalable as we add more | brettw@chromium.org | 2009-12-07 | 2 | -2/+79 |
* | WebSocket in Worker: render_thread->child_thread change. | ukai@chromium.org | 2009-12-07 | 5 | -264/+2 |
* | Allow silent extension installations from the extensions gallery - Part 1. | rafaelw@chromium.org | 2009-12-07 | 1 | -0/+25 |
* | Coalesce damage rects that share an edge. | darin@chromium.org | 2009-12-07 | 2 | -23/+26 |
* | Fix a crash bug on user script installation and add a test | aa@chromium.org | 2009-12-06 | 1 | -1/+1 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 1 | -5/+11 |
* | Remember zoom on a per-host basis. | pkasting@chromium.org | 2009-12-04 | 4 | -24/+77 |
* | Return to painting smallest bounding box when not scrolling. | darin@chromium.org | 2009-12-04 | 1 | -1/+8 |
* | Preserve optimized scrolling in the presence of multiple animating rects. | darin@chromium.org | 2009-12-04 | 6 | -89/+457 |
* | Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-... | mattm@chromium.org | 2009-12-04 | 1 | -0/+4 |
* | Make no-tcmalloc (really, non-base/allocator) builds work again, | dank@chromium.org | 2009-12-03 | 1 | -2/+2 |
* | Send resource load notifications from plugins to devtools agent. This is a pa... | yurys@chromium.org | 2009-12-03 | 4 | -9/+10 |
* | Ok, here is a different approach at this change. | aa@chromium.org | 2009-12-02 | 2 | -0/+43 |
* | Update the Pepper APIs to the latest spec for the 2D demo plugin. | brettw@chromium.org | 2009-12-01 | 2 | -134/+137 |
* | Point #include lines to files in the new tcmalloc/chromium local branch. | sgk@chromium.org | 2009-12-01 | 1 | -1/+1 |