| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix clipping by using the correct window styles for native buttons. | ben@chromium.org | 2009-03-27 | 5 | -39/+40 |
* | Fix issues with DOM UI that cause focus to not be set to the URL bar and the | brettw@chromium.org | 2009-03-27 | 3 | -153/+200 |
* | Default native button were not activated anymore when enter was pressed. | jcampan@chromium.org | 2009-03-27 | 5 | -30/+160 |
* | Disable about:network for official builds since it's buggy. | brettw@chromium.org | 2009-03-27 | 1 | -1/+3 |
* | Fix downloads RTL Bustage | glen@chromium.org | 2009-03-27 | 1 | -0/+7 |
* | Fix interactive_ui_tests failures by temporarily allowing direct dns lookup. | phajdan.jr@chromium.org | 2009-03-27 | 1 | -1/+12 |
* | Add date information to the downloads page. | glen@chromium.org | 2009-03-27 | 2 | -4/+54 |
* | Forgot a file in last checkin. | pinkerton@chromium.org | 2009-03-27 | 1 | -0/+14 |
* | Hook up close button in tabs. Patch from rohitrao@google.com. | pinkerton@chromium.org | 2009-03-27 | 9 | -54/+121 |
* | Don't order the bubble window front; it shows up just fine. | avi@google.com | 2009-03-27 | 1 | -1/+0 |
* | Build real ui_tests on Mac | phajdan.jr@chromium.org | 2009-03-27 | 1 | -7/+22 |
* | Prevent making real DNS lookups by chrome tests. | phajdan.jr@chromium.org | 2009-03-27 | 4 | -5/+67 |
* | We need to set the clipping region of the HDC passed in to a windowless flash... | ananta@chromium.org | 2009-03-27 | 1 | -0/+7 |
* | CreateNewWindowInternal and ShowCreatedWindowInternal aren't actually platfor... | avi@google.com | 2009-03-27 | 8 | -131/+36 |
* | DevTools: add support for navigating to other tab while inspecting. | pfeldman@chromium.org | 2009-03-27 | 5 | -35/+130 |
* | 1. Implemented an agent providing RPC interface to v8 debugger of the inspect... | yurys@google.com | 2009-03-27 | 5 | -3/+23 |
* | Automatically remove repository configurations on Linux package uninstall. | mmoss@chromium.org | 2009-03-27 | 2 | -5/+55 |
* | This check in is the initial step to try improve UI | huanr@chromium.org | 2009-03-27 | 7 | -20/+116 |
* | This CL fix issue 5724 - RTL: Windows context menu with Alt+Space Bar should ... | xji@chromium.org | 2009-03-27 | 3 | -4/+8 |
* | This fixes a few GRIT issues: | tc@google.com | 2009-03-27 | 2 | -9/+9 |
* | Fix leaks found by valgrind (which now works on the Mac!) | jrg@chromium.org | 2009-03-27 | 3 | -8/+15 |
* | - Re-enable DOM checker test. | patrick@chromium.org | 2009-03-27 | 2 | -2/+8 |
* | Removes the now unused eula resources | cpu@google.com | 2009-03-27 | 1 | -41/+0 |
* | Gtk download shelf: | estade@chromium.org | 2009-03-26 | 4 | -19/+84 |
* | Lots of files touched for a very simple change. Everywhere we used a const M... | scherkus@chromium.org | 2009-03-26 | 4 | -23/+15 |
* | Modify the save as code to be able to display the new enhanced | nsylvain@chromium.org | 2009-03-26 | 1 | -2/+8 |
* | Change NineBox to render into a GtkWidget. This offers a minor speedup and s... | jhawkins@chromium.org | 2009-03-26 | 8 | -142/+104 |
* | Added logic to get the latest diff installer, full installer, previous full i... | anantha@chromium.org | 2009-03-26 | 5 | -78/+213 |
* | Fix our browser window close path to be more like windows. | tc@google.com | 2009-03-26 | 2 | -8/+38 |
* | More NOTIMPLEMENTEDs into bugs. | evan@chromium.org | 2009-03-26 | 3 | -7/+15 |
* | No gears.dll on non-Windows systems. | evan@chromium.org | 2009-03-26 | 1 | -0/+5 |
* | Fix unintialized variable (only affected unit test). | evan@chromium.org | 2009-03-26 | 1 | -1/+2 |
* | Temporary fix to avoid crash in typing in Omnibox. The crash happens | sky@chromium.org | 2009-03-26 | 2 | -6/+30 |
* | Fix crash when trying to handle keyboard accelerators | tc@google.com | 2009-03-26 | 1 | -3/+15 |
* | Disable DomCheckerTest.Http. TBR=nsylvain | dimich@google.com | 2009-03-26 | 1 | -2/+2 |
* | Fix/punt on a bunch of NOTIMPLEMENTEDs. | evan@chromium.org | 2009-03-26 | 5 | -10/+20 |
* | Temporarily work around a hang in unimplemented drag and drop. | evan@chromium.org | 2009-03-26 | 2 | -0/+14 |
* | Make it more obvious when our backing store has failed us. | evan@chromium.org | 2009-03-26 | 1 | -1/+3 |
* | Fixes possible crash in visitdb. As far as I can tell the archive_db_ | sky@chromium.org | 2009-03-26 | 1 | -0/+3 |
* | This CL is a work around for the following 2 issues: | xji@chromium.org | 2009-03-26 | 1 | -0/+22 |
* | Fix fast shutdown | tc@google.com | 2009-03-26 | 2 | -2/+1 |
* | Fix build | jrg@chromium.org | 2009-03-26 | 1 | -1/+0 |
* | Issue 21268: The RemakeSee http://codereview.chromium.org/21268 for the origi... | idanan@chromium.org | 2009-03-26 | 7 | -25/+73 |
* | Expose whether we're in private browsing mode to plugins.I chose to implement... | jam@chromium.org | 2009-03-26 | 14 | -9/+87 |
* | Report the plugin position to windowed plugins as (0,0) | jam@chromium.org | 2009-03-26 | 2 | -2/+4 |
* | Minor tweaks to get chrome-ui://extensions working on the Mac. | jrg@chromium.org | 2009-03-26 | 4 | -110/+109 |
* | Linux download shelf: | estade@chromium.org | 2009-03-26 | 4 | -7/+35 |
* | Hook up ctrl+tab and ctrl+shift+tab for switching tabs in linux | tc@google.com | 2009-03-26 | 3 | -15/+46 |
* | Slightly different mktemp syntax to appease some picky versions. | mmoss@chromium.org | 2009-03-26 | 1 | -1/+1 |
* | Make the standard tab width wider to better match windows. | pinkerton@chromium.org | 2009-03-26 | 1 | -1/+1 |