| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Add JsonSchema-based validation for the tab APIs." | aa@chromium.org | 2009-04-14 | 12 | -732/+226 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 12 | -226/+732 |
* | Hook up extension events to the json parser, and change the extension message | mpcomplete@google.com | 2009-04-13 | 5 | -17/+30 |
* | Refactoring; switch the |filter| parameter into something that is more amenab... | avi@chromium.org | 2009-04-12 | 2 | -7/+5 |
* | Make sure we can handle favicons that are provided as data: URLs | arv@chromium.org | 2009-04-11 | 2 | -1/+30 |
* | Remove histogram connection to base classes in stats_counter | jar@chromium.org | 2009-04-10 | 1 | -0/+1 |
* | Removing --enable-video and instead relying on having DLLs present. | scherkus@chromium.org | 2009-04-10 | 1 | -1/+1 |
* | Flesh out more extensions tab api (added getTab, removeTab, updateTab) | rafaelw@chromium.org | 2009-04-10 | 1 | -2/+21 |
* | Chrome side of the WebKit popup changes. | paulg@google.com | 2009-04-10 | 2 | -11/+11 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-09 | 6 | -35/+56 |
* | DevTools: Cache resources before attach, hide agents behind the flag. | pfeldman@chromium.org | 2009-04-09 | 2 | -8/+16 |
* | Reverting 13419. | pfeldman@chromium.org | 2009-04-09 | 2 | -14/+7 |
* | DevTools: Cache resource metainfo even when debugger agent is not attached. | pfeldman@chromium.org | 2009-04-09 | 2 | -7/+14 |
* | rebase and more minor changes. | aa@chromium.org | 2009-04-09 | 12 | -101/+96 |
* | Copy text selection from renderer to browser every time it changes. | estade@chromium.org | 2009-04-09 | 2 | -12/+2 |
* | When the Find bar has focus it eats keypresses such as PageUp, PageDown and U... | finnur@chromium.org | 2009-04-08 | 4 | -8/+16 |
* | Reverting dfisher changes 133386 and 13381 | cpu@google.com | 2009-04-08 | 5 | -52/+31 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-08 | 5 | -31/+52 |
* | Add aa's Event class to our javascript bindings and use it in our extension | mpcomplete@google.com | 2009-04-08 | 11 | -186/+377 |
* | Try one more time to check in http://codereview.chromium.org/60112 | aa@chromium.org | 2009-04-08 | 2 | -10/+31 |
* | 1. All debugger messages are dispatched in a static method on the IO thread. ... | yurys@google.com | 2009-04-08 | 3 | -6/+24 |
* | Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i... | abarth@chromium.org | 2009-04-08 | 2 | -4/+1 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 3 | -24/+32 |
* | Move loadtimes extension out of the extensions directory. | davemoore@chromium.org | 2009-04-07 | 4 | -10/+10 |
* | Review URL: http://codereview.chromium.org/63070 | senorblanco@chromium.org | 2009-04-07 | 1 | -3/+0 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 4 | -2/+27 |
* | Revert "Implement chromium.self in content scripts..." | aa@chromium.org | 2009-04-07 | 2 | -31/+10 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -0/+1 |
* | Implement chromium.self in content scripts, so that developers don't | aa@chromium.org | 2009-04-07 | 2 | -10/+31 |
* | Remove asserts in RenderView for audio mesages | hclam@chromium.org | 2009-04-07 | 1 | -4/+3 |
* | Detach media filters from WebMediaPlayerDelegateImpl | hclam@chromium.org | 2009-04-06 | 4 | -0/+11 |
* | Stop serializing WebString over IPC. The new rule is that only POD (plain old | darin@chromium.org | 2009-04-06 | 2 | -18/+27 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 2 | -2/+2 |
* | DevTools: Split message handling on the agent side into the Renderer and IO h... | pfeldman@chromium.org | 2009-04-06 | 7 | -150/+113 |
* | Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha... | rafaelw@chromium.org | 2009-04-04 | 2 | -0/+16 |
* | Fix null termination bug when reading UserScript | aa@chromium.org | 2009-04-04 | 1 | -2/+4 |
* | Remove a DCHECK in RenderView::CloseAudioStream | hclam@chromium.org | 2009-04-03 | 1 | -5/+7 |
* | - Added support for keeping track of load times. | davemoore@chromium.org | 2009-04-03 | 7 | -7/+268 |
* | DevTools: move devtools messages to common. | pfeldman@chromium.org | 2009-04-03 | 7 | -108/+2 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 15 | -21/+16 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 15 | -16/+21 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 11 | -67/+360 |
* | FFmpeg video decoder glue code | hclam@chromium.org | 2009-04-02 | 1 | -0/+2 |
* | Copy selection to x clipboard. | estade@chromium.org | 2009-04-02 | 2 | -0/+32 |
* | Paste from the x clipboard into webkit. | estade@chromium.org | 2009-04-02 | 2 | -0/+12 |
* | Comment out a very annoying NOTIMPLEMENTED(). | estade@chromium.org | 2009-04-02 | 1 | -2/+1 |
* | Debugger output is now handled on the render thread. | yurys@google.com | 2009-04-02 | 2 | -22/+9 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 3 | -13/+16 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -206/+0 |
* | Remove an #if !defined(OS_LINUX) | willchan@chromium.org | 2009-04-01 | 1 | -3/+0 |