| Commit message (Expand) | Author | Age | Files | Lines |
* | Yet another try at submitting http://codereview.chromium.org/3397030/show. | ericu@google.com | 2010-09-30 | 1 | -0/+6 |
* | Revert 60981 - Resubmitting http://codereview.chromium.org/3397030 with the n... | ericu@google.com | 2010-09-29 | 1 | -6/+0 |
* | Resubmitting http://codereview.chromium.org/3397030 with the needed one-line ... | ericu@google.com | 2010-09-29 | 1 | -0/+6 |
* | Revert 60964 - This adds WebFileWriterImpl, which implements WebFileWriter an... | sky@chromium.org | 2010-09-29 | 1 | -6/+0 |
* | This adds WebFileWriterImpl, which implements WebFileWriter and AsyncFileWrit... | ericu@google.com | 2010-09-29 | 1 | -0/+6 |
* | Enable/Disable Spdy in benchmarking. | lzheng@chromium.org | 2010-08-19 | 1 | -0/+3 |
* | Remove wstring-ness from some more locale variables. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Remove some wstrings used in ui_test.cc. | evan@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Pepper v2 Font API browser implementation. | jam@chromium.org | 2010-07-09 | 1 | -0/+20 |
* | Implement new Chromium IPCs for copying/dragging. | dcheng@chromium.org | 2010-07-07 | 1 | -1/+15 |
* | Show a warning message if the cache might not be cleared between runs. | mlloyd@chromium.org | 2010-07-02 | 1 | -0/+3 |
* | Revert 51042 - Show a warning message if the cache might not be cleared corre... | sky@chromium.org | 2010-06-28 | 1 | -3/+0 |
* | Show a warning message if the cache might not be cleared correctly between runs. | mlloyd@chromium.org | 2010-06-28 | 1 | -0/+3 |
* | Fix files with svn:executable permissions. | thestig@chromium.org | 2010-06-23 | 1 | -0/+0 |
* | Actually clear the disk cache, and keep it enabled, between benchmark runs. | mlloyd@chromium.org | 2010-06-05 | 1 | -0/+3 |
* | Refactor FileVersionInfo into an interface with platform implementations. | tony@chromium.org | 2010-04-14 | 1 | -0/+3 |
* | Implement layoutTestController.numberOfPages. | hamaji@chromium.org | 2010-02-17 | 1 | -0/+5 |
* | Add pageNumberForElementById for chromium. | hamaji@chromium.org | 2010-02-06 | 1 | -0/+6 |
* | Rename CloseIdleConnections -> CloseCurrentConnections. | mbelshe@chromium.org | 2010-01-14 | 1 | -2/+2 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Chrome changes to extract the code from V8Proxy that special-cases | darin@chromium.org | 2009-11-03 | 1 | -8/+0 |
* | Add layoutTestController.counterValueForElementById | hamaji@chromium.org | 2009-10-30 | 1 | -0/+6 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -2/+2 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -1/+1 |
* | Enable <video> using cache | hclam@chromium.org | 2009-09-30 | 1 | -0/+5 |
* | Revert r27589 that broke the tree | hclam@chromium.org | 2009-09-30 | 1 | -5/+0 |
* | <video> use cache if --enable-byte-range-support is present | hclam@chromium.org | 2009-09-30 | 1 | -0/+5 |
* | Allow <audio> to work in extension | hclam@chromium.org | 2009-09-21 | 1 | -0/+4 |
* | Add histograms for tab count, RenderProcessHost count, and the number of | brettw@chromium.org | 2009-09-21 | 1 | -0/+5 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -2/+5 |
* | Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e... | japhet@chromium.org | 2009-09-08 | 1 | -4/+5 |
* | Refactor DOM storage to be more object oriented. All the DOMStorageDispatche... | jorlow@chromium.org | 2009-09-08 | 1 | -0/+2 |
* | Uses FilePath instead of std::wstring in webkit_glue::GetApplicationDirectory. | avi@google.com | 2009-08-27 | 1 | -2/+2 |
* | Change WebCanvas to be a CGContext on Mac. | darin@chromium.org | 2009-08-19 | 1 | -1/+9 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-15 | 1 | -1/+1 |
* | Reverting 23420. It caused a reliability regression. | maruel@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -5/+5 |
* | Add an extension to expose some primitives to JS for doing | mbelshe@google.com | 2009-06-05 | 1 | -0/+6 |
* | Header cleanup in webkit/glue | phajdan.jr@chromium.org | 2009-06-01 | 1 | -2/+1 |
* | Move WebMediaPlayerClientImpl files to WebKit API src location. | darin@chromium.org | 2009-05-18 | 1 | -8/+0 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 1 | -3/+4 |
* | Switch to using WebDragData in WebView and WebViewDelegate. | darin@chromium.org | 2009-04-07 | 1 | -1/+2 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 1 | -9/+0 |
* | Fixes bug where first login attempt to hotmail after session restore | sky@chromium.org | 2009-03-26 | 1 | -0/+3 |
* | Implement WebSandboxSupport. | darin@chromium.org | 2009-03-12 | 1 | -5/+0 |
* | This changes the base clipboard class, as accomplishing paste requires that C... | avi@chromium.org | 2009-03-10 | 1 | -1/+1 |
* | Reland r11118. | darin@chromium.org | 2009-03-06 | 1 | -38/+0 |
* | Revert r11118 :( | darin@chromium.org | 2009-03-06 | 1 | -0/+38 |
* | More WebKit API action (chromium side) | darin@chromium.org | 2009-03-06 | 1 | -38/+0 |