| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed concatenation of DevTools.js to support large number of source JS files. | mnaganov@chromium.org | 2010-05-14 | 2 | -16/+36 |
* | Land patch for WangXianzhu. See http://codereview.chromium.org/1556005/show f... | jnd@chromium.org | 2010-05-14 | 1 | -5/+18 |
* | Copy textAreaResizeCorner.png to SHARED_INTERMEDIATE_DIR. | tkent@google.com | 2010-05-14 | 1 | -0/+6 |
* | Added support for HTML5 progress element. | tkent@chromium.org | 2010-05-14 | 6 | -15/+83 |
* | Add support for registering new-style pepper plugins on the command line. | darin@chromium.org | 2010-05-14 | 2 | -22/+29 |
* | Remove webkit_support_in_chromium.gyp and use webkit_support.gyp | tony@chromium.org | 2010-05-14 | 4 | -37/+10 |
* | Clean up the last bits of the dirfd parameter that was used by | dumi@chromium.org | 2010-05-14 | 2 | -17/+0 |
* | Do right-alignment of popups when WebKit indicates to do so. | avi@chromium.org | 2010-05-13 | 3 | -6/+28 |
* | Define two new IPC messages to initialize an appcache for a shared worker or ... | michaeln@chromium.org | 2010-05-13 | 2 | -2/+22 |
* | Fix a memory corruption issue (use of scoped_ptr instead of scoped_refptr), and | darin@chromium.org | 2010-05-13 | 3 | -6/+7 |
* | Initialize the singleton CommandLine instance with fixed values. | tkent@google.com | 2010-05-13 | 1 | -0/+13 |
* | Test that serializing a document with an iframe that was downloaded doesn't c... | japhet@chromium.org | 2010-05-12 | 3 | -0/+22 |
* | Http Cache: Add a backend factory class so that the caller | rvargas@google.com | 2010-05-12 | 1 | -10/+9 |
* | Clean up old method signature of WebViewClient::createView. | rafaelw@chromium.org | 2010-05-12 | 2 | -9/+0 |
* | Pass quota parameter to WebStorageNamespace::createSessionStorageNamespace(). | satish@chromium.org | 2010-05-12 | 4 | -5/+10 |
* | Make it possible to build DRT in a chromium checkout. | tony@chromium.org | 2010-05-12 | 5 | -15/+36 |
* | Implement a version of WebPlugin for Pepper to bypass the current NPAPI | brettw@chromium.org | 2010-05-12 | 5 | -248/+201 |
* | Remove the dirfd parameter from all Chromium code. The POSIX VFS | dumi@chromium.org | 2010-05-12 | 9 | -42/+27 |
* | Update NULL rect handling. I updated the API but forgot to change the Chrome | brettw@chromium.org | 2010-05-11 | 1 | -3/+2 |
* | Linux: Blacklist the gecko-mediaplayer plugin. It sometimes hangs/crashes the... | thestig@chromium.org | 2010-05-11 | 1 | -3/+22 |
* | Pull latest ppapi, update rect usage. | brettw@chromium.org | 2010-05-11 | 2 | -10/+8 |
* | Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-11 | 4 | -387/+90 |
* | FTP: fix navigating to files listed under non-ASCII characters | phajdan.jr@chromium.org | 2010-05-11 | 3 | -56/+53 |
* | Apply recent changes of test_shell to webkit_support. | tkent@google.com | 2010-05-11 | 7 | -14/+104 |
* | Linux: fix compilation error with gcc 4.5. | craig.schlenter@chromium.org | 2010-05-11 | 2 | -3/+3 |
* | Revert 46876 - Pull latest ppapi, update rect usage. | willchan@chromium.org | 2010-05-11 | 2 | -8/+10 |
* | Pull latest ppapi, update rect usage. | brettw@chromium.org | 2010-05-10 | 2 | -10/+8 |
* | Cleanup: Add a bunch of missing includes. | thestig@chromium.org | 2010-05-10 | 2 | -2/+4 |
* | Revert 46842 - Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-10 | 4 | -90/+387 |
* | Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-10 | 4 | -387/+90 |
* | Stub implementation for allowDatabase callback for workers. | jochen@chromium.org | 2010-05-10 | 1 | -0/+7 |
* | Remove a dependency on upstream WebKit. webkit/glue doesn't | tony@chromium.org | 2010-05-10 | 1 | -1/+2 |
* | Partially implement the new pepper API in Chrome. This is not actually hooked | brettw@chromium.org | 2010-05-07 | 20 | -0/+1736 |
* | Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders(). | willchan@chromium.org | 2010-05-07 | 2 | -9/+11 |
* | Remove the obsolete JRI bits from the NPAPI headers | stuartmorgan@chromium.org | 2010-05-07 | 1 | -6/+1 |
* | Switch over to non-deprecated methods. | darin@chromium.org | 2010-05-07 | 2 | -5/+5 |
* | Add new widget API to Pepper to replace the old theming API. The implementat... | jam@chromium.org | 2010-05-07 | 3 | -38/+10 |
* | Add resource loading and resource retrieval code for Mac. | tkent@google.com | 2010-05-07 | 4 | -3/+148 |
* | Remove/update a bunch of references to the Google-internal bug tracker. | evan@chromium.org | 2010-05-07 | 1 | -1/+2 |
* | Revert 46567 - Reimplement accessibility of web content by caching the entire | zork@chromium.org | 2010-05-07 | 4 | -90/+387 |
* | Add Chromium side implementation for WebFileSystem interface in WebKit. | jianli@chromium.org | 2010-05-06 | 6 | -96/+220 |
* | Use net::HttpRequestHeaders instead of std::string in URLRequest and friends. | willchan@chromium.org | 2010-05-06 | 1 | -18/+12 |
* | Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 | evan@chromium.org | 2010-05-06 | 2 | -4/+4 |
* | Always use NSS for SSL in test_shell.exe on Windows. | wtc@chromium.org | 2010-05-06 | 1 | -0/+15 |
* | Rename some other occurrences of deperecated methods. | antonm@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-06 | 4 | -387/+90 |
* | Implement SetCacheMode and CloseCurrentConnections in webkit_support. | jochen@chromium.org | 2010-05-06 | 1 | -0/+6 |
* | Update Mac plugins for SetFocus changes, and remove old workaround messages | stuartmorgan@chromium.org | 2010-05-05 | 6 | -92/+71 |
* | Switch over to non-deprecated WebKit APIs and delete client methods that are no | darin@chromium.org | 2010-05-05 | 6 | -17/+12 |
* | Add support for RTL and replace ID to the test shell notification presenter, | johnnyg@chromium.org | 2010-05-05 | 2 | -1/+17 |