| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable running webkit tests in parallel and make it use | ojan@google.com | 2009-03-30 | 2 | -0/+8 |
* | * Breakpad on OSX now works with stock Breakpad framwork. | jeremy@chromium.org | 2009-03-30 | 8 | -28/+262 |
* | Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha... | hclam@chromium.org | 2009-03-30 | 2 | -2/+11 |
* | FFmpeg Audio decoder glue code | hclam@chromium.org | 2009-03-30 | 1 | -0/+2 |
* | Decoders now use standard callback mechanism for Reads. Removed Assignable<>... | ralphl@chromium.org | 2009-03-30 | 2 | -6/+6 |
* | Add more of the server-side plumbing for extension APIs. Also | aa@chromium.org | 2009-03-28 | 5 | -2/+33 |
* | Add the ability to specify a default MIME type when loading a resource. We'l... | abarth@chromium.org | 2009-03-28 | 2 | -2/+4 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 2 | -2/+2 |
* | Fix build in release mode. | tc@google.com | 2009-03-27 | 1 | -1/+2 |
* | Move message flags into a separate header that can be used | tc@google.com | 2009-03-27 | 1 | -28/+4 |
* | Fixed a lot threading issues during tear down of <video> | hclam@chromium.org | 2009-03-27 | 6 | -84/+94 |
* | DevTools: add support for navigating to other tab while inspecting. | pfeldman@chromium.org | 2009-03-27 | 3 | -16/+59 |
* | 1. Implemented an agent providing RPC interface to v8 debugger of the inspect... | yurys@google.com | 2009-03-27 | 5 | -3/+23 |
* | Lots of files touched for a very simple change. Everywhere we used a const M... | scherkus@chromium.org | 2009-03-26 | 4 | -23/+15 |
* | Minor tweaks to get chrome-ui://extensions working on the Mac. | jrg@chromium.org | 2009-03-26 | 1 | -6/+0 |
* | TBR=ralphl, scherkus | hclam@chromium.org | 2009-03-26 | 1 | -3/+4 |
* | Make DevTools client survive 'refresh' of the inspectable tab. | pfeldman@chromium.org | 2009-03-26 | 2 | -3/+20 |
* | A tricky fix for Issue 1845 (Take 2). | hbono@chromium.org | 2009-03-25 | 4 | -0/+66 |
* | Implement default css for toolstrips. | aa@chromium.org | 2009-03-24 | 2 | -0/+21 |
* | Removed unused parameter. | darin@chromium.org | 2009-03-24 | 1 | -3/+2 |
* | First stage of implementing HTML select popup menus for | paulg@google.com | 2009-03-24 | 2 | -0/+14 |
* | Wire 'Inspect Element' action to the new DevTools (depending on the devtools ... | pfeldman@chromium.org | 2009-03-24 | 3 | -0/+12 |
* | Add basic infrastructure for sending async browser API request and receiving ... | aa@chromium.org | 2009-03-24 | 9 | -0/+272 |
* | TBR=ralphl | hclam@chromium.org | 2009-03-24 | 1 | -0/+3 |
* | Finish hooking up the worker process UI: use the domains of the workers as th... | jam@chromium.org | 2009-03-24 | 3 | -5/+14 |
* | Chrome side of webkit merge from r41860 to 41906. | tc@google.com | 2009-03-23 | 2 | -3/+1 |
* | Initial rev at a message passing API for extensions. So far, only passing | mpcomplete@google.com | 2009-03-23 | 9 | -58/+144 |
* | Free unit tests for Mac: BookmarkHTMLWriterTest, BookmarkUtilsTest, | shess@chromium.org | 2009-03-22 | 1 | -2/+2 |
* | Fix renderer crash when a file chooser is closed after navigating away from | mpcomplete@google.com | 2009-03-20 | 1 | -0/+5 |
* | Pressing the Del key while a item is selected in the autocomplete popup delet... | jcampan@chromium.org | 2009-03-20 | 2 | -0/+7 |
* | Removes all use of COM and dependencies on Windows-specific classes (includin... | klink@chromium.org | 2009-03-20 | 2 | -21/+26 |
* | Eliminate using_webkit.{scons,vsprops} in favor of having WebCommon.h set the | darin@chromium.org | 2009-03-19 | 2 | -11/+10 |
* | Remove code duplicated from webcore and use the common PrintContext facility. | maruel@chromium.org | 2009-03-19 | 3 | -116/+55 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 5 | -24/+23 |
* | Uses FFmpeg in chrome/renderer | hclam@chromium.org | 2009-03-19 | 1 | -0/+8 |
* | Pre-upstream style changes: rename enableWebWorkers to setIsWebWorkersEnabled... | dimich@google.com | 2009-03-19 | 1 | -1/+1 |
* | Fix no-op DCHECK | agl@chromium.org | 2009-03-18 | 1 | -1/+1 |
* | Check return value of SharedMemory::Create | agl@chromium.org | 2009-03-18 | 1 | -3/+3 |
* | Review URL: http://codereview.chromium.org/42288 | georged@chromium.org | 2009-03-18 | 2 | -25/+43 |
* | Reland the changes to use command line switch to turn on worker feature. | jianli@chromium.org | 2009-03-18 | 1 | -0/+4 |
* | Reverting 11953. | hbono@chromium.org | 2009-03-18 | 4 | -59/+0 |
* | A tricky fix for Issue 1845. | hbono@chromium.org | 2009-03-18 | 4 | -0/+59 |
* | Fix a bug in WebMediaPlayerDelegateImpl that stalls video playback | hclam@chromium.org | 2009-03-17 | 1 | -8/+8 |
* | Revert tree bustage cause by r11904. | hclam@chromium.org | 2009-03-17 | 1 | -7/+8 |
* | andrew's patch | hclam@chromium.org | 2009-03-17 | 1 | -8/+7 |
* | Revert "Enable building worker and use command line switch to turn on ..." | agl@chromium.org | 2009-03-17 | 1 | -4/+0 |
* | Enable building worker and use command line switch to turn on this feature. | jianli@chromium.org | 2009-03-17 | 1 | -0/+4 |
* | Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code. | yurys@google.com | 2009-03-17 | 11 | -49/+49 |
* | SSLPolicy Fix: Step 3. | abarth@chromium.org | 2009-03-17 | 2 | -4/+7 |
* | SSL Fix: Step 4. | abarth@chromium.org | 2009-03-17 | 1 | -1/+3 |