| Commit message (Expand) | Author | Age | Files | Lines |
* | Make DownloadShelf a pure interface. | estade@chromium.org | 2009-07-14 | 9 | -34/+21 |
* | Make GTK file dialog box modal for parent window, instead of for the entire | estade@chromium.org | 2009-07-14 | 3 | -6/+18 |
* | Add missing include in browser_browsertest.cc, fixing the build. | phajdan.jr@chromium.org | 2009-07-14 | 1 | -0/+1 |
* | Make BrowserTest.ThirtyFourTabs not-flaky | phajdan.jr@chromium.org | 2009-07-14 | 2 | -29/+24 |
* | Adding a message box to confirm if the user really wants to delete all stored | hclam@chromium.org | 2009-07-14 | 3 | -1/+164 |
* | Make workers functional on OSX and Linux. | levin@chromium.org | 2009-07-14 | 1 | -1/+13 |
* | Wires up restoring pinned tabs for session and tab restore | sky@chromium.org | 2009-07-14 | 13 | -54/+285 |
* | Linux: update splash page. | agl@chromium.org | 2009-07-14 | 2 | -4/+2 |
* | Transactionalize ThumbnailStore db operations. | meelapshah@chromium.org | 2009-07-14 | 1 | -0/+6 |
* | GTK Themes: Put the bookmark bar in a event box to prevent leaking. | erg@google.com | 2009-07-14 | 2 | -18/+24 |
* | Backing out r20493 (http://codereview.chromium.org/149492), as it inadvertent... | avi@chromium.org | 2009-07-14 | 2 | -3/+8 |
* | GTK Themes: Initialize theme resources to make download shelf work. | erg@google.com | 2009-07-14 | 1 | -0/+1 |
* | When a page is done loading, every tab change is important. | avi@chromium.org | 2009-07-14 | 1 | -2/+2 |
* | Noticed a crash in BrowserRenderProcessHost::SendUserScriptsUpdate due to usi... | robertshield@google.com | 2009-07-14 | 1 | -2/+2 |
* | Linux: Add first run search bubble. | kuchhal@chromium.org | 2009-07-14 | 8 | -47/+266 |
* | Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also, | darin@chromium.org | 2009-07-14 | 4 | -13/+14 |
* | Allow dragging text/url content out of the browser. Dragging back in not yet ... | pinkerton@chromium.org | 2009-07-14 | 2 | -17/+162 |
* | DevTools: Focus docked DevTools window on breakpoint. | pfeldman@chromium.org | 2009-07-14 | 8 | -2/+25 |
* | A blind fix for Issue 13443. | hbono@chromium.org | 2009-07-14 | 1 | -0/+1 |
* | Fix the ConsoleLog test and enable it. It was previously disabled because Web... | dimich@google.com | 2009-07-14 | 1 | -1/+1 |
* | Allow TabContentsDelegates to process unhandled keyboard messages coming back... | ananta@chromium.org | 2009-07-14 | 4 | -25/+47 |
* | Hookup Print HTML page to the DOM UI for Print Preview and Settings | mhm@chromium.org | 2009-07-14 | 6 | -8/+96 |
* | Temporarily disable TestConsoleLog in interactive_tests. | dimich@google.com | 2009-07-14 | 1 | -1/+1 |
* | More bookmark bar changes. | jrg@chromium.org | 2009-07-14 | 18 | -111/+424 |
* | This provides a simpler js template engine than JsTemplate. It has been | arv@google.com | 2009-07-14 | 23 | -151/+253 |
* | Fix unittest; we changed the name of the PDF file that the test was using. (P... | avi@chromium.org | 2009-07-14 | 2 | -5/+6 |
* | Add "learn more" link to privacy settings. | mattm@chromium.org | 2009-07-14 | 1 | -1/+23 |
* | Nukes the 3 arg TabMoved variant in favor of the 4 arg variant. | sky@chromium.org | 2009-07-13 | 13 | -23/+27 |
* | Fix chromium build. | estade@chromium.org | 2009-07-13 | 1 | -2/+2 |
* | Re-enable previously flaky download ui tests. I can't reproduce the failures.... | estade@chromium.org | 2009-07-13 | 1 | -21/+5 |
* | GTK: For the render view, count keyboard grab shadows the same as focus events. | estade@chromium.org | 2009-07-13 | 1 | -0/+18 |
* | Support individual Keychain item deletion in PasswordStoreMac. | stuartmorgan@google.com | 2009-07-13 | 8 | -58/+180 |
* | GTK: Force a size on download items and elide the dangerous download filename. | estade@chromium.org | 2009-07-13 | 1 | -3/+8 |
* | Don't clobber the previous session when showing about-linux splash page. | estade@chromium.org | 2009-07-13 | 2 | -13/+21 |
* | Make chrome version legible in about:chrome dialog for dark themes. | estade@chromium.org | 2009-07-13 | 1 | -15/+43 |
* | Set infobar height on a different widget. | estade@chromium.org | 2009-07-13 | 1 | -1/+2 |
* | Restore RTL icons to CustomDrawButtonBase. | tc@google.com | 2009-07-13 | 3 | -11/+34 |
* | posix: show "plugin crashed" info bar when appropriate | evan@chromium.org | 2009-07-13 | 2 | -3/+6 |
* | Try the original CL "Always persist bookmark IDs" again with the fix to | munjal@chromium.org | 2009-07-13 | 20 | -195/+195 |
* | Add cookie behavior combobox. | mattm@chromium.org | 2009-07-13 | 1 | -2/+50 |
* | Re-land the patch to elide the status bubble to 1/3 the width of the | tc@google.com | 2009-07-13 | 1 | -3/+10 |
* | GTK Themes: Refactored to use notifications instead of manual plumbing. | erg@google.com | 2009-07-13 | 31 | -426/+569 |
* | Initial support for theming on Mac OS X. | avi@chromium.org | 2009-07-13 | 17 | -185/+608 |
* | Revert r20553. | thestig@chromium.org | 2009-07-13 | 2 | -4/+0 |
* | Additional svn ignores for native_client and Makefile. | thestig@chromium.org | 2009-07-13 | 2 | -0/+4 |
* | Revert "Always persist bookmark IDs." | tc@google.com | 2009-07-13 | 20 | -193/+194 |
* | Refactoring handle and dragging a bit in preparation for moles. The primary ... | erikkay@chromium.org | 2009-07-13 | 5 | -305/+430 |
* | Fix a memory leak in AudioRendererHost unit test | hclam@chromium.org | 2009-07-13 | 3 | -7/+204 |
* | Add a temporary flag to enable plugins on the Mac and Linux while | amanda@chromium.org | 2009-07-13 | 1 | -0/+6 |
* | Lands http://codereview.chromium.org/149404 for cmasone: | sky@chromium.org | 2009-07-13 | 7 | -0/+201 |