| Commit message (Expand) | Author | Age | Files | Lines |
* | Lands http://codereview.chromium.org/115505 for bug | sky@chromium.org | 2009-05-27 | 2 | -0/+15 |
* | Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t... | pinkerton@chromium.org | 2009-05-27 | 7 | -47/+182 |
* | DevTools: Migrate to InspectorController for network and console events. | pfeldman@chromium.org | 2009-05-27 | 22 | -886/+293 |
* | Added support for constructor calls in the NPAPI. | sgjesse@chromium.org | 2009-05-27 | 11 | -25/+200 |
* | Create OpenClose browser test for TaskManager with necessary refactoring. | phajdan.jr@chromium.org | 2009-05-27 | 5 | -8/+31 |
* | Re-enable SystemMonitor.* in base_unittests. | phajdan.jr@chromium.org | 2009-05-27 | 1 | -2/+1 |
* | Do not monitor system power state during unit tests. | phajdan.jr@chromium.org | 2009-05-27 | 4 | -32/+95 |
* | Show Unicode IDNs for "On startup" setting and "Add page" dialog for it. | jungshik@google.com | 2009-05-27 | 2 | -3/+12 |
* | For "Copy link address" context menu, copy the URL with Unicode host name | jungshik@google.com | 2009-05-27 | 1 | -27/+27 |
* | Add 12156 to crash list. | huanr@chromium.org | 2009-05-27 | 1 | -0/+3 |
* | Remove fixed crashes from known list. | huanr@chromium.org | 2009-05-27 | 1 | -40/+0 |
* | Fix comparison in window_sizer_linux. There can be multiple desktops so data_... | thestig@chromium.org | 2009-05-27 | 1 | -1/+2 |
* | Remove #12479 from crash list as the change is | huanr@chromium.org | 2009-05-27 | 1 | -3/+0 |
* | Bug 11487: Alignment issues with Classic theme (clear browsing data dialog). ... | finnur@chromium.org | 2009-05-27 | 1 | -1/+1 |
* | Rebaseline Linux LayoutTests/fast/canvas/canvas-bg-zoom.html | ukai@chromium.org | 2009-05-27 | 4 | -7/+14 |
* | Add gyp-generated bspatch (used by setup.exe) and bsdiff. | sgk@google.com | 2009-05-27 | 4 | -2/+59 |
* | Rebaseline new test added in webkit revision 44087 | ukai@chromium.org | 2009-05-27 | 4 | -3/+33 |
* | Control spacing of toolbar elements with pixels rather than " " GtkLabels. | estade@chromium.org | 2009-05-27 | 2 | -13/+16 |
* | Adjust the dimension of import dialog box for Tamil. | jshin@chromium.org | 2009-05-27 | 1 | -2/+2 |
* | Use the original profile for the downloads manager so that a download manager | arv@google.com | 2009-05-27 | 1 | -1/+2 |
* | Reverting 16954. | thestig@chromium.org | 2009-05-27 | 2 | -8/+0 |
* | Fix broken toolkit_views build by adding include of message_loop. | ben@chromium.org | 2009-05-27 | 1 | -0/+1 |
* | linux: fix CHECK fail in window_sizer. | evan@chromium.org | 2009-05-27 | 1 | -20/+37 |
* | Fix breakpad-related Linux official build breakage. | mmoss@chromium.org | 2009-05-26 | 2 | -0/+8 |
* | Fox some compilation problems for Linux. This also adds bookmark_bar_view and | brettw@chromium.org | 2009-05-26 | 3 | -4/+14 |
* | WebKit update 44143:44151 | paulg@google.com | 2009-05-26 | 2 | -7/+7 |
* | Make the GUID upper case (so Visual Studio won't try to correct | sgk@google.com | 2009-05-26 | 1 | -1/+1 |
* | The autofilling of passwords when the URL for visited page and the page the p... | jcampan@chromium.org | 2009-05-26 | 2 | -2/+22 |
* | Show the time remaining of download items in the download manager. | arv@google.com | 2009-05-26 | 2 | -5/+19 |
* | Removes WidgetWin dependency from StatusBubbleViews so that it can compile on... | ben@chromium.org | 2009-05-26 | 20 | -213/+283 |
* | Change actual pref for stats reporting when selected. | kuchhal@chromium.org | 2009-05-26 | 1 | -6/+7 |
* | Fix a bug where if user has focus follows mouse, moving out of | tc@google.com | 2009-05-26 | 2 | -15/+29 |
* | Fleshes out more of BrowserFrameGtk. | sky@chromium.org | 2009-05-26 | 9 | -22/+82 |
* | Fix initial window placement when dragging a tab out of the tabstrip into its... | jhawkins@chromium.org | 2009-05-26 | 4 | -6/+10 |
* | posix: don't register gears at all. | evan@chromium.org | 2009-05-26 | 1 | -0/+3 |
* | Remove password store unit test, as its dependent was reverted. | evan@chromium.org | 2009-05-26 | 1 | -1/+0 |
* | Fix a leak in ImageDecoder::Decode. | mpcomplete@google.com | 2009-05-26 | 1 | -1/+5 |
* | Add a single monitor implementation of WindowSizer for Linux. (try 2) | thestig@chromium.org | 2009-05-26 | 7 | -50/+118 |
* | Revert the password manager refactoring -- it failed reliability tests. | evan@chromium.org | 2009-05-26 | 21 | -1373/+156 |
* | Converting gears prebuilt stub to gyp. | bradnelson@chromium.org | 2009-05-26 | 4 | -80/+34 |
* | Don't assume that the widget has a toplevel ancestor in GetTopLevel. | jhawkins@chromium.org | 2009-05-26 | 1 | -1/+4 |
* | Add the GLib-GObject domain to our logging interface. | jhawkins@chromium.org | 2009-05-26 | 1 | -1/+1 |
* | Fixing a long resource loading for small clips | hclam@chromium.org | 2009-05-26 | 1 | -16/+18 |
* | A quick fix for Issue 11863 (Take 2). | hbono@chromium.org | 2009-05-26 | 1 | -0/+16 |
* | Rename bookmark_context_menu_win to *_views instead since it's technically | brettw@chromium.org | 2009-05-26 | 3 | -2/+2 |
* | Check in a new linux reference build and enable the page cycler tests. | tc@google.com | 2009-05-26 | 28 | -310/+2926 |
* | Revert "Checkin a version of gmock, modified to use our boost_tuple in VS2005." | ajwong@chromium.org | 2009-05-26 | 90 | -37532/+13 |
* | Remove the last bits leftover from my frame window experiment. | brettw@chromium.org | 2009-05-26 | 3 | -18/+1 |
* | Fix more compilation errors in browser_view.cc and an error I introduced in a | brettw@chromium.org | 2009-05-26 | 2 | -4/+4 |
* | Stubs out FocusManager and Menu so they compile on Linux. | sky@chromium.org | 2009-05-26 | 5 | -10/+185 |