| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix Sandbox on SnowLeopard. | jeremy@chromium.org | 2009-04-16 | 2 | -26/+60 |
* | Don't call COM stuff in the renderer | cpu@google.com | 2009-04-16 | 1 | -8/+7 |
* | Handles audio messages on IO thread in render process | hclam@chromium.org | 2009-04-16 | 9 | -269/+382 |
* | Chrome changes to support WebKit API changes. | darin@chromium.org | 2009-04-16 | 2 | -6/+8 |
* | Introduce printing test case (Step 1) | hbono@chromium.org | 2009-04-16 | 4 | -3/+76 |
* | Initial plumbing for sending events from the browser to extension renderers. ... | rafaelw@chromium.org | 2009-04-16 | 9 | -14/+53 |
* | Attempt to shush Purify about a memory leak. | aa@chromium.org | 2009-04-16 | 1 | -8/+14 |
* | Miscellaneous API sprucing. | aa@chromium.org | 2009-04-16 | 7 | -11/+29 |
* | TBR: Revert "Miscellaneous API sprucing." | aa@chromium.org | 2009-04-15 | 7 | -29/+11 |
* | Miscellaneous API sprucing. | aa@chromium.org | 2009-04-15 | 7 | -11/+29 |
* | Add a hack to enable cross-origin XHR for all pages with a "chrome-extension" | mpcomplete@google.com | 2009-04-15 | 1 | -0/+3 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 12 | -226/+726 |
* | Add command line flag that removes randomness from javascript functions, to b... | ace@google.com | 2009-04-14 | 1 | -1/+2 |
* | 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 |