| Commit message (Expand) | Author | Age | Files | Lines |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 69 | -1655/+75 |
* | Linux: make PRIMARY clipboard act on focused webkit frame rather than main fr... | estade@chromium.org | 2009-05-08 | 1 | -3/+5 |
* | Landing approved patch for Yuta Kitamura (yutak@google.com) | mbelshe@google.com | 2009-05-08 | 2 | -26/+28 |
* | Fix a potential crash in automation framework when | huanr@chromium.org | 2009-05-08 | 1 | -2/+3 |
* | Linux: Store/restore focus in tab contents during tab swithcing. | estade@chromium.org | 2009-05-08 | 3 | -4/+33 |
* | Add PreferredSizeChanged() to View to allow subviews to notify their parents ... | erikkay@google.com | 2009-05-08 | 8 | -20/+31 |
* | Resurrect Scott's WindowGtk changes. | ben@chromium.org | 2009-05-08 | 1 | -11/+2 |
* | Add a variant of 10901 to known list. | huanr@chromium.org | 2009-05-08 | 1 | -0/+2 |
* | Enable generation of da.pak, he,pak, and zh-TW.pak. Re-enable | tc@google.com | 2009-05-08 | 2 | -4/+98 |
* | 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 |
* | Enable ctrl-shift-L for app/popup windows and fix a crash. Patch by Yusuke S... | pkasting@chromium.org | 2009-05-08 | 7 | -20/+47 |
* | Various popup UI fixes: | pkasting@chromium.org | 2009-05-08 | 16 | -352/+308 |
* | Make unit_tests depend on app (aka chrome). This is needed | tc@google.com | 2009-05-08 | 1 | -0/+1 |
* | Add the latest translations from the translation console. | mal@chromium.org | 2009-05-08 | 84 | -53/+588 |
* | Fix for b/1837411 -- Interstitial title lines bleed together. | mal@chromium.org | 2009-05-08 | 5 | -0/+5 |
* | Linux: clean up some focus issues. | estade@chromium.org | 2009-05-08 | 7 | -24/+33 |
* | Stub implementation of linux, mac icon loader/manager. | estade@chromium.org | 2009-05-08 | 13 | -116/+173 |
* | Pass external tab handle when Chrome sends outgoing notifications through aut... | stoyan@chromium.org | 2009-05-08 | 5 | -23/+45 |
* | Build fix: remove mention of deleted header file. | agl@chromium.org | 2009-05-08 | 1 | -1/+0 |
* | linux: new splash page. | evan@chromium.org | 2009-05-08 | 1 | -31/+26 |
* | Update the instructional text's visibility on bookmark add/remove events. | erg@google.com | 2009-05-08 | 2 | -1/+13 |
* | Remove a comment that doesn't seem to be true anymore. Change to using an as... | tc@google.com | 2009-05-08 | 1 | -7/+3 |
* | Fix regression introduced in r15560 where all bookmark buttons became folders. | erg@google.com | 2009-05-08 | 2 | -4/+17 |
* | Hook up the View Source menu item in the mac port. | rohitrao@chromium.org | 2009-05-08 | 1 | -8/+18 |
* | Fix default browser info string to change text and color instead of hiding/sh... | pinkerton@chromium.org | 2009-05-08 | 2 | -50/+104 |
* | Converted BookmarkStorage to use ImportantFileWriter | phajdan.jr@chromium.org | 2009-05-08 | 9 | -314/+351 |
* | DevTools: Style drive by | pfeldman@chromium.org | 2009-05-08 | 1 | -1/+2 |
* | DevTools: Activate inspector window on break / exception. | pfeldman@chromium.org | 2009-05-08 | 2 | -0/+5 |
* | Add 'inspector_resources' as a dependency of 'glue'. | sgk@google.com | 2009-05-08 | 1 | -0/+1 |
* | The VS generator handles file copies as AdditionalDependencies, | sgk@google.com | 2009-05-08 | 1 | -0/+2 |
* | Updating trunk VERSION build from 179.0 to 180.0 | laforge@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Manually add new dependencies from webkit.gyp and test_shell.gyp to | sgk@google.com | 2009-05-08 | 1 | -0/+25 |
* | Convert the webkit build on Windows to gyp: | sgk@google.com | 2009-05-08 | 55 | -2221/+2163 |
* | Try fixing session restore UI tests. | huanr@chromium.org | 2009-05-08 | 1 | -29/+30 |
* | Retry of enabling video on linux. See related review: http://codereview.chro... | ajwong@chromium.org | 2009-05-08 | 2 | -14/+1 |
* | Revert r15607 | hclam@chromium.org | 2009-05-08 | 2 | -12/+2 |
* | Put test_user_data in a temp directory instead of using base::DIR_EXE. | thestig@chromium.org | 2009-05-08 | 2 | -2/+12 |
* | 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 | 380 | -44577/+2960 |
* | Add hung renderer dialog on linux. Pretty much just follow the | tc@google.com | 2009-05-08 | 3 | -0/+218 |
* | Fleshes out WidgetGTK and WindowGTK a bit more. This is still vary | sky@chromium.org | 2009-05-07 | 18 | -95/+611 |
* | Fix memory leak in SiteInstance::CreateSiteInstanceForURL. | mpcomplete@google.com | 2009-05-07 | 1 | -1/+4 |
* | Refactor BrowserInit in preparation for customized first run tabs | cpu@google.com | 2009-05-07 | 3 | -83/+82 |
* | Make background pages work more nicely with the tabs API. | aa@chromium.org | 2009-05-07 | 6 | -35/+41 |
* | Move pgup/dn special casing to browser window gtk. | estade@chromium.org | 2009-05-07 | 2 | -22/+33 |
* | Implement the "(empty)" disabled item placed in empty bookmark menus. | erg@google.com | 2009-05-07 | 2 | -16/+30 |
* | Consolidate notifiers used by different automation | huanr@chromium.org | 2009-05-07 | 6 | -66/+199 |
* | Windows icon loader refactor in preparation for port. | estade@chromium.org | 2009-05-07 | 8 | -313/+147 |
* | OS X Breakpad cleanup. | jeremy@chromium.org | 2009-05-07 | 2 | -1/+3 |