| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Initial Geolocation implementation | bulach@chromium.org | 2010-02-18 | 1 | -0/+2 |
* | Implement FormManager, a class that manages forms in a RenderView. | jhawkins@chromium.org | 2010-02-05 | 1 | -0/+2 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 1 | -1/+1 |
* | Refactor Pepper device API | neb@chromium.org | 2010-01-25 | 1 | -0/+2 |
* | Reland r36541 (which went in without any commit log by some magic). Was rever... | jshin@chromium.org | 2010-01-19 | 1 | -4/+2 |
* | Revert 36541 (which went in without any commit log by some black magic). | jshin@chromium.org | 2010-01-19 | 1 | -2/+4 |
* | Review URL: http://codereview.chromium.org/545123 | jshin@chromium.org | 2010-01-19 | 1 | -4/+2 |
* | This CL contains the back-end implementation of the translate feature. It add... | jcampan@chromium.org | 2010-01-14 | 1 | -0/+5 |
* | Moving the CLD code to the renderer so it runs sanboxed. | jcampan@chromium.org | 2010-01-12 | 1 | -0/+4 |
* | linux: implement gpu plugin | piman@chromium.org | 2010-01-06 | 1 | -4/+6 |
* | Revert 35509 - linux: implement gpu plugin | piman@chromium.org | 2010-01-05 | 1 | -6/+4 |
* | linux: implement gpu plugin | piman@chromium.org | 2010-01-05 | 1 | -4/+6 |