| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sudden termination after the latest WebKit merge. | jam@chromium.org | 2009-04-25 | 4 | -21/+1 |
* | Use WebWorker and WebWorkerClient from the WebKit API. | darin@chromium.org | 2009-04-24 | 7 | -193/+156 |
* | Clean up cocoa popup menu handling in test_shell. | paul@chromium.org | 2009-04-24 | 2 | -0/+201 |
* | Chrome side of using WebPluginListBuilder. | darin@chromium.org | 2009-04-24 | 10 | -75/+87 |
* | To avoid reauest and response json parsing caller_id is passed as ClientData ... | yurys@google.com | 2009-04-24 | 3 | -119/+49 |
* | Remove unused bits and pieces of #ifdefed code that isn't used. | tim@chromium.org | 2009-04-24 | 2 | -10/+0 |
* | Add transparency support to RenderWidgetHostView. | aa@chromium.org | 2009-04-23 | 4 | -1/+24 |
* | Allow Flash (and other plugins) to be installed without restarting the browse... | jam@chromium.org | 2009-04-23 | 2 | -1/+3 |
* | linux (and some posix): multiprocess plugins compiling. | evan@chromium.org | 2009-04-23 | 1 | -0/+2 |
* | Don't change selection for right click on text area if some texts were alread... | sidchat@google.com | 2009-04-23 | 1 | -5/+10 |
* | Reverting r14043, r14188. The fix that I'm reverting needs to be done, but we... | avi@google.com | 2009-04-23 | 1 | -25/+0 |
* | Review URL: http://codereview.chromium.org/93009 | yurys@google.com | 2009-04-23 | 2 | -2/+2 |
* | This is a follow up to the change:http://codereview.chromium.org/67266 Classe... | yurys@google.com | 2009-04-23 | 2 | -6/+19 |
* | Merge: chromium side [42671:42725] | levin@chromium.org | 2009-04-23 | 1 | -1/+1 |
* | Use the boundary_pos parameter passed to the MultiPartResponseClient::didRece... | ananta@chromium.org | 2009-04-22 | 1 | -4/+3 |
* | Always enable copy-link-address in context menu. | brettw@chromium.org | 2009-04-22 | 1 | -0/+4 |
* | Don't ignore special character input on the Mac. | avi@google.com | 2009-04-22 | 1 | -1/+10 |
* | DevTools: Run nested message loop instead of whitelisting the messages. | pfeldman@chromium.org | 2009-04-22 | 10 | -28/+133 |
* | Provide an override for Webview drop effect. | tc@google.com | 2009-04-22 | 3 | -4/+62 |
* | Use webtextinput to insert text for middle-click paste. | estade@chromium.org | 2009-04-21 | 4 | -26/+6 |
* | Fix hang seen in plugin process because plugin creation ended up having to wa... | jam@chromium.org | 2009-04-21 | 10 | -24/+142 |
* | - Add a new time marker for loadtimes, the time of the first layout | davemoore@chromium.org | 2009-04-21 | 4 | -0/+20 |
* | Unforks AccessibleBase.* and AccessibleDocument.* from pending dir. | klink@chromium.org | 2009-04-21 | 1 | -16/+0 |
* | plugins: move NativeLibrary into base. | evan@chromium.org | 2009-04-21 | 5 | -130/+26 |
* | Don't insert text if key event has ctrl|alt|meta modifiers. | avi@google.com | 2009-04-20 | 1 | -0/+16 |
* | Remove some unused code. Removes a couple of WebViewDelegate methods | darin@chromium.org | 2009-04-18 | 7 | -112/+0 |
* | Fix a couple of style issues. | michaeln@google.com | 2009-04-17 | 4 | -8/+9 |
* | Unfork Inspector, Chromium side. | dglazkov@google.com | 2009-04-17 | 1 | -1/+2 |
* | WebKit Merge 42580:42609, Chromium side. | dglazkov@google.com | 2009-04-17 | 1 | -1/+1 |
* | Rename AllowCrossOriginAccessHack to GrantUniversalAccess, and move the HACK | mpcomplete@google.com | 2009-04-17 | 3 | -7/+6 |
* | Fix 10573: Dismissing Find-in page doesn't set focus | finnur@chromium.org | 2009-04-17 | 1 | -4/+2 |
* | DevTools: Make all devtools messages dispatch through debugger interrupt. | pfeldman@chromium.org | 2009-04-17 | 8 | -26/+74 |
* | Fix two nits that arrived after checkin | dkegel@google.com | 2009-04-16 | 1 | -3/+2 |
* | linux: users of glue require GTK in the include path. | evan@chromium.org | 2009-04-16 | 1 | -0/+2 |
* | Fix build break due to incorrect merge, TBR=awalker | jam@chromium.org | 2009-04-16 | 1 | -1/+1 |
* | Ensure we check the page pointer before using it after we come out of NPP_Han... | jam@chromium.org | 2009-04-16 | 5 | -42/+57 |
* | 1. Supported 'lookup' and 'evaluate' requests in the front end. | yurys@google.com | 2009-04-16 | 2 | -19/+247 |
* | Chrome changes to support WebKit API changes. | darin@chromium.org | 2009-04-16 | 4 | -58/+2 |
* | Fix a painting problem observed with windowless flash plugins, when they are ... | ananta@chromium.org | 2009-04-16 | 2 | -19/+8 |
* | Per Mark's request, add back the CPU type on Linux | dkegel@google.com | 2009-04-16 | 1 | -2/+20 |
* | linux: make windowless plugins work again after r12179 regressed it. | evan@chromium.org | 2009-04-15 | 1 | -2/+4 |
* | TBR: Revert "Miscellaneous API sprucing." | aa@chromium.org | 2009-04-15 | 3 | -15/+0 |
* | Miscellaneous API sprucing. | aa@chromium.org | 2009-04-15 | 3 | -0/+15 |
* | Add a hack to enable cross-origin XHR for all pages with a "chrome-extension" | mpcomplete@google.com | 2009-04-15 | 3 | -0/+14 |
* | Fix crash for <audio> | hclam@chromium.org | 2009-04-15 | 1 | -1/+6 |
* | Chromium side of webkit merge 42440:42523. | ericroman@google.com | 2009-04-15 | 1 | -1/+1 |
* | Use Michael Moss's nice user agent code on Linux. | dkegel@google.com | 2009-04-14 | 1 | -25/+45 |
* | v8 uses 0-based line numbering, while in WebKit they are numbered from 1 so w... | yurys@google.com | 2009-04-13 | 1 | -4/+29 |
* | linux: make npapi_test_plugin loadable. | evan@chromium.org | 2009-04-13 | 4 | -11/+86 |
* | Pass a URL with valid protocol to SecurityOrigin::create in order to follow t... | jianli@chromium.org | 2009-04-13 | 1 | -1/+3 |