| Commit message (Expand) | Author | Age | Files | Lines |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 4 | -4/+4 |
* | POSIX: Don't allow onunload handlers to hang a renderer forever. | agl@chromium.org | 2009-05-05 | 2 | -0/+32 |
* | Fixes for 10.6 | jeremy@chromium.org | 2009-05-05 | 1 | -0/+3 |
* | Plumb the creator URL for popups up to the browser. We don't yet use this fo... | pkasting@chromium.org | 2009-05-05 | 2 | -3/+9 |
* | BUG=11200 | rafaelw@chromium.org | 2009-05-05 | 9 | -279/+279 |
* | Fix a memory leak that happen on some video files | hclam@chromium.org | 2009-05-05 | 1 | -8/+25 |
* | Revert r15278. More unexpected test failures :( | darin@chromium.org | 2009-05-05 | 2 | -2/+32 |
* | Re-do r15244: Fix crash in ~TestWebViewDelegate caused by | darin@chromium.org | 2009-05-05 | 2 | -32/+2 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 2 | -2/+2 |
* | implemented API style/convention changes, including: | rafaelw@chromium.org | 2009-05-05 | 3 | -86/+262 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 9 | -9/+9 |
* | Hook up full-page zoom menu items and fix that zoomed controls don't draw. | thakis@chromium.org | 2009-05-05 | 1 | -1/+36 |
* | Various trivial clean-up bits: | pkasting@chromium.org | 2009-05-05 | 2 | -8/+4 |
* | Fix bug 9812: Remove current RSS code in favor of new more generalized | finnur@chromium.org | 2009-05-04 | 2 | -11/+0 |
* | Revert r15244. Failed tests :( | darin@chromium.org | 2009-05-04 | 2 | -2/+32 |
* | Eliminate webkit/glue/webhistoryitem* in favor of adding a | darin@chromium.org | 2009-05-04 | 2 | -32/+2 |
* | Revert bug fix because interactive_ui_tests are failing. | mbelshe@google.com | 2009-05-04 | 2 | -28/+3 |
* | Deprecate wstring version of PathService::Get() in unit tests. | thestig@chromium.org | 2009-05-04 | 1 | -3/+3 |
* | Defer window.close(), window.resizeTo(), and window.moveTo() | mbelshe@google.com | 2009-05-04 | 2 | -3/+28 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 2 | -2/+2 |
* | Fix more paint bugs in the transparent renderview code. | aa@chromium.org | 2009-05-02 | 1 | -11/+4 |
* | Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind... | ajwong@chromium.org | 2009-05-01 | 2 | -0/+12 |
* | Enable video in posix builds and remove unneeded ifdefs to guard windows. | ajwong@chromium.org | 2009-05-01 | 2 | -12/+0 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 2 | -2/+5 |
* | This is the first part of the PageAction implementation. More work is require... | finnur@chromium.org | 2009-05-01 | 3 | -13/+45 |
* | Run workers in separate processes. | jam@chromium.org | 2009-05-01 | 3 | -14/+16 |
* | Pass down the opener tab when a message channel is opened to an extension. | mpcomplete@google.com | 2009-05-01 | 12 | -32/+72 |
* | Revert "POSIX: Don't allow onunload handlers to hang a renderer forever." | agl@chromium.org | 2009-05-01 | 2 | -32/+0 |
* | Measure IPC latency for audio | hclam@chromium.org | 2009-05-01 | 2 | -2/+37 |
* | Replace window.external with a v8::extension. | mbelshe@google.com | 2009-05-01 | 8 | -77/+87 |
* | Only send events to renderers that are listening to an event.Notify browser w... | erikkay@google.com | 2009-05-01 | 2 | -3/+52 |
* | POSIX: Don't allow onunload handlers to hang a renderer forever. | agl@chromium.org | 2009-05-01 | 2 | -0/+32 |
* | Remove COM initialization from renderer | cpu@google.com | 2009-04-30 | 1 | -4/+2 |
* | Implement removeWindow, onWindowCreated, onWindowRemoved. | rafaelw@chromium.org | 2009-04-30 | 2 | -7/+33 |
* | Second attempt at cleaning up handling of --disable-popup-blocking. I didn't... | pkasting@chromium.org | 2009-04-29 | 2 | -23/+2 |
* | more extensions bookmarks changes:* add schema verification* add unit tests f... | erikkay@google.com | 2009-04-29 | 3 | -72/+170 |
* | Revert "Instead of passing down a switch to the renderer, storing a member, e... | evan@chromium.org | 2009-04-29 | 2 | -2/+23 |
* | Instead of passing down a switch to the renderer, storing a member, etc., jus... | pkasting@chromium.org | 2009-04-29 | 2 | -23/+2 |
* | Add a few extra error messages to help catch typos in schemas. | erikkay@google.com | 2009-04-29 | 1 | -2/+11 |
* | Buffered data source that does range request to provide data to media pipeline | hclam@chromium.org | 2009-04-29 | 4 | -1/+872 |
* | Finished implementing seeking in WebMediaPlayerDelegateImpl. | scherkus@chromium.org | 2009-04-29 | 3 | -4/+19 |
* | plugins: Some obvious ifdef removals (code that previously wouldn't link). | evan@chromium.org | 2009-04-28 | 1 | -8/+0 |
* | Should handle the events when no printer is detected on local | maruel@chromium.org | 2009-04-28 | 1 | -0/+9 |
* | Synchronously update the loading state when a load starts so that the UI will | brettw@chromium.org | 2009-04-28 | 1 | -2/+2 |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 1 | -0/+20 |
* | linux: turn on no-op plugins code. | evan@chromium.org | 2009-04-27 | 1 | -1/+3 |
* | linux: make --single-process mean in-process renderer. | evan@chromium.org | 2009-04-27 | 1 | -0/+8 |
* | Adds --no-audio, which replaces the audio IPC layer with a mock audio device. | scherkus@chromium.org | 2009-04-27 | 1 | -5/+13 |
* | Fix sudden termination after the latest WebKit merge. | jam@chromium.org | 2009-04-25 | 4 | -10/+7 |
* | Implement HTML selects as native Cocoa controls for Chrome. | paul@chromium.org | 2009-04-24 | 1 | -3/+8 |