| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes stretchy effect when window is enlarged past the backing bitmap's size. | avi@chromium.org | 2009-03-10 | 1 | -4/+4 |
* | This changes the base clipboard class, as accomplishing paste requires that C... | avi@chromium.org | 2009-03-10 | 2 | -8/+3 |
* | Get rid of --start-renderers-manually since it's been broken for a long time ... | jam@chromium.org | 2009-03-10 | 2 | -104/+69 |
* | Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc... | jam@chromium.org | 2009-03-10 | 3 | -19/+47 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 10 | -10/+0 |
* | Remove compile warning on OSX if branded | jrg@chromium.org | 2009-03-09 | 1 | -2/+3 |
* | Changing ForwardMessageToExternalHost to postMessage and passing a proper | tommi@chromium.org | 2009-03-09 | 3 | -8/+18 |
* | Landing again the CL that adds security info to canceled requests (last time ... | jcampan@chromium.org | 2009-03-08 | 18 | -34/+100 |
* | Revert change 11197 because it created 138 new layout tests | nsylvain@chromium.org | 2009-03-07 | 18 | -100/+34 |
* | Landing again the CL that adds security info to canceled requests (it was bre... | jcampan@chromium.org | 2009-03-07 | 18 | -34/+100 |
* | Reverting 11179. | jcampan@chromium.org | 2009-03-07 | 18 | -101/+35 |
* | Refactor render view context menu in preparation for porting. | estade@chromium.org | 2009-03-07 | 1 | -1/+1 |
* | Rename _posix to _mac since it doesn't build on Linux. | mmoss@chromium.org | 2009-03-07 | 1 | -0/+0 |
* | This CL adds a way to specify the security info when canceling a URLRequest. | jcampan@chromium.org | 2009-03-07 | 18 | -35/+101 |
* | Fix Purify UMR and MLK due to ExtensionViewTest: | mpcomplete@google.com | 2009-03-06 | 1 | -1/+1 |
* | RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c... | erg@google.com | 2009-03-06 | 9 | -26/+42 |
* | Fix renderer hang that occurs when a RenderWidget with outstanding synchronou... | jam@chromium.org | 2009-03-06 | 2 | -0/+10 |
* | Redo my single process cleanup. The problem was that Stop() had to be called... | jam@chromium.org | 2009-03-06 | 2 | -14/+10 |
* | Revert 11048 because it caused crashes in the ui_tests single process. | nsylvain@chromium.org | 2009-03-05 | 2 | -6/+14 |
* | Instead of destruction RendererMainThread objects via a singelton, which may ... | jam@chromium.org | 2009-03-05 | 2 | -14/+6 |
* | POSIX: Rewrite IPC's interaction with FileDescriptor | agl@chromium.org | 2009-03-05 | 4 | -10/+8 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 4 | -10/+14 |
* | Try #2 of "make JavaScript alerts reflect the URL of the frame they came from, | brettw@chromium.org | 2009-03-05 | 3 | -5/+12 |
* | Reverting 11002. | brettw@chromium.org | 2009-03-05 | 3 | -12/+5 |
* | Make JavaScript alerts reflect the URL of the frame they came from, not the | brettw@chromium.org | 2009-03-05 | 3 | -5/+12 |
* | Revert change 10975 and 10972 because it broke the purify | nsylvain@chromium.org | 2009-03-05 | 2 | -28/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 7 | -34/+34 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-05 | 2 | -0/+28 |
* | Some cleanup of backing_store_win.cc | cpu@google.com | 2009-03-04 | 2 | -60/+42 |
* | Fixing WebKeyboardEvent. | avi@chromium.org | 2009-03-04 | 4 | -11/+5 |
* | Update clipboard classes to use string16 and FilePath instead of wstring. | estade@chromium.org | 2009-03-04 | 3 | -6/+8 |
* | Add comment regarding why single-process and in-process-plugins are disabled ... | jam@chromium.org | 2009-03-04 | 1 | -0/+2 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 2 | -0/+19 |
* | Reverting 10794. | avi@chromium.org | 2009-03-03 | 4 | -5/+11 |
* | Ship some tests which aren't related to what I'm working on: | shess@chromium.org | 2009-03-03 | 2 | -9/+1 |
* | Fixing WebKeyboardEvent. Third time's the charm. | avi@chromium.org | 2009-03-03 | 4 | -11/+5 |
* | Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ... | pinkerton@chromium.org | 2009-03-03 | 1 | -2/+9 |
* | Make our IME backend platform-independent. | hbono@chromium.org | 2009-03-03 | 1 | -3/+3 |
* | Don't expose --single-process and --in-process-plugins for official Chrome re... | jam@chromium.org | 2009-03-03 | 1 | -0/+4 |
* | Move chrome/apps/result_codes.h to chrome/common/result_codes.h | thestig@chromium.org | 2009-03-03 | 2 | -2/+2 |
* | Register an onmessage handler with the external host binding instead of expli... | ananta@chromium.org | 2009-03-03 | 2 | -5/+3 |
* | Fix crash introduced in r10563 where we modified a RenderWidgetHost after it ... | erg@google.com | 2009-03-03 | 2 | -4/+12 |
* | Fix bookmark and menu drag images by making a halo around them. This makes | brettw@chromium.org | 2009-03-02 | 1 | -0/+1 |
* | Enable focus-change via tabbing on Linux. | estade@chromium.org | 2009-03-02 | 1 | -12/+0 |
* | Fix compilations errors introduced by revision 10712. | maruel@chromium.org | 2009-03-02 | 1 | -4/+7 |
* | Attempt 2 at landing this. | ananta@chromium.org | 2009-02-28 | 1 | -3/+17 |
* | Revert "Don't call SetPriorityClass if CBSText.dll is loaded in the browser | tc@google.com | 2009-02-27 | 1 | -11/+3 |
* | Don't call SetPriorityClass if CBSText.dll is loaded in the browser process. ... | ananta@chromium.org | 2009-02-27 | 1 | -3/+11 |
* | Implementation of AudioRendererHost | hclam@chromium.org | 2009-02-27 | 4 | -167/+290 |
* | Prototype extension process. This is a proof of concept, with a lot of | mpcomplete@google.com | 2009-02-27 | 2 | -17/+24 |