| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing the IsHungAppWindow DCHECK as it does not seem to be indicating | ananta@chromium.org | 2008-12-03 | 1 | -1/+0 |
* | Split the cross-platform part of skia_utils_win into skia_utils. Use this new | brettw@google.com | 2008-12-03 | 3 | -14/+6 |
* | Move base/gfx/skia_util to skia/ext/skia_util_win. | brettw@google.com | 2008-12-03 | 13 | -13/+13 |
* | Fixes bug in window positioning that resulted in positioning | sky@google.com | 2008-12-03 | 1 | -4/+8 |
* | The onbeforeunload event could be sent more than once to a page. | jcampan@chromium.org | 2008-12-03 | 3 | -27/+29 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 7 | -7/+7 |
* | add a few files that now compile | pinkerton@google.com | 2008-12-03 | 1 | -5/+5 |
* | Encapsulate https server creation a bit more in preparation for getting the | dkegel@google.com | 2008-12-03 | 1 | -44/+31 |
* | Copy of http://codereview.chromium.org/13003 created by yury.semikhatsky@gmai... | sgjesse@chromium.org | 2008-12-03 | 15 | -89/+391 |
* | Roll back this change. | ben@chromium.org | 2008-12-03 | 3 | -16/+11 |
* | Remove old infobar code from the SCons build. | sgk@google.com | 2008-12-03 | 2 | -6/+0 |
* | RootView should be destroyed in WM_NCDESTROY not after it. | ben@chromium.org | 2008-12-03 | 3 | -11/+16 |
* | Tear out all the old infobar code. | ben@chromium.org | 2008-12-03 | 23 | -1231/+5 |
* | Convert Alternate NavURL Fetcher to use the new infobar framework. | ben@chromium.org | 2008-12-03 | 10 | -49/+275 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 22 | -57/+69 |
* | Updated the design document URLs for ResourceDispatcher and ResourceDispatche... | scherkus@chromium.org | 2008-12-03 | 4 | -4/+4 |
* | Make WordIterator and Snippet::MatchPositions use size_t instead of int for o... | pkasting@chromium.org | 2008-12-03 | 7 | -60/+59 |
* | Fix issue 4829: No file extensions listed when saving images | finnur@google.com | 2008-12-03 | 5 | -43/+85 |
* | Add a note about a test that's expected to fail if you're not running crash_s... | pkasting@chromium.org | 2008-12-03 | 3 | -5/+12 |
* | Fixes context menu behavior of table view. In particular when running | sky@google.com | 2008-12-02 | 2 | -18/+43 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 22 | -69/+57 |
* | add more files to mac chrome project, build a few more tests. Fix typo in sco... | pinkerton@google.com | 2008-12-02 | 3 | -25/+54 |
* | Change a DCHECK to CHECK to help debug a crash in | wtc@google.com | 2008-12-02 | 1 | -1/+1 |
* | Adding more space between dialog contents and the buttons. For XP Classic theme | ben@chromium.org | 2008-12-02 | 1 | -1/+1 |
* | Fix a comment. This was brought up by Ojan in a review for my previous patch,... | brettw@google.com | 2008-12-02 | 1 | -2/+0 |
* | Revert r6233, need to move the cert, there is a policy against | dkegel@google.com | 2008-12-02 | 1 | -0/+2 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 3 | -15/+2 |
* | Remove the URL and title from the state getting functions and IPC messages. | brettw@google.com | 2008-12-02 | 7 | -47/+10 |
* | Try to reland the ipc code to see if the tests | nsylvain@chromium.org | 2008-12-02 | 10 | -71/+317 |
* | Introduce Extension class that can serializer and deserialize from Value | aa@chromium.org | 2008-12-02 | 7 | -0/+296 |
* | Fixes and enhancements | sgk@google.com | 2008-12-02 | 2 | -7/+0 |
* | We have a bunch of new ui_tests failures. I want | nsylvain@chromium.org | 2008-12-02 | 10 | -317/+71 |
* | We have a bunch of new ui tests failure that started | nsylvain@chromium.org | 2008-12-02 | 1 | -1/+1 |
* | Fix a crash when hiding the find bar due to a NULL window_delegate_. | ben@chromium.org | 2008-12-02 | 1 | -1/+3 |
* | Convert SSL info bars to use the new system. | ben@chromium.org | 2008-12-02 | 3 | -128/+56 |
* | Add instrumentation to and tighten SDCH implementation | jar@google.com | 2008-12-02 | 1 | -0/+8 |
* | Change a DCHECK to CHECK to help debug a crash in | wtc@google.com | 2008-12-02 | 1 | -1/+1 |
* | Don't close tabs on middle-click when the release happens off the tab. Patch... | pkasting@chromium.org | 2008-12-01 | 1 | -1/+5 |
* | * Add ipc_tests unittest target to xcode project. | jeremy@chromium.org | 2008-12-01 | 10 | -71/+317 |
* | Fix issue 4898: File extension wrong for saved files | finnur@google.com | 2008-12-01 | 1 | -0/+1 |
* | <esc> in the AutocompleteEdit should select all the text when reverting to th... | pkasting@chromium.org | 2008-12-01 | 2 | -27/+36 |
* | Fixes for some trivial issues (remove unneeded constants, int->size_t in a fe... | pkasting@chromium.org | 2008-12-01 | 4 | -8/+5 |
* | Fix window.open()/window.close() regression by disabling window.close() until... | erg@google.com | 2008-12-01 | 10 | -7/+60 |
* | Don't create the default download directory just because we ask for its locat... | pkasting@chromium.org | 2008-12-01 | 1 | -14/+11 |
* | Add a new submenu in the context menu for a text box. This submenu displays s... | sidchat@google.com | 2008-12-01 | 8 | -41/+215 |
* | Add F1 as an accelerator for "Help". Original patch by Alex Mendes da Costa,... | pkasting@chromium.org | 2008-12-01 | 3 | -0/+7 |
* | Revert change 6149 because it broke the unit tests on windows. | nsylvain@chromium.org | 2008-12-01 | 13 | -217/+47 |
* | Landing http://codereview.chromium.org/12502 for sverrir: | sky@google.com | 2008-12-01 | 1 | -8/+15 |
* | browser porting, part 2 - importer | agl@chromium.org | 2008-12-01 | 13 | -47/+217 |
* | Changes filter used when importing in bookmark manager to include | sky@google.com | 2008-12-01 | 1 | -1/+1 |