| Commit message (Expand) | Author | Age | Files | Lines |
* | mole API - take 2 | erikkay@chromium.org | 2009-08-04 | 2 | -1/+42 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-08-04 | 2 | -4/+10 |
* | Cross-process Message Port implementation. | jam@chromium.org | 2009-08-04 | 2 | -0/+7 |
* | Delay loading of ExtensionHosts until the background page is ready. | mpcomplete@chromium.org | 2009-08-03 | 1 | -1/+8 |
* | Move alternate error page loading out of WebFrame. | darin@chromium.org | 2009-08-02 | 3 | -34/+105 |
* | Add renderer histograms for late binding of sockets. | willchan@chromium.org | 2009-08-02 | 1 | -0/+22 |
* | Rolling back change 22245. | chrome-bot@google.com | 2009-08-02 | 2 | -42/+1 |
* | mole expand/collapse API, callable from a toolstrip for manual operation | erikkay@chromium.org | 2009-08-01 | 2 | -1/+42 |
* | Replace the guts of AudioRendererBase with calls to scaling algorithm. | kylep@chromium.org | 2009-08-01 | 2 | -13/+7 |
* | Replace WebPluginDelegateProxy::BackgroundChanged NOTIMPLEMENTED with a bug c... | stuartmorgan@google.com | 2009-07-31 | 1 | -2/+5 |
* | Fix Mac plugin background snapshots | stuartmorgan@google.com | 2009-07-31 | 1 | -0/+5 |
* | Fix a crash that was caused by a NULL entry in the PendingRequestMap. | mpcomplete@chromium.org | 2009-07-30 | 1 | -5/+7 |
* | Enable the V8 binding's StringImpl cache for renderer processes. | darin@chromium.org | 2009-07-30 | 1 | -0/+2 |
* | Reverting 22041 as it caused plugin crashes in reliability test runs. | ananta@chromium.org | 2009-07-30 | 1 | -2/+4 |
* | Add a WebKit API that registers a V8 extension to be loaded into content | mpcomplete@chromium.org | 2009-07-30 | 7 | -19/+52 |
* | Fixing the description of printing related string translation. | evan@chromium.org | 2009-07-30 | 1 | -1/+1 |
* | Fix the sad tab so that it draws right-side-up on the Mac | stuartmorgan@google.com | 2009-07-30 | 1 | -0/+5 |
* | Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change. | abarth@chromium.org | 2009-07-30 | 1 | -2/+2 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-07-30 | 1 | -4/+2 |
* | linux: fix plugins crash: 0 is a valid shm handle. | piman@chromium.org | 2009-07-30 | 1 | -3/+3 |
* | Continue eliminating direct NPN_ function calls that go from Chromium code to... | jorlow@chromium.org | 2009-07-30 | 2 | -16/+20 |
* | Update the Mac plugin dummy window code for the new coordinate system. | stuartmorgan@google.com | 2009-07-29 | 1 | -4/+5 |
* | This CL fixes issue 17468: Regression: Directionality marks should not be ins... | xji@chromium.org | 2009-07-29 | 2 | -3/+8 |
* | Fixes an audio playback regression caused by seeking in audio/video media. | scherkus@chromium.org | 2009-07-29 | 1 | -1/+1 |
* | Assorted fixes for 64-bit. | deanm@chromium.org | 2009-07-28 | 1 | -1/+1 |
* | Reenable use of ExecuteScriptInNewWorld. | mpcomplete@chromium.org | 2009-07-28 | 1 | -4/+1 |
* | Remove *.vsprops files that are no longer referenced (or only have | sgk@google.com | 2009-07-28 | 1 | -12/+0 |
* | Remove a comment that doesn't make any sense. | evan@chromium.org | 2009-07-28 | 1 | -3/+2 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 2 | -6/+28 |
* | Adding HTML5 DB support to Chromium: Chromium changes | dumi@chromium.org | 2009-07-27 | 4 | -0/+67 |
* | Pull out synchronous extension apis to extensions_api.json, add custom handli... | rafaelw@chromium.org | 2009-07-27 | 2 | -55/+74 |
* | Fix partial plugin invalidate repainting on Mac. | stuartmorgan@google.com | 2009-07-27 | 1 | -1/+16 |
* | Fix port disconnect so that it's refcounted. This fixes a bug where a channel | mpcomplete@chromium.org | 2009-07-27 | 3 | -3/+49 |
* | Revert r21548 and r21559 due to crash spike. | huanr@chromium.org | 2009-07-25 | 1 | -2/+4 |
* | Move setlocale() to zygote_main_linux to make sure that it's called | jshin@chromium.org | 2009-07-24 | 1 | -3/+0 |
* | Refactor blits to be more cross-platform. | piman@chromium.org | 2009-07-24 | 1 | -98/+8 |
* | The IPCs for carrying data requested by plugins have been changed from synchr... | ananta@chromium.org | 2009-07-24 | 1 | -4/+2 |
* | Fix a race condition where rapid back/forward clicks could close a tab | brettw@chromium.org | 2009-07-24 | 2 | -7/+6 |
* | Move parts of npruntime into the WebKit API so it no longer has any dependenc... | jorlow@chromium.org | 2009-07-24 | 1 | -2/+4 |
* | Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem... | rafaelw@chromium.org | 2009-07-24 | 3 | -49/+23 |
* | The final CL for plumbing DOM Storage. | jorlow@chromium.org | 2009-07-24 | 6 | -0/+367 |
* | Linux: splice together RendererPreferences and SkFontHost | agl@chromium.org | 2009-07-24 | 3 | -3/+101 |
* | Another try at enabling the content script messaging test. | mpcomplete@chromium.org | 2009-07-24 | 1 | -12/+13 |
* | Allow the browser to send actions back to the render for media element contex... | ajwong@chromium.org | 2009-07-23 | 2 | -3/+17 |
* | Unrevert 21355 because the revert might be causing the | nsylvain@chromium.org | 2009-07-23 | 11 | -151/+72 |
* | Revert 21355 because it might be causing all the new | nsylvain@chromium.org | 2009-07-23 | 11 | -72/+151 |
* | Add a correct include for the IPC switches. | brettw@chromium.org | 2009-07-23 | 1 | -0/+1 |
* | DevTools: Change js flags apply order: first ours, then from command line. | mnaganov@chromium.org | 2009-07-23 | 1 | -6/+6 |
* | Call setlocale(LC_ALL, "") in a renderer process for subsequent calls to | jshin@chromium.org | 2009-07-23 | 1 | -0/+3 |
* | Switch the first thread in a child process to be the main thread, and make th... | jam@chromium.org | 2009-07-23 | 11 | -151/+72 |