| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring; switch the |filter| parameter into something that is more amenab... | avi@chromium.org | 2009-04-12 | 1 | -4/+3 |
* | Copy text selection from renderer to browser every time it changes. | estade@chromium.org | 2009-04-09 | 1 | -8/+1 |
* | When the Find bar has focus it eats keypresses such as PageUp, PageDown and U... | finnur@chromium.org | 2009-04-08 | 1 | -1/+4 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 1 | -5/+3 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 1 | -0/+37 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -0/+1 |
* | Stop serializing WebString over IPC. The new rule is that only POD (plain old | darin@chromium.org | 2009-04-06 | 1 | -5/+8 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 1 | -1/+1 |
* | Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha... | rafaelw@chromium.org | 2009-04-04 | 1 | -0/+3 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 1 | -10/+15 |
* | Copy selection to x clipboard. | estade@chromium.org | 2009-04-02 | 1 | -1/+12 |
* | Paste from the x clipboard into webkit. | estade@chromium.org | 2009-04-02 | 1 | -0/+8 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 1 | -4/+5 |
* | Use WebConsoleMessage instead of ConsoleMessageLevel. | darin@chromium.org | 2009-03-31 | 1 | -4/+2 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -1/+1 |
* | Add more of the server-side plumbing for extension APIs. Also | aa@chromium.org | 2009-03-28 | 1 | -0/+4 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 1 | -1/+0 |
* | A tricky fix for Issue 1845 (Take 2). | hbono@chromium.org | 2009-03-25 | 1 | -0/+11 |
* | Implement default css for toolstrips. | aa@chromium.org | 2009-03-24 | 1 | -0/+7 |
* | Add basic infrastructure for sending async browser API request and receiving ... | aa@chromium.org | 2009-03-24 | 1 | -2/+14 |
* | Finish hooking up the worker process UI: use the domains of the workers as th... | jam@chromium.org | 2009-03-24 | 1 | -11/+2 |
* | Initial rev at a message passing API for extensions. So far, only passing | mpcomplete@google.com | 2009-03-23 | 1 | -0/+19 |
* | Pressing the Del key while a item is selected in the autocomplete popup delet... | jcampan@chromium.org | 2009-03-20 | 1 | -0/+6 |
* | Removes all use of COM and dependencies on Windows-specific classes (includin... | klink@chromium.org | 2009-03-20 | 1 | -2/+2 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -2/+2 |
* | Reverting 11953. | hbono@chromium.org | 2009-03-18 | 1 | -13/+0 |
* | A tricky fix for Issue 1845. | hbono@chromium.org | 2009-03-18 | 1 | -0/+13 |
* | SSL Fix: Step 4. | abarth@chromium.org | 2009-03-17 | 1 | -1/+3 |
* | RSS feed support (part 1), 2nd attempt. | finnur@chromium.org | 2009-03-13 | 1 | -0/+3 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-13 | 1 | -3/+15 |
* | Reverting 11640. | finnur@chromium.org | 2009-03-13 | 1 | -3/+0 |
* | RSS feed support (part 1) | finnur@chromium.org | 2009-03-13 | 1 | -0/+3 |
* | Get rid of the gears in renderer process code. This allows me to do some cle... | jam@chromium.org | 2009-03-13 | 1 | -6/+0 |
* | This changes the base clipboard class, as accomplishing paste requires that C... | avi@chromium.org | 2009-03-10 | 1 | -1/+1 |
* | Changing ForwardMessageToExternalHost to postMessage and passing a proper | tommi@chromium.org | 2009-03-09 | 1 | -4/+8 |
* | Landing again the CL that adds security info to canceled requests (last time ... | jcampan@chromium.org | 2009-03-08 | 1 | -2/+3 |
* | Revert change 11197 because it created 138 new layout tests | nsylvain@chromium.org | 2009-03-07 | 1 | -3/+2 |
* | Landing again the CL that adds security info to canceled requests (it was bre... | jcampan@chromium.org | 2009-03-07 | 1 | -2/+3 |
* | Reverting 11179. | jcampan@chromium.org | 2009-03-07 | 1 | -3/+2 |
* | This CL adds a way to specify the security info when canceling a URLRequest. | jcampan@chromium.org | 2009-03-07 | 1 | -2/+3 |
* | POSIX: Rewrite IPC's interaction with FileDescriptor | agl@chromium.org | 2009-03-05 | 1 | -2/+1 |
* | Try #2 of "make JavaScript alerts reflect the URL of the frame they came from, | brettw@chromium.org | 2009-03-05 | 1 | -2/+4 |
* | Reverting 11002. | brettw@chromium.org | 2009-03-05 | 1 | -4/+2 |
* | Make JavaScript alerts reflect the URL of the frame they came from, not the | brettw@chromium.org | 2009-03-05 | 1 | -2/+4 |
* | Revert change 10975 and 10972 because it broke the purify | nsylvain@chromium.org | 2009-03-05 | 1 | -15/+3 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-05 | 1 | -3/+15 |
* | Update clipboard classes to use string16 and FilePath instead of wstring. | estade@chromium.org | 2009-03-04 | 1 | -2/+2 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -0/+12 |