| Commit message (Expand) | Author | Age | Files | Lines |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 48 | -56/+51 |
* | Fix the tab move animation when the custom frame is on. Previously, | tony@chromium.org | 2009-10-07 | 1 | -2/+2 |
* | Change detectLanguage() API to now return the top three languages as well the... | sidchat@chromium.org | 2009-10-07 | 3 | -8/+25 |
* | Wires up views/gtk to use the gtk bookmark editor. | sky@chromium.org | 2009-10-07 | 1 | -2/+2 |
* | Mark DOMStorageTest.LocalStorageLayoutTests as flaky. | jhawkins@chromium.org | 2009-10-07 | 1 | -1/+10 |
* | Back out r28284 (backout of r28260), it did not cause the perf regression. | mark@chromium.org | 2009-10-07 | 1 | -2/+9 |
* | Follow up to r242162 to properly animate between prefs panes. | thomasvl@chromium.org | 2009-10-07 | 2 | -19/+109 |
* | Try backing out r28260 to see if it caused the Mac startup test perf regression | mark@chromium.org | 2009-10-07 | 1 | -9/+2 |
* | Inline the theme promo image. This should be a tiny bit faster than | tony@chromium.org | 2009-10-07 | 2 | -1/+1 |
* | Sync: Replace pthread mutex with base::Lock in a few more places. | timsteele@google.com | 2009-10-07 | 10 | -63/+40 |
* | Update evicted dlls list | cpu@chromium.org | 2009-10-07 | 1 | -0/+1 |
* | Revert "Revert "Add startup tests that log start script, domcontentloaded, an... | tony@chromium.org | 2009-10-07 | 6 | -5/+99 |
* | Mac: Hide the bookmark bar in popup windows. | erg@chromium.org | 2009-10-07 | 2 | -1/+14 |
* | Move all resources into the framework. | mark@chromium.org | 2009-10-07 | 2 | -2/+8 |
* | NTP: Add a workaround for the case where we reopen a window and a tooltip is | arv@chromium.org | 2009-10-07 | 1 | -15/+15 |
* | Fix up URIs of drags from the filesystem to allow them to be successfully dro... | pinkerton@chromium.org | 2009-10-07 | 1 | -2/+9 |
* | Mac: Find bar should be drawn on top of all other toolbars. | erg@chromium.org | 2009-10-07 | 2 | -1/+28 |
* | [Mac] Use OCMock in autocomplete_text_field_unittest.mm. | shess@chromium.org | 2009-10-07 | 2 | -63/+43 |
* | Add a client name to the safe browsing service for Chrome Frame builds of Chr... | robertshield@chromium.org | 2009-10-07 | 1 | -1/+3 |
* | [Mac] Add icons to the search engine editor | rsesek@chromium.org | 2009-10-07 | 2 | -13/+115 |
* | DevTools: enable TestProfilerTab back, as fix has been rolled in V8. | mnaganov@chromium.org | 2009-10-07 | 1 | -3/+1 |
* | Let fn-left/right in find bar scroll to end of page. | thakis@chromium.org | 2009-10-07 | 1 | -1/+6 |
* | DevTools: temporarily disable failing test | yurys@google.com | 2009-10-07 | 1 | -1/+1 |
* | DevTools: allow inspecting __proto__, constructor, prototype properties.BUG=2... | yurys@google.com | 2009-10-07 | 1 | -0/+8 |
* | First step in l10n for the prefs window. | thomasvl@chromium.org | 2009-10-07 | 2 | -7/+106 |
* | Tweak touchpad settings for better performance. | chocobo@google.com | 2009-10-07 | 1 | -8/+6 |
* | Fix a major DOM Storage memory leak and try again to enable the UI tests. | jorlow@chromium.org | 2009-10-07 | 5 | -12/+8 |
* | Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a | darin@chromium.org | 2009-10-07 | 4 | -34/+44 |
* | Add more extensions to our download_exe list. | abarth@chromium.org | 2009-10-07 | 1 | -0/+6 |
* | This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support. | rafaelw@chromium.org | 2009-10-07 | 8 | -355/+267 |
* | Linux: Improve info bubble placement. | derat@chromium.org | 2009-10-07 | 5 | -78/+125 |
* | HTML Pack Extension Dialog. This removes the views implementation of the Exte... | rafaelw@chromium.org | 2009-10-07 | 8 | -267/+355 |
* | Converts info bubbles on views/gtk from popups to normal windows to | sky@chromium.org | 2009-10-07 | 4 | -4/+14 |
* | Attempt at fixing crash during importing. As far as I can tell from | sky@chromium.org | 2009-10-07 | 2 | -2/+27 |
* | Adding a SIGTERM handler for OS_POSIX builds. This is needed so that Chrome ... | cmasone@google.com | 2009-10-07 | 2 | -3/+74 |
* | [Mac] Show the page info window after clicking the security icon in the URL bar | rsesek@chromium.org | 2009-10-07 | 9 | -15/+99 |
* | Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* | brettw@chromium.org | 2009-10-07 | 1 | -1/+17 |
* | Linux: Fix focus issues in bookmark bubble. | derat@chromium.org | 2009-10-07 | 4 | -27/+70 |
* | Reap renderer processes following fast termination. | estade@chromium.org | 2009-10-07 | 1 | -1/+14 |
* | GTK: Draw bottom-aligned ntp themes on floating bookmark bar. | estade@chromium.org | 2009-10-07 | 3 | -35/+136 |
* | GTK: Fix minor slide animation bugs. | estade@chromium.org | 2009-10-07 | 1 | -6/+6 |
* | GTK: make sure to delete any remaining dialogs when the SelectFileDialogImpl ... | estade@chromium.org | 2009-10-07 | 1 | -0/+11 |
* | Revert "Add startup tests that log start script, domcontentloaded, and onload." | mattm@chromium.org | 2009-10-07 | 6 | -99/+5 |
* | Revert 28198 - Remove pthreads from syncable. | chron@google.com | 2009-10-07 | 2 | -10/+34 |
* | Add NULL-checks to render_view_host->view() to fix startup test crash. | mpcomplete@chromium.org | 2009-10-07 | 3 | -3/+3 |
* | Add startup tests that log start script, domcontentloaded, and onload. | tony@chromium.org | 2009-10-07 | 6 | -5/+99 |
* | Remove pthreads from syncable. | chron@chromium.org | 2009-10-07 | 2 | -34/+10 |
* | Fix tips in OS X to respect system language settings instead of locale. | mirandac@chromium.org | 2009-10-07 | 3 | -8/+26 |
* | Make browser actions appear to the left of the bookmark menu. | finnur@chromium.org | 2009-10-06 | 1 | -4/+4 |
* | Fix for BrowserActions UNLOAD not changing Omnibox length. BrowserActionsCont... | sidchat@chromium.org | 2009-10-06 | 1 | -1/+4 |