| Commit message (Expand) | Author | Age | Files | Lines |
* | - Roll DEPS to pick up newer GYP | thomasvl@chromium.org | 2009-05-13 | 1 | -7/+40 |
* | Catch up chrome.gyp with files from recent changes: | sgk@google.com | 2009-05-12 | 1 | -1/+16 |
* | chrome.gyp updates for recent changes: | sgk@google.com | 2009-05-12 | 1 | -1/+11 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 1 | -0/+2 |
* | FormatErrorMessage() functions are now publicly available from ExtensionError... | rafaelw@chromium.org | 2009-05-12 | 1 | -0/+2 |
* | Add note about the branding files. | thomasvl@chromium.org | 2009-05-12 | 1 | -0/+6 |
* | Add new tab startup test to the linux & mac build. | tc@google.com | 2009-05-12 | 1 | -5/+0 |
* | Add import settings dialog on linux. | kuchhal@chromium.org | 2009-05-11 | 1 | -0/+2 |
* | Add memory stats for linux page cycler. On linux, we collect | tc@google.com | 2009-05-11 | 1 | -0/+1 |
* | Download progress and complete animation on linux. | estade@chromium.org | 2009-05-11 | 1 | -1/+0 |
* | Adds back some code removed during Ben's landing of views renaming. | sky@chromium.org | 2009-05-11 | 1 | -10/+11 |
* | Support official builds in gyp's grd and pak build rules. | mmoss@chromium.org | 2009-05-11 | 1 | -7/+86 |
* | - Set the bundle name based on the executable name (since they both are the b... | thomasvl@chromium.org | 2009-05-11 | 1 | -8/+21 |
* | Style the omnibox results for v2. | shess@chromium.org | 2009-05-11 | 1 | -0/+1 |
* | Add a 'cygwin' target to execute setup_mount.bat explicitly as a | sgk@google.com | 2009-05-11 | 1 | -0/+15 |
* | Remove recently moved files from chrome.gyp. | estade@chromium.org | 2009-05-11 | 1 | -3/+0 |
* | Set the CFBundleName during the info.plist processing instead of fixing it up... | thomasvl@chromium.org | 2009-05-11 | 1 | -5/+10 |
* | Implements keyboard events for RenderViewTest.This change implements a functi... | hbono@chromium.org | 2009-05-11 | 1 | -0/+2 |
* | linux: fix the shared build. | evan@chromium.org | 2009-05-10 | 1 | -0/+1 |
* | Random cleanups and stubs to get cross platform build going. | glen@chromium.org | 2009-05-09 | 1 | -2/+4 |
* | Add browser_theme_provider to GYP so that Mac and Linux can build. | glen@chromium.org | 2009-05-09 | 1 | -2/+4 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -0/+1 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -3/+3 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -7/+7 |
* | Resurrect Scott's WindowGtk changes. | ben@chromium.org | 2009-05-08 | 1 | -11/+2 |
* | Enable generation of da.pak, he,pak, and zh-TW.pak. Re-enable | tc@google.com | 2009-05-08 | 1 | -3/+97 |
* | Add a simple dmg script to the mac build dir to build a dmg out of the app. | thomasvl@chromium.org | 2009-05-08 | 1 | -0/+29 |
* | Make unit_tests depend on app (aka chrome). This is needed | tc@google.com | 2009-05-08 | 1 | -0/+1 |
* | Stub implementation of linux, mac icon loader/manager. | estade@chromium.org | 2009-05-08 | 1 | -2/+6 |
* | Build fix: remove mention of deleted header file. | agl@chromium.org | 2009-05-08 | 1 | -1/+0 |
* | disable compiling this stuff for now, will resurrect later tonight. | ben@chromium.org | 2009-05-08 | 1 | -7/+12 |
* | don't compile stuff that won't | ben@chromium.org | 2009-05-08 | 1 | -0/+4 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -234/+234 |
* | Add hung renderer dialog on linux. Pretty much just follow the | tc@google.com | 2009-05-08 | 1 | -0/+1 |
* | Fleshes out WidgetGTK and WindowGTK a bit more. This is still vary | sky@chromium.org | 2009-05-07 | 1 | -8/+4 |
* | Windows icon loader refactor in preparation for port. | estade@chromium.org | 2009-05-07 | 1 | -2/+2 |
* | OS X Breakpad cleanup. | jeremy@chromium.org | 2009-05-07 | 1 | -0/+2 |
* | Fix forge build by removing obsolete line from gyp. | estade@chromium.org | 2009-05-07 | 1 | -1/+0 |
* | TBR=scherkus | hclam@chromium.org | 2009-05-07 | 1 | -2/+0 |
* | Refactor media player to move away from webkit_glue | hclam@chromium.org | 2009-05-07 | 1 | -2/+2 |
* | Clicking on a folder in the bookmark bar now shows its contents as a menu. | erg@google.com | 2009-05-06 | 1 | -2/+4 |
* | linux: make fontconfig deps explicit. | evan@chromium.org | 2009-05-06 | 1 | -3/+6 |
* | Resurrect ExtensionProcessManager. Move the code for starting extension | mpcomplete@google.com | 2009-05-06 | 1 | -0/+3 |
* | Implement most of the "basics" pref panel on Mac, including code to set the d... | pinkerton@chromium.org | 2009-05-06 | 1 | -0/+4 |
* | Render a "sad tab" on tab crash. | willchan@chromium.org | 2009-05-06 | 1 | -0/+2 |
* | Refactor view from methods to show hung renderer dialog. | tc@google.com | 2009-05-06 | 1 | -1/+1 |
* | Adding a test for a testing that the bug http://crbug.com/9791 is really fixed. | jcampan@chromium.org | 2009-05-06 | 1 | -1/+0 |
* | 'resources' => 'chrome_resources' in the newly-added | sgk@google.com | 2009-05-06 | 1 | -3/+6 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -19/+26 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -7/+8 |