| Commit message (Expand) | Author | Age | Files | Lines |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+1 |
* | Defer window.close(), resizeTo() and moveTo() actions | mbelshe@google.com | 2009-05-09 | 3 | -3/+59 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+0 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Linux: make PRIMARY clipboard act on focused webkit frame rather than main fr... | estade@chromium.org | 2009-05-08 | 1 | -3/+5 |
* | DevTools: Activate inspector window on break / exception. | pfeldman@chromium.org | 2009-05-08 | 2 | -0/+5 |
* | Retry of enabling video on linux. See related review: http://codereview.chro... | ajwong@chromium.org | 2009-05-08 | 2 | -14/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Use ifdef to take away the paint method for media player from mac | hclam@chromium.org | 2009-05-07 | 2 | -0/+6 |
* | TBR=scherkus | hclam@chromium.org | 2009-05-07 | 2 | -2/+1 |
* | Refactor media player to move away from webkit_glue | hclam@chromium.org | 2009-05-07 | 10 | -219/+177 |
* | Popup whitelisting checkpoint. | pkasting@chromium.org | 2009-05-06 | 2 | -6/+6 |
* | Get visual theme support for renderers | cpu@google.com | 2009-05-06 | 1 | -0/+22 |
* | Add an extra colon to make inspector work again. | dglazkov@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 4 | -6/+8 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -2/+2 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Add --simple-data-source which uses simplified media resource loading. | scherkus@chromium.org | 2009-05-06 | 4 | -9/+243 |
* | 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 |