| Commit message (Expand) | Author | Age | Files | Lines |
* | Chromium plumbing for Device Orientation. | hans@chromium.org | 2010-08-11 | 1 | -0/+2 |
* | Implements initial plumbing for IDBCursor. | bulach@chromium.org | 2010-08-11 | 1 | -0/+2 |
* | 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ... | jiesun@google.com | 2010-08-10 | 1 | -0/+7 |
* | Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code. | ananta@chromium.org | 2010-08-09 | 1 | -7/+0 |
* | Special thanks for in-ming cheng's MFT hardware decodering code. | jiesun@google.com | 2010-08-09 | 1 | -0/+7 |
* | Adds chromium side plumbing to pass speech input calls back and forth with We... | satish@chromium.org | 2010-08-04 | 1 | -0/+2 |
* | Rename IndexedDatabase to IDBFactory to match the spec | andreip@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Add an extractor for DOM features to be used for client side phishing detection. | bryner@chromium.org | 2010-07-29 | 1 | -0/+2 |
* | This CL creates a new class AutofillHelper that factors out the autofill rela... | jcivelli@google.com | 2010-07-22 | 1 | -0/+2 |
* | Add click-to-load functionality for blocked plugins. | bauerb@chromium.org | 2010-07-19 | 1 | -0/+2 |
* | First step in moving the password autocomplete code from the WebKit API | jcivelli@google.com | 2010-07-14 | 1 | -0/+2 |
* | Add URL-based features for client-side phishing detection. | bryner@chromium.org | 2010-07-09 | 1 | -0/+4 |
* | Rename Dns prefetching files to Predictor files | jar@chromium.org | 2010-06-27 | 1 | -4/+4 |
* | Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks. | andreip@chromium.org | 2010-06-09 | 1 | -0/+2 |
* | Add IDBIndex support + various cleanup. | jorlow@chromium.org | 2010-06-03 | 1 | -0/+2 |
* | Add ppapi plugins to about:plugins | darin@chromium.org | 2010-05-28 | 1 | -2/+0 |
* | Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the | jorlow@chromium.org | 2010-05-14 | 1 | -0/+6 |
* | Add support for registering new-style pepper plugins on the command line. | darin@chromium.org | 2010-05-14 | 1 | -0/+2 |
* | Remove webkit_support_in_chromium.gyp and use webkit_support.gyp | tony@chromium.org | 2010-05-14 | 1 | -2/+2 |
* | Add code to engage new Pepper API behind a preprocessor macro. | darin@chromium.org | 2010-05-13 | 1 | -0/+2 |
* | Make it possible to build DRT in a chromium checkout. | tony@chromium.org | 2010-05-12 | 1 | -2/+2 |
* | Update the Pepper scrollbar widget to use the new WebKit Scrollbar interface. | jam@chromium.org | 2010-05-12 | 1 | -3/+0 |
* | Add new widget API to Pepper to replace the old theming API. The implementat... | jam@chromium.org | 2010-05-07 | 1 | -0/+7 |
* | Moved everything in browser/sync/net to common/net. | akalin@chromium.org | 2010-05-06 | 1 | -0/+1 |
* | Remove svn:executable property from more files that don't need it. | thestig@chromium.org | 2010-04-27 | 1 | -0/+0 |
* | Adding the chromium implementation of the GLES2context class which | vangelis@chromium.org | 2010-04-22 | 1 | -0/+2 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 1 | -0/+2 |
* | Changing the translate back-end to use the Google Translate element. | jcivelli@google.com | 2010-04-06 | 1 | -5/+2 |
* | Eliminate WebCore include paths when compiling Chromium code. | darin@chromium.org | 2010-04-03 | 1 | -3/+1 |
* | Changes to the Browser to support Database access from Workers. | ericu@google.com | 2010-04-02 | 1 | -5/+3 |
* | Landing http://codereview.chromium.org/1084017: | glider@chromium.org | 2010-04-01 | 1 | -1/+3 |
* | Added command buffer implementation of WebGL which runs in the sandbox. | kbr@google.com | 2010-03-27 | 1 | -0/+2 |
* | Add support for interacting with the DOM in browser_tests. | kkania@chromium.org | 2010-03-18 | 1 | -0/+2 |
* | Add the descriptor support needed for Pepper in a way that does | sehr@google.com | 2010-03-17 | 1 | -0/+1 |
* | Revert 41789 - Add support for DOM interaction in browser tests via C++. | kkania@chromium.org | 2010-03-17 | 1 | -2/+0 |
* | Add support for DOM interaction in browser tests via C++. | kkania@chromium.org | 2010-03-17 | 1 | -0/+2 |
* | Enable TCMalloc on Linux by default. | willchan@chromium.org | 2010-03-12 | 1 | -0/+8 |
* | Move wtl from chrome/third_party to third_party/. This | tony@chromium.org | 2010-03-09 | 1 | -1/+1 |
* | BSD port: Another chunk of chrome/ ifdef changes | pvalchev@google.com | 2010-03-09 | 1 | -0/+6 |
* | GGL library is a variant of the WGL, EGL and PGL libraries. | apatrick@chromium.org | 2010-03-08 | 1 | -0/+5 |
* | Make the pepper 2D flush callback actually function as advertised. It will now | brettw@chromium.org | 2010-03-06 | 1 | -1/+2 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 1 | -0/+2 |
* | Revert 40490 - Make the pepper 2D flush callback actually function as adverti... | brettw@chromium.org | 2010-03-03 | 1 | -2/+1 |
* | Make the pepper 2D flush callback actually function as advertised. It will now | brettw@chromium.org | 2010-03-03 | 1 | -1/+2 |
* | Initial work for cross-process video rendering using layers. | scherkus@chromium.org | 2010-02-26 | 1 | -0/+2 |
* | 64-bit Windows support for NaCl: update NaCl revision in Chrome, enable the 6... | gregoryd@google.com | 2010-02-25 | 1 | -0/+5 |
* | Implement WebCookieJar. | darin@chromium.org | 2010-02-25 | 1 | -0/+2 |
* | Only pump messages during a cookie query if it results in a user prompt. | darin@chromium.org | 2010-02-24 | 1 | -0/+2 |
* | Second try for: | bulach@chromium.org | 2010-02-19 | 1 | -0/+2 |
* | Revert 39366 - Initial Geolocation implementation | bulach@chromium.org | 2010-02-18 | 1 | -2/+0 |